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