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