Merge from emacs-24; up to 2012-04-25T15:23:19Z!sdl.web@gmail.com
[bpt/emacs.git] / lib-src / ChangeLog
CommitLineData
7cb70fd7
AS
12012-06-08 Andreas Schwab <schwab@linux-m68k.org>
2
3 * make-docfile.c (search_lisp_doc_at_eol): Unget last read
4 character.
5
276d5f5d
GM
62012-06-06 Glenn Morris <rgm@gnu.org>
7
67163749
GM
8 * Makefile.in (STAMP_INST_SCRIPTS, STAMP_SCRIPTS, insrcdir)
9 (stamp-rcs2log, stamp-grep-changelog): Remove.
10 (all, clean): Remove references to stamps.
11
276d5f5d
GM
12 * vcdiff: Remove file.
13 * Makefile.in (SCRIPTS, STAMP_SCRIPTS): Remove vcdiff.
14 (stamp-vcdiff): Remove.
15
b3c659a1
GM
162012-06-05 Glenn Morris <rgm@gnu.org>
17
18 * makefile.w32-in ($(BLD)/getdate.$(O), $(BLD)/leditcfns.$(O)):
19 ($(BLD)/make-path.$(O), $(BLD)/qsort.$(O)):
20 ($(BLD)/timer.$(O)): Remove cruft.
21
418cd726
GM
222012-06-03 Glenn Morris <rgm@gnu.org>
23
24 * rcs-checkin: Remove file.
25 * Makefile.in (INSTALLABLE_SCRIPTS, STAMP_INST_SCRIPTS):
26 Remove rcs-checkin.
27 (stamp-rcs-checkin): Remove.
28
efc00ab1 292012-05-31 Eli Zaretskii <eliz@gnu.org>
06523364
EZ
30
31 * makefile.w32-in ($(BLD)/emacsclientw.exe): Use $(MWINDOWS)
32 instead of a literal -mwindows, which is not supported by MSVC.
33 (Bug#11405)
34
61b108cc
SM
352012-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
36
37 * make-docfile.c: Improve comment style.
38 (search_lisp_doc_at_eol): New function.
39 (scan_lisp_file): Use it.
40
fe453991
GM
412012-05-26 Glenn Morris <rgm@gnu.org>
42
43 * Makefile.in (INSTALL_DATA): Remove; unused.
44
34374650
PE
452012-05-22 Paul Eggert <eggert@cs.ucla.edu>
46
47 Remove src/m/*.
48 * makefile.w32-in: Remove dependencies on
49 $(EMACS_ROOT)/src/m/intel386.h.
50
32514cfe
GM
512012-05-22 Glenn Morris <rgm@gnu.org>
52
53 * Makefile.in (install): Remove unneeded chmods.
54
261cb4bb
PE
552012-05-21 Paul Eggert <eggert@cs.ucla.edu>
56
57 Assume C89 or later.
58 * etags.c (static, const): Remove macros.
59 (PTR): Remove; all uses replaced with void *. Omit needless casts.
60
b847032c
GM
612012-05-21 Glenn Morris <rgm@gnu.org>
62
63 * Makefile.in (insrcdir, $(DESTDIR)${archlibdir}):
64 Scrap superfluous subshells.
65
ed4affe1
GM
662012-05-18 Glenn Morris <rgm@gnu.org>
67
68 * Makefile.in (install): Ensure $bindir exists.
69
3a4155de
GM
702012-05-17 Glenn Morris <rgm@gnu.org>
71
72 * Makefile.in (ns_appbindir): New, set by configure.
73
005ad204
GM
742012-05-12 Glenn Morris <rgm@gnu.org>
75
76 * Makefile.in (MKDIR_P): New, set by configure.
77 ($(DESTDIR)${archlibdir}): Use $MKDIR_P.
78
db5a3003
PE
792012-05-10 Paul Eggert <eggert@cs.ucla.edu>
80
81 etags: pacify gcc -Wstack-protector on Ubuntu 12.04 x86
82 * etags.c: Include <stdarg.h>.
83 (error): Declare as printf-style, as that's what it really is.
84 All uses changed.
85 (add_regex): Use single char rather than array-of-one char.
86
eceeb5fc
CY
872012-05-05 Jim Meyering <meyering@redhat.com>
88
89 * lib-src/pop.c (pop_stat, pop_list, pop_multi_first, pop_last):
90 NUL-terminate the error buffer (Bug#11372).
91
069a7756
JB
922012-05-02 Juanma Barranquero <lekktu@gmail.com>
93
94 * emacsclient.c (min): Undef before redefining it.
95
1e6f32f8
JM
962012-05-02 Jim Meyering <jim@meyering.net>
97
98 * emacsclient.c (send_to_emacs): Avoid invalid strcpy upon partial
99 send (Bug#11374).
100
a706a3bc
AS
1012012-04-29 Andreas Schwab <schwab@linux-m68k.org>
102
103 * make-docfile.c (scan_lisp_file) [DEBUG]: Also skip if and
104 byte-code forms. (Bug#11380)
105
c07a4c0b 1062012-04-20 Chong Yidong <cyd@gnu.org>
9a864fa2
CY
107
108 * emacsclient.c (decode_options): Move -t -n corner case handling
109 into server.el (Bug#11102).
5d3385a0 110 (main): Send -tty to Emacs under more circumstances (Bug#8314).
9a864fa2 111
6c94c34f 1122012-04-18 Paul Eggert <eggert@cs.ucla.edu>
b8df54ff 113
9f46df23 114 configure: new option --enable-gcc-warnings (Bug#11207)
b8df54ff
PE
115 * Makefile.in (C_WARNINGS_SWITCH): Remove.
116 (WARN_CFLAGS, WERROR_CFLAGS): New macros.
117 (BASE_CFLAGS): Use new macros rather than old.
118
15142f27
PE
1192012-04-16 Paul Eggert <eggert@cs.ucla.edu>
120
121 Assume less-ancient POSIX support.
122 * update-game-score.c: Include <getopt.h> rather than rolling our
123 own decls for optarg, optind, opterr. See
124 <http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00720.html>.
125
bdf35b6a 1262012-04-14 Juanma Barranquero <lekktu@gmail.com>
6c91c9f0 127
9401b326
JB
128 * emacsclient.c (decode_options) [WINDOWSNT]:
129 Call ttyname instead of passing its address (typo in 2011-12-04T17:13:01Z!lekktu@gmail.com).
130
9078ead6
EZ
1312012-04-07 Eli Zaretskii <eliz@gnu.org>
132
133 * makefile.w32-in (obj): Add xml.o.
134
d67a9a85
EZ
1352012-04-07 Eli Zaretskii <eliz@gnu.org>
136
137 * makefile.w32-in (ALL): Now the list of executables, not of phony
138 targets.
139 (.PHONY): Only make-docfile is its prerequisite now.
140 (make-docfile): Don't depend on stamp_BLD. Add a comment about
141 the need in this target.
142 (ctags, etags, ebrowse, hexl, movemail, emacsclient)
143 (test-distrib): Phony targets removed.
144 ($(BLD)/test-distrib.exe): Run test-distrib as part of the recipe.
145 (all): Don't depend on stamp_BLD.
e4ecc6a2 146 (ALL): Include $(BLD)/test-distrib.exe.
d67a9a85 147
6b0c8984
AS
1482012-03-11 Andreas Schwab <schwab@linux-m68k.org>
149
e29ab36b
AS
150 * emacsclient.c (main): Handle -print-nonl command.
151
2b84f674
AS
152 * emacsclient.c (main): Handle multiple messages in a single
153 datagram.
154
6b0c8984
AS
155 * emacsclient.c (socket_name): Add const.
156 (get_server_config): Add parameter config_file, use it instead of
157 global server_file.
158 (set_tcp_socket): Add parameter local_server_file, pass it down to
159 get_server_config.
160 (set_local_socket): Add parameter local_socket_name, use it
161 instead of global socket_name.
162 (set_socket): Adjust calls to set_local_socket and set_tcp_socket.
163 Don't clobber global server_file or socket_name.
164 (main): No longer reset server_file or socket_name.
165
1c6e5a32
GM
1662012-01-05 Glenn Morris <rgm@gnu.org>
167
168 * ebrowse.c (version) <emacs_copyright>:
169 * etags.c (print_version) <emacs_copyright>:
170 * rcs2log (Copyright): Update short copyright year to 2012.
171
28796b3a
AS
1722011-12-25 Andreas Schwab <schwab@linux-m68k.org>
173
174 * etags.c (C_entries): Properly skip over string and character
175 constants and comments inside brackets. (Bug#10357)
176
520fca41
JB
1772011-12-04 Juanma Barranquero <lekktu@gmail.com>
178
179 * emacsclient.c (decode_options) [WINDOWSNT]: Don't force tty = 0;
180 instead, treat both -c and -t as always requesting a new "tty" frame,
181 and let server.el decide which kind is actually required.
182 Reported by Uwe Siart <usenet@siart.de> in this thread:
183 http://lists.gnu.org/archive/html/emacs-devel/2011-11/msg00303.html
184
e7308292
CY
1852011-11-30 Chong Yidong <cyd@gnu.org>
186
187 * emacsclient.c (main): Condition last change on WINDOWSNT
188 (Bug#10155).
189
8c9afb46
EZ
1902011-11-27 Eli Zaretskii <eliz@gnu.org>
191
192 * makefile.w32-in (LOCAL_FLAGS): Add $(EMACS_EXTRA_C_FLAGS).
193
194 * emacsclient.c (main) <environ>: Remove declaration, already
75f1671a 195 pulled in by unistd.h on POSIX hosts and stdlib.h on MS-Windows.
8c9afb46 196
420b63ad
GM
1972011-11-24 Glenn Morris <rgm@gnu.org>
198
199 * make-docfile.c (scan_lisp_file): Treat defcustom like defvar.
200
5ef215d8
DN
2012011-11-14 Dan Nicolaescu <dann@ics.uci.edu>
202
203 * Makefile.in (all): Make sure "all" is the first target.
204
657d08d3
JB
2052011-10-27 Juanma Barranquero <lekktu@gmail.com>
206
207 * emacsclient.c (w32_getenv): Silence compiler warnings.
208
0f054abc
GM
2092011-09-07 Glenn Morris <rgm@gnu.org>
210
211 * etags.c (Fortran_functions): Handle "elemental" functions.
212
d0417b4c
DS
2132011-09-07 Dieter Schuster <didischuster@arcor.de> (tiny change)
214
215 * etags.c (Fortran_functions): Handle "pure" functions. (Bug#9359)
216
e39b275c 2172011-09-06 Paul Eggert <eggert@cs.ucla.edu>
24e0f6b1
PE
218
219 * Makefile.in ($(DESTDIR)${archlibdir}): install-sh moved
abec06ff 220 to build-aux (Bug#9169).
24e0f6b1 221
86633eab 2222011-09-04 Paul Eggert <eggert@cs.ucla.edu>
17107bb6 223
005d87bd 224 Integer and memory overflow issues (Bug#9397).
17107bb6
PE
225
226 * emacsclient.c (xmalloc): Accept size_t, not unsigned int, to
227 avoid potential buffer overflow issues on typical 64-bit hosts.
228 Return void *, not long *.
229 (get_current_dir_name): Report a failure, instead of looping
230 forever, if buffer size calculation overflows. Treat malloc
231 failures like realloc failures, as that has better behavior and is
232 more consistent. Do not check whether xmalloc returns NULL, as
233 that's not possible.
234 (message): Do not arbitrarily truncate message to 2048 bytes when
235 sending it to stderr; use vfprintf instead.
236 (get_server_config, set_local_socket)
237 (start_daemon_and_retry_set_socket): Do not alloca
238 arbitrarily-large buffers; that's not safe.
239 (get_server_config, set_local_socket): Do not use sprintf when its
240 result might not fit in 'int'.
241 (set_local_socket): Do not assume uid fits in 'int'.
242
9250f758
PE
243 * etags.c (xmalloc, xrealloc): Accept size_t, not unsigned int,
244 to avoid potential buffer overflow issues on typical 64-bit hosts.
245 (whatlen_max): New static var.
246 (main): Avoid buffer overflow if subsidiary command length is
247 greater than BUFSIZ or 2*BUFSIZ + 20. Do not use sprintf when its
248 result might not fit in 'int'.
249
644a0faa
PE
250 * movemail.c (main): Do not use sprintf when its result might not fit
251 in 'int'. Instead, put the possibly-long file name into the
252 output of pfatal_with_name.
253
0c6d656d
PE
254 * update-game-score.c: Include <limits.h>
255 (get_user_id): Do not assume uid fits in 'int'. Simplify.
256
044c22e5 2572011-07-28 Paul Eggert <eggert@cs.ucla.edu>
9cfdb3ec 258
0e926e56
PE
259 Assume freestanding C89 headers, string.h, stdlib.h.
260 * ebrowse.c: Include stdlib.h unconditionally.
261 * etags.c, update-game-score.c:
262 Include string.h and stdlib.h unconditionally.
263 * makefile.w32-in (LOCAL_CFLAGS): Don't define STDC_HEADERS.
264 * movemail.c, pop.c: Include string.h unconditionally.
265 * update-game-score.c: No need to include stdarg.h; not used.
266
9cfdb3ec
PE
267 Assume support for memcmp, memcpy, memmove, memset.
268 * etags.c (absolute_filename): Assume memmove exists.
269
ec3b5374
AS
2702011-07-09 Andreas Schwab <schwab@linux-m68k.org>
271
272 * update-game-score.c (usage): Update usage line.
273
bc92abd2
JR
2742011-07-02 Jason Rumney <jasonr@gnu.org>
275
276 * emacsclient.c (decode_options) [WINDOWSNT]: Avoid tty mode on
277 Windows (Bug#5486).
278
3794a2d3
GM
2792011-06-25 Glenn Morris <rgm@gnu.org>
280
281 * emacsclient.c (decode_options) <opt>: Add `F:'.
282 (print_help_and_exit): Mention --frame-parameters.
283
18a4ce5e
AR
2842011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
285
286 * emacsclient.c (longopts, decode_options, main): Add frame-parameters.
287
529a133c
PE
2882011-06-10 Paul Eggert <eggert@cs.ucla.edu>
289
290 * movemail.c: Fix race condition and related bugs (Bug#8836).
291 (main) [!MAIL_USE_SYSTEM_LOCK]: Prefer mkstemp to mktemp, as this
292 fixes some race conditions. Report mkstemp/mktemp errno rather
293 than a possibly-garbage errno. Reinitialize the template each
294 time through the loop, as earlier mkstemp/mktemp calls could have
295 trashed it. Pass 0600 (not 0666) to mktemp, for consistency
296 with mkstemp; the permissions don't matter anyway.
297
fe91f5a0
DN
2982011-06-01 Dan Nicolaescu <dann@ics.uci.edu>
299
300 * emacsclient.c (socket_status): Use constant pointer.
301
55d4c1b2
PE
3022011-05-28 Paul Eggert <eggert@cs.ucla.edu>
303
304 Use 'inline', not 'INLINE'.
305 * etags.c (hash): Now inline unconditionally.
306 * make-docfile.c (put_char): inline, not INLINE.
307
7bdede3f
GM
3082011-05-25 Glenn Morris <rgm@gnu.org>
309
e9490743
GM
310 * Makefile.in (.c.o): Remove (every .o file has an explicit rule).
311 (insrcdir): New.
312 (stamp-rcs2log, stamp-rcs-checkin, stamp-grep-changelog, stamp-vcdiff):
313 Use $insrcdir to suppress unaesthetic ignored errors.
314 (clean): Simplify list of things to delete.
497c74cd 315 (all, clean): Use $EXE_FILES.
e9490743 316
d114d4f3
GM
317 * Makefile.in (movemail${EXEEXT}): Build in one step, not via .o file.
318
7bdede3f
GM
319 * Makefile.in (REGEXPOBJ, REGEXPDEPS): Remove. Replace by expansion.
320 (etags${EXEEXT}): Just depend on regex.o, not regex.h as well.
321
1c728a9d
GM
3222011-05-24 Glenn Morris <rgm@gnu.org>
323
324 * Makefile.in (update-game-score${EXEEXT}): Use a single rule.
325
4a720484
GM
3262011-05-19 Glenn Morris <rgm@gnu.org>
327
328 * makefile.w32-in (echolisp): Remove rule that is no longer needed.
329 (clean): No more echolisp.tmp.
330
c136e5cd
GM
3312011-05-18 Glenn Morris <rgm@gnu.org>
332
333 * fakemail.c: Remove file.
334 * makefile.w32-in ($(BLD)/fakemail.exe, fakemail)
335 ($(BLD)/fakemail.$(O)): Remove.
336 * Makefile.in (UTILITIES): Remove fakemail${EXEEXT}.
337 (fakemail${EXEEXT}): Remove rule.
338
418401a5
TZ
3392011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
340
17519c90 341 * makefile.w32-in (obj): Add gnutls.o.
418401a5 342
c5443aa5
PE
3432011-04-16 Paul Eggert <eggert@cs.ucla.edu>
344
fd35b6f9
PE
345 Static checks with GCC 4.6.0 and non-default toolkits.
346
5a9c1e26
PE
347 * movemail.c (mail_spool_name): Protoize.
348 (main): Remove unused var. Mark var as initialized.
349 Move locals to avoid shadowing, and use time_t for times.
350
cd52b244
PE
351 * fakemail.c (xmalloc, xreallc): Use standard C prototypes
352 with void *. This avoids warnings about pointer casts.
353
c5443aa5
PE
354 * emacsclient.c (main): Don't use uninitialized var.
355 (IS_ANY_SEP): Remove; unused.
356 (get_current_dir_name): Add an extern decl.
357
41cf7d1a 3582011-04-06 Paul Eggert <eggert@cs.ucla.edu>
72b04a8a 359
41cf7d1a 360 Fix more problems found by GCC 4.6.0's static checks.
72b04a8a 361
41cf7d1a 362 * emacsclient.c (message): Mark it as a printf-like function.
8e48d7bc
PE
363
364 * make-docfile.c (IF_LINT): New macro, copied from emacsclient.c.
365 (write_c_args): Use it to suppress GCC warning.
366
77861b95 3672011-03-30 Paul Eggert <eggert@cs.ucla.edu>
8c422c30 368
77861b95 369 Fix a problem found by GCC 4.6.0's static checks.
8c422c30
PE
370 * etags.c (just_read_file): Remove dummy variable and simplify.
371
9af30bdf
GM
3722011-03-27 Glenn Morris <rgm@gnu.org>
373
374 * emacsclient.c: Replace SIGTYPE with void.
375
9c88f339
JB
3762011-03-23 Juanma Barranquero <lekktu@gmail.com>
377
378 * ntlib.c: Include <ctype.h>.
379
8cc1d519
GM
3802011-03-23 Glenn Morris <rgm@gnu.org>
381
382 * Makefile.in ($(DESTDIR)${archlibdir}):
383 Use `install-sh -d' rather than mkinstalldirs.
384
c9c49752 3852011-03-23 Paul Eggert <eggert@cs.ucla.edu>
d5cad867 386
b1f961e1
PE
387 * ebrowse.c: Use size_t, not int, for sizes.
388 This avoids a warning with gcc -Wstrict-overflow, and works
389 better for very large objects.
390 (inbuffer_size): Now size_t. All uses changed.
391 (xmalloc, xrealloc, operator_name, process_file): Use size_t for
392 sizes. Don't bother testing whether a size_t value can be negative.
393
58cb46fb
PE
394 * etags.c (Ada_funcs): Redo slightly to avoid overflow warning.
395
3ef271f2
PE
396 etags: In Prolog functions, don't assume int fits in size_t.
397 This avoids a warning with gcc -Wstrict-overflow.
398 * etags.c (Prolog_functions, prolog_pr, prolog_atom): Use size_t,
399 not int, to store sizes.
400 (prolog_atom): Return 0, not -1, on error. All callers changed.
401
f0d80d43
PE
402 update-game-score: fix bug with -r
403 * update-game-score.c (main): Don't set 'scores' to garbage when
5d6d7e57
PE
404 -r is specified and scorecount != MAX_SCORES (Bug#8310). This bug
405 was introduced in the 2002-04-10 change, and was found with gcc
f0d80d43
PE
406 -Wstrict-overflow (GCC 4.5.2, x86-64).
407
d5cad867
PE
408 fakemail: Remove dependency on ignore-value.
409 This undoes some of the recent fakemail-related changes.
410 It is made possible due to recent changes to gnulib's stdio module.
411 * Makefile.in (fakemail${EXEEXT}): Do not depend on ignore-value.h.
412 * fakemail.c: Do not include ignore-value.h.
413 (put_line): Do not use ignore_value.
414
33383987
JB
4152011-03-07 Chong Yidong <cyd@stupidchicken.com>
416
417 * Version 23.3 released.
418
0b973fc5
DW
4192011-03-03 Drake Wilson <drake@begriffli.ch> (tiny change)
420
421 * emacsclient.c (longopts): Add quiet.
422 (decode_options): Handle q/quiet.
423 (print_help_and_exit): Add q/quiet.
424 (main): Suppress some messages if quiet option is used.
425
a54af40e
EZ
4262011-02-26 Eli Zaretskii <eliz@gnu.org>
427
00030ef0
EZ
428 * Makefile.in (fakemail${EXEEXT}): Depend on lib/ignore-value.h.
429
a54af40e
EZ
430 * emacsclient.c (xstrdup) [WINDOWSNT]: Function added back.
431 (w32_getenv): Use xstrdup to return all values in malloc'ed
432 storage.
433
34e6d782
PE
4342011-02-26 Paul Eggert <eggert@cs.ucla.edu>
435
6c0668d9
PE
436 * ebrowse.c (parse_qualified_param_ident_or_type): Make it clear
437 to reader (and to the compiler) that the loop always executes at
438 least once. This prevents a warning with recent GCC.
9e1b7fe6 439 (BROWSE_STRUCT): Remove unused macro.
6c0668d9 440
a4fe4e89
PE
441 * fakemail.c: Include <ignore-value.h>.
442 (put_line): Explicitly ignore fwrite return value, for benefit of
443 recent glibc + gcc.
444 (close_the_streams): Diagnose output errors instead of merely
445 exiting with nonzero status.
446 (my_fclose, main): Diagnose input errors, and exit with nonzero status.
447 Formerly, input errors were silently ignored.
448
34e6d782
PE
449 * ebrowse.c (putstr): Rename from PUTSTR and turn into a function.
450 All callers changed. This is cleaner, and avoids GCC warnings about
451 passing NULL to fputs.
70279bd1 452 (insert_keyword): Rename parameter to avoid shadowing diagnostic.
34e6d782 453
564ff1f2
PE
4542011-02-25 Paul Eggert <eggert@cs.ucla.edu>
455
7e6bb4c9 456 * emacsclient.c (main): Avoid dangling 'if'.
b9170155
PE
457 (xstrdup): Remove; no longer needed.
458 (get_current_dir_name, w32_getenv, get_server_config, find_tty):
459 (set_local_socket, main):
460 Use const char *, not char *, for pointers that are not assigned
461 through.
4be3dfc5
PE
462 (IF_LINT): New macro.
463 (set_local_socket, main): Use it to suppress warnings with
464 GCC -Wuninitialized.
7e6bb4c9 465
b0bbc07d
PE
466 * emacsclient.c: Redo local variables to avoid shadowing problems.
467 (message, socket_status, start_daemon_and_retry_set_socket):
468 Rename locals.
469 (main): Move decl of "i".
470
3f5e6230
PE
471 * etags.c (ISUPPER): Move to inside the only #ifdef where it's used.
472 This avoids an unused-macro warning with some GCC settings.
473
564ff1f2
PE
474 * make-docfile.c (write_globals): Change char * to char const *
475 to avoid a GCC "assignment discards qualifiers" diagnostic
476 in some configurations.
8dfa32f6
PE
477 (scan_c_file): Refactor local variable decls to make their scope
478 more accurate and to avoid a GCC -Wuninitialized diagnostic.
564ff1f2 479
b97decf2
EZ
4802011-02-22 Eli Zaretskii <eliz@gnu.org>
481
32e793fa
EZ
482 * etags.c (canonicalize_filename, ISUPPER): Fix last change.
483
61b108cc
SM
484 * makefile.w32-in ($(BLD)/ebrowse.$(O), $(BLD)/pop.$(O)):
485 Depend on ../lib/min-max.h.
b97decf2 486
f68c809d
PE
4872011-02-22 Paul Eggert <eggert@cs.ucla.edu>
488
e5075711
PE
489 etags: Downcase drive letters, for consistency with Emacs proper.
490 * etags.c (upcase): Remove; no longer used.
491 (canonicalize_filename): Downcase drive letters.
492
f68c809d
PE
493 Assume S_ISLNK etc. work, since gnulib supports this.
494 * etags.c (S_ISREG): Remove.
495
b97decf2
EZ
4962011-02-22 Paul Eggert <eggert@cs.ucla.edu>
497
498 Assume S_ISLNK etc. work, since gnulib supports this.
499 * etags.c (S_ISREG): Remove.
500
602a5739
JB
5012011-02-22 Juanma Barranquero <lekktu@gmail.com>
502
503 * makefile.w32-in (obj): Remove filemode.o.
504
b23b5a5b
PE
5052011-02-21 Paul Eggert <eggert@cs.ucla.edu>
506
ba01e9d7
PE
507 New file "lib/min-max.h".
508 * ebrowse.c (min, max): Define them by including <min-max.h>
509 instead of defining it ourselves.
510 * pop.c (min): Likewise.
d47d6319 511 * Makefile.in (ebrowse${EXEEXT}, pop.o): Depend on min-max.h.
ba01e9d7 512
f0939c31
PE
513 * movemail.c (popmail): Report fchown failure instead of ignoring it.
514 But if the file already has the right ownership, don't worry about it.
515
4df52042 516 * make-docfile.c (input_buffer): Rename variables to avoid shadowing.
08c69097 517 * test-distrib.c (buf): Make this local, to avoid shadowing.
4df52042 518
27d41fb4 519 * movemail.c (main, pop_retr): Rename locals to avoid shadowing.
1afca8cc 520 (progname, sfi, sfo, ibuffer, obuffer): Remove unused vars.
5ecec6a7
PE
521 (DONE): Remove unused macro.
522 (DIRECTORY_SEP, IS_DIRECTORY_SEP, IS_FROM_LINE):
523 Define these macros only in the contexts that need them.
0d7fdc0e
PE
524 * pop.c (index): Remove unused macro.
525 (KPOP_PORT): Define only if KERBEROS is defined.
27d41fb4 526
b23b5a5b
PE
527 Declare file-scope functions and variables static if not exported.
528 This is more consistent, and is nicer with gcc -Wstrict-prototypes.
529 * ebrowse.c, emacsclient.c, fakemail.c, make-docfile.c, movemail.c:
530 * profile.c, test-distrib.c, update-game-score.c:
531 Declare non-'main' functions and variables to be static.
532 * ebrowse.c: Omit redundant function prototypes.
533
25c51af3
EZ
5342011-02-21 Eli Zaretskii <eliz@gnu.org>
535
536 * makefile.w32-in ($(BLD)/ctags.$(O), $(BLD)/emacsclient.$(O))
537 ($(BLD)/etags.$(O), $(BLD)/movemail.$(O), $(BLD)/ntlib.$(O)):
538 Depend on $(EMACS_ROOT)/nt/inc/sys/stat.h.
539
e18c0aa3 5402011-02-21 Ben Key <bkey76@gmail.com>
6ca1c3b4
BK
541
542 * make-docfile.c (scan_c_file): Adapt DEFVAR_PER_BUFFER case to
543 the new BVAR macro.
544
50a4e25a
JB
5452011-02-20 Juanma Barranquero <lekktu@gmail.com>
546
547 * makefile.w32-in (obj): Remove md5.o.
548
b166dcd8
KC
5492011-02-18 Karl Chen <Karl.Chen@quarl.org>
550
551 * emacsclient.c (main): Loop while `recv' return EINTR.
552
64df8c10
PE
5532011-02-09 Paul Eggert <eggert@cs.ucla.edu>
554
555 * make-docfile.c (EMACS_INTEGER): Rename from EMACS_INT.
556 This avoids collision with config.h's EMACS_INT on some
557 configurations. All uses changed.
558
00b3c7ac
TT
5592011-02-08 Tom Tromey <tromey@redhat.com>
560
561 * make-docfile.c: Unconditionally include stdlib.h.
562 (generate_globals): New global.
563 (xrealloc): New function.
564 (main): Handle '-g'. Call start_globals, write_globals.
565 (scan_file): Conditionally call put_filename.
566 (start_globals): New function.
567 (struct global): New.
568 (num_globals, globals): New globals.
569 (add_global, compare_globals, write_globals): New functions.
570 (scan_c_file): Update for "-g".
571 (scan_lisp_file): Fail if "-g".
572
03fc768b
PE
5732011-02-05 Paul Eggert <eggert@cs.ucla.edu>
574
602a5739 575 * emacsclient.c: Conform to C89 pointer rules.
03fc768b
PE
576 (file_name_absolute_p): Accept const char *, not const unsigned
577 char *, to satisfy C89 rules.
578
d9f1f55e
EZ
5792011-02-02 Eli Zaretskii <eliz@gnu.org>
580
b166dcd8
KC
581 * makefile.w32-in (ETAGS_CFLAGS, CTAGS_CFLAGS):
582 Add ``-DEMACS_NAME="\"GNU Emacs\""''.
83cc5772 583 (obj): Remove strftime.o.
d9f1f55e 584
70b0d280
EZ
5852011-01-31 Eli Zaretskii <eliz@gnu.org>
586
587 * makefile.w32-in (VERSION): Don't define, defined on nt/config.nt.
588 (ECLIENT_CFLAGS): Remove -DVERSION.
589 ($(BLD)/emacsclient.$(O)): Don't depend on makefile.w32-in.
590
16fab143
PE
5912011-01-31 Paul Eggert <eggert@cs.ucla.edu>
592
593 src/emacs.c now gets version number from configure.in
594 * ebrowse.c: Adjust comment to say that.
595
8aec9916
JM
5962011-01-30 Jim Meyering <meyering@redhat.com>
597
598 make-docfile: don't corrupt heap for an invalid .elc file
599 "printf '#@1a' > in.elc; ./make-docfile in.elc" would store 0
600 one byte before just-malloc'd saved_string buffer.
601 * make-docfile.c (scan_lisp_file): Diagnose an invalid dynamic
602 doc string length. Also fix an always-false while-loop test.
603
f915f0f7
EZ
6042011-01-29 Eli Zaretskii <eliz@gnu.org>
605
606 * makefile.w32-in (LOCAL_FLAGS): Add -I../lib.
607 (GETOPTOBJS, GETOPTDEPS): Remove targets.
608 (MOVEMAILOBJS): Replace $(GETOPTOBJS) with ../lib/$(BLD)/libgnu.$(A).
609 ($(BLD)/movemail.exe): Depend on ../lib/getopt.h.
610 (ECLIENTOBJS, ETAGSOBJ, CTAGSOBJ, EBROWSEOBJ): Replace getopt.o
611 and getopt1.o with ../lib/$(BLD)/libgnu.$(A).
612 (clean): Don't remove getopt.h.
613 (getopt.h, $(BLD)/getopt.$(O), $(BLD)/getopt1.$(O)): Remove targets.
614 ($(BLD)/ctags.$(O), $(BLD)/etags.$(O)): Replace getopt.h with
615 $(EMACS_ROOT)/lib/getopt.h.
616
6172011-01-28 Chong Yidong <cyd@stupidchicken.com>
618
619 * ntlib.c (setregid): New stub, renamed from setegid.
620
621 * ntlib.h: Update prototype.
622
06d8ace5 6232011-01-25 Chong Yidong <cyd@stupidchicken.com>
fbf4af3a
CY
624
625 * movemail.c (main): Use setregid instead of setegid, which is
626 missing on older systems. Suggested by Peter O'Gorman (Bug#6811).
627
9055082e
PE
6282011-01-23 Paul Eggert <eggert@cs.ucla.edu>
629
630 Check return values of some library calls.
631 * hexl.c (main): Check fread result.
632 * make-docfile.c (main): Check chdir result.
633 (scan_c_file): Check fscanf result.
634 * movemail.c (main): Check ftruncate result.
635
33fe4243 6362011-01-17 Paul Eggert <eggert@cs.ucla.edu>
e275c824 637
4004364e
PE
638 Include <unistd.h> unilaterally.
639 * emacsclient.c, etags.c, fakemail.c, make-docfile.c, movemail.c:
640 * pop.c, test-distrib.c, update-game-score.c:
641 Include <unistd.h> without worrying about HAVE_UNISTD_H, since
642 unistd.h is always present now, possibly supplied by gnulib.
643
613f7bda
PE
644 Include <getopt.h> not "getopt.h".
645 * ebrowse.c, emacsclient.c: Include <getopt.h>, not "getopt.h".
646 Since getopt.h is no longer in this directory, there's no point
647 using the form with double-quotes.
648
e275c824
PE
649 Remove unused files.
650 * getopt.c, getopt1.c, getopt_.h, getopt_int.h: Remove.
651 These files are now in ../lib, copied from gnulib.
652
653 Use gnulib's getopt-gnu module.
654 * Makefile.in (mostlyclean): Do not clean getopt.h or getopt.h-t,
655 as these are now done by gnulib.
656 (GETOPT_H, getopt.h, GETOPTOBJS, GETOPTDEPS, getopt.o, getopt1.o):
657 Remove; now done by gnulib. All uses removed.
658
9a514d4a
PE
659 Automate syncing from gnulib.
660 * Makefile.in (EXE_FILES): New macro.
661 (BASE_CFLAGS): Add -I../lib and -I${srcdir}/../lib,
662 for gnulib's .h files.
663 (LOADLIBES): Add ../lib/libgnu.a.
664 ($(EXE_FILES)): Depend on ../lib/libgnu.a.
665 (../lib/libgnu.a): New rule.
666
72427c46
PE
6672011-01-08 Paul Eggert <eggert@cs.ucla.edu>
668
669 * Makefile.in (EXECUTABLES): Remove; macro unused since 1993.
670
4967fa34
GM
6712011-01-08 Glenn Morris <rgm@gnu.org>
672
e7a42417
GM
673 * Makefile.in (EMACSOPT): Add --no-site-lisp.
674
4967fa34
GM
675 * Makefile.in (EMACSOPT): Remove --multibyte, it does nothing any more.
676
d7bfa7a1
GM
6772011-01-02 Glenn Morris <rgm@gnu.org>
678
679 * ebrowse.c (version) <emacs_copyright>:
680 * etags.c (print_version) <emacs_copyright>:
681 * rcs2log (Copyright): Set short copyright year to 2011.
682
da2b5401
JM
6832010-11-27 Joe Matarazzo <joe.matarazzo@gmail.com> (tiny change)
684
685 * ebrowse.c (yylex): If end of input buffer encountered while
686 searching for a newline after "//", return YYEOF. (Bug#7446)
687
4a47c275 6882010-11-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
76cc4cd6
YM
689
690 * emacsclient.c (set_local_socket) [DARWIN_OS]: Add fall-back
691 definition of _CS_DARWIN_USER_TEMP_DIR for Mac OS X 10.4 and older.
692
f16cafe3
DN
6932010-11-15 Dan Nicolaescu <dann@ics.uci.edu>
694
695 * test-distrib.c: Remove include guards for config.h and fcntl.h.
696 (O_RDONLY): Do not define.
697 (cool_read): Fix type for variable "sofar".
698
6a5c2175
GM
6992010-10-25 Glenn Morris <rgm@gnu.org>
700
701 * makefile.w32-in (OTHER_PLATFORM_SUPPORT): Remove easymenu.elc.
702
17284e30
GM
7032010-10-23 Glenn Morris <rgm@gnu.org>
704
705 * digest-doc.c, sorted-doc.c: Remove files.
706 * Makefile.in (UTILITIES): Remove digest-doc and sorted-doc.
707 (digest-doc${EXEEXT}, sorted-doc${EXEEXT}): Remove rules.
708 * makefile.w32-in (ALL): Remove digest-doc and sorted-doc.
709 ($(BLD)/sorted-doc.exe, $(BLD)/digest-doc.exe, sorted-doc, digest-doc)
710 ($(BLD)/digest-doc.$(O), $(BLD)/sorted-doc.$(O)): Remove rules.
711 (install): Don't install digest-doc.exe or sorted-doc.exe.
712
a4daeecf
DN
7132010-10-10 Dan Nicolaescu <dann@ics.uci.edu>
714
715 * Makefile.in (PROFILING_LDFLAGS): Remove, not needed.
716
3fb78d1f
GM
7172010-10-09 Glenn Morris <rgm@gnu.org>
718
719 * b2m.c, b2m.pl: Remove files.
720 * Makefile.in (INSTALLABLES): Remove b2m.
721 * makefile.w32-in ($(BLD)/b2m.$(O)): Remove.
722
4628bef1 7232010-10-08 Glenn Morris <rgm@gnu.org>
b336bfcd
GM
724
725 * emacsclient.c (set_local_socket) [DARWIN_OS]: Try as a fall-back
726 DARWIN_USER_TEMP_DIR. (Bug#3992)
727
f99d75f5
DN
7282010-10-03 Dan Nicolaescu <dann@ics.uci.edu>
729
728a982d
DN
730 * test-distrib.c (cool_read):
731 * movemail.c (main, concat):
732 * make-docfile.c (scan_file, write_c_args):
602a5739 733 * emacsclient.c (get_server_config): Fix -Wconversion warning.
728a982d
DN
734 (egetenv): Move conditional definition earlier.
735 (progname): Use const.
736 * sorted-doc.c (xstrdup): Use const.
737
f99d75f5
DN
738 * Makefile.in: Remove ^L, old makes choke on it.
739
3ecb8d93
WS
7402010-10-02 Wolfgang Schnerring <wosc@wosc.de> (tiny change)
741
742 * emacsclient.c (main): Return EXIT_FAILURE if Emacs sends us an
743 error string (Bug#6963).
744
54b65f7b
JB
7452010-10-02 Juanma Barranquero <lekktu@gmail.com>
746
747 * makefile.w32-in (tags): Remove target.
748
73077a9a
EZ
7492010-10-01 Eli Zaretskii <eliz@gnu.org>
750
751 * makefile.w32-in (tags, TAGS): New targets.
752
968ef9b4
JB
7532010-09-30 Juanma Barranquero <lekktu@gmail.com>
754
755 * emacsclient.c (get_server_config): Don't read Emacs pid from
756 the authentication file.
757
6ab88e02
JB
7582010-09-29 Juanma Barranquero <lekktu@gmail.com>
759
a69edb8a
JB
760 * makefile.w32-in (../src/config.h): Remove target, it is stale.
761
6ab88e02
JB
762 * emacsclient.c (main): Remove unused variables.
763 (start_daemon_and_retry_set_socket): Use EXIT_FAILURE.
764
4c964351
UM
7652010-09-25 Ulrich Mueller <ulm@gentoo.org>
766
767 * etags.c (compressors, print_language_names): Support xz compression.
768
988e88ab
J
7692010-08-11 Jan Djärv <jan.h.d@swipnet.se>
770
70e31436 771 * fakemail.c: Include stdlib.h for getenv. Remove declaration of
5e3b9a89 772 popen, fclose and pclose.
70e31436 773 (my_name, fatal, error, put_line): Use const char*.
5e3b9a89
J
774 (main): Remove extern getenv, mail_program_name is const char*.
775
988e88ab
J
776 * update-game-score.c (get_prefix, write_scores, main): Use const char*.
777
778 * sorted-doc.c (error, fatal, states): Use const char *.
779
780 * pop.h (pop_multi_first): Use const char *.
781 (_ARGS): Remove.
782
70e31436 783 * pop.c (pop_multi_first, socket_connection, sendline): Use const char*.
988e88ab
J
784
785 * movemail.c (fatal, error, concat): Use const char *.
786
b166dcd8
KC
787 * make-docfile.c (error, fatal, scan_c_file, scan_lisp_file):
788 Use const char *.
988e88ab
J
789
790 * etags.c (compressor, language, Ada_suffix, Ada_help, Asm_suffixes)
791 (Asm_help, default_C_suffixes, default_C_help, Cplusplus_suffixes)
792 (Cplusplus_help, Cjava_suffixes, Cobol_suffixes, Cstar_suffixes)
793 (Erlang_suffixes, Erlang_help, Forth_suffixes, Forth_help)
794 (Fortran_suffixes, Fortran_help, HTML_suffixes, HTML_help)
795 (Lisp_suffixes, Lisp_help, Lua_suffixes, Lua_help)
796 (Makefile_filenames, Makefile_help, Objc_suffixes, Objc_help)
797 (Pascal_suffixes, Pascal_help, Perl_suffixes, Perl_interpreters)
798 (Perl_help, PHP_suffixes, PHP_help, plain_C_suffixses, PS_suffixes)
799 (PS_help, Prolog_suffixes, Prolog_help, Python_suffixes, Python_help)
800 (Scheme_suffixes, Scheme_help, TeX_suffixes, TeX_help, Texinfo_suffixes)
801 (Texinfo_help, Yacc_suffixes, Yacc_help, auto_help, none_help)
802 (no_lang_help, print_language_names)
803 (get_language_from_interpreter, get_language_from_filename)
804 (init, make_tag, struct C_stab_entry, write_classname, TEX_defenv)
805 (TEX_decode_env, nocase_tail, savestr, savenstr, fatal, pfatal)
806 (concat): Use const char*.
807
808 * emacsclient.c (message, sock_err_message, send_to_emacs)
809 (quote_argument, set_local_socket)
810 (start_daemon_and_retry_set_socket): Use const char*.
811
812 * ebrowse.c (struct member): filename, def_filename is const.
813 (struct sym): filename, sfilename is const.
814 (struct kw): name is const.
815 (add_sym, yyerror, token_string, insert_keyword, main): Use const char*.
816
817 * b2m.c (concat, fatal): Use const char*.
818 (main): Don't assign labels a string literal.
819
0e9c8657
JB
8202010-08-07 Juanma Barranquero <lekktu@gmail.com>
821
822 * ebrowse.c (usage, version, mark_virtual):
823 Remove duplicate declarations.
824
0613f5d5
DN
8252010-08-06 Dan Nicolaescu <dann@ics.uci.edu>
826
827 * emacsclient.c: Move socket related #includes together with the
70e31436 828 rest of the #includes. Move WINDOWSNT includes closer together.
0613f5d5
DN
829 (HAVE_CONFIG_H): Remove.
830 (NO_RETURN): Remove, defined in config.h.
831 (main): Convert definition to standard C.
832
a94a477d
JB
8332010-07-29 Juanma Barranquero <lekktu@gmail.com>
834
835 * make-docfile.c (write_c_args): Warn for old-style empty arglist ().
836
35a7804d
JB
8372010-07-25 Juanma Barranquero <lekktu@gmail.com>
838
839 * emacsclient.c (getcwd): Fix previous change: make getcwd
840 conditional on HAVE_GETCWD and declare with the correct POSIX
841 profile (for some reason MinGW headers define its 2nd arg as int,
842 not size_t; but getcwd is not used on Windows nonetheless).
843
361358ea
JB
8442010-07-25 Juanma Barranquero <lekktu@gmail.com>
845
846 * emacsclient.c (getcwd, w32_getenv):
847 * ntlib.h (getlogin, getuid, getegid, getgid): Fix prototypes.
848
68441b90
DN
8492010-07-24 Dan Nicolaescu <dann@ics.uci.edu>
850
087b38a0 851 * update-game-score.c (usage): Add NO_RETURN specifier.
68441b90
DN
852 * movemail.c (fatal, pfatal_with_name, pfatal_and_delete):
853 * make-docfile.c (fatal):
854 * hexl.c (usage):
855 * fakemail.c (fatal):
856 * etags.c (fatal, suggest_asking_for_help, pfatal):
857 * emacsclient.c (fatal):
858 * b2m.c (fatal): Likewise.
859
554d39be
JB
8602010-07-23 Juanma Barranquero <lekktu@gmail.com>
861
862 * make-docfile.c (write_c_args): Correctly handle prefixes of "defalt".
863
7c3320d8
JB
8642010-07-20 Juanma Barranquero <lekktu@gmail.com>
865
866 * emacsclient.c (get_current_dir_name, w32_get_resource)
867 (w32_getenv, w32_set_user_model_id, w32_window_app, w32_execvp)
868 (close_winsock, initialize_sockets, w32_find_emacs_process)
869 (w32_give_focus):
870 * ntlib.c (getlogin, getuid, getgid, getegid):
871 Convert definitions to standard C.
872
e6cfa7c3
AS
8732010-07-12 Andreas Schwab <schwab@linux-m68k.org>
874
875 * Makefile.in (C_WARNINGS_SWITCH, PROFILING_CFLAGS)
876 (PROFILING_LDFLAGS): Set from substitution.
877 (BASE_CFLAGS): Add ${C_WARNINGS_SWITCH}.
878 (ALL_CFLAGS, CPP_CFLAGS): Add ${PROFILING_CFLAGS}.
879 (LINK_CFLAGS): Add ${PROFILING_LDFLAGS}.
880
f09e4c6b
EZ
8812010-07-12 Eli Zaretskii <eliz@gnu.org>
882
883 * makefile.w32-in (lisp2): Change hebrew.el to hebrew.elc (see
884 2010-07-12T05:25:46Z!handa@etlken).
885
8966b757
AS
8862010-07-11 Andreas Schwab <schwab@linux-m68k.org>
887
888 * emacsclient.c (set_local_socket): Use strchr, strrchr instead of
889 index, rindex.
890 * movemail.c (mail_spool_name, popmail): Likewise.
891 * pop.c (pop_list): Likewise.
892
994a7c3b
EZ
8932010-07-11 Eli Zaretskii <eliz@gnu.org>
894
a628ad9d 895 * makefile.w32-in (obj): Add menu.o, bidi.o, w32uniscribe.o,
994a7c3b
EZ
896 and unexw32.o. (Bug#6603)
897
c971758d
EZ
8982010-07-10 Eli Zaretskii <eliz@gnu.org>
899
900 * Makefile.in ($(DESTDIR)${archlibdir}): Convert spaces to TABs.
901
91a7f76d
AS
9022010-07-09 Andreas Schwab <schwab@linux-m68k.org>
903
904 * make-docfile.c (write_c_args): Restructure scanning loop.
905
0508c67f
DN
9062010-07-09 Dan Nicolaescu <dann@ics.uci.edu>
907
908 * make-docfile.c (write_c_args): Deal with type names in DEFUN
909 arguments.
910
0216627e
DN
9112010-07-08 Dan Nicolaescu <dann@ics.uci.edu>
912
913 * update-game-score.c (P_): Remove macro.
914 * ebrowse.c: Remove include guards.
915 (P_): Remove macro.
916
72af86bd
AS
9172010-07-07 Andreas Schwab <schwab@linux-m68k.org>
918
919 * ebrowse.c (add_sym, make_namespace): Replace bcopy, bzero by
920 memcpy, memmove, memset.
921 * pop.c (pop_retrieve, socket_connection, pop_getline): Likewise.
922
e2ad23ef
AS
9232010-07-06 Andreas Schwab <schwab@linux-m68k.org>
924
925 * movemail.c: Add MAIL_USE_POP around prototypes.
1725ae55
AS
926 Include <string.h> if HAVE_STRING_H.
927 (strerror): Only declare if !HAVE_STRERROR.
928 (fatal): Make static.
929 (error): Likewise.
930 (pfatal_with_name): Likewise.
70e31436 931 (pfatal_and_delete): Likewise.
1725ae55
AS
932 (concat): Likewise.
933 (xmalloc): Likewise.
934 (popmail): Likewise.
935 (pop_retr): Likewise.
936 (mbx_write): Likewise.
937 (mbx_delimit_begin): Likewise.
938 (mbx_delimit_end): Likewise.
e2ad23ef 939
b8463cbf
DN
9402010-07-04 Dan Nicolaescu <dann@ics.uci.edu>
941
942 * fakemail.c (action): Convert function definitions to standard C.
943 (add_a_stream):
944 * test-distrib.c (cool_read):
945 (main): Likewise.
946
a52a00a3
AS
9472010-07-03 Andreas Schwab <schwab@linux-m68k.org>
948
949 * sorted-doc.c (cmpdoc): Fix signature.
950 (qsort_compare): Delete.
951 (main): Remove cast.
952
35d99b72
JB
9532010-07-03 Juanma Barranquero <lekktu@gmail.com>
954
955 * ebrowse.c (match_qualified_namespace_alias): Check for null pointer.
956
3a35a84c
JB
9572010-07-03 Juanma Barranquero <lekktu@gmail.com>
958
959 Fix prototype warnings.
960
961 * ebrowse.c (match_qualified_namespace_alias):
962 Pass sym* to find_namespace, not link*.
963
964 * emacsclient.c (send_to_emacs, quote_argument): Arg s is HSOCKET.
965
966 * sorted-doc.c (qsort_compare): New typedef.
967 (main): Use it to cast cmpdoc.
968
873fbd0b
DN
9692010-07-03 Dan Nicolaescu <dann@ics.uci.edu>
970
971 * update-game-score.c: Convert function definitions to standard C.
972 * sorted-doc.c:
973 * profile.c:
974 * pop.c:
975 * movemail.c:
976 * make-docfile.c:
977 * hexl.c:
978 * fakemail.c:
979 * etags.c:
980 * ebrowse.c:
981 * digest-doc.c:
982 * b2m.c: Likewise.
983
c532d349
DN
9842010-07-02 Dan Nicolaescu <dann@ics.uci.edu>
985
986 * make-docfile.c (xmalloc, xrealloc, concat, readline, fatal):
987 * b2m.c (scan_file, scan_lisp_file, scan_c_file): Convert to
988 standard C prototypes.
989
f57e2426
J
9902010-07-02 Jan Djärv <jan.h.d@swipnet.se>
991
992 * ebrowse.c: Remove P_ and __P.
993 * etags.c:
994 * movemail.c:
995 * pop.c:
996 * update-game-score.c: Likewise.
997
3b3807f8
JB
9982010-06-24 Juanma Barranquero <lekktu@gmail.com>
999
1000 * movemail.c (error): Avoid warning when there are no args.
1001
5fee75d4
JB
10022010-06-11 Juanma Barranquero <lekktu@gmail.com>
1003
1004 * makefile.w32-in (lisp2): Fix references to vc/vc-hooks.elc
1005 and vc/ediff-hook.elc.
1006
3085237c
DN
10072010-06-06 Dan Nicolaescu <dann@ics.uci.edu>
1008
1009 * ntlib.h: Remove code dealing with BSTRING.
1010
0191e222
CY
10112010-05-29 Chong Yidong <cyd@stupidchicken.com>
1012
1013 * emacsclient.c (longopts, decode_options, print_help_and_exit):
1014 New arg `-parent-id'.
1015 (main): Send parent-id to Emacs.
1016
81ac4f35
GM
10172010-05-27 Glenn Morris <rgm@gnu.org>
1018
1019 * Makefile.in (distclean): No more Makefile.c.
1020
4e3028f8
JD
10212010-05-22 Jan Djärv <jan.h.d@swipnet.se>
1022
1023 * Makefile.in (STAMP_INST_SCRIPTS, STAMP_SCRIPS): New (Bug #6246).
1024 (all): Depend onSTAMP_INST_SCRIPTS, STAMP_SCRIPS (Bug #6246).
1025 (stamp-rcs2log, stamp-rcs-checkin, stamp-grep-changelog, stamp-vcdiff):
1026 New rules (Bug #6246).
1027 (clean): Remove stamp-* (Bug #6246).
1028
44b031a6
GM
10292010-05-12 Glenn Morris <rgm@gnu.org>
1030
1031 * Makefile.in (INSTALLABLES): Remove @LIB_SRC_EXTRA_INSTALLABLES@.
1032
acddf8ae
GM
10332010-05-11 Glenn Morris <rgm@gnu.org>
1034
c88b05a9
GM
1035 * Makefile.in (.m.o): Remove, there are no .m files.
1036 (BASE_CFLAGS): New variable.
1037 (ALL_CFLAGS, LINK_CFLAGS, CPP_CFLAGS): Use $BASE_CFLAGS.
1038 (check): Update the message.
1039 (update-game-score${EXEEXT}): Do not use $MOVE_FLAGS.
1040
d3b23034
GM
1041 * Makefile.in: Convert comments to makefile format.
1042
acddf8ae
GM
1043 * Makefile.in (LIBS_SYSTEM) [MSDOS]: Do not reset.
1044 (config.h) [MSDOS]: Do not include.
1045
7490175b
GM
10462010-05-10 Glenn Morris <rgm@gnu.org>
1047
97efb629
GM
1048 * Makefile.in (LIBS_SYSTEM): Set with configure, not cpp.
1049 (LIBS_SYSTEM) [MSDOS]: Reset with MSDOS_LIBS_SYSTEM.
1050 (NOT_C_CODE): Remove, no longer used.
1051 (config.h) [!MSDOS]: No longer include.
1052 (LOADLIBES): Use LIBS_SYSTEM as a variable.
1053
7490175b
GM
1054 * Makefile.in (BLESSMAIL_TARGET): Set with configure, not cpp.
1055
7b42b29f
GM
10562010-05-08 Glenn Morris <rgm@gnu.org>
1057
1058 * Makefile.in (THIS_IS_MAKEFILE): Remove, unused.
1059
61a808e8
CY
10602010-05-07 Chong Yidong <cyd@stupidchicken.com>
1061
1062 * Version 23.2 released.
1063
f6c0ee20
GM
10642010-05-06 Glenn Morris <rgm@gnu.org>
1065
1066 * Makefile.in: Minimize blessmail-related cpp usage.
1067 (BLESSMAIL_TARGET): New variable.
1068 (MOVEMAIL_NEEDS_BLESSING): Remove, replace by above variable.
1069 (blessmail): Always define this rule.
1070 (need-blessmail): New rule, split out from maybe-blessmail.
1071 (maybe-blessmail): Use BLESSMAIL_TARGET.
1072
49628785
GM
10732010-05-04 Glenn Morris <rgm@gnu.org>
1074
1075 * Makefile.in: Use @C_SWITCH_SYSTEM@, @C_SWITCH_MACHINE@ rather than
1076 @c_switch_system@, @c_switch_machine@.
1077
7e10844c
DN
10782010-04-26 Dan Nicolaescu <dann@ics.uci.edu>
1079
1080 * Makefile.in (LIBS_MACHINE): Remove all uses, unused.
1081
4794a582
DN
10822010-04-12 Dan Nicolaescu <dann@ics.uci.edu>
1083
1084 * Makefile.in (ALL_CFLAGS, LINK_CFLAGS, CPP_CFLAGS): Move to the
1085 non-cpp section.
1086
76bd8202
DN
10872010-04-11 Dan Nicolaescu <dann@ics.uci.edu>
1088
1089 * Makefile.in (C_SWITCH_SYSTEM, C_SWITCH_MACHINE): Define using
1090 autoconf, not cpp.
1091 (ALL_CFLAGS): Use them as make variables.
1092
53cfe624 10932010-04-07 Christoph Scholtes <cschol2112@googlemail.com>
42d3cab7
C
1094
1095 * makefile.w32-in (OTHER_PLATFORM_SUPPORT): Use parenthesis
1096 for macros for nmake compatibility.
1097
b372fceb
JB
10982010-04-03 Juanma Barranquero <lekktu@gmail.com>
1099
1100 Add stubs for Windows, required after CVE-2010-0825 change.
1101 * ntlib.c (getgid, getegid, setegid): New stubs.
1102 * ntlib.h (getgid, getegid, setegid): Declare them.
1103
51a91f9d
CY
11042010-04-02 Dan Rosenberg <dan.j.rosenberg@gmail.com> (tiny change)
1105
b166dcd8
KC
1106 * movemail.c (main): Check return values of setuid.
1107 Avoid possibility of symlink attack when movemail is setgid mail
51a91f9d
CY
1108 (CVE-2010-0825).
1109
42a2c622
DN
11102010-04-02 Dan Nicolaescu <dann@ics.uci.edu>
1111
1112 Remove extern errno declarations.
1113 * movemail.c:
1114 * etags.c:
1115 * emacsclient.c: Remove extern errno declarations.
1116
5e58e3a4
GM
11172010-03-20 Glenn Morris <rgm@gnu.org>
1118
1119 * Makefile.in (KRB4LIB, DESLIB, KRB5LIB, CRYPTOLIB, COM_ERRLIB)
1120 (LIBHESIOD, LIBRESOLV): Make previous change a bit more friendly by
1121 defining these as Makefile variables.
1122 (LIBS_MOVE): Add LIBS_MAIL into this.
1123 (movemail${EXEEXT}): Just use LIBS_MOVE, not LIBS_MAIL as well.
1124
aded53ff
GM
11252010-03-18 Glenn Morris <rgm@gnu.org>
1126
1127 * Makefile.in (KRB4LIB, DESLIB, KRB5LIB, CRYPTOLIB, COM_ERRLIB)
1128 (HESIODLIB, LIBS_MAIL): Set using autoconf rather than cpp.
1129 (BASE_CFLAGS): Remove (identical to CPP_CFLAGS).
1130
f8388570
TO
11312010-03-18 Tetsurou Okazaki <okazaki@be.to> (tiny change)
1132
1133 * Makefile.in (uninstall): Handle the case where archlibdir does not
1134 exist. (Bug#5720)
1135
288f9fc0
CY
11362010-03-10 Chong Yidong <cyd@stupidchicken.com>
1137
1138 * Branch for 23.2.
1139
f9b84f9f
CY
11402010-02-20 Kevin Ryde <user42@zip.com.au>
1141
1142 * etags.c (Scheme_functions): Don't loop past a null character
1143 (Bug#5601).
1144
c14902e0 11452010-01-29 Kester Habermann <kester@linuxtag.org> (tiny change)
9d77a91f 1146
a628ad9d 1147 * etags.c (Fortran_functions): Handle recursive keyword (Bug#5484).
9d77a91f 1148
6589a2f9
GM
11492010-01-11 Glenn Morris <rgm@gnu.org>
1150
1151 * ebrowse.c (version):
1152 * etags.c (print_version):
1153 * rcs2log (Copyright): Set copyright year to 2010.
1154
03dcfe01
CY
11552009-12-09 David Robinow <drobinow@gmail.com> (tiny change)
1156
1157 * makefile.w32-in: Use parenthesis for macros for nmake
1158 compatibility.
1159
5ce6e4f4 11602009-11-23 Tobias Ringström <tobias@ringis.se> (tiny change)
46f3381a 1161
f7e0618c 1162 * etags.c (absolute_filename): Use memmove if we have it for
46f3381a
JD
1163 overlapping copy.
1164
f6195dfb
DN
11652009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
1166
1167 * make-docfile.c (scan_lisp_file): Also look for `defvaralias'.
1168
b53f6df2
JB
11692009-10-15 Juanma Barranquero <lekktu@gmail.com>
1170
1171 * .gitignore: Add echolisp.tmp.
1172
9fc3db2b
GM
11732009-10-15 Glenn Morris <rgm@gnu.org>
1174
5f54cae6
GM
1175 * emacsclient.c (print_help_and_exit): Fix bug report instructions.
1176
9fc3db2b
GM
1177 * makefile.w32-in (echolisp): New rule.
1178 (clean): Delete echolisp.tmp.
1179
614bd9cf
EZ
11802009-09-27 Eli Zaretskii <eliz@gnu.org>
1181
1182 * makefile.w32-in (OTHER_PLATFORM_SUPPORT): Add term/internal.elc,
1183 term/pc-win.elc, emacs-lisp/easymenu.elc, and term/ns-win.elc, to
1184 be consistent with src/Makefile.in.
1185
24e9e996
SM
11862009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
1187
1188 * update-game-score.c (main): Sort scores before trimming them,
1189 reported by Jason Feng <jfeng@ozbert.com> (bug#4397).
1190
c5a139ca
GM
11912009-09-09 Glenn Morris <rgm@gnu.org>
1192
1193 * Makefile.in ($(DESTDIR)${archlibdir}): Set umask to world-readable
1194 before creating directories and game score files.
1195
a8a8ec61
GM
11962009-08-19 Glenn Morris <rgm@gnu.org>
1197
0916a29e 1198 * cvtmail.c: Remove file.
a8a8ec61
GM
1199 * Makefile.in (UTILITIES): Remove cvtmail.
1200 (cvtmail${EXEEXT}): Remove.
1201
678bc1f5
CY
12022009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
1203
1204 * b2m.c (main): Ensure that each message ends in two newlines.
1205
0a3472c7
JR
12062009-07-03 Jason Rumney <jasonr@gnu.org>
1207
1208 * emacsclient.c (w32_set_user_model_id): Use standard types.
1209
f2d6b714
EZ
12102009-07-03 Eli Zaretskii <eliz@gnu.org>
1211
1212 * makefile.w32-in (WINNT_SUPPORT): Add common-win.elc, like
1213 src/Makefile.in did.
1214
ff90fbde
JR
12152009-06-30 Jason Rumney <jasonr@gnu.org>
1216
1217 * emacsclient.c (w32_give_focus): Use GetModuleHandle for library
1218 that is already loaded.
1219 (w32_set_user_model_id): New function.
1220 (main): Use it to associate emacsclient with emacs (bug#1849).
1221
e0f59195
JM
12222009-06-29 Jim Meyering <meyering@redhat.com>
1223
1224 Remove useless if-before-free test.
1225 * make-docfile.c (scan_lisp_file): Remove useless test.
1226
f5f20f6c
DN
12272009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
1228
1229 * Makefile.in (movemail.o): Don't pass -Demacs, unused.
1230
70243478
CY
12312009-06-21 Chong Yidong <cyd@stupidchicken.com>
1232
1233 * Branch for 23.1.
1234
fa44da6e
AR
12352006-06-09 Adrian Robert <Adrian.B.Robert@gmail.com>
1236
1237 * mac-fix-env.m:
1238 * Makefile.in (mac-fix-env): Remove.
1239
a7f2b0b1
AR
12402006-06-06 David Reitter <david.reitter@gmail.com>
1241
1242 * Makefile.in (mac-fix-env): Compile it using ALL_CFLAGS.
1243
9dfda22f
JB
12442009-04-20 Juanma Barranquero <lekktu@gmail.com>
1245
1246 * emacsclient.c (print_help_and_exit): Fix typo and tabify (careful
1247 spacing is required in the message output, as the comment suggests).
1248
24d5010d
CY
12492009-04-20 Chong Yidong <cyd@stupidchicken.com>
1250
1251 * emacsclient.c (print_help_and_exit): Clarify argument placement
1252 for short option names.
1253
6133a1a9
DN
12542009-04-02 Dan Nicolaescu <dann@ics.uci.edu>
1255
1256 * emacsclient.c (print_help_and_exit): Fix typo.
1257
22749e9a
EZ
12582009-03-21 Eli Zaretskii <eliz@gnu.org>
1259
1260 * ntlib.c (setuid): Argument is now unsigned.
1261 (getuid): Return value is now unsigned.
1262 (getpwuid): Argument is now unsigned.
1263 (fchown): UID and GID arguments are now unsigned.
1264
1265 * ntlib.h (fchown): UID and GID arguments are now unsigned.
1266 (getuid): Return value is now unsigned.
1267 (setuid): Argument is now unsigned.
1268 (getpwuid): Remove prototype (it's declared in nt/inc/pwd.h).
1269
b57ac69d 12702009-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
6cde1b21
JB
1271
1272 * emacsclient.c (main): Revert part of last change, so
1273 drive-relative file names again work on Windows.
1274
ba528748
SM
12752009-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
1276
1277 * emacsclient.c (main): Always pass cwd via "-dir". Pass the file
1278 names without prepending cwd to them, so Emacs uses its customary
1279 rules to determine how to interpret the file name.
1280
f213f2c0
GM
12812009-03-04 Glenn Morris <rgm@gnu.org>
1282
1283 * movemail.c (main) [MAIL_USE_POP]: Add -r to usage message.
1284
8ee7d7be
CY
12852009-02-13 Sven Joachim <svenjoac@gmx.de>
1286
1287 * movemail.c: Include time.h unconditionally.
1288 (main): Use time_t for time variables.
1289
d228a23c
GM
12902009-02-11 Glenn Morris <rgm@gnu.org>
1291
1292 * movemail.c (mbx_delimit_begin): Also write the current time.
1293
3f32be22
GM
12942009-02-10 Glenn Morris <rgm@gnu.org>
1295
1296 * movemail.c (mbx_delimit_begin, mbx_delimit_end): Write mbox rather
1297 than Babyl format. (Bug#2196)
1298
e7534fc4
AR
12992009-01-23 Adrian Robert <Adrian.B.Robert@gmail.com>
1300
1301 * emacsclient.c (decode_options): Use a dummy display name under
1302 NS/Cocoa.
1303
9eb67dd9
CY
13042009-01-14 Lars Rasmusson <lars.rasmusson@gmail.com> (tiny change)
1305
1306 * ebrowse.c (matching_regexp): Fix OB1 error.
1307
b433a991
GM
13082009-01-05 Glenn Morris <rgm@gnu.org>
1309
1310 * ebrowse.c (version):
1311 * etags.c (print_version):
1312 * rcs2log (Copyright): Update copyright for 2009.
1313
81f82586
CY
13142009-01-01 Chong Yidong <cyd@stupidchicken.com>
1315
1316 * movemail.c (main): Fatal if hard links cannot be created.
1317
fd95644b
DN
13182008-12-18 Dan Nicolaescu <dann@ics.uci.edu>
1319
1320 * emacsclient.c (start_daemon_and_retry_set_socket): Improve error
1321 checking.
1322
67c1df01
DN
13232008-12-14 Dan Nicolaescu <dann@ics.uci.edu>
1324
1325 * emacsclient.c: Include syswait.h instead of sys/types.h.
1326
f0131492 13272008-12-11 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
5445ab06 1328
d4835507
JB
1329 * emacsclient.c (WCONTINUED): New compatibility define
1330 for older systems.
5445ab06 1331
d50299d5
DN
13322008-12-10 Dan Nicolaescu <dann@ics.uci.edu>
1333
1334 * emacsclient.c (main): Fix previous change.
1335
52016647
JB
13362008-12-10 Juanma Barranquero <lekktu@gmail.com>
1337
1338 * emacsclient.c (main): Fix mindless breakage where emacsclient
1339 does not work *at all* on Windows, even if it *can* connect.
1340
802bdb3c
DN
13412008-12-10 Dan Nicolaescu <dann@ics.uci.edu>
1342
1343 * emacsclient.c (EMACS_DAEMON): Remove definition.
1344 (decode_options): Do not allow an empty alternate_editor on
1345 WINDOWSNT.
1346 (print_help_and_exit): Replace EMACS_DAEMON with WINDOWSNT.
1347 (start_daemon_and_retry_set_socket): Likewise.
45ce4570 1348 (main): Fail in case of not being able to connect.
802bdb3c 1349
c3f995a2
JB
13502008-12-10 Juanma Barranquero <lekktu@gmail.com>
1351
1352 * emacsclient.c [!WINDOWSNT] (EMACS_DAEMON): New define.
1353 Changes when EMACS_DAEMON is not defined:
1354 (print_help_and_exit): Don't add daemon information to help.
1355 (start_daemon_and_retry_set_socket): Make a no-op.
1356 (main): Don't set `start_daemon_if_needed' (which is initialized to 0).
1357
636b507b
DN
13582008-12-10 Dan Nicolaescu <dann@ics.uci.edu>
1359
1360 * emacsclient.c (print_help_and_exit): Describe what an empty
1361 string argument does for --alternate-editor.
1362 (set_socket): Make it possible to not exit in case of an error.
1363 (start_daemon_and_retry_set_socket): New function.
1364 (main): Use it. Restore the NULL value for socket_name and
1365 server_file after the set_socket call.
1366
448d4085
DN
13672008-12-03 Dan Nicolaescu <dann@ics.uci.edu>
1368
7b641241 1369 * emacsclient.c: Include <arpa/inet.h>.
448d4085 1370
938ebc4f
DN
13712008-12-01 Dan Nicolaescu <dann@ics.uci.edu>
1372
1373 * make-docfile.c (scan_lisp_file): Use xmalloc instead of malloc.
1374
3d864325
GM
13752008-11-22 Derek Peschel <dpeschel@eskimo.com> (tiny change)
1376
1377 * etags.c (add_regex): Pass correct length to re_compile_pattern.
1378
48c2dc68
CY
13792008-11-02 Chong Yidong <cyd@stupidchicken.com>
1380
1381 * emacsclient.c (window_system): Delete redundant variable.
1382 (decode_options): Don't use it.
1383 (find_tty): New function.
1384 (main): Use find_tty, and don't use window_system.
1385
d41784ee
EZ
13862008-11-01 Eli Zaretskii <eliz@gnu.org>
1387
1388 * emacsclient.c (main) [WINDOWSNT]: Don't ifdef away the call to
1389 `ttyname'.
1390 (w32_getenv): Treat $TERM specially: if not found in the
1391 environment and in the Registry, return "w32console".
1392 (ttyname) [WINDOWSNT]: New function.
1393
322ca650
AS
13942008-10-31 Andreas Schwab <schwab@suse.de>
1395
1396 * emacsclient.c (main): Don't force sending tty when in eval mode.
1397
8a8a7cd3
CY
13982008-10-30 Chong Yidong <cyd@stupidchicken.com>
1399
1400 * emacsclient.c (main): If using the current frame, send tty
1401 information to Emacs in case daemon mode needs to occupy this tty.
1402
f8baa639
JB
14032008-10-29 Juanma Barranquero <lekktu@gmail.com>
1404
bc558f3e
JB
1405 * emacsclient.c (EXTRA_SPACE): New macro.
1406 (get_server_config, set_local_socket): Use it.
1407
f8baa639
JB
1408 * makefile.w32-in ($(BLD)/sorted-doc.$(O)): Remove spurious backslash.
1409 Reported by Guillaume Conjat <gconjat.ext@orange-ftgroup.com>.
1410
f77b11a0
JB
14112008-10-29 Ulrich Mueller <ulm@gentoo.org>
1412
1413 * emacsclient.c (set_local_socket): Use TMPDIR (default /tmp)
1414 instead of hardcoded /tmp.
1415
dc1cd5f7
DN
14162008-10-13 Dan Nicolaescu <dann@ics.uci.edu>
1417
1418 * emacsclient.c (longopts, print_help_and_exit): Add -nw.
1419 (decode_options): Use getopt_long_only.
1420
7a09249b
EZ
14212008-09-30 Eli Zaretskii <eliz@gnu.org>
1422
1423 * makefile.w32-in (OTHER_PLATFORM_SUPPORT): Remove ccl.elc and
1424 codepage.elc.
1425
997ec957
CY
14262008-09-19 Dan Nicolaescu <dann@ics.uci.edu>
1427
1428 * emacsclient.c (main): Use stdout rather than stdin to obtain the
1429 terminal (bug#427).
1430
0d80bf29
FP
14312008-08-25 Francesco Potortì <pot@gnu.org>
1432
1433 * etags.c (main): Do not use static space for the tagfile string.
1434
34a23e94
FP
14352008-08-17 Francesco Potortì <pot@gnu.org>
1436
1437 * etags.c (main): Use canonicalize_filename on tags file name.
1438 (relative_filename): Revert 3.85: do not collapse slashes here.
1439 (absolute_dirname): Remove useless call to canonicalize_filename.
1440 (canonicalize_filename): Collapse multiple slashes here.
1441
48fad8e8
DN
14422008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
1443
10d1d0af
JB
1444 * Makefile.in (INSTALLABLES): Add LIB_SRC_EXTRA_INSTALLABLES.
1445 Do not special case for NS_IMPL_COCOA.
48fad8e8 1446
6088b51f 14472008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
f4494e84
AR
1448
1449 * Makefile.in (CFLAGS): Drop -universal under NS_IMPL_COCOA.
1450 (.m.o): Dispense with GNUstep-specific flags.
1451
39b8bb9b
CY
14522008-08-05 Ulrich Mueller <ulm@gentoo.org>
1453
1454 * pop.c (socket_connection): Add conditionals for
1455 HAVE_KRB5_ERROR_TEXT and HAVE_KRB5_ERROR_E_TEXT to support
1456 compilation with MIT Kerberos and Heimdal, respectively.
1457
7c2fb837
DN
14582008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
1459
1460 * etags.c:
1461 * emacsclient.c: Remove VMS support.
1462
9e2a2647
DN
14632008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
1464
1465 Remove support for Mac Carbon.
1466 * makefile.w32-in:
1467 * emacsclient.c: Remove code for Carbon.
1468
7f619bab
DN
14692008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
1470
1471 * Makefile.in (mac-fix-env): Remove #ifdef around rule.
1472
32cc3925
AS
14732008-07-17 Andreas Schwab <schwab@suse.de>
1474
1475 * Makefile.in (INSTALL_SCRIPT): Remove duplicate definition.
1476 (LIB_STANDARD_LIBSRC): Don't define.
1477 (LOADLIBES): Remove LIB_STANDARD_LIBSRC.
1478
ba60bd44 14792008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
122e9f8f
AR
1480
1481 * Makefile.in: Change GNUSTEP to NS_IMPL_GNUSTEP, COCOA to
1482 NS_IMPL_COCOA.
1483
50863f58
DN
14842008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
1485
ba60bd44
JB
1486 * ntlib.h (fcloseall, fgetchar, flushall, fputchar, putw):
1487 Remove, unused.
50863f58 1488
ba60bd44 14892008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
edfda783
AR
1490
1491 * .cvsignore: Add mac-fix-env.
1492 * mac-fix-env.m: New file, automatically update
1493 ~/.MacOSX/environment.plist on OS X systems to expose environment
1494 variables inside Emacs started from icon.
1495 * Makefile.in: Add -universal to CFLAGS on OS X, add mac-fix-env to
1496 programs to build.
1497 * make-docfile.c: Add .m to list of file extensions.
1498
bba104c1
DN
14992008-07-12 Dan Nicolaescu <dann@ics.uci.edu>
1500
1501 * movemail.c (main): Use int instead of WAITTYPE.
1502
da007124
JB
15032008-07-05 Juanma Barranquero <lekktu@gmail.com>
1504
1505 * makefile.w32-in (OTHER_PLATFORM_SUPPORT):
1506 Remove vmsproc.el and vms-patch.el.
1507
c9fc02c7
JB
15082008-06-26 Juanma Barranquero <lekktu@gmail.com>
1509
1510 * makefile.w32-in (obj): Remove w32bdf.o.
1511
f2a77c3a
DN
15122008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
1513
1514 * fakemail.c: Remove references to obsolete variables.
1515
c2cd06e6
JM
15162008-06-02 Jim Meyering <meyering@redhat.com>
1517
e914c409 1518 * ebrowse.c (xfree): Remove definition; s/xfree/free/.
5c19cd0b 1519
e914c409 1520 Remove useless if-before-free tests.
70fdbb46
JM
1521 * ebrowse.c (xfree): Likewise.
1522 * etags.c (process_file_name, free_tree, free_fdesc): Likewise.
c2cd06e6 1523 (popclass_above, Prolog_functions, Erlang_functions): Likewise.
70fdbb46 1524 * pop.c (pop_quit): Likewise.
c2cd06e6 1525
01b996ad
JB
15262008-05-30 Juanma Barranquero <lekktu@gmail.com>
1527
1528 * makefile.w32-in (lisp2): Add minibuffer.elc.
1529
2926947a
SM
15302008-05-29 Tom Tromey <tromey@redhat.com>
1531
1532 * etags.c (relative_filename): Treat "///" like "/" in filenames.
1533
10fea9c4
EZ
15342008-05-09 Eli Zaretskii <eliz@gnu.org>
1535
1536 * ntlib.c: Include sys/types.h, sys/stat.h, and errno.h.
1537 (IS_DIRECTORY_SEP): New macro.
1538 (convert_time, is_exec, stat): New functions.
1539
86914123
EZ
15402008-05-08 Eli Zaretskii <eliz@gnu.org>
1541
1542 * makefile.w32-in (lisp2): Rename epa-file-hook.elc to epa-hook.elc.
1543
58bb7d50
EZ
15442008-05-03 Eli Zaretskii <eliz@gnu.org>
1545
1546 * makefile.w32-in (lisp2): Add epa-file-hook.elc, to track the
1547 corresponding change in src/Makefile.in.
1548
63b9b605
GM
15492008-04-24 Adam Gołębiowski <adamg@pld-linux.org> (tiny change)
1550
1551 * Makefile.in (etags${EXEEXT}, ctags${EXEEXT}): Fix quote typo.
1552
4429f88c
JR
15532008-04-10 Jason Rumney <jasonr@gnu.org>
1554
1555 * makefile.w32-in (CLIENTRES): New variable and target.
1556 (TRES): Remove.
1557 ($(BLD)/emacsclientw.exe): Use $(CLIENTRES) instead of $(TRES).
1558
14b11401
SM
15592008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
1560
1561 * vcdiff: Use "sccs get" rather than "get"; leave PATH alone.
1562
95de358c
RF
15632008-04-18 Steve Grubb <sgrubb@redhat.com> (tiny change)
1564
1565 * vcdiff: Use mktemp (CVE-2008-1694).
1566
6948400c
JR
15672008-04-09 Jason Rumney <jasonr@gnu.org>
1568
1569 * makefile.w32-in (distclean, maintainer-clean): New targets.
1570
afd27920
GM
15712008-03-13 Glenn Morris <rgm@gnu.org>
1572
1573 * makefile.w32-in (VERSION): Set to 23.0.60.
1574
3d193d0f
JB
15752008-03-04 Juanma Barranquero <lekktu@gmail.com>
1576
1577 * .cvsignore: Add oo.
1578
1797886f
SM
15792008-02-27 Yuri Shtil <yuris@juniper.net> (tiny change)
1580
1581 * etags.c (Perl_functions): Fix call to skip_spaces.
1582
9d2818d6
DN
15832008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
1584
1585 * Makefile.in (NO_SHORTNAMES):
1586 * emacsclient.c (NO_SHORTNAMES):
1587 * fakemail.c (NO_SHORTNAMES):
1588 * make-docfile.c (NO_SHORTNAMES):
1589 * movemail.c (NO_SHORTNAMES):
1590 * pop.c (NO_SHORTNAMES): Remove references to obsolete variable.
1591
79d48c1a
JR
15922008-02-23 Jason Rumney <jasonr@gnu.org>
1593
1594 * makefile.w32-in (MOUSE_SUPPORT): Remove duplicate tooltip.elc.
1595 (MSDOS_SUPPORT, VMS_SUPPORT): Remove.
290afd83 1596 (OTHER_PLATFORM_SUPPORT): Replace above. Add X specific files too.
79d48c1a
JR
1597 (lisp2): Add new languages.
1598 ($(DOC)): Use OTHER_PLATFORM_SUPPORT.
1599
9c61c734
JB
16002008-02-22 Juanma Barranquero <lekktu@gmail.com>
1601
1602 * makefile.w32-in (lisp2): Remove devanagari.el, kannada.el,
1603 malayalam.el, and tamil.el. Add sinhala.el.
1604
50f271cb
JB
16052008-02-20 Juanma Barranquero <lekktu@gmail.com>
1606
1607 * emacsclient.c (main) [WINDOWSNT]: Understand DRIVE:NAME,
1608 where NAME is relative to DRIVE'S current directory.
1609
d07529f3
JB
16102008-02-15 Juanma Barranquero <lekktu@gmail.com>
1611
1612 * emacsclient.c (print_help_and_exit): Show -d option on Windows.
1613
45c1955d
DN
16142008-02-10 Dan Nicolaescu <dann@ics.uci.edu>
1615
1616 * fakemail.c: Undo previous change.
1617
deeaffe1
DN
16182008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
1619
4624371d
DN
1620 * fakemail.c (MAIL_PROGRAM_NAME): Remove unused conditional.
1621 (main): Replace MAIL_PROGRAM_NAME with its value.
1622
d07529f3 1623 * Makefile.in (REGEXP_IN_LIBC): Remove reference to obsolete variable.
deeaffe1 1624
9997dc15
SM
16252008-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
1626
1627 * emacsclient.c (decode_options): Pass --display implicitly if -c
1628 is specified. Only set tty if -t or -c is specified.
1629
0c55bf82
JR
16302008-02-04 Jason Rumney <jasonr@gnu.org>
1631
1632 * makefile.w32-in (lisp1): Use (), not {}.
1633
31cdf671
CY
16342008-02-04 Tom Tromey <tromey@redhat.com>
1635
d07529f3
JB
1636 * etags.c: Add "GTY" as synonym for __attribute__.
1637 Update gperf output.
31cdf671 1638
9303f985 16392008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2 1640
c4cc8b9a 1641 * makefile.w32-in (obj): Sync with src/Makefile.in.
aca7a3d2
MB
1642 (TOOLTIP_SUPPORT, WINDOW_SUPPORT): New definitions.
1643 (WINNT_SUPPORT): Add term/w32-win.elc.
1644 (lisp1, lisp2): Sync with lisp in src/Makefile.in.
1645
9303f985 16462008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2 1647
d07529f3 1648 * makefile.w32-in (obj): Add font.o and w32font.o.
aca7a3d2 1649
d07529f3 16502008-02-01 Zhang Wei <id.brep@gmail.com> (tiny change)
aca7a3d2 1651
290afd83 1652 * makefile.w32-in (lisp1): Delete ucs-tables.elc,
aca7a3d2
MB
1653 utf-8.elc, and latin-*.el.
1654
0ea5797a
SM
16552008-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
1656
bcc891c2 1657 * emacsclient.c (decode_options): Default to NULL display, as Emacs-22.
0ea5797a
SM
1658 Allow the -d option under w32 again, for those rare cases where it
1659 actually does make sense.
1660
5ab73228
JB
16612008-01-25 Juanma Barranquero <lekktu@gmail.com>
1662
1663 * emacsclient.c (set_tcp_socket): Don't send "\n" after
1664 the authentication string; there's no need to haste.
1665
702123a8
CY
16662008-01-22 Chong Yidong <cyd@stupidchicken.com>
1667
1668 * pop.c (pop_stat, pop_last): Fix last fix.
1669
76ed5e01
DN
16702008-01-18 Dan Nicolaescu <dann@ics.uci.edu>
1671
1672 * movemail.c: Remove references to XENIX.
1673
e39a993c
DN
16742008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
1675
1676 * movemail.c:
1677 * make-docfile.c: Remove reference to symbols defined by systems
1678 not supported anymore: MAC_OS8, XENIX and STRIDE.
1679
0ebec7d3
EZ
16802008-01-12 Eli Zaretskii <eliz@gnu.org>
1681
1682 * emacsclient.c (decode_options) [WINDOWSNT]: Don't use the value
1683 of DISPLAY in the environment. Don't support -d.
1684 (print_help_and_exit) [WINDOWSNT]: Don't show the --display option.
1685 (longopts) [WINDOWSNT]: Remove --display.
1686
6eae3ad4
CY
16872008-01-10 Chong Yidong <cyd@stupidchicken.com>
1688
1689 * pop.c (pop_stat, pop_last): Check validity of string-to-integer
1690 conversion. Mistakes spotted by Nico Golde.
1691
78da39c6
GM
16922008-01-09 Glenn Morris <rgm@gnu.org>
1693
1694 * emacsclient.c: Add missing final newlines to message calls.
1695
34a14ec9 16962008-01-09 Daniel Hackney <dan@haxney.org> (tiny change)
78da39c6
GM
1697
1698 * emacsclient.c (set_socket): Add final newline to socket error message.
1699
a408ea17
GM
17002008-01-04 Glenn Morris <rgm@gnu.org>
1701
07655e62
JB
1702 * ebrowse.c (version) <emacs_copyright>: New variable.
1703 Just use current year for copyright.
a408ea17
GM
1704
1705 * etags.c (print_version):
1706 * rcs2log (Copyright): Update to 2008.
1707
0dc7a8bc
JR
17082007-11-28 Jason Rumney <jasonr@gnu.org>
1709
1710 * makefile.w32-in (VMS_SUPPORT): No longer byte-compiled.
1711
880820fe 17122007-11-27 Jan Djärv <jan.h.d@swipnet.se>
7291159e
JD
1713
1714 * pop.c (socket_connection): Remove AI_ADDRCONFIG.
1715
880820fe 17162007-11-19 Jan Djärv <jan.h.d@swipnet.se>
ee15f312
JD
1717
1718 * pop.c (socket_connection): Move realhost out of #ifdefs.
1719 Set realhost both for HAVE_GETADDRINFO and !HAVE_GETADDRINFO.
1720
880820fe 17212007-11-18 Jan Djärv <jan.h.d@swipnet.se>
33a2a872
JD
1722
1723 * pop.c (socket_connection): Use getaddrinfo if available.
1724
880820fe 17252007-11-22 Francesco Potortì <pot@gnu.org>
63f018cd 1726
65841dd8 1727 * etags.c (default_C_help) [CTAGS]: Differentiate the help string,
63f018cd 1728 as the defaults in ctags are different from etags.
63f018cd 1729
880820fe 17302007-11-15 Francesco Potortì <pot@gnu.org>
21e14641
FP
1731
1732 * etags.c: Make prototypes for extern definitions, and add all
1733 that are needed to quench warnings on 64-bit.
1734 (main): Use the same defaults for ctags as for etags: find
1735 typedefs, structure tags, macro constants, enum constants, struct
1736 members and global variables.
1737 (make_C_tag) [DEBUG]: Add debugging printout.
1738 (C_entries): In case '}' decrement bracelev before testing it.
1739
7455effc
FP
17402007-11-15 Masatake YAMATO <jet@gyve.org>
1741
1742 * etags.c (C_entries): In case '}', set fvdef to fvnone
1743 unconditioned to (!ignoreindent && lp == newlb.buffer + 1).
1744
04a697fe
DN
17452007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
1746
1747 * makefile.w32-in (obj): Remove sunfns.o.
1748
a2666217
JB
17492007-10-28 Juanma Barranquero <lekktu@gmail.com>
1750
1751 * makefile.w32-in (obj): Remove abbrev.o.
1752
7ce8671d
JB
17532007-10-26 Juanma Barranquero <lekktu@gmail.com>
1754
1755 * emacsclient.c: Add a wrapper for getenv so it also checks the
1756 registry on Windows. Suggestion and algorithm by Eli Zaretskii.
1757 Code partially based on w32_get_resource and init_environment (w32.c).
1758 (egetenv): New wrapper for getenv.
1759 (get_current_dir_name, decode_options, get_server_config)
1760 (set_local_socket, set_socket, main): Use egetenv, not getenv.
1761 (w32_get_resource, w32_getenv) [WINDOWSNT]: New functions.
1762
d22b00e5
JR
17632007-10-25 Jason Rumney <jasonr@gnu.org>
1764
1765 * emacsclient.c (sock_err_message): New function.
1766 (set_tcp_socket): Use it.
1767
c4b858e3
JB
17682007-10-09 Juanma Barranquero <lekktu@gmail.com>
1769
1770 * emacsclient.c (print_help_and_exit): Fix space to improve
1771 alignment in output messages.
1772
dbf60b07
JR
17732007-09-27 Jason Rumney <jasonr@gnu.org>
1774
1775 * makefile.w32-in (emacsclient, emacsclientw): Link to COMCTL32.
1776
1777 * emacsclient.c (w32_window_app): Init common controls when windowed.
1778
165e85b2
GM
17792007-09-21 Glenn Morris <rgm@gnu.org>
1780
1781 * emacstool.c: Remove file.
1782 * Makefile.in (emacstool, nemacstool, xvetool, xveterm):
1783 Delete targets built from emacstool.
1784
c1b8e896
SM
17852007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
1786
1787 * emacsclient.c (decode_options): -t implies -c.
1788
cb06b8dc
SM
17892007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
1790
1791 * emacsclient.c (DIRECTORY_SEP, IS_DIRECTORY_SEP, IS_DEVICE_SEP)
1792 (IS_ANY_SEP): Only define if !defined(HAVE_GET_CURRENT_DIR_NAME).
1793 (main_argc): Remove.
1794 (strprefix): Use strncmp.
1795
c801ad51
JR
17962007-09-20 Jason Rumney <jasonr@gnu.org>
1797
1798 * emacsclient.c (main) [SIGSTOP]: Change conditional from WINDOWSNT.
1799
31fa6595
SM
18002007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
1801
1802 * emacsclient.c (current_frame): Change the default.
1803 (longopts): Replace --current-frame by --create-frame.
1804 (decode_options): Reverse the meaning of -c.
1805 (print_help_and_exit): Update help text accordingly.
1806 (main): Remove the -version and -good-version messages.
1807
58573230
GM
18082007-09-12 Glenn Morris <rgm@gnu.org>
1809
1810 * Makefile.in (SOURCES, unlock, relock): Delete.
1811
bfd9ce71
GM
18122007-08-29 Glenn Morris <rgm@gnu.org>
1813
1814 * makefile.w32-in (VERSION): Increase to 23.0.50.
1815
8d9cc0b7
MB
18162007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
1817
1818 * emacsclient.c (w32_execvp): Move definition before use.
1819 (decode_options): Don't use a tty on mac carbon or windows.
1820
18212007-08-29 Jason Rumney <jasonr@gnu.org>
1822
31fa6595 1823 * emacsclient.c (SEND_STRING, SEND_QUOTED): Remove obfuscation macros.
8d9cc0b7
MB
1824 (quote_argument, set_tcp_socket, handle_sigcont, handle_sigtstp):
1825 (main): Expand removed macros inline.
1826 (main) [WINDOWSNT]: Don't call ttyname. Don't recognize -suspend
1827 option.
1828 (main) [NO_SOCKETS_IN_FILE_SYSTEM]: Don't call init_signals.
1829
880820fe 18302007-08-29 Károly Lőrentey <lorentey@elte.hu>
8d9cc0b7
MB
1831
1832 * emacsclient.c (signal.h): New include.
1833 (sys/stat.h, errno.h): Always include, even on WINDOWSNT.
31fa6595
SM
1834 (DIRECTORY_SEP, IS_DIRECTORY_SEP, IS_DEVICE_SEP, IS_ANY_SEP):
1835 Copy definitions here from src/lisp.h.
1836 (main_argc, main_argv, current_frame, window_system, tty): New vars.
8d9cc0b7
MB
1837 (longopts): Add tty, current-frame.
1838 (xmalloc, xstrdup): New functions.
1839 (get_current_dir_name): New function, copied from src/sysdep.c.
1840 (decode_options): Set display from environment. Add tty and
1841 current_frame options. Make --no-wait imply --current-frame,
1842 except when it is the only option given. Make sure no frame is
1843 opened when --current-frame is set.
1844 (print_help_and_exit): Document tty and current-frame options.
1845 (fail): Change arguments to void.
1846 (main): When sockets are not defined, set main_argc, main_argv,
1847 and call fail() with no arguments.
1848 (emacs_socket): New variable (moved out from main `s').
1849 (quote_file_name): Rename to quote_argument.
1850 (quote_argument): New name for old quote_file_name.
1851 (unquote_argument, strprefix, pass_signal_to_emacs)
1852 (handle_sigcont, handle_sigtstp, init_signals): New functions.
1853 (set_local_socket): Initialize saved_errno to 0. If socket-name
1854 is too long, call `fail' rather than `exit'.
1855 (main): Doc update. Set main_argc, main_argv. New var `str'.
1856 Don't need a filename or argument if tty or window_system set.
1857 Call fail with no arguments. Use get_current_dir_name to send
1858 over the current directory. Send version number to Emacs for
1859 verification. If tty is set, check TERM, and pass name and type
1860 to Emacs. Pass window_system to Emacs. Move sending of eval to
1861 optind loop. Send -position, -file to Emacs. Call fsync after
31fa6595
SM
1862 fflush. Check for a client/server version match.
1863 Handle -emacs-pid, -window-system-unsupported, -print, -error, and
1864 -suspend commands. Don't exit prematurely on --no-wait, let Emacs
1865 close the connection for us. When creating a new frame, send
8d9cc0b7
MB
1866 environment and pwd to Emacs. Send current-frame to Emacs.
1867
ca4ea90f
EZ
18682007-08-25 Eli Zaretskii <eliz@gnu.org>
1869
1870 * Makefile.in (rcs2log, rcs-checkin, grep-changelog, vcdiff):
1871 Prepend "-" to the command, in case srcdir=. and file is copied
1872 into itself.
1873
cacc7b51
GM
18742007-07-25 Glenn Morris <rgm@gnu.org>
1875
1876 * Relicense all FSF files to GPLv3 or later.
1877
1878 * COPYING: Switch to GPLv3.
1879
880820fe 18802007-07-17 Francesco Potortì <pot@gnu.org>
180f5b99
FP
1881
1882 * etags.c (C_entries): Reset the fvdef machine when out of function.
21b2cdc7
FP
1883 (PRINT_UNDOCUMENTED_OPTIONS_HELP): #define as FALSE if undefined.
1884 (print_help): Use it in if() rather than #if.
1885 (print_help): Conditionally print help about --no-line-directive.
180f5b99 1886
9724908a
EZ
18872007-07-16 Eli Zaretskii <eliz@gnu.org>
1888
1889 * makefile.w32-in (clean): Don't delete *~.
1890
5cf9ca93
GM
18912007-06-07 Glenn Morris <rgm@gnu.org>
1892
1893 * etags.c (print_version): Add `emacs_copyright' string, for
1894 easier automatic updating.
1895
880820fe 18962007-05-18 Francesco Potortì <pot@gnu.org>
cabfc1bc
FP
1897
1898 * etags.c: Extern definitions of some more pointer functions for
1899 standalone compilation, especially important for 64bit platforms.
1900 (main, print_help): --members is now the default for etags.
1901 (C_entries): Parse start of C comment as a space == end of token.
1902 This is not necessary for C++ comment, already parsed as newline.
1903
07016031
GM
19042007-04-26 Glenn Morris <rgm@gnu.org>
1905
1906 * makefile.w32-in (VERSION): Increase to 22.1.50.
1907
7dfc4cda
CY
19082007-06-02 Chong Yidong <cyd@stupidchicken.com>
1909
1910 * Version 22.1 released.
1911
880820fe 19122007-02-26 Francesco Potortì <pot@gnu.org>
11d2d983 1913
d620ddb3 1914 * Makefile.in (etags, ctags): Define EMACS_NAME as "GNU Emacs".
11d2d983 1915
0971f887
GM
19162007-02-20 Ulrich Mueller <ulm@kph.uni-mainz.de> (tiny change)
1917
1918 * Makefile.in (EMACS, EMACSOPT): New variables.
1919 (blessmail): Use `--no-site-file' when compiling.
1920
880820fe 19212007-02-05 Francesco Potortì <pot@gnu.org>
933ccc8c
FP
1922
1923 * etags.c (default_C_help, Cplusplus_help, PHP_help, print_help)
1924 (main): Now --members is the default for etags, not for ctags yet.
1925
d881944f 19262007-02-04 Per Cederqvist <ceder@ingate.com> (tiny change)
953dea63 1927
47dad44f 1928 * etags.c (gperf, in_word_set): Change attribute for Java to
953dea63
FP
1929 (C_JAVA & ~C_PLPL). The previous change introduced 2004-09-13 was
1930 broken, as (C_JAVA & !C_PLPL) always evaluates to 0. This caused
1931 import, package, extends, implements and interface to be treated
1932 specially for all kinds of C-style files, not just Java files.
1933
880820fe 19342007-01-02 Francesco Potortì <pot@gnu.org>
ed8bbc0e 1935
47dad44f 1936 * etags.c (longopts): New undocumented option --no-duplicates.
ed8bbc0e
FP
1937 (no_duplicates): Static variables for the above option.
1938 (print_help): Do not print help for --no-warn, now undocumented.
1939 (add_node): Allow duplicate tags in ctags mode unless --no-duplicates.
56c0d866 1940 (main): Pass the -u option to sort in ctags mode.
ed8bbc0e 1941
880820fe 19422006-12-28 Francesco Potortì <pot@gnu.org>
18f9bf25
FP
1943
1944 * etags.c (readline): When creating a relative file name from a
1945 #line directive, leave the file name alone. The previous
a7c29764 1946 behavior was to make it relative to the tags file directory,
18f9bf25
FP
1947 under the hypothesis that the #line directive file name was
1948 relative to the directory of the tagged file. That hypothesis is
1949 wrong with Cpp and Lex.
17d5f8a6 1950 (Makefile_targets): Do not include spaces in tag names.
18f9bf25 1951
5e059fc1
EZ
19522006-12-22 Eli Zaretskii <eliz@gnu.org>
1953
1954 * makefile.w32-in (make-docfile, ctags, etags, ebrowse, hexl)
1955 (movemail, fakemail, sorted-doc, digest-doc, emacsclient)
47dad44f 1956 (test-distrib, $(DOC), all): Depend on stamp_BLD instead of $(BLD).
5e059fc1
EZ
1957 ($(BLD)/make-docfile.$(O) $(BLD)/hexl.$(O) $(BLD)/fakemail.$(O))
1958 ($(BLD)/sorted-doc.$(O) $(BLD)/digest-doc.$(O))
1959 ($(BLD)/test-distrib.$(O) $(GETOPTOBJS) $(MOVEMAILOBJS))
1960 ($(BLD)/emacsclient.$(O) $(BLD)/etags.$(O) $(BLD)/regex.$(O))
1961 ($(BLD)/ebrowse.$(O) $(BLD)/ctags.$(O)): Depend on stamp_BLD.
6808dce1 1962 (clean): Delete stamp_BLD.
5e059fc1 1963
880820fe 19642006-12-20 Francesco Potortì <pot@gnu.org>
bd3b41c6
FP
1965
1966 * etags.c (C_entries): DEFUN names were longer by one: corrected.
1967
0e0dced5
JB
19682006-12-18 Juanma Barranquero <lekktu@gmail.com>
1969
1970 * emacsclient.c [WINDOWSNT] (set_fg, get_wc): New variables.
1971 [WINDOWSNT] (w32_find_emacs_process, w32_give_focus): New functions.
1972 (main) [WINDOWSNT]: Remove code to release the focus; call
1973 w32_give_focus instead.
1974
4472aef4
JB
19752006-12-15 Juanma Barranquero <lekktu@gmail.com>
1976
1977 * emacsclient.c (w32_execvp): New function; wrapper for `execvp'.
1978 (execvp) [WINDOWSNT]: Redefine to `w32_execvp'.
1979 (fail): Remove Windows-specific fix (subsumed into w32_execvp).
1980 Suggestions and comment by Eli Zaretskii.
1981
12f7728e 19822006-12-06 Christoph Conrad <christoph.conrad@gmx.de>
c388769e
JB
1983
1984 * makefile.w32-in ($(BLD)/emacsclient.exe, $(BLD)/emacsclientw.exe):
1985 Use $(USER32) for compatibility with Visual Studio .NET 2003.
1986
310afa17
JB
19872006-11-30 Juanma Barranquero <lekktu@gmail.com>
1988
1989 * emacsclient.c (emacs_pid): New variable.
1990 (message): Remove leftover code.
1991 (get_server_config): Set emacs_pid. Don't allow Emacs to grab the
1992 focus yet; emacsclient can still display an informational message
1993 before sending requests to Emacs.
1994 (main): Allow Emacs to grab the focus. Simplify message() call.
1995
19962006-11-30 Michael Mauger <mmaug@yahoo.com>
1997
1998 * emacsclient.c (message): Make sure the message is properly
1999 written even if it contains printf escapes, and flush the result.
2000 (set_tcp_socket): Make the message for non-local connections
2001 informational rather than an error.
2002
8c57275b 20032006-11-28 Kevin Ryde <user42@zip.com.au>
9b492fad
FP
2004
2005 * etags.c (readline): Check for double quote after #line.
2006
880820fe 20072006-11-28 Jan Djärv <jan.h.d@swipnet.se>
9b492fad
FP
2008
2009 * etags.c (readline): sscanf could in principle return 2.
2010
880820fe 20112006-11-28 Francesco Potortì <pot@gnu.org>
9b492fad
FP
2012
2013 * etags.c (readline): lno is unsigned.
2014 (TeX_commands): Use p++ (rather than *p++) to increment p.
2015 (Lua_functions): Explicitly discard LOOKING_AT's return value.
2016
4d91c8f9
JB
20172006-11-27 Juanma Barranquero <lekktu@gmail.com>
2018
2019 * makefile.w32-in (TRES): New macro (copied from nt/makefile.w32-in).
2020 ($(TRES)): New rule (copied from nt/makefile.w32-in).
2021 ($(BLD)/emacsclientw.exe): Add dependency.
2022
340d34a5
EZ
20232006-11-27 Eli Zaretskii <eliz@gnu.org>
2024
d620ddb3 2025 * makefile.w32-in ($(BLD)/emacsclient.$(O)): Depend on makefile.w32-in.
340d34a5 2026
7dce1990
JB
20272006-11-25 Juanma Barranquero <lekktu@gmail.com>
2028
2029 * makefile.w32-in (VERSION): New macro.
2030 (ECLIENT_CFLAGS): Add -DVERSION.
2031
410797a5 20322006-11-25 Jason Rumney <jasonr@gnu.org>
402767e4
JR
2033
2034 * emacsclient.c (file_name_absolute_p) [WINDOWSNT]: Use isalpha().
2035
410797a5 20362006-11-24 Michael Mauger <mmaug@yahoo.com>
cb0297bb 2037
4472aef4
JB
2038 * emacsclient.c (file_name_absolute_p) [WINDOWSNT]: Support absolute
2039 file names with forward slashes.
cb0297bb 2040
30aa95ce
JB
20412006-11-23 Juanma Barranquero <lekktu@gmail.com>
2042
2043 * emacsclient.c (print_help_and_exit): Tweak message contents and
2044 tabs/spaces to improve alignment in message boxes.
2045
42073bfb
JB
20462006-11-22 Lennart Borgman <lennart.borgman.073@student.lu.se>
2047
2048 * emacsclient.c: Include <stdarg.h>.
2049 [WINDOWSNT]: Include <windows.h>.
2050 (w32_check_console_app): New function.
2051 (message): New function.
2052 (decode_options, print_help_and_exit, fail, main)
2053 (initialize_sockets, get_server_config, set_tcp_socket)
2054 (set_local_socket, set_socket): Use message().
2055
32dd9283 20562006-11-13 Jason Rumney <jasonr@gnu.org>
1ac3c910 2057
32dd9283
JR
2058 * emacsclient.c [WINDOWSNT]: Let config.h define HAVE_SOCKETS and
2059 HAVE_INET_SOCKETS.
2060
1bbea9fc
JB
20612006-11-13 Juanma Barranquero <lekktu@gmail.com>
2062
2063 * makefile.w32-in (emacsclient): Depend also on emacsclientw.exe.
2064 ($(BLD)/emacsclientw.exe): New target.
2065 (install): Install emacsclientw.exe.
2066 ($(BLD)/cvtmail.$(O), $(BLD)/emacstool.$(O)): Remove obsolete targets.
2067 (ECLIENT_CFLAGS): Remove redundant flags.
2068
2069 * emacsclient.c [WINDOWSNT]: Undef _WINSOCKAPI_ and _WINSOCK_H.
2070
a48db427
JR
20712006-11-13 Jason Rumney <jasonr@gnu.org>
2072
2073 * makefile.w32-in ($(BLD)/emacsclient.$(O)): Use CFLAGS.
2074
21f89bb7 20752006-11-10 David Reitter <david.reitter@gmail.com>
ed4a3730
JB
2076
2077 * emacsclient.c [!WINDOWSNT]: Include <sys/types.h>.
2078
d5abc12c
JB
20792006-11-08 Juanma Barranquero <lekktu@gmail.com>
2080
ed4a3730
JB
2081 * emacsclient.c (get_server_config) [WINDOWSNT]: Declare set_fg as
2082 FARPROC to avoid a compiler warning.
d5abc12c 2083
18b8c421
JB
20842006-11-07 Juanma Barranquero <lekktu@gmail.com>
2085
88b46d84
JB
2086 * emacsclient.c (get_server_config) [WINDOWSNT]: Look for the server
2087 file on APPDATA if it doesn't exist on HOME, even if HOME is defined.
2088
18b8c421
JB
2089 * emacsclient.c (get_server_config): Extract also the Emacs pid
2090 from the server file. On Windows, try to force the Emacs frame to
2091 the foreground.
2092
b03d27bd
JB
20932006-11-06 Juanma Barranquero <lekktu@gmail.com>
2094
21f89bb7 2095 * emacsclient.c (longopts) [!NO_SOCKETS_IN_FILE_SYSTEM]: Don't show
b03d27bd
JB
2096 option --socket-name.
2097 (decode_options): Don't get EMACS_SERVER_FILE here, it could override
2098 command line options.
21f89bb7 2099 (decode_options) [!NO_SOCKETS_IN_FILE_SYSTEM]: Don't parse "-s" option.
b03d27bd
JB
2100 (fail): Don't check for missing arguments, it is now done in set_socket.
2101 (file_name_absolute_p): New function (loosely based on the one in
2102 fileio.c).
2103 (initialize_sockets): Don't check for duplicate loading of Winsock.
2104 (get_server_config): Only try relative paths in the default
2105 directory locations.
2106 (set_tcp_socket): Don't call INITIALIZE(). Warn when connecting to
2107 a remote server.
2108 (set_socket): Call INITIALIZE(). Search explicit command-line
2109 arguments, then environment variable EMACS_SERVER_FILE, then implicit
2110 socket paths, before trying the alternate editor.
2111 (main): Use file_name_absolute_p.
2112
b20d6154
EZ
21132006-11-04 Eli Zaretskii <eliz@gnu.org>
2114
2115 * makefile.w32-in (../src/$(BLD)/temacs.exe): Create as temporary
2116 file if it doesn't already exist.
2117
9c92edca
JB
21182006-11-03 Juanma Barranquero <lekktu@gmail.com>
2119
2120 * emacsclient.c (initialize_sockets): Don't initialize Winsock
2121 more than once.
2122
b6ce9c46
JB
21232006-11-03 Mark Davies <mark@mcs.vuw.ac.nz>
2124
2125 * Makefile.in (INSTALL_SCRIPT): New macro.
2126 ($(DESTDIR)${archlibdir}, install): Use it, instead of INSTALL_PROGRAM.
2127
4418616b
JB
21282006-11-02 Juanma Barranquero <lekktu@gmail.com>
2129
2130 * grep-changelog: When called with no arguments (not even a
2131 filter), show help instead of blindingly dumping every single
2132 ChangeLog available. Doc fix. Update version.
2133
1e7823d0
JB
21342006-11-02 Tim Van Holder <tim.vanholder@gmail.com> (tiny change)
2135
2136 * emacsclient.c [WINDOWSNT]: Define HAVE_INET_SOCKETS.
2137 [!WINDOWSNT]: Include <netinet/in.h> if available.
2138 [HAVE_SOCKETS]: Also require HAVE_INET_SOCKETS.
2139 (IOCTL, IOCTL_BOOL_ARG): Remove.
2140 (set_tcp_socket): Don't set the socket in blocking mode.
2141 Remove c_arg.
2142
ebc20ca0
JB
21432006-11-01 Juanma Barranquero <lekktu@gmail.com>
2144
2145 * emacsclient.c (fail) [WINDOWSNT]: Force the first argv passed to
2146 execvp to point to alternate_editor (otherwise .BAT scripts can't run).
2147
880820fe 21482006-10-31 Óscar Fuentes <ofv@wanadoo.es> (tiny change)
411b80a5
JB
2149
2150 * emacsclient.c [WINDOWSNT]: Include <malloc.h> and <stdlib.h>.
2151 (close_winsock): Declare as __cdecl.
2152
880820fe 21532006-10-31 Jan Djärv <jan.h.d@swipnet.se>
95d0feaa
JB
2154
2155 * emacsclient.c [!WINDOWSNT]: Include <fcntl.h> if available.
2156 (set_tcp_socket): Prefer O_NONBLOCK, then O_NDELAY, then FIONBIO
2157 to set the socket in non-blocking mode.
2158
e35fc962
JB
21592006-10-31 Tim Van Holder <tim.vanholder@gmail.com> (tiny change)
2160
d4fa60c8 2161 * emacsclient.c [!WINDOWSNT]: Include <netinet/in.h> and <sys/ioctl.h>.
e35fc962
JB
2162 (INVALID_SOCKET): Define.
2163 (initialize_sockets): Put #endif at the right place.
2164 (set_local_socket): Use progname, not argv[0].
2165
ecc54057
JB
21662006-10-31 Juanma Barranquero <lekktu@gmail.com>
2167
2168 * makefile.w32-in (ALL): Add emacsclient.
2169 (ECLIENT_CFLAGS, ECLIENTOBJS): New macros.
2170 (emacsclient, $(BLD)/emacsclient.exe): New targets.
2171 (install): Install emacsclient.
2172
2173 * emacsclient.c: Add support for TCP sockets.
2174 (SEND_STRING, SEND_QUOTED, HSOCKET, CLOSE_SOCKET, IOCTL)
2175 (INITIALIZE): New macros.
2176 (IOCTL_BOOL_ARG): New typedef.
2177 (server_file): New global variable.
2178 (longopts): New option --server-file.
2179 (decode_options): Process new option --server-file and environment
2180 variable EMACS_SERVER_FILE.
2181 (print_help_and_exit): Document new option.
2182 (fail): If no connection available and no alternate editor,
2183 suggest using options to make them explicit.
2184 (AUTH_KEY_LENGTH, SEND_BUFFER_SIZE): New constants.
2185 (send_buffer, sblen): New variables.
31fa6595 2186 (send_to_emacs): New function to buffer output and send it with `send'.
ecc54057
JB
2187 (quote_file_name): Use SEND_STRING.
2188 (close_winsock, initialize_sockets): New functions to load and
2189 unload Winsock.
2190 (get_server_config, set_tcp_socket): New functions to create and
2191 set up TCP sockets.
2192 (set_local_socket): New function to create and set up Unix
2193 socket (code moved from previous implementation).
10d1d0af 2194 (set_socket): New function to choose between TCP and Unix sockets.
ecc54057
JB
2195 (main): Use SEND_STRING and SEND_QUOTED. Most code moved to
2196 set_local_socket. Use set_socket. Get answers from server.el with
2197 recv(), not file stream functions.
2198
70846e2a
EZ
21992006-10-09 Eli Zaretskii <eliz@gnu.org>
2200
2201 * makefile.w32-in (../src/config.h): Fix error message.
2202
e2247cd0
EZ
22032006-09-30 Eli Zaretskii <eliz@gnu.org>
2204
2205 * .cvsignore: Add blessmail.
2206
45a2056c
JB
22072006-09-15 Jay Belanger <belanger@truman.edu>
2208
2209 * COPYING: Replace "Library Public License" by "Lesser Public
2210 License" throughout.
2211
880820fe 22122006-08-09 Jan Djärv <jan.h.d@swipnet.se>
1f4edc37 2213
ecc54057 2214 * etags.c (readline): Expect sscanf returns >= 1.
ea90c5d3 2215 (readline): Change position on %n and \" in sscanf.
1f4edc37 2216
1520a816
JD
22172006-08-07 Masatake YAMATO <jet@gyve.org>
2218
ecc54057
JB
2219 * etags.c (readline): Expect sscanf returns 2, not 1.
2220
867cc23e
JD
22212006-08-07 Masatake YAMATO <jet@gyve.org>
2222
9984b9d5 2223 * etags.c (TEX_mode): Check getc returns EOF.
867cc23e
JD
2224 File ended without newline causes infinite loop.
2225
6088b51f 22262006-07-30 Adrian Aichner <adrian@xemacs.org> (tiny change)
fc185ae6 2227
ecc54057 2228 * etags.c: It's XEmacs, not Xemacs: change all the occurrences.
fc185ae6 2229
880820fe 22302006-07-30 Francesco Potortì <pot@gnu.org>
fc185ae6
FP
2231
2232 * etags.c [ETAGS_REGEXPS]: Now is unconditionally defined.
2233 [LONG_OPTIONS]: Changed to NO_LONG_OPTIONS, which is undefined.
2234 (Objc_suffixes): Suggest using --lang=c for full help.
e1dbe924 2235 (C_entries): Initialize savetoken to 0 to shut up the compiler.
fc185ae6 2236
116e754b
AS
22372006-07-20 Andreas Schwab <schwab@suse.de>
2238
2239 * fakemail.c (fatal): Drop second parameter and treat first
2240 parameter as a plain string. Callers changed.
2241
2381d38d
DN
22422006-07-18 Dan Nicolaescu <dann@ics.uci.edu>
2243
2244 * ebrowse.c (usage, version): Mark as NO_RETURN.
2245
2246 * emacsclient.c (print_help_and_exit): Likewise.
2247
880820fe 22482006-07-10 Francesco Potortì <pot@gnu.org>
327891eb
FP
2249
2250 * etags.c (absolute_filename): Free unused space (cosmetic change).
2251 (in_word_set): In C, also tag #undef symbols.
2252
7cb93181
EZ
22532006-06-09 Eli Zaretskii <eliz@gnu.org>
2254
2255 * yow.c: Remove file.
2256
2257 * makefile.w32-in ($(BLD)/yow.$(O)): Remove target.
2258
2259 * Makefile.in (UTILITIES): Remove yow${EXEEXT}.
2260 yow${EXEEXT}: Remove target.
2261
0f29c66d
MY
22622006-06-04 Masatake YAMATO <jet@gyve.org>
2263
63fbb644 2264 * ebrowse.c (main): Exit with EXIT_FAILURE if BROWSE file
0f29c66d
MY
2265 doesn't exist, is not seekable, not is failed in ftall.
2266
a941b26b
EZ
22672006-06-03 Eli Zaretskii <eliz@gnu.org>
2268
9781fb53
EZ
2269 * makefile.w32-in (ALL): Add sorted-doc and digest-doc.
2270 ($(BLD)/sorted-doc.exe, $(BLD)/digest-doc.exe)
2271 ($(BLD)/test-distrib.exe): New targets.
2272 (sorted-doc, digest-doc, test-distrib): New targets.
2273 (install): Install sorted-doc.exe and digest-doc.exe.
2274 ($(BLD)/sorted-doc.$(O)): Update dependencies.
2275
1b178b99
EZ
2276 * digest-doc.c [DOS_NT] <top level>: Include fcntl.h and io.h.
2277 (main) [DOS_NT]: Switch stdin to binary mode, if it is not a
2278 terminal device.
2279
ae85efdb
EZ
2280 * sorted-doc.c [DOS_NT] <top level>: Include fcntl.h and io.h.
2281 [WINDOWSNT] <top level>: Don't redeclare malloc.
2282 (main) [DOS_NT]: Switch stdin to binary mode, if it is not a
2283 terminal device.
6088b51f 2284 (main): Initialize bp, to avoid compiler warnings.
ae85efdb 2285
a941b26b
EZ
2286 * makefile.w32-in: Delete traces of leditcfns.c.
2287
2288 * leditcfns.c: Remove file.
2289
880820fe 22902006-05-23 Francesco Potortì <pot@gnu.org>
8a6d5da7 2291
31fa6595
SM
2292 * pop.c (pop_open, socket_connection, KPOP_SERVICE):
2293 Add comments explaining why the "kpop" service is never used.
8a6d5da7 2294
642c61f3
EZ
22952006-05-13 Eli Zaretskii <eliz@gnu.org>
2296
2297 * makefile.w32-in (lisp1): Add fringe.elc.
2298
880820fe 22992006-05-02 Francesco Potortì <pot@gnu.org>
7e237d24
FP
2300
2301 * etags.c (Perl_functions): Free space allocated for var package.
2302 (Erlang_functions): Possibly free space allocated for var last.
2303 (Prolog_functions): Possibly free space allocated for var last.
2304
7c47913b
DN
23052006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
2306
7fe8b491
DN
2307 * sorted-doc.c (main): Initialize docs to NULL.
2308
cdeda579
DN
2309 * yow.c (yow): Free buf.
2310
7c47913b
DN
2311 * etags.c: Delete c-indentation-style local variable.
2312
2ef88a94
RS
23132006-04-29 Richard Stallman <rms@gnu.org>
2314
5e5b35c7
RS
2315 * movemail.c (main): Check for negative value from `read'.
2316
2ef88a94
RS
2317 * fakemail.c (read_header): Give fatal error if input has no header.
2318
d65b4235
PE
23192006-04-02 Paul Eggert <eggert@cs.ucla.edu>
2320
2321 * b2m.c (main): Don't include <limits.h>.
2322 (TM_YEAR_BASE): New macro.
2323 (TM_YEAR_IN_ASCTIME_RANGE): Don't define if already defined, so
2324 that s/ files can override this. Use the more-conservative range
2325 1000-9999.
2326 (main): Check for asctime returning NULL.
2327 * fakemail.c: Likewise.
2328
f5565804
PE
23292006-03-27 Paul Eggert <eggert@cs.ucla.edu>
2330
2331 * b2m.c: Include <limits.h>.
2332 (TM_YEAR_IN_ASCTIME_RANGE): New macro.
2333 (main): Check for out-of-range time stamps.
2334 * fakemail.c: Likewise.
2335
90c9c343
AS
23362006-03-18 Andre Spiegel <spiegel@gnu.org>
2337
2338 * vcdiff: Use "echo" as a default for $echo, otherwise we'll
2339 execute $DIFF twice, and once with the wrong options.
2340
a6a2b5d4
EZ
23412006-02-23 Claudio Fontana <claudio@gnu.org>
2342
9e2bcc86
EZ
2343 * Makefile.in (install, uninstall): Add DESTDIR variable to
2344 support staged installations.
a6a2b5d4 2345
ef3f69f9
EZ
23462005-12-30 Eli Zaretskii <eliz@gnu.org>
2347
2348 * makefile.w32-in (MOUSE_SUPPORT): Add tooltip.elc.
fc8dc7cf
EZ
2349 (lisp1): Add rfn-eshadow.elc, international/utf-16.elc, image.elc,
2350 international/fontset.elc, dnd.elc, mwheel.elc, and tool-bar.elc.
2351 Rearrange the list to be similar to $(shortlisp) in
2352 src/Makefile.in.
ef3f69f9
EZ
2353 (lisp2): Add language/kannada.el, emacs-lisp/syntax.elc,
2354 emacs-lisp/timer.elc, jka-cmpr-hook.elc, font-lock.elc,
2355 jit-lock.elc. Rearrange the list to be similar to $(shortlisp) in
2356 src/Makefile.in.
2357
30cfcf7f
RS
23582005-12-22 Richard M. Stallman <rms@gnu.org>
2359
2360 * Makefile.in (update-game-score.o): Delete spurious final `\'.
2361
ecc54057 23622005-11-18 Hideki IWAMOTO <h-iwamoto@kit.hi-ho.ne.jp> (tiny change)
2e0bea68
FP
2363
2364 * etags.c (main): Cxref mode writes to stdout: do not close tagf,
2365 which was never opened.
2366
283879ef 23672005-10-20 Olli Savia <ops@iki.fi> (tiny change)
ce0ae3a9
EZ
2368
2369 * etags.c: Undef STDIN if defined. (LynxOS defines it in system
2370 header files.)
2371
880820fe 23722005-09-27 Francesco Potortì <pot@gnu.org>
55102b5d
FP
2373
2374 * etags.c: Preliminary Forth support.
2375 (prolog_pr): Cast strlen to int before comparison.
2376 (LOOKING_AT, LOOKING_AT_NOCASE): Let the preprocessor check that
2377 the second argument is indeed a literal string.
b9509712 2378 (main): In append mode, sort the tags file after writing it.
55102b5d
FP
2379
23802005-09-27 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
2381
2382 * etags.c (longopts, print_help, main): The -a (--append) option
2383 can be used in ctags also; for one, the Linux make file uses it.
2384
41ea4df8
CY
23852005-09-20 Chong Yidong <cyd@stupidchicken.com>
2386
2387 * ebrowse.c (add_sym): Compare namespace names instead of
2388 namespace objects. This prevents the parser from incorrectly
2389 treating classes whose superclass is in another namespace.
2390
5c4757d3
RS
23912005-09-15 Richard M. Stallman <rms@gnu.org>
2392
2393 * Makefile.in (update-game-score.o): New target.
10d1d0af 2394 Compile and link this program separately.
5c4757d3
RS
2395 (update-game-score${EXEEXT}): Use GETOPTDEPTS.
2396
df1b2142
JR
23972005-09-11 Jason Rumney <jasonr@gnu.org>
2398
ecc54057 2399 * makefile.w32-in (../src/config.h): Don't overwrite. Print a
df1b2142 2400 message instead.
31fa6595 2401 (../src/paths.h): Remove.
df1b2142 2402
c638055f
JB
24032005-07-27 Juanma Barranquero <lekktu@gmail.com>
2404
2405 * .cvsignore: Don't ignore fns-* and fns.el, which are no longer
2406 generated. Ignore also ctags.c and getopt.h.
2407
2408 * makefile.w32-in (clean): Delete getopt.h.
2409 (getopt.h): New rule.
2410
9eff9fe3
PE
24112005-07-26 Paul Eggert <eggert@cs.ucla.edu>
2412
2413 Merge gnulib getopt implementation into Emacs.
2414
2415 * Makefile.in (mostlyclean): Remove getopt.h, getopt.h-t.
2416 (GETOPT_H): New macro, from gnulib.
2417 (getopt.h): New rule, from gnulib.
2418 (GETOPTOBJS): Now autoconfigured.
2419 (GETOPTDEPS): getopt.h is now autoconfigured.
2420 (getopt.o, getopt1.o): Depend on $(GETOPT_H), not ${srcdir}/getopt.h.
2421 (getopt.o): Depend on ${srcdir}/gettext.h.
2422 (movemail.o): Depend on $(GETOPT_H).
2423 * getopt.c, getopt1.c: Sync from gnulib.
2424 * getopt_.h, getopt_int.h, gettext.h: New files, from gnulib.
2425 * getopt.h: Removed (now is getopt_.h).
2426
ec641d50
KR
24272005-07-13 Ken Raeburn <raeburn@gnu.org>
2428
0e0dced5
JB
2429 * pop.c: Don't include des.h (or variants thereof); krb.h will do it.
2430 (sendline): Add the \r\n to the line in a temporary buffer, and write
2431 it all at once.
ec641d50 2432
a0ec7a4a
LK
24332005-07-04 Lute Kamstra <lute@gnu.org>
2434
2435 Update FSF's address in GPL notices.
2436
0e0dddda
EZ
24372005-06-13 Eli Zaretskii <eliz@gnu.org>
2438
2439 * makefile.w32-in ($(DOC)): Fix last change.
2440
5a77c8e2
EZ
24412005-06-12 Eli Zaretskii <eliz@gnu.org>
2442
2443 * makefile.w32-in ($(DOC)): Depend on make-docfile.exe,
2444 temacs.exe, and the preloaded *.elc files. This avoids
2445 unnecessary dumping and DOC rebuilding.
2446
1a8fb426
EZ
24472005-06-04 Eli Zaretskii <eliz@gnu.org>
2448
2449 * ntlib.h (fileno): Don't define if already defined.
2450
7235a58f
TTN
24512005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
2452
2453 * yow.c (setup_yow): Use EXIT_FAILURE in case no separators found.
2454 (yow): Use EXIT_FAILURE in case of memory error.
2455
5063dbbf
YM
24562005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2457
2458 * make-docfile.c (DIRECTORY_SEP): New macro.
2459 (IS_DIRECTORY_SEP): Use it.
2460
880820fe 24612005-03-18 Jan Djärv <jan.h.d@swipnet.se>
5b9562c3
JD
2462
2463 * emacsclient.c: Avoid expansion of getcwd when defined as a macro.
2464
ba025f6d
YM
24652005-03-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2466
2467 * make-docfile.c: Undo previous change.
2468
a9eedf40
AS
24692005-02-04 Andreas Schwab <schwab@suse.de>
2470
0e0dced5
JB
2471 * movemail.c (fatal): Accept third parameter and pass down to error.
2472 (pfatal_with_name): Pass error string as format parameter instead of
2473 as part of format string.
a9eedf40
AS
2474 (pfatal_and_delete): Likewise.
2475 (main): Adjust call to fatal.
2476 (xmalloc): Likewise.
2477
5a92a9eb
RS
24782005-01-29 Richard M. Stallman <rms@gnu.org>
2479
2480 * movemail.c (popmail): Don't use Errmsg as format string.
2481
e6973a25
ST
24822004-12-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2483
0e0dced5 2484 * make-docfile.c: Include stdlib.h even if WINDOWSNT is not defined.
e6973a25 2485
1bb3da38
AS
24862004-12-15 Andreas Schwab <schwab@suse.de>
2487
2488 * etags.c (main): Fix typo in conversion of LONG_OPTIONS from
2489 preprocessing to compile time constant.
2490
d4a38fdd
KS
24912004-11-17 Kim F. Storm <storm@cua.dk>
2492
2493 * etags.c: Undo last change.
2494
f2eb41c8
KS
24952004-11-09 Kim F. Storm <storm@cua.dk>
2496
2497 * make-docfile.c (scan_c_file): Set defvarperbufferflag to
2498 silence compiler.
2499
2500 * hexl.c (main): Init local var c to silence compiler.
2501
2502 * etags.c (main, consider_token, C_entries): Add misc switch
2503 default targets to silence compiler.
2504
880820fe 25052004-11-09 Jan Djärv <jan.h.d@swipnet.se>
3cf5c994
JD
2506
2507 * makefile.w32-in (obj): Add all files (X and Mac) to doc so the
2508 resulting DOC file can be used on Unix/Mac also.
2509
880820fe 25102004-09-13 Francesco Potortì <pot@gnu.org>
e057dc50
FP
2511
2512 * etags.c (main): When relative file names are given as argument,
2513 make them relative to the current working dir, rather than
2514 relative to the output tags file, if the latter is in /dev.
2515
880820fe 25162004-09-13 Francesco Potortì <pot@gnu.org>
05d9a399
FP
2517
2518 * etags.c [EXIT_SUCCESS, EXIT_FAILURE]: Define them when no
2519 <stdlib.h> is available.
2520 (enum sym_type): New st_C_attribute value for parsing
2521 gcc's __attribute__. Deleted st_C_typespec value.
2522 (gperf, in_word_set): Use gperf 3, options changed. Added the
2523 __attribute__ keyword, removed all the st_C_typespec keywords,
2524 changed attribute for Java to (C_JAVA & !C_PLPL).
2525 (inattribute): New global bool, part of the C state machine.
2526 (cblev): Identifier renamed to bracelev throughout.
2527 (consider_token, C_entries): Numerous changes for making the
2528 parser more robust and adding support for __attribute__.
2529
25302004-09-13 David A. Capello <dacap@users.sourceforge.net> (tiny change)
2531
ecc54057 2532 * etags.c (Lua_suffixes, Lua_help, lang_names, Lua_functions):
05d9a399
FP
2533 Support the Lua scripting language <http://www.lua.org>.
2534
880820fe 25352004-09-08 Francesco Potortì <pot@gnu.org>
fba74375 2536
d57727c9 2537 * etags.c [LONG_OPTIONS]: Make it TRUE (ifdef) or FALSE (ifndef)
fba74375
FP
2538 for ease of use.
2539
3751eb00
RS
25402004-07-17 Richard M. Stallman <rms@gnu.org>
2541
2542 * emacsclient.c (quote_file_name): Pass COPY thru %s to output it.
2543
86d373e6
JB
25442004-06-01 Juanma Barranquero <lektu@terra.es>
2545
2546 * makefile.w32-in (obj): Add image.c.
2547
80e26b66
TTN
25482004-05-10 Thien-Thi Nguyen <ttn@gnu.org>
2549
0e0dced5 2550 * test-distrib.c (main): For failing cases, exit with `EXIT_FAILURE'.
80e26b66 2551
e6662c8b
JR
25522004-05-08 Jason Rumney <jasonr@gnu.org>
2553
2554 * makefile.w32-in (lisp1, lisp2): Split lisp to avoid long
2555 command-lines.
2556
65396510
TTN
25572004-05-08 Thien-Thi Nguyen <ttn@gnu.org>
2558
2559 * cvtmail.c: Throughout, replace 0 destined for `exit' arg
2560 with `EXIT_SUCCESS'. Likewise, replace 1 with `EXIT_FAILURE'.
2561 (main): Use `EXIT_SUCCESS' or `EXIT_FAILURE' for return value.
2562
2563 * ebrowse.c, emacsclient.c, fakemail.c, hexl.c,
86d373e6
JB
2564 * make-docfile.c, movemail.c, profile.c, sorted-doc.c,
2565 * test-distrib.c, update-game-score.c, yow.c: Likewise.
65396510 2566
c2bcfb19
TTN
25672004-05-08 Thien-Thi Nguyen <ttn@gnu.org>
2568
2569 * Makefile.in (emacsclient${EXEEXT}): Use makefile var `version'.
2570
3f0656ff
TTN
25712004-05-07 Thien-Thi Nguyen <ttn@gnu.org>
2572
2573 * b2m.c (GOOD, BAD): Delete macros. Throughout,
2574 replace w/ `EXIT_SUCCESS' and `EXIT_FAILURE', respectively.
2575 (main): Use `EXIT_SUCCESS' or `EXIT_FAILURE' for return value.
2576
2577 * etags.c: Likewise.
2578
238add5e
JR
25792004-05-03 Jason Rumney <jasonr@gnu.org>
2580
2581 * makefile.nt: Remove.
2582
b09c5608
EZ
25832004-04-26 Eli Zaretskii <eliz@gnu.org>
2584
2585 * make-docfile.c (IS_DIRECTORY_SEP): New macro.
2586 (put_filename): Remove unused variable len. Use IS_DIRECTORY_SEP
2587 instead of a literal '/'.
2588
d814862a
JB
25892004-04-23 Juanma Barranquero <lektu@terra.es>
2590
2591 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
2592
442a2160
PE
25932004-04-17 Paul Eggert <eggert@gnu.org>
2594
2595 * rcs2log (Help): Clarify wording of the usage message.
2596 Problem reported by Alan Mackenzie in
2597 <http://mail.gnu.org/archive/html/bug-gnu-emacs/2004-04/msg00188.html>.
2598
d5d66b7e
SM
25992004-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
2600
2601 * make-docfile.c (xmalloc): Fix return type.
2602 (put_filename): New fun.
2603 (scan_file): Use it.
2604
bdfd0369
JB
26052004-03-09 Juanma Barranquero <lektu@terra.es>
2606
2607 * grep-changelog: Changes to support ChangeLog.10+.
2608 (main): Tidy up usage string. Fix "Use of uninitialized value"
2609 warning. Set version to 0.2. Parse the directory listing to get
2610 any ChangeLog.n file, not just 1..9.
2611 (header_match_p, entry_match_p, print_log, parse_changelog):
2612 Remove Perl prototypes (their purpose is to help the parser, which
2613 isn't needed here, not declare arguments).
2614 (parse_changelog): Make --reverse faster on big batches by not
2615 modifying the entries list.
2616
a64387ee
JB
26172004-03-01 Juanma Barranquero <lektu@terra.es>
2618
2619 * makefile.w32-in (obj): Add fringe.c.
2620
9766d41b
PE
26212004-02-14 Paul Eggert <eggert@twinsun.com>
2622
2623 * rcs2log: Work correctly if CVSROOT specifies :fork: or
2624 :local: methods, or omits the colon between the hostname
2625 and the path. Allow :/ in repository path, since CVS does.
2626 Fix typo: "pository" should be set from $CVSROOT, not $repository.
2627 This fixes a bug reported by Wolfgang Scherer in
2628 <http://mail.gnu.org/archive/html/bug-gnu-emacs/2004-02/msg00085.html>,
2629 along with some related bugs I discovered by inspecting how
2630 CVS itself parses $CVSROOT.
2631
880820fe 26322004-02-04 Jérôme Marant <jmarant@nerim.net> (tiny change)
98c6e531
SM
2633
2634 * emacsclient.c (decode_options): Fix handling of alternate editor.
2635
0734b0d0
SM
26362004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
2637
2638 * emacsclient.c (main): Don't use the hostname in the socket name.
2639 Look for relative socket names in the /tmp dir rather than in cwd.
2640
2a6fc2d9
RS
26412004-01-24 Richard M. Stallman <rms@gnu.org>
2642
2643 * emacsclient.c (main): Restore errno from saved_errno,
2644 so the error message comes from socket_status.
2645
0734b0d0
SM
26462004-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
2647
2648 * emacsclient.c (main): Stop if socket name too long.
2649 Only try su-fallback if the socket name was not explicit.
2650 Check socket name length in su-fallback case as well.
2651
152b6e83
AS
26522004-01-08 Andreas Schwab <schwab@suse.de>
2653
2654 * emacsclient.c (main): Save errno from socket_status.
2655
e8228824
AS
26562004-01-04 Andreas Schwab <schwab@suse.de>
2657
2658 * emacsclient.c (main): Fix socket name when using another user.
2659
c9140662
PE
26602003-12-27 Paul Eggert <eggert@twinsun.com>
2661
2662 * rcs2log (rlog_options): Append -rbranchtag if CVS/Tag indicates
2663 a tag, and if the user has not specified an rlog option.
2664 Adapted from a suggestion by Martin Stjernholm in
2665 <http://mail.gnu.org/archive/html/bug-gnu-emacs/2003-07/msg00066.html>.
2666 (Copyright): Update to 2003.
2667
8babaa59
TTN
26682003-12-24 Thien-Thi Nguyen <ttn@gnu.org>
2669
2670 * make-docfile.c (main): For return code, no longer special-case VMS.
2671 Instead, use `EXIT_SUCCESS' and `EXIT_FAILURE' from stdlib.h.
2672
880820fe 26732003-09-28 Andreas Büsching <crunchy@tzi.de> (tiny change)
14ef7288
EZ
2674
2675 * emacsclient.c (quote_file_name): Print the result instead of
2676 returning it. Fix the return type accordingly.
1ae7cf5e
RS
2677 (main): With --eval, if no file name, read from stdin.
2678 Quote file names.
14ef7288 2679
f387bdea
RS
26802003-09-10 Richard M. Stallman <rms@gnu.org>
2681
07655e62 2682 * emacsclient.c (main): Use socket_name.
f387bdea 2683
880820fe 26842003-09-10 Andreas Büsching <crunchy@tzi.de> (tiny change)
f387bdea
RS
2685
2686 * emacsclient.c (socket_name): New variable.
2687 (longopts, decode_options, print_help_and_exit):
2688 Handle --socket-name argument.
2689
0b7e7337
FP
26902003-08-25 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
2691
783bcffa 2692 * etags.c (consider_token): Check C++ `operator' only when the
0b7e7337
FP
2693 token len is long enough.
2694
ac06b30b
DL
26952003-08-20 Dave Love <fx@gnu.org>
2696
2697 * Makefile.in: Remove obsolete references to alloca.
2698
32b0a3c6
JB
26992003-07-29 Ken Brush <ken@wirex.com>
2700
2701 * emacsclient.c (main)
2702 * etags.c (suggest_asking_for_help)
2703 * movemail.c (main): Fix having macros in a printf statement.
2704
3867c42d
JB
27052003-05-31 Juanma Barranquero <lektu@terra.es>
2706
2707 * makefile.w32-in (lisp): Fix references to byte-run.el,
2708 float-sup.el and map-ynp.el, which are now in emacs-lisp.
2709
7933722a
DL
27102003-05-22 Dave Love <fx@gnu.org>
2711
2712 * update-game-score.c (difftime) [!HAVE_DIFFTIME]: Define.
2713 (strerror) [!HAVE_STRERROR && !WINDOWSNT]: New.
2714
463f55ee
DL
27152003-05-20 Dave Love <fx@gnu.org>
2716
2717 * movemail.c: Check HAVE_LIBLOCKFILE like HAVE_LIBMAIL.
2718
2719 * Makefile.in [HAVE_LIBLOCKFILE]: Define LIBS_MAIL=-llockfile.
2720
1b7a835b
JB
27212003-04-27 Oliver Scholz <alkibiades@gmx.de>
2722
0e0dced5 2723 * update-game-score.c (read_scores): Fix corruption of scores on read.
1b7a835b 2724
eec54bd7
SM
27252003-04-12 Stefan Monnier <monnier@cs.yale.edu>
2726
2727 * emacsclient.c (main): Use new safe location for socket.
2728
ff4bd681
JB
27292003-03-12 Tom Tromey <tromey@redhat.com>
2730
eec54bd7
SM
2731 * emacsclient.c (print_help_and_exit): Print to stdout.
2732 Exit successfully. Added some blank lines for readability.
ff4bd681
JB
2733 (decode_options): Don't call print_help_and_exit in default case.
2734 Print version information to stdout.
2735 (main): Don't call print_help_and_exit.
2736
dd132e44
RS
27372003-02-15 Richard M. Stallman <rms@gnu.org>
2738
2739 * cvtmail.c: Cast result of malloc and realloc.
10d1d0af 2740 Don't include stdlib.h, because config.h does.
dd132e44 2741 (malloc, realloc): Declarations deleted.
ff4bd681 2742
dd132e44
RS
2743 * yow.c (yow): Cast result of malloc and realloc.
2744 (malloc, realloc): Declarations deleted.
2745
71ffc53a
JB
27462003-02-11 Juanma Barranquero <lektu@terra.es>
2747
2748 * makefile.w32-in (lisp): Add malayalam.el and tamil.el.
2749
0dfd93c0
AS
27502003-02-08 Andreas Schwab <schwab@suse.de>
2751
2752 * Makefile.in (EXEEXT): Define to @EXEEXT@ and use this variable
2753 instead of the substitution.
2754
37d1e680
RS
27552003-02-04 Richard M. Stallman <rms@gnu.org>
2756
2757 * update-game-score.c (push_score, read_scores): Cast values
2758 of malloc and realloc.
2759 (main, lock_file): Avoid assignment inside if.
2760
c60ee5e7
JB
27612003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
2762
2763 * Makefile.in: Use @EXEEXT@ for Cygwin.
2764
b24e2dc7
DL
27652003-01-21 Dave Love <fx@gnu.org>
2766
2767 * etags.c (Cplusplus_help, Cjava_help): Re-phrase and avoid
2768 column-0 `('.
2769
2770 * yow.c: Don't include string.h.
2771
675d000f
RS
27722003-01-20 Richard M. Stallman <rms@gnu.org>
2773
2774 * Makefile.in (rcs2log, rcs-checkin, grep-changelog, vcdiff):
2775 New targets.
2776
207aa3ff
KS
27772003-01-06 Kim F. Storm <storm@cua.dk>
2778
31fa6595 2779 * pop.c (__P): Rename from _P to avoid problems on Cygwin.
207aa3ff
KS
2780 All uses changed.
2781
cf6d30d7
AI
27822002-12-18 Andrew Innes <andrewi@gnu.org>
2783
2784 * makefile.w32-in ($(DOC)): Use -o and -a options to make-docfile,
2785 because GNU make doesn't append when using >> redirection.
2786
f0131492 27872002-12-12 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
649fc2c5
PJ
2788
2789 * b2m.pl: Make sure every message ends with a blank line, because
2790 some mbox parsers require a blank line before "From " lines.
2791
85cce843
RS
27922002-12-08 Richard M. Stallman <rms@gnu.org>
2793
2794 * getopt.c: Do include libintl.h if HAVE_LIBINTL_H.
2795 (_): Test only HAVE_LIBINTL_H to decide what to do.
2796
2ccc4d34
RS
27972002-12-05 Richard M. Stallman <rms@gnu.org>
2798
2799 * getopt.c: Comment out include of libintl.h or gettext.h.
2800
c5992177
RS
28012002-12-04 Richard M. Stallman <rms@gnu.org>
2802
2803 * Update getopt from gnulib version; changes described below.
2804
2805 * getopt1.c: Conditionally find getopt.h.
2806 [_LIBC] (getopt_long, getopt_long_only): Do libc_hidden_def.
2807
2808 * getopt.c (const): Move outside !HAVE_CONFIG_H conditional.
2809 (libintl.h): Include this if _LIBC. Otherwise include gettext.h.
c60ee5e7 2810 (wchar.h): Include, maybe.
10d1d0af 2811 (attribute_hidden): Define if not defined.
c5992177 2812 (__getopt_initialized): Use attribute_hidden.
b166dcd8 2813 (__libc_argc, __libc_argv): Rename from original_argc, etc.
d7982012
JB
2814 (__getopt_nonoption_flags, nonoption_flags_max_len)
2815 (nonoption_flags_len): Conditional on USE_NONOPTION_FLAGS.
c5992177
RS
2816 (SWAP_FLAGS): New definitions.
2817 (exchange): Test USE_NONOPTION_FLAGS.
2818 (_getopt_initialize): Test USE_NONOPTION_FLAGS.
2819 (_getopt_internal): Error if argc < 1. New local var print_errors.
2820 Improve test for ambiguous long option.
2821 Add LIBIO support for error message output.
2822 (NONOPTION_P): Test USE_NONOPTION_FLAGS.
2823
2824 * getopt.h: Maybe include ctype.h.
2825 Treat __cplusplus like __STDC__.
2826 (decls): Use __ in arg names.
2827
4b5e69bd
SE
28282002-12-02 Stephen Eglen <stephen@gnu.org>
2829
2830 * emacsclient.c (main): Tell user how to start server within Emacs
2831 if socket could not be found.
2832
19fa03f3
RS
28332002-12-02 Richard M. Stallman <rms@gnu.org>
2834
2835 * emacsclient.c (main): Test HAVE_GETCWD rather than BSD_SYSTEM.
2836
7be215b4
JB
28372002-11-19 Ben Key <bkey1@tampabay.rr.com>
2838
29f538e6
BK
2839 * makefile.w32-in: Fixed a bug that caused the documentation for
2840 the built in function play-sound-internal not to be included in
2841 /etc/DOC.
7be215b4 2842
1998560a
DL
28432002-11-18 Dave Love <fx@gnu.org>
2844
2845 * update-game-score.c: Include unistd.h, string.h, stdlib.h,
2846 fcntl.h, stdarg.h conditionally.
2847 (_GNU_SOURCE, __attribute__): Don't define.
2848 (optarg, optind, opterr): Declare.
2849 (lose, lose_syserr): Use NO_RETURN.
2850 (get_user_id): Use P_.
2851
8b96caf3
RS
28522002-11-17 Richard M. Stallman <rms@gnu.org>
2853
2854 * Makefile.in (${archlibdir}): Ignore errors operating on $(gamedir).
2855
59daa29a
DL
28562002-11-14 Dave Love <fx@gnu.org>
2857
2858 * movemail.c (pop_retr): Declare comment.
2859
2860 * make-docfile.c (read_c_string_or_comment): Declare msgno.
9a007cb7 2861
61b108cc 2862 * Makefile.in (YACC): Delete.
9a007cb7 2863
f1b443bf
AS
28642002-10-19 Andreas Schwab <schwab@suse.de>
2865
2866 * Makefile.in (${archlibdir}): Always create $(gamedir).
2867 (update-game-score): Pass $(gamedir) as HAVE_SHARED_GAME_DIR.
2868
52402e4f
JB
28692002-10-04 Juanma Barranquero <lektu@terra.es>
2870
2871 * makefile.w32-in (lisp): Load devanagari.el, not .elc.
2872
15dab115
MR
28732002-09-30 Markus Rost <rost@math.ohio-state.edu>
2874
2875 * emacsclient.c (main): Remove reference to SERVER_HOME_DIR
2876 completely.
2877
30be2360
SM
28782002-09-27 Stefan Monnier <monnier@cs.yale.edu>
2879
2880 * emacsclient.c: Remove SYSV support.
2881 (eval, display): New vars.
2882 (longopts): Add --eval and --display.
2883 (decode_options): Add -e and -d processing.
2884 (print_help_and_exit): Update the usage string.
2885 (main): Add support for --eval and --display.
3ecdcd59 2886 (main): Always use /tmp and non-qualified hostname.
30be2360 2887
4208da83
SM
28882002-09-25 Stefan Monnier <monnier@cs.yale.edu>
2889
2890 * emacsserver.c: Remove.
2891
3cf8c6aa
SM
28922002-09-17 Stefan Monnier <monnier@cs.yale.edu>
2893
2894 * emacsclient.c (quote_file_name): Quote \n.
2895 (main): Print a final \n when needed.
2896
880820fe 28972002-09-03 Francesco Potortì <pot@gnu.org>
4c6dce51
FP
2898
2899 * etags.c (regex_tag_multiline, readline): Never pass pfnote a
2900 string that cannot be freed.
2901
880820fe 29022002-08-30 Francesco Potortì <pot@gnu.org>
ba88f8eb
FP
2903
2904 * etags.c (consider_token, C_entries): Switch to C++ parsing when
2905 auto-detection is enabled and the `::' qualifier is met.
2906 (consider_token, C_entries): Several bugs corrected that tagged
2907 some declarations even though --declarations was not used.
2908 (plainc): New macro.
2909 (C_entries): Use it.
2910 (C_entries): Several cosmetic changes.
2911 (C_entries): Invalidate the token is some cases.
2912
880820fe 29132002-08-29 Francesco Potortì <pot@gnu.org>
09cd1a74 2914
eec54bd7 2915 * etags.c (C_entries): Correct a problem with const C++ funcs.
b166dcd8 2916 (ignoreindent): Rename from noindentypedefs.
09cd1a74
FP
2917 (cjava, cplpl): They are now macros instead of local vars.
2918
880820fe 29192002-08-28 Francesco Potortì <pot@gnu.org>
09cd1a74
FP
2920
2921 * etags.c (HTML_labels): Tag ID= also.
2922
880820fe 29232002-08-27 Francesco Potortì <pot@gnu.org>
87046df8
FP
2924
2925 * etags.c (Ada_funcs): Do not tag "use type Xxxx;".
2926
ecc54057 2927 * etags.c (HTML_labels): New language HTML.
8ee14629
FP
2928 (etags_strcasecmp): Like BSD's, for compatibility.
2929 (strcaseeq): Make it into a macro.
2930
2931 * etags.c (make_tag): Never generate null length tag names.
b166dcd8 2932 (linebuffer_init): Rename from initbuffer. All callers changed.
87046df8
FP
2933 (pattern): Structure renamed to `regexp', member regex renamed to
2934 pattern.
2935 (node_st): Member pat renamed to regex.
eec54bd7
SM
2936 (pattern); New member force_explicit_name, for future use.
2937 Now always set to true, cannot be reset.
87046df8
FP
2938 (add_regex, regex_tag_multiline, readline): Use it.
2939 (main): Free some global structures.
8ee14629 2940 (fdesc): New member `written'.
e1dbe924 2941 (readline, process_file): Initialize it.
87046df8
FP
2942 (put_entries): Set it.
2943 (main): Use it to create entries for files without tags.
2944 (total_size_of_entries): Do not count invalid tags.
87046df8 2945
02ce3e80
SM
29462002-08-19 Stefan Monnier <monnier@cs.yale.edu>
2947
2948 * make-docfile.c (scan_keyword_or_put_char, write_c_args): Use `fn'
2949 for the function name in the usage info.
2950
5fba5c21
CW
29512002-07-31 Colin Walters <walters@gnu.org>
2952
2953 * update-game-score.c (P_): New macro. Use it for all prototypes.
2954 (lose): Don't use varargs.
2955 (lose_syserr): New function.
2956
2957 * update-game-score.c: Change all functions to K&R style.
2958
712eaee0
AS
29592002-07-30 Andreas Schwab <schwab@suse.de>
2960
2961 * Makefile.in (localstatedir): New variable.
2962
f0131492 29632002-07-29 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
c89ed6ef
PJ
2964
2965 * b2m.pl: Fix regexp for finding return address fields.
2966
1e042160
SM
29672002-07-15 Stefan Monnier <monnier@cs.yale.edu>
2968
2969 * make-docfile.c (scan_c_file): Warn about missing `usage' info.
2970
f0131492 29712002-07-05 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
e9b60209 2972
02ce3e80 2973 * b2m.pl: Obey the rmail file and use the unpruned header properly.
e9b60209 2974
880820fe 29752002-06-26 Pavel Janík <Pavel@Janik.cz>
9ee028d2
PJ
2976
2977 * b2m.pl: New file.
2978
880820fe 29792002-06-21 Francesco Potortì <pot@gnu.org>
e1af8d40 2980
ecc54057 2981 * etags.c (F_getit, Fortran_functions, Ada_getit, Asm_labels)
e1af8d40
FP
2982 (Python_functions, PHP_functions, PHP_functions, PHP_functions)
2983 (PHP_functions, PHP_functions, Cobol_paragraphs)
2984 (Makefile_targets, Postscript_functions, Texinfo_nodes)
2985 (prolog_pr, erlang_func, erlang_attribute)
2986 (Perl_functions, Perl_functions, Pascal_functions)
2987 (TeX_commands, get_tag): Use make_tag instead of pfnote.
2988 (get_tag): Prototype changed, all callers changed.
2989
880820fe 29902002-06-20 Francesco Potortì <pot@gnu.org>
ceaeb365 2991
d76132d0
FP
2992 * etags.c: Implement implicit tag names, that is, unnamed tags
2993 whose name is automatically deduced by etags.el. The advantage is
2994 that there is no explicit tag name in most tags, so the size of
2995 the tags file is reduced, yet find-tag is able to do a match as
eec54bd7 2996 accurate as with named tags. See the comment in make_tag for details.
ceaeb365
FP
2997 (make_tag): New function (was the disabled function new_pfnote).
2998 (make_C_tag): Use it.
2999
880820fe 30002002-06-19 Francesco Potortì <pot@gnu.org>
f175bfff
FP
3001
3002 * etags.c (add_regex): Invalid regexp modifiers are ignored.
3003 (Makefile_targets): Tag variables unless --no-globals.
3004 (LOOP_ON_INPUT_LINES): Serious bug corrected.
3005
880820fe 30062002-06-13 Francesco Potortì <pot@gnu.org>
82ef78b3
FP
3007
3008 * etags.c (erlang_atom, erlang_attribute): Bugs corrected.
3009 (invalidate_nodes): Bug corrected.
3010 (print_help): Better help for regexps.
3011
7a8940da
JB
30122002-06-13 Juanma Barranquero <lektu@terra.es>
3013
3014 * makefile.w32-in (lisp): Add international/ucs-tables.elc and
3015 font-core.elc.
3016
880820fe 30172002-06-12 Francesco Potortì <pot@gnu.org>
6861f0e3
FP
3018
3019 * etags.c: New multi-line regexp and new regexp syntax.
3020 (arg_type): at_icregexp label removed (obsolete).
3021 (pattern): New member multi_line for multi-line regexps.
3022 (filebuf): A global buffer containing the whole file as a string
3023 for multi-line regexp matching.
3024 (need_filebuf): Global flag raised if multi-line regexps used.
3025 (print_help): Document new regexp modifiers, remove references to
3026 obsolete option --ignore-case-regexp.
3027 (main): Do not set regexp syntax and translation table here.
3028 (main): Treat -c option as a backward compatibility hack.
3029 (main, find_entries): Init and free filebuf.
3030 (find_entries): Call regex_tag_multiline after the regular parser.
10d1d0af 3031 (scan_separators): Check for unterminated regexp and return NULL.
6861f0e3
FP
3032 (analyse_regex, add_regex): Remove the ignore_case argument, which
3033 is now a modifier to the regexp. All callers changed.
3034 (add_regex): Manage the regexp modifiers.
3035 (regex_tag_multiline): New function. Reads from filebuf.
3036 (readline_internal): If necessary, copy the whole file into filebuf.
3037 (readline): Skip multi-line regexps, leave them to regex_tag_multiline.
3038
880820fe 30392002-06-11 Francesco Potortì <pot@gnu.org>
6861f0e3
FP
3040
3041 * etags.c (add_regex): Better check for null regexps.
3042 (readline): Check for regex matching null string.
6772c8e1 3043 (find_entries): Reorganization.
6861f0e3 3044
880820fe 30452002-06-07 Francesco Potortì <pot@gnu.org>
f0da41a6
FP
3046
3047 * etags.c (scan_separators): Support all character escape
3048 sequences supported by Gcc.
02ce3e80 3049 (find_entries): Rewind unconditionally.
f0da41a6
FP
3050 (find_entries): Do not call language functions directly, now calls
3051 itself.
e1dbe924 3052 (find_entries): Do general initializations here.
f0da41a6
FP
3053 (CNL_SAVE_DEFINEDEF, C_entries, LOOP_ON_INPUT_LINES, F_getit)
3054 (Ada_getit, Pascal_functions, Pascal_functions)
3055 (prolog_skip_comment): Do not do them here.
3056 (readline_internal): Increment lineno here.
3057 (readline): Conditionally undo readline_internal increment.
3058 (readline): Do not return a value.
3059
880820fe 30602002-06-06 Francesco Potortì <pot@gnu.org>
5526f1f6 3061
88c71720 3062 * etags.c: New option --parse-stdin=FILE.
97b90b0a
FP
3063 (enum arg_type): New label at_stdin.
3064 (STDIN): New constant.
3065 (parsing_stdin): New flag.
3066 (longopts): New option --parse-stdin=NAME.
3067 (print_help): Document it.
3068 (main): Handle it.
3069 (process_file): Split into process_file and process_file_name.
3070 (process_file_name): New function.
3071
88c71720 3072 * etags.c: Improvements and bug squashing in TeX handling.
97b90b0a 3073 (TeX_commands): Skip comments.
10d1d0af 3074 (TEX_defenv): Now contains more constructs.
5526f1f6
FP
3075 (TEX_cmt): Make it a static char and move it before TeX_commands.
3076 (TeX_commands): Shorten the tag to the brace after the name.
3077 (TeX_commands): Names now include the initial backslash.
3078 (TeX_commands): Names do not include numeric args #n.
3079 (TeX_commands): Correct line char number in tags.
61b108cc 3080 (TEX_tabent, TEX_token): Delete.
5526f1f6
FP
3081 (TeX_commands, TEX_decode_env): Streamlined.
3082
880820fe 30832002-06-05 Francesco Potortì <pot@gnu.org>
50496bd9
FP
3084
3085 * etags.c (main): Avoid a buffer overrun with sprintf.
3086
a71867c5
RS
30872002-05-30 Richard M. Stallman <rms@gnu.org>
3088
b166dcd8
KC
3089 * Makefile.in (LIBS_MAIL): Rename from LIB_MAIL.
3090 (LIBS_MOVE): Rename from MOVE_LIBS.
a71867c5 3091
b7e67db6
PE
30922002-05-26 Paul Eggert <eggert@twinsun.com>
3093
3094 Reinstate the following change from 2002-03-22, which was
3095 inadvertently lost on 2002-04-13.
3096
3097 * etags.c (main): Use `sort -o TAGFILE TAGFILE' instead of
3098 `sort TAGFILE -o TAGFILE', as POSIX 1003.1-2001 disallows
3099 the latter usage.
3100
5f226e2c
EZ
31012002-05-17 Eli Zaretskii <eliz@is.elta.co.il>
3102
3103 * pop.c (socket_connection): Move the code to resolve the POP
3104 host right before trying to connect with it.
3105
9021bb49
GM
31062002-05-05 Eli Zaretskii <eliz@is.elta.co.il>
3107
3108 * tcp.c: Delete file since the TCP emulation is no longer in use on any
3109 platform.
3110
5167cfda
CW
31112002-04-28 Colin Walters <walters@verbum.org>
3112
3113 * Makefile.in (${archlibdir}): Don't conditionalize on
3114 HAVE_SHARED_GAME_DIR. Instead, test at installation time whether
3115 or not we have access to the specified game user.
50496bd9 3116
5167cfda
CW
3117 * update-game-score.c (SCORE_FILE_PREFIX): Delete.
3118 (main): New argument -d, for specifying directory.
3119 (usage): Document.
02ce3e80 3120 (get_user_id): Compute.
61b108cc 3121 (get_home_dir): Delete.
5167cfda
CW
3122 (get_prefix): New function, taken from main.
3123 (main): Check whether or not we are running setuid. Move prefix
3124 computation to get_prefix. Don't call getpwent; we don't need to
3125 any more. Instead, move it to get_user_id().
3126
880820fe 31272002-04-24 Pavel Janík <Pavel@Janik.cz>
beedfcf1
PJ
3128
3129 * ebrowse.c (skip_initializer): Return void.
3130
973c3c87
CW
31312002-04-23 Colin Walters <walters@verbum.org>
3132
3133 * update-game-score.c (read_score) [HAVE_GETDELIM]: Trim trailing
3134 space.
3135
880820fe 31362002-04-22 Francesco Potortì <pot@gnu.org>
8378bcd3 3137
ecc54057 3138 * etags.c (last_node): Make it a global variable.
8378bcd3
FP
3139 (process_file): Print the tags from the nodes as soon as
3140 possible, and delete the nodes. This brings down the memory
3141 occupancy as etags to almost the same level as when the #line
3142 directives were not parsed.
3143 (free_fdesc): New function.
3144 (find_entries): Use it.
3145 (invalidate_nodes): In etags mode, do not just mark the nodes as
3146 invalid, do delete them.
3147
c901ceff
GM
31482002-04-21 Gerd Moellmann <gerd@gnu.org>
3149
3150 * ebrowse.c (add_declarator): Test *CLS instead of CLS.
3151
c42d6dbd
EZ
31522002-04-16 Eli Zaretskii <eliz@is.elta.co.il>
3153
3154 * update-game-score.c: Move config.h before the other headers, to
3155 avoid compiler warnings.
3156
880820fe 31572002-04-16 Francesco Potortì <pot@gnu.org>
090416ca
FP
3158
3159 * etags.c (find_entries): Bug fix in list management.
3160
880820fe 31612002-04-15 Francesco Potortì <pot@gnu.org>
5dab24c1
FP
3162
3163 * etags.c (get_language_from_filename): Add one argument.
3164 (strcaseeq): New function.
10d1d0af 3165 (get_language_from_filename): Use it to do a case insensitive
5dab24c1
FP
3166 comparison if called with appropriate args.
3167 (find_entries): Try with case insensitive match.
3168 (process_file): Bug fixed.
3169
880820fe 31702002-04-13 Francesco Potortì <pot@gnu.org>
c150db23
FP
3171
3172 * etags.c (find_entries): Delete tags previously obtained from
3173 file xxx.c's #line directives when parsing file xxx.y. This is
3174 generally done for automatically generated files containing
3175 #line directives. This handles the case when xxx.y is tagged
3176 before xxx.c, and the entries of xxx.c pointing to xxx.y should
3177 be discarded.
eec54bd7 3178 (language): Add the metasource member. Initializers changed.
c150db23
FP
3179 (invalidate_nodes): New function.
3180 (readline): Discard lines after having found a #line
02ce3e80 3181 directive pointing to an already tagged file. This handles the
c150db23
FP
3182 case when xxx.y is tagged before xxx.c, and the entries of
3183 xxx.c pointing to xxx.y should be discarded.
3184 (fdesc): New structure for keeping track of input files.
3185 (fdesc): Remove `file' member (a string) and use instead a pointer
3186 to a file description structure.
02ce3e80
SM
3187 (curfile, curfiledir, curtagfname, curlang, nocharno)
3188 (forced_lang): Global variables removed in favor of fdhead and
10d1d0af 3189 curfdp, pointers to file description structures.
c150db23
FP
3190 (longopts, main, print_help): Use the CTAGS conditional to include
3191 or exclude options that work on etags or ctags only.
02ce3e80
SM
3192 (process_file, find_entries, pfnote, add_node, put_entries)
3193 (readline): Use fdhead and curfdp.
c150db23
FP
3194 (process_file, find_entries): Do not take an arg string, all
3195 callers changed.
3196
3197 * etags.c (longopts, print_help, main): Test CTAGS to disallow
3198 options that are not right for either etags or ctags.
3199
3200 * etags.c (number_len, total_size_of_entries): Define them also
3201 in CTAGS mode, because gcc does not compile all refs away.
3202
e9d1f248
CW
32032002-04-14 Colin Walters <walters@debian.org>
3204
3205 * update-game-score.c (lock_file): If the lock file is older than
3206 an hour, delete it. Reset attempts to zero if we have to break
3207 the lock.
3208
7605f1bd
AS
32092002-04-14 Andreas Schwab <schwab@suse.de>
3210
3211 * update-game-score.c (read_score): Fix type of second parameter
3212 of getdelim to be of type size_t instead of int. Use 0 instead of
3213 ESUCCES.
3214
e82defd1
CW
32152002-04-10 Colin Walters <walters@verbum.org>
3216
ecc54057 3217 * update-game-score.c (toplevel): Include stdarg.h.
b9b966e0
CW
3218 (MAX_DATA_LEN, MAX_SCORES): New.
3219 (SCORE_FILE_PREFIX): If HAVE_SHARED_GAME_DIR is not defined,
3220 default to ~/.emacs.d/games.
3221 (get_user_id): Don't zero uid in the case where we can't get the
3222 username.
3223 (lose): New function.
3224 (main): Actually use `max', and default it to MAX_SCORES.
3225 Correctly handle new default for SCORE_FILE_PREFIX. Use `lose'
3226 function.
3227 (read_score): Handle the case of reading unamelen characters, then
3228 finishing. Use mktemp if mkstemp isn't available.
3229 (lock_file, unlock_file): Delete unused versions.
3230 (lock_file): Always sleep, even if we unlinked the lock file.
3231
e82defd1
CW
3232 * Makefile.in (gamedir, gameuser): New variables.
3233 (toplevel, UTILITIES): Add update-game-score.
3234 (${archlibdir}): Handle HAVE_SHARED_GAME_DIR.
3235
5795b420
CW
32362002-04-07 Colin Walters <walters@verbum.org>
3237
3238 * update-game-score.c (SCORE_FILE_PREFIX): Don't hardcode.
3239 (get_user_id): Take struct passwd as an argument.
3240 (get_home_dir): New function.
3241 (main): Read in user information here. Discover home directory if
3242 necessary.
3243 (read_score): Trim newline only in `getline' case.
3244
cd553ffb 32452002-04-05 Colin Walters <walters@debian.org>
c150db23 3246
cd553ffb
CW
3247 * update-game-score.c (toplevel): Include pwd.h.
3248 (struct score_entry): Add username field.
3249 (push_score): Use it.
3250 (get_user_id): New function.
3251 (main): Don't malloc excessively.
3252 (main): Use username field.
3253 (read_score): Read it.
3254 (push_score): Handle it.
07655e62 3255 (write_scores): Write it.
c150db23
FP
3256 (read_score): Handle arbitrary length data.
3257
b74bd4a3
EZ
32582002-03-30 Eli Zaretskii <eliz@is.elta.co.il>
3259
3260 * ebrowse.c (add_declarator): Fix the first call to add_member_defn.
3261
fa8bc89d
GM
32622002-03-29 Gerd Moellmann <gerd@gnu.org>
3263
3264 * ebrowse.c (add_declarator, skip_initializer): New functions.
3265 (declaration): Use them.
3266
dd87b4cc
JR
32672002-03-28 Jason Rumney <jasonr@gnu.org>
3268
3269 * makefile.w32-in (lisp): Move backquote.elc into emacs-lisp.
3270
cd553ffb
CW
32712002-03-27 Colin Walters <walters@debian.org>
3272
3273 * update-game-score.c: New file.
3274
dfef6d49
PE
32752002-03-22 Paul Eggert <eggert@twinsun.com>
3276
3277 * etags.c (main): Use `sort -o TAGFILE TAGFILE' instead of
3278 `sort TAGFILE -o TAGFILE', as POSIX 1003.1-2001 disallows
3279 the latter usage.
3280
880820fe 32812002-03-12 Francesco Potortì <pot@gnu.org>
a13d6523 3282
4fff90e4 3283 * etags.c (Python_functions): Skip spaces at beginning of lines.
a13d6523
FP
3284 (Python_functions, PHP_functions): Name tags, for ctags' sake.
3285 (TeX_commands): Name tags. Correction of old disabled code.
3286
3287 * etags.c (curfiledir, curtagfname): New global variables.
e1dbe924 3288 (process_file): Initialize them.
a13d6523 3289 (readline): Canonicalize the name found in #line directive.
893a741e 3290
4fff90e4 32912002-03-06 Jason Rumney <jasonr@gnu.org>
ca55a1e3 3292
893a741e
JR
3293 * etags.c (put_entries): Use #if !CTAGS, to fix link error on
3294 compilers that don't optimize out dead code.
3295
880820fe 32962002-03-05 Francesco Potortì <pot@gnu.org>
51aeded3
FP
3297
3298 * etags.c: Honour #line directives.
a7c29764 3299 (no_line_directive): New global var; set it for old behavior.
51aeded3
FP
3300 (main): Remove some #ifdef in the getopt switch.
3301 (add_node, put_entries): Code added to merge different chunks of
3302 nodes referring to the same file. Currently the tags are just
3303 appended, without any check for duplicates.
3304 (Perl_functions): Do not special case ctags.
3305 (readline): Identify #line directives and do the right thing.
3306 (nocharno, invalidcharno): New global vars.
3307 (process_file): Reset nocharno.
3308 (readline): Set nocharno.
3309 (pfnote): Read nocharno and maybe put invalidcharno in node.
3310 (total_size_of_entries, put_entries): Use invalidcharno.
3311
3312 * etags.c: Keep the whole tag table in memory, even in etags mode.
3313 (main): Call put_entries here even in CTAGS mode.
3314 (main, process_file): Check the return values of fclose and pclose.
3315 (process_file): Do not call put_entries after parsing each file.
333f9019 3316 (process_file): Canonicalize file names even for ctags.
51aeded3
FP
3317 (process_file): Set curfile here...
3318 (find_entries): ... not here any more.
3319 (add_node): In etags mode, build a linked list of entries (on
3320 right pointer) for each file, and link the first entry of each
3321 file on left nodes.
3322 (put_entries): Print here the name of the file.
3323 (put_entries): Print the entries starting from the first file.
c150db23 3324 (number_len, total_size_of_entries): Define these only in etags
51aeded3
FP
3325 mode, make the second work only on the right nodes.
3326
3327 * etags.c: Make all global variables static.
3328
50ce1f62
JB
33292002-02-25 Juanma Barranquero <lektu@terra.es>
3330
3331 * makefile.w32-in (lisp): Add missing backslash.
3332
82a399d2
JR
33332002-02-24 Jason Rumney <jasonr@gnu.org>
3334
3335 * makefile.w32-in (WINNT_SUPPORT, MOUSE_SUPPORT, lisp): Revert to
3336 using .elc files.
c4cc8b9a 3337 (lisp): Sync with list in src/Makefile.in.
82a399d2
JR
3338 (VMS_SUPPORT, MSDOS_SUPPORT): Define, so DOC files can be shared.
3339
a279c920
PE
33402002-02-10 Paul Eggert <eggert@twinsun.com>
3341
3342 * rcs-checkin: Use `sort -k 2', not `sort +1', as POSIX 1003.1-2001
3343 disallows the old syntax.
3344
0caa685d
PE
33452002-02-03 Paul Eggert <eggert@twinsun.com>
3346
d7982012 3347 * rcs2log (Copyright): Update to 2002.
0caa685d
PE
3348 (AWK, TMPDIR): Work around portability problem in broken shells that
3349 don't understand `: ${VAR=val}'.
3350 (SORT_K_OPTIONS): New var, for hosts that conform to POSIX 1003.1-2001.
3351 Prefer the new -k option to the traditional +M -N option.
3352
880820fe 33532002-01-01 Pavel Janík <Pavel@Janik.cz>
03950b5b
PJ
3354
3355 * b2m.c (main): Parenthesize assignment when used as truth value
3356 to prevent gcc warnings.
3357
3358 * fakemail.c: Include <config.h>.
3359
880820fe 33602001-12-29 Pavel Janík <Pavel@Janik.cz>
2f8fe2f4
PJ
3361
3362 * cvtmail.c, emacsclient.c, emacsserver.c, pop.c, sorted-doc.c,
3363 * yow.c: Include <config.h>.
3364
880820fe 33652001-12-21 Francesco Potortì <pot@gnu.org>
a60e4de9
FP
3366
3367 * etags.c (Perl_functions): Tag packages and use them in sub tags.
3368 (get_tag): Return a pointer to the tag that is found.
3369
3370 * etags.c (LOOKING_AT): Use !intoken instead of iswhite.
b166dcd8
KC
3371 (F_takeprec): Rename from takeprec. All callers changed.
3372 (F_getit): Rename from getit. All callers changed.
3373 (nocase_tail): Rename from tail. All callers changed.
3374 (Ada_getit): Rename from adagetit. All callers changed.
eec54bd7 3375 (L_getit): Simplify by using get_tag.
a60e4de9
FP
3376 (Perl_functions, Postscript_functions, erlang_attribute): Use the
3377 modified LOOKING_AT.
e1dbe924 3378 (notinname): Remove '[' and added ')' to the recognized chars.
a60e4de9
FP
3379 (LOOKING_AT, get_tag, PHP_functions): Use notinname.
3380 (Ada_getit, Ada_funcs, Python_functions, Scheme_functions):
3381 Clarified, using strneq or notinname.
61b108cc 3382 (L_isdef, L_isquote): Remove.
a60e4de9
FP
3383 (Lisp_functions, L_getit): Clarified.
3384
b166dcd8 3385 * etags.c (P_): Rename to __P for consistency with config.h.
a60e4de9
FP
3386 [HAVE_CONFIG_H]: Let config.h deal with __P.
3387 [__STDC__] [!HAVE_CONFIG_H]: Define PTR as in config.h.
3388 [!__STDC__] [!HAVE_CONFIG_H]: Do not undefine static, because
3389 gperf code needs it.
ecc54057
JB
3390 [HAVE_CONFIG_H] [!PTR]: Define PTR (for use with XEmacs).
3391 [HAVE_CONFIG_H] [!__P]: Define __P (for use with XEmacs).
a60e4de9
FP
3392 (xmalloc, xrealloc): Use PTR instead of long *.
3393 (bool): Make it a define, not a typedef, for C++ compilers.
3394 (pattern): Members renamed to avoid name clash in some C++ compilers.
3395 (get_language_from_langname): Use const argument.
3396
880820fe 33972001-12-22 Pavel Janík <Pavel@Janik.cz>
c95eaa61
PJ
3398
3399 * makefile.nt, makefile.w32-in: Remove mocklisp files.
3400
880820fe 34012001-12-19 Pavel Janík <Pavel@Janik.cz>
69bfc389 3402
b8509940
PJ
3403 * emacsserver.c: Conditionally include config.h.
3404
594aa066
PJ
3405 * fakemail.c: Likewise.
3406
e69233c2
PJ
3407 * emacsclient.c: Include "config.h", not <../src/config.h>.
3408 (main): Parenthesize assignment when used as truth value to
3409 prevent gcc warnings.
3410
69bfc389
PJ
3411 * ebrowse.c: Include stdlib.h and string.h conditionally.
3412
e4e34e31
EZ
34132001-12-18 Eli Zaretskii <eliz@is.elta.co.il>
3414
3415 * yow.c (main): Use time_t, not long, to avoid a compiler warning.
3416
880820fe 34172001-12-18 Pavel Janík <Pavel@Janik.cz>
ffb7c9c6
PJ
3418
3419 * test-distrib.c: Fix previous change.
3420
fb5aa7ac
DL
34212001-12-18 Dave Love <fx@gnu.org>
3422
3423 * test-distrib.c: Conditionally include fcntl.h.
3424
3425 * fakemail.c: Include "config.h", not <../src/config.h>.
3426 (_XOPEN_SOURCE): Define as 500.
3427
3428 * emacsserver.c: Include "config.h", not <../src/config.h>.
3429
3430 * cvtmail.c: Include config.h, stdlib.h.
3431 (xmalloc, xrealloc, skip_to_lf sysfail): Prototype.
3432
3433 * yow.c: Conditionally include various headers. Use "epaths.h",
3434 not <../src/epaths.h>.
3435 (malloc, realloc) [!HAVE_STDLIB_H]: Prototype.
3436
880820fe 34372001-12-12 Francesco Potortì <pot@gnu.org>
e94a3679 3438
13dc0576 3439 * etags.c (PHP_functions): New function for parsing PHP.
e94a3679
FP
3440 (LOOKING_AT): New macro.
3441 (Perl_functions, Python_functions, PHP_functions)
3442 (Scheme_functions, Texinfo_nodes): Use it.
3443 (Perl_functions): Use strneq.
b166dcd8 3444 (prolog_pred): Rename to prolog_pr.
e1dbe924 3445 (prolog_pr): Recognize Prolog rules in addition to predicates.
e94a3679 3446 [ETAGS_REGEXPS] [!HAVE_CONFIG_H] [__CYGWIN__]: Prevent
13dc0576 3447 unmodified compile, as Cygwin's regex.h is incompatible with us.
e94a3679
FP
3448 [!HAVE_CONFIG_H] [!__STDC__]: #define const as the empty string.
3449
34e39c95
RS
34502001-12-11 Richard M. Stallman <rms@gnu.org>
3451
3452 * Makefile.in (clean): Don't delete ../etc/DOC*.
3453
880820fe 34542001-12-11 Pavel Janík <Pavel@Janik.cz>
296071e7
PJ
3455
3456 * COPYING: Moved back.
3457
76054cc8
AI
34582001-11-30 Andrew Innes <andrewi@gnu.org>
3459
e94a3679
FP
3460 * makefile.w32-in (FACE_SUPPORT):
3461 (MOUSE_SUPPORT):
3462 (FLOAT_SUPPORT):
3463 (WINNT_SUPPORT):
76054cc8
AI
3464 (lisp): Reference .el files instead of .elc files, to simplify
3465 bootstrapping.
3466 ($(DOC)): Change dependency to just `make-docfile'.
3467
880820fe 34682001-11-29 Pavel Janík <Pavel@Janik.cz>
0142178a
PJ
3469
3470 * COPYING: Removed.
3471
e8d6a09b
PE
34722001-11-28 Paul Eggert <eggert@twinsun.com>
3473
3474 * rcs2log (Copyright): Add '(C)' as per coding guidelines.
3475
3476 The following changes are derived from suggestions by Bob Chapman
3477 <rechapman@compuserve.com>.
3478
3479 * rcs2log (printlogline): Also allow tab and newline to separate
3480 '(function):' from the rest of a comment.
3481 (reformat the sorted log entries): Require date and author to
3482 match the clumpname.
3483
9a190096
GM
34842001-11-16 Gerd Moellmann <gerd@gnu.org>
3485
3486 * ebrowse.c (matching_regexp): Escape '\\'.
3487
880820fe 34882001-11-15 Pavel Janík <Pavel@Janik.cz>
8ec1b917
PJ
3489
3490 * Makefile.in: Add support for --program-prefix, --program-suffix
3491 and --program-transform-name options.
3492
6d8f7d5d
RS
34932001-11-03 Richard M. Stallman <rms@gnu.org>
3494
3495 * cvtmail.c (xrealloc): Always pass two args to `fatal'.
3496
3497 * movemail.c (popmail): Always pass two args to `error'.
3498
84e70f78
KR
34992001-10-24 Ken Raeburn <raeburn@gnu.org>
3500
3501 * Makefile.in (HESIODLIB) [HAVE_LIBHESIOD]: Set to include
3502 -lhesiod and maybe -lresolv.
3503 (CRYPTOLIB) [HAVE_LIBK5CRYPTO]: Use -lk5crypto for Kerberos
3504 support if it's available.
3505
386ca361
MB
35062001-10-21 Miles Bader <miles@gnu.org>
3507
a3b10252
MB
3508 * make-docfile.c (struct rcsoc_state): New type.
3509 (read_c_string_or_comment): Add SAW_USAGE
386ca361 3510 parameter, and implement scanning for a `usage:' keyword.
a3b10252
MB
3511 Use a variable of type `rcsoc_state' to hold most of our state.
3512 (put_char): Add STATE parameter, and remove all other parameters
3513 except CH. Use STATE to get access to all needed state.
3514 (scan_keyword_or_put_char): New function.
386ca361
MB
3515 (scan_c_file): Pass SAW_USAGE argument to read_c_string_or_comment.
3516 Don't output a usage-string if there was one in the doc-string.
3517
71431a0e
GM
35182001-10-20 Gerd Moellmann <gerd@gnu.org>
3519
6aa97356 3520 * (Version 21.1 released.)
71431a0e 3521
880820fe 35222001-10-19 Pavel Janík <Pavel@Janik.cz>
37a9305e
PJ
3523
3524 * b2m.c: Properly spell the name of Emacs.
3525
945220bd
MB
35262001-10-17 Miles Bader <miles@gnu.org>
3527
3528 * make-docfile.c (put_char): New function.
3529 (read_c_string_or_comment): Strip trailing spaces and newlines.
3530
14242528
MB
35312001-10-16 Miles Bader <miles@gnu.org>
3532
3533 * make-docfile.c (scan_c_file): Handle `new style' doc strings in
3534 comments [with `doc:' keyword prefix].
3535
9f5eb4a3
GM
35362001-10-15 Gerd Moellmann <gerd@gnu.org>
3537
3538 * make-docfile.c (read_c_string_or_comment): Don't drop a '*'
3539 in a C doc comment.
3540
e641b454
GM
35412001-10-13 Gerd Moellmann <gerd@gnu.org>
3542
b166dcd8 3543 * make-docfile.c (read_c_string_or_comment): Rename from
e641b454
GM
3544 read_c_string. Add parameter COMMENT. Read C-style comments.
3545 (scan_c_file): Handle doc strings in C comments.
3546
967d7793
AI
35472001-10-12 Andrew Innes <andrewi@gnu.org>
3548
3549 * makefile.nt (ALL): Do not include fakemail.
3550
3551 * makefile.w32-in (install): Do not copy fakemail.
3552
d682756a
JR
35532001-10-10 Jason Rumney <jasonr@gnu.org>
3554
07655e62 3555 * makefile.w32-in (ALL): Do not include fakemail.
d682756a 3556
07655e62 3557 * makefile.nt (install): Ditto.
d682756a 3558
14a3dff7
GM
35592001-10-09 Gerd Moellmann <gerd@gnu.org>
3560
3561 * emacsserver.c (main): Cast geteuid in sprintf to int.
14a3dff7 3562
95bc7904 3563 * emacsclient.c (main): Cast isdigit argument to unsigned char.
14a3dff7 3564
880820fe 35652001-10-07 Pavel Janík <Pavel@Janik.cz>
f98d41f5
PJ
3566
3567 * profile.c: Include config.h, not ../src/config.h.
3568 Include systime.h, not ../src/systime.h.
3569
ab952a4f
GM
35702001-10-05 Gerd Moellmann <gerd@gnu.org>
3571
3572 * Branch for 21.1.
dff28924 3573
12c64503
GM
35742001-10-01 Alexander Zhuckov <zuav@int.spb.ru>
3575
3576 * ebrowse.c (struct alias): Add two new struct members: NAMESP and
3577 ALIASEE to help work with namespace aliases.
3578 (struct sym): Remove struct member NAMESP_ALIASES.
3579 (namespace_alias_table): New variable.
3580 (make_namespace): Add parameter CONTEXT.
3581 (check_namespace): New function.
3582 (find_namespace): Add parameter CONTEXT.
3583 (check_namespace_alias): New function.
02ce3e80
SM
3584 (register_namespace_alias): Change type of parameter OLD_NAME.
3585 Search for already defined alias in NAMESPACE_ALIAS_TABLE.
12c64503
GM
3586 (check_namespace): New function.
3587 (enter_namespace): Call find_namespace with CONTEXT parameter.
3588 (match_qualified_namespace_alias): New function.
eec54bd7 3589 (parse_qualified_ident_or_type): Fix typo in comment.
02ce3e80 3590 While parsing qualified ident or type update namespace context and
12c64503 3591 restore it on exit.
eec54bd7
SM
3592 (parse_qualified_param_ident_or_type): Fix typo in comment.
3593 (globals): Change handling of namespace aliases.
3594 (version): Add year 2001.
12c64503 3595
990e1190
FP
35962001-09-15 Eli Zaretskii <eliz@is.elta.co.il>
3597
3598 * etags.c (analyse_regex): If regex_arg is NULL, return
3599 immediately after a call to free_patterns.
3600
f2e7e23e
AS
36012001-09-05 Paul Eggert <eggert@twinsun.com>
3602
3603 * rcs2log (Help, mainline code): Add new option -L FILE.
3604 (Copyright): Update year.
02ce3e80
SM
3605 (LANG, LANGUAGE, LC_ALL, LC_COLLATE, LC_CTYPE, LC_MESSAGES)
3606 (LC_NUMERIC, LC_TIME): New shell vars, to make sure we live in the
f2e7e23e
AS
3607 C locale.
3608 (mainline code): Handle nonstandard -u option differently, by
3609 transforming it to standard form. Check for "Working file: ", not
3610 "Working file:". Allow file names with spaces.
3611 (SOH, rlogfile): New shell vars.
dff28924 3612 (rlogout): Remove. Its old functionality is mostly migrated to
f2e7e23e
AS
3613 rlogfile.
3614
3615 Append ';;' to the last arm of every case statement, for
3616 portability to ancient broken BSD shells.
3617
02ce3e80 3618 (logins): Fix bug; was not being computed at all, lowering performance.
f2e7e23e
AS
3619 (pository): New var. This fixes some bugs where repositories are
3620 remote, or have trailing slashes.
02ce3e80 3621 (authors): $llogout is never an empty shell var, so don't worry
f2e7e23e 3622 about that possibility.
dff28924 3623 (printlogline, mainline code): Fix bug with SOH's being put into
f2e7e23e 3624 the output.
dff28924 3625
75c911eb
EZ
36262001-09-01 Eli Zaretskii <eliz@is.elta.co.il>
3627
3628 * ebrowse.c (SEEK_END): #define if not defined by system headers.
3629 Suggested by Dave Love <d.love@dl.ac.uk>.
3630
5ae10f4a
EZ
36312001-08-29 Eli Zaretskii <eliz@is.elta.co.il>
3632
3633 * makefile.nt (lisp): Synchronize with src/Makefile.in.
3634 * makefile.w32-in (lisp): Ditto.
3635
0e4011d8 36362001-07-25 Juanma Barranquero <lektu@terra.es>
e743f599
GM
3637
3638 * grep-changelog (parse_changelog): Remove unused local variable.
3639
3640 * grep-changelog (main): Add new option --reverse.
3641 (print_log): Use it.
3642 (parse_changelog): Use it.
3643
3c88ae74
GM
36442001-07-20 Gerd Moellmann <gerd@gnu.org>
3645
3646 * grep-changelog: Remove RCS Id keyword.
3647
41848daa
GM
36482001-07-20 Juanma Barranquero <lektu@terra.es>
3649
6e07c0a5
GM
3650 * grep-changelog (parse_changelog): Add tests for defined values
3651 to quiet warning from Perl 5.005 or above.
177ab8ce 3652 (entry_match_p, header_match_p): Fix handling of null or empty
0e4011d8
GM
3653 argument to prevent duplicate headers.
3654
3655 * grep-changelog (main, parse_changelog): Make "use strict"-clean.
41848daa 3656
467f1209
GM
36572001-07-17 Jan Nieuwenhuizen <janneke@gnu.org>
3658
3659 * emacsclient.c (print_help_and_exit): Fix help message for
3660 +LINE:COLUMN option.
3661
36622000-07-17 Han-Wen Nienhuys <hanwen@cs.uu.nl>
990e1190 3663
467f1209
GM
3664 * emacsclient.c (main): Add support for +LINE:COLUMN command line
3665 argument.
3666
bb24c64f
GM
36672001-07-16 Gerd Moellmann <gerd@gnu.org>
3668
3669 * ebrowse.c (main): Check that the output file exists and
3670 is non-empty if invoked with `--append'.
3671
880820fe 36722001-05-14 Francesco Potortì <pot@gnu.org>
fa829470 3673
e335b66a
GM
3674 * etags.c (add_regex): Reset the whole newly allocated pattern
3675 buffer instead of the individual members. It's safer and works
ecc54057 3676 with XEmacs.
fa829470 3677
e335b66a 3678 * etags.1: Markups corrected.
fa829470 3679
6da5c7da
GM
36802001-05-08 Gerd Moellmann <gerd@gnu.org>
3681
02ce3e80 3682 * ebrowse.c (enter_namespace): Fix reallocation of namespace_stack.
6da5c7da 3683
efbecf9d
GM
36842001-05-03 Gerd Moellmann <gerd@gnu.org>
3685
3686 * ebrowse.c (globals): Fix handling of namespace aliases.
3687
f4976ebc
EZ
36882001-04-27 Eli Zaretskii <eliz@is.elta.co.il>
3689
3690 * etags.c (print_help): Enclose the regexp in the help text
3691 example in quotes.
3692
23431241
DL
36932001-04-05 Dave Love <fx@gnu.org>
3694
3695 * emacsclient.c (fail): Don't return a value.
fa829470 3696 (main): Cast uid values for sprintf.
23431241 3697
476bf681
GM
36982001-04-03 Gerd Moellmann <gerd@gnu.org>
3699
b3f6107b
GM
3700 * emacsclient.c (fail, main): Don't use implicit int return type.
3701
476bf681
GM
3702 * b2m.c (main): Always return a value.
3703
ef53d75e
GM
37042001-03-02 Gerd Moellmann <gerd@gnu.org>
3705
3706 * ebrowse.c (parse_qualified_param_ident_or_type): Return a
3707 freshly allocated object in *LAST_ID.
3708 (read_line): Accept \r\n line endings.
3709
425de386
AI
37102001-02-24 Andrew Innes <andrewi@gnu.org>
3711
3712 * makefile.w32-in: Fix copyright notice.
3713
880820fe 37142001-02-23 Francesco Potortì <pot@gnu.org>
f55ae599
FP
3715
3716 * etags.c (enum sym_type): New label st_C_template.
3717 (gperf input): Use it for switching to C++ from C.
3718 (consider_token): Do it.
e1dbe924 3719 (C_entries): Initialize typdefcblev to quiet compilers.
c2a642c0 3720 [!HAVE_CONFIG_H] [!__STDC__]: #define static as nothing.
f55ae599 3721
f6839838
AI
37222001-02-22 Andrew Innes <andrewi@gnu.org>
3723
3724 * makefile.nt ($(BLD)\movemail.obj): Remove reference to
3725 VMS header files.
3726 ($(BLD)\profile.obj): Ditto.
3727
3728 * makefile.w32-in ($(BLD)/movemail.$(O)): Remove reference to
3729 VMS header files.
3730 ($(BLD)/profile.$(O)): Ditto.
3731
193fba87
AI
37322001-02-05 Andrew Innes <andrewi@gnu.org>
3733
3734 * makefile.w32-in ($(DOC)): Use $(THISDIR) instead of . in
3735 invocation of make-docfile, to work with Windows 2000.
3736
30526cc6
DL
37372001-01-31 Dave Love <fx@gnu.org>
3738
3739 * etags.c (in_word_set): Use `static' in definition (for pcc).
3740
880820fe 37412001-01-31 Francesco Potortì <pot@gnu.org>
8f79fe72 3742
ecc54057 3743 * etags.c [NDEBUG]: #undef assert and #define it as ((void)0), for
8f79fe72
FP
3744 the sake of some buggy assert.h (e.g. in MinGW and sunos4 pcc).
3745 (C_entries): Tag token renamed to still_in_token because sunos4
3746 pcc wants to expand it as the token() macro even though it has no
3747 arguments.
3748
914d7258
AI
37492001-01-30 Andrew Innes <andrewi@gnu.org>
3750
3751 * etags.c (assert) [__MINGW32__]: Redefine assert to work around a
3752 bug in the Mingw32 assert.h header file.
3753
880820fe 37542001-01-30 Francesco Potortì <pot@gnu.org>
b28e26be 3755
ecc54057
JB
3756 * etags.c [WIN32-NATIVE]: #undef MSDOS, #undef WINDOWSNT and
3757 #define it for the sake of XEmacs.
b28e26be
FP
3758 [WINDOWSNT]: #undef HAVE_NTGUI even if built without
3759 HAVE_CONFIG_H. This change only affects a standalone etags.
3760 [WINDOWSNT]: #undef DOS_NT and #define it even if built with
3761 HAVE_CONFIG_H. This change does nothing in Emacs, as DOS_NT is
3762 always defined when HAVE_CONFIG_H and WINDOWS are both defined.
2f2c687b 3763 [!HAVE_UNISTD_H]: Use defined(WINDOWSNT) instead of the bare
b28e26be
FP
3764 WINDOWSNT, as this is the correct way to use it.
3765
880820fe 37662001-01-28 Francesco Potortì <pot@gnu.org>
8c463abe
FP
3767
3768 * etags.c: Be capable to parse nested struct-like structures.
3769 (structdef, structtag): Struct state machine revisited.
3770 (struct tok): Revisited.
3771 (cstack, nestlev, instruct): New struct and macros.
3772 (pushclass_above, popclass_above, write_classname): New functions
13dc0576 3773 for dealing with nested class names.
8c463abe
FP
3774 (consider_token, make_C_tag, C_entries): Many changes for dealing
3775 with arbitrarily nested structures.
3776 (etags_getcwd): #if MSDOS, not #ifdef MSDOS!
3777 (C_entries): Consider templates in C++.
3778 (sym_type): New constant st_C_class for detecting "class" also in
3779 C mode.
3780 (C_AUTO): New macro for automatic detection of C++.
3781 (consider_token): Automatic set C++ mode.
3782 (C_entries): New security check for yacc.
3783 (print_language_names, print_help): Mention the autodetect
07655e62 3784 feature, do not show help for the -C option, now mostly useless.
8c463abe
FP
3785 (C_entries): Tag C++ forward declarations if --declarations.
3786 (C_entries): Don't be fooled by things like XDEFUN.
3787 (consider_token): Discard asm pseudo function.
3788
e26f9ced
EZ
37892001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
3790
3791 * etags.c: Add a coding: tag.
3792
a47b7816
GM
37932001-01-26 Gerd Moellmann <gerd@gnu.org>
3794
8c463abe 3795 * ebrowse.c (matching_regexp_buffer, matching_regexp_end_buf):
a47b7816
GM
3796 New variables.
3797 (matching_regexp): Use them instead of static variables in
3798 function scope.
3799
880820fe 38002001-01-25 Francesco Potortì <pot@gnu.org>
d22a24fa 3801
b166dcd8
KC
3802 * etags.c (struct tok): Rename from struct token.
3803 (token): Rename from tok.
d22a24fa
FP
3804 (structtype): Make it a local variable.
3805 [DEBUG]: Use assert.
3806 (xrnew): Change the synopsis.
b166dcd8 3807 (typedefs_or_cplusplus): Rename from typedefs_and_cplusplus.
d22a24fa 3808 (grow_linebuffer): Don't call xrnew when not needed.
02ce3e80 3809 (token): Buffer renamed to line.
d22a24fa 3810 (C_entries): Three calls to inibuffer moved here from main.
eec54bd7 3811 (C_entries): Remove all references to var methodlen, delete it.
d22a24fa
FP
3812 (linebuffer_setlen): Was grow_buffer, now also sets len.
3813 (consider_token, C_entries, Pascal_functions): Use it.
3814 (C_entries): Preventing problems relative to extern "C".
3815 (C_entries): Can tag more than one variable or func separated by
3816 comma when --declarations is used.
3817 (C_entries): More accurate tagging of members and declarations.
3818 (yacc_rules): Was global, made local to C_entries.
61b108cc 3819 (next_token_is_func): Remove.
d22a24fa
FP
3820 (fvdef): New constants fdefunkey, fdefunname.
3821 (consider_token, C_entries): Use them.
3822 (C_entries): Build proper lisp names for Emacs DEFUNs.
3823
21c2bbe0
GM
38242001-01-22 Gerd Moellmann <gerd@gnu.org>
3825
3826 * ebrowse.c (xfree): New function.
3827 (member, declaration, globals): Use xmalloc instead of alloca.
3828
880820fe 38292001-01-15 Francesco Potortì <pot@gnu.org>
83be933c
FP
3830
3831 * etags.c (print_language_names): Print filenames in addition to
3832 suffixes.
3833
880820fe 38342001-01-14 Francesco Potortì <pot@gnu.org>
47df1a5e 3835
b166dcd8 3836 * etags.c (get_language_from_langname): Rename from
47df1a5e 3837 get_language_from_name.
b166dcd8 3838 (get_language_from_filename): Rename from get_language_from_suffix.
eec54bd7 3839 Now first looks for the complete file name.
47df1a5e
EZ
3840 (language): New member char **filenames.
3841 (Makefile_filenames): List of possible filenames for makefiles.
eec54bd7 3842 (lang_names): Add a NULL member for every entry, added an entry
47df1a5e 3843 for makefiles.
13dc0576 3844 (Makefile_targets): New function.
c5e87d10 3845 (Texinfo_nodes): Rename from Texinfo_functions and made
47df1a5e
EZ
3846 it conformant to the style of the rest of the code.
3847
291c7e74
GM
38482001-01-13 Gerd Moellmann <gerd@gnu.org>
3849
3850 * make-docfile.c (write_c_args): Print newlines as spaces.
3851
0dac6924
AI
38522001-01-06 Andrew Innes <andrewi@gnu.org>
3853
3854 * makefile.w32-in (clean): Delete $(COMPILER_TEMP_FILES) instead
3855 of *.pdb.
3856
3e99d3b4
GM
38572001-01-03 Paul Eggert <eggert@twinsun.com>
3858
290afd83 3859 * rcs2log: Avoid security hole allowing attacker to
3e99d3b4
GM
3860 cause user of rcs2log to overwrite arbitrary files, fixing
3861 a bug reported by Morten Welinder.
3862
3863 Don't put "exit 1" at the end of the exit trap; it's
3864 ineffective in POSIX shells.
3865
d6bb0c0d
GM
38662001-01-02 Gerd Moellmann <gerd@gnu.org>
3867
eec54bd7
SM
3868 * ebrowse.c (yyerror): Change to take two arguments.
3869 Add prototype. Change callers.
d6bb0c0d 3870
d5c00476 38712001-01-02 Eli Zaretskii <eliz@is.elta.co.il>
315f5865
EZ
3872
3873 * ebrowse.c (enter_namespace, main): Cast variables to shut up
3874 compiler warnings.
3875 (yyerror): Change parameter declarations to be of type long, so
3876 that they can take pointers on 64-bit platforms.
3877
3878 * emacsclient.c (main): Remove unused local variable statbfr.
3879 (main) <homedir>: Make its declaration conditional on
3880 SERVER_HOME_DIR, to avoid compiler warnings.
3881
3882 * emacsserver.c (main) <homedir>: Make its declaration conditional
3883 on SERVER_HOME_DIR, to avoid compiler warnings.
3884
3885 * fakemail.c (readline): Cast buffer to "long *" to pacify
3886 over-zealous compilers.
3887
7c89ea61
EZ
38882000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
3889
3890 * etags.c (canonicalize_filename) [DOS_NT]: Fix last change.
3891
a6768cc5
GM
38922000-12-15 Gerd Moellmann <gerd@gnu.org>
3893
3894 * ebrowse.c (operator_name): Cast argument of isalpha to
3895 unsigned char.
3896
3897 * etags.c (ISALNUM, ISALPHA, ISDIGIT, ISLOWER): New macros.
3898 Use them throughout instead of ctype functions/macros.
3899 (lowcase): Cast to unsigned char.
3900 (UPCASE): New macro.
3901 (canonicalize_filename): Use UPCASE instead toupper.
3902
3903 * fakemail.c (get_keyword): Make sure that isspace and
3904 similar aren't called with a negative argument.
3905
70de49cc
DL
39062000-12-13 Dave Love <fx@gnu.org>
3907
3908 * ebrowse.c (ensure_scope_buffer_room): Fix xrealloc call.
3909
4e8b894c
AI
39102000-12-06 Andrew Innes <andrewi@gnu.org>
3911
3912 * makefile.w32-in (LOCAL_FLAGS): Remove -DVERSION flag, since we
3913 don't know the real version, and I can't seem to get the quoting
3914 right in all circumstances.
3915
3916 * ebrowse.c (VERSION): Provide default definition, like etags.c
3917 does, because Windows build can't snarf this from version.el.
3918
88257bc8
AI
39192000-11-30 Andrew Innes <andrewi@gnu.org>
3920
3921 * makefile.w32-in ($(BLD)/ebrowse.exe): Use tabs not spaces.
3922 (install): Ditto.
3923
d19249e7
JR
39242000-11-23 Jason Rumney <jasonr@gnu.org>
3925
3926 * makefile.w32-in: Add targets for ebrowse.exe.
3927 (LOCAL_FLAGS): Add -DVERSION flag.
3928
7df6adc3
DL
39292000-09-25 Dave Love <fx@gnu.org>
3930
3931 * sorted-doc.c: Include config.h.
3932 [!HAVE_STDLIB_H]: Declare malloc.
3933
fe83b953
AI
39342000-09-14 Andrew Innes <andrewi@gnu.org>
3935
3936 * makefile.w32-in: Revert to Unix line endings.
3937
517699ca
DL
39382000-09-04 Dave Love <fx@gnu.org>
3939
3940 * movemail.c (index, rindex): Prototype conditionally.
3941
f8803e97
AI
39422000-09-03 Andrew Innes <andrewi@gnu.org>
3943
3944 * makefile.w32-in: Change to DOS line endings.
3945
f72adc12
EZ
39462000-09-01 Eli Zaretskii <eliz@is.elta.co.il>
3947
4034f3a8 3948 * movemail.c (toplevel): Remove redundant fcntl.h.
f72adc12
EZ
3949 [!F_OK]: Provide default definitions only after including both
3950 fcntl.h and unistd.h.
3951
f678f592
DL
39522000-08-29 Dave Love <fx@gnu.org>
3953
3954 * movemail.c: Revert previous change.
3955
5b671d04
EZ
39562000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
3957
3958 * Makefile.in (profile, make-docfile, hexl): Depend on config.h.
3959
6fa86045
DL
39602000-08-28 Dave Love <fx@gnu.org>
3961
3962 * movemail.c (toplevel) [HAVE_STRING_H]: Include string.h.
3963 (toplevel) [HAVE_STRINGS_H]: Include strings.h.
3964
746d9caf
AI
39652000-08-22 Andrew Innes <andrewi@gnu.org>
3966
3967 * ntlib.h (WIN32): Remove unnecessary definition.
3968 (sleep): Make argument unsigned long.
3969 (_WINSOCK_H): Undefine so normal winsock definitions can be used.
3970
3971 * ntlib.c (sleep): Make argument unsigned long.
3972
3973 * movemail.c (main) [WINDOWSNT]: Force binary mode for fileio.
3974
3975 * makefile.w32-in: New file.
3976
3b541489
EZ
39772000-08-20 Eli Zaretskii <eliz@is.elta.co.il>
3978
3979 * etags.c (canonicalize_filename) [DOS_NT]: Upcase the first
3980 letter only if it is a drive letter.
3981
e5acf0ca
GM
39822000-07-14 Gerd Moellmann <gerd@gnu.org>
3983
b166dcd8 3984 * ebrowse.c (xrealloc, xmalloc): Rename from yrealloc and ymalloc.
e5acf0ca
GM
3985
3986 * etags.c (xmalloc, xrealloc): Make externally visible, for use
3987 by alloca.o.
3988
02ce3e80 3989 * Makefile.in (alloca.o): Add -Demacs so that alloca will use xmalloc.
e5acf0ca 3990
4b92c49a
GM
39912000-07-10 Gerd Moellmann <gerd@gnu.org>
3992
3993 * ebrowse.c (yylex): Accept string literals with newlines in them.
3994 (process_pp_line): Handle case of string literal with newline
3995 in it in replacement text, which counts as continuing the
3996 replacement text in GNU C.
3997
831a6cb0
GM
39982000-07-02 Gerd Moellmann <gerd@gnu.org>
3999
4000 * ebrowse.c (token_string): Add missing tokens.
4001 (parm_list): Handle case of qualified pointers.
4002
53245ee2
DL
40032000-06-23 Dave Love <fx@gnu.org>
4004
4005 * ebrowse.c: Move config.h before other includes (which may use
4006 feature tests).
4007
dcbf2cd2
JM
40082000-06-14 Jim Meyering <meyering@lucent.com>
4009
4010 * grep-changelog: Fix typos in comments. Remove trailing blanks.
4011
f1c7754a
JR
40122000-06-11 Jason Rumney <jasonr@gnu.org>
4013
4014 * makefile.nt: Add targets for ebrowse.
4015
4016 * ebrowse.c [WINDOWS_NT]: Use stricmp instead of strcasecmp to
4017 compare filenames.
4018
5f1aea9a
GM
40192000-06-06 Gerd Moellmann <gerd@gnu.org>
4020
b166dcd8
KC
4021 * ebrowse.c (ymalloc): Rename from xmalloc.
4022 (yrealloc): Rename from xrealloc.
5f1aea9a 4023
5bf244f1
DL
40242000-05-21 Dave Love <fx@gnu.org>
4025
4026 * movemail.c: Include config.h, not ../src/config.h.
4027 (Errmsg): Bump length.
4028
4029 * pop.c (ERROR_MAX): Increase to 160.
4030
ec82fb2f
GM
40312000-05-04 Gerd Moellmann <gerd@gnu.org>
4032
4033 * ebrowse.c (DEFAULT_OUTFILE): Set to `BROWSE'.
4034
5c922ea7
EZ
40352000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
4036
02ce3e80
SM
4037 * ebrowse.c (PATH_LIST_SEPARATOR) [__MSDOS__ || WINDOWSNT]:
4038 Define to semi-colon.
5c922ea7 4039 (FILENAME_EQ): New macro, for comparing file names.
02ce3e80 4040 (add_member_decl, add_global_decl, add_member_defn): Use FILENAME_EQ.
5c922ea7
EZ
4041 (process_file): Don't assume that fread always reads as many bytes
4042 as it was told to (DOS-style CR-LF text files fail this logic).
4043 (open_file): Allocate enough space for path->path plus the file
4044 name and the slash.
4045
6142fdcb 40462000-04-19 Dave Love <fx@gnu.org>
97052c63
DL
4047
4048 * etags.c (Texinfo_functions): New function.
4049 (lang_names): Install it.
4050 (Texinfo_suffixes): New variable.
4051
cb9215e4
GM
40522000-04-19 Gerd Moellmann <gerd@gnu.org>
4053
4054 * ebrowse.c (xmalloc, xrealloc): Rewritten.
4055 (declaration): Remove parameter IS_EXTERN.
4056 (class_definition): Remove unused variable.
4057
be0dbdab
GM
40582000-04-09 Gerd Moellmann <gerd@gnu.org>
4059
4060 * Makefile.in (INSTALLABLES): Add ebrowse.
4061 (ebrowse): New target.
4062
4063 * ebrowse.c: New file.
4064
c5aa0fc2
AS
40652000-03-29 Andreas Schwab <schwab@suse.de>
4066
4067 * make-docfile.c (scan_lisp_file): Also look for `defsubst'.
4068
d054101f
GM
40692000-03-02 Gerd Moellmann <gerd@gnu.org>
4070
07e99590 4071 * etags.c (lisp_suffixes): Add `LSP'.
d054101f 4072
880820fe 40732000-02-10 Francesco Potortì <pot@gnu.org>
71cbb895 4074
eec54bd7 4075 * etags.c (iswhite): Redefine not to consider '\0' as white
71cbb895
FP
4076 space, and use it throughout in place of isspace, thus preventing a
4077 potential signed char to int conversion problem.
10d1d0af 4078 (MSDOS): #undefine before redefining.
71cbb895 4079
880820fe 40802000-02-04 Francesco Potortì <pot@gnu.org>
71cbb895
FP
4081
4082 * etags.c (many functions): Add prototypes.
4083
97fa0cc8
DL
40842000-02-10 Dave Love <fx@gnu.org>
4085
4086 * etags.c (pfnote, new_pfnote, C_entries, prolog_pred)
4087 (erlang_func): Add `static' to definitions to keep pcc happy.
4088
880820fe 40892000-01-31 Francesco Potortì <pot@gnu.org>
e4100b7f
FP
4090
4091 * etags.c [MSDOS]: Set MSDOS to 1 if #defined, 0 otherwise.
4092 (get_compressor_from_suffix, process_file): Use MSDOS in if clause.
4093 (etags_strchr, etags_strrchr): Use const char * and int as arguments.
4094 (getenv, getcwd): Only declare them if necessary.
4095 (EMACS_NAME): New constant macro.
4096 (print_version): Use it.
4097 (P_) [__STDC__]: Macro for defining function prototypes.
e4100b7f 4098
19e262bd 40992000-01-18 Fabrice Popineau <Fabrice.Popineau@supelec.fr>
e4100b7f
FP
4100
4101 * etags.c [WINDOWSNT]: #include <direct.h>
4102
19e262bd 41032000-01-18 Martin Buchholz <martin@xemacs.org>
e4100b7f 4104
19e262bd
FP
4105 * etags.c (all functions): Made them static.
4106 (all functions): Write prototypes.
e4100b7f 4107
55e30d2a
RS
41082000-01-29 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4109
4110 * movemail.c (main): Improve error message if can't create lock file.
4111
c60ee5e7 41122000-01-28 Eric Hanchrow <offby1@blarg.net>
875c1439
GM
4113
4114 * emacsclient.c (socket_status): New function.
02ce3e80 4115 (main): If $LOGNAME or $USER exist and differ from our euid, look
875c1439
GM
4116 for a socket based on the UID associated with the name.
4117
e4936aa9
GM
41182000-01-12 Han-Wen Nienhuys <hanwen@cs.uu.nl>
4119
4120 * emacsclient.c: Add option -a EDITOR and environment variable
4121 ALTERNATE_EDITOR. Exec this editor if we fail to contact Emacs.
4122
f0131492 41231999-12-10 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
791a9087
GM
4124
4125 * movemail.c (popmail): Allow mailbox specifications of the
4126 form `po:username:hostname'.
4127
880820fe 41281999-11-19 Francesco Potortì <pot@gnu.org>
e2081362
FP
4129
4130 * etags.c (_GNU_SOURCE): Define only if undefined.
4131 (get_scheme): Declaration deleted.
02ce3e80 4132 (main): Error was called with an integer as second arg, instead of
e2081362
FP
4133 a char pointer.
4134 (canonicalize_filename): Bug removed.
4135
41361999-11-18 Dave Love <d.love@dl.ac.uk>
4137
4138 * etags.c (C_entries): Rename label `intoken', avoiding K&R
4139 lossage from name clash with macro.
4140
b05d3bee
GM
41411999-11-13 Gerd Moellmann <gerd@gnu.org>
4142
4143 * Makefile.in (b2m): Add dependency on GETOPTDEPS.
4144
cb3a6c48
GM
41451999-11-03 Gerd Moellmann <gerd@gnu.org>
4146
4147 * etags.c (print_help): Change email address to send bugs to.
4148
6088b51f 41491999-11-01 Francesco Potortì <pot@gnu.org>
1c478461
FP
4150
4151 * etags.c: Add suffix psw for PSWrap.
4152 (L_getit): Generalize a "cp!=' '" into "!isspace(*cp)".
4153 (Postscript_functions): Add code for PSWrap.
4154 (Scheme_functions): Use local pointer and new get_tag function.
4155 (get_tag): New name for old get_scheme.
4156 (process_file): Do not free NULL when file does not exist.
4157 (typdef): ttypedefseen renamed to tkeyseen, new label ttypeseen.
4158 (C_entries): Modifications that make --members tag even inside
4159 typedefs and C nested structs (one level only).
eec54bd7 4160 (consider_token): Correct a bug which prevented tagging of enum
1c478461 4161 constants.
eec54bd7 4162 (C_stab_entry): Add if, for, while, switch, return as
1c478461
FP
4163 st_C_ignore. This makes it simpler to work when cblev!=0.
4164
02ce3e80 4165 * etags.c (C_entries): Tag member function declarations when
1c478461
FP
4166 --declarations is used.
4167
4168 * etags.c (C_entries, consider_token): C++ `operator' now is
4169 tagged in most cases.
e1dbe924 4170 As before, :: is not recognized if surrounded by spaces.
1c478461
FP
4171
4172 * etags.c (relative_filename): Account for DOS file names such
4173 that is impossible to make one relative to another.
4174
4175 * etags.c (sym_type): New st_C_extern tag.
4176 (gperf input): Use it for spotting external declarations.
a7c29764 4177 (print_help): Document the new behavior of --declarations.
1c478461
FP
4178 (fvextern): New global variable.
4179 (consider_token, C_entries): Use it.
4180
4181 * etags.c (HAVE_GETCWD) [WINDOWSNT]: Define if undefined.
4182 (etags_getcwd): Remove test for WINDOWSNT.
4183
4184 * etags.c (process_file) [MSDOS]: If foo.c.gz is not found, try
4185 foo.cgz, foo.cz, etc.
4186
4187 * etags.c (declarations): New global switch.
4188 (longopts): Describe it.
4189 (print_help): Document it.
4190 (C_entries): Use it.
4191 (process_file): Don't process a file twice.
4192
4193 * etags.c (Fortran_functions): No tags for "procedure".
4194
41951999-11-01 Eli Zaretskii <eliz@is.elta.co.il>
4196
4197 * etags.c (get_compressor_from_suffix): Second argument EXTPTR, if
4198 non-zero, returns a pointer to where the extension begins; callers
4199 changed.
4200 [MSDOS]: Support DOS file names by handling e.g. foo.cgz as if it
4201 were foo.c.gz.
4202
880820fe 42031999-11-01 Francesco Potortì <pot@gnu.org>
1c478461
FP
4204
4205 * etags.c (sym_type, C_stab_entry): New constant st_C_operator.
4206 (fvdev): New constant foperator.
4207 (consider_token): Use it to get "operator" in C++.
4208 (C_entries): Extend length of operator@ function name.
4209 (C_entries): Use foperator when necessary.
4210
4211 * etags.c (main) [!ETAGS_REGEXPS]: Do not call free_patterns.
4212
4213 * etags.c (compressor): New struct for compressed files.
4214 (get_compressor_from_suffix): New function.
4215 (get_language_from_suffix): Use it. Also, semantics changed.
4216 (process_file): Consider compressed files, close file.
4217 (find_entries): Use different call arg for get_language_from_suffix,
4218 don't close file.
4219
4220 * etags.c (main): Call free_tree.
4221 (find_entries): Do not free curfile.
4222 (pfnote): Cosmetic change: NULL and '\0' where appropriate.
4223 (prolog_pred, erlang_func, substitute): Cast strlen to int when
4224 comparing.
4225 (canonicalize_filename): Shut up compiler warning.
4226 (Perl_functions): Make tag significant.
4227
42281999-11-01 Dave Love <d.love@dl.ac.uk>
4229
4230 * etags.c (longopts, optstring): New option --ignore-case-regex (-c).
4231 (argument_type): New member at_icregexp.
4232 (lc_trans): New global.
4233 (main): Fill lc_trans. Process -c args.
4234 (add_regex): New arg determining whether to use translation table.
4235 (analyse_regex): New arg. Use it for add_regex.
4236
880820fe 42371999-11-01 Francesco Potortì <pot@gnu.org>
1c478461
FP
4238
4239 * etags.c (init): Cosmetic change: NULL --> '\0'.
4240 (erlang_attribute): Bug corrected (uninitialized variable).
4241 (filename_is_absolute): New function replaces absolutefn macro and
02ce3e80 4242 corrects a bug. All callers changed.
1c478461
FP
4243 (canonicalize_filename): New function.
4244 (process_file, etags_getcwd, absolute_dirname): Use it.
b166dcd8 4245 (relative_filename, absolute_filename): Remove var shadowing.
1c478461 4246 (C_entries, Pascal_functions): Add fake initializations to keep
02ce3e80 4247 compilers quiet.
1c478461
FP
4248 (TeX_functions, Prolog_functions, Erlang_functions): Cleanup.
4249
4250 * etags.c (xrnew): New macro. All callers of xrealloc changed.
4251 (language): New typedef (was struct lang_entry).
4252 (curlang): New global variable.
02ce3e80 4253 (node): Typedef renamed from NODE.
1c478461
FP
4254 (linebuffer): New typedef (was struct linebuffer).
4255 (pattern): New typedef (was struct pattern). Some members added.
4256 Now used as element of a linked list.
4257 (patterns, num_patterns): Global variables deleted.
4258 (p_head): New global variable.
a64387ee 4259 (forced_lang): New global variable (replaces lang_func).
02ce3e80
SM
4260 (get_language_from_name, get_language_from_interpreter)
4261 (get_language_from_suffix): Semantics changed. All callers changed.
1c478461 4262 (last_node): New global variable.
02ce3e80
SM
4263 (free_tree, add_node, put_entries, total_size_of_entries):
4264 Change name of local vars to avoid clashes with typedef node.
1c478461
FP
4265 (number_len): Rewritten for elegance.
4266 (token): New typedef replaces TOKEN.
4267 (analyse_regex, add_regex): Rewritten for new functionality.
4268 (free_patterns): New function called from main and add_regex.
4269 (initbuffer, readline_internal, readline, grow_linebuffer):
02ce3e80 4270 Change name of local vars to avoid clashes with typedef linebuffer.
1c478461
FP
4271 (readline): Rewritten for new functionality.
4272
ecc54057 4273 * etags.c (Scheme_suffixes): New suffix ".ss".
1c478461
FP
4274 (print_help): --globals is now used for more than C-type languages.
4275 (Perl_functions): Tag global variables ("my" and "local").
4276
4277 * etags.c (print_help): Some messages clarified.
4278 (LOOP_ON_INPUT_LINES): New macro.
02ce3e80
SM
4279 (just_read_file, Fortran_functions, Asm_labels, Perl_functions)
4280 (Python_functions, Cobol_paragraphs, Pascal_functions)
4281 (Lisp_functions, Postscript_functions, Scheme_functions)
4282 (TeX_functions, Prolog_functions, Erlang_functions): Use it.
4283 (Cobol_paragraphs, Postscript_functions, TeX_functions)
4284 (Prolog_functions, Erlang_functions): Use a local variable instead
1c478461
FP
4285 of the global variable dbp.
4286 (Pascal_functions, L_isquote, Scheme_functions): Use GNU coding
4287 standard indentation.
4288
02ce3e80
SM
4289 * etags.c (Python_suffixes, lang_names, Python_functions):
4290 Python support.
1c478461 4291 (skip_spaces, skip_non_spaces): Utility functions.
02ce3e80
SM
4292 (find_entries, takeprec, getit, Fortran_functions, Perl_functions)
4293 (Python_functions, L_getit, Lisp_functions, Scheme_functions)
4294 (prolog_pred, erlanf_func, erlang_attribute): Use them.
61b108cc 4295 (eat_white): Delete.
1c478461
FP
4296
4297 * etags.c (CHAR, init): Keep into account non US-ASCII
4298 characters and compilers with default signed chars.
4299 (L_getit): Tag "(defstruct (foo", "(defun (operator" and similar
4300 constructs.
ecc54057 4301 (C_stab_entry): "interface" in Java behaves like "class".
1c478461 4302
ecc54057 4303 * etags.c (HAVE_NTGUI) [WINDOWSNT]: #undef if HAVE_CONFIG_H.
1c478461
FP
4304 (main): Put interval syntax here.
4305 (add_regex): And remove it from here.
4306
4307 * etags.c (suggest_asking_for_help): Provide a
4308 meaningful help message with and without LONG_OPTIONS.
4309
d07529f3 4310 * etags.c (<io.h>) [MSDOS]: Include it, don't include string.h.
1c478461
FP
4311 <stdlib.h, string.h>: Don't test MSDOS when including them.
4312 (white, nonam, endtk): Like elsewhere, use \r instead of \013.
4313 (put_entries): Correctly use %ld instead of %d in printf.
4314
d07529f3 4315 * etags.c (<unistd.h>) [HAVE_UNISTD_H]: Include conditionally, else
1c478461
FP
4316 declare getcwd if HAVE_GETCWD.
4317 (consider_token): Dead break instruction removed.
4318
4ee9629e
PE
43191999-10-19 Paul Eggert <eggert@twinsun.com>
4320
4321 Add support for large files. Merge glibc 2.1.2.
1c478461 4322
4ee9629e 4323 * b2m.c, emacsclient.c, emacsserver.c, fakemail.c, make-docfile.c,
d07529f3 4324 * movemail.c, pop.c:
4ee9629e
PE
4325 Do not include <stdlib.h>, as <config.h> does this now.
4326
4327 * b2m.c, emacsserver.c, etags.c, profile.c:
4328 Include <config.h> before any system include files.
1c478461 4329
4ee9629e 4330 * emacsclient.c, emacsserver.c, fakemail.c, movemail.c, pop.c,
d07529f3 4331 * test-distrib.c:
4ee9629e
PE
4332 (read, write, open, close): Do not undef.
4333
4334 * getopt.c, getopt1.c: Adopt glibc 2.1.2, with the following fix:
4335 (const): Do not define if HAVE_CONFIG_H; that's config.h's job.
4336
4337 * getopt.h: Adopt glibc 2.1.2.
1c478461 4338
93c8d183
DL
43391999-10-15 Dave Love <fx@gnu.org>
4340
4341 * Makefile.in (pop.o): Depend on config.h.
4342
b358f91c
GM
43431999-10-11 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
4344
4345 * pop.c: Use "pop3" as the POP service name on all platforms,
4346 instead of using "pop" on Unix and "pop3" on Windows NT. "pop3"
4347 has been the standard service name since RFC 1340 was published in
4348 July 1992, so I think it's safe to start using it by default.
4349
362bc2da
DL
43501999-09-27 Dave Love <fx@gnu.org>
4351
4352 * make-docfile.c (scan_lisp_file): Fix typo causing infloop.
4353
74e4cb59
PR
43541999-09-19 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4355
4356 * make-docfile.c (scan_lisp_file): Fix previous changes;
4357 swallow CRLF like just CR or just LF.
4358
362bc2da
DL
43591999-09-03 Richard Stallman <rms@gnu.org>
4360
4361 * make-docfile.c: Include config.h not ../src/config.h.
4362 (main, fopen, chdir): Add #undef.
4363 (read_c_string, scan_c_file, skip_white, read_lisp_symbol)
4364 (scan_lisp_file): Handle \r like \n.
4365
43661999-08-30 Andreas Schwab <schwab@gnu.org>
4367
4368 * make-docfile.c, fakemail.c: Include <stdlib.h> if available.
4369
4370 * emacsserver.c: Include <stdlib.h> if available. Don't declare
4371 errno if it's a macro.
4372
4373 * test-distrib.c: Include <unistd.h> if available.
4374
43751999-08-29 Richard Stallman <rms@gnu.org>
4376
4377 * emacsclient.c (print_help_and_exit): Mention --version.
4378
43791999-08-25 Richard M. Stallman <rms@gnu.org>
4380
4381 * emacsclient.c (decode_options): Update version output.
4382 (print_help_and_exit): Update bug report address.
4383
43841999-08-13 Richard M. Stallman <rms@gnu.org>
4385
4386 * emacsclient.c (main): Move the dynamic allocation of
4387 system_name outside of the SERVER_HOME_DIR conditional.
4388 * emacsserver.c (main): Likewise.
4389
43901999-08-10 Gerd Moellmann <gerd@gnu.org>
4391
4392 * grep-changelog: New.
4393 * Makefile.in (INSTALLABLE_SCRIPTS): Add it.
4394
43951999-07-12 Richard Stallman <rms@gnu.org>
4396
4397 * Version 20.4 released.
4398
43991999-06-30 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
4400
1c478461 4401 * Makefile.in (clean): Remove fns*.el.
362bc2da
DL
4402
44031999-06-23 Dave Love <fx@gnu.org>
4404
4405 * etags.c (erlang_attribute): Fix undefined variable usage (after
4406 Potorti).
4407
86e888c2 44081999-05-02 Andrew Innes <andrewi@gnu.org>
362bc2da
DL
4409
4410 * movemail.c (main) [WINDOWSNT]: Call ftruncate, which is now
4411 mapped to _chsize.
4412
44131999-04-29 Richard M. Stallman <rms@gnu.org>
4414
4415 * emacsclient.c (main, both versions): Use quote_file_name on cwd.
4416
44171999-03-30 Dave Love <fx@gnu.org>
4418
4419 * sorted-doc.c (main): Split up tables. Modify the preamble
4420 somewhat.
4421
44221999-03-05 Geoff Voelker <voelker@cs.washington.edu>
4423
4424 * makefile.nt: Remove common multiple file compilation commands.
4425
44261999-02-26 Richard Stallman <rms@gnu.org>
4427
362bc2da
DL
4428 * Makefile.in (yow): Depend on epaths.h, not paths.h.
4429
4430 * yow.c: Refer to epaths.h.
4431
44321999-02-22 Simon Josefsson <jas@pdc.kth.se>
4433
4434 * emacsserver.c (perror_1, fatal_error): Don't compile unless needed.
4435
44361999-01-27 Andrew Innes <andrewi@gnu.org>
4437
4438 * makefile.nt: Do make version comparison as strings.
4439
44401999-01-25 Richard Stallman <rms@gnu.org>
4441
4442 * emacsclient.c (xmalloc): Fix previous change.
4443
44441999-01-24 Richard M. Stallman <rms@borg.ai.mit.edu>
4445
4446 * emacsclient.c (xmalloc): Declare to return long.
4447
44481999-01-22 Geoff Voelker <voelker@cs.washington.edu>
4449
4450 * etags.c (etags_getcwd, absolute_filename) [DOS_NT]: Canonicalize
4451 the case of the drive letter.
4452
44531999-01-15 Richard Stallman <rms@psilocin.ai.mit.edu>
4454
4455 * emacsserver.c (main): Eliminate arbitrary limit on
4456 length of system_name.
4457
4458 * emacsclient.c (main): Eliminate arbitrary limit on
4459 length of system_name.
4460 (xmalloc): Define unconditionally.
4461
44621999-01-12 Darrin B. Jewell <jewell@mit.edu>
4463
4464 * etags.c (relative_filename): Stop backward search at beginning
4465 of string, since non-Unix systems can have absolute paths with no
4466 initial slash.
4467
44681998-12-08 Geoff Voelker <voelker@cs.washington.edu>
4469
b0b19974 4470 * makefile.nt: Do string comparison of _NMAKE_VER.
362bc2da 4471
c60ee5e7 44721998-11-03 Theodore Jump <tjump@cais.com>
362bc2da
DL
4473
4474 * makefile.nt: Compile multiple source files when possible.
4475
44761998-10-13 Richard Stallman <rms@psilocin.ai.mit.edu>
4477
4478 * Makefile.in: Replace tabs with spaces
4479 when they might confuse some Make versions.
4480
44811998-10-10 Richard Stallman <rms@psilocin.ai.mit.edu>
4482
4483 * emacsclient.c (main): Null-terminate system_name.
4484
4485 * emacsserver.c (main): Null-terminate system_name.
4486
44871998-09-21 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
4488
4489 * movemail.c (popmail, pop_retr) [MAIL_USE_POP]: When displaying
4490 an error message from POP, mention that it's from POP, to
4491 distinguish it from local error messages.
4492
44931998-09-04 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
4494
4495 * movemail.c [MAIL_USE_POP]: Add the "-r" flag to reverse the
4496 order of messages downloaded from a POP server (e.g., if the
4497 server stores messages in mailboxes in reverse order).
4498
44991998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
4500
4501 * Version 20.3 released.
4502
45031998-08-11 Paul Eggert <eggert@twinsun.com>
4504
4505 * rcs2log: Update copyright date and bug report address.
4506 (initialize_fullname): Prefer getent if available.
4507
45081998-07-30 Paul Eggert <eggert@twinsun.com>
4509
290afd83 4510 * Makefile.in (REGEXPDEPS, regex.o):
362bc2da 4511 Prepend $(srcdir)/ to rule dependencies outside this dir.
1c478461 4512
362bc2da
DL
45131998-06-09 Andrew Innes <andrewi@harlequin.co.uk>
4514
4515 * etags.c (etags_getcwd) [WINDOWSNT]: Use getcwd on Windows.
4516
45171998-06-06 Richard Stallman <rms@psilocin.ai.mit.edu>
4518
4519 * Makefile.in: Properly terminate a comment.
4520
45211998-06-01 Andrew Innes <andrewi@mescaline.gnu.org>
4522
4523 * movemail.c (sys_wait): Rename to wait.
4524
4525 * ntlib.h: Undefine _WINSOCKAPI_.
4526
4527 * makefile.nt (LOCAL_FLAGS): Define HAVE_CONFIG_H.
4528
45291998-05-30 Geoff Voelker <voelker@cs.washington.edu>
4530
4531 * ntlib.c (getppid): Look for EM_PARENT_PROCESS_ID.
4532
45331998-05-01 Andrew Innes <andrewi@harlequin.co.uk>
4534
b166dcd8
KC
4535 * movemail.c [WINDOWSNT]: Undefine DISABLE_DIRECT_ACCESS.
4536 Force all file i/o to be in binary mode. Include ntlib.h.
362bc2da
DL
4537
45381998-04-27 Andreas Schwab <schwab@delysid.gnu.org>
4539
4540 * make-docfile.c: Include <unistd.h> for chdir.
4541
45421998-04-25 Richard Stallman <rms@psilocin.gnu.org>
4543
4544 * etags.c (TEX_decode_env): Don't free the value getenv returns.
4545
45461998-04-17 Geoff Voelker <voelker@cs.washington.edu>
4547
4548 * makefile.nt (obj): Update with new files in src.
4549 (clean): Delete patch scratch files, optimized compilation dir.
4550
45511998-04-08 Dave Love <fx@gnu.org>
4552
4553 * emacsclient.c: Move inclusion of unistd.h to top, else fails on
4554 Irix6, at least.
4555
45561998-04-06 Andreas Schwab <schwab@gnu.org>
4557
4558 Silence -Wimplicit:
4559 * movemail.c: Move cancelations up. Include <stdlib.h> if
4560 available.
4561 * fakemail.c (_XOPEN_SOURCE): Define for declaration of cuserid.
4562 (parse_header): Explicitly declare return type.
4563 * emacsserver.c: Include <unistd.h> if available.
4564 (main, handle_signals, perror_1, fatal_error): Explicitly declare
4565 return types. Add forward declarations.
4566 * emacsclient.c: Include <stdlib.h> and <unistd.h> if available.
4567 Don't declare geteuid.
b166dcd8
KC
4568 (print_help_and_exit): Change return type to void.
4569 Forward declare it.
362bc2da
DL
4570 * b2m.c: Include <stdlib.h> if available.
4571 (main): Explicitly declare return type.
4572
362bc2da
DL
45731998-04-03 Richard Stallman <rms@psilocin.gnu.org>
4574
4575 * etags.c (put_entries): Use %ld.
4576
4577 * b2m.c (fatal): Declare the arg.
4578
45791998-03-26 Richard Stallman <rms@psilocin.gnu.org>
4580
b166dcd8 4581 * pop.c (pop_getline): Rename from getline.
362bc2da
DL
4582
45831998-03-05 Richard Stallman <rms@psilocin.gnu.org>
4584
4585 * Makefile.in (install): Use INSTALL_STRIP with INSTALL_PROGRAM
4586 for the utilities.
4587
45881998-01-23 Dave Love <d.love@dl.ac.uk>
4589
4590 * etags.c (getit, Cobol_paragraphs, Pascal_functions,
4591 Postscript_functions, prolog_pred, erlang_func, erlang_attribute):
4592 Always make named tags.
4593 (Fortran_functions): Grok BLOCK DATA.
4594
45951998-01-23 Andreas Schwab <schwab@gnu.org>
4596
4597 * movemail.c (main): Fix interwoven brace and cpp conditional
4598 nesting.
4599
362bc2da
DL
46001997-12-03 Paul Eggert <eggert@delysid.gnu.org>
4601
cb438d6e
JB
4602 * movemail.c (mbx_write) [MAIL_USE_POP]: Disable the code which quotes
4603 with a '>' any lines starting with "From " read from the POP server,
4604 but leave the code in place, wrapped in #ifdef
362bc2da 4605 MOVEMAIL_QUOTE_POP_FROM_LINES, in case we have to restore it later
b166dcd8
KC
4606 because it turns out that something is depending on it.
4607 Change suggested by Paul Eggert <eggert@twinsun.com>.
362bc2da
DL
4608 Convert the character \037 (^_) at the beginning of a line into
4609 the character '^' followed by the character '_', because otherwise
4610 Emacs can't parse the resulting file as a valid BABYL file.
4611 Change suggested by Paul Eggert <eggert@twinsun.com>.
4612
46131997-12-03 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
4614
4615 * movemail.c, pop.c, pop.h: Allow messages retrieved from the POP
4616 server to contain embedded nulls.
4617
46181997-12-02 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
1c478461 4619
362bc2da
DL
4620 * movemail.c (mbx_write) [MAIL_USE_POP]: Disable the code which
4621 quotes with a '>' any lines starting with "From " read from the
4622 POP server, but leave the code in place, wrapped in #ifdef
4623 MOVEMAIL_QUOTE_POP_FROM_LINES, in case we have to restore it later
b166dcd8
KC
4624 because it turns out that something is depending on it.
4625 Change suggested by Paul Eggert <eggert@twinsun.com>.
362bc2da
DL
4626
4627 Convert the character \037 (^_) at the beginning of a line into
4628 the character '^' followed by the character '_', because otherwise
4629 Emacs can't parse the resulting file as a valid BABYL file.
4630 Change suggested by Paul Eggert <eggert@twinsun.com>.
4631
46321997-11-22 Richard Stallman <rms@gnu.org>
4633
4634 * b2m.c: Include getopt.h.
4635 (main): Use getopt_long to handle --version and --help.
4636
4637 * Makefile.in (b2m): Define VERSION. Link with $(GETOPTOBJS).
4638
46391997-10-31 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
4640
b166dcd8
KC
4641 * pop.c (fullwrite): Get rid of an extra call to write.
4642 Problem pointed out by Chiaki Ishikawa.
362bc2da
DL
4643
46441997-10-16 Dave Love <d.love@dl.ac.uk>
4645
ecc54057
JB
4646 * etags.c (L_getit): Always make named tags so that Emacs
4647 completion on symbols containing `:' etc. works.
4648 (get_scheme): Likewise.
362bc2da
DL
4649
46501997-09-24 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
4651
4652 * pop.c: Use system header files instead of declaring C-library
4653 functions explicitly.
4654
46551997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4656
4657 * Version 20.2 released.
4658
46591997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4660
4661 * Version 20.1 released.
4662
46631997-09-02 Andrew Innes <andrewi@harlequin.co.uk>
4664
4665 * makefile.nt (movemail.exe): Link wsock32.lib before LIBS.
4666
4667 * ntlib.c (getpid): Delete function.
4668
46691997-08-28 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
4670
4671 * make-docfile.c (scan_lisp_file): Handle custom-declare-variable.
4672
46731997-08-26 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
4674
4675 * emacsclient.c [HAVE_SYSVIPC]: Include errno.h, as in the other case.
4676 (main) [!BSD_SYSTEM]: Fix error message for getcwd failure.
4677
46781997-08-14 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4679
4680 * emacsserver.c (main): Use SOCKLEN_TYPE for fromlen, if it is defined.
4681
46821997-08-13 Kazushi (Jam) Marukawa <jam@poboxes.com>
4683
4684 * profile.c (get_time): Cast arg to fprintf.
4685
4686 * hexl.c (main): Use %08lx instead of %08x in printf because the
4687 variable named addresses is long.
4688
46891997-08-08 Geoff Voelker <voelker@cs.washington.edu>
4690
4691 * makefile.nt (lisp): Update paths to lisp files that have moved.
4692
46931997-08-08 Andrew Innes <andrewi@harlequin.co.uk>
4694
4695 * makefile.nt (ctags.obj): New target.
4696 (etags.obj, getopt.obj, make-docfile.obj): Update dependencies.
4697
4698 * ntlib.h: Add includes.
4699 Undo definitions of crt routines from config.h.
4700
47011997-08-06 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4702
4703 * etags.c (Yacc_suffixes, Asm_suffixes): Add some alternatives.
4704
47051997-07-22 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
4706
4707 * pop.c: Support auto-configuration of both Kerberos V4 and
ecc54057
JB
4708 Kerberos V5 for movemail, including detection of V4 and V5 header
4709 files and libraries.
362bc2da 4710 Include <string.h> when STDC_HEADERS is defined, to get
ecc54057 4711 declarations of string functions.
362bc2da 4712 [KERBEROS5] (socket_connection): Support the current MIT Kerberos
ecc54057 4713 V5 API rather than the old one.
362bc2da 4714 [KERBEROS] (socket_connection): Change a constant name from
ecc54057
JB
4715 SOCKET_ERROR to POP_SOCKET_ERROR to avoid a namespace conflict
4716 with a constant in a header file.
362bc2da
DL
4717
4718 * Makefile.in: Support auto-configuration of both Kerberos V4 and
ecc54057
JB
4719 Kerberos V5 for movemail, including detection of V4 and V5 header
4720 files and libraries.
362bc2da
DL
4721
47221997-07-17 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4723
4724 * fakemail.c [HAVE_UNISTD_H]: Include unistd.h.
4725
4726 * etags.c [HAVE_UNISTD_H]: Include unistd.h.
1c478461 4727
362bc2da
DL
47281997-07-09 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4729
4730 * emacsclient.c [C_ALLOCA] (xmalloc): New function.
4731
47321997-07-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4733
4734 * movemail.c (rindex): Add declaration.
4735
d57727c9 47361997-07-01 Geoff Voelker <voelker@cs.washington.edu>
362bc2da
DL
4737
4738 * makefile.nt (GETOPTOBJS, GETOPTDEFS, MOVEMAILOBJS): Define.
4739 (movemail.exe): Depend upon and link with getopt files.
4740 (obj): Include new source files.
4741 (FACE_SUPPORT, MOUSE_SUPPORT, FLOAT_SUPPORT, WINNT_SUPPORT): Define.
4742 (lisp): Include new and reorganized elisp files.
4743
47441997-06-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4745
4746 * Makefile.in (blessmail): Find blessmail.el in mail subdirectory.
4747
47481997-06-25 Paul Eggert <eggert@twinsun.com>
4749
4750 * rcs2log: Don't assign to $0 in awk; some awks don't allow this.
4751
47521997-06-14 Karl Heuer <kwzh@gnu.ai.mit.edu>
4753
4754 * b2m.c (readline): Terminate buffer properly when EOF seen.
4755 Test for valid pointer before dereferencing it.
4756
880820fe 47571997-05-30 Francesco Potortì <F.Potorti@cnuce.cnr.it>
362bc2da
DL
4758
4759 * Makefile.in (etags): Remove -DETAGS_REGEXPS, because now it is
4760 defined inside etags.c if HAVE_CONFIG_H is defined.
4761
880820fe 47621997-05-29 Francesco Potortì <F.Potorti@cnuce.cnr.it>
362bc2da 4763
ecc54057 4764 * etags.c (logical): Type name changed to bool.
362bc2da
DL
4765 (ETAGS_REGEXPS, LONG_OPTIONS) [HAVE_CONFIG_H]: #define them.
4766 (<getopt.h>) [LONG_OPTIONS]: Include conditionally.
4767 (getopt_long) [!LONG_OPTIONS]: Redefine as macro.
4768 (main): Accepted options depend on ETAGS_REGEXPS and LONG_OPTIONS.
4769 (longopts): New long options without short counterpart are
4770 globals, members, no-globals, no-members. Regexp options are now
4771 defined conditionally to ETAGS_REGEXPS.
4772 (print_help): Updated.
4773
880820fe 47741997-05-22 Francesco Potortì <F.Potorti@cnuce.cnr.it>
362bc2da
DL
4775
4776 * etags.c (C_entries): Use "." instead of "::" for Java.
4777 (consider_token): is_func renamed to is_func_or_var.
4778 (C_entries): is_func renamed to funorvar.
e1dbe924 4779 (C_entries): Initialize tok.named.
362bc2da
DL
4780 (sym_type, C_stab_entry, consider_token): st_C_ignore is used to
4781 get rid of "import", "package" and "friend".
b166dcd8
KC
4782 (fvdef): Rename from funcdef. Also some constants renamed.
4783 All users changed.
362bc2da
DL
4784 (C_entries): Make separate tags for variables separated by comma.
4785 (globals, members): New flags.
4786 (main, C_entries): Use them.
4787 (make_C_tag, C_entries): Make tok a global variable.
1c478461 4788
880820fe 47891997-05-16 Francesco Potortì <F.Potorti@cnuce.cnr.it>
362bc2da
DL
4790
4791 * etags.c (funcdef): New vignore constant.
4792 (consider_token, C_entries): Use it to tag global variables.
4793 (print_help): Update for global variables.
4794 (consider_token, C_entries): Set the len member of token_name.
4795 (prolog_pred): Cleanup according to GNU coding standards.
4796 (Cobol_suffixes, lang_names, Cobol_paragraphs): Cobol support.
b166dcd8 4797 (prolog_white, erlang_white): Rename to eat_white, callers changed.
362bc2da 4798
880820fe 47991997-05-15 Francesco Potortì <F.Potorti@cnuce.cnr.it>
362bc2da
DL
4800
4801 * etags.c (CHARS, CHAR): New constant and macro.
4802 (iswhite, begtoken, intoken, endtoken): Use them.
4803 (notinname, _nin, nonam): New macro, array, string.
4804 (init): Cleanup and init _nin.
4805 (new_pfnote): New function.
4806 (make_C_tag) [traditional_tag_style]: Use it.
10d1d0af 4807 (traditional_tag_style): Constant set to TRUE for now.
362bc2da 4808
880820fe 48091997-05-14 Francesco Potortì <F.Potorti@cnuce.cnr.it>
362bc2da
DL
4810
4811 * etags.c (C_entries, Pascal_functions): Cleanup.
4812 (TeX_functions): NULL as a function arg needs a cast.
4813 (Erlang_functions, erlang_func, erlang_attribute): Cleanup.
4814
880820fe 48151997-05-13 Francesco Potortì <F.Potorti@cnuce.cnr.it>
362bc2da
DL
4816
4817 * etags.c (TeX_functions): Cleaned up.
61b108cc 4818 (tex_getit): Remove.
362bc2da
DL
4819
48201997-05-13 Paul Eggert <eggert@twinsun.com>
4821
4822 * rcs2log (files): When computing arguments automatically, ignore
ecc54057 4823 non-files within the RCS subdirectory.
362bc2da 4824
880820fe 48251997-05-13 Francesco Potortì <F.Potorti@cnuce.cnr.it>
362bc2da
DL
4826
4827 * etags.c (C_JAVA): New #define.
4828 (Cjava_suffixes): .java is Java.
4829 (Cjava_entries): New function.
4830 (lang_names): Add Java.
4831 (sym_type): Add st_C_javastruct for Java.
4832 (C_stab_entry): Add `extends' and `implements' keywords.
e1dbe924 4833 (consider_token, C_entries): Recognize Java structures.
362bc2da 4834
880820fe 48351997-05-12 Francesco Potortì <F.Potorti@cnuce.cnr.it>
362bc2da 4836
7877f373
JB
4837 * etags.c (Cplusplus_suffixes): .pdb is PostScript with C syntax.
4838 (Postscript_suffixes): .ps is PostScript.
4839 (lang_names): Add postscript.
362bc2da
DL
4840 (Postscript_functions): New function.
4841 (TEX_decode_env): Close minor memory leak.
4842 (just_read_file): Correct the char number of the tag.
4843
48441997-05-11 Paul Eggert <eggert@twinsun.com>
4845
4846 * rcs2log (loginFullnameMailaddrs, logins, rlog_options, files):
ecc54057
JB
4847 Don't prepend $nl since this causes some shells to generate the
4848 empty string when IFS is $nl.
362bc2da 4849 (printlogline): Use SOH (octal code 1), not CR, since some
ecc54057 4850 PC-based shells mishandle CR.
362bc2da
DL
4851 (initialize_fullname): Set NIS_PATH to the empty string before invoking
4852 nismatch, in case it's set to some nonstandard value.
1c478461 4853
362bc2da
DL
48541997-05-06 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
4855
4856 * pop.c (getline): Don't miss CRLF pairs when the CR and LF are
4857 read in separate blocks.
4858
880820fe 48591997-04-30 Francesco Potortì <F.Potorti@cnuce.cnr.it>
362bc2da
DL
4860
4861 * etags.c [TeX_named_tokens]: Set to FALSE if undefined.
4862 (struct linebuffer): New member `len' is the length of the string.
4863 (find_entries, Pascal_functions, TeX_functions, TEX_getit):
4864 Use it instead of strlen.
4865 (TEX_getit): Declare and define unconditionally as static.
4866 (TeX_functions): Use if instead of #if TeX_named_tokens.
4867 (add_regex): Set RE_INTERVALS flag for regex compilation.
4868 (substitute): Code cleanup.
4869 (readline_internal): Code cleanup, set new member `len'.
4870 (readline): Bug corrected.
4871
48721997-04-23 Geoff Voelker <voelker@cs.washington.edu>
4873
4874 * makefile.nt: Change references of windowsnt.h to ms-w32.h.
4875 (obj): Change references of nt*.c files to w32*.c files.
4876
880820fe 48771997-04-15 Francesco Potortì <F.Potorti@cnuce.cnr.it>
362bc2da
DL
4878
4879 * etags.c (xnew): Add support for debugging with chkmalloc.
4880 (error): Use this instead of printf whenever possible.
e1dbe924 4881 (main): Only call xnew after having initialized progname.
362bc2da
DL
4882 (substitute): Bad memory corruption error corrected.
4883
880820fe 48841997-04-08 Francesco Potortì <F.Potorti@cnuce.cnr.it>
362bc2da
DL
4885
4886 * etags.c (add_regex): Undo previous change.
4887 (relative_filename): Small memory leak closed.
4888 (absolute_filename): Cleaned up the code, possibly closing a bug.
4889 (absolute_dirname): Always return a newly allocated string.
1c478461 4890
362bc2da
DL
48911997-03-21 Paul Eggert <eggert@twinsun.com>
4892
4893 * rcs2log (files): Ignore files in RCS directory whose names are
ecc54057
JB
4894 of the form ,*, or *_; they are probably RCS lock files.
4895 Also, ignore files named .rcsfreeze.log or .rcsfreeze.ver;
362bc2da
DL
4896 they are used by rcsfreeze.
4897
880820fe 48981997-03-14 Francesco Potortì <F.Potorti@cnuce.cnr.it>
362bc2da 4899
2f2c687b 4900 * etags.c (add_regex): Reset *putbuf before using it.
362bc2da
DL
4901
49021997-02-23 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
4903
4904 * movemail.c (popmail): Remove some unnecessary function
4905 declarations.
4906 (popmail, pop_retr): Since popmail always passes mbx_write and mbf
4907 into pop_retr, there's no reason to pass in mbx_write, and the
4908 file argument can be declared FILE * explicitly. This fixes a
4909 compilation problem on systems with 64-bit pointers.
4910
49111997-02-13 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
4912
4913 * movemail.c: Delete duplicate inclusion of fcntl.h
4914 and duplicate #undefs of open, read, write, close.
4915
49161997-01-20 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
4917
4918 * movemail.c (main): Do not display "[POP-password]" in the usage
4919 message when movemail is compiled without POP support.
4920 (main, popmail): Add the optional "-p" argument, which causes
4921 movemail to leave mail in the inbox after copying it into the
4922 output file.
1c478461 4923
362bc2da
DL
4924 * Makefile.in (movemail): Link with getopt.
4925
49261997-01-20 Paul Eggert <eggert@twinsun.com>
4927
ecc54057 4928 * rcs2log (--help, --version): New options, per GNU coding standards.
362bc2da
DL
4929 (Copyright, Help, Id): New variables, for above.
4930 (rlog): Use -q option with cvs log, to avoid useless chatter.
4931
4932 Treat logs of "Initial revision" (RCS) or "file F was initially added
4933 on branch B." (CVS) as if they said "New file.", for consistency with
4934 change log entries.
4935
49361997-01-01 Paul Eggert <eggert@twinsun.com>
4937
4938 * vcdiff (PATH): Add /usr/xpg4/bin,
4939 where XPG4 SCCS hangs out in Solaris 2.5.
4940 (sid1): Don't use bare -r, since XPG4 `get' does not allow it.
4941
49421996-12-19 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
4943
4944 * etags.c (streq, strneq): Use == NULL rather than !.
4945
49461996-12-18 Jonathan I. Kamens <jik@annex-1-slip-jik.cam.ov.com>
4947
4948 * Makefile.in (LIBMAIL): New macro. Conditionally includes -lmail.
ecc54057 4949 (movemail): Use LIBMAIL, to link against -lmail.
362bc2da
DL
4950
4951 * movemail.c: Include maillock.h (conditionally).
4952 Remove a redundant inclusion of <stdio.h>.
4953 (MAIL_USE_MAILLOCK): New macro, conditionally defined.
4954 (main): Add variable spool_name.
4955 Support the usage of maillock and mailunlock to
ecc54057 4956 lock and unlock mailboxes.
362bc2da
DL
4957 (mail_spool_name): New function.
4958
4959 * movemail.c: Fix an uninitialized variable which could cause
ecc54057
JB
4960 movemail to exit with an error status incorrectly on systems which
4961 use lock files rather than a system locking function to lock
4962 mailboxes.
362bc2da
DL
4963
49641996-12-16 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4965
4966 * pop.c (socket_connection): Free realhost after using it.
4967
880820fe 49681996-12-04 Francesco Potortì <F.Potorti@cnuce.cnr.it>
362bc2da
DL
4969
4970 * etags.c (C_entries): Test tok.valid. This handles some
4971 particular cases involving function declarations that failed.
4972
49731996-11-22 Charles Hannum <mycroft@gnu.ai.mit.edu>
1c478461 4974
362bc2da
DL
4975 * pop.c (socket_connection):
4976 gethostbyname may return a pointer to static data.
4977 krb_realmofhost can clobber it. So copy it.
4978
880820fe 49791996-11-14 Francesco Potortì <F.Potorti@cnuce.cnr.it>
362bc2da
DL
4980
4981 * etags.c (pfnote, fatal, error): Callers using a NULL pointer
4982 must cast it to (char *) because we have no prototypes.
4983 (make_C_tag): Macro deleted, new function.
4984 (C_entries): Calls to make_C_tag macro changed to call function.
4985
880820fe 49861996-11-13 Francesco Potortì <F.Potorti@cnuce.cnr.it>
362bc2da
DL
4987
4988 * etags.c (grow_linebuffer): New function.
4989 (GROW_LINEBUFFER): Macro deleted. All callers changed.
4990 (make_tag): Macro renamed to make_C_tag. All callers changed.
4991 (<stdlib.h>, <string.h>) [STDC_HEADERS]: New #include's.
4992 (Prolog_functions): prolog_skip_comment was called with wrong
4993 number of arguments.
6088b51f 4994 (xrealloc): fatal was called with wrong number of arguments.
362bc2da 4995
880820fe 49961996-11-08 Francesco Potortì <F.Potorti@cnuce.cnr.it>
362bc2da
DL
4997
4998 * etags.c (relative_filename): Bug corrected.
4999 (etags_getcwd): Avoid warning of unused variable.
b166dcd8 5000 (C_entries, consider_token): Add support for enum labels.
362bc2da
DL
5001
50021996-11-03 Paul Eggert <eggert@twinsun.com>
5003
5004 * rcs2log: When processing cvs log output, remove `Attic/' from
ecc54057 5005 repository file names.
362bc2da
DL
5006
50071996-10-22 Karl Heuer <kwzh@gnu.ai.mit.edu>
5008
5009 * emacsserver.c: Fix 1996-09-02 change.
5010
50111996-10-12 Paul Eggert <eggert@twinsun.com>
5012
5013 * rcs2log (rlog_options): Look for ' option' rather than 'unknown
ecc54057 5014 option', since CVS says 'invalid option'.
362bc2da
DL
5015 (datearg): Use the empty string, not '-d>1970-01-01', to extract all
5016 revisions, since some hosts reject 1970-01-01 when east of UTC.
5017 (date): Remove.
5018
50191996-10-06 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
5020
5021 * etags.c (etags_getcwd) [WINDOWSNT]: Convert backslashes to slashes.
5022
880820fe 50231996-10-02 Francesco Potortì <F.Potorti@cnuce.cnr.it>
362bc2da
DL
5024
5025 * etags.c (print_version): Print copyright info.
5026
5027 * etags.c (print_help): Print the bug reporting address.
5028 (main): Use return as the last instruction, instead of exit.
5029
5030 * etags.c (main): Don't open the tags file in cxref mode.
5031
50321996-09-29 Dave Love <d.love@dl.ac.uk>
5033
5034 * rcs2log (date): Make default format acceptable to CVS post v1.8
ecc54057 5035 as well as earlier CVSs and RCS.
362bc2da
DL
5036
50371996-09-29 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
5038
5039 * movemail.c (main): If the lock call fails with EBUSY or
5040 EAGAIN, retry a few times.
5041
50421996-09-25 Paul Eggert <eggert@twinsun.com>
5043
5044 * rcs2log (rlog_options): Use $rlog, not rlog, when deciding
ecc54057 5045 whether to append -zLT.
362bc2da
DL
5046
50471996-09-16 Karl Heuer <kwzh@gnu.ai.mit.edu>
5048
5049 * fakemail.c: Replaced symbol BSD with BSD_SYSTEM.
5050 * emacsclient.c, movemail.c: Likewise.
5051
50521996-09-09 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
5053
5054 * emacsclient.c (longopts): Change nowait to no-wait.
5055 (print_help_and_exit): Fix option name; upcase metavars.
5056
50571996-09-06 Erik Naggum <erik@naggum.no>
5058
5059 * emacsserver.c (main): Declare `fromlen' as size_t.
5060
50611996-09-02 Eli Zaretskii <eliz@is.elta.co.il>
5062
5063 * etags.c (etags_getcwd): Use getcwd if available even if MSDOS.
5064
50651996-09-02 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
5066
5067 * emacsclient.c (quote_file_name): Quote with &, not \.
5068 Quote `-' only at start of file name. Terminate the value string.
5069
5070 * emacsserver.c: Include signal.h properly;
5071 delete the duplicate includes for it.
5072
5073 * emacsserver.c: On fatal signal, delete socket-file:
5074 * emacsserver.c: Include signal.h.
ecc54057 5075 (xmalloc, fatal, error): New functions.
362bc2da
DL
5076 (delete_socket, handle_signals): New functions.
5077 (progname, socket_name): New variables.
194d44e7 5078 [HAVE_SOCKETS] (main): Call handle_signals; set the new variables.
362bc2da
DL
5079
50801996-09-01 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
5081
5082 * emacsclient.c (quote_file_name): New function.
5083 (main, both versions): Use quote_file_name.
5084 (decode_options): Don't return a value.
5085 (main, both versions): Use optind.
5086 Don't check for -nowait here.
1c478461 5087
362bc2da
DL
5088 * emacsclient.c (decode_options): New function.
5089 (main, both versions): Call decode_options.
5090 (print_help_and_exit): New function.
5091 (VERSION): New macro.
5092
5093 * Makefile.in (emacsclient): Link with getopt.
5094 Add -DVERSION so emacsclient knows its version number.
5095
50961996-08-31 Geoff Voelker <voelker@cs.washington.edu>
5097
5098 * makefile.nt (lisp): Include dos-nt.elc.
5099
51001996-08-31 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
5101
5102 * Makefile.in (blessmail): Use $srcdir to find blessmail.el.
5103
51041996-08-28 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5105
5106 * emacsclient.c (both versions): Handle -nowait and --nowait
5107 by sending data to the server.
5108
51091996-08-26 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
5110
5111 * Makefile.in (INSTALL_STRIP): New variable.
5112 (${archlibdir}): Use INSTALL_STRIP.
5113
5114 * Makefile.in (MOVE_LIBS): Use conditionals on KERBEROS,
5115 HAVE_LIBKRB, HAVE_LIBDES, HAVE_LIBCOM_ERR to set it up.
5116
5117 * pop.c: Reverse conditional in previous change.
5118
51191996-08-24 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
5120
5121 * pop.c: Include des.h krb.h with no dir name if SOLARIS2.
5122
51231996-08-24 Paul Eggert <eggert@twinsun.com>
5124
5125 * rcs2log: Use ISO 8601 date format, with time zone appended
5126 if change-log-time-zone-rule is non-nil, instead of
5127 traditional Unix date format.
5128
5129 (datearg): When computing default from ChangeLog, handle ISO format
5130 dates in addition to old-fashioned dates from Emacs 19.31 and earlier.
5131 Don't worry about hh:mm:ss since the resolution is now by day.
10d1d0af 5132 Use empty datearg, not empty rlog_options, to decide whether to pass
362bc2da
DL
5133 "$datearg" option to $rlog.
5134 (logTZ): New variable, set to TZ specified by change-log-time-zone-rule.
5135 (month_data): Remove `mo'; no longer needed.
10d1d0af 5136 (rlog_options): Use -zLT for localtime output, if `rlog' supports it.
362bc2da
DL
5137
5138 Match `revision' line of rlog output more accurately.
5139
5140 Add -c, -v options.
5141
51421996-08-23 Eli Zaretskii <eliz@is.elta.co.il>
5143
5144 * hexl.c: Include <config.h>, so DOS_NT is defined on MSDOS.
5145
51461996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5147
5148 * Version 19.33 released.
5149
51501996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5151
5152 * Version 19.32 released.
5153
51541996-07-23 Andrew Innes <andrewi@harlequin.co.uk>
5155
5156 * etags.c (readline_internal) [DOS_NT]: Don't include CRs when
5157 computing character positions in source files.
5158
51591996-07-16 Andrew Innes <andrewi@harlequin.co.uk>
5160
5161 * makefile.nt (clean): Use OBJDIR macro.
5162
51631996-07-16 Karl Heuer <kwzh@gnu.ai.mit.edu>
5164
5165 * cvtmail.c, sorted-doc.c, yow.c, emacsserver.c: Undo previous change.
5166
c60ee5e7 51671996-07-15 David Mosberger-Tang <davidm@AZStarNet.com>
362bc2da 5168
ecc54057 5169 * cvtmail.c, sorted-doc.c, yow.c [__GNU_LIBRARY__]: Use <string.h>.
362bc2da
DL
5170 * emacsserver.c (main) [__GNU_LIBRARY__]: Use size_t for fromlen.
5171 * etags.c, fakemail.c, profile.c: Declare main as int, not void.
5172
51731996-07-15 Andrew Innes <andrewi@harlequin.co.uk>
5174
5175 * ntlib.h: Correct return type of getwd.
5176 * ntlib.c (getwd): Correct return type.
5177
51781996-07-02 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
5179
5180 * emacsserver.c (main) [HAVE_SOCKETS]: Call rewind before writing
5181 to infile.
5182
51831996-07-01 Andrew Innes <andrewi@harlequin.co.uk>
5184
5185 * makefile.nt: Remove all references to wakeup.
5186
880820fe 51871996-06-28 Francesco Potortì <F.Potorti@cnuce.cnr.it>
362bc2da
DL
5188
5189 * etags.c (C_stab_entry): New keywords for C++ namespace, bool,
5190 explicit, mutable, typename.
5191
51921996-06-29 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5193
5194 * emacsclient.c (main) [HAVE_SOCKETS]: Use two separate stdio
5195 streams, one for sending and one for reading the reply.
5196
51971996-06-21 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5198
5199 * Makefile.in (timer, timer.o, getdate.o, $(srcdir)/getdate.c)
5200 (wakeup): Target deleted.
5201 (UTILITIES): Delete wakeup and timer.
5202
5203 * wakeup.c, timer.c, getdate.y, getdate.c: Files deleted.
5204
52051996-06-11 Geoff Voelker <voelker@cs.washington.edu>
5206
5207 * etags.c (etags_getcwd) [DOS_NT]: Change conditional to MSDOS only.
5208 * makefile.nt (ETAGS_CFLAGS): Define HAVE_GETCWD macro.
5209
52101996-06-06 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5211
5212 * etags.c (main): Copy cwd when appending slash.
5213
52141996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
5215
5216 * Version 19.31 released.
5217
880820fe 52181996-05-17 Francesco Potortì <F.Potorti@cnuce.cnr.it>
362bc2da
DL
5219
5220 * etags.c (CNL_SAVE_DEFINEDEF): Set linecharno for use by readline.
5221 (Pascal_functions): Increase linecharno by the correct number of
5222 chars, inline the GET_NEW_LINE macro and delete its definition.
5223
c60ee5e7 52241996-05-03 Andrew Innes <andrewi@harlequin.co.uk>
362bc2da
DL
5225
5226 * makefile.nt (OBJDIR, BLD): Remove macro definitions.
5227
c60ee5e7 52281996-05-03 Andrew Innes <andrewi@harlequin.co.uk>
362bc2da
DL
5229
5230 * makefile.nt (LOCAL_FLAGS): Include path to NT shadow includes.
6088b51f 5231 (movemail.exe, fakemail.exe): Now built under Win32.o.
362bc2da
DL
5232
5233 * ntlib.c: Include ntlib.h.
5234 (nt_sleep): Rename to sleep.
5235 (getwd): Return directory.
5236 (getlogin, cuserid, getuid, setuid, getpwuid, getpass, fchown,
5237 sys_ctime, sys_fopen): New functions.
5238
5239 * ntlib.h: New file.
5240
52411996-04-29 Richard Stallman <rms@delasyd.gnu.ai.mit.edu>
5242
b166dcd8 5243 * pop.c (SEND, RECV): Rename from send, recv.
362bc2da
DL
5244 (pop_open, pop_trash): Make the trash_started code unconditional.
5245 (socket_connection): Delete casts to void.
5246
52471996-04-28 Richard Stallman <rms@delasyd.gnu.ai.mit.edu>
5248
b166dcd8
KC
5249 * movemail.c (DIRECTORY_SEP, IS_DIRECTORY_SEP):
5250 Definitions copied from lisp.h.
362bc2da
DL
5251
52521996-04-22 Andrew Innes <andrewi@harlequin.co.uk>
5253
5254 * fakemail.c [WINDOWSNT]: Include ntlib.h.
5255
5256 * hexl.c [DOSNT]: Include fcntl.h.
5257 [WINDOWSNT]: Include io.h.
5258 (main) [MSDOS]: Change conditional to DOS_NT.
5259
5260 * movemail.c (access, unlink) [WINDOWSNT]: Macros undefined.
5261 (fork, syswait, DISABLE_DIRECT_ACCESS) [WINDOWSNT]: Macros defined.
5262 [WINDOWSNT]: Include locking.h.
5263 (main): Update usage message. Use IS_DIRECTORY_SEP.
5264 (main) [DISABLE_DIRECT_ACCESS]: Don't check access if defined.
5265 (main) [WINDOWSNT]: Invoke locking instead of flock.
5266 (main) [MAIL_USE_SYSTEM_LOCK && WINDOWSNT]: Emulate ftruncate.
5267 (main) [MAIL_USE_POP]: Pass password to popmail if used.
5268 Include winsock.h; don't include unix inet headers.
5269 (popmail): Add password argument and pass it to pop_open.
5270 Open output file in binary mode.
5271
5272 * pop.c [WINDOWSNT]: Include winsock.h and ntlib.h.
1c478461 5273 Macro SOCKET_ERROR undefined.
362bc2da
DL
5274 Don't declare h_errno.
5275 [!WINDOWSNT]: Define macros recv and send.
5276 [!WINDOWSNT] (POP_SERVICE): Change to pop3.
5277 (pop_open) [WINDOWSNT]: Initialize trash_started.
5278 (have_winsock) [WINDOWSNT]: New variable.
5279 (socket_connection) [WINDOWSNT]: Initialize winsock.
5280 (socket_connection): Use closesocket instead of close.
5281 (getline): Use recv instead of read.
5282 (fullwrite): Use send instead of write.
5283 (pop_trash): Use closesocket instead of close.
5284 (pop_trash) [WINDOWSNT]: Cleanup winsock.
5285 Check if being called recursively by sendline.
5286
5287 * pop.h (struct _popserver): New field trash_started.
5288
5289 * wakeup.c [HAVE_CONFIG_H]: Only include config.h when defined.
5290
52911996-04-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5292
5293 * hexl.c (main) [DJGPP v2]: Don't change to binary for a tty.
5294
52951996-04-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5296
5297 * etags.c [WINDOWSNT]: Include io.h.
5298
52991996-04-10 Geoff Voelker <voelker@cs.washington.edu>
5300
5301 * makefile.nt (CTAGSOBJ): Compile with regexp support.
5302
53031996-04-09 Eli Zaretskii <eliz@is.elta.co.il>
5304
5305 * hexl.c [DJGPP v2]: Include io.h.
5306 (main) [DJGPP v2]: Switch standard streams to binary with setmode.
5307
5308 * b2m.c (main) [MSDOS]: Switch standard streams to binary under
5309 DJGPP v2.
5310
53111996-04-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5312
5313 * etags.c (absolute_filename): Use absolutefn.
5314
53151996-03-31 Eli Zaretskii <eliz@is.elta.co.il>
5316
5317 * etags.c (absolutefn) [DOS_NT]: Support Novell drives whose drive
5318 letter isn't an alphabetic character.
5319 (main) [DOS_NT]: Use binary mode on redirected `stdout'.
5320 (process_file) [DOS_NT]: Convert all slashes to forward style.
5321 (absolute_filename) [DOS_NT]: Emit error message for relative
5322 paths with a drive letter.
5323 (absolute_filename) [DOS_NT]: Handle absolute pathnames with
5324 DOS/NT drive letters which try to reference the parent of the root.
5325 (absolute_dirname) [DOS_NT]: Convert all slashes to forward style.
5326
53271996-03-27 Geoff Voelker <voelker@cs.washington.edu>
5328
5329 * makefile.nt: Change uses of del to $(DEL).
5330
880820fe 53311996-03-22 Francesco Potortì <F.Potorti@cnuce.cnr.it>
362bc2da
DL
5332
5333 * etags.c (just_read_file): Reset lineno and charno on entry.
5334
53351996-03-15 Anders Lindgren <andersl@csd.uu.se>
5336
58179cce 5337 * etags.c: Prolog language totally rewritten.
ecc54057 5338 (Prolog_functions): Rewritten from scratch.
61b108cc 5339 (skip_comment, prolog_getit): Remove.
ecc54057
JB
5340 (prolog_skip_comment): New function, like old skip_comment.
5341 (prolog_pred, prolog_atom, prolog_white): New functions.
5342 (erlang_func, erlang_attributes): Forward declarations added.
5343 (erlang_atom): Check if backslash ends line inside quoted atom.
362bc2da 5344
880820fe 53451996-03-14 Francesco Potortì <F.Potorti@cnuce.cnr.it>
362bc2da
DL
5346
5347 * etags.c (absolutefn): DOS_NT version corrected.
5348 (main): Append "/" to the dir name only if not already there.
5349 (print_help): Explain the absolute/relative file name issue.
1c478461 5350
362bc2da
DL
53511996-03-08 Anders Lindgren <andersl@csd.uu.se>
5352
10d1d0af
JB
5353 * etags.c: New Language Erlang added.
5354 (Erlang_functions, erlang_func, erlang_attribute, erlang_atom)
5355 (erlang_white): New functions.
362bc2da
DL
5356 (Erlang_suffixes): New suffix list.
5357 (lang_names): Erlang entry added.
5358 (prolog_getit): Accepts headers spanning several lines.
5359 Always name tags.
b166dcd8 5360 (Prolog_functions): Remove incorrect compensation for
362bc2da
DL
5361 newline characters.
5362 (readline_internal): Zero-terminate last line.
5363
53641996-03-20 Mike Long <mike.long@analog.com>
5365
5366 * b2m.c (main): Initialize progname variable before using it.
5367 Quote `username' in From_ header.
5368
53691996-03-18 Geoff Voelker <voelker@cs.washington.edu>
5370
5371 * ntlib.c (getpid): New function.
5372
53731996-02-21 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
5374
5375 * emacsclient.c (main, both definitions):
5376 Print a newline for normal termination.
5377
53781996-02-21 Noah Friedman <friedman@prep.ai.mit.edu>
5379
5380 * tcp.c (main): Convert port to network byte order.
5381
53821996-01-20 Karl Heuer <kwzh@gnu.ai.mit.edu>
5383
5384 * pop.c (pop_retrieve, getline): Avoid type clashes.
5385
53861996-01-19 Karl Heuer <kwzh@gnu.ai.mit.edu>
5387
5388 * etags.c (enum sym_type, anonymous enum): Delete final comma.
5389
53901996-01-15 Paul Eggert <eggert@twinsun.com>
5391
5392 * rcs2log (initialize_fullname): Add support for NIS+.
5393 (hostname): Fully qualify the default hostname with the domainname
5394 if the hostname lacks a `.'.
5395
362bc2da
DL
53961996-01-10 Karl Heuer <kwzh@gnu.ai.mit.edu>
5397
5398 * etags.c (consider_token): Fix typo in expression.
5399
54001996-01-04 Paul Eggert <eggert@twinsun.com>
5401
5402 * etags.c (substitute): Fix spelling in message.
5403
54041996-01-03 George V. Reilly <georger@microcrafts.com>
5405
5406 * makefile.nt (etags, ctags): Compile with regexp support.
5407 (make-docfile, wakeup, etags, ctags, hexl): Ensure build
5408 subdirectory exists before compiling.
1c478461 5409
362bc2da
DL
54101996-01-02 Karl Heuer <kwzh@gnu.ai.mit.edu>
5411
5412 * emacsserver.c (main): Do chmod based on existing permission.
5413
54141995-12-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5415
5416 * Makefile.in (install): Turn on read/execute permission.
5417
54181995-12-03 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
5419
5420 * Makefile.in (LIB_STANDARD_LIBSRC): Use this instead of LIB_STANDARD.
5421 (LOADLIBES): Use LIB_STANDARD_LIBSRC.
5422
54231995-12-01 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
5424
b166dcd8 5425 * Makefile.in (THIS_IS_MAKEFILE): Rename from THIS_IS_YMAKEFILE.
362bc2da 5426
880820fe 54271995-12-07 Francesco Potortì <pot@cnuce.cnr.it>
362bc2da
DL
5428
5429 * etags.c (pfnote): Don't make a tag for ctags if there is no name.
5430 (getit, Asm_labels, Perl_functions, Pascal_functions, L_getit,
5431 get_scheme, prolog_getit): Name the tag in ctags mode.
5432 (pfnote): Truncate ctags lines to 50 chars, like it worked once.
5433 (Perl_interpreters): Accept "@PERL@" as an interpreter.
5434 (suggest_asking_for_help): New function.
5435 (main, get_language_from_name): Use suggest_asking_for_help.
5436 (main): Let get_language_from_name make language existence check.
5437 (streq, strneq): Check the arguments #if DEBUG.
5438
880820fe 54391995-12-06 Francesco Potortì <pot@cnuce.cnr.it>
362bc2da
DL
5440
5441 * etags.c (Cplusplus_suffixes): Add .M suffix for Objective C++.
b166dcd8
KC
5442 (gperf): Add keywords for Objective C and GNU macros.
5443 (sym_type): Add values to account for Objective C and GNU macros.
362bc2da
DL
5444 (begtk): The '@' character can start a token.
5445 (objdef, methodlen, objtag): New variables for Objective C.
b166dcd8 5446 (consider_token, C_entries): Add code for Objective C.
362bc2da
DL
5447 (plain_C_suffixes): Add .m and .lm for Objective C.
5448 (Yacc_suffixes): Add .ym for Objective yacc.
5449 (GROW_LINEBUFFER): New macro.
5450 (consider_token, C_entries, Pascal_functions): Use the new macro.
5451 (consider_token): Take one more argument. Caller changed.
5452 (consider_token): Use the hashing function to spot GNU macros.
5453 (C_entries): Consider // as a comment start even in plain C for
5454 the sake of Objective C parsing.
5455
880820fe 54561995-12-04 Francesco Potortì <pot@cnuce.cnr.it>
362bc2da 5457
2f2c687b 5458 * Makefile.in (ctags): Depend on etags only for simplicity;
ecc54057 5459 compile with regexp support enabled.
362bc2da
DL
5460
54611995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5462
5463 * Version 19.30 released.
5464
54651995-11-22 Geoff Voelker <voelker@cs.washington.edu>
5466
5467 * makefile.nt (DOC, clean): Don't use switches to del not
5468 supported by Windows 95.
5469
54701995-11-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5471
5472 * Makefile.in (regex.o): Depend on ../src/config.h.
5473
54741995-11-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5475
5476 * Makefile.in (LIB_STANDARD): Extract this as in src/Makefile.in.
5477 (LOADLIBES): Use LIB_STANDARD.
5478
54791995-11-07 Kevin Gallo <kgallo@microsoft.com>
5480
5481 * makefile.nt (DOC): Include strings from w32term.c, w32xfns.c,
5482 w32fns.c, w32faces.c, w32select.c, w32menu.c, w32reg.c; remove
5483 Windows 95 conditional.
5484
880820fe 54851995-11-06 Francesco Potortì (pot@cnuce.cnr.it)
362bc2da 5486
b166dcd8
KC
5487 * etags.c (get_lang_from_name, get_lang_from_interpreter)
5488 (get_lang_from_suffix): New functions.
362bc2da
DL
5489 (get_language): Function deleted.
5490 (lang_entry): Two members added to struct.
5491 (lang_names): Reflect the new layout of lang_entry.
5492 (print_language_names, main, find_entries): Use the new functions.
5493 (find_entries): Look at the first line for #! if no language.
5494 (C_entries): Invalidate the token when funcdef is reset.
5495 (Perl_functions): New function.
5496 (lang_suffixes): .pl and .pm are Perl suffixes.
5497
880820fe 54981995-11-02 Francesco Potortì (pot@cnuce.cnr.it)
362bc2da
DL
5499
5500 * etags.c (lowcase): Use the standard tolower function.
5501 (substitute): Remove some wrong and some useless code related with
a64387ee 5502 escape '\' character in regexp replacement string.
b166dcd8 5503 (TEX_defenv): Add part, appendix, entry, index. Remove typeout.
362bc2da
DL
5504 (lang_suffixes): New suffixes: .hpp for C++; .f90 for Fortran;
5505 .bib, .ltx, .TeX for TeX (.bbl, .dtx removed); .ml for Lisp;
5506 .prolog for prolog (.pl removed).
5507 (massage_name, etags_getcwd): Use lowcase instead of tolower.
b166dcd8 5508 (C_entries, find_entries): Add comments about memory leakage.
362bc2da
DL
5509 (add_node): Dead code removed.
5510
55111995-10-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5512
5513 * Makefile.in (getdate.o, movemail.o): Specify -Demacs.
5514 (ALL_CFLAGS, LINK_CFLAGS, CPP_CFLAGS): Delete -Demacs.
5515
55161995-08-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5517
5518 * test-distrib.c: Add #undef for open, close, read, write.
5519
55201995-08-23 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
5521
5522 * test-distrib.c [HAVE_CONFIG_H]: Include config.h.
5523 [! O_RDONLY]: Define it to zero.
5524 (main): Use O_RDONLY instead of explicit zero.
5525
880820fe 55261995-08-17 Francesco Potortì (pot@cnuce.cnr.it)
362bc2da
DL
5527
5528 * etags.c (Pascal_functions): Close comment bug corrected.
5529 (add_node): Correctly compare node file names.
5530 (Pascal_functions): Correctly allocate and free memory for tline.
5531 (pfnote): Put the definition of fp in the innermost block.
5532 (NODE): `named' member removed.
5533 (pfnote, free_tree, put_entries, total_size_of_entries): Do not
1c478461 5534 use the `named' member, check whether `name' is NULL instead.
362bc2da
DL
5535 (pfnote): `named' argument removed, all callers changed.
5536 (getit, Asm_labels, Pascal_functions, L_getit, get_scheme,
5537 TeX_functions, TEX_getit, prolog_getit): Useless string allocation
1c478461 5538 removed from pfnote call, some code cleanup.
362bc2da
DL
5539 (relative_filename): Free temporary space allocated by concat.
5540
55411995-08-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5542
5543 * Makefile.in (getdate.c): New target.
5544 (getdate.o): Just compile getdate.c.
5545
55461995-08-12 Karl Heuer <kwzh@gnu.ai.mit.edu>
5547
5548 * fakemail.c (xrealloc): Change cast to match return type.
5549
55501995-08-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5551
5552 * fakemail.c (xmalloc, xrealloc): Use return-type long *.
5553
55541995-08-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5555
5556 * movemail.c (main): Fix previous change.
5557 Add error check for empty OUTNAME.
5558
55591995-08-05 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5560
5561 * movemail.c (main): Mention lock file name in error message.
5562
55631995-07-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5564
5565 * profile.c (gettimeofday): New function, defined if necessary.
5566
55671995-07-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5568
5569 * Makefile.in: Renamed from Makefile.in.in.
5570 (distclean): Delete Makefile.c, not Makefile.in.
5571
55721995-07-17 Michael Shields <shields@tembel.org>
5573
5574 * Makefile.in.in (tags): Synonym for `TAGS'.
5575
55761995-07-16 Karl Heuer <kwzh@gnu.ai.mit.edu>
5577
5578 * Makefile.in.in (install, maybe-blessmail): Don't cd ..;
5579 configure has already set $(INSTALL) to the proper relative path.
5580
362bc2da
DL
55811995-07-08 Paul Eggert <eggert@twinsun.com>
5582
5583 * rcs2log (datearg): Separate date from time with comma, not space,
5584 to work around CVS 1.5 bug.
5585 (CVSROOT): Don't abort when unset if repository is absolute.
5586
55871995-07-07 Paul Eggert <eggert@twinsun.com>
5588
5589 * rcs-checkin, rcs2log, vcdiff:
5590 Replace `#!/bin/sh' with `#! /bin/sh', for benefit of systems
5591 that interpret `#! /' as a 4-byte magic number.
5592
55931995-06-29 Jonathan I. Kamens <jik@cam.ov.com>
5594
5595 * movemail.c (main) [MAIL_USE_POP]: When a user specifies a
5596 mailbox with "po:mailbox", the mailbox is everything after the
5597 "po:" prefix.
5598
55991995-06-28 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5600
5601 * emacsserver.c: Make all error messages start with `Error: '.
ecc54057 5602 (fatal_error, perror_1): New functions, use throughout.
362bc2da
DL
5603
56041995-06-28 Paul Eggert <eggert@twinsun.com>
5605
5606 * rcs2log (CVSROOT, repository):
5607 Allow remote repositories a la CVS 1.4.
5608
880820fe 56091995-06-27 Francesco Potortì (pot@cnuce.cnr.it)
362bc2da 5610
2f2c687b
JB
5611 * etags.c (plain_C_entries): New function.
5612 (lowcase): New macro.
5613 (tail, Fortran_functions, Pascal_functions): Use new macro lowcase.
5614 (lang_suffixes): New suffix ".pc" for Pro*C files.
5615 (consider_token): Don't tag all tokens beginning with DEFUN & Co..
5616 (tail): Look for the end of the token when comparing.
5617 (takeprec): Since now tail behaves differently, use strneq.
362bc2da
DL
5618
56191995-06-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5620
5621 * movemail.c (main): Add newline in usage message.
5622
56231995-06-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5624
5625 * make-docfile.c (scan_file): Make sure it never looks at filename[-1].
5626
880820fe 56271995-06-21 Francesco Potortì (pot@cnuce.cnr.it)
362bc2da
DL
5628
5629 * etags.c (find_entries): Rewind before rereading the input file.
5630
56311995-06-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5632
5633 * Version 19.29 released.
5634
5635 * make-docfile.c (main) [MSDOS]: Do set _fmode.
5636 This undoes part of the previous change.
5637
56381995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5639
5640 * make-docfile.c (main): On MSDOS, don't change stdout
5641 to binary, and insist on an -o option.
5642
56431995-06-13 Geoff Voelker <voelker@cs.washington.edu>
5644
5645 * etags.c (process_file,absolute_filename): Handle filenames
5646 starting with a drive letter.
5647
5648 * makefile.nt (install): Copy wakeup.exe properly.
5649
56501995-06-08 Karl Heuer <kwzh@gnu.ai.mit.edu>
5651
5652 * make-docfile.c [MSDOS]: #undef chdir.
5653
56541995-06-04 Paul Eggert <eggert@twinsun.com>
5655
5656 * rcs2log (output_authors): Allow ':' in time zone,
5657 as per ISO 8601 and RCS 5.6.8 beta.
5658
880820fe 56591995-05-29 Francesco Potortì (pot@cnuce.cnr.it)
362bc2da
DL
5660
5661 * etags.c (etags_getcwd): Undo the /bin/pwd change. It may raise
5662 compatibility problems.
5663
56641995-05-26 Richard Stallman <rms@gnu.ai.mit.edu>
5665
5666 * etags.c (etags_getcwd): Don't use #elif.
5667 Have just one function body.
5668
56691995-05-25 Geoff Voelker <voelker@cs.washington.edu>
5670
5671 * makefile.nt (LIBS): Use BASE_LIBS.
5672 (make-docfile.exe,hexl.exe,wakeup.exe,etags.exe): Don't depend
5673 upon LIBS.
5674 (DOC): Use del instead of rm.
5675 (DOC) [WINDOWS95]: Use DOC.
5676 (clean): Handle MSVC aux files.
5677 (config.h,paths.h): Use $(CP) instead of cp.
5678 (config.h): Use $(CONFIG_H)
5679 (make-docfile.obj): Depend upon config.h.
5680 Clean up comments.
5681
880820fe 56821995-05-23 Francesco Potortì (pot@cnuce.cnr.it)
362bc2da
DL
5683
5684 * etags.c (etags_getcwd): Use /bin/pwd instead of pwd because the
5685 former gives the true path even in the presence of simlinks.
5686
56871995-05-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5688
5689 * movemail.c (main): Increase lock timeout to five minutes.
5690
56911995-05-06 Geoff Voelker <voelker@cs.washington.edu>
5692
5693 * makefile.nt (obj): Use .c files.
5694
56951995-05-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5696
5697 * make-docfile.c: Include config.h.
5698 (NO_SHORTNAMES): New definition.
5699 (xmalloc): Return long *.
5700
5701 * etags.c (C_entries): Cast result of xrealloc.
5702 (xmalloc, xrealloc): Declare them to return long *.
5703
5704 * b2m.c (xmalloc, xrealloc): Declare them long *.
5705
5706 * movemail.c (xmalloc): Declare it to return long *.
5707
57081995-04-30 Paul Eggert <eggert@twinsun.com>
5709
5710 * rcs2log (datearg): If rlog options are specified explicitly,
5711 omit the implicit '-d>DATE' option.
5712 (repository, rlog): Allow absolute paths to CVS repositories.
5713 Look only at the first line of CVS/Repository.
5714
57151995-04-26 Karl Heuer <kwzh@gnu.ai.mit.edu>
5716
5717 * Makefile.in.in (extraclean): Depend on maintainer-clean, not
5718 realclean.
5719
57201995-04-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5721
5722 * Makefile.in.in [REGEXP_IN_LIBC] (REGEXPOBJ, REGEXPDEPS):
5723 Alternative (empty) definitions.
5724
57251995-04-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5726
5727 * emacsclient.c (main): Add argv[0] to an error message.
5728
57291995-04-13 Karl Heuer <kwzh@gnu.ai.mit.edu>
5730
5731 * emacsclient.c (main): Improve error handling.
5732 * cvtmail.c (main, skip_to_lf): Improve error handling.
5733 (sysfail): New function.
5734
5735 * b2m.c (main): Check for trailing ", " before trying to delete it.
5736
57371995-04-12 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
5738
5739 * Makefile.in.in (all): Build test-distrib and make-docfile.
5740
5741 * make-docfile.c (scan_c_file): At end, restore file name last char
5742 to its original value.
5743
57441995-04-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5745
5746 * emacsclient.c, emacsserver.c: Test NO_SOCKETS_IN_FILE_SYSTEM.
5747
57481995-04-08 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5749
b166dcd8 5750 * Makefile.in.in (BASE_CFLAGS): Rename from ALLOCA_CFLAGS.
362bc2da
DL
5751 (alloca.o, regex.o): Use BASE_CFLAGS.
5752
57531995-04-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5754
5755 * emacsclient.c [Berkeley sockets version] (main): Declare getcwd.
5756
57571995-04-04 Karl Heuer <kwzh@gnu.ai.mit.edu>
5758
5759 * Makefile.in.in (aixcc, aixcc.c): Targets deleted.
b166dcd8 5760 (SOURCES, distclean): Remove obsolete references to aixcc.
362bc2da
DL
5761
57621995-04-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5763
5764 * aixcc.lex: File deleted--surely obsolete now.
5765
57661995-03-23 Paul Eggert <eggert@twinsun.com>
5767
5768 * rcs2log (output_authors): Replace /[/]/ by /[\/]/, for
5769 portability to mawk and nawk.
5770
57711995-03-21 Paul Eggert <eggert@twinsun.com>
5772
5773 * rcs2log: Treat -u "login:fullname:mailaddr" as if it were
5774 -u "login<tab>fullname<tab>mailaddr".
5775
57761995-03-21 Paul Eggert <eggert@twinsun.com>
5777
5778 * rcs2log: Add -u "login<tab>fullname<tab>mailaddr" option, which
5779 replaces the (now obsolescent) -n login fullname mailaddr option.
5780 Add -R option for recursive rlog.
07655e62 5781 (AWK): New environment variable (default `awk') for awk program name.
362bc2da
DL
5782 (output_authors, tab, loginFullnameMailaddrs, recursive): New vars.
5783 Quote authors and fullnames correctly.
5784 Don't omit path from repository root when logging CVS files.
5785
57861995-03-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5787
5788 * emacsclient.c, emacsserver.c: Use BSD sockets whenever available,
5789 even if HAVE_SYSVIPC.
5790 * emacsclient.c (main): Use getcwd if not BSD.
5791
880820fe 57921995-03-13 Francesco Potortì (pot@cnuce.cnr.it)
362bc2da 5793
2f2c687b 5794 * etags.c (process_file): Free (filename) after using it.
362bc2da
DL
5795 (readline_internal): Do not access the char before start of line.
5796
880820fe 57971995-02-22 Francesco Potortì (pot@cnuce.cnr.it)
362bc2da 5798
e1dbe924
PE
5799 * etags.c (C_entries): token_saved removed. Initialize tok.valid and
5800 savetok.valid. Mark token as valid when it is initialized.
362bc2da
DL
5801 (make_tag): Make token only if token is valid and reset validity.
5802 (CNL_SAVE_DEFINEDEF): Test for savetok.valid instead of token_saved.
b166dcd8 5803 (TOKEN): Add a new member: valid.
362bc2da 5804
880820fe 58051995-02-15 Francesco Potortì (pot@cnuce.cnr.it)
362bc2da
DL
5806
5807 * etags.c (C_entries): Bug corrected in xrealloc of token_str.
5808 (main): Do not read twice the last filename in the stdin file list.
5809
880820fe 58101995-02-14 Francesco Potortì (pot@cnuce.cnr.it)
362bc2da 5811
e1dbe924 5812 * etags.c (C_entries): Initialize the new members of TOKEN.
362bc2da
DL
5813 (C_entries): Do not allocate a new space for each token found by
5814 consider_token. Let make_tag do that instead.
5815 (make_tag): Since now TOKEN has memory of where it is taken from,
5816 this new macro substitutes both make_tag_from_new_lb and
5817 make_tag_from_oth_lb. All callers changed.
5818 (TOKEN): Add linepos and buffer members.
e1dbe924
PE
5819 (main): Initialize token_str.
5820 (lang_extensions): Recognize .c++ and .h++ as C++ file suffixes.
362bc2da
DL
5821 (token_str): New global variable used by C_entries.
5822
58231995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
5824
b166dcd8 5825 * Makefile.in.in (maintainer-clean): Rename from realclean.
362bc2da 5826
880820fe 58271995-02-01 Francesco Potortì (pot@cnuce.cnr.it)
362bc2da 5828
e1dbe924 5829 * etags.c (pfnote): Initialize been_warned in the node.
b166dcd8 5830 (C_entries): Remove a speed hack for the sake of clarity.
362bc2da 5831
880820fe 58321995-01-18 Francesco Potortì (pot@cnuce.cnr.it)
362bc2da
DL
5833
5834 * etags.c (longopts, print_help, main): Use -I as abbreviation
5835 for the --ignore-indentation option.
5836 (main): Do not print an error message for unknown options.
5837
880820fe 58381995-01-12 Francesco Potortì (pot@cnuce.cnr.it)
362bc2da 5839
61b108cc 5840 * etags.c (FILEPOS, GET_CHARNO, GET_FILEPOS, max, LINENO): Delete.
194d44e7
JB
5841 (append_to_tagfile, typedefs, typedefs_and_cplusplus)
5842 (constantypedefs, update, vgrind_style, no_warnings)
5843 (cxref_style, cplusplus, noindentypedefs): Were int, now logical.
362bc2da
DL
5844 (permit_duplicates): Was a var, now a #define.
5845 (filename_lb): Was global, now local to main.
5846 (main): Open the tag file when in cxref mode.
5847 Use a BUFSIZ size buffer for making the shell commands.
5848 Look at the return value from the system routine.
5849 Exit when cannot open the tag file.
5850 (process_file): Open the file and pass the FILE* to find_entries.
5851 (find_entries): Now void, because does not open the file itself.
5852 (pfnote): Recovering from lack of memory does not work. Removed.
5853 Use savenstr and simplify the code.
5854 (free_tree): Only free the name space if node is named.
5855 (structtag): Now a pointer, not a fixed length array of chars.
5856 (consider_token): Don't take a token as argument. Use savenstr
5857 when saving a tag in structtag. Callers changed.
5858 (TOKEN): Structure changed. Now used only in C_entries.
61b108cc 5859 (TOKEN_SAVED_P, SAVE_TOKEN, RESTORE_TOKEN): Delete.
362bc2da 5860 (C_entries): nameb and savenameb deleted. Use dinamic allocation.
61b108cc 5861 (pfcnt): Delete. Users updated.
194d44e7
JB
5862 (getit, Asm_labels, Pascal_functions, L_getit, get_scheme)
5863 (TEX_getit, prolog_getit): Use dinamic allocation for storing
362bc2da
DL
5864 the tag instead of a fixed size buffer.
5865
58661995-01-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5867
5868 * movemail.c (main): Skip past the colon in inname.
5869
880820fe 58701995-01-10 Francesco Potortì (pot@cnuce.cnr.it)
362bc2da
DL
5871
5872 * etags.c (pfatal): New function.
5873 (main, etags_getcwd): Use pfatal.
5874 (etags_getcwd): Corrected another bug in the HAVE_GETCWD version.
5875
880820fe 58761995-01-10 Francesco Potortì (pot@cnuce.cnr.it)
362bc2da
DL
5877
5878 * etags.c (Lang_function): Use void instead to declare the
5879 language functions, because many compilers are buggy.
5880 (etags_getcwd): Fix the previous fix on the #else branch.
5881 (readline_internal): Discard possible \r before \n here.
5882 (C_entries): Do not deal with \r here: undo previous fix.
5883
880820fe 58841995-01-09 Francesco Potortì (pot@fly)
362bc2da
DL
5885
5886 * b2m.c (concat, xmalloc, xrealloc, readline, xnew): Four new
5887 functions and a macro that allow the program to work on input
5888 lines of whatever length. Copied from etags.c.
5889 (fatal): Print a fatal error message and exit.
5890 (main): Use the new functions. Fixed a bug that made a \037 char
5891 appear at the end of the output.
5892
58931995-01-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5894
5895 * etags.c (C_entries): Ignore carriage return at end of line.
5896
58971994-12-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5898
5899 * fakemail.c (xmalloc, xrealloc): Add casts.
5900 (add_field): Handle <...> and "..." syntax.
5901 (setup_files, get_keyword): Clean up parens and line breaks.
5902 (args_size): Likewise.
5903
59041994-12-21 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
5905
5906 * yow.c: Include program name in error messages.
5907
59081994-12-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5909
5910 * make-docfile.c (scan_lisp_file): Handle dynamic doc strings.
5911 (xmalloc, fatal, error): New functions.
5912 (progname): New variable.
5913 (main): Set progname.
5914
59151994-12-05 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5916
5917 * emacsclient.c, emacsserver.c [HAVE_SYSVIPC]: Include sys/utsname.h.
5918 (main): If socket/mqueue name is in home dir, add in the host name.
5919 Rename .emacs_server to .emacs-server....
5920
59211994-12-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5922
5923 * emacsclient.c [!HAVE_SYSVIPC] (main): Fix error message diction.
5924
880820fe 59251994-11-22 Francesco Potortì (pot@cnuce.cnr.it)
362bc2da 5926
2f2c687b
JB
5927 * etags.c (print_help): Print --regex usage for ctags also.
5928 (main): Use -h in addition to -H as abbreviation for --help.
362bc2da 5929
880820fe 59301994-11-16 Francesco Potortì (pot@cnuce.cnr.it)
362bc2da
DL
5931
5932 * etags.c [ETAGS_REGEXP]: All the new code that deals with regexps
5933 is compiled if this is defined. The new functions and variables
5934 added #ifdef ETAGS_REGEXP are not listed in this ChangeLog.
5935 [VMS]: All VMS specific code previously contained in
5936 etags-vmslib.c is now included here, modified for dealing with
5937 language and regex options intermixed with filenames.
5938 (header_file): Global variable deleted.
5939 (Lang_Function): New typedef. All language parser functions
5940 changed to this new type.
5941 (string_numeric_p, substr, prestr): Functions deleted.
5942 (readline_internal): Does the job that readline did previously.
5943 (longopts): --language and --regex options added.
5944 (lang_names, lang_extensions, lang_func, print_language_names):
5945 New structures, variables and functions for choosing languages.
5946 (print_help): Help strings updated. Calls print_language_names.
5947 (argument_type, ARGUMENT): Typedefs for dealing with language and
5948 regex options intermixed with filenames.
b166dcd8 5949 (main): Change the way of dealing with arguments on the command
362bc2da
DL
5950 line to deal with language and regex options intermixed with
5951 filenames.
5952 (get_language, default_C_entries, Cplusplus_entries,
5953 Cstar_entries, Yacc_entries, just_read_file): New functions.
5954 (find_entries): Use the new method for choosing the language.
5955 (Pascal_functions): Allow intermixing of comment styles.
5956 (prolog_getit, skip_comment): Rewritten for speed.
5957 (readline): Rewritten to deal with regexps.
5958
880820fe 59591994-11-16 Francesco Potortì (pot@cnuce.cnr.it)
362bc2da
DL
5960
5961 * etags.c (<errno.h>): #include added.
5962 (etags_getcwd): Check return value from getcwd.
5963
59641994-11-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5965
5966 * profile.c (TV1, TV2): Use EMACS_TIME as type.
5967 (get_time): Use EMACS_SUB_TIME.
5968
d57727c9 59691994-10-30 Geoff Voelker <voelker@cs.washington.edu>
362bc2da
DL
5970
5971 * ntlib.c: New file.
5972 * makefile.nt: New file.
5973
5974 * make-docfile.c (main) [WINDOWSNT]: Set _fmode and stdout to O_BINARY.
5975 [WINDOWSNT]: Include the NT headers.
5976 (READ_TEXT, READ_BINARY): Test DOS_NT, not MSDOS.
5977
5978 * etags.c (main, etags_getcwd): Test DOS_NT instead of MSDOS.
5979 [WINDOWSNT]: Include some NT headers.
5980
59811994-10-24 Jonathan I. Kamens (jik@cam.ov.com)
5982
5983 * pop.c (getline): When a search of already-read input for CRLF
5984 fails, store the fact that we've searched it and don't search it
5985 again after reading more data.
5986
5987 * pop.c (getline): When determining whether or not it's necessary
5988 to grow the input buffer, take into account the null that's stored
5989 at the end of already-read input in the buffer.
5990
880820fe 59911994-10-21 Francesco Potortì (pot@cnuce.cnr.it)
362bc2da 5992
2f2c687b 5993 * etags.c (prestr, substr): Return a logical type.
362bc2da 5994 (consider_token): Comment out "EXFUN". Use "DEFUN" instead of "DEF".
2f2c687b 5995 (consider_token): Set funcdef to fignore when a DEFUN is met.
362bc2da
DL
5996 (C_entries): Now we can use Tom Hageman patch for extern "C".
5997
59981994-10-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5999
6000 * movemail.c: PopServer renamed to popserver throughout.
6001
60021994-10-20 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
6003
6004 * etags.c: Don't declare malloc, since we include config.h.
6005 * fakemail.c: Likewise.
6006
60071994-10-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6008
6009 * movemail.c: Don't declare malloc.
6010
60111994-10-19 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
6012
6013 * rcs-checkin: Use test -r instead of < to check readability, to
ecc54057 6014 avoid syntax error.
362bc2da
DL
6015
60161994-10-19 Jonathan I. Kamens (jik@cam.ov.com)
6017
6018 * pop.c: Only include ../src/config.h if HAVE_CONFIG_H is
6019 defined, and if HAVE_CONFIG_H isn't defined, define
6020 MAIL_USE_POP always (so that this file can be included in
6021 other programs besides emacs).
6022
6023 * pop.c: Only declare h_errno if HAVE_H_ERRNO isn't defined or
6024 HAVE_CONFIG_H isn't defined.
6025
6026 * pop.c (find_crlf, getline): Instead of using strstr, use a
6027 custom function for finding CRLF.
6028 (my_strstr): Function deleted.
6029
60301994-10-17 Jonathan I. Kamens (jik@cam.ov.com)
6031
6032 * pop.c (getline): Fix a segfault because of passing a
6033 non-null-terminated string into strstr(). Fix from
6034 djm@va.pubnix.com (David J. MacKenzie).
6035
6036 * pop.c: Don't include <string.h> and <strings.h>.
6037
b166dcd8
KC
6038 * pop.c: Include <des.h> before <krb.h>, rather than after.
6039 They should be interchangeable, and indeed the inclusion is done in
362bc2da
DL
6040 both orders in various files in the Kerberos 4 library sources,
6041 but djm@va.pubnix.com (David J. MacKenzie) reports that BSDI
6042 requires that <des.h> be included first, and I don't see any harm
6043 in changing the order.
6044
6045 * pop.c: Include ../src/config.h, to get HAVE_STRING_H and
6046 STDC_HEADERS, if they're defined. Undef open, read, write and
6047 close after including it.
6048
60491994-10-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6050
6051 * pop.c: Fix mismatch in conditionals.
6052
6053 * make-docfile.c (main): Don't process one input file twice.
6054 Never use exit code > 1.
6055
6056 * pop.c (open, close, read, write): Add #undefs.
6057
6058 * pop.c: Don't declare malloc, realloc, free.
6059 Include ../src/config.h.
6060 Don't include string.h or strings.h.
6061 Include des.h before krb.h.
6062 Do declare my_strstr.
6063 (getline): Really use my_strstr.
6064 Leave one empty place in server->buffer,
6065 and put a null at the end of the data in it.
6066
60671994-10-17 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
6068
b166dcd8
KC
6069 * emacsserver.c [SYSV_IPC] (main): Catch SIGHUP as well.
6070 Don't call kill with pid 0. Handle EINTR when receiving messages.
362bc2da
DL
6071
60721994-10-17 Karl Heuer <kwzh@gnu.ai.mit.edu>
6073
6074 * Makefile.in.in (regex.o): Use full path to find regex.c.
6075
880820fe 60761994-10-17 Francesco Potortì (pot@fly.cnuce.cnr.it)
362bc2da 6077
2f2c687b
JB
6078 * Makefile.in.in (etags): Add dependency on regex.o, link with it.
6079 (REGEXPOBJ, REGEXPDEPS, regex.o): Target and macros added.
362bc2da
DL
6080
60811994-10-12 David J. MacKenzie (djm@duality.gnu.ai.mit.edu)
6082
6083 * Makefile.in.in (DONT_INSTALL): Remove make-path.
6084 (${archlibdir}): Use mkinstalldirs instead.
6085
6086 * movemail.c: Make functions that return nothing void, not
6087 implicitly int.
6088 (main): Improve usage message.
6089 (error): Write to stderr, not stdout.
6090
e43b1141
GM
6091 * b2m.c, cvtmail.c, digest-doc.c, emacsclient.c, emacsserver.c:
6092 * etags.c, fakemail.c, hexl.c, make-docfile.c, profile.c, sorted-doc.c:
6093 * test-distrib.c, timer.c, wakeup.c, yow.c: Eliminate some -Wall
6094 warnings from unused variables and implicitly declared functions.
362bc2da
DL
6095
60961994-10-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6097
6098 * Makefile.in.in (clean): rm DOC* and *.tab.[ch].
6099 (distclean): Not here.
6100
b166dcd8 6101 * Makefile.in.in (libexecdir): Rename from libdir.
362bc2da 6102
880820fe 61031994-10-11 Francesco Potortì (pot@cnuce.cnr.it)
362bc2da
DL
6104
6105 * etags.c (C_entries): Name the #define's that are macros.
6106
61071994-10-10 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
6108
6109 * emacsserver.c [! SYSVIPC] (main): Fix uses of FD_* macros:
6110 fd_set arg is a pointer, descriptor arg comes first.
6111
880820fe 61121994-09-29 Francesco Potortì (pot@cnuce.cnr.it)
362bc2da 6113
e1dbe924
PE
6114 * etags.c (C_entries): Recognize typedef of ANSI style functions.
6115 (C_entries): Recognize #define inside a struct.
362bc2da
DL
6116 (C_entries): ANSI tells that preprocessor commands do not have to
6117 start on the first column.
6118 (print_help): Documentation corrected for -d and -D.
6119 (white, endtk): ANSI tells the vertical tab is a separator.
6120
61211994-09-24 Jonathan I. Kamens (jik@gza-client1.aktis.com)
6122
6123 * Makefile.in.in (MOVE_FLAGS, MOVE_LIBS): New variables.
6124 (pop.o, movemail.o): New targets.
6125 (movemail): Link in pop.o and movemail.o. Use MOVE_LIBS, MOVE_FLAGS.
6126
6127 * pop.c, pop.h: New files.
6128
6129 * movemail.c: Improve POP code, move most of it into a separate file.
6130 (mbx_delimit_end, mbx_delimit_begin): Check for errors.
6131 (mbx_write): Check for errors and for From line.
6132 (pop_retr, popmail): Use subroutines in pop.c to do the real work.
6133 (get_errmsg, multiline, getline, putline, pop_stat, pop_command)
6134 (pop_init): Functions deleted.
6135
61361994-09-23 Richard Stallman <rms@churchy.gnu.ai.mit.edu>
6137
6138 * make-path.c (touchy_mkdir): Make dir ugo+rx even if it isn't new.
6139 Rename path to dirname.
6140
61411994-09-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6142
6143 * Makefile.in.in (UTILITIES):
6144 Remove test-distrib, make-docfile, make-path.
6145 (DONT_INSTALL): New variable--list those files here.
6146 (clean): Delete the files in DONT_INSTALL.
6147
61481994-09-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6149
6150 * b2m.c (from, labels, data): Use MAX_DATA_LEN as length.
6151 (main): Use fgets, not gets.
6152
61531994-09-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6154
6155 * timer.c: Don't declare malloc.
6156
61571994-09-16 Karl Heuer <kwzh@gnu.ai.mit.edu>
6158
6159 * emacsserver.c (FD_*) [HAVE_SOCKETS & !HAVE_SYSVIPC]: If not already
6160 defined, use simple 32-bit versions of these macros.
6161 (main) [HAVE_SOCKETS & !HAVE_SYSVIPC]: Use these macros.
6162
c60ee5e7 61631994-09-16 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
362bc2da
DL
6164
6165 * etags.c (etags_getcwd): Use getcwd if available.
6166
61671994-09-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6168
6169 * Version 19.27 released.
6170
61711994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6172
6173 * Version 19.26 released.
6174
61751994-08-15 Paul Eggert <eggert@twinsun.com>
6176
6177 * rcs2log: Add support for CVS.
6178 Work with `rlog's that output ISO 8601 dates.
6179
61801994-08-09 Lawrence R. Dodd <dodd@roebling.poly.edu>
6181
6182 * rcs2log: Use <> to delimit email address.
6183
61841994-08-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6185
6186 * emacsserver.c [SYSV_IPC] (main): Make a separate process
6187 so we can listen for multiple requests.
6188
61891994-08-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6190
6191 * movemail.c: Include config.h first thing.
6192
61931994-08-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6194
6195 * emacsserver.c (main): Add casts to avoid warnings.
6196
61971994-07-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6198
6199 * Makefile.in.in (${archlibdir}): Compare the proper dir
6200 before installing the scripts.
6201
62021994-07-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6203
6204 * emacsclient.c (main): New local var progname saves argv[0].
6205
62061994-07-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6207
6208 * emacsclient.c (main): Don't actually modify argv[0].
6209 Modify a copy instead.
6210
62111994-07-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6212
6213 * profile.c (reset_watch, get_time): Use EMACS_GET_TIME.
6214 (tzp): Var deleted.
6215
6216 * Makefile.in.in: Add #undef alloca.
6217
62181994-07-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6219
6220 * timer.c (xmalloc): New function.
6221
62221994-07-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6223
6224 * Makefile.in.in (ALLOCA_CFLAGS): New variable.
6225 (alloca.o): New target.
6226
62271994-07-08 Dave Love (d.love@dl.ac.uk)
6228
e1dbe924 6229 * etags.c (takeprec): Recognize `character*(*) function'.
362bc2da 6230
880820fe 62311994-07-08 Francesco Potortì (pot@cnuce.cnr.it)
362bc2da 6232
ecc54057
JB
6233 * etags.c (main): Don't barf on obsolete -t and -T switches.
6234 (main): Print an explicative message when a switch is not known.
362bc2da
DL
6235
62361994-06-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6237
6238 * hexl.c: Don't declare exit or perror.
6239
6240 * emacsserver.c (main): Don't declare geteuid.
6241 Don't declare getenv if convex.
6242
62431994-06-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6244
6245 * Makefile.in.in (test-distrib): Use ALL_CFLAGS.
6246
880820fe 62471994-06-03 Francesco Potortì (pot@fly.cnuce.cnr.it)
362bc2da
DL
6248
6249 * etags.c (absolute_filename): Remove infinite loop bug when
6250 accessing files in directories whose name begins with a dot.
6251
880820fe 62521994-06-03 Francesco Potortì (pot@fly.cnuce.cnr.it)
362bc2da
DL
6253
6254 * etags.c (etags_getcwd): Delete the trailing newline from cwd.
6255
62561994-06-01 Morten Welinder (terra@diku.dk)
6257
6258 * yow.c (rootrelativepath) [MSDOS]: Define, expanding to dynamic
6259 location of data directory.
6260
62611994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6262
6263 * Version 19.25 released.
6264
62651994-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6266
6267 * Makefile.in.in (distclean): Delete Makefile, Makefile.in, blessmail.
6268
62691994-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6270
6271 * Makefile.in.in (blessmail): Don't depend on ../src/emacs.
6272
62731994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6274
6275 * Version 19.24 released.
6276
62771994-05-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6278
6279 * make-docfile.c (write_c_args): Put `default' in upper case.
6280
62811994-05-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6282
6283 * etags.c (etags_getcwd): Cast result of popen.
6284 (popen): Declaration deleted.
6285
62861994-05-17 Karl Heuer (kwzh@gnu.ai.mit.edu)
6287
6288 * etags.c [!MSDOS]: Declare popen.
6289
62901994-05-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6291
6292 * b2m.c (main): Avoid crash if argc is 1.
6293
62941994-05-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6295
6296 * Version 19.23 released.
6297
6298 * Makefile.in.in (blessmail): Specify directory for blessmail.el.
6299
63001994-05-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6301
6302 * Makefile.in.in (maybe-blessmail): Mention bless-mail is in lib-src.
6303
63041994-05-05 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
6305
6306 * Makefile.in.in: Fix out of date comment.
6307
63081994-05-05 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6309
6310 * Makefile.in.in: Put in a separator for where to start cpp procssing.
6311 Move all autoconf substitutions above that point.
6312 Above that point, use Make-style comments.
6313 This goes with changes in ../configure.in.
6314
63151994-05-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6316
6317 * Makefile.in.in (maybe-blessmail): New target to print the blessmail
6318 warning message.
6319 (${archlibdir}): Don't do it here. Don't depend on blessmail.
6320
63211994-05-02 Karl Heuer (kwzh@gnu.ai.mit.edu)
6322
6323 * Makefile.in.in (${archlibdir}): Be lenient about wc output format.
6324
63251994-05-01 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6326
6327 * Makefile.in.in (${archlibdir}): Don't run blessmail; instead
6328 print advice to run it, if it has anything significant to do.
6329 And only if MOVEMAIL_NEEDS_BLESSING.
6330 (blessmail): Use emacs, not temacs.
b166dcd8 6331 (configuration): Rename from configname.
362bc2da
DL
6332
63331994-04-30 Morten Welinder (terra@diku.dk)
6334
6335 * etags.c (find_entries): Treat `*.cpp' as C++ files.
6336
63371994-04-30 Morten Welinder (terra@diku.dk)
6338
6339 * etags.c [MSDOS]: #include <sys/param.h> for the following.
6340 [MSDOS] (etags_getcwd): Define simple MSDOS version without spawning
6341 a shell.
6342
63431994-04-29 Morten Welinder (terra@diku.dk)
6344
6345 * hexl.c [MSDOS]: Don't define proto type for exit.
6346
63471994-04-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6348
6349 * b2m.c: Don't include string.h or strings.h.
6350
63511994-04-27 Karl Heuer (kwzh@gnu.ai.mit.edu)
6352
6353 * Makefile.in.in: C_SWITCH_SYSTEM and C_SWITCH_MACHINE are now cpp
6354 symbols, not make variables.
6355
63561994-04-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6357
6358 * Makefile.in.in (etags, ctags): Make VERSION a string constant.
6359 * etags.c (print_version): Print VERSION as a string.
6360
63611994-04-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6362
6363 * fakemail.c (readline): Fix updating of p when buffer grows.
6364
63651994-04-20 Karl Heuer (kwzh@gnu.ai.mit.edu)
6366
6367 * Makefile.in.in (blessmail): New target.
6368 ${archlibdir}: Use blessmail when installing movemail.
6369
63701994-04-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6371
6372 * fakemail.c (readline): When extending the buffer,
6373 calculate end afresh using the new size.
6374
880820fe 63751994-04-18 Francesco Potortì (pot@fly.cnuce.cnr.it)
362bc2da 6376
2f2c687b 6377 * etags.c (main, print_help): Eliminate the -F option.
362bc2da 6378
880820fe 63791994-04-18 Francesco Potortì (pot@fly.cnuce.cnr.it)
362bc2da 6380
2f2c687b 6381 * etags.c (absolute_filename): Compare against '\0' instead of NULL.
362bc2da
DL
6382
63831994-04-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6384
6385 * Makefile.in.in: Renamed from Makefile.in.
6386 Makefile.in is now generated from it, and then preprocessed.
6387 Change comments to C syntax.
6388 Include config.h.
6389 (LIBS_SYSTEM, LIBS_MACHINE): Define as empty if not defined.
6390 (LOADLIBES): Define from LIBS_SYSTEM and LIBS_MACHINE.
6391
63921994-04-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6393
6394 * movemail.c [HAVE_UNISTD_H]: Include unistd.h.
6395
880820fe 63961994-04-12 Francesco Potortì (pot@fly.cnuce.cnr.it)
362bc2da
DL
6397
6398 * etags.c (etags_getcwd): Initialize bufsize.
6399
64001994-04-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6401
6402 * profile.c (gettimeofday): If system doesn't have this, define it
6403 to give a fatal error.
6404
64051994-04-11 Karl Heuer (kwzh@gnu.ai.mit.edu)
6406
6407 * movemail.c (main): Use setuid, not seteuid.
6408
64091994-04-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6410
6411 * etags.c: #undef static.
6412
880820fe 64131994-04-08 Francesco Potortì (pot@fly.cnuce.cnr.it)
362bc2da 6414
b166dcd8 6415 * etags.c (outf, outfiledir): Rename to tagf, tagfiledir.
2f2c687b 6416 (PF_funcs, Asm_funcs, L_funcs, PAS_funcs, TEX_funcs)
b166dcd8 6417 (Scheme_funcs, prolog_funcs): Rename to Fortran_functions,
362bc2da
DL
6418 Asm_labels, Lisp_functions, Pascal_functions, Scheme_functions,
6419 TeX_functions, Prolog_functions.
2f2c687b
JB
6420 (inf): No more a global variable.
6421 (C_entries): Take 2nd parameter `inf' instead of using the global one.
e1dbe924 6422 (find_entries): Add the cp1 var for optimization.
b166dcd8 6423 (find_entries): Add more suffixes for assembler files.
362bc2da
DL
6424 (Asm_funcs): Now finds labels even without an ending colon.
6425
880820fe 64261994-03-30 Francesco Potortì (pot@fly.cnuce.cnr.it)
362bc2da 6427
2f2c687b
JB
6428 * etags.c (main): Use etags_getcwd for compatibility.
6429 (etags_getcwd): New function.
362bc2da
DL
6430
64311994-03-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6432
6433 * Makefile.in (etags, ctags): Pass -D for VERSION.
6434
880820fe 64351994-03-25 Francesco Potortì (pot@cnuce.cnr.it)
362bc2da 6436
61b108cc 6437 * etags.c (emacs_tags_format, ETAGS): Remove. Use CTAGS instead.
2f2c687b
JB
6438 (main): Don't allow the use of -t and -T in etags mode.
6439 (print_help): Don't show options enabled by default.
6440 (print_version): Show the emacs version number if VERSION is #defined.
6441 (find_entries): Add "ss" as suffix for Chez Scheme.
362bc2da 6442
880820fe 64431994-03-23 Francesco Potortì (pot@cnuce.cnr.it)
362bc2da 6444
2f2c687b 6445 * etags.c (cwd, outfiledir): Vars added.
362bc2da
DL
6446 (relative_filename, absolute_filename, absolute_dirname):
6447 functions added to compute filenames in tags files.
2f2c687b 6448 (process_file): Filenames in tags file are relative to the
362bc2da 6449 directory where the tags file is (useful with the -o option).
e1dbe924 6450 (main): Initialize the outfiledir var.
b166dcd8 6451 (TYPEDST): Add the `tignore' value.
2f2c687b 6452 (C_entries): Corrected various small bugs.
362bc2da
DL
6453
64541994-03-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6455
6456 * Makefile.in (UTILITIES): `env' deleted.
6457 (env): Target deleted.
6458 * env.c: File deleted.
1c478461 6459
362bc2da
DL
64601994-03-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6461
6462 * Makefile.in (install, ${archlibdir}): Switch back to ..
6463 before running INSTALL_PROGRAM.
6464
880820fe 64651994-03-14 Francesco Potortì (pot@cnuce.cnr.it)
362bc2da 6466
b166dcd8 6467 * etags.c (TYPEDST): Add the `tignore' value.
2f2c687b 6468 (C_entries): Corrected various bugs, now correctly parses the
362bc2da
DL
6469 `extern "C" {' construction (patch by Tom R.Hageman).
6470
64711994-03-05 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6472
6473 * b2m.c: Use <...> to include config.h.
6474 Don't include stdlib.h.
6475
177c0ea7 64761994-03-03 Heiko Muenkel (muenkel@tnt.uni-hannover.de)
362bc2da
DL
6477
6478 * b2m.c (main): Change delimiter from "^L" to "^_^L".
6479 Allow for text following "BABYL OPTIONS:".
6480 Add --help option. Use argv[0] in error messages.
6481
64821994-03-01 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6483
6484 * emacsclient.c (main) [HAVE_SYSVIPC]:
6485 Make msgp->mtext longer if necessary.
6486 On HPUX, error if it's more than 512 chars.
6487
64881994-02-26 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
6489
6490 * etags-vmslib.c: Use GPL.
6491 * emacstool.c: Use GPL.
6492 * fakemail.c: Update GPL.
6493
6494 * make-path.c (main): Return 1 on error, not -1.
6495 Update GPL.
6496
6497 * cvtmail.c: Declare malloc, realloc, xmalloc, xrealloc, getenv.
6498 (xmalloc, xrealloc): Return char *, not int.
6499 (error): Write to stderr, not stdout.
6500 Update GPL.
6501
65021994-02-23 Karl Heuer (kwzh@gnu.ai.mit.edu)
6503
6504 * profile.c (main, get_time): Don't crash on invalid input.
6505
65061994-02-22 Karl Heuer (kwzh@gnu.ai.mit.edu)
6507
6508 * profile.c (get_time): Simplify; avoid calling index.
2f2c687b 6509 (main): Exit on EOF.
362bc2da 6510
880820fe 65111994-02-17 Francesco Potortì (pot@cnuce.cnr.it)
362bc2da 6512
a64387ee 6513 * etags.c (--absolute-pathnames): Option removed.
362bc2da
DL
6514
65151994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6516
6517 * fakemail.c (put_line): Don't break the line if it all fits.
6518
880820fe 65191994-02-14 Francesco Potortì (pot@fly)
362bc2da 6520
b166dcd8 6521 * etags.c (absolute_pathnames, cwd): Add global vars.
2f2c687b 6522 (longopts, print_help, main, process_file): Put absolute filenames
362bc2da 6523 in the tag file if the -A --absolute-pathnames option is used.
10d1d0af 6524 (print_help): Alphabetically order the options.
2f2c687b 6525 (malloc, realloc, strcpy, strncpy, strcmp): Remove extern declar.
362bc2da
DL
6526
65271994-02-09 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6528
6529 * Makefile.in (C_SWITCH_MACHINE): Get this from autoconf.
6530 (ALL_CFLAGS, LINK_CFLAGS, CPP_CFLAGS): Use C_SWITCH_MACHINE.
6531
65321994-02-07 Christian Lynbech (lynbech@avignon)
6533
6534 * emacsserver.c (main) [HAVE_SYSVIPC]: Reverse test of fork value.
6535
65361994-02-04 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6537
6538 * Makefile.in (UTILITIES): Mention profile.
6539 (profile): New target.
6540
6541 * profile.c: New file.
6542
65431994-01-16 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
c60ee5e7 6544
88c71720 6545 * make-docfile.c: Make the argument list output look more like the
c60ee5e7 6546 Lisp docstrings do.
88c71720 6547 (write_c_args): Take new arg FUNC. Make output
362bc2da
DL
6548 look like lisp call prototypes: (function ARG1 ARG2), upcasing args.
6549 (scan_c_file): Pass BUF to write_c_args for FUNC arg.
6550
880820fe 65511994-01-14 Francesco Potortì (pot@cnuce.cnr.it)
362bc2da
DL
6552
6553 * etags.c (stab_entry, stab_create, stab_find, stab_search,
61b108cc 6554 stab_type, add_keyword, C_reate_stab, C_create_stabs): Delete.
362bc2da 6555 Use gperf generated hash table instead of linked list.
61b108cc 6556 (C_stab_entry, hash, in_word_set, get_C_stab, C_symtype): Add.
362bc2da 6557 Mostly code generated by gperf.
b166dcd8 6558 (consider_token): Remove unused parameter `lp'.
2f2c687b 6559 (PF_funcs, getit): Allow subroutine and similar declarations
362bc2da 6560 to span multiple lines.
2f2c687b
JB
6561 (C_entries): Check for newline if inchar to avoid bus errors.
6562 (process_file, find_entries): Distinguish among nonexistent
362bc2da
DL
6563 and not regular file.
6564
65651994-01-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6566
6567 * timer.c: Include errno.h; don't include fasync.h.
6568 (schedule): Don't return a value.
6569 (sigcatch): Reestablish the handler first.
6570 (getevent): Always call notify at the end.
6571 (notify): Defer alarms around the whole body of function.
6572
65731994-01-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6574
6575 * timer.c (main): Don't request SIGIO, and don't handle it.
6576 Loop calling getevent.
6577 (sigcatch): Delete code to handle SIGIO.
6578 if defer_alarms is set, don't call notify, just set alarm_deferred.
1c478461 6579 (getevent): Use read, not getchar. Handle EINTR and EAGAIN.
362bc2da
DL
6580 Set defer_alarms around realloc and schedule.
6581 If alarm_deferred gets set, call notify.
6582 Likewise if this event is the only pending event.
6583 Make buf and buf_size global variables.
6584 Don't malloc buf if it is already non-zero.
6585 (schedule): Just exit if run out of memory.
6586 Return the number of events.
6587 (signal) [_CX_UX]: Add #undef.
6588
65891994-01-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6590
6591 * timer.c [USG] (SIGIO): Define as SIGPOLL.
6592 (main) [USG]: Do ioctl to enable SIGPOLL.
6593
65941994-01-08 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
6595
6596 * timer.c: Don't declare sys_errlist; declare strerror instead.
6597 (schedule, main): Call strerror instead of using sys_errlist.
6598 * movemail.c (get_errmsg, pfatal_with_name, pfatal_and_delete):
6599 Call strerror instead of using sys_errlist.
6600 * env.c (main): Call strerror instead of using sys_errlist.
6601 * emacsclient.c: Don't declare sys_errlist; declare strerror instead.
6602 (main): Call strerror instead of using sys_errlist.
6603 * emacsclient.c [! HAVE_STRERROR] (strerror): Define the function.
6604 * env.c [! HAVE_STRERROR] (strerror): Likewise.
6605 * timer.c [! HAVE_STRERROR] (strerror): Likewise.
6606 * movemail.c [! HAVE_STRERROR] (strerror): Likewise.
6607
66081994-01-05 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6609
6610 * hexl.c: Fix up whitespace. Get rid of spurious casts to void.
6611
6612 * movemail.c (malloc): Don't declare it.
6613 (xmalloc): Cast result of malloc.
6614 (strcpy): Don't declare it.
6615
66161993-11-14 Morten Welinder (terra@diku.dk)
6617
6618 * hexl.c [MSDOS]: Use binary file modes for non-text side of pipe.
6619 (main): Use fclose to close file opened by fopen.
6620
6621 * fakemail.c (main) [MSDOS]: Dummy stub just to make the file compile.
6622
6623 * movemail.c [MSDOS]: #undef `access'.
6624
6625 * b2m.c (main) [MSDOS]: Open all files as binary.
6626 * etags.c (main) [MSDOS]: Open all files as binary.
6627
6628 * make-docfile.c [MSDOS]: Use text/binary mode as appropriate.
6629 (scan_c_file, scan_lisp_file): Extra parameter for the mode to open
6630 with.
6631
66321994-01-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6633
6634 * Makefile.in (ALL_CFLAGS): Include LDFLAGS.
6635 Use ALL_CFLAGS in all the rules that compile and link with one cmd.
6636 (LINK_CFLAGS): New variable.
6637 (timer): Use LINK_CFLAGS.
6638
66391993-12-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6640
6641 * movemail.c: Include syswait.h.
6642 Fork a subprocess and use it to copy the mail file.
6643
66441993-12-07 Richard Stallman (rms@srarc2)
6645
6646 * make-docfile.c (scan_lisp_file): Don't add newline at end of string.
6647
66481993-12-04 Richard Stallman (rms@srarc2)
6649
6650 * movemail.c (main): When making tempname, cast result of xmalloc.
6651 Include room for EXXXXXX in the size.
6652 Don't use result of strcpy.
6653
66541993-12-03 Paul Eggert (eggert@twinsun.com)
6655
6656 * vcdiff: Add --brief option.
6657
66581993-12-02 Richard Stallman (rms@srarc2)
6659
6660 * Makefile.in (${archlibdir}, install): Use $(INSTALL_PROGRAM)
6661 for all executables and scripts.
6662
66631993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6664
6665 * Version 19.22 released.
6666
66671993-11-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6668
6669 * Makefile.in (mostlyclean): Make it distinct from clean.
6670
66711993-11-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6672
6673 * Makefile.in (${archlibdir}): Don't do chown or chgrp.
6674
66751993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6676
6677 * Version 19.21 released.
6678
6679 * Makefile.in (install): Don't change mode or group when installing.
6680
6681 * etags.c (FUNCST, TYPEDST, STRUCTST, DEFINEST): Delete excess commas.
6682
66831993-11-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6684
6685 * make-docfile.c (read_c_string): For "", concatenate the two strings.
6686
6687 * movemail.c (main): Fix error message text.
6688
66891993-11-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6690
6691 * Version 19.20 released.
6692
177c0ea7 66931993-11-08 Tom Hageman (tom@basil.icce.rug.nl)
362bc2da 6694
ecc54057 6695 * etags.c (C_entries): Keep track of ()-parenthesis level so that
362bc2da
DL
6696 functions returning a pointer to a function, a la `signal', can be
6697 parsed. This also required new state `fstartlist' to `FUNCST'.
6698 (SAVE_TOKEN, RESTORE_TOKEN, TOKEN_SAVED_P): 1-deep token save stack.
2f2c687b 6699 (C_entries, CNL): Use it to isolate preprocessor directive processing
362bc2da 6700 from the other state engines.
2f2c687b 6701 (begtk): Add '~', for C++ class destructors.
362bc2da 6702
880820fe 67031993-11-02 Francesco Potortì (pot@cnuce.cnr.it)
362bc2da 6704
b166dcd8 6705 * etags.c (consider_token): Remove unused variable firsttok.
2f2c687b 6706 (prolog_getit): Call pfnote with the right number of arguments.
362bc2da
DL
6707
67081993-10-19 Paul Eggert (eggert@twinsun.com)
6709
6710 * rcs2log (printlogline): Don't generate lines containing only
6711 white space.
6712
67131993-10-04 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
6714
6715 * Makefile.in (${archlibdir}):
6716 Install ${SCRIPTS} from ${srcdir}, not cwd.
6717
67181993-10-03 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
6719
6720 * Makefile.in: Fixed typos or brainos of whoever thought `@' was
6721 the comment character.
6722
880820fe 67231993-10-01 Francesco Potortì (pot@cnuce.cnr.it)
362bc2da 6724
2f2c687b 6725 * etags.c (process_file): Dead code removed.
362bc2da 6726 (S_ISREG): #define it using S_IFREG if not defined.
2f2c687b 6727 (process_file): Regular files have nothing to do with symlinks.
362bc2da 6728
f0131492 67291993-09-28 Brian J. Fox (bfox@ai.mit.edu)
362bc2da
DL
6730
6731 * Makefile.in (${archlibdir}): Install ${SCRIPTS} from ${srcdir}, not
6732 from current directory. Only chmod and chgrp files that we
6733 installed, which excludes ${INSTALLABLE_SCRIPTS}. They go in
6734 ${bindir}.
b166dcd8 6735 (INSTALLFLAGS): Delete definition, since it is an unused variable
362bc2da
DL
6736 now.
6737
f0131492 67381993-09-27 Brian J. Fox (bfox@ai.mit.edu)
362bc2da 6739
b166dcd8
KC
6740 * Makefile.in (INSTALL, INSTALL_PROGRAM, INSTALL_DATA):
6741 Let configure figure out the correct values for these variables.
362bc2da 6742
f0131492 67431993-09-14 Brian J. Fox (bfox@ai.mit.edu)
362bc2da 6744
10d1d0af 6745 * Makefile.in (archlibdir): Only install executables internally
362bc2da
DL
6746 used by emacs; don't install bindir binaries here.
6747
67481993-09-24 Paul Eggert (eggert@twinsun.com)
6749
6750 * rcs2log: Add -h, -n, -r options.
6751 By default, look for *,v files as well as RCS/*,v files.
6752 Use $TMPDIR (default /tmp) instead of /tmp.
6753
880820fe 67541993-09-20 Francesco Potortì (pot@fly)
362bc2da 6755
e1dbe924 6756 * etags.c (C_entries): is_func is initialized here instead of in
362bc2da
DL
6757 consider_token for the sake of the yacc rules section.
6758 (C_entries): Now class, struct, enum, union and typedef produce
6759 named tags.
6760
67611993-09-11 Roland McGrath (roland@baalperazim.gnu.ai.mit.edu)
6762
6763 * yow.c: Include <src/paths.h>, instead of "src/paths.h".
6764
67651993-09-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
6766
88c71720
KS
6767 * Makefile.in: Support configuring in a different directory when
6768 ${srcdir} has already been configured.
6769 (ALL_CFLAGS, CPP_CFLAGS): Put -I. -I../src before -I${srcdir}
6770 -I${srcdir}/../src.
362bc2da
DL
6771 (b2m, movemail, fakemail, env, emacsserver, emacsclient,
6772 getdate.o, timer.o, timer): Remove `-I${srcdir}/../src', since it
6773 is already in CPP_FLAGS.
6774 * etags.c, emacsclient.c, wakeup.c, timer.c, b2m.c, fakemail.c,
6775 movemail.c, emacsserver.c: Include <config.h> instead of "config.h".
6776
67771993-08-25 Paul Eggert (eggert@twinsun.com)
6778
75f1671a 6779 * rcs2log: Change /{/ to /\{/ for POSIX ERE compatibility;
362bc2da
DL
6780 otherwise, HP awk complains.
6781
6782 * vcdiff: Append /usr/ccs/bin and /usr/sccs to PATH, since these
6783 are common hangouts for SCCS commands.
6784
67851993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6786
6787 * Version 19.19 released.
6788
67891993-08-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6790
6791 * Makefile.in (make-path): Dep on config.h.
6792
67931993-08-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6794
6795 * b2m.c (TRUE, FALSE): Don't define if already defined.
6796
67971993-08-09 Paul Eggert (eggert@twinsun.com)
6798
6799 * rcs2log (awkscript):
6800 Some sites put comma-separated junk after the fullname.
6801 Remove it, but leave "Bill Gates, Jr" alone.
6802 Remove the junk from fullnames like "0000-Admin(0000)".
6803
68041993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6805
6806 * Version 19.18 released.
6807
880820fe 68081993-08-04 Francesco Potortì (pot@spiff.gnu.ai.mit.edu)
362bc2da 6809
e1dbe924 6810 * etags.c (L_isdef, L_isquote, L_getit): Small optimizations.
2f2c687b
JB
6811 (L_funcs): The (foo::defmumble stuff now should work.
6812 (consider_token): Function returned random value--corrected.
6813 (C_entries): Corrected == versus = typo.
362bc2da
DL
6814
68151993-08-01 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
6816
6817 * etags.c (put_entries): For NODE->rewritten, put pattern before
6818 \177 and name after, not vice versa.
6819
68201993-08-01 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6821
6822 * timer.c (main): Generate a SIGIO as soon as we've initialized.
6823
880820fe 68241993-07-30 Francesco Potortì (pot@cnuce.cnr.it)
362bc2da 6825
b166dcd8 6826 * etags.c (FINCST): Add the fignore status. Means we are
362bc2da
DL
6827 after the parameter list and before the open curly brace.
6828 Allows correct parsing of C++ constructors.
2f2c687b
JB
6829 (C_entries, consider_token): Make use of fignore.
6830 (consider_token): Reset funcdef when next_token_is_func: when in
362bc2da 6831 ctags mode makes DEFVAR and others work better.
e1dbe924 6832 (L_isquote): Function that recognizes the "(quote" string.
2f2c687b 6833 (L_getit): Ignore quoting via "'" or "(quote". Useful for defalias.
362bc2da
DL
6834
68351993-07-29 Paul Eggert (eggert@twinsun.com)
6836
6837 * rcs-checkin: Don't check whether a file is readable until we have
6838 decided not to ignore it.
6839
68401993-07-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6841
6842 * Makefile.in (etags): Depend on ../src/config.h.
6843
6844 * emacsserver.c: Include types.h before file.h.
6845
68461993-07-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6847
6848 * Makefile.in (install): Use .n, not .new, for temporary filenames.
6849
68501993-07-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6851
ecc54057 6852 * Version 19.17 released.
362bc2da
DL
6853
68541993-07-15 Jim Blandy (jimb@totoro.cs.oberlin.edu)
6855
6856 * etags.c (print_help): Break up the very long strings containing
6857 the help message into shorter strings, to placate chintzy C
6858 compilers which can't handle strings that long.
6859
6860 * wakeup.c: Use CPP tangle from autoconf manual to #include the
6861 correct combination of <time.h> and <sys/time.h>.
6862
880820fe 68631993-07-08 Francesco Potortì (pot@cnuce.cnr.it)
362bc2da 6864
b166dcd8 6865 * etags.c (alloca): Remove all references to it.
2f2c687b
JB
6866 (main): Now calls xnew instead of alloca for portability.
6867 (../src/config.h): Included only if HAVE_CONFIG_H.
6868 (const): Void definition removed--config.h takes care of it.
362bc2da 6869
880820fe 68701993-07-08 Francesco Potortì (pot@cnuce.cnr.it)
362bc2da 6871
2f2c687b 6872 * etags.c (consider_token): Was `==', now is `='.
362bc2da
DL
6873 (consider_token): DEFUNs now treated like funcs in ctags mode.
6874
61b108cc 6875 * etags.c (LEVEL_OK_FOR_FUNCDEF): Remove.
2f2c687b 6876 (C_entries): Optimized the test that used LEVEL_OK_FOR_FUNCDEF.
b166dcd8 6877 (C_entries): Remove a piece of useless code.
2f2c687b 6878 (C_entries): Making typedef tags is delayed until a semicolon
362bc2da
DL
6879 is met. This handles "typedef int X, Y, Z;" correctly.
6880
68811993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
6882
6883 * Version 19.16 released.
6884
6885 * b2m.c: #include <sys/types.h>.
6886 (ltoday): Declare this to be time_t.
6887
68881993-06-30 Paul Eggert (eggert@twinsun.com)
6889
6890 * vcdiff: Add -q option.
6891
68921993-06-29 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
6893
6894 * etags.c: #include "config.h" and the alloca CPP tangle before
6895 #including the system headers and getopt.h. AIX requires the
6896 #pragma to come before any actual C code.
6897
68981993-06-21 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
6899
6900 * Makefile.in (ctags): Depend on etags, so that parallel makes
6901 don't write etags.o files on top of each other.
6902
69031993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
6904
6905 * version 19.15 released.
6906
69071993-06-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6908
6909 * etags.c (add_node): Move var last_node to file scope.
6910
69111993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
6912
6913 * Version 19.14 released.
6914
69151993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
6916
ecc54057 6917 Bring mumbleclean targets into conformance with GNU coding standards.
362bc2da
DL
6918 * Makefile.in (distclean): Call clean to do most of the work.
6919 Delete aixcc.c and TAGS.
6920 (realclean): Just call distclean.
1c478461 6921
362bc2da
DL
6922 * Makefile.in: Remember, spaces are not tabs.
6923
69241993-06-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6925
6926 * Makefile.in (CPP_CFLAGS): New variable.
6927 Use it instead of ALL_CFLAGS when compiling a .c file.
6928 (getopt.o, getopt1.o): Add explicit compilation commands.
6929
69301993-06-10 Mark D. Baushke (mdb@cisco.com)
6931
6932 * etags.c: Reinstate old -f option as an alias for -o for
6933 installed base uses.
6934
69351993-06-09 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
6936
6937 * emacsserver.c (main): When we're passing a `struct sockaddr_un'
6938 to bind or accept, cast the pointer, to avoid warnings on systems
6939 which declare prototypes for this.
6940 * emacsclient.c (main): Same.
6941
6942 * Makefile.in (YACC): New variable, to be set by top-level Makefile.
6943
69441993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
6945
6946 * Version 19.13 released.
6947
6948 * wakeup.c: Include sys/types.h, too; I think that's where time_t
6949 comes from, not sys/time.h.
6950
69511993-06-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6952
6953 * wakeup.c: Include sys/time.h.
6954
6955 * etags.c: #undef static.
6956
6957 * Version 19.12 released.
6958
6959 * Makefile.in (all): Exclude INSTALLABLE_SCRIPTS and SCRIPTS from deps.
6960
69611993-06-01 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6962
6963 * Version 19.11 released.
6964
6965 * timer.c [LINUX]: #undef signal.
6966 * emacsserver.c: #undef signal.
6967
69681993-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6969
6970 * wakeup.c (main): Make when a time_t.
6971
69721993-05-30 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
6973
ecc54057 6974 * Makefile.in (${archlibdir}): Use `(cd foo && pwd)' instead of
a64387ee 6975 `(cd foo ; pwd)' to get the canonical name of a directory; cd
362bc2da
DL
6976 might fail, and have pwd print out the current directory.
6977
6978 * movemail.c [MAIL_USE_POP] (main): Don't use non-portable
6979 string-handling functions.
6980
69811993-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6982
6983 * Version 19.10 released.
6984
69851993-05-29 Paul Eggert (eggert@twinsun.com)
6986
6987 * rcs2log: When given no file arguments, inspect RCS/.* as well
6988 as RCS/*. Don't report an error if RCS is empty or nonexistent.
6989
69901993-05-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6991
6992 * Makefile.in (timer): Link with $(LOADLIBES).
6993
69941993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6995
6996 * fakemail.c (put_line): Don't output \n\t unless more text follows.
6997
69981993-05-28 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
6999
7000 * etags.c: Replace the CPP tangle for alloca with the one from the
7001 autoconf documentation, since that's working elsewhere.
7002
70031993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
7004
7005 * Makefile.in (ALL_CFLAGS): Add "-I.", so the system and machine
7006 description files can find their ancestors.
7007
70081993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7009
7010 * Makefile.in (install): Get the scripts from ${srcdir},
7011 unlike the executables.
6088b51f 7012 (ALL_CFLAGS): Add -I../src.
362bc2da
DL
7013
70141993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
7015
7016 * Version 19.9 released.
7017
70181993-05-26 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7019
7020 * Makefile.in (install): Do install the programs listed in
7021 INSTALLABLE_SCRIPTS. Make the renaming loop use INSTALLABLES and
7022 INSTALLABLE_SCRIPTS, instead of writing the programs out.
7023
7024 * Makefile.in (ALL_CFLAGS): Include -I${srcdir}.
7025 (getopt.o, getopt1.c): Use ${srcdir} as appropriate.
7026
70271993-05-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7028
7029 * etags.c: Include ../src/config.h.
7030
7031 * Makefile.in (install): Don't handle INSTALLABLE_SCRIPTS
7032 in first loop. Delete files from bindir before installing new ones.
7033 (ALL_CFLAGS): Use ${srcdir} to find .../src dir.
7034
70351993-05-24 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7036
7037 * Version 19.8 released.
7038
7039 * make-docfile.c: Doc fix.
7040
70411993-05-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7042
7043 * tcp.c: Fix comment syntax at top of file.
7044 (main): Don't call htons with the port number.
7045
70461993-05-24 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7047
7048 * Makefile.in (timer.o, sorted-doc.c): Link with alloca.o, if it's
1c478461 7049 appropriate.
362bc2da
DL
7050
7051 * Makefile.in (install): Refer to the variables INSTALLABLES and
7052 INSTALLABLE_SCRIPTS, instead of writing them out.
7053
70541993-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7055
7056 * make-path.c (main): Return 0.
7057
70581993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
7059
ecc54057 7060 * Version 19.7 released.
362bc2da
DL
7061
70621993-05-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7063
7064 * make-docfile.c (scan_lisp_file): Recognize defalias like fset.
7065
70661993-05-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7067
7068 * tcp.c: New file.
7069
70701993-05-18 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7071
7072 * Makefile.in (.c.o): Make the rule start with a tab, not spaces.
7073
70741993-05-15 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
7075
7076 * timer.c (notify): Don't call sighold or sigrelse; they're USG
7077 only. We should really fix this later, but let's just make it
7078 compile for now.
7079
7080 Install patches from David J. Mackenzie to make the srcdir option
7081 work.
7082 * Makefile.in (srcdir, VPATH): Get this value from the top-level
7083 Makefile.
7084 (INSTALLABLES): Split this into two lists - INSTALLABLES and
7085 INSTALLABLE_SCRIPTS.
7086 (INSTALLABLE_SCRIPTS): New list.
7087 (EXECUTABLES): Include INSTALLABLE_SCRIPTS.
7088 (${archlibdir}): The scripts to be installed live in the source
7089 tree, not in the object tree.
7090 (test-distrib): Note that the data file lives in the source tree,
7091 not the object tree.
7092 (GETOPTDEPS): Note that getopt.h lives in the source tree.
7093 (all other targets): Change references to source files to use
7094 ${srcdir}, except for config.h, which lives in the object dir.
7095 (timer.o): Note that this depends on ../src/config.h.
7096 * make-docfile.c (main): Add a -d option, to tell it where to find
7097 the source files.
7098 * test-distrib.c (main): Take the name of the distribution file to
7099 test from the command line.
7100
10d1d0af 7101 * timer.c: Fix misspellings of get_date function's name.
362bc2da
DL
7102
71031993-05-12 Roland McGrath (roland@geech.gnu.ai.mit.edu)
7104
7105 * etags.c (main):
7106 Don't require that there be input files if -i switches were given.
7107
71081993-05-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
7109
7110 The GNU coding standards specify that CFLAGS should be left for
7111 users to set.
7112 * Makefile.in (CFLAGS): Put this in the "things configure might
7113 edit" section, and have it default to -g.
7114 (ALL_CFLAGS): New variable, set to all the flags which should be
7115 passed to compilations. Replace all other uses of CFLAGS with
7116 ALL_CFLAGS.
7117 (.c.o): New rule, to pass ALL_CFLAGS to compilations.
7118
7119 * Makefile.in (DEFS): Remove this; it's always just going to be
7120 "-DHAVE_CONFIG_H -Demacs".
7121
71221993-05-03 Paul Eggert (eggert@twinsun.com)
7123
7124 * rcs2log: mawk, SunOS 4.1.3 nawk, and Ultrix/MKS nawk all barf on
7125 /[/]/, so change it to /[\/]/. This should work on all
75f1671a 7126 POSIX-compliant awks. It's slightly wrong with traditional awk,
362bc2da
DL
7127 since it matches \ too, but that's a minor problem compared to awk
7128 syntax errors.
7129
71301993-05-01 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
7131
7132 * Makefile.in (ALLOCA): New variable, whose value we should
7133 inherit from the top-level makefile.
7134 (etags, ctags): Include ALLOCA in the list of object files that
7135 these executables depend on and link.
7136
71371993-04-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
7138
b166dcd8 7139 * Makefile.in (DEFS): Rename from CONFIG_CFLAGS.
362bc2da
DL
7140
71411993-04-07 Jim Blandy (jimb@churchy.gnu.ai.mit.edu)
7142
7143 * make-docfile.c (write_c_args): Print an argument named "defalt"
7144 as "default".
7145
71461993-03-24 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
7147
7148 * Makefile.in (C_SWITCH_SYSTEM): New variable.
7149 (CFLAGS): Include C_SWITCH_SYSTEM in the flags to pass to the
7150 compiler.
7151
880820fe 71521993-03-22 Francesco Potortì (pot@cnuce.cnr.it)
362bc2da 7153
2f2c687b
JB
7154 * etags.c (YACC): Flag added to c_ext.
7155 (c_ext): No more a synonim for c_ext&C_PLPL because of YACC.
7156 (find_entries): Consistently use streq when reasonable.
7157 (find_entries): A .y file is a yacc file.
362bc2da 7158 (get_C_stab): c_ext becomes c_ext&C_PLPL.
2f2c687b
JB
7159 (C_entries): Logical cplpl means c_ext&C_PLPL.
7160 (C_entries): Logical yacc_rules means we are after the first %%.
b166dcd8 7161 (C_entries): Add logic for yacc files.
362bc2da 7162
880820fe 71631993-03-16 Francesco Potortì (pot@cnuce.cnr.it)
362bc2da
DL
7164
7165 * etags.c (C_entries): ':' case moved to the second switch.
2f2c687b 7166 (C_entries): Do not examine token if structdef==scolonseen.
362bc2da
DL
7167 (consider_token): structtag set to null string for enum.
7168
880820fe 71691993-03-12 Francesco Potortì (pot@cnuce.cnr.it)
362bc2da 7170
2f2c687b
JB
7171 * etags.c (GET_COOKIE): And related macros removed.
7172 (logical): Is now int, no more a char.
7173 (reg): Define deleted.
61b108cc
SM
7174 (isgood, _gd, notgd): Delete.
7175 (gotone): Delete.
2f2c687b 7176 (TOKEN): Member linestart removed.
61b108cc 7177 (linepos, prev_linepos, lb1): Delete.
2f2c687b 7178 (main): Call initbuffer on lbs array instead of lb1.
e1dbe924 7179 (init): Remove the initialization of the logical _gd array.
2f2c687b 7180 (find_entries): A .sa suffix means assembler file.
362bc2da
DL
7181 (C_create_stab): "auto", "void", "extern", "static" are st_C_typespec.
7182 All C state machines rewritten.
2f2c687b
JB
7183 (C_entries): Complete rewrite.
7184 (condider_token): Complete rewrite.
61b108cc 7185 (getline): Delete.
362bc2da 7186
880820fe 71871993-03-01 Francesco Potortì (pot@fly.CNUCE.CNR.IT)
362bc2da 7188
b166dcd8 7189 * etags.c (C_entries): Add the quotednl logical variable.
362bc2da
DL
7190 Used for parsing of #define's spanning multiple lines.
7191
880820fe 71921993-02-23 Francesco Potortì (pot@fly.CNUCE.CNR.IT)
362bc2da
DL
7193
7194 * etags.c (C_entries): Save the definedef status even when a
7195 newline is met inside a string.
7196
71971993-03-19 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
7198
b166dcd8 7199 * Makefile.in (EXECUTABLES): Add rcs-checkin.
362bc2da
DL
7200
7201 * Makefile.in (unlock, relock): New productions.
7202
72031993-03-16 Paul Eggert (eggert@twinsun.com)
7204
7205 * rcs2log: Some awks don't understand "\r". Code around this.
7206 Unfortunately this requires putting a carriage return in the
7207 source code. Don't assume that rlog will tolerate times like
7208 `10:10:60'; RCS 5.7 won't allow this.
7209
72101993-03-10 Jim Blandy (jimb@totoro.cs.oberlin.edu)
7211
7212 * timer.c (main): Set the ownership of the stdin file descriptor
7213 to the current process. Print error messages if either of the
7214 fcntl's fails.
7215
7216 * timer.c (sigcatch): Declare this to return SIGTYPE (defined in
7217 ../src/config.h), not void.
7218
72191993-03-06 Jim Blandy (jimb@totoro.cs.oberlin.edu)
7220
7221 * b2m.c (main): Don't exit upon reading a blank line.
7222
880820fe 72231993-03-01 Francesco Potortì (pot@fly.CNUCE.CNR.IT)
362bc2da
DL
7224
7225 * etags.c (C_entries): New local variable quotednl. Used for
7226 parsing of #define's spanning multiple lines.
7227
7228 * etags.c (C_entries): Save the definedef status
7229 even when a newline is met inside a string.
7230
72311993-02-26 Jim Blandy (jimb@totoro.cs.oberlin.edu)
7232
7233 * timer.c (notify): Initialize waitfor properly.
7234
880820fe 72351993-02-22 Francesco Potortì (pot@CNUCE.CNR.IT)
362bc2da
DL
7236
7237 * etags.c (C_entries): Don't reset definedef when a newline inside a
7238 comment is met.
7239
72401993-01-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7241
7242 * etags.c (find_entries): If filename ends in .f or .for,
7243 don't try anything but Fortran.
7244
72451993-01-08 Michael I Bushnell (mib@geech.gnu.ai.mit.edu)
7246
7247 * timer.c (notify): Flush stdout after writing message to avoid lossage
7248 on terminals.
7249
7250 (notify): Also, write a newline after the token.
7251
72521992-12-12 Jim Blandy (jimb@totoro.cs.oberlin.edu)
7253
7254 * Makefile.in (exec_prefix): New variable.
7255 (bindir, libdir): Use it instead of `prefix'.
7256
7257 * Makefile.in (CFLAGS): #define HAVE_CONFIG_H, too.
7258
7259 * Makefile.in (libdir): Default to ${prefix}/lib.
b166dcd8 7260 (archlibdir): Adjust to match.
362bc2da
DL
7261
7262 * Makefile.in (distclean): Don't delete backup or autosave files.
7263 (extraclean): Like realclean, but does delete backup and autosave
7264 files.
7265
7266 * Makefile.in (realclean): Ignore errors from rm.
7267
7268 * Makefile.in (distclean): Don't bother to delete ../arch-lib;
7269 that doesn't exist anymore.
7270
72711992-12-11 Jim Blandy (jimb@totoro.cs.oberlin.edu)
7272
7273 * Makefile.in (prefix, bindir, libdir, srcdir): New variables, as
7274 described in the top-level Makefile.
7275 (UTILITIES): Add make-path to the list of utility programs.
7276 (../arch-lib): Replaced by the ${archlibdir} target, which places
7277 the executables in their permanent home.
7278 (install, install.sysv, install.xenix): Consolidated into one
7279 target which should work under all circumstances, modulo a few
7280 ignored error messages.
7281
7282 * make-docfile.c (scan_c_file): Since DEFVAR_PER_BUFFER now takes
7283 a different number of arguments than other DEFVARs, recognize it
7284 specially, and expect the right number of commas.
7285
72861992-12-04 Jim Blandy (jimb@totoro.cs.oberlin.edu)
7287
7288 * make-path.c: New program, to help with the installation process.
7289 * Makefile.in (make-path): New target.
7290
7291 * make-path.c (touchy_mkdir): Remove debugging output.
7292
72931992-11-05 Jim Blandy (jimb@totoro.cs.oberlin.edu)
7294
b166dcd8 7295 * Makefile.in (getdate.o): Add explicit target for this, so we
362bc2da
DL
7296 can indicate that it depends on ../src/config.h.
7297
72981992-11-04 Jim Blandy (jimb@totoro.cs.oberlin.edu)
7299
7300 * Makefile.in (CONFIG_CFLAGS): Let the configure script edit this
7301 instead of CFLAGS.
7302 (CFLAGS): Add -Demacs and -I../src to CONFIG_CFLAGS to produce this.
7303
73041992-09-30 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7305
7306 * getdate.y: Correctly recognize Mt. Xinu BSD running on an HP
7307 9000/300 as BSD; don't include both <sys/time.h> and <time.h> on
7308 that system.
7309
7310 * Makefile.in (arch-lib): Give rm the `-f' option.
7311
73121992-09-28 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7313
7314 * make-docfile.c (write_c_args): Rewritten to correctly print
7315 &optionals before the first identifier, but after the first paren.
7316 This code used to just wait for commas or spaces; now it notices
7317 identifier boundaries.
7318
73191992-09-26 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
7320
7321 * rcs2log: When getting date, use %02d instead of %.2d in awk printf.
7322
73231992-09-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7324
7325 * make-docfile.c (write_c_args): Print the argument lists properly
7326 when the first argument is optional.
7327
73281992-09-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7329
7330 * sorted-doc.c (main): Redefine special chars to use fonts tensy, teni.
7331 Redefine @item. Set catcode of +.
7332
73331992-08-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7334
7335 * emacsclient.c (main): Set IPC_CREAT in msgget call.
7336
73371992-08-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7338
7339 * etags.c (TEX_funcs): Keep just 1 of two redundant nested loops.
7340 (TEX_decode_env): Make `tab' one element longer.
7341
73421992-08-20 Jim Blandy (jimb@pogo.cs.oberlin.edu)
7343
7344 * etags.c (PF_funcs): Recognize the "entry" keyword.
7345
73461992-08-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
7347
7348 * Makefile.in: Add rcs2log and vcdiff to the list of utilities.
7349
73501992-08-14 Jim Blandy (jimb@pogo.cs.oberlin.edu)
7351
7352 * timer.c (events): Rather than having slots marked as in use or
7353 out of use by the `token' field, keep all pending events at the
7354 beginning of the array. When we delete an event in the middle of
7355 the array, we move the last event into its place.
7356 (num_events): New variable.
7357 (schedule): It is now cheaper to find a free event slot;
7358 events[num_events] is the first free slot.
7359 (notify): Scan events[0 .. num_events-1], instead of the whole
7360 array. When an event fires, move the last event in the array into
7361 its spot. Use num_events to determine whether or not there are
7362 any pending events, not wait_for.
b166dcd8 7363 (getevent): Delete unused variable `ep'.
362bc2da
DL
7364 (sigcatch): It's now easier to find all the active events.
7365 (main): Initialize num_events.
7366
7367 * etags.c: Rather than fret about which systems have index and
7368 which systems have strchr, and how to tell the difference between
7369 them, we just write out our own versions. Big deal.
7370 (index, rindex): Extern declarations removed.
7371 (NEED_INDEX, NEED_RINDEX): Special hacks for hpux removed.
7372 (etags_index, etags_rindex): New declarations.
7373 (process_file, find_entries, pfnote, TEX_funcs, TEX_decode_env,
7374 TEX_getit, substr): Use the etags_*index functions, rather than
7375 the native *index functions.
b166dcd8 7376 (rindex, index): Rename to etags_rindex and tags_rindex, and
362bc2da
DL
7377 made them unconditionally defined, rather than having them depend
7378 on NEED_*INDEX.
7379
7380 * etags.c (savenstr): Add declaration for this at top of file.
7381 (TEX_decode_env): Don't declare it local to this function.
7382
7383 * b2m.c: #include "../src/config.h", so we can test for the USG
7384 macro, and decide whether to include <string.h> or <strings.h>.
7385 * Makefile.in: Note that b2m.c depends on ../src/config.h.
7386
73871992-08-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
7388
7389 * timer.c: Reformatted according to the GNU coding standards.
7390 Removed arbitrary limits on the number of events queued and the
7391 length of the tokens used to identify them.
7392 Removed casts to (void).
7393 Removed debugging printfs; they clutter the code, and the need
7394 can be better filled using a real debugger.
7395
73961992-08-07 Jim Blandy (jimb@pogo.cs.oberlin.edu)
7397
7398 * timer.c: Installed new version from Eric Raymond; this is more
7399 portable, since it doesn't try to use SIGIO.
7400
74011992-07-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7402
7403 * emacsclient.c (main): If we can't find the socket in this
7404 person's home directory, print a message which asks if they've
7405 started the server, instead of just printing the message from
7406 sys_errmsg; Cygnus finds that people are much less confused by
7407 this.
7408
74091992-07-14 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7410
7411 * etags.c: Rather than defining "notdef" when "hpux" is #defined,
7412 so that index and rindex get defined, why don't we actually
7413 control index and rindex using symbols called "NEED_INDEX" and
7414 "NEED_RINDEX", and define them if hpux is defined? Isn't that a
7415 little more readable than defining something whose name implies
7416 that it's not?
7417
74181992-07-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7419
7420 * movemail.c: Merged changes from Jamie Zawinski's byte compiler
7421 distribution:
7422 Miscellaneous doc fixes.
1c478461 7423 (skip_white, read_lisp_symbol): New functions.
362bc2da
DL
7424 (scan_lisp_file): Instead of using long hairy strings of ifs, call
7425 read_lisp_symbol and then see what we got. Call skip_white
7426 instead of writing out a loop to do its job. Correctly extract
7427 docstrings from "defmacro" declarations.
7428
74291992-06-25 Jim Blandy (jimb@pogo.cs.oberlin.edu)
7430
7431 * movemail.c (strcpy): Declare this to return char *.
7432
74331992-06-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
7434
7435 * etags.c (C_entries): When we find a C++ comment, do actually
7436 skip to the end of the line; do a 'break' instead of a 'continue'.
7437
74381992-06-11 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7439
7440 * etags.c (getit): Add missing parenthesis to expression which
7441 decides if this token is an identifier.
7442
74431992-06-04 Roland McGrath (roland@geech.gnu.ai.mit.edu)
7444
7445 * etags.c (consider_token): Recognize `ENTRY' macro used in libc.
7446
74471992-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7448
7449 * etags.c (put_entries): Always put space between name and line num.
7450
74511992-05-28 Ken Raeburn (Raeburn@Cygnus.COM)
7452
7453 * etags.c (getit): Parenthesize &&/|| expression to avoid gcc
7454 warning.
7455 (LEVEL_OK_FOR_FUNCDEF): Ditto.
7456
74571992-05-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7458
7459 * make-docfile.c (write_c_args): Pass both arguments to putc.
7460
74611992-05-10 Roland McGrath (roland@albert.gnu.ai.mit.edu)
7462
b166dcd8 7463 * etags.c (C_entries): Fix reading of "..." strings.
362bc2da
DL
7464 (consider_token): Recognize `SYSCALL' and `PSEUDO' macros, used in
7465 the C library source.
7466
7467 * etags.c (C_entries): When we see a backslash inside a quoted
7468 string, skip to the next character. This allows us to correctly
7469 deal with strings containing quotes.
7470
74711992-05-08 Jim Blandy (jimb@pogo.cs.oberlin.edu)
7472
7473 * make-docfile.c (write_c_args): Print the C argument names as
7474 they would be written in Elisp; print '_' as '-'.
7475
74761992-05-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7477
7478 * movemail.c [POP]: Get user name via getpwuid.
7479
74801992-05-04 Jim Blandy (jimb@pogo.cs.oberlin.edu)
7481
2f2c687b 7482 * Makefile.in: Flags in CC invocations rearranged for no reason.
362bc2da
DL
7483
74841992-04-20 Jim Blandy (jimb@pogo.cs.oberlin.edu)
7485
10d1d0af 7486 * etags.c (print_help): Remember not to embed raw newlines in
362bc2da
DL
7487 strings - end the lines with `\n\'.
7488
74891992-04-17 Jim Blandy (jimb@pogo.cs.oberlin.edu)
7490
b166dcd8 7491 * timer.c (getevent): Remove declaration of memcpy; since
362bc2da
DL
7492 different systems have different return types, and we're not even
7493 using the return type anyway, it wasn't doing us any good.
7494
74951992-04-16 Jim Blandy (jimb@pogo.cs.oberlin.edu)
7496
7497 * emacsserver.c (msgcatch): Use the SIGTYPE macro to declare the
7498 type of this function.
7499
75001992-04-14 Jim Blandy (jimb@pogo.cs.oberlin.edu)
7501
7502 * ChangeLog: Since the old etc contents have been split into etc
7503 and lib-src, the old etc's ChangeLog has been duplicated in the
7504 new etc and lib-src. That means that each contains complete and
7505 coherent information, although each contains extraneous
1c478461 7506 information.
362bc2da
DL
7507
75081992-04-08 Jim Blandy (jimb@pogo.cs.oberlin.edu)
7509
290afd83 7510 * etags.c: "--no-warning" option renamed to "--no-warn",
362bc2da
DL
7511 to be consistent with other GNU programs, like makeinfo.
7512
290afd83 7513 * Makefile: Renamed to Makefile.in; the configure script
362bc2da
DL
7514 will edit this to produce Makefile.
7515
75161992-04-07 Jim Blandy (jimb@pogo.cs.oberlin.edu)
7517
7518 * etags.c (print_help, print_version): New functions.
7519 (main): Options added to support them.
7520
7521 * etags.c (longopts): New array of long names for the options.
7522 (main): Recognize them.
7523
75241992-04-06 Jim Blandy (jimb@pogo.cs.oberlin.edu)
7525
b166dcd8 7526 * etags.c (C_entries): Remove comment saying that \" in a string
362bc2da
DL
7527 isn't recognized as magic, because it is correctly handled.
7528
7529 * getopt.c, getopt.h: New files, from GNU C library.
7530 * etags.c: Rewritten to use getopt.
7531 #include "getopt.h".
7532 (file_num): Variable deleted; its role is now played by getopt's
7533 optind.
7534 (main): Argument processing loop rewritten to call getopt to get
7535 next option. Options which take parameters (-o and -i) rewritten
b166dcd8
KC
7536 to get parameter from optarg instead of argv[1].
7537 Filename preprocessing loop and update command changed similarly.
362bc2da
DL
7538 * Makefile (etags, ctags): Depend on and link with getopt.h,
7539 getopt.o, and getopt1.o.
7540 (getopt.o, getopt1.o): New targets for the GNU getopt routines.
7541
7542 * etags.c (outfflag): Variable deleted; it is non-zero iff outfile
7543 is non-zero.
7544
7545 (main): In the argument processing loop, the 'goto next_arg'
7546 statements are breaking out of the switch statement in exactly the
7547 same way that a simple 'break' statement would; replace the gotos
7548 with breaks, and remove the label.
7549
75501992-04-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7551
7552 * etags.c (C_entries): Clear tydef and next_token_is_func at start.
7553 (consider_token): Move next_token_is_func to global.
7554
75551992-04-02 Jim Blandy (jimb@pogo.cs.oberlin.edu)
7556
7557 * Makefile: Conform with GNU coding standards:
7558 (mostlyclean): New target, synonymous with clean.
7559 (TAGS, check): New targets.
7560 (INSTALL, INSTALLFLAGS): New variables.
7561
75621992-03-31 Jim Blandy (jimb@pogo.cs.oberlin.edu)
7563
ecc54057 7564 * lib-src/Makefile, etc/MACHINES, etc/NEWS: Changed references to
362bc2da
DL
7565 `config.emacs' to `configure'.
7566
7567 * lib-src/Makefile: Adjusted for renaming of share-lib to etc.
7568 * etc/MACHINES: Same.
7569
75701992-03-30 Jim Blandy (jimb@pogo.cs.oberlin.edu)
7571
7572 * movemail.c (main): Allow tempname to be as long as necessary,
7573 instead of limiting it to 39 characters.
7574
7575 * movemail.c (main): Move declaration of buf from top of function
7576 to local block surrounding the copy loop. This makes it less
7577 likely to be confused with the buf used by the code which checks the
7578 permissions on outname's directory.
7579
75801992-03-20 Jim Kingdon (kingdon@albert.gnu.ai.mit.edu)
7581
7582 * SERVICE: Remove my entry.
7583
75841992-03-09 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
7585
7586 * Makefile (emacstool, nemacstool, xvetool): Use ${CFLAGS}, not
7587 hardcoded -g.
7588
7589 * movemail.c (xmalloc): Return char *, not int.
7590 (main) [!MAIL_USE_FLOCK]: Add a new conditional, MAIL_UNLINK_SPOOL,
7591 that is off by default -- normally don't unlink the mail spool
7592 file, just empty it. Pass creat mode 0600, not 0666.
7593
dff28924 75941992-02-07 Jim Blandy (jimb@pogo.cs.oberlin.edu)
362bc2da
DL
7595
7596 * Makefile (../arch-lib): Depend on ${EXECUTABLES}.
7597 (all): Instead of here.
7598 (install): Don't use the -s option, since people need symbols to
7599 debug code.
7600
dff28924 76011992-01-19 Eric Youngdale (youngdale@v6550c.nrl.navy.mil)
362bc2da
DL
7602
7603 * etags-vmslib.c (fn_exp): Add type cast.
7604
76051992-01-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7606
7607 * movemail.c: Changes in comments.
7608
dff28924 76091992-01-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
362bc2da
DL
7610
7611 * Makefile: Make the distclean target erase the DOC files from
7612 ../share-lib and the executables from ../arch-lib.
7613
dff28924 76141992-01-09 Jim Blandy (jimb@pogo.cs.oberlin.edu)
362bc2da
DL
7615
7616 * emacsclient.c: #include <sys/stat.h>
7617 (main): Do declare statbfr.
7618
dff28924 76191991-12-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
362bc2da
DL
7620
7621 * emacsserver.c, emacsclient.c [BSD]: Use either /tmp or ~
7622 for the socket, depending on SERVER_HOME_DIR.
7623 If using /tmp, put host name in the socket name.
7624
7625 * movemail.c (pfatal_and_delete): New function.
7626 (main, popmail): Use it.
7627 (popmail): Close output before deleting messages.
7628 Check for error on close and on fsync.
7629 Use `fatal' where appropriate.
7630 (main): Remove (void).
7631
7632 * aixcc.lex: New file. Not officially part of Emacs.
7633 * Makefile: Rules for that.
7634
dff28924 76351991-12-04 Jim Blandy (jimb@pogo.gnu.ai.mit.edu)
362bc2da
DL
7636
7637 * yow.c (main): Rename all references to PATH_EXEC to PATH_DATA.
7638
7639 * etags.c (main): Properly cast call to alloca that initializes
7640 included_files.
7641
76421991-08-17 Roland McGrath (roland@geech.gnu.ai.mit.edu)
7643
7644 * etags.c (files_are_tag_tables): Remove global var.
7645 (process_file): Don't test it. Also remove hack checking for a
7646 file named "TAGS".
7647 (main): -i now takes an arg which is the name of a file to include.
7648 Collect these names and emit include tags for them after processing
7649 all the argument files.
7650
dff28924 76511991-07-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
362bc2da
DL
7652
7653 * wakeup.c: Terminate if parent goes away.
7654
dff28924 76551991-07-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
362bc2da
DL
7656
7657 * etags.c (C_entries): Process token before handling end of line.
7658 When inner loops reach end of line, just back up.
7659 Let the real end of line processing happen in just one place.
a64387ee 7660 (consider_token): Likewise.
362bc2da 7661
dff28924 76621991-04-11 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
362bc2da
DL
7663
7664 * etags.c (TEX_mode): Skip comments while scanning the text to see
7665 which escape character this file uses.
7666
dff28924 76671991-03-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
362bc2da
DL
7668
7669 * emacsserver.c [USG]: Terminate if msgrcv fails.
7670
dff28924 76711991-03-03 Richard Stallman (rms@mole.ai.mit.edu)
362bc2da
DL
7672
7673 * emacsserver.c [BSD]: Check for errors on stdin after scanf.
7674
dff28924 76751991-01-25 Jim Blandy (jimb@churchy.ai.mit.edu)
362bc2da
DL
7676
7677 * make-docfile: Find the arguments to a C function correctly,
b166dcd8
KC
7678 by not ignoring the character that read_c_string returns.
7679 Don't even try to find argument names for functions that take MANY
362bc2da
DL
7680 or UNEVALLED arguments, since they're a figment of the docstring's
7681 imagination.
7682
dff28924 76831991-01-14 Jim Blandy (jimb@churchy.ai.mit.edu)
362bc2da
DL
7684
7685 * make-docfile: Read the .elc files generated by the new byte
7686 compiler.
7687
dff28924 76881990-12-31 Richard Stallman (rms@mole.ai.mit.edu)
362bc2da
DL
7689
7690 * refcard.tex: Use cm fonts, not am, in multi-column mode.
7691
dff28924 76921990-11-29 Richard Stallman (rms@mole.ai.mit.edu)
362bc2da
DL
7693
7694 * movemail.c (mbx_delimit_begin): Put space before `unseen'.
7695
dff28924 76961990-11-27 Richard Stallman (rms@mole.ai.mit.edu)
362bc2da
DL
7697
7698 * Makefile (install*): No need to install wakeup.
7699
dff28924 77001990-11-26 Richard Stallman (rms@mole.ai.mit.edu)
362bc2da
DL
7701
7702 * Makefile (install*): Install emacsclient like etags.
7703
dff28924 77041990-11-13 Richard Stallman (rms@mole.ai.mit.edu)
362bc2da
DL
7705
7706 * movemail.c (error): Handle 3 args.
7707 (main): Don't check input access if using pop.
7708
dff28924 77091990-10-16 Richard Stallman (rms@mole.ai.mit.edu)
362bc2da
DL
7710
7711 * etags.c (find_entries): Check for numbers after Scheme suffix.
7712
dff28924 77131990-10-14 Richard Stallman (rms@mole.ai.mit.edu)
362bc2da
DL
7714
7715 * termcap.dat (vt200-80): Fix ke and ks to frob flag 1.
7716
dff28924 77171990-10-09 Richard Stallman (rms@mole.ai.mit.edu)
362bc2da
DL
7718
7719 * Makefile (nemacstool, xvetool): New targets.
7720
dff28924 77211990-09-26 Richard Stallman (rms@mole.ai.mit.edu)
362bc2da
DL
7722
7723 * emacsclient.c: Include errno.h and define related variables.
7724
dff28924 77251990-09-23 Richard Stallman (rms@mole.ai.mit.edu)
362bc2da
DL
7726
7727 * emacsclient.c: Change usage message.
7728
dff28924 77291990-08-30 David Lawrence (tale@pogo.ai.mit.edu)
362bc2da 7730
ecc54057 7731 * emacs.1: Add break before -nw option.
362bc2da 7732
dff28924 77331990-08-19 David J. MacKenzie (djm@apple-gunkies)
362bc2da
DL
7734
7735 * qsort.c: Replace with GNU version.
7736
dff28924 77371990-08-14 David J. MacKenzie (djm@apple-gunkies)
362bc2da
DL
7738
7739 * wakeup.c: New program replacing loadst.c.
7740
dff28924 77411990-08-14 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
7742
7743 * emacsclient.c [USG]: Pass msgsnd only 4 args.
7744
dff28924 77451990-08-09 David J. MacKenzie (djm@pogo.ai.mit.edu)
362bc2da
DL
7746
7747 * etags.c: Rename `flag' variables for what they do instead of
7748 which option character sets them.
7749
dff28924 77501990-05-28 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
7751
7752 * loadst.c (main): Conditional to get load average on Apollo.
7753
dff28924 77541990-05-22 Joseph Arceneaux (jla@churchy.ai.mit.edu)
362bc2da
DL
7755
7756 * emacsserver.c: Set the permission on the socket to 0600.
7757
dff28924 77581990-03-27 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
7759
7760 * emacsclient.c [BSD]: Print clean message for failing getwd.
7761
dff28924 77621990-03-20 David Lawrence (tale@pogo.ai.mit.edu)
362bc2da
DL
7763
7764 * getdate.y: Use the getdate.y from GNU tar for timer.
7765
dff28924 77661990-03-18 Jim Kingdon (kingdon@pogo.ai.mit.edu)
362bc2da
DL
7767
7768 * emacsclient.c (main): Don't put brackets around "filename" in
7769 usage message. It isn't optional.
7770
dff28924 77711990-03-14 Joseph Arceneaux (jla@churchy.ai.mit.edu)
362bc2da 7772
a64387ee 7773 * etags.c (getit): Recognize '$' as beginning identifiers.
362bc2da 7774
dff28924 77751990-02-22 David Lawrence (tale@pogo.ai.mit.edu)
362bc2da
DL
7776
7777 * emacsserver.c: Renamed from server.c.
7778 * Makefile: Reference emacsserver rather than server.
7779 * MACHINES: Doc fix for new emacsserver name.
7780
dff28924 77811990-01-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
7782
7783 * emacsclient.c: Print program name in error messages.
7784
dff28924 77851990-01-19 David Lawrence (tale@cocoa-puffs)
362bc2da
DL
7786
7787 * timer.c, getdate.y (new files) and Makefile:
194d44e7
JB
7788 Sub-process support for run-at-time in timer.el.
7789 Doesn't yet work correctly for USG.
362bc2da 7790
dff28924 77911990-01-10 Jim Kingdon (kingdon@pogo)
362bc2da
DL
7792
7793 * MACHINES: Add HP 300 running BSD.
7794
dff28924 77951990-01-02 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
7796
7797 * yow.c: Dynamically allocate buffer; skip header before random
7798 choice to avoid bias toward first item.
7799
dff28924 78001989-12-24 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
7801
7802 * etags.c (readline): Separate out init of `pend'.
7803
dff28924 78041989-12-17 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
7805
7806 * etags.c: Undo changes relating to isgoodhdr.
7807
dff28924 78081989-12-16 Mosur Mohan (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
7809
7810 * etags.c (isgoodhdr): New macro.
7811 (_gdh, notgdh): New variable used by that.
7812 (init): Initialize _gdh.
7813 (find_entries): Set header_file.
7814 (consider_token): Use isgoodhdr if in header file.
7815
7816 * etags.c (total_size_of_entries):
7817 Was miscalculating by 1 in rewritten case.
7818
7819 * etags.c (PAS_funcs): One arg to pfnote was missing.
7820
dff28924 78211989-12-05 Joseph Arceneaux (jla@spiff)
362bc2da
DL
7822
7823 * MACHINES: Change for the ULTRIX entry.
7824
dff28924 78251989-11-21 Joseph Arceneaux (jla@spiff)
362bc2da
DL
7826
7827 * etags.c (process_file): If file is not regular, return.
7828
dff28924 78291989-11-06 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
7830
7831 * loadst.c (main): Handle FIXUP_KERNEL_SYMBOL_ADDR.
7832
dff28924 78331989-10-30 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
7834
7835 * loadst.c (load_average): If HAVE_GETLOADAVG, use getloadavg.
7836 (main): If HAVE_GETLOADAVG, don't call `nlist'.
7837
dff28924 78381989-10-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
7839
7840 * etags.c (consider_token): Allow any number of typespec keywords
7841 after `typedef', before new type name.
7842 (enum sym_type): Add st_C_typespec.
7843 (C_create_stab): Put typespec kwds in table.
7844
dff28924 78451989-08-27 Richard Stallman (rms@apple-gunkies.ai.mit.edu)
362bc2da
DL
7846
7847 * etags.c (main): Don't depend on name invoked by.
7848 If CTAGS is not defined, assume it is ETAGS.
7849
dff28924 78501989-07-31 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
7851
7852 * etags.c (L_funcs): Allow package name in define construct,
7853 as in (foo::defmumble name-defined ...).
7854
dff28924 78551989-07-30 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
7856
7857 * etags.c (find_entries): Stupid bug testing for C filename suffixes.
7858
7859 * Makefile (yow): Depends on ../src/paths.h.
7860
dff28924 78611989-07-04 Richard Stallman (rms@apple-gunkies.ai.mit.edu)
362bc2da
DL
7862
7863 * etags.c: Fix compilation by moving Pascal after Fortran.
7864
dff28924 78651989-06-15 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
7866
7867 * movemail.c [USG]: Define F_OK, etc., if not found in header.
7868
dff28924 78691989-05-27 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
7870
7871 * hexl.c: New file, supports hexl-mode.
7872
dff28924 78731989-05-14 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
7874
7875 * movemail.c: New compilation flag MAIL_USE_MMDF.
7876
dff28924 78771989-05-08 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
7878
7879 * emacsclient.c: Use BSD code whenever HAVE_SOCKETS.
7880 * server.c: Likewise.
7881
7882 * make-docfile.c (scan_c_file): Output argument names at end of string.
7883 (write_c_args): New subroutine.
7884
dff28924 78851989-04-27 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
7886
7887 * movemail.c: Report failure of flock.
7888
dff28924 78891989-04-19 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
7890
7891 * etags.c (find_entries): Allow multi-letter extensions for fortran.
7892
dff28924 78931989-04-18 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da 7894
2f2c687b 7895 * loadst.c: On bsd4.3, use gettimeofday instead of CPUSTATES.
362bc2da 7896
dff28924 78971989-03-15 Jeff Peck (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
7898
7899 * emacstool.c: setenv IN_EMACSTOOL=t, TERM=sun, TERMCAP=.
7900
30a7ee9f 7901 * emacstool.1: Update to document environment variables.
362bc2da 7902
dff28924 79031989-02-21 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
7904
7905 * etags.c (PAS_funcs): New function by Mosur Mohan.
7906
7907 * movemail.c: On sysv, include unistd.h.
7908
dff28924 79091989-02-18 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
7910
7911 * b2m.c: New file.
7912
dff28924 79131989-02-15 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da 7914
6088b51f 7915 * etags.c: Prolog support from Sunichirou Sugou.
362bc2da 7916
dff28924 79171989-02-03 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
7918
7919 * Makefile (clean): New target.
7920
dff28924 79211989-01-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
7922
7923 * fakemail.c (put_line): Break header lines at 79 cols.
7924
dff28924 79251989-01-19 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
7926
7927 * etags.c: Greatly rewritten by Sam Kendall for C++ support and for
7928 multiple tags per line.
7929
dff28924 79301989-01-03 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
7931
7932 * movemail.c: Check access before doing real work.
7933 Check that outfile is in a writable directory.
7934 On fatal error, delete the lock file.
7935
dff28924 79361988-12-31 Richard Mlynarik (mly@rice-chex.ai.mit.edu)
362bc2da 7937
ecc54057 7938 * env.c: Add decl for my-index
6088b51f 7939 * etags.c (file-entries): .oak => scheme.
362bc2da 7940
dff28924 79411988-12-30 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
7942
7943 * movemail.c: Use `access' to check input and output files.
7944
dff28924 79451988-12-28 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
7946
7947 * emacsclient.c (main): Ignore all of CWD before first slash.
7948
dff28924 79491988-12-27 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
7950
7951 * etags.c (readline): Double linebuffer->size outside the xrealloc.
7952
dff28924 79531988-12-22 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
7954
7955 * server.c, emacsclient.c: Don't try to use gid_t; it isn't defined.
7956 * server.c: chmod the socket to 0700.
7957
dff28924 79581988-12-09 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
7959
7960 * fakemail.c (main): Let env var FAKEMAILER override pgm to run.
7961 (add_field): Delete comments and turn `<', `>' to spaces
7962 in header lines.
7963 (USE_FAKEMAIL): New customization macro says to make fakemail
7964 not be a no-op even on a BSD system.
7965
dff28924 79661988-12-01 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
7967
7968 * etags.c (consider_token): Skip comments just like whitespace.
7969 Notice `struct', etc. and set strtag for those tokens.
7970 Return 1 for the token following `struct' if an open-brace follows it.
7971 (C_entries): Special handling of token following `struct'
7972 needed because we have probably advanced to the following line
7973 to find the `{'.
7974 (main): New option `T' sets tflag and strflag.
7975 Set both of them by default if eflags.
7976
dff28924 79771988-11-30 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
7978
7979 * movemail.c: Do fsync before closing output.
7980
dff28924 79811988-11-29 Richard Mlynarik (mly@pickled-brain.ai.mit.edu)
362bc2da 7982
ecc54057
JB
7983 * movemail.c: Better error message when can't create tempname.
7984 This file needs a great deal of extra error-checking and lucid reporting...
362bc2da 7985
dff28924 79861988-11-16 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
7987
7988 * etags.c: Support assembler code for .s and .a files.
7989 (getit): Allow underscore in a tag.
7990
dff28924 79911988-11-15 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
7992
7993 * movemail.c: Close output and check errors before deleting input.
7994
dff28924 79951988-10-01 Richard Stallman (rms@apple-gunkies.ai.mit.edu)
362bc2da
DL
7996
7997 * emacsclient.c [SYSVIPC]: Compute cwd only once; decide properly
7998 whether to prefix it. Handle line number args.
7999
dff28924 80001988-09-24 Richard Stallman (rms@gluteus.ai.mit.edu)
362bc2da 8001
2f2c687b 8002 * etags.c (main): Default setting of eflag was backwards.
362bc2da 8003
dff28924 80041988-09-23 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
8005
8006 * etags.c: New option -i. -f renamed -o.
8007 `-' as input file means read input file names from stdin.
8008 -i spec'd or input file named TAGS means the input file is another
8009 tag table; output an "include" line for it.
8010
dff28924 80111988-09-19 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
8012
8013 * Makefile: New vars DESTDIR, BINDIR, LIBDIR, MANDIR, MANEXT.
8014 New targets install, install.sysv, install.xenix.
8015 This makefile is now responsible for installing executables
8016 and documentation from this directory into system directories.
8017
dff28924 80181988-09-16 Richard Stallman (rms@corn-chex.ai.mit.edu)
362bc2da
DL
8019
8020 * server.c, emacsclient.c (main): Compute socket name from euid.
8021
dff28924 80221988-08-04 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
8023
8024 * emacsclient.c: Args like +DIGITS are passed through unchanged.
8025
dff28924 80261988-07-12 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
8027
8028 * server.c: If both BSD and HAVE_SYSVIPC, use the latter.
8029 * emacsclient.c: Likewise.
8030 In the HAVE_SYSVIPC alternative, if BSD, use getwd instead of getcwd.
8031
dff28924 80321988-06-23 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
8033
8034 * etags.c: Handle `typedef struct foo {' (price@mcc.com).
07655e62 8035 (istoken): New string-comparison macro.
362bc2da
DL
8036 (consider_token): New arg `level'. New state `tag_ok' in `tydef'.
8037
dff28924 80381988-06-14 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
8039
8040 * etags.c: Changes for VMS.
8041 Always define ETAGS on VMS.
8042 Define macros GOOD and BAD for success and failure exit codes.
c4cc8b9a 8043 (begtk, intk): Allow `$' in identifiers.
362bc2da
DL
8044 (main): Don't support -B, -F or -u on VMS.
8045 Alternate loop for scanning filename arguments.
8046 (system): Delete definition of this function.
8047
8048 * etags-vmslib.c (system): Undefine this; VMS now provides it.
8049
dff28924 80501988-06-08 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
8051
8052 * loadst.c: Prevent multiple-def errors on BSD and BSD4_3
8053 around include of param.h. (Like fns.c.)
8054
dff28924 80551988-05-16 Richard Stallman (rms@frosted-flakes.ai.mit.edu)
362bc2da
DL
8056
8057 * loadst.c (load_average): Move load-average code to this new fn.
8058 Add conditionals to compute load ave on UMAX.
8059
dff28924 80601988-05-14 Richard Stallman (rms@lucky-charms.ai.mit.edu)
362bc2da
DL
8061
8062 * loadst.c: Change DK_HEADER_FILE to DKSTAT_HEADER_FILE
8063 with opposite sense.
8064
dff28924 80651988-05-13 Chris Hanson (cph@kleph)
362bc2da 8066
b166dcd8
KC
8067 * emacsclient.c: Delete references to unused variable `out'.
8068 This caused a bus error when used under hp-ux.
362bc2da 8069
dff28924 80701988-05-06 Richard Stallman (rms@frosted-flakes.ai.mit.edu)
362bc2da
DL
8071
8072 * loadst.c: Control dk.h conditional with DK_HEADER_FILE.
8073
dff28924 80741988-05-04 Richard Stallman (rms@rice-krispies.ai.mit.edu)
362bc2da
DL
8075
8076 * etags.c (find_entries): `.t' or `.sch' means scheme code.
8077
dff28924 80781988-04-29 Richard Stallman (rms@frosted-flakes.ai.mit.edu)
362bc2da
DL
8079
8080 * loadst.c: Add BSD4_3 conditional for file dk.h instead of dkstat.h.
8081
dff28924 80821988-04-28 Richard Stallman (rms@frosted-flakes.ai.mit.edu)
362bc2da
DL
8083
8084 * movemail.c: #undef close, since config can #define it on V.3.
2f2c687b 8085 * emacsclient.c, fakemail.c, loadst.c, server.c: Likewise.
362bc2da 8086
dff28924 80871988-04-26 Richard Stallman (rms@lucky-charms.ai.mit.edu)
362bc2da
DL
8088
8089 * etags.c (TEX_mode, etc.): Remove superfluous backslashes from
8090 invalid escape sequences such as `\{'.
8091
8092 * loadst.c: Add `sequent' conditional for file dk.h.
8093
dff28924 80941988-03-20 Richard M. Stallman (rms@wilson)
362bc2da 8095
2f2c687b 8096 * server.c [not BSD and not HAVE_SYSVIPC]: Fix error message.
362bc2da 8097
2f2c687b 8098 * loadst.c (main) [XENIX]: Use /usr/spool/mail, not /usr/mail.
6922b018
KH
8099
8100;; Local Variables:
880820fe 8101;; coding: utf-8
6922b018 8102;; End:
2a34a036 8103
acaf905b 8104 Copyright (C) 1988-1999, 2001-2012 Free Software Foundation, Inc.
5b87ad55
GM
8105
8106 This file is part of GNU Emacs.
8107
294981c7 8108 GNU Emacs is free software: you can redistribute it and/or modify
5b87ad55 8109 it under the terms of the GNU General Public License as published by
294981c7
GM
8110 the Free Software Foundation, either version 3 of the License, or
8111 (at your option) any later version.
5b87ad55
GM
8112
8113 GNU Emacs is distributed in the hope that it will be useful,
8114 but WITHOUT ANY WARRANTY; without even the implied warranty of
8115 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
8116 GNU General Public License for more details.
8117
8118 You should have received a copy of the GNU General Public License
294981c7 8119 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.