Partially undo the dispatcher split, it needs to happen more gradually
[bpt/emacs.git] / lib-src / ChangeLog
... / ...
CommitLineData
12008-04-24 Adam Gołębiowski <adamg@pld-linux.org> (tiny change)
2
3 * Makefile.in (etags${EXEEXT}, ctags${EXEEXT}): Fix quote typo.
4
52008-04-10 Jason Rumney <jasonr@gnu.org>
6
7 * makefile.w32-in (CLIENTRES): New variable and target.
8 (TRES): Remove.
9 ($(BLD)/emacsclientw.exe): Use $(CLIENTRES) instead of $(TRES).
10
112008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
12
13 * vcdiff: Use "sccs get" rather than "get"; leave PATH alone.
14
152008-04-18 Steve Grubb <sgrubb@redhat.com> (tiny change)
16
17 * vcdiff: Use mktemp (CVE-2008-1694).
18
192008-04-09 Jason Rumney <jasonr@gnu.org>
20
21 * makefile.w32-in (distclean, maintainer-clean): New targets.
22
232008-03-13 Glenn Morris <rgm@gnu.org>
24
25 * makefile.w32-in (VERSION): Set to 23.0.60.
26
272008-03-04 Juanma Barranquero <lekktu@gmail.com>
28
29 * .cvsignore: Add oo.
30
312008-02-27 Yuri Shtil <yuris@juniper.net> (tiny change)
32
33 * etags.c (Perl_functions): Fix call to skip_spaces.
34
352008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
36
37 * Makefile.in (NO_SHORTNAMES):
38 * emacsclient.c (NO_SHORTNAMES):
39 * fakemail.c (NO_SHORTNAMES):
40 * make-docfile.c (NO_SHORTNAMES):
41 * movemail.c (NO_SHORTNAMES):
42 * pop.c (NO_SHORTNAMES): Remove references to obsolete variable.
43
442008-02-23 Jason Rumney <jasonr@gnu.org>
45
46 * makefile.w32-in (MOUSE_SUPPORT): Remove duplicate tooltip.elc.
47 (MSDOS_SUPPORT, VMS_SUPPORT): Remove.
48 (OTHER_PLATFORM_SUPPORT): Replace above. Add X specific files too.
49 (lisp2): Add new languages.
50 ($(DOC)): Use OTHER_PLATFORM_SUPPORT.
51
522008-02-22 Juanma Barranquero <lekktu@gmail.com>
53
54 * makefile.w32-in (lisp2): Remove devanagari.el, kannada.el,
55 malayalam.el, and tamil.el. Add sinhala.el.
56
572008-02-20 Juanma Barranquero <lekktu@gmail.com>
58
59 * emacsclient.c (main) [WINDOWSNT]: Understand DRIVE:NAME,
60 where NAME is relative to DRIVE'S current directory.
61
622008-02-15 Juanma Barranquero <lekktu@gmail.com>
63
64 * emacsclient.c (print_help_and_exit): Show -d option on Windows.
65
662008-02-10 Dan Nicolaescu <dann@ics.uci.edu>
67
68 * fakemail.c: Undo previous change.
69
702008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
71
72 * fakemail.c (MAIL_PROGRAM_NAME): Remove unused conditional.
73 (main): Replace MAIL_PROGRAM_NAME with its value.
74
75 * Makefile.in (REGEXP_IN_LIBC): Remove reference to obsolete variable.
76
772008-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
78
79 * emacsclient.c (decode_options): Pass --display implicitly if -c
80 is specified. Only set tty if -t or -c is specified.
81
822008-02-04 Jason Rumney <jasonr@gnu.org>
83
84 * makefile.w32-in (lisp1): Use (), not {}.
85
862008-02-04 Tom Tromey <tromey@redhat.com>
87
88 * etags.c: Add "GTY" as synonym for __attribute__.
89 Update gperf output.
90
912008-02-01 Jason Rumney <jasonr@gnu.org>
92
93 * makefile.w32-in (obj): Sync with src/Makefile.in
94 (TOOLTIP_SUPPORT, WINDOW_SUPPORT): New definitions.
95 (WINNT_SUPPORT): Add term/w32-win.elc.
96 (lisp1, lisp2): Sync with lisp in src/Makefile.in.
97
982008-02-01 Jason Rumney <jasonr@gnu.org>
99
100 * makefile.w32-in (obj): Add font.o and w32font.o.
101
1022008-02-01 Zhang Wei <id.brep@gmail.com> (tiny change)
103
104 * makefile.w32-in (lisp1): Delete ucs-tables.elc,
105 utf-8.elc, and latin-*.el.
106
1072008-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
108
109 * emacsclient.c (decode_options): Default to NULL display, as Emacs-22.
110 Allow the -d option under w32 again, for those rare cases where it
111 actually does make sense.
112
1132008-01-25 Juanma Barranquero <lekktu@gmail.com>
114
115 * emacsclient.c (set_tcp_socket): Don't send "\n" after
116 the authentication string; there's no need to haste.
117
1182008-01-22 Chong Yidong <cyd@stupidchicken.com>
119
120 * pop.c (pop_stat, pop_last): Fix last fix.
121
1222008-01-18 Dan Nicolaescu <dann@ics.uci.edu>
123
124 * movemail.c: Remove references to XENIX.
125
1262008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
127
128 * movemail.c:
129 * make-docfile.c: Remove reference to symbols defined by systems
130 not supported anymore: MAC_OS8, XENIX and STRIDE.
131
1322008-01-12 Eli Zaretskii <eliz@gnu.org>
133
134 * emacsclient.c (decode_options) [WINDOWSNT]: Don't use the value
135 of DISPLAY in the environment. Don't support -d.
136 (print_help_and_exit) [WINDOWSNT]: Don't show the --display option.
137 (longopts) [WINDOWSNT]: Remove --display.
138
1392008-01-10 Chong Yidong <cyd@stupidchicken.com>
140
141 * pop.c (pop_stat, pop_last): Check validity of string-to-integer
142 conversion. Mistakes spotted by Nico Golde.
143
1442008-01-09 Glenn Morris <rgm@gnu.org>
145
146 * emacsclient.c: Add missing final newlines to message calls.
147
1482008-01-09 Daniel Hackney <dan@haxney.org> (tiny change)
149
150 * emacsclient.c (set_socket): Add final newline to socket error message.
151
1522008-01-04 Glenn Morris <rgm@gnu.org>
153
154 * ebrowse.c (version) <emacs_copyright>: New variable.
155 Just use current year for copyright.
156
157 * etags.c (print_version):
158 * rcs2log (Copyright): Update to 2008.
159
1602007-11-28 Jason Rumney <jasonr@gnu.org>
161
162 * makefile.w32-in (VMS_SUPPORT): No longer byte-compiled.
163
1642007-11-27 Jan Djärv <jan.h.d@swipnet.se>
165
166 * pop.c (socket_connection): Remove AI_ADDRCONFIG.
167
1682007-11-19 Jan Djärv <jan.h.d@swipnet.se>
169
170 * pop.c (socket_connection): Move realhost out of #ifdefs.
171 Set realhost both for HAVE_GETADDRINFO and !HAVE_GETADDRINFO.
172
1732007-11-18 Jan Djärv <jan.h.d@swipnet.se>
174
175 * pop.c (socket_connection): Use getaddrinfo if available.
176
1772007-11-22 Francesco Potortì <pot@gnu.org>
178
179 * etags.c (default_C_help) [CTAGS]: Differentiate the help string,
180 as the defaults in ctags are different from etags.
181
1822007-11-15 Francesco Potortì <pot@gnu.org>
183
184 * etags.c: Make prototypes for extern definitions, and add all
185 that are needed to quench warnings on 64-bit.
186 (main): Use the same defaults for ctags as for etags: find
187 typedefs, structure tags, macro constants, enum constants, struct
188 members and global variables.
189 (make_C_tag) [DEBUG]: Add debugging printout.
190 (C_entries): In case '}' decrement bracelev before testing it.
191
1922007-11-15 Masatake YAMATO <jet@gyve.org>
193
194 * etags.c (C_entries): In case '}', set fvdef to fvnone
195 unconditioned to (!ignoreindent && lp == newlb.buffer + 1).
196
1972007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
198
199 * makefile.w32-in (obj): Remove sunfns.o.
200
2012007-10-28 Juanma Barranquero <lekktu@gmail.com>
202
203 * makefile.w32-in (obj): Remove abbrev.o.
204
2052007-10-26 Juanma Barranquero <lekktu@gmail.com>
206
207 * emacsclient.c: Add a wrapper for getenv so it also checks the
208 registry on Windows. Suggestion and algorithm by Eli Zaretskii.
209 Code partially based on w32_get_resource and init_environment (w32.c).
210 (egetenv): New wrapper for getenv.
211 (get_current_dir_name, decode_options, get_server_config)
212 (set_local_socket, set_socket, main): Use egetenv, not getenv.
213 (w32_get_resource, w32_getenv) [WINDOWSNT]: New functions.
214
2152007-10-25 Jason Rumney <jasonr@gnu.org>
216
217 * emacsclient.c (sock_err_message): New function.
218 (set_tcp_socket): Use it.
219
2202007-10-09 Juanma Barranquero <lekktu@gmail.com>
221
222 * emacsclient.c (print_help_and_exit): Fix space to improve
223 alignment in output messages.
224
2252007-09-27 Jason Rumney <jasonr@gnu.org>
226
227 * makefile.w32-in (emacsclient, emacsclientw): Link to COMCTL32.
228
229 * emacsclient.c (w32_window_app): Init common controls when windowed.
230
2312007-09-21 Glenn Morris <rgm@gnu.org>
232
233 * emacstool.c: Remove file.
234 * Makefile.in (emacstool, nemacstool, xvetool, xveterm):
235 Delete targets built from emacstool.
236
2372007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
238
239 * emacsclient.c (decode_options): -t implies -c.
240
2412007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
242
243 * emacsclient.c (DIRECTORY_SEP, IS_DIRECTORY_SEP, IS_DEVICE_SEP)
244 (IS_ANY_SEP): Only define if !defined(HAVE_GET_CURRENT_DIR_NAME).
245 (main_argc): Remove.
246 (strprefix): Use strncmp.
247
2482007-09-20 Jason Rumney <jasonr@gnu.org>
249
250 * emacsclient.c (main) [SIGSTOP]: Change conditional from WINDOWSNT.
251
2522007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
253
254 * emacsclient.c (current_frame): Change the default.
255 (longopts): Replace --current-frame by --create-frame.
256 (decode_options): Reverse the meaning of -c.
257 (print_help_and_exit): Update help text accordingly.
258 (main): Remove the -version and -good-version messages.
259
2602007-09-12 Glenn Morris <rgm@gnu.org>
261
262 * Makefile.in (SOURCES, unlock, relock): Delete.
263
2642007-08-29 Glenn Morris <rgm@gnu.org>
265
266 * makefile.w32-in (VERSION): Increase to 23.0.50.
267
2682007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
269
270 * emacsclient.c (w32_execvp): Move definition before use.
271 (decode_options): Don't use a tty on mac carbon or windows.
272
2732007-08-29 Jason Rumney <jasonr@gnu.org>
274
275 * emacsclient.c (SEND_STRING, SEND_QUOTED): Remove obfuscation macros.
276 (quote_argument, set_tcp_socket, handle_sigcont, handle_sigtstp):
277 (main): Expand removed macros inline.
278 (main) [WINDOWSNT]: Don't call ttyname. Don't recognize -suspend
279 option.
280 (main) [NO_SOCKETS_IN_FILE_SYSTEM]: Don't call init_signals.
281
2822007-08-29 Károly Lőrentey <lorentey@elte.hu>
283
284 * emacsclient.c (signal.h): New include.
285 (sys/stat.h, errno.h): Always include, even on WINDOWSNT.
286 (DIRECTORY_SEP, IS_DIRECTORY_SEP, IS_DEVICE_SEP, IS_ANY_SEP):
287 Copy definitions here from src/lisp.h.
288 (main_argc, main_argv, current_frame, window_system, tty): New vars.
289 (longopts): Add tty, current-frame.
290 (xmalloc, xstrdup): New functions.
291 (get_current_dir_name): New function, copied from src/sysdep.c.
292 (decode_options): Set display from environment. Add tty and
293 current_frame options. Make --no-wait imply --current-frame,
294 except when it is the only option given. Make sure no frame is
295 opened when --current-frame is set.
296 (print_help_and_exit): Document tty and current-frame options.
297 (fail): Change arguments to void.
298 (main): When sockets are not defined, set main_argc, main_argv,
299 and call fail() with no arguments.
300 (emacs_socket): New variable (moved out from main `s').
301 (quote_file_name): Rename to quote_argument.
302 (quote_argument): New name for old quote_file_name.
303 (unquote_argument, strprefix, pass_signal_to_emacs)
304 (handle_sigcont, handle_sigtstp, init_signals): New functions.
305 (set_local_socket): Initialize saved_errno to 0. If socket-name
306 is too long, call `fail' rather than `exit'.
307 (main): Doc update. Set main_argc, main_argv. New var `str'.
308 Don't need a filename or argument if tty or window_system set.
309 Call fail with no arguments. Use get_current_dir_name to send
310 over the current directory. Send version number to Emacs for
311 verification. If tty is set, check TERM, and pass name and type
312 to Emacs. Pass window_system to Emacs. Move sending of eval to
313 optind loop. Send -position, -file to Emacs. Call fsync after
314 fflush. Check for a client/server version match.
315 Handle -emacs-pid, -window-system-unsupported, -print, -error, and
316 -suspend commands. Don't exit prematurely on --no-wait, let Emacs
317 close the connection for us. When creating a new frame, send
318 environment and pwd to Emacs. Send current-frame to Emacs.
319
3202007-08-25 Eli Zaretskii <eliz@gnu.org>
321
322 * Makefile.in (rcs2log, rcs-checkin, grep-changelog, vcdiff):
323 Prepend "-" to the command, in case srcdir=. and file is copied
324 into itself.
325
3262007-07-25 Glenn Morris <rgm@gnu.org>
327
328 * Relicense all FSF files to GPLv3 or later.
329
330 * COPYING: Switch to GPLv3.
331
3322007-07-17 Francesco Potortì <pot@gnu.org>
333
334 * etags.c (C_entries): Reset the fvdef machine when out of function.
335 (PRINT_UNDOCUMENTED_OPTIONS_HELP): #define as FALSE if undefined.
336 (print_help): Use it in if() rather than #if.
337 (print_help): Conditionally print help about --no-line-directive.
338
3392007-07-16 Eli Zaretskii <eliz@gnu.org>
340
341 * makefile.w32-in (clean): Don't delete *~.
342
3432007-06-07 Glenn Morris <rgm@gnu.org>
344
345 * etags.c (print_version): Add `emacs_copyright' string, for
346 easier automatic updating.
347
3482007-05-18 Francesco Potortì <pot@gnu.org>
349
350 * etags.c: Extern definitions of some more pointer functions for
351 standalone compilation, especially important for 64bit platforms.
352 (main, print_help): --members is now the default for etags.
353 (C_entries): Parse start of C comment as a space == end of token.
354 This is not necessary for C++ comment, already parsed as newline.
355
3562007-04-26 Glenn Morris <rgm@gnu.org>
357
358 * makefile.w32-in (VERSION): Increase to 22.1.50.
359
3602007-06-02 Chong Yidong <cyd@stupidchicken.com>
361
362 * Version 22.1 released.
363
3642007-02-26 Francesco Potortì <pot@gnu.org>
365
366 * Makefile.in (etags, ctags): Define EMACS_NAME as "GNU Emacs".
367
3682007-02-20 Ulrich Mueller <ulm@kph.uni-mainz.de> (tiny change)
369
370 * Makefile.in (EMACS, EMACSOPT): New variables.
371 (blessmail): Use `--no-site-file' when compiling.
372
3732007-02-05 Francesco Potortì <pot@gnu.org>
374
375 * etags.c (default_C_help, Cplusplus_help, PHP_help, print_help)
376 (main): Now --members is the default for etags, not for ctags yet.
377
3782007-02-04 Per Cederqvist <ceder@ingate.com> (tiny change)
379
380 * etags.c (gperf, in_word_set): Change attribute for Java to
381 (C_JAVA & ~C_PLPL). The previous change introduced 2004-09-13 was
382 broken, as (C_JAVA & !C_PLPL) always evaluates to 0. This caused
383 import, package, extends, implements and interface to be treated
384 specially for all kinds of C-style files, not just Java files.
385
3862007-01-02 Francesco Potortì <pot@gnu.org>
387
388 * etags.c (longopts): New undocumented option --no-duplicates.
389 (no_duplicates): Static variables for the above option.
390 (print_help): Do not print help for --no-warn, now undocumented.
391 (add_node): Allow duplicate tags in ctags mode unless --no-duplicates.
392 (main): Pass the -u option to sort in ctags mode.
393
3942006-12-28 Francesco Potortì <pot@gnu.org>
395
396 * etags.c (readline): When creating a relative file name from a
397 #line directive, leave the file name alone. The previous
398 behaviour was to make it relative to the tags file directory,
399 under the hypothesis that the #line directive file name was
400 relative to the directory of the tagged file. That hypothesis is
401 wrong with Cpp and Lex.
402 (Makefile_targets): Do not include spaces in tag names.
403
4042006-12-22 Eli Zaretskii <eliz@gnu.org>
405
406 * makefile.w32-in (make-docfile, ctags, etags, ebrowse, hexl)
407 (movemail, fakemail, sorted-doc, digest-doc, emacsclient)
408 (test-distrib, $(DOC), all): Depend on stamp_BLD instead of $(BLD).
409 ($(BLD)/make-docfile.$(O) $(BLD)/hexl.$(O) $(BLD)/fakemail.$(O))
410 ($(BLD)/sorted-doc.$(O) $(BLD)/digest-doc.$(O))
411 ($(BLD)/test-distrib.$(O) $(GETOPTOBJS) $(MOVEMAILOBJS))
412 ($(BLD)/emacsclient.$(O) $(BLD)/etags.$(O) $(BLD)/regex.$(O))
413 ($(BLD)/ebrowse.$(O) $(BLD)/ctags.$(O)): Depend on stamp_BLD.
414 (clean): Delete stamp_BLD.
415
4162006-12-20 Francesco Potortì <pot@gnu.org>
417
418 * etags.c (C_entries): DEFUN names were longer by one: corrected.
419
4202006-12-18 Juanma Barranquero <lekktu@gmail.com>
421
422 * emacsclient.c [WINDOWSNT] (set_fg, get_wc): New variables.
423 [WINDOWSNT] (w32_find_emacs_process, w32_give_focus): New functions.
424 (main) [WINDOWSNT]: Remove code to release the focus; call
425 w32_give_focus instead.
426
4272006-12-15 Juanma Barranquero <lekktu@gmail.com>
428
429 * emacsclient.c (w32_execvp): New function; wrapper for `execvp'.
430 (execvp) [WINDOWSNT]: Redefine to `w32_execvp'.
431 (fail): Remove Windows-specific fix (subsumed into w32_execvp).
432 Suggestions and comment by Eli Zaretskii.
433
4342006-12-06 Christoph Conrad <christoph.conrad@gmx.de>
435
436 * makefile.w32-in ($(BLD)/emacsclient.exe, $(BLD)/emacsclientw.exe):
437 Use $(USER32) for compatibility with Visual Studio .NET 2003.
438
4392006-11-30 Juanma Barranquero <lekktu@gmail.com>
440
441 * emacsclient.c (emacs_pid): New variable.
442 (message): Remove leftover code.
443 (get_server_config): Set emacs_pid. Don't allow Emacs to grab the
444 focus yet; emacsclient can still display an informational message
445 before sending requests to Emacs.
446 (main): Allow Emacs to grab the focus. Simplify message() call.
447
4482006-11-30 Michael Mauger <mmaug@yahoo.com>
449
450 * emacsclient.c (message): Make sure the message is properly
451 written even if it contains printf escapes, and flush the result.
452 (set_tcp_socket): Make the message for non-local connections
453 informational rather than an error.
454
4552006-11-28 Kevin Ryde <user42@zip.com.au>
456
457 * etags.c (readline): Check for double quote after #line.
458
4592006-11-28 Jan Djärv <jan.h.d@swipnet.se>
460
461 * etags.c (readline): sscanf could in principle return 2.
462
4632006-11-28 Francesco Potortì <pot@gnu.org>
464
465 * etags.c (readline): lno is unsigned.
466 (TeX_commands): Use p++ (rather than *p++) to increment p.
467 (Lua_functions): Explicitly discard LOOKING_AT's return value.
468
4692006-11-27 Juanma Barranquero <lekktu@gmail.com>
470
471 * makefile.w32-in (TRES): New macro (copied from nt/makefile.w32-in).
472 ($(TRES)): New rule (copied from nt/makefile.w32-in).
473 ($(BLD)/emacsclientw.exe): Add dependency.
474
4752006-11-27 Eli Zaretskii <eliz@gnu.org>
476
477 * makefile.w32-in ($(BLD)/emacsclient.$(O)): Depend on makefile.w32-in.
478
4792006-11-25 Juanma Barranquero <lekktu@gmail.com>
480
481 * makefile.w32-in (VERSION): New macro.
482 (ECLIENT_CFLAGS): Add -DVERSION.
483
4842006-11-25 Jason Rumney <jasonr@gnu.org>
485
486 * emacsclient.c (file_name_absolute_p) [WINDOWSNT]: Use isalpha().
487
4882006-11-24 Michael Mauger <mmaug@yahoo.com>
489
490 * emacsclient.c (file_name_absolute_p) [WINDOWSNT]: Support absolute
491 file names with forward slashes.
492
4932006-11-23 Juanma Barranquero <lekktu@gmail.com>
494
495 * emacsclient.c (print_help_and_exit): Tweak message contents and
496 tabs/spaces to improve alignment in message boxes.
497
4982006-11-22 Lennart Borgman <lennart.borgman.073@student.lu.se>
499
500 * emacsclient.c: Include <stdarg.h>.
501 [WINDOWSNT]: Include <windows.h>.
502 (w32_check_console_app): New function.
503 (message): New function.
504 (decode_options, print_help_and_exit, fail, main)
505 (initialize_sockets, get_server_config, set_tcp_socket)
506 (set_local_socket, set_socket): Use message().
507
5082006-11-13 Jason Rumney <jasonr@gnu.org>
509
510 * emacsclient.c [WINDOWSNT]: Let config.h define HAVE_SOCKETS and
511 HAVE_INET_SOCKETS.
512
5132006-11-13 Juanma Barranquero <lekktu@gmail.com>
514
515 * makefile.w32-in (emacsclient): Depend also on emacsclientw.exe.
516 ($(BLD)/emacsclientw.exe): New target.
517 (install): Install emacsclientw.exe.
518 ($(BLD)/cvtmail.$(O), $(BLD)/emacstool.$(O)): Remove obsolete targets.
519 (ECLIENT_CFLAGS): Remove redundant flags.
520
521 * emacsclient.c [WINDOWSNT]: Undef _WINSOCKAPI_ and _WINSOCK_H.
522
5232006-11-13 Jason Rumney <jasonr@gnu.org>
524
525 * makefile.w32-in ($(BLD)/emacsclient.$(O)): Use CFLAGS.
526
5272006-11-10 David Reitter <david.reitter@gmail.com>
528
529 * emacsclient.c [!WINDOWSNT]: Include <sys/types.h>.
530
5312006-11-08 Juanma Barranquero <lekktu@gmail.com>
532
533 * emacsclient.c (get_server_config) [WINDOWSNT]: Declare set_fg as
534 FARPROC to avoid a compiler warning.
535
5362006-11-07 Juanma Barranquero <lekktu@gmail.com>
537
538 * emacsclient.c (get_server_config) [WINDOWSNT]: Look for the server
539 file on APPDATA if it doesn't exist on HOME, even if HOME is defined.
540
541 * emacsclient.c (get_server_config): Extract also the Emacs pid
542 from the server file. On Windows, try to force the Emacs frame to
543 the foreground.
544
5452006-11-06 Juanma Barranquero <lekktu@gmail.com>
546
547 * emacsclient.c (longopts) [!NO_SOCKETS_IN_FILE_SYSTEM]: Don't show
548 option --socket-name.
549 (decode_options): Don't get EMACS_SERVER_FILE here, it could override
550 command line options.
551 (decode_options) [!NO_SOCKETS_IN_FILE_SYSTEM]: Don't parse "-s" option.
552 (fail): Don't check for missing arguments, it is now done in set_socket.
553 (file_name_absolute_p): New function (loosely based on the one in
554 fileio.c).
555 (initialize_sockets): Don't check for duplicate loading of Winsock.
556 (get_server_config): Only try relative paths in the default
557 directory locations.
558 (set_tcp_socket): Don't call INITIALIZE(). Warn when connecting to
559 a remote server.
560 (set_socket): Call INITIALIZE(). Search explicit command-line
561 arguments, then environment variable EMACS_SERVER_FILE, then implicit
562 socket paths, before trying the alternate editor.
563 (main): Use file_name_absolute_p.
564
5652006-11-04 Eli Zaretskii <eliz@gnu.org>
566
567 * makefile.w32-in (../src/$(BLD)/temacs.exe): Create as temporary
568 file if it doesn't already exist.
569
5702006-11-03 Juanma Barranquero <lekktu@gmail.com>
571
572 * emacsclient.c (initialize_sockets): Don't initialize Winsock
573 more than once.
574
5752006-11-03 Mark Davies <mark@mcs.vuw.ac.nz>
576
577 * Makefile.in (INSTALL_SCRIPT): New macro.
578 ($(DESTDIR)${archlibdir}, install): Use it, instead of INSTALL_PROGRAM.
579
5802006-11-02 Juanma Barranquero <lekktu@gmail.com>
581
582 * grep-changelog: When called with no arguments (not even a
583 filter), show help instead of blindingly dumping every single
584 ChangeLog available. Doc fix. Update version.
585
5862006-11-02 Tim Van Holder <tim.vanholder@gmail.com> (tiny change)
587
588 * emacsclient.c [WINDOWSNT]: Define HAVE_INET_SOCKETS.
589 [!WINDOWSNT]: Include <netinet/in.h> if available.
590 [HAVE_SOCKETS]: Also require HAVE_INET_SOCKETS.
591 (IOCTL, IOCTL_BOOL_ARG): Remove.
592 (set_tcp_socket): Don't set the socket in blocking mode.
593 Remove c_arg.
594
5952006-11-01 Juanma Barranquero <lekktu@gmail.com>
596
597 * emacsclient.c (fail) [WINDOWSNT]: Force the first argv passed to
598 execvp to point to alternate_editor (otherwise .BAT scripts can't run).
599
6002006-10-31 Óscar Fuentes <ofv@wanadoo.es> (tiny change)
601
602 * emacsclient.c [WINDOWSNT]: Include <malloc.h> and <stdlib.h>.
603 (close_winsock): Declare as __cdecl.
604
6052006-10-31 Jan Djärv <jan.h.d@swipnet.se>
606
607 * emacsclient.c [!WINDOWSNT]: Include <fcntl.h> if available.
608 (set_tcp_socket): Prefer O_NONBLOCK, then O_NDELAY, then FIONBIO
609 to set the socket in non-blocking mode.
610
6112006-10-31 Tim Van Holder <tim.vanholder@gmail.com> (tiny change)
612
613 * emacsclient.c [!WINDOWSNT]: Include <netinet/in.h> and <sys/ioctl.h>.
614 (INVALID_SOCKET): Define.
615 (initialize_sockets): Put #endif at the right place.
616 (set_local_socket): Use progname, not argv[0].
617
6182006-10-31 Juanma Barranquero <lekktu@gmail.com>
619
620 * makefile.w32-in (ALL): Add emacsclient.
621 (ECLIENT_CFLAGS, ECLIENTOBJS): New macros.
622 (emacsclient, $(BLD)/emacsclient.exe): New targets.
623 (install): Install emacsclient.
624
625 * emacsclient.c: Add support for TCP sockets.
626 (SEND_STRING, SEND_QUOTED, HSOCKET, CLOSE_SOCKET, IOCTL)
627 (INITIALIZE): New macros.
628 (IOCTL_BOOL_ARG): New typedef.
629 (server_file): New global variable.
630 (longopts): New option --server-file.
631 (decode_options): Process new option --server-file and environment
632 variable EMACS_SERVER_FILE.
633 (print_help_and_exit): Document new option.
634 (fail): If no connection available and no alternate editor,
635 suggest using options to make them explicit.
636 (AUTH_KEY_LENGTH, SEND_BUFFER_SIZE): New constants.
637 (send_buffer, sblen): New variables.
638 (send_to_emacs): New function to buffer output and send it with `send'.
639 (quote_file_name): Use SEND_STRING.
640 (close_winsock, initialize_sockets): New functions to load and
641 unload Winsock.
642 (get_server_config, set_tcp_socket): New functions to create and
643 set up TCP sockets.
644 (set_local_socket): New function to create and set up Unix
645 socket (code moved from previous implementation).
646 (set_socket): New function to chose between TCP and Unix sockets.
647 (main): Use SEND_STRING and SEND_QUOTED. Most code moved to
648 set_local_socket. Use set_socket. Get answers from server.el with
649 recv(), not file stream functions.
650
6512006-10-09 Eli Zaretskii <eliz@gnu.org>
652
653 * makefile.w32-in (../src/config.h): Fix error message.
654
6552006-09-30 Eli Zaretskii <eliz@gnu.org>
656
657 * .cvsignore: Add blessmail.
658
6592006-09-15 Jay Belanger <belanger@truman.edu>
660
661 * COPYING: Replace "Library Public License" by "Lesser Public
662 License" throughout.
663
6642006-08-09 Jan Djärv <jan.h.d@swipnet.se>
665
666 * etags.c (readline): Expect sscanf returns >= 1.
667 (readline): Change position on %n and \" in sscanf.
668
6692006-08-07 Masatake YAMATO <jet@gyve.org>
670
671 * etags.c (readline): Expect sscanf returns 2, not 1.
672
6732006-08-07 Masatake YAMATO <jet@gyve.org>
674
675 * etags.c (TEX_mode): Check getc returns EOF.
676 File ended without newline causes infinite loop.
677
6782002-07-30 Adrian Aichner <adrian@xemacs.org> (tiny change)
679
680 * etags.c: It's XEmacs, not Xemacs: change all the occurrences.
681
6822006-07-30 Francesco Potortì <pot@gnu.org>
683
684 * etags.c [ETAGS_REGEXPS]: Now is unconditionally defined.
685 [LONG_OPTIONS]: Changed to NO_LONG_OPTIONS, which is undefined.
686 (Objc_suffixes): Suggest using --lang=c for full help.
687 (C_entries): Initialise savetoken to 0 to shut up the compiler.
688
6892006-07-20 Andreas Schwab <schwab@suse.de>
690
691 * fakemail.c (fatal): Drop second parameter and treat first
692 parameter as a plain string. Callers changed.
693
6942006-07-18 Dan Nicolaescu <dann@ics.uci.edu>
695
696 * ebrowse.c (usage, version): Mark as NO_RETURN.
697
698 * emacsclient.c (print_help_and_exit): Likewise.
699
7002006-07-10 Francesco Potortì <pot@gnu.org>
701
702 * etags.c (absolute_filename): Free unused space (cosmetic change).
703 (in_word_set): In C, also tag #undef symbols.
704
7052006-06-09 Eli Zaretskii <eliz@gnu.org>
706
707 * yow.c: Remove file.
708
709 * makefile.w32-in ($(BLD)/yow.$(O)): Remove target.
710
711 * Makefile.in (UTILITIES): Remove yow${EXEEXT}.
712 yow${EXEEXT}: Remove target.
713
7142006-06-04 Masatake YAMATO <jet@gyve.org>
715
716 * ebrowse.c (main): Exit with EXIT_FAILURE if BROWSE file
717 doesn't exist, is not seekable, not is failed in ftall.
718
7192006-06-03 Eli Zaretskii <eliz@gnu.org>
720
721 * makefile.w32-in (ALL): Add sorted-doc and digest-doc.
722 ($(BLD)/sorted-doc.exe, $(BLD)/digest-doc.exe)
723 ($(BLD)/test-distrib.exe): New targets.
724 (sorted-doc, digest-doc, test-distrib): New targets.
725 (install): Install sorted-doc.exe and digest-doc.exe.
726 ($(BLD)/sorted-doc.$(O)): Update dependencies.
727
728 * digest-doc.c [DOS_NT] <top level>: Include fcntl.h and io.h.
729 (main) [DOS_NT]: Switch stdin to binary mode, if it is not a
730 terminal device.
731
732 * sorted-doc.c [DOS_NT] <top level>: Include fcntl.h and io.h.
733 [WINDOWSNT] <top level>: Don't redeclare malloc.
734 (main) [DOS_NT]: Switch stdin to binary mode, if it is not a
735 terminal device.
736 (main): Initialize bp, to avoid compiler warnings
737
738 * makefile.w32-in: Delete traces of leditcfns.c.
739
740 * leditcfns.c: Remove file.
741
7422006-05-23 Francesco Potortì <pot@gnu.org>
743
744 * pop.c (pop_open, socket_connection, KPOP_SERVICE):
745 Add comments explaining why the "kpop" service is never used.
746
7472006-05-13 Eli Zaretskii <eliz@gnu.org>
748
749 * makefile.w32-in (lisp1): Add fringe.elc.
750
7512006-05-02 Francesco Potortì <pot@gnu.org>
752
753 * etags.c (Perl_functions): Free space allocated for var package.
754 (Erlang_functions): Possibly free space allocated for var last.
755 (Prolog_functions): Possibly free space allocated for var last.
756
7572006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
758
759 * sorted-doc.c (main): Initialize docs to NULL.
760
761 * yow.c (yow): Free buf.
762
763 * etags.c: Delete c-indentation-style local variable.
764
7652006-04-29 Richard Stallman <rms@gnu.org>
766
767 * movemail.c (main): Check for negative value from `read'.
768
769 * fakemail.c (read_header): Give fatal error if input has no header.
770
7712006-04-02 Paul Eggert <eggert@cs.ucla.edu>
772
773 * b2m.c (main): Don't include <limits.h>.
774 (TM_YEAR_BASE): New macro.
775 (TM_YEAR_IN_ASCTIME_RANGE): Don't define if already defined, so
776 that s/ files can override this. Use the more-conservative range
777 1000-9999.
778 (main): Check for asctime returning NULL.
779 * fakemail.c: Likewise.
780
7812006-03-27 Paul Eggert <eggert@cs.ucla.edu>
782
783 * b2m.c: Include <limits.h>.
784 (TM_YEAR_IN_ASCTIME_RANGE): New macro.
785 (main): Check for out-of-range time stamps.
786 * fakemail.c: Likewise.
787
7882006-03-18 Andre Spiegel <spiegel@gnu.org>
789
790 * vcdiff: Use "echo" as a default for $echo, otherwise we'll
791 execute $DIFF twice, and once with the wrong options.
792
7932006-02-23 Claudio Fontana <claudio@gnu.org>
794
795 * Makefile.in (install, uninstall): Add DESTDIR variable to
796 support staged installations.
797
7982005-12-30 Eli Zaretskii <eliz@gnu.org>
799
800 * makefile.w32-in (MOUSE_SUPPORT): Add tooltip.elc.
801 (lisp1): Add rfn-eshadow.elc, international/utf-16.elc, image.elc,
802 international/fontset.elc, dnd.elc, mwheel.elc, and tool-bar.elc.
803 Rearrange the list to be similar to $(shortlisp) in
804 src/Makefile.in.
805 (lisp2): Add language/kannada.el, emacs-lisp/syntax.elc,
806 emacs-lisp/timer.elc, jka-cmpr-hook.elc, font-lock.elc,
807 jit-lock.elc. Rearrange the list to be similar to $(shortlisp) in
808 src/Makefile.in.
809
8102005-12-22 Richard M. Stallman <rms@gnu.org>
811
812 * Makefile.in (update-game-score.o): Delete spurious final `\'.
813
8142005-11-18 Hideki IWAMOTO <h-iwamoto@kit.hi-ho.ne.jp> (tiny change)
815
816 * etags.c (main): Cxref mode writes to stdout: do not close tagf,
817 which was never opened.
818
8192005-10-20 Olli Savia <ops@iki.fi> (tiny change)
820
821 * etags.c: Undef STDIN if defined. (LynxOS defines it in system
822 header files.)
823
8242005-09-27 Francesco Potortì <pot@gnu.org>
825
826 * etags.c: Preliminary Forth support.
827 (prolog_pr): Cast strlen to int before comparison.
828 (LOOKING_AT, LOOKING_AT_NOCASE): Let the preprocessor check that
829 the second argument is indeed a literal string.
830 (main): In append mode, sort the tags file after writing it.
831
8322005-09-27 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
833
834 * etags.c (longopts, print_help, main): The -a (--append) option
835 can be used in ctags also; for one, the Linux make file uses it.
836
8372005-09-20 Chong Yidong <cyd@stupidchicken.com>
838
839 * ebrowse.c (add_sym): Compare namespace names instead of
840 namespace objects. This prevents the parser from incorrectly
841 treating classes whose superclass is in another namespace.
842
8432005-09-15 Richard M. Stallman <rms@gnu.org>
844
845 * Makefile.in (update-game-score.o): New target.
846 Compile and link this progranm separately.
847 (update-game-score${EXEEXT}): Use GETOPTDEPTS.
848
8492005-09-11 Jason Rumney <jasonr@gnu.org>
850
851 * makefile.w32-in (../src/config.h): Don't overwrite. Print a
852 message instead.
853 (../src/paths.h): Remove.
854
8552005-07-27 Juanma Barranquero <lekktu@gmail.com>
856
857 * .cvsignore: Don't ignore fns-* and fns.el, which are no longer
858 generated. Ignore also ctags.c and getopt.h.
859
860 * makefile.w32-in (clean): Delete getopt.h.
861 (getopt.h): New rule.
862
8632005-07-26 Paul Eggert <eggert@cs.ucla.edu>
864
865 Merge gnulib getopt implementation into Emacs.
866
867 * Makefile.in (mostlyclean): Remove getopt.h, getopt.h-t.
868 (GETOPT_H): New macro, from gnulib.
869 (getopt.h): New rule, from gnulib.
870 (GETOPTOBJS): Now autoconfigured.
871 (GETOPTDEPS): getopt.h is now autoconfigured.
872 (getopt.o, getopt1.o): Depend on $(GETOPT_H), not ${srcdir}/getopt.h.
873 (getopt.o): Depend on ${srcdir}/gettext.h.
874 (movemail.o): Depend on $(GETOPT_H).
875 * getopt.c, getopt1.c: Sync from gnulib.
876 * getopt_.h, getopt_int.h, gettext.h: New files, from gnulib.
877 * getopt.h: Removed (now is getopt_.h).
878
8792005-07-13 Ken Raeburn <raeburn@gnu.org>
880
881 * pop.c: Don't include des.h (or variants thereof); krb.h will do it.
882 (sendline): Add the \r\n to the line in a temporary buffer, and write
883 it all at once.
884
8852005-07-04 Lute Kamstra <lute@gnu.org>
886
887 Update FSF's address in GPL notices.
888
8892005-06-13 Eli Zaretskii <eliz@gnu.org>
890
891 * makefile.w32-in ($(DOC)): Fix last change.
892
8932005-06-12 Eli Zaretskii <eliz@gnu.org>
894
895 * makefile.w32-in ($(DOC)): Depend on make-docfile.exe,
896 temacs.exe, and the preloaded *.elc files. This avoids
897 unnecessary dumping and DOC rebuilding.
898
8992005-06-04 Eli Zaretskii <eliz@gnu.org>
900
901 * ntlib.h (fileno): Don't define if already defined.
902
9032005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
904
905 * yow.c (setup_yow): Use EXIT_FAILURE in case no separators found.
906 (yow): Use EXIT_FAILURE in case of memory error.
907
9082005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
909
910 * make-docfile.c (DIRECTORY_SEP): New macro.
911 (IS_DIRECTORY_SEP): Use it.
912
9132005-03-18 Jan Djärv <jan.h.d@swipnet.se>
914
915 * emacsclient.c: Avoid expansion of getcwd when defined as a macro.
916
9172005-03-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
918
919 * make-docfile.c: Undo previous change.
920
9212005-02-04 Andreas Schwab <schwab@suse.de>
922
923 * movemail.c (fatal): Accept third parameter and pass down to error.
924 (pfatal_with_name): Pass error string as format parameter instead of
925 as part of format string.
926 (pfatal_and_delete): Likewise.
927 (main): Adjust call to fatal.
928 (xmalloc): Likewise.
929
9302005-01-29 Richard M. Stallman <rms@gnu.org>
931
932 * movemail.c (popmail): Don't use Errmsg as format string.
933
9342004-12-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
935
936 * make-docfile.c: Include stdlib.h even if WINDOWSNT is not defined.
937
9382004-12-15 Andreas Schwab <schwab@suse.de>
939
940 * etags.c (main): Fix typo in conversion of LONG_OPTIONS from
941 preprocessing to compile time constant.
942
9432004-11-17 Kim F. Storm <storm@cua.dk>
944
945 * etags.c: Undo last change.
946
9472004-11-09 Kim F. Storm <storm@cua.dk>
948
949 * make-docfile.c (scan_c_file): Set defvarperbufferflag to
950 silence compiler.
951
952 * hexl.c (main): Init local var c to silence compiler.
953
954 * etags.c (main, consider_token, C_entries): Add misc switch
955 default targets to silence compiler.
956
9572004-11-09 Jan Djärv <jan.h.d@swipnet.se>
958
959 * makefile.w32-in (obj): Add all files (X and Mac) to doc so the
960 resulting DOC file can be used on Unix/Mac also.
961
9622004-09-13 Francesco Potortì <pot@gnu.org>
963
964 * etags.c (main): When relative file names are given as argument,
965 make them relative to the current working dir, rather than
966 relative to the output tags file, if the latter is in /dev.
967
9682004-09-13 Francesco Potortì <pot@gnu.org>
969
970 * etags.c [EXIT_SUCCESS, EXIT_FAILURE]: Define them when no
971 <stdlib.h> is available.
972 (enum sym_type): New st_C_attribute value for parsing
973 gcc's __attribute__. Deleted st_C_typespec value.
974 (gperf, in_word_set): Use gperf 3, options changed. Added the
975 __attribute__ keyword, removed all the st_C_typespec keywords,
976 changed attribute for Java to (C_JAVA & !C_PLPL).
977 (inattribute): New global bool, part of the C state machine.
978 (cblev): Identifier renamed to bracelev throughout.
979 (consider_token, C_entries): Numerous changes for making the
980 parser more robust and adding support for __attribute__.
981
9822004-09-13 David A. Capello <dacap@users.sourceforge.net> (tiny change)
983
984 * etags.c (Lua_suffixes, Lua_help, lang_names, Lua_functions):
985 Support the Lua scripting language <http://www.lua.org>.
986
9872004-09-08 Francesco Potortì <pot@gnu.org>
988
989 * etags.c [LONG_OPTIONS]: Make it TRUE (ifdef) or FALSE (ifndef)
990 for ease of use.
991
9922004-07-17 Richard M. Stallman <rms@gnu.org>
993
994 * emacsclient.c (quote_file_name): Pass COPY thru %s to output it.
995
9962004-06-01 Juanma Barranquero <lektu@terra.es>
997
998 * makefile.w32-in (obj): Add image.c.
999
10002004-05-10 Thien-Thi Nguyen <ttn@gnu.org>
1001
1002 * test-distrib.c (main): For failing cases, exit with `EXIT_FAILURE'.
1003
10042004-05-08 Jason Rumney <jasonr@gnu.org>
1005
1006 * makefile.w32-in (lisp1, lisp2): Split lisp to avoid long
1007 command-lines.
1008
10092004-05-08 Thien-Thi Nguyen <ttn@gnu.org>
1010
1011 * cvtmail.c: Throughout, replace 0 destined for `exit' arg
1012 with `EXIT_SUCCESS'. Likewise, replace 1 with `EXIT_FAILURE'.
1013 (main): Use `EXIT_SUCCESS' or `EXIT_FAILURE' for return value.
1014
1015 * ebrowse.c, emacsclient.c, fakemail.c, hexl.c,
1016 * make-docfile.c, movemail.c, profile.c, sorted-doc.c,
1017 * test-distrib.c, update-game-score.c, yow.c: Likewise.
1018
10192004-05-08 Thien-Thi Nguyen <ttn@gnu.org>
1020
1021 * Makefile.in (emacsclient${EXEEXT}): Use makefile var `version'.
1022
10232004-05-07 Thien-Thi Nguyen <ttn@gnu.org>
1024
1025 * b2m.c (GOOD, BAD): Delete macros. Throughout,
1026 replace w/ `EXIT_SUCCESS' and `EXIT_FAILURE', respectively.
1027 (main): Use `EXIT_SUCCESS' or `EXIT_FAILURE' for return value.
1028
1029 * etags.c: Likewise.
1030
10312004-05-03 Jason Rumney <jasonr@gnu.org>
1032
1033 * makefile.nt: Remove.
1034
10352004-04-26 Eli Zaretskii <eliz@gnu.org>
1036
1037 * make-docfile.c (IS_DIRECTORY_SEP): New macro.
1038 (put_filename): Remove unused variable len. Use IS_DIRECTORY_SEP
1039 instead of a literal '/'.
1040
10412004-04-23 Juanma Barranquero <lektu@terra.es>
1042
1043 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
1044
10452004-04-17 Paul Eggert <eggert@gnu.org>
1046
1047 * rcs2log (Help): Clarify wording of the usage message.
1048 Problem reported by Alan Mackenzie in
1049 <http://mail.gnu.org/archive/html/bug-gnu-emacs/2004-04/msg00188.html>.
1050
10512004-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
1052
1053 * make-docfile.c (xmalloc): Fix return type.
1054 (put_filename): New fun.
1055 (scan_file): Use it.
1056
10572004-03-09 Juanma Barranquero <lektu@terra.es>
1058
1059 * grep-changelog: Changes to support ChangeLog.10+.
1060 (main): Tidy up usage string. Fix "Use of uninitialized value"
1061 warning. Set version to 0.2. Parse the directory listing to get
1062 any ChangeLog.n file, not just 1..9.
1063 (header_match_p, entry_match_p, print_log, parse_changelog):
1064 Remove Perl prototypes (their purpose is to help the parser, which
1065 isn't needed here, not declare arguments).
1066 (parse_changelog): Make --reverse faster on big batches by not
1067 modifying the entries list.
1068
10692004-03-01 Juanma Barranquero <lektu@terra.es>
1070
1071 * makefile.w32-in (obj): Add fringe.c.
1072
10732004-02-14 Paul Eggert <eggert@twinsun.com>
1074
1075 * rcs2log: Work correctly if CVSROOT specifies :fork: or
1076 :local: methods, or omits the colon between the hostname
1077 and the path. Allow :/ in repository path, since CVS does.
1078 Fix typo: "pository" should be set from $CVSROOT, not $repository.
1079 This fixes a bug reported by Wolfgang Scherer in
1080 <http://mail.gnu.org/archive/html/bug-gnu-emacs/2004-02/msg00085.html>,
1081 along with some related bugs I discovered by inspecting how
1082 CVS itself parses $CVSROOT.
1083
10842004-02-04 Jérôme Marant <jmarant@nerim.net> (tiny change)
1085
1086 * emacsclient.c (decode_options): Fix handling of alternate editor.
1087
10882004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
1089
1090 * emacsclient.c (main): Don't use the hostname in the socket name.
1091 Look for relative socket names in the /tmp dir rather than in cwd.
1092
10932004-01-24 Richard M. Stallman <rms@gnu.org>
1094
1095 * emacsclient.c (main): Restore errno from saved_errno,
1096 so the error message comes from socket_status.
1097
10982004-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
1099
1100 * emacsclient.c (main): Stop if socket name too long.
1101 Only try su-fallback if the socket name was not explicit.
1102 Check socket name length in su-fallback case as well.
1103
11042004-01-08 Andreas Schwab <schwab@suse.de>
1105
1106 * emacsclient.c (main): Save errno from socket_status.
1107
11082004-01-04 Andreas Schwab <schwab@suse.de>
1109
1110 * emacsclient.c (main): Fix socket name when using another user.
1111
11122003-12-27 Paul Eggert <eggert@twinsun.com>
1113
1114 * rcs2log (rlog_options): Append -rbranchtag if CVS/Tag indicates
1115 a tag, and if the user has not specified an rlog option.
1116 Adapted from a suggestion by Martin Stjernholm in
1117 <http://mail.gnu.org/archive/html/bug-gnu-emacs/2003-07/msg00066.html>.
1118 (Copyright): Update to 2003.
1119
11202003-12-24 Thien-Thi Nguyen <ttn@gnu.org>
1121
1122 * make-docfile.c (main): For return code, no longer special-case VMS.
1123 Instead, use `EXIT_SUCCESS' and `EXIT_FAILURE' from stdlib.h.
1124
11252003-09-28 Andreas Büsching <crunchy@tzi.de> (tiny change)
1126
1127 * emacsclient.c (quote_file_name): Print the result instead of
1128 returning it. Fix the return type accordingly.
1129 (main): With --eval, if no file name, read from stdin.
1130 Quote file names.
1131
11322003-09-10 Richard M. Stallman <rms@gnu.org>
1133
1134 * emacsclient.c (main): Use socket_name.
1135
11362003-09-10 Andreas Büsching <crunchy@tzi.de> (tiny change)
1137
1138 * emacsclient.c (socket_name): New variable.
1139 (longopts, decode_options, print_help_and_exit):
1140 Handle --socket-name argument.
1141
11422003-08-25 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
1143
1144 * etags.c (consider_token): Check C++ `operator' only when the
1145 token len is long enough.
1146
11472003-08-20 Dave Love <fx@gnu.org>
1148
1149 * Makefile.in: Remove obsolete references to alloca.
1150
11512003-07-29 Ken Brush <ken@wirex.com>
1152
1153 * emacsclient.c (main)
1154 * etags.c (suggest_asking_for_help)
1155 * movemail.c (main): Fix having macros in a printf statement.
1156
11572003-05-31 Juanma Barranquero <lektu@terra.es>
1158
1159 * makefile.w32-in (lisp): Fix references to byte-run.el,
1160 float-sup.el and map-ynp.el, which are now in emacs-lisp.
1161
11622003-05-22 Dave Love <fx@gnu.org>
1163
1164 * update-game-score.c (difftime) [!HAVE_DIFFTIME]: Define.
1165 (strerror) [!HAVE_STRERROR && !WINDOWSNT]: New.
1166
11672003-05-20 Dave Love <fx@gnu.org>
1168
1169 * movemail.c: Check HAVE_LIBLOCKFILE like HAVE_LIBMAIL.
1170
1171 * Makefile.in [HAVE_LIBLOCKFILE]: Define LIBS_MAIL=-llockfile.
1172
11732003-04-27 Oliver Scholz <alkibiades@gmx.de>
1174
1175 * update-game-score.c (read_scores): Fix corruption of scores on read.
1176
11772003-04-12 Stefan Monnier <monnier@cs.yale.edu>
1178
1179 * emacsclient.c (main): Use new safe location for socket.
1180
11812003-03-12 Tom Tromey <tromey@redhat.com>
1182
1183 * emacsclient.c (print_help_and_exit): Print to stdout.
1184 Exit successfully. Added some blank lines for readability.
1185 (decode_options): Don't call print_help_and_exit in default case.
1186 Print version information to stdout.
1187 (main): Don't call print_help_and_exit.
1188
11892003-02-15 Richard M. Stallman <rms@gnu.org>
1190
1191 * cvtmail.c: Cast result of malloc and realloc.
1192 Don't include stdlib.h, becuase config.h does.
1193 (malloc, realloc): Declarations deleted.
1194
1195 * yow.c (yow): Cast result of malloc and realloc.
1196 (malloc, realloc): Declarations deleted.
1197
11982003-02-11 Juanma Barranquero <lektu@terra.es>
1199
1200 * makefile.w32-in (lisp): Add malayalam.el and tamil.el.
1201
12022003-02-08 Andreas Schwab <schwab@suse.de>
1203
1204 * Makefile.in (EXEEXT): Define to @EXEEXT@ and use this variable
1205 instead of the substitution.
1206
12072003-02-04 Richard M. Stallman <rms@gnu.org>
1208
1209 * update-game-score.c (push_score, read_scores): Cast values
1210 of malloc and realloc.
1211 (main, lock_file): Avoid assignment inside if.
1212
12132003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
1214
1215 * Makefile.in: Use @EXEEXT@ for Cygwin.
1216
12172003-01-21 Dave Love <fx@gnu.org>
1218
1219 * etags.c (Cplusplus_help, Cjava_help): Re-phrase and avoid
1220 column-0 `('.
1221
1222 * yow.c: Don't include string.h.
1223
12242003-01-20 Richard M. Stallman <rms@gnu.org>
1225
1226 * Makefile.in (rcs2log, rcs-checkin, grep-changelog, vcdiff):
1227 New targets.
1228
12292003-01-06 Kim F. Storm <storm@cua.dk>
1230
1231 * pop.c (__P): Rename from _P to avoid problems on Cygwin.
1232 All uses changed.
1233
12342002-12-18 Andrew Innes <andrewi@gnu.org>
1235
1236 * makefile.w32-in ($(DOC)): Use -o and -a options to make-docfile,
1237 because GNU make doesn't append when using >> redirection.
1238
12392002-12-12 Jonathan Kamens <jik@kamens.brookline.ma.us>
1240
1241 * b2m.pl: Make sure every message ends with a blank line, because
1242 some mbox parsers require a blank line before "From " lines.
1243
12442002-12-08 Richard M. Stallman <rms@gnu.org>
1245
1246 * getopt.c: Do include libintl.h if HAVE_LIBINTL_H.
1247 (_): Test only HAVE_LIBINTL_H to decide what to do.
1248
12492002-12-05 Richard M. Stallman <rms@gnu.org>
1250
1251 * getopt.c: Comment out include of libintl.h or gettext.h.
1252
12532002-12-04 Richard M. Stallman <rms@gnu.org>
1254
1255 * Update getopt from gnulib version; changes described below.
1256
1257 * getopt1.c: Conditionally find getopt.h.
1258 [_LIBC] (getopt_long, getopt_long_only): Do libc_hidden_def.
1259
1260 * getopt.c (const): Move outside !HAVE_CONFIG_H conditional.
1261 (libintl.h): Include this if _LIBC. Otherwise include gettext.h.
1262 (wchar.h): Include, maybe.
1263 (attribute_hidden): Define if not defind.
1264 (__getopt_initialized): Use attribute_hidden.
1265 (__libc_argc, __libc_argv): Renamed from original_argc, etc.
1266 (__getopt_nonoption_flags, nonoption_flags_max_len, nonoption_flags_len):
1267 Conditional on USE_NONOPTION_FLAGS.
1268 (SWAP_FLAGS): New definitions.
1269 (exchange): Test USE_NONOPTION_FLAGS.
1270 (_getopt_initialize): Test USE_NONOPTION_FLAGS.
1271 (_getopt_internal): Error if argc < 1. New local var print_errors.
1272 Improve test for ambiguous long option.
1273 Add LIBIO support for error message output.
1274 (NONOPTION_P): Test USE_NONOPTION_FLAGS.
1275
1276 * getopt.h: Maybe include ctype.h.
1277 Treat __cplusplus like __STDC__.
1278 (decls): Use __ in arg names.
1279
12802002-12-02 Stephen Eglen <stephen@gnu.org>
1281
1282 * emacsclient.c (main): Tell user how to start server within Emacs
1283 if socket could not be found.
1284
12852002-12-02 Richard M. Stallman <rms@gnu.org>
1286
1287 * emacsclient.c (main): Test HAVE_GETCWD rather than BSD_SYSTEM.
1288
12892002-11-19 Ben Key <bkey1@tampabay.rr.com>
1290
1291 * makefile.w32-in: Fixed a bug that caused the documentation for
1292 the built in function play-sound-internal not to be included in
1293 /etc/DOC.
1294
12952002-11-18 Dave Love <fx@gnu.org>
1296
1297 * update-game-score.c: Include unistd.h, string.h, stdlib.h,
1298 fcntl.h, stdarg.h conditionally.
1299 (_GNU_SOURCE, __attribute__): Don't define.
1300 (optarg, optind, opterr): Declare.
1301 (lose, lose_syserr): Use NO_RETURN.
1302 (get_user_id): Use P_.
1303
13042002-11-17 Richard M. Stallman <rms@gnu.org>
1305
1306 * Makefile.in (${archlibdir}): Ignore errors operating on $(gamedir).
1307
13082002-11-14 Dave Love <fx@gnu.org>
1309
1310 * movemail.c (pop_retr): Declare comment.
1311
1312 * make-docfile.c (read_c_string_or_comment): Declare msgno.
1313
1314 * Makefile.in (YACC): Deleted.
1315
13162002-10-19 Andreas Schwab <schwab@suse.de>
1317
1318 * Makefile.in (${archlibdir}): Always create $(gamedir).
1319 (update-game-score): Pass $(gamedir) as HAVE_SHARED_GAME_DIR.
1320
13212002-10-04 Juanma Barranquero <lektu@terra.es>
1322
1323 * makefile.w32-in (lisp): Load devanagari.el, not .elc.
1324
13252002-09-30 Markus Rost <rost@math.ohio-state.edu>
1326
1327 * emacsclient.c (main): Remove reference to SERVER_HOME_DIR
1328 completely.
1329
13302002-09-27 Stefan Monnier <monnier@cs.yale.edu>
1331
1332 * emacsclient.c: Remove SYSV support.
1333 (eval, display): New vars.
1334 (longopts): Add --eval and --display.
1335 (decode_options): Add -e and -d processing.
1336 (print_help_and_exit): Update the usage string.
1337 (main): Add support for --eval and --display.
1338 (main): Always use /tmp and non-qualified hostname.
1339
13402002-09-25 Stefan Monnier <monnier@cs.yale.edu>
1341
1342 * emacsserver.c: Remove.
1343
13442002-09-17 Stefan Monnier <monnier@cs.yale.edu>
1345
1346 * emacsclient.c (quote_file_name): Quote \n.
1347 (main): Print a final \n when needed.
1348
13492002-09-03 Francesco Potortì <pot@gnu.org>
1350
1351 * etags.c (regex_tag_multiline, readline): Never pass pfnote a
1352 string that cannot be freed.
1353
13542002-08-30 Francesco Potortì <pot@gnu.org>
1355
1356 * etags.c (consider_token, C_entries): Switch to C++ parsing when
1357 auto-detection is enabled and the `::' qualifier is met.
1358 (consider_token, C_entries): Several bugs corrected that tagged
1359 some declarations even though --declarations was not used.
1360 (plainc): New macro.
1361 (C_entries): Use it.
1362 (C_entries): Several cosmetic changes.
1363 (C_entries): Invalidate the token is some cases.
1364
13652002-08-29 Francesco Potortì <pot@gnu.org>
1366
1367 * etags.c (C_entries): Correct a problem with const C++ funcs.
1368 (ignoreindent): Renamed from noindentypedefs.
1369 (cjava, cplpl): They are now macros instead of local vars.
1370
13712002-08-28 Francesco Potortì <pot@gnu.org>
1372
1373 * etags.c (HTML_labels): Tag ID= also.
1374
13752002-08-27 Francesco Potortì <pot@gnu.org>
1376
1377 * etags.c (Ada_funcs): Do not tag "use type Xxxx;".
1378
1379 * etags.c (HTML_labels): New language HTML.
1380 (etags_strcasecmp): Like BSD's, for compatibility.
1381 (strcaseeq): Make it into a macro.
1382
1383 * etags.c (make_tag): Never generate null length tag names.
1384 (linebuffer_init): Renamed from initbuffer. All callers changed.
1385 (pattern): Structure renamed to `regexp', member regex renamed to
1386 pattern.
1387 (node_st): Member pat renamed to regex.
1388 (pattern); New member force_explicit_name, for future use.
1389 Now always set to true, cannot be reset.
1390 (add_regex, regex_tag_multiline, readline): Use it.
1391 (main): Free some global structures.
1392 (fdesc): New member `written'.
1393 (readline, process_file): Initialise it.
1394 (put_entries): Set it.
1395 (main): Use it to create entries for files without tags.
1396 (total_size_of_entries): Do not count invalid tags.
1397
13982002-08-19 Stefan Monnier <monnier@cs.yale.edu>
1399
1400 * make-docfile.c (scan_keyword_or_put_char, write_c_args): Use `fn'
1401 for the function name in the usage info.
1402
14032002-07-31 Colin Walters <walters@gnu.org>
1404
1405 * update-game-score.c (P_): New macro. Use it for all prototypes.
1406 (lose): Don't use varargs.
1407 (lose_syserr): New function.
1408
1409 * update-game-score.c: Change all functions to K&R style.
1410
14112002-07-30 Andreas Schwab <schwab@suse.de>
1412
1413 * Makefile.in (localstatedir): New variable.
1414
14152002-07-29 Jonathan Kamens <jik@kamens.brookline.ma.us>
1416
1417 * b2m.pl: Fix regexp for finding return address fields.
1418
14192002-07-15 Stefan Monnier <monnier@cs.yale.edu>
1420
1421 * make-docfile.c (scan_c_file): Warn about missing `usage' info.
1422
14232002-07-05 Jonathan Kamens <jik@kamens.brookline.ma.us>
1424
1425 * b2m.pl: Obey the rmail file and use the unpruned header properly.
1426
14272002-06-26 Pavel Janík <Pavel@Janik.cz>
1428
1429 * b2m.pl: New file.
1430
14312002-06-21 Francesco Potortì <pot@gnu.org>
1432
1433 * etags.c (F_getit, Fortran_functions, Ada_getit, Asm_labels)
1434 (Python_functions, PHP_functions, PHP_functions, PHP_functions)
1435 (PHP_functions, PHP_functions, Cobol_paragraphs)
1436 (Makefile_targets, Postscript_functions, Texinfo_nodes)
1437 (prolog_pr, erlang_func, erlang_attribute)
1438 (Perl_functions, Perl_functions, Pascal_functions)
1439 (TeX_commands, get_tag): Use make_tag instead of pfnote.
1440 (get_tag): Prototype changed, all callers changed.
1441
14422002-06-20 Francesco Potortì <pot@gnu.org>
1443
1444 * etags.c: Implement implicit tag names, that is, unnamed tags
1445 whose name is automatically deduced by etags.el. The advantage is
1446 that there is no explicit tag name in most tags, so the size of
1447 the tags file is reduced, yet find-tag is able to do a match as
1448 accurate as with named tags. See the comment in make_tag for details.
1449 (make_tag): New function (was the disabled function new_pfnote).
1450 (make_C_tag): Use it.
1451
14522002-06-19 Francesco Potortì <pot@gnu.org>
1453
1454 * etags.c (add_regex): Invalid regexp modifiers are ignored.
1455 (Makefile_targets): Tag variables unless --no-globals.
1456 (LOOP_ON_INPUT_LINES): Serious bug corrected.
1457
14582002-06-13 Francesco Potortì <pot@gnu.org>
1459
1460 * etags.c (erlang_atom, erlang_attribute): Bugs corrected.
1461 (invalidate_nodes): Bug corrected.
1462 (print_help): Better help for regexps.
1463
14642002-06-13 Juanma Barranquero <lektu@terra.es>
1465
1466 * makefile.w32-in (lisp): Add international/ucs-tables.elc and
1467 font-core.elc.
1468
14692002-06-12 Francesco Potortì <pot@gnu.org>
1470
1471 * etags.c: New multi-line regexp and new regexp syntax.
1472 (arg_type): at_icregexp label removed (obsolete).
1473 (pattern): New member multi_line for multi-line regexps.
1474 (filebuf): A global buffer containing the whole file as a string
1475 for multi-line regexp matching.
1476 (need_filebuf): Global flag raised if multi-line regexps used.
1477 (print_help): Document new regexp modifiers, remove references to
1478 obsolete option --ignore-case-regexp.
1479 (main): Do not set regexp syntax and translation table here.
1480 (main): Treat -c option as a backward compatibility hack.
1481 (main, find_entries): Init and free filebuf.
1482 (find_entries): Call regex_tag_multiline after the regular parser.
1483 (scan_separators): Check for untermintaed regexp and return NULL.
1484 (analyse_regex, add_regex): Remove the ignore_case argument, which
1485 is now a modifier to the regexp. All callers changed.
1486 (add_regex): Manage the regexp modifiers.
1487 (regex_tag_multiline): New function. Reads from filebuf.
1488 (readline_internal): If necessary, copy the whole file into filebuf.
1489 (readline): Skip multi-line regexps, leave them to regex_tag_multiline.
1490
14912002-06-11 Francesco Potortì <pot@gnu.org>
1492
1493 * etags.c (add_regex): Better check for null regexps.
1494 (readline): Check for regex matching null string.
1495 (find_entries): Reorganisation.
1496
14972002-06-07 Francesco Potortì <pot@gnu.org>
1498
1499 * etags.c (scan_separators): Support all character escape
1500 sequences supported by Gcc.
1501 (find_entries): Rewind unconditionally.
1502 (find_entries): Do not call language functions directly, now calls
1503 itself.
1504 (find_entries): Do general initialisations here.
1505 (CNL_SAVE_DEFINEDEF, C_entries, LOOP_ON_INPUT_LINES, F_getit)
1506 (Ada_getit, Pascal_functions, Pascal_functions)
1507 (prolog_skip_comment): Do not do them here.
1508 (readline_internal): Increment lineno here.
1509 (readline): Conditionally undo readline_internal increment.
1510 (readline): Do not return a value.
1511
15122002-06-06 Francesco Potortì <pot@gnu.org>
1513
1514 * etags.c: New option --parse-stdin=FILE.
1515 (enum arg_type): New label at_stdin.
1516 (STDIN): New constant.
1517 (parsing_stdin): New flag.
1518 (longopts): New option --parse-stdin=NAME.
1519 (print_help): Document it.
1520 (main): Handle it.
1521 (process_file): Split into process_file and process_file_name.
1522 (process_file_name): New function.
1523
1524 * etags.c: Improvements and bug squashing in TeX handling.
1525 (TeX_commands): Skip comments.
1526 (TEX_defenv): Now contains more contructs.
1527 (TEX_cmt): Make it a static char and move it before TeX_commands.
1528 (TeX_commands): Shorten the tag to the brace after the name.
1529 (TeX_commands): Names now include the initial backslash.
1530 (TeX_commands): Names do not include numeric args #n.
1531 (TeX_commands): Correct line char number in tags.
1532 (TEX_tabent, TEX_token): Deleted.
1533 (TeX_commands, TEX_decode_env): Streamlined.
1534
15352002-06-05 Francesco Potortì <pot@gnu.org>
1536
1537 * etags.c (main): Avoid a buffer overrun with sprintf.
1538
15392002-05-30 Richard M. Stallman <rms@gnu.org>
1540
1541 * Makefile.in (LIBS_MAIL): Renamed from LIB_MAIL.
1542 (LIBS_MOVE): Renamed from MOVE_LIBS.
1543
15442002-05-26 Paul Eggert <eggert@twinsun.com>
1545
1546 Reinstate the following change from 2002-03-22, which was
1547 inadvertently lost on 2002-04-13.
1548
1549 * etags.c (main): Use `sort -o TAGFILE TAGFILE' instead of
1550 `sort TAGFILE -o TAGFILE', as POSIX 1003.1-2001 disallows
1551 the latter usage.
1552
15532002-05-17 Eli Zaretskii <eliz@is.elta.co.il>
1554
1555 * pop.c (socket_connection): Move the code to resolve the POP
1556 host right before trying to connect with it.
1557
15582002-04-28 Colin Walters <walters@verbum.org>
1559
1560 * Makefile.in (${archlibdir}): Don't conditionalize on
1561 HAVE_SHARED_GAME_DIR. Instead, test at installation time whether
1562 or not we have access to the specified game user.
1563
1564 * update-game-score.c (SCORE_FILE_PREFIX): Delete.
1565 (main): New argument -d, for specifying directory.
1566 (usage): Document.
1567 (get_user_id): Compute.
1568 (get_home_dir): Deleted.
1569 (get_prefix): New function, taken from main.
1570 (main): Check whether or not we are running setuid. Move prefix
1571 computation to get_prefix. Don't call getpwent; we don't need to
1572 any more. Instead, move it to get_user_id().
1573
15742002-04-24 Pavel Janík <Pavel@Janik.cz>
1575
1576 * ebrowse.c (skip_initializer): Return void.
1577
15782002-04-23 Colin Walters <walters@verbum.org>
1579
1580 * update-game-score.c (read_score) [HAVE_GETDELIM]: Trim trailing
1581 space.
1582
15832002-04-22 Francesco Potortì <pot@gnu.org>
1584
1585 * etags.c (last_node): Make it a global variable.
1586 (process_file): Print the tags from the nodes as soon as
1587 possible, and delete the nodes. This brings down the memory
1588 occupancy as etags to almost the same level as when the #line
1589 directives were not parsed.
1590 (free_fdesc): New function.
1591 (find_entries): Use it.
1592 (invalidate_nodes): In etags mode, do not just mark the nodes as
1593 invalid, do delete them.
1594
15952002-04-21 Gerd Moellmann <gerd@gnu.org>
1596
1597 * ebrowse.c (add_declarator): Test *CLS instead of CLS.
1598
15992002-04-16 Eli Zaretskii <eliz@is.elta.co.il>
1600
1601 * update-game-score.c: Move config.h before the other headers, to
1602 avoid compiler warnings.
1603
16042002-04-16 Francesco Potortì <pot@gnu.org>
1605
1606 * etags.c (find_entries): Bug fix in list management.
1607
16082002-04-15 Francesco Potortì <pot@gnu.org>
1609
1610 * etags.c (get_language_from_filename): Add one argument.
1611 (strcaseeq): New function.
1612 (get_language_from_filename): Use it to do a case insenstitive
1613 comparison if called with appropriate args.
1614 (find_entries): Try with case insensitive match.
1615 (process_file): Bug fixed.
1616
16172002-04-13 Francesco Potortì <pot@gnu.org>
1618
1619 * etags.c (find_entries): Delete tags previously obtained from
1620 file xxx.c's #line directives when parsing file xxx.y. This is
1621 generally done for automatically generated files containing
1622 #line directives. This handles the case when xxx.y is tagged
1623 before xxx.c, and the entries of xxx.c pointing to xxx.y should
1624 be discarded.
1625 (language): Add the metasource member. Initializers changed.
1626 (invalidate_nodes): New function.
1627 (readline): Discard lines after having found a #line
1628 directive pointing to an already tagged file. This handles the
1629 case when xxx.y is tagged before xxx.c, and the entries of
1630 xxx.c pointing to xxx.y should be discarded.
1631 (fdesc): New structure for keeping track of input files.
1632 (fdesc): Remove `file' member (a string) and use instead a pointer
1633 to a file description structure.
1634 (curfile, curfiledir, curtagfname, curlang, nocharno)
1635 (forced_lang): Global variables removed in favor of fdhead and
1636 curfdp, pointers to file description strucures.
1637 (longopts, main, print_help): Use the CTAGS conditional to include
1638 or exclude options that work on etags or ctags only.
1639 (process_file, find_entries, pfnote, add_node, put_entries)
1640 (readline): Use fdhead and curfdp.
1641 (process_file, find_entries): Do not take an arg string, all
1642 callers changed.
1643
1644 * etags.c (longopts, print_help, main): Test CTAGS to disallow
1645 options that are not right for either etags or ctags.
1646
1647 * etags.c (number_len, total_size_of_entries): Define them also
1648 in CTAGS mode, because gcc does not compile all refs away.
1649
16502002-04-14 Colin Walters <walters@debian.org>
1651
1652 * update-game-score.c (lock_file): If the lock file is older than
1653 an hour, delete it. Reset attempts to zero if we have to break
1654 the lock.
1655
16562002-04-14 Andreas Schwab <schwab@suse.de>
1657
1658 * update-game-score.c (read_score): Fix type of second parameter
1659 of getdelim to be of type size_t instead of int. Use 0 instead of
1660 ESUCCES.
1661
16622002-04-10 Colin Walters <walters@verbum.org>
1663
1664 * update-game-score.c (toplevel): Include stdarg.h.
1665 (MAX_DATA_LEN, MAX_SCORES): New.
1666 (SCORE_FILE_PREFIX): If HAVE_SHARED_GAME_DIR is not defined,
1667 default to ~/.emacs.d/games.
1668 (get_user_id): Don't zero uid in the case where we can't get the
1669 username.
1670 (lose): New function.
1671 (main): Actually use `max', and default it to MAX_SCORES.
1672 Correctly handle new default for SCORE_FILE_PREFIX. Use `lose'
1673 function.
1674 (read_score): Handle the case of reading unamelen characters, then
1675 finishing. Use mktemp if mkstemp isn't available.
1676 (lock_file, unlock_file): Delete unused versions.
1677 (lock_file): Always sleep, even if we unlinked the lock file.
1678
1679 * Makefile.in (gamedir, gameuser): New variables.
1680 (toplevel, UTILITIES): Add update-game-score.
1681 (${archlibdir}): Handle HAVE_SHARED_GAME_DIR.
1682
16832002-04-07 Colin Walters <walters@verbum.org>
1684
1685 * update-game-score.c (SCORE_FILE_PREFIX): Don't hardcode.
1686 (get_user_id): Take struct passwd as an argument.
1687 (get_home_dir): New function.
1688 (main): Read in user information here. Discover home directory if
1689 necessary.
1690 (read_score): Trim newline only in `getline' case.
1691
16922002-04-05 Colin Walters <walters@debian.org>
1693
1694 * update-game-score.c (toplevel): Include pwd.h.
1695 (struct score_entry): Add username field.
1696 (push_score): Use it.
1697 (get_user_id): New function.
1698 (main): Don't malloc excessively.
1699 (main): Use username field.
1700 (read_score): Read it.
1701 (push_score): Handle it.
1702 (write_scores): Write it.
1703 (read_score): Handle arbitrary length data.
1704
17052002-03-30 Eli Zaretskii <eliz@is.elta.co.il>
1706
1707 * ebrowse.c (add_declarator): Fix the first call to add_member_defn.
1708
17092002-03-29 Gerd Moellmann <gerd@gnu.org>
1710
1711 * ebrowse.c (add_declarator, skip_initializer): New functions.
1712 (declaration): Use them.
1713
17142002-03-28 Jason Rumney <jasonr@gnu.org>
1715
1716 * makefile.w32-in (lisp): Move backquote.elc into emacs-lisp.
1717
17182002-03-27 Colin Walters <walters@debian.org>
1719
1720 * update-game-score.c: New file.
1721
17222002-03-22 Paul Eggert <eggert@twinsun.com>
1723
1724 * etags.c (main): Use `sort -o TAGFILE TAGFILE' instead of
1725 `sort TAGFILE -o TAGFILE', as POSIX 1003.1-2001 disallows
1726 the latter usage.
1727
17282002-03-12 Francesco Potortì <pot@gnu.org>
1729
1730 * etags.c (Python_functions): Skip spaces at beginning of lines.
1731 (Python_functions, PHP_functions): Name tags, for ctags' sake.
1732 (TeX_commands): Name tags. Correction of old disabled code.
1733
1734 * etags.c (curfiledir, curtagfname): New global variables.
1735 (process_file): Initialise them.
1736 (readline): Canonicalize the name found in #line directive.
1737
17382002-03-06 Jason Rumney <jasonr@gnu.org>
1739
1740 * etags.c (put_entries): Use #if !CTAGS, to fix link error on
1741 compilers that don't optimize out dead code.
1742
17432002-03-05 Francesco Potortì <pot@gnu.org>
1744
1745 * etags.c: Honour #line directives.
1746 (no_line_directive): New global var; set it for old behaviour.
1747 (main): Remove some #ifdef in the getopt switch.
1748 (add_node, put_entries): Code added to merge different chunks of
1749 nodes referring to the same file. Currently the tags are just
1750 appended, without any check for duplicates.
1751 (Perl_functions): Do not special case ctags.
1752 (readline): Identify #line directives and do the right thing.
1753 (nocharno, invalidcharno): New global vars.
1754 (process_file): Reset nocharno.
1755 (readline): Set nocharno.
1756 (pfnote): Read nocharno and maybe put invalidcharno in node.
1757 (total_size_of_entries, put_entries): Use invalidcharno.
1758
1759 * etags.c: Keep the whole tag table in memory, even in etags mode.
1760 (main): Call put_entries here even in CTAGS mode.
1761 (main, process_file): Check the return values of fclose and pclose.
1762 (process_file): Do not call put_entries after parsing each file.
1763 (process_file): Canonicalise file names even for ctags.
1764 (process_file): Set curfile here...
1765 (find_entries): ... not here any more.
1766 (add_node): In etags mode, build a linked list of entries (on
1767 right pointer) for each file, and link the first entry of each
1768 file on left nodes.
1769 (put_entries): Print here the name of the file.
1770 (put_entries): Print the entries starting from the first file.
1771 (number_len, total_size_of_entries): Define these only in etags
1772 mode, make the second work only on the right nodes.
1773
1774 * etags.c: Make all global variables static.
1775
17762002-02-25 Juanma Barranquero <lektu@terra.es>
1777
1778 * makefile.w32-in (lisp): Add missing backslash.
1779
17802002-02-24 Jason Rumney <jasonr@gnu.org>
1781
1782 * makefile.w32-in (WINNT_SUPPORT, MOUSE_SUPPORT, lisp): Revert to
1783 using .elc files.
1784 (lisp): Sync with list in src/Makefile.in
1785 (VMS_SUPPORT, MSDOS_SUPPORT): Define, so DOC files can be shared.
1786
17872002-02-10 Paul Eggert <eggert@twinsun.com>
1788
1789 * rcs-checkin: Use `sort -k 2', not `sort +1', as POSIX 1003.1-2001
1790 disallows the old syntax.
1791
17922002-02-03 Paul Eggert <eggert@twinsun.com>
1793
1794 * rcs2log(Copyright): Update to 2002.
1795 (AWK, TMPDIR): Work around portability problem in broken shells that
1796 don't understand `: ${VAR=val}'.
1797 (SORT_K_OPTIONS): New var, for hosts that conform to POSIX 1003.1-2001.
1798 Prefer the new -k option to the traditional +M -N option.
1799
18002002-01-01 Pavel Janík <Pavel@Janik.cz>
1801
1802 * b2m.c (main): Parenthesize assignment when used as truth value
1803 to prevent gcc warnings.
1804
1805 * fakemail.c: Include <config.h>.
1806
18072001-12-29 Pavel Janík <Pavel@Janik.cz>
1808
1809 * cvtmail.c, emacsclient.c, emacsserver.c, pop.c, sorted-doc.c,
1810 * yow.c: Include <config.h>.
1811
18122001-12-21 Francesco Potortì <pot@gnu.org>
1813
1814 * etags.c (Perl_functions): Tag packages and use them in sub tags.
1815 (get_tag): Return a pointer to the tag that is found.
1816
1817 * etags.c (LOOKING_AT): Use !intoken instead of iswhite.
1818 (F_takeprec): Renamed from takeprec. All callers changed.
1819 (F_getit): Renamed from getit. All callers changed.
1820 (nocase_tail): Renamed from tail. All callers changed.
1821 (Ada_getit): Renamed from adagetit. All callers changed.
1822 (L_getit): Simplify by using get_tag.
1823 (Perl_functions, Postscript_functions, erlang_attribute): Use the
1824 modified LOOKING_AT.
1825 (notinname): Removed '[' and added ')' to the recognised chars.
1826 (LOOKING_AT, get_tag, PHP_functions): Use notinname.
1827 (Ada_getit, Ada_funcs, Python_functions, Scheme_functions):
1828 Clarified, using strneq or notinname.
1829 (L_isdef, L_isquote): Removed.
1830 (Lisp_functions, L_getit): Clarified.
1831
1832 * etags.c (P_): Renamed to __P for consistency with config.h.
1833 [HAVE_CONFIG_H]: Let config.h deal with __P.
1834 [__STDC__] [!HAVE_CONFIG_H]: Define PTR as in config.h.
1835 [!__STDC__] [!HAVE_CONFIG_H]: Do not undefine static, because
1836 gperf code needs it.
1837 [HAVE_CONFIG_H] [!PTR]: Define PTR (for use with XEmacs).
1838 [HAVE_CONFIG_H] [!__P]: Define __P (for use with XEmacs).
1839 (xmalloc, xrealloc): Use PTR instead of long *.
1840 (bool): Make it a define, not a typedef, for C++ compilers.
1841 (pattern): Members renamed to avoid name clash in some C++ compilers.
1842 (get_language_from_langname): Use const argument.
1843
18442001-12-22 Pavel Janík <Pavel@Janik.cz>
1845
1846 * makefile.nt, makefile.w32-in: Remove mocklisp files.
1847
18482001-12-19 Pavel Janík <Pavel@Janik.cz>
1849
1850 * emacsserver.c: Conditionally include config.h.
1851
1852 * fakemail.c: Likewise.
1853
1854 * emacsclient.c: Include "config.h", not <../src/config.h>.
1855 (main): Parenthesize assignment when used as truth value to
1856 prevent gcc warnings.
1857
1858 * ebrowse.c: Include stdlib.h and string.h conditionally.
1859
18602001-12-18 Eli Zaretskii <eliz@is.elta.co.il>
1861
1862 * yow.c (main): Use time_t, not long, to avoid a compiler warning.
1863
18642001-12-18 Pavel Janík <Pavel@Janik.cz>
1865
1866 * test-distrib.c: Fix previous change.
1867
18682001-12-18 Dave Love <fx@gnu.org>
1869
1870 * test-distrib.c: Conditionally include fcntl.h.
1871
1872 * fakemail.c: Include "config.h", not <../src/config.h>.
1873 (_XOPEN_SOURCE): Define as 500.
1874
1875 * emacsserver.c: Include "config.h", not <../src/config.h>.
1876
1877 * cvtmail.c: Include config.h, stdlib.h.
1878 (xmalloc, xrealloc, skip_to_lf sysfail): Prototype.
1879
1880 * yow.c: Conditionally include various headers. Use "epaths.h",
1881 not <../src/epaths.h>.
1882 (malloc, realloc) [!HAVE_STDLIB_H]: Prototype.
1883
18842001-12-12 Francesco Potortì <pot@gnu.org>
1885
1886 * etags.c (PHP_functions): New function for parsing PHP.
1887 (LOOKING_AT): New macro.
1888 (Perl_functions, Python_functions, PHP_functions)
1889 (Scheme_functions, Texinfo_nodes): Use it.
1890 (Perl_functions): Use strneq.
1891 (prolog_pred): Renamed to prolog_pr.
1892 (prolog_pr): Recognise Prolog rules in addition to predicates.
1893 [ETAGS_REGEXPS] [!HAVE_CONFIG_H] [__CYGWIN__]: Prevent
1894 unmodified compile, as Cygwin's regex.h is incompatible with us.
1895 [!HAVE_CONFIG_H] [!__STDC__]: #define const as the empty string.
1896
18972001-12-11 Richard M. Stallman <rms@gnu.org>
1898
1899 * Makefile.in (clean): Don't delete ../etc/DOC*.
1900
19012001-12-11 Pavel Janík <Pavel@Janik.cz>
1902
1903 * COPYING: Moved back.
1904
19052001-11-30 Andrew Innes <andrewi@gnu.org>
1906
1907 * makefile.w32-in (FACE_SUPPORT):
1908 (MOUSE_SUPPORT):
1909 (FLOAT_SUPPORT):
1910 (WINNT_SUPPORT):
1911 (lisp): Reference .el files instead of .elc files, to simplify
1912 bootstrapping.
1913 ($(DOC)): Change dependency to just `make-docfile'.
1914
19152001-11-29 Pavel Janík <Pavel@Janik.cz>
1916
1917 * COPYING: Removed.
1918
19192001-11-28 Paul Eggert <eggert@twinsun.com>
1920
1921 * rcs2log (Copyright): Add '(C)' as per coding guidelines.
1922
1923 The following changes are derived from suggestions by Bob Chapman
1924 <rechapman@compuserve.com>.
1925
1926 * rcs2log (printlogline): Also allow tab and newline to separate
1927 '(function):' from the rest of a comment.
1928 (reformat the sorted log entries): Require date and author to
1929 match the clumpname.
1930
19312001-11-16 Gerd Moellmann <gerd@gnu.org>
1932
1933 * ebrowse.c (matching_regexp): Escape '\\'.
1934
19352001-11-15 Pavel Janík <Pavel@Janik.cz>
1936
1937 * Makefile.in: Add support for --program-prefix, --program-suffix
1938 and --program-transform-name options.
1939
19402001-11-03 Richard M. Stallman <rms@gnu.org>
1941
1942 * cvtmail.c (xrealloc): Always pass two args to `fatal'.
1943
1944 * movemail.c (popmail): Always pass two args to `error'.
1945
19462001-10-24 Ken Raeburn <raeburn@gnu.org>
1947
1948 * Makefile.in (HESIODLIB) [HAVE_LIBHESIOD]: Set to include
1949 -lhesiod and maybe -lresolv.
1950 (CRYPTOLIB) [HAVE_LIBK5CRYPTO]: Use -lk5crypto for Kerberos
1951 support if it's available.
1952
19532001-10-21 Miles Bader <miles@gnu.org>
1954
1955 * make-docfile.c (struct rcsoc_state): New type.
1956 (read_c_string_or_comment): Add SAW_USAGE
1957 parameter, and implement scanning for a `usage:' keyword.
1958 Use a variable of type `rcsoc_state' to hold most of our state.
1959 (put_char): Add STATE parameter, and remove all other parameters
1960 except CH. Use STATE to get access to all needed state.
1961 (scan_keyword_or_put_char): New function.
1962 (scan_c_file): Pass SAW_USAGE argument to read_c_string_or_comment.
1963 Don't output a usage-string if there was one in the doc-string.
1964
19652001-10-20 Gerd Moellmann <gerd@gnu.org>
1966
1967 * (Version 21.1 released.)
1968
19692001-10-19 Pavel Janík <Pavel@Janik.cz>
1970
1971 * b2m.c: Properly spell the name of Emacs.
1972
19732001-10-17 Miles Bader <miles@gnu.org>
1974
1975 * make-docfile.c (put_char): New function.
1976 (read_c_string_or_comment): Strip trailing spaces and newlines.
1977
19782001-10-16 Miles Bader <miles@gnu.org>
1979
1980 * make-docfile.c (scan_c_file): Handle `new style' doc strings in
1981 comments [with `doc:' keyword prefix].
1982
19832001-10-15 Gerd Moellmann <gerd@gnu.org>
1984
1985 * make-docfile.c (read_c_string_or_comment): Don't drop a '*'
1986 in a C doc comment.
1987
19882001-10-13 Gerd Moellmann <gerd@gnu.org>
1989
1990 * make-docfile.c (read_c_string_or_comment): Renamed from
1991 read_c_string. Add parameter COMMENT. Read C-style comments.
1992 (scan_c_file): Handle doc strings in C comments.
1993
19942001-10-12 Andrew Innes <andrewi@gnu.org>
1995
1996 * makefile.nt (ALL): Do not include fakemail.
1997
1998 * makefile.w32-in (install): Do not copy fakemail.
1999
20002001-10-10 Jason Rumney <jasonr@gnu.org>
2001
2002 * makefile.w32-in (ALL): Do not include fakemail.
2003
2004 * makefile.nt (install): Ditto.
2005
20062001-10-09 Gerd Moellmann <gerd@gnu.org>
2007
2008 * emacsserver.c (main): Cast geteuid in sprintf to int.
2009
2010 * emacsclient.c (main): Cast isdigit argument to unsigned char.
2011
20122001-10-07 Pavel Janík <Pavel@Janik.cz>
2013
2014 * profile.c: Include config.h, not ../src/config.h.
2015 Include systime.h, not ../src/systime.h.
2016
20172001-10-05 Gerd Moellmann <gerd@gnu.org>
2018
2019 * Branch for 21.1.
2020
20212001-10-01 Alexander Zhuckov <zuav@int.spb.ru>
2022
2023 * ebrowse.c (struct alias): Add two new struct members: NAMESP and
2024 ALIASEE to help work with namespace aliases.
2025 (struct sym): Remove struct member NAMESP_ALIASES.
2026 (namespace_alias_table): New variable.
2027 (make_namespace): Add parameter CONTEXT.
2028 (check_namespace): New function.
2029 (find_namespace): Add parameter CONTEXT.
2030 (check_namespace_alias): New function.
2031 (register_namespace_alias): Change type of parameter OLD_NAME.
2032 Search for already defined alias in NAMESPACE_ALIAS_TABLE.
2033 (check_namespace): New function.
2034 (enter_namespace): Call find_namespace with CONTEXT parameter.
2035 (match_qualified_namespace_alias): New function.
2036 (parse_qualified_ident_or_type): Fix typo in comment.
2037 While parsing qualified ident or type update namespace context and
2038 restore it on exit.
2039 (parse_qualified_param_ident_or_type): Fix typo in comment.
2040 (globals): Change handling of namespace aliases.
2041 (version): Add year 2001.
2042
20432001-09-15 Eli Zaretskii <eliz@is.elta.co.il>
2044
2045 * etags.c (analyse_regex): If regex_arg is NULL, return
2046 immediately after a call to free_patterns.
2047
20482001-09-05 Paul Eggert <eggert@twinsun.com>
2049
2050 * rcs2log (Help, mainline code): Add new option -L FILE.
2051 (Copyright): Update year.
2052 (LANG, LANGUAGE, LC_ALL, LC_COLLATE, LC_CTYPE, LC_MESSAGES)
2053 (LC_NUMERIC, LC_TIME): New shell vars, to make sure we live in the
2054 C locale.
2055 (mainline code): Handle nonstandard -u option differently, by
2056 transforming it to standard form. Check for "Working file: ", not
2057 "Working file:". Allow file names with spaces.
2058 (SOH, rlogfile): New shell vars.
2059 (rlogout): Remove. Its old functionality is mostly migrated to
2060 rlogfile.
2061
2062 Append ';;' to the last arm of every case statement, for
2063 portability to ancient broken BSD shells.
2064
2065 (logins): Fix bug; was not being computed at all, lowering performance.
2066 (pository): New var. This fixes some bugs where repositories are
2067 remote, or have trailing slashes.
2068 (authors): $llogout is never an empty shell var, so don't worry
2069 about that possibility.
2070 (printlogline, mainline code): Fix bug with SOH's being put into
2071 the output.
2072
20732001-09-01 Eli Zaretskii <eliz@is.elta.co.il>
2074
2075 * ebrowse.c (SEEK_END): #define if not defined by system headers.
2076 Suggested by Dave Love <d.love@dl.ac.uk>.
2077
20782001-08-29 Eli Zaretskii <eliz@is.elta.co.il>
2079
2080 * makefile.nt (lisp): Synchronize with src/Makefile.in.
2081 * makefile.w32-in (lisp): Ditto.
2082
20832001-07-25 Juanma Barranquero <lektu@terra.es>
2084
2085 * grep-changelog (parse_changelog): Remove unused local variable.
2086
2087 * grep-changelog (main): Add new option --reverse.
2088 (print_log): Use it.
2089 (parse_changelog): Use it.
2090
20912001-07-20 Gerd Moellmann <gerd@gnu.org>
2092
2093 * grep-changelog: Remove RCS Id keyword.
2094
20952001-07-20 Juanma Barranquero <lektu@terra.es>
2096
2097 * grep-changelog (parse_changelog): Add tests for defined values
2098 to quiet warning from Perl 5.005 or above.
2099 (entry_match_p, header_match_p): Fix handling of null or empty
2100 argument to prevent duplicate headers.
2101
2102 * grep-changelog (main, parse_changelog): Make "use strict"-clean.
2103
21042001-07-17 Jan Nieuwenhuizen <janneke@gnu.org>
2105
2106 * emacsclient.c (print_help_and_exit): Fix help message for
2107 +LINE:COLUMN option.
2108
21092000-07-17 Han-Wen Nienhuys <hanwen@cs.uu.nl>
2110
2111 * emacsclient.c (main): Add support for +LINE:COLUMN command line
2112 argument.
2113
21142001-07-16 Gerd Moellmann <gerd@gnu.org>
2115
2116 * ebrowse.c (main): Check that the output file exists and
2117 is non-empty if invoked with `--append'.
2118
21192001-05-14 Francesco Potortì <pot@gnu.org>
2120
2121 * etags.c (add_regex): Reset the whole newly allocated pattern
2122 buffer instead of the individual members. It's safer and works
2123 with XEmacs.
2124
2125 * etags.1: Markups corrected.
2126
21272001-05-08 Gerd Moellmann <gerd@gnu.org>
2128
2129 * ebrowse.c (enter_namespace): Fix reallocation of namespace_stack.
2130
21312001-05-03 Gerd Moellmann <gerd@gnu.org>
2132
2133 * ebrowse.c (globals): Fix handling of namespace aliases.
2134
21352001-04-27 Eli Zaretskii <eliz@is.elta.co.il>
2136
2137 * etags.c (print_help): Enclose the regexp in the help text
2138 example in quotes.
2139
21402001-04-05 Dave Love <fx@gnu.org>
2141
2142 * emacsclient.c (fail): Don't return a value.
2143 (main): Cast uid values for sprintf.
2144
21452001-04-03 Gerd Moellmann <gerd@gnu.org>
2146
2147 * emacsclient.c (fail, main): Don't use implicit int return type.
2148
2149 * b2m.c (main): Always return a value.
2150
21512001-03-02 Gerd Moellmann <gerd@gnu.org>
2152
2153 * ebrowse.c (parse_qualified_param_ident_or_type): Return a
2154 freshly allocated object in *LAST_ID.
2155 (read_line): Accept \r\n line endings.
2156
21572001-02-24 Andrew Innes <andrewi@gnu.org>
2158
2159 * makefile.w32-in: Fix copyright notice.
2160
21612001-02-23 Francesco Potortì <pot@gnu.org>
2162
2163 * etags.c (enum sym_type): New label st_C_template.
2164 (gperf input): Use it for switching to C++ from C.
2165 (consider_token): Do it.
2166 (C_entries): Initialise typdefcblev to quiet compilers.
2167 [!HAVE_CONFIG_H] [!__STDC__]: #define static as nothing.
2168
21692001-02-22 Andrew Innes <andrewi@gnu.org>
2170
2171 * makefile.nt ($(BLD)\movemail.obj): Remove reference to
2172 VMS header files.
2173 ($(BLD)\profile.obj): Ditto.
2174
2175 * makefile.w32-in ($(BLD)/movemail.$(O)): Remove reference to
2176 VMS header files.
2177 ($(BLD)/profile.$(O)): Ditto.
2178
21792001-02-05 Andrew Innes <andrewi@gnu.org>
2180
2181 * makefile.w32-in ($(DOC)): Use $(THISDIR) instead of . in
2182 invocation of make-docfile, to work with Windows 2000.
2183
21842001-01-31 Dave Love <fx@gnu.org>
2185
2186 * etags.c (in_word_set): Use `static' in definition (for pcc).
2187
21882001-01-31 Francesco Potortì <pot@gnu.org>
2189
2190 * etags.c [NDEBUG]: #undef assert and #define it as ((void)0), for
2191 the sake of some buggy assert.h (e.g. in MinGW and sunos4 pcc).
2192 (C_entries): Tag token renamed to still_in_token because sunos4
2193 pcc wants to expand it as the token() macro even though it has no
2194 arguments.
2195
21962001-01-30 Andrew Innes <andrewi@gnu.org>
2197
2198 * etags.c (assert) [__MINGW32__]: Redefine assert to work around a
2199 bug in the Mingw32 assert.h header file.
2200
22012001-01-30 Francesco Potortì <pot@gnu.org>
2202
2203 * etags.c [WIN32-NATIVE]: #undef MSDOS, #undef WINDOWSNT and
2204 #define it for the sake of XEmacs.
2205 [WINDOWSNT]: #undef HAVE_NTGUI even if built without
2206 HAVE_CONFIG_H. This change only affects a standalone etags.
2207 [WINDOWSNT]: #undef DOS_NT and #define it even if built with
2208 HAVE_CONFIG_H. This change does nothing in Emacs, as DOS_NT is
2209 always defined when HAVE_CONFIG_H and WINDOWS are both defined.
2210 [!HAVE_UNISTD_H]: Use defined(WINDOWSNT) instead of the bare
2211 WINDOWSNT, as this is the correct way to use it.
2212
22132001-01-28 Francesco Potortì <pot@gnu.org>
2214
2215 * etags.c: Be capable to parse nested struct-like structures.
2216 (structdef, structtag): Struct state machine revisited.
2217 (struct tok): Revisited.
2218 (cstack, nestlev, instruct): New struct and macros.
2219 (pushclass_above, popclass_above, write_classname): New functions
2220 for dealing with nested class names.
2221 (consider_token, make_C_tag, C_entries): Many changes for dealing
2222 with arbitrarily nested structures.
2223 (etags_getcwd): #if MSDOS, not #ifdef MSDOS!
2224 (C_entries): Consider templates in C++.
2225 (sym_type): New constant st_C_class for detecting "class" also in
2226 C mode.
2227 (C_AUTO): New macro for automatic detection of C++.
2228 (consider_token): Automatic set C++ mode.
2229 (C_entries): New security check for yacc.
2230 (print_language_names, print_help): Mention the autodetect
2231 feature, do not show help for the -C option, now mostly useless.
2232 (C_entries): Tag C++ forward declarations if --declarations.
2233 (C_entries): Don't be fooled by things like XDEFUN.
2234 (consider_token): Discard asm pseudo function.
2235
22362001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
2237
2238 * etags.c: Add a coding: tag.
2239
22402001-01-26 Gerd Moellmann <gerd@gnu.org>
2241
2242 * ebrowse.c (matching_regexp_buffer, matching_regexp_end_buf):
2243 New variables.
2244 (matching_regexp): Use them instead of static variables in
2245 function scope.
2246
22472001-01-25 Francesco Potortì <pot@gnu.org>
2248
2249 * etags.c (struct tok): Renamed from struct token.
2250 (token): Renamed from tok.
2251 (structtype): Make it a local variable.
2252 [DEBUG]: Use assert.
2253 (xrnew): Change the synopsis.
2254 (typedefs_or_cplusplus): Renamed from typedefs_and_cplusplus.
2255 (grow_linebuffer): Don't call xrnew when not needed.
2256 (token): Buffer renamed to line.
2257 (C_entries): Three calls to inibuffer moved here from main.
2258 (C_entries): Remove all references to var methodlen, delete it.
2259 (linebuffer_setlen): Was grow_buffer, now also sets len.
2260 (consider_token, C_entries, Pascal_functions): Use it.
2261 (C_entries): Preventing problems relative to extern "C".
2262 (C_entries): Can tag more than one variable or func separated by
2263 comma when --declarations is used.
2264 (C_entries): More accurate tagging of members and declarations.
2265 (yacc_rules): Was global, made local to C_entries.
2266 (next_token_is_func): Removed.
2267 (fvdef): New constants fdefunkey, fdefunname.
2268 (consider_token, C_entries): Use them.
2269 (C_entries): Build proper lisp names for Emacs DEFUNs.
2270
22712001-01-22 Gerd Moellmann <gerd@gnu.org>
2272
2273 * ebrowse.c (xfree): New function.
2274 (member, declaration, globals): Use xmalloc instead of alloca.
2275
22762001-01-15 Francesco Potortì <pot@gnu.org>
2277
2278 * etags.c (print_language_names): Print filenames in addition to
2279 suffixes.
2280
22812001-01-14 Francesco Potortì <pot@gnu.org>
2282
2283 * etags.c (get_language_from_langname): Renamed from
2284 get_language_from_name.
2285 (get_language_from_filename): Renamed from get_language_from_suffix.
2286 Now first looks for the complete file name.
2287 (language): New member char **filenames.
2288 (Makefile_filenames): List of possible filenames for makefiles.
2289 (lang_names): Add a NULL member for every entry, added an entry
2290 for makefiles.
2291 (Makefile_targets): New function.
2292 (Texinfo_nodes): Renamed from Texinfo_fuctions and made
2293 it conformant to the style of the rest of the code.
2294
22952001-01-13 Gerd Moellmann <gerd@gnu.org>
2296
2297 * make-docfile.c (write_c_args): Print newlines as spaces.
2298
22992001-01-06 Andrew Innes <andrewi@gnu.org>
2300
2301 * makefile.w32-in (clean): Delete $(COMPILER_TEMP_FILES) instead
2302 of *.pdb.
2303
23042001-01-03 Paul Eggert <eggert@twinsun.com>
2305
2306 * rcs2log: Avoid security hole allowing attacker to
2307 cause user of rcs2log to overwrite arbitrary files, fixing
2308 a bug reported by Morten Welinder.
2309
2310 Don't put "exit 1" at the end of the exit trap; it's
2311 ineffective in POSIX shells.
2312
23132001-01-02 Gerd Moellmann <gerd@gnu.org>
2314
2315 * ebrowse.c (yyerror): Change to take two arguments.
2316 Add prototype. Change callers.
2317
23182001-01-02 Eli Zaretskii <eliz@is.elta.co.il>
2319
2320 * ebrowse.c (enter_namespace, main): Cast variables to shut up
2321 compiler warnings.
2322 (yyerror): Change parameter declarations to be of type long, so
2323 that they can take pointers on 64-bit platforms.
2324
2325 * emacsclient.c (main): Remove unused local variable statbfr.
2326 (main) <homedir>: Make its declaration conditional on
2327 SERVER_HOME_DIR, to avoid compiler warnings.
2328
2329 * emacsserver.c (main) <homedir>: Make its declaration conditional
2330 on SERVER_HOME_DIR, to avoid compiler warnings.
2331
2332 * fakemail.c (readline): Cast buffer to "long *" to pacify
2333 over-zealous compilers.
2334
23352000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
2336
2337 * etags.c (canonicalize_filename) [DOS_NT]: Fix last change.
2338
23392000-12-15 Gerd Moellmann <gerd@gnu.org>
2340
2341 * ebrowse.c (operator_name): Cast argument of isalpha to
2342 unsigned char.
2343
2344 * etags.c (ISALNUM, ISALPHA, ISDIGIT, ISLOWER): New macros.
2345 Use them throughout instead of ctype functions/macros.
2346 (lowcase): Cast to unsigned char.
2347 (UPCASE): New macro.
2348 (canonicalize_filename): Use UPCASE instead toupper.
2349
2350 * fakemail.c (get_keyword): Make sure that isspace and
2351 similar aren't called with a negative argument.
2352
23532000-12-13 Dave Love <fx@gnu.org>
2354
2355 * ebrowse.c (ensure_scope_buffer_room): Fix xrealloc call.
2356
23572000-12-06 Andrew Innes <andrewi@gnu.org>
2358
2359 * makefile.w32-in (LOCAL_FLAGS): Remove -DVERSION flag, since we
2360 don't know the real version, and I can't seem to get the quoting
2361 right in all circumstances.
2362
2363 * ebrowse.c (VERSION): Provide default definition, like etags.c
2364 does, because Windows build can't snarf this from version.el.
2365
23662000-11-30 Andrew Innes <andrewi@gnu.org>
2367
2368 * makefile.w32-in ($(BLD)/ebrowse.exe): Use tabs not spaces.
2369 (install): Ditto.
2370
23712000-11-23 Jason Rumney <jasonr@gnu.org>
2372
2373 * makefile.w32-in: Add targets for ebrowse.exe.
2374 (LOCAL_FLAGS): Add -DVERSION flag.
2375
23762000-09-25 Dave Love <fx@gnu.org>
2377
2378 * sorted-doc.c: Include config.h.
2379 [!HAVE_STDLIB_H]: Declare malloc.
2380
23812000-09-14 Andrew Innes <andrewi@gnu.org>
2382
2383 * makefile.w32-in: Revert to Unix line endings.
2384
23852000-09-04 Dave Love <fx@gnu.org>
2386
2387 * movemail.c (index, rindex): Prototype conditionally.
2388
23892000-09-03 Andrew Innes <andrewi@gnu.org>
2390
2391 * makefile.w32-in: Change to DOS line endings.
2392
23932000-09-01 Eli Zaretskii <eliz@is.elta.co.il>
2394
2395 * movemail.c (toplevel): Remove redundant fcntl.h.
2396 [!F_OK]: Provide default definitions only after including both
2397 fcntl.h and unistd.h.
2398
23992000-08-29 Dave Love <fx@gnu.org>
2400
2401 * movemail.c: Revert previous change.
2402
24032000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
2404
2405 * Makefile.in (profile, make-docfile, hexl): Depend on config.h.
2406
24072000-08-28 Dave Love <fx@gnu.org>
2408
2409 * movemail.c (toplevel) [HAVE_STRING_H]: Include string.h.
2410 (toplevel) [HAVE_STRINGS_H]: Include strings.h.
2411
24122000-08-22 Andrew Innes <andrewi@gnu.org>
2413
2414 * ntlib.h (WIN32): Remove unnecessary definition.
2415 (sleep): Make argument unsigned long.
2416 (_WINSOCK_H): Undefine so normal winsock definitions can be used.
2417
2418 * ntlib.c (sleep): Make argument unsigned long.
2419
2420 * movemail.c (main) [WINDOWSNT]: Force binary mode for fileio.
2421
2422 * makefile.w32-in: New file.
2423
24242000-08-20 Eli Zaretskii <eliz@is.elta.co.il>
2425
2426 * etags.c (canonicalize_filename) [DOS_NT]: Upcase the first
2427 letter only if it is a drive letter.
2428
24292000-07-14 Gerd Moellmann <gerd@gnu.org>
2430
2431 * ebrowse.c (xrealloc, xmalloc): Renamed from yrealloc and ymalloc.
2432
2433 * etags.c (xmalloc, xrealloc): Make externally visible, for use
2434 by alloca.o.
2435
2436 * Makefile.in (alloca.o): Add -Demacs so that alloca will use xmalloc.
2437
24382000-07-10 Gerd Moellmann <gerd@gnu.org>
2439
2440 * ebrowse.c (yylex): Accept string literals with newlines in them.
2441 (process_pp_line): Handle case of string literal with newline
2442 in it in replacement text, which counts as continuing the
2443 replacement text in GNU C.
2444
24452000-07-02 Gerd Moellmann <gerd@gnu.org>
2446
2447 * ebrowse.c (token_string): Add missing tokens.
2448 (parm_list): Handle case of qualified pointers.
2449
24502000-06-23 Dave Love <fx@gnu.org>
2451
2452 * ebrowse.c: Move config.h before other includes (which may use
2453 feature tests).
2454
24552000-06-14 Jim Meyering <meyering@lucent.com>
2456
2457 * grep-changelog: Fix typos in comments. Remove trailing blanks.
2458
24592000-06-11 Jason Rumney <jasonr@gnu.org>
2460
2461 * makefile.nt: Add targets for ebrowse.
2462
2463 * ebrowse.c [WINDOWS_NT]: Use stricmp instead of strcasecmp to
2464 compare filenames.
2465
24662000-06-06 Gerd Moellmann <gerd@gnu.org>
2467
2468 * ebrowse.c (ymalloc): Renamed from xmalloc.
2469 (yrealloc): Renamed from xrealloc.
2470
24712000-05-21 Dave Love <fx@gnu.org>
2472
2473 * movemail.c: Include config.h, not ../src/config.h.
2474 (Errmsg): Bump length.
2475
2476 * pop.c (ERROR_MAX): Increase to 160.
2477
24782000-05-04 Gerd Moellmann <gerd@gnu.org>
2479
2480 * ebrowse.c (DEFAULT_OUTFILE): Set to `BROWSE'.
2481
24822000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
2483
2484 * ebrowse.c (PATH_LIST_SEPARATOR) [__MSDOS__ || WINDOWSNT]:
2485 Define to semi-colon.
2486 (FILENAME_EQ): New macro, for comparing file names.
2487 (add_member_decl, add_global_decl, add_member_defn): Use FILENAME_EQ.
2488 (process_file): Don't assume that fread always reads as many bytes
2489 as it was told to (DOS-style CR-LF text files fail this logic).
2490 (open_file): Allocate enough space for path->path plus the file
2491 name and the slash.
2492
24932000-04-19 Dave Love <fx@gnu.org>
2494
2495 * etags.c (Texinfo_functions): New function.
2496 (lang_names): Install it.
2497 (Texinfo_suffixes): New variable.
2498
24992000-04-19 Gerd Moellmann <gerd@gnu.org>
2500
2501 * ebrowse.c (xmalloc, xrealloc): Rewritten.
2502 (declaration): Remove parameter IS_EXTERN.
2503 (class_definition): Remove unused variable.
2504
25052000-04-09 Gerd Moellmann <gerd@gnu.org>
2506
2507 * Makefile.in (INSTALLABLES): Add ebrowse.
2508 (ebrowse): New target.
2509
2510 * ebrowse.c: New file.
2511
25122000-03-29 Andreas Schwab <schwab@suse.de>
2513
2514 * make-docfile.c (scan_lisp_file): Also look for `defsubst'.
2515
25162000-03-02 Gerd Moellmann <gerd@gnu.org>
2517
2518 * etags.c (lisp_suffixes) Add `LSP'.
2519
25202000-02-10 Francesco Potortì <pot@gnu.org>
2521
2522 * etags.c (iswhite): Redefine not to consider '\0' as white
2523 space, and use it throughout in place of isspace, thus preventing a
2524 potential signed char to int conversion problem.
2525 (MSDOS): #undefine befere redefining
2526
25272000-02-04 Francesco Potortì <pot@gnu.org>
2528
2529 * etags.c (many functions): Add prototypes.
2530
25312000-02-10 Dave Love <fx@gnu.org>
2532
2533 * etags.c (pfnote, new_pfnote, C_entries, prolog_pred)
2534 (erlang_func): Add `static' to definitions to keep pcc happy.
2535
25362000-01-31 Francesco Potortì <pot@gnu.org>
2537
2538 * etags.c [MSDOS]: Set MSDOS to 1 if #defined, 0 otherwise.
2539 (get_compressor_from_suffix, process_file): Use MSDOS in if clause.
2540 (etags_strchr, etags_strrchr): Use const char * and int as arguments.
2541 (getenv, getcwd): Only declare them if necessary.
2542 (EMACS_NAME): New constant macro.
2543 (print_version): Use it.
2544 (P_) [__STDC__]: Macro for defining function prototypes.
2545
25462000-01-18 Fabrice Popineau <Fabrice.Popineau@supelec.fr>
2547
2548 * etags.c [WINDOWSNT]: #include <direct.h>
2549
25502000-01-18 Martin Buchholz <martin@xemacs.org>
2551
2552 * etags.c (all functions): Made them static.
2553 (all functions): Write prototypes.
2554
25552000-01-29 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2556
2557 * movemail.c (main): Improve error message if can't create lock file.
2558
25592000-01-28 Eric Hanchrow <offby1@blarg.net>
2560
2561 * emacsclient.c (socket_status): New function.
2562 (main): If $LOGNAME or $USER exist and differ from our euid, look
2563 for a socket based on the UID associated with the name.
2564
25652000-01-12 Han-Wen Nienhuys <hanwen@cs.uu.nl>
2566
2567 * emacsclient.c: Add option -a EDITOR and environment variable
2568 ALTERNATE_EDITOR. Exec this editor if we fail to contact Emacs.
2569
25701999-12-10 Jonathan Kamens <jik@kamens.brookline.ma.us>
2571
2572 * movemail.c (popmail): Allow mailbox specifications of the
2573 form `po:username:hostname'.
2574
25751999-11-19 Francesco Potortì <pot@gnu.org>
2576
2577 * etags.c (_GNU_SOURCE): Define only if undefined.
2578 (get_scheme): Declaration deleted.
2579 (main): Error was called with an integer as second arg, instead of
2580 a char pointer.
2581 (canonicalize_filename): Bug removed.
2582
25831999-11-18 Dave Love <d.love@dl.ac.uk>
2584
2585 * etags.c (C_entries): Rename label `intoken', avoiding K&R
2586 lossage from name clash with macro.
2587
25881999-11-13 Gerd Moellmann <gerd@gnu.org>
2589
2590 * Makefile.in (b2m): Add dependency on GETOPTDEPS.
2591
25921999-11-03 Gerd Moellmann <gerd@gnu.org>
2593
2594 * etags.c (print_help): Change email address to send bugs to.
2595
25961999-11-01 Francesco Potortì <pot@gnu.org>>
2597
2598 * etags.c: Add suffix psw for PSWrap.
2599 (L_getit): Generalize a "cp!=' '" into "!isspace(*cp)".
2600 (Postscript_functions): Add code for PSWrap.
2601 (Scheme_functions): Use local pointer and new get_tag function.
2602 (get_tag): New name for old get_scheme.
2603 (process_file): Do not free NULL when file does not exist.
2604 (typdef): ttypedefseen renamed to tkeyseen, new label ttypeseen.
2605 (C_entries): Modifications that make --members tag even inside
2606 typedefs and C nested structs (one level only).
2607 (consider_token): Correct a bug which prevented tagging of enum
2608 constants.
2609 (C_stab_entry): Add if, for, while, switch, return as
2610 st_C_ignore. This makes it simpler to work when cblev!=0.
2611
2612 * etags.c (C_entries): Tag member function declarations when
2613 --declarations is used.
2614
2615 * etags.c (C_entries, consider_token): C++ `operator' now is
2616 tagged in most cases.
2617 As before, :: is not recognised if surrounded by spaces.
2618
2619 * etags.c (relative_filename): Account for DOS file names such
2620 that is impossible to make one relative to another.
2621
2622 * etags.c (sym_type): New st_C_extern tag.
2623 (gperf input): Use it for spotting external declarations.
2624 (print_help): Document the new behaviour of --declarations.
2625 (fvextern): New global variable.
2626 (consider_token, C_entries): Use it.
2627
2628 * etags.c (HAVE_GETCWD) [WINDOWSNT]: Define if undefined.
2629 (etags_getcwd): Remove test for WINDOWSNT.
2630
2631 * etags.c (process_file) [MSDOS]: If foo.c.gz is not found, try
2632 foo.cgz, foo.cz, etc.
2633
2634 * etags.c (declarations): New global switch.
2635 (longopts): Describe it.
2636 (print_help): Document it.
2637 (C_entries): Use it.
2638 (process_file): Don't process a file twice.
2639
2640 * etags.c (Fortran_functions): No tags for "procedure".
2641
26421999-11-01 Eli Zaretskii <eliz@is.elta.co.il>
2643
2644 * etags.c (get_compressor_from_suffix): Second argument EXTPTR, if
2645 non-zero, returns a pointer to where the extension begins; callers
2646 changed.
2647 [MSDOS]: Support DOS file names by handling e.g. foo.cgz as if it
2648 were foo.c.gz.
2649
26501999-11-01 Francesco Potortì <pot@gnu.org>
2651
2652 * etags.c (sym_type, C_stab_entry): New constant st_C_operator.
2653 (fvdev): New constant foperator.
2654 (consider_token): Use it to get "operator" in C++.
2655 (C_entries): Extend length of operator@ function name.
2656 (C_entries): Use foperator when necessary.
2657
2658 * etags.c (main) [!ETAGS_REGEXPS]: Do not call free_patterns.
2659
2660 * etags.c (compressor): New struct for compressed files.
2661 (get_compressor_from_suffix): New function.
2662 (get_language_from_suffix): Use it. Also, semantics changed.
2663 (process_file): Consider compressed files, close file.
2664 (find_entries): Use different call arg for get_language_from_suffix,
2665 don't close file.
2666
2667 * etags.c (main): Call free_tree.
2668 (find_entries): Do not free curfile.
2669 (pfnote): Cosmetic change: NULL and '\0' where appropriate.
2670 (prolog_pred, erlang_func, substitute): Cast strlen to int when
2671 comparing.
2672 (canonicalize_filename): Shut up compiler warning.
2673 (Perl_functions): Make tag significant.
2674
26751999-11-01 Dave Love <d.love@dl.ac.uk>
2676
2677 * etags.c (longopts, optstring): New option --ignore-case-regex (-c).
2678 (argument_type): New member at_icregexp.
2679 (lc_trans): New global.
2680 (main): Fill lc_trans. Process -c args.
2681 (add_regex): New arg determining whether to use translation table.
2682 (analyse_regex): New arg. Use it for add_regex.
2683
26841999-11-01 Francesco Potortì <pot@gnu.org>
2685
2686 * etags.c (init): Cosmetic change: NULL --> '\0'.
2687 (erlang_attribute): Bug corrected (uninitialized variable).
2688 (filename_is_absolute): New function replaces absolutefn macro and
2689 corrects a bug. All callers changed.
2690 (canonicalize_filename): New function.
2691 (process_file, etags_getcwd, absolute_dirname): Use it.
2692 (relative_filename, absolute_filename): Removed var shadowing.
2693 (C_entries, Pascal_functions): Add fake initializations to keep
2694 compilers quiet.
2695 (TeX_functions, Prolog_functions, Erlang_functions): Cleanup.
2696
2697 * etags.c (xrnew): New macro. All callers of xrealloc changed.
2698 (language): New typedef (was struct lang_entry).
2699 (curlang): New global variable.
2700 (node): Typedef renamed from NODE.
2701 (linebuffer): New typedef (was struct linebuffer).
2702 (pattern): New typedef (was struct pattern). Some members added.
2703 Now used as element of a linked list.
2704 (patterns, num_patterns): Global variables deleted.
2705 (p_head): New global variable.
2706 (forced_lang): New global variable (replaces lang_func).
2707 (get_language_from_name, get_language_from_interpreter)
2708 (get_language_from_suffix): Semantics changed. All callers changed.
2709 (last_node): New global variable.
2710 (free_tree, add_node, put_entries, total_size_of_entries):
2711 Change name of local vars to avoid clashes with typedef node.
2712 (number_len): Rewritten for elegance.
2713 (token): New typedef replaces TOKEN.
2714 (analyse_regex, add_regex): Rewritten for new functionality.
2715 (free_patterns): New function called from main and add_regex.
2716 (initbuffer, readline_internal, readline, grow_linebuffer):
2717 Change name of local vars to avoid clashes with typedef linebuffer.
2718 (readline): Rewritten for new functionality.
2719
2720 * etags.c (Scheme_suffixes): New suffix ".ss".
2721 (print_help): --globals is now used for more than C-type languages.
2722 (Perl_functions): Tag global variables ("my" and "local").
2723
2724 * etags.c (print_help): Some messages clarified.
2725 (LOOP_ON_INPUT_LINES): New macro.
2726 (just_read_file, Fortran_functions, Asm_labels, Perl_functions)
2727 (Python_functions, Cobol_paragraphs, Pascal_functions)
2728 (Lisp_functions, Postscript_functions, Scheme_functions)
2729 (TeX_functions, Prolog_functions, Erlang_functions): Use it.
2730 (Cobol_paragraphs, Postscript_functions, TeX_functions)
2731 (Prolog_functions, Erlang_functions): Use a local variable instead
2732 of the global variable dbp.
2733 (Pascal_functions, L_isquote, Scheme_functions): Use GNU coding
2734 standard indentation.
2735
2736 * etags.c (Python_suffixes, lang_names, Python_functions):
2737 Python support.
2738 (skip_spaces, skip_non_spaces): Utility functions.
2739 (find_entries, takeprec, getit, Fortran_functions, Perl_functions)
2740 (Python_functions, L_getit, Lisp_functions, Scheme_functions)
2741 (prolog_pred, erlanf_func, erlang_attribute): Use them.
2742 (eat_white): Deleted.
2743
2744 * etags.c (CHAR, init): Keep into account non US-ASCII
2745 characters and compilers with default signed chars.
2746 (L_getit): Tag "(defstruct (foo", "(defun (operator" and similar
2747 constructs.
2748 (C_stab_entry): "interface" in Java behaves like "class".
2749
2750 * etags.c (HAVE_NTGUI) [WINDOWSNT]: #undef if HAVE_CONFIG_H.
2751 (main): Put interval syntax here.
2752 (add_regex): And remove it from here.
2753
2754 * etags.c (suggest_asking_for_help): Provide a
2755 meaningful help message with and without LONG_OPTIONS.
2756
2757 * etags.c (<io.h>) [MSDOS]: Include it, don't include string.h.
2758 <stdlib.h, string.h>: Don't test MSDOS when including them.
2759 (white, nonam, endtk): Like elsewhere, use \r instead of \013.
2760 (put_entries): Correctly use %ld instead of %d in printf.
2761
2762 * etags.c (<unistd.h>) [HAVE_UNISTD_H]: Include conditionally, else
2763 declare getcwd if HAVE_GETCWD.
2764 (consider_token): Dead break instruction removed.
2765
27661999-10-19 Paul Eggert <eggert@twinsun.com>
2767
2768 Add support for large files. Merge glibc 2.1.2.
2769
2770 * b2m.c, emacsclient.c, emacsserver.c, fakemail.c, make-docfile.c,
2771 * movemail.c, pop.c:
2772 Do not include <stdlib.h>, as <config.h> does this now.
2773
2774 * b2m.c, emacsserver.c, etags.c, profile.c:
2775 Include <config.h> before any system include files.
2776
2777 * emacsclient.c, emacsserver.c, fakemail.c, movemail.c, pop.c,
2778 * test-distrib.c:
2779 (read, write, open, close): Do not undef.
2780
2781 * getopt.c, getopt1.c: Adopt glibc 2.1.2, with the following fix:
2782 (const): Do not define if HAVE_CONFIG_H; that's config.h's job.
2783
2784 * getopt.h: Adopt glibc 2.1.2.
2785
27861999-10-15 Dave Love <fx@gnu.org>
2787
2788 * Makefile.in (pop.o): Depend on config.h.
2789
27901999-10-11 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
2791
2792 * pop.c: Use "pop3" as the POP service name on all platforms,
2793 instead of using "pop" on Unix and "pop3" on Windows NT. "pop3"
2794 has been the standard service name since RFC 1340 was published in
2795 July 1992, so I think it's safe to start using it by default.
2796
27971999-09-27 Dave Love <fx@gnu.org>
2798
2799 * make-docfile.c (scan_lisp_file): Fix typo causing infloop.
2800
28011999-09-19 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2802
2803 * make-docfile.c (scan_lisp_file): Fix previous changes;
2804 swallow CRLF like just CR or just LF.
2805
28061999-09-03 Richard Stallman <rms@gnu.org>
2807
2808 * make-docfile.c: Include config.h not ../src/config.h.
2809 (main, fopen, chdir): Add #undef.
2810 (read_c_string, scan_c_file, skip_white, read_lisp_symbol)
2811 (scan_lisp_file): Handle \r like \n.
2812
28131999-08-30 Andreas Schwab <schwab@gnu.org>
2814
2815 * make-docfile.c, fakemail.c: Include <stdlib.h> if available.
2816
2817 * emacsserver.c: Include <stdlib.h> if available. Don't declare
2818 errno if it's a macro.
2819
2820 * test-distrib.c: Include <unistd.h> if available.
2821
28221999-08-29 Richard Stallman <rms@gnu.org>
2823
2824 * emacsclient.c (print_help_and_exit): Mention --version.
2825
28261999-08-25 Richard M. Stallman <rms@gnu.org>
2827
2828 * emacsclient.c (decode_options): Update version output.
2829 (print_help_and_exit): Update bug report address.
2830
28311999-08-13 Richard M. Stallman <rms@gnu.org>
2832
2833 * emacsclient.c (main): Move the dynamic allocation of
2834 system_name outside of the SERVER_HOME_DIR conditional.
2835 * emacsserver.c (main): Likewise.
2836
28371999-08-10 Gerd Moellmann <gerd@gnu.org>
2838
2839 * grep-changelog: New.
2840 * Makefile.in (INSTALLABLE_SCRIPTS): Add it.
2841
28421999-07-12 Richard Stallman <rms@gnu.org>
2843
2844 * Version 20.4 released.
2845
28461999-06-30 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
2847
2848 * Makefile.in (clean): Remove fns*.el.
2849
28501999-06-23 Dave Love <fx@gnu.org>
2851
2852 * etags.c (erlang_attribute): Fix undefined variable usage (after
2853 Potorti).
2854
28551999-05-2 Andrew Innes <andrewi@gnu.org>
2856
2857 * movemail.c (main) [WINDOWSNT]: Call ftruncate, which is now
2858 mapped to _chsize.
2859
28601999-04-29 Richard M. Stallman <rms@gnu.org>
2861
2862 * emacsclient.c (main, both versions): Use quote_file_name on cwd.
2863
28641999-03-30 Dave Love <fx@gnu.org>
2865
2866 * sorted-doc.c (main): Split up tables. Modify the preamble
2867 somewhat.
2868
28691999-03-05 Geoff Voelker <voelker@cs.washington.edu>
2870
2871 * makefile.nt: Remove common multiple file compilation commands.
2872
28731999-02-26 Richard Stallman <rms@gnu.org>
2874
2875 * Makefile.in (yow): Depend on epaths.h, not paths.h.
2876
2877 * yow.c: Refer to epaths.h.
2878
28791999-02-22 Simon Josefsson <jas@pdc.kth.se>
2880
2881 * emacsserver.c (perror_1, fatal_error): Don't compile unless needed.
2882
28831999-01-27 Andrew Innes <andrewi@gnu.org>
2884
2885 * makefile.nt: Do make version comparison as strings.
2886
28871999-01-25 Richard Stallman <rms@gnu.org>
2888
2889 * emacsclient.c (xmalloc): Fix previous change.
2890
28911999-01-24 Richard M. Stallman <rms@borg.ai.mit.edu>
2892
2893 * emacsclient.c (xmalloc): Declare to return long.
2894
28951999-01-22 Geoff Voelker <voelker@cs.washington.edu>
2896
2897 * etags.c (etags_getcwd, absolute_filename) [DOS_NT]: Canonicalize
2898 the case of the drive letter.
2899
29001999-01-15 Richard Stallman <rms@psilocin.ai.mit.edu>
2901
2902 * emacsserver.c (main): Eliminate arbitrary limit on
2903 length of system_name.
2904
2905 * emacsclient.c (main): Eliminate arbitrary limit on
2906 length of system_name.
2907 (xmalloc): Define unconditionally.
2908
29091999-01-12 Darrin B. Jewell <jewell@mit.edu>
2910
2911 * etags.c (relative_filename): Stop backward search at beginning
2912 of string, since non-Unix systems can have absolute paths with no
2913 initial slash.
2914
29151998-12-08 Geoff Voelker <voelker@cs.washington.edu>
2916
2917 * makefile.nt: Do string comparision of _NMAKE_VER.
2918
29191998-11-03 Theodore Jump <tjump@cais.com>
2920
2921 * makefile.nt: Compile multiple source files when possible.
2922
29231998-10-13 Richard Stallman <rms@psilocin.ai.mit.edu>
2924
2925 * Makefile.in: Replace tabs with spaces
2926 when they might confuse some Make versions.
2927
29281998-10-10 Richard Stallman <rms@psilocin.ai.mit.edu>
2929
2930 * emacsclient.c (main): Null-terminate system_name.
2931
2932 * emacsserver.c (main): Null-terminate system_name.
2933
29341998-09-21 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
2935
2936 * movemail.c (popmail, pop_retr) [MAIL_USE_POP]: When displaying
2937 an error message from POP, mention that it's from POP, to
2938 distinguish it from local error messages.
2939
29401998-09-04 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
2941
2942 * movemail.c [MAIL_USE_POP]: Add the "-r" flag to reverse the
2943 order of messages downloaded from a POP server (e.g., if the
2944 server stores messages in mailboxes in reverse order).
2945
29461998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
2947
2948 * Version 20.3 released.
2949
29501998-08-11 Paul Eggert <eggert@twinsun.com>
2951
2952 * rcs2log: Update copyright date and bug report address.
2953 (initialize_fullname): Prefer getent if available.
2954
29551998-07-30 Paul Eggert <eggert@twinsun.com>
2956
2957 * Makefile.in (REGEXPDEPS, regex.o):
2958 Prepend $(srcdir)/ to rule dependencies outside this dir.
2959
29601998-06-09 Andrew Innes <andrewi@harlequin.co.uk>
2961
2962 * etags.c (etags_getcwd) [WINDOWSNT]: Use getcwd on Windows.
2963
29641998-06-06 Richard Stallman <rms@psilocin.ai.mit.edu>
2965
2966 * Makefile.in: Properly terminate a comment.
2967
29681998-06-01 Andrew Innes <andrewi@mescaline.gnu.org>
2969
2970 * movemail.c (sys_wait): Rename to wait.
2971
2972 * ntlib.h: Undefine _WINSOCKAPI_.
2973
2974 * makefile.nt (LOCAL_FLAGS): Define HAVE_CONFIG_H.
2975
29761998-05-30 Geoff Voelker <voelker@cs.washington.edu>
2977
2978 * ntlib.c (getppid): Look for EM_PARENT_PROCESS_ID.
2979
29801998-05-01 Andrew Innes <andrewi@harlequin.co.uk>
2981
2982 * movemail.c [WINDOWSNT]: Undefine DISABLE_DIRECT_ACCESS. Force
2983 all file i/o to be in binary mode. Include ntlib.h.
2984
29851998-04-27 Andreas Schwab <schwab@delysid.gnu.org>
2986
2987 * make-docfile.c: Include <unistd.h> for chdir.
2988
29891998-04-25 Richard Stallman <rms@psilocin.gnu.org>
2990
2991 * etags.c (TEX_decode_env): Don't free the value getenv returns.
2992
29931998-04-17 Geoff Voelker <voelker@cs.washington.edu>
2994
2995 * makefile.nt (obj): Update with new files in src.
2996 (clean): Delete patch scratch files, optimized compilation dir.
2997
29981998-04-08 Dave Love <fx@gnu.org>
2999
3000 * emacsclient.c: Move inclusion of unistd.h to top, else fails on
3001 Irix6, at least.
3002
30031998-04-06 Andreas Schwab <schwab@gnu.org>
3004
3005 Silence -Wimplicit:
3006 * movemail.c: Move cancelations up. Include <stdlib.h> if
3007 available.
3008 * fakemail.c (_XOPEN_SOURCE): Define for declaration of cuserid.
3009 (parse_header): Explicitly declare return type.
3010 * emacsserver.c: Include <unistd.h> if available.
3011 (main, handle_signals, perror_1, fatal_error): Explicitly declare
3012 return types. Add forward declarations.
3013 * emacsclient.c: Include <stdlib.h> and <unistd.h> if available.
3014 Don't declare geteuid.
3015 (print_help_and_exit): Change return type to void. Forward
3016 declare it.
3017 * b2m.c: Include <stdlib.h> if available.
3018 (main): Explicitly declare return type.
3019
30201998-04-03 Richard Stallman <rms@psilocin.gnu.org>
3021
3022 * etags.c (put_entries): Use %ld.
3023
3024 * b2m.c (fatal): Declare the arg.
3025
30261998-03-26 Richard Stallman <rms@psilocin.gnu.org>
3027
3028 * pop.c (pop_getline): Renamed from getline.
3029
30301998-03-05 Richard Stallman <rms@psilocin.gnu.org>
3031
3032 * Makefile.in (install): Use INSTALL_STRIP with INSTALL_PROGRAM
3033 for the utilities.
3034
30351998-01-23 Dave Love <d.love@dl.ac.uk>
3036
3037 * etags.c (getit, Cobol_paragraphs, Pascal_functions,
3038 Postscript_functions, prolog_pred, erlang_func, erlang_attribute):
3039 Always make named tags.
3040 (Fortran_functions): Grok BLOCK DATA.
3041
30421998-01-23 Andreas Schwab <schwab@gnu.org>
3043
3044 * movemail.c (main): Fix interwoven brace and cpp conditional
3045 nesting.
3046
30471997-12-03 Paul Eggert <eggert@delysid.gnu.org>
3048
3049 * movemail.c (mbx_write) [MAIL_USE_POP]: Disable the code which quotes
3050 with a '>' any lines starting with "From " read from the POP server,
3051 but leave the code in place, wrapped in #ifdef
3052 MOVEMAIL_QUOTE_POP_FROM_LINES, in case we have to restore it later
3053 because it turns out that something is depending on it. Change
3054 suggested by Paul Eggert <eggert@twinsun.com>.
3055 Convert the character \037 (^_) at the beginning of a line into
3056 the character '^' followed by the character '_', because otherwise
3057 Emacs can't parse the resulting file as a valid BABYL file.
3058 Change suggested by Paul Eggert <eggert@twinsun.com>.
3059
30601997-12-03 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
3061
3062 * movemail.c, pop.c, pop.h: Allow messages retrieved from the POP
3063 server to contain embedded nulls.
3064
30651997-12-02 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
3066
3067 * movemail.c (mbx_write) [MAIL_USE_POP]: Disable the code which
3068 quotes with a '>' any lines starting with "From " read from the
3069 POP server, but leave the code in place, wrapped in #ifdef
3070 MOVEMAIL_QUOTE_POP_FROM_LINES, in case we have to restore it later
3071 because it turns out that something is depending on it. Change
3072 suggested by Paul Eggert <eggert@twinsun.com>.
3073
3074 Convert the character \037 (^_) at the beginning of a line into
3075 the character '^' followed by the character '_', because otherwise
3076 Emacs can't parse the resulting file as a valid BABYL file.
3077 Change suggested by Paul Eggert <eggert@twinsun.com>.
3078
30791997-11-22 Richard Stallman <rms@gnu.org>
3080
3081 * b2m.c: Include getopt.h.
3082 (main): Use getopt_long to handle --version and --help.
3083
3084 * Makefile.in (b2m): Define VERSION. Link with $(GETOPTOBJS).
3085
30861997-10-31 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
3087
3088 * pop.c (fullwrite): Get rid of an extra call to write. Problem
3089 pointed out by Chiaki Ishikawa.
3090
30911997-10-16 Dave Love <d.love@dl.ac.uk>
3092
3093 * etags.c (L_getit): Always make named tags so that Emacs
3094 completion on symbols containing `:' etc. works.
3095 (get_scheme): Likewise.
3096
30971997-09-24 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
3098
3099 * pop.c: Use system header files instead of declaring C-library
3100 functions explicitly.
3101
31021997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
3103
3104 * Version 20.2 released.
3105
31061997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
3107
3108 * Version 20.1 released.
3109
31101997-09-02 Andrew Innes <andrewi@harlequin.co.uk>
3111
3112 * makefile.nt (movemail.exe): Link wsock32.lib before LIBS.
3113
3114 * ntlib.c (getpid): Delete function.
3115
31161997-08-28 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3117
3118 * make-docfile.c (scan_lisp_file): Handle custom-declare-variable.
3119
31201997-08-26 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3121
3122 * emacsclient.c [HAVE_SYSVIPC]: Include errno.h, as in the other case.
3123 (main) [!BSD_SYSTEM]: Fix error message for getcwd failure.
3124
31251997-08-14 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
3126
3127 * emacsserver.c (main): Use SOCKLEN_TYPE for fromlen, if it is defined.
3128
31291997-08-13 Kazushi (Jam) Marukawa <jam@poboxes.com>
3130
3131 * profile.c (get_time): Cast arg to fprintf.
3132
3133 * hexl.c (main): Use %08lx instead of %08x in printf because the
3134 variable named addresses is long.
3135
31361997-08-08 Geoff Voelker <voelker@cs.washington.edu>
3137
3138 * makefile.nt (lisp): Update paths to lisp files that have moved.
3139
31401997-08-08 Andrew Innes <andrewi@harlequin.co.uk>
3141
3142 * makefile.nt (ctags.obj): New target.
3143 (etags.obj, getopt.obj, make-docfile.obj): Update dependencies.
3144
3145 * ntlib.h: Add includes.
3146 Undo definitions of crt routines from config.h.
3147
31481997-08-06 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
3149
3150 * etags.c (Yacc_suffixes, Asm_suffixes): Add some alternatives.
3151
31521997-07-22 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
3153
3154 * pop.c: Support auto-configuration of both Kerberos V4 and
3155 Kerberos V5 for movemail, including detection of V4 and V5 header
3156 files and libraries.
3157 Include <string.h> when STDC_HEADERS is defined, to get
3158 declarations of string functions.
3159 [KERBEROS5] (socket_connection): Support the current MIT Kerberos
3160 V5 API rather than the old one.
3161 [KERBEROS] (socket_connection): Change a constant name from
3162 SOCKET_ERROR to POP_SOCKET_ERROR to avoid a namespace conflict
3163 with a constant in a header file.
3164
3165 * Makefile.in: Support auto-configuration of both Kerberos V4 and
3166 Kerberos V5 for movemail, including detection of V4 and V5 header
3167 files and libraries.
3168
31691997-07-17 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
3170
3171 * fakemail.c [HAVE_UNISTD_H]: Include unistd.h.
3172
3173 * etags.c [HAVE_UNISTD_H]: Include unistd.h.
3174
31751997-07-09 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
3176
3177 * emacsclient.c [C_ALLOCA] (xmalloc): New function.
3178
31791997-07-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
3180
3181 * movemail.c (rindex): Add declaration.
3182
31831997-07-01 Geoff Voelker <voelker@cs.washington.edu>
3184
3185 * makefile.nt (GETOPTOBJS, GETOPTDEFS, MOVEMAILOBJS): Define.
3186 (movemail.exe): Depend upon and link with getopt files.
3187 (obj): Include new source files.
3188 (FACE_SUPPORT, MOUSE_SUPPORT, FLOAT_SUPPORT, WINNT_SUPPORT): Define.
3189 (lisp): Include new and reorganized elisp files.
3190
31911997-06-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
3192
3193 * Makefile.in (blessmail): Find blessmail.el in mail subdirectory.
3194
31951997-06-25 Paul Eggert <eggert@twinsun.com>
3196
3197 * rcs2log: Don't assign to $0 in awk; some awks don't allow this.
3198
31991997-06-14 Karl Heuer <kwzh@gnu.ai.mit.edu>
3200
3201 * b2m.c (readline): Terminate buffer properly when EOF seen.
3202 Test for valid pointer before dereferencing it.
3203
32041997-05-30 Francesco Potortì <F.Potorti@cnuce.cnr.it>
3205
3206 * Makefile.in (etags): Remove -DETAGS_REGEXPS, because now it is
3207 defined inside etags.c if HAVE_CONFIG_H is defined.
3208
32091997-05-29 Francesco Potortì <F.Potorti@cnuce.cnr.it>
3210
3211 * etags.c (logical): Type name changed to bool.
3212 (ETAGS_REGEXPS, LONG_OPTIONS) [HAVE_CONFIG_H]: #define them.
3213 (<getopt.h>) [LONG_OPTIONS]: Include conditionally.
3214 (getopt_long) [!LONG_OPTIONS]: Redefine as macro.
3215 (main): Accepted options depend on ETAGS_REGEXPS and LONG_OPTIONS.
3216 (longopts): New long options without short counterpart are
3217 globals, members, no-globals, no-members. Regexp options are now
3218 defined conditionally to ETAGS_REGEXPS.
3219 (print_help): Updated.
3220
32211997-05-22 Francesco Potortì <F.Potorti@cnuce.cnr.it>
3222
3223 * etags.c (C_entries): Use "." instead of "::" for Java.
3224 (consider_token): is_func renamed to is_func_or_var.
3225 (C_entries): is_func renamed to funorvar.
3226 (C_entries): Initialise tok.named.
3227 (sym_type, C_stab_entry, consider_token): st_C_ignore is used to
3228 get rid of "import", "package" and "friend".
3229 (fvdef): Renamed from funcdef. Also some constants renamed. All
3230 users changed.
3231 (C_entries): Make separate tags for variables separated by comma.
3232 (globals, members): New flags.
3233 (main, C_entries): Use them.
3234 (make_C_tag, C_entries): Make tok a global variable.
3235
32361997-05-16 Francesco Potortì <F.Potorti@cnuce.cnr.it>
3237
3238 * etags.c (funcdef): New vignore constant.
3239 (consider_token, C_entries): Use it to tag global variables.
3240 (print_help): Update for global variables.
3241 (consider_token, C_entries): Set the len member of token_name.
3242 (prolog_pred): Cleanup according to GNU coding standards.
3243 (Cobol_suffixes, lang_names, Cobol_paragraphs): Cobol support.
3244 (prolog_white, erlang_white): Renamed to eat_white, callers changed.
3245
32461997-05-15 Francesco Potortì <F.Potorti@cnuce.cnr.it>
3247
3248 * etags.c (CHARS, CHAR): New constant and macro.
3249 (iswhite, begtoken, intoken, endtoken): Use them.
3250 (notinname, _nin, nonam): New macro, array, string.
3251 (init): Cleanup and init _nin.
3252 (new_pfnote): New function.
3253 (make_C_tag) [traditional_tag_style]: Use it.
3254 (traditional_tag_style): Costant set to TRUE for now.
3255
32561997-05-14 Francesco Potortì <F.Potorti@cnuce.cnr.it>
3257
3258 * etags.c (C_entries, Pascal_functions): Cleanup.
3259 (TeX_functions): NULL as a function arg needs a cast.
3260 (Erlang_functions, erlang_func, erlang_attribute): Cleanup.
3261
32621997-05-13 Francesco Potortì <F.Potorti@cnuce.cnr.it>
3263
3264 * etags.c (TeX_functions): Cleaned up.
3265 (tex_getit): Removed.
3266
32671997-05-13 Paul Eggert <eggert@twinsun.com>
3268
3269 * rcs2log (files): When computing arguments automatically, ignore
3270 non-files within the RCS subdirectory.
3271
32721997-05-13 Francesco Potortì <F.Potorti@cnuce.cnr.it>
3273
3274 * etags.c (C_JAVA): New #define.
3275 (Cjava_suffixes): .java is Java.
3276 (Cjava_entries): New function.
3277 (lang_names): Add Java.
3278 (sym_type): Add st_C_javastruct for Java.
3279 (C_stab_entry): Add `extends' and `implements' keywords.
3280 (consider_token, C_entries): Recognise Java structures.
3281
32821997-05-12 Francesco Potortì <F.Potorti@cnuce.cnr.it>
3283
3284 * etags.c (Cplusplus_suffixes): .pdb is Postscript with C syntax.
3285 (Postscript_suffixes): .ps is Postscript.
3286 (lang_names): Add Postscript.
3287 (Postscript_functions): New function.
3288 (TEX_decode_env): Close minor memory leak.
3289 (just_read_file): Correct the char number of the tag.
3290
32911997-05-11 Paul Eggert <eggert@twinsun.com>
3292
3293 * rcs2log (loginFullnameMailaddrs, logins, rlog_options, files):
3294 Don't prepend $nl since this causes some shells to generate the
3295 empty string when IFS is $nl.
3296 (printlogline): Use SOH (octal code 1), not CR, since some
3297 PC-based shells mishandle CR.
3298 (initialize_fullname): Set NIS_PATH to the empty string before invoking
3299 nismatch, in case it's set to some nonstandard value.
3300
33011997-05-06 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
3302
3303 * pop.c (getline): Don't miss CRLF pairs when the CR and LF are
3304 read in separate blocks.
3305
33061997-04-30 Francesco Potortì <F.Potorti@cnuce.cnr.it>
3307
3308 * etags.c [TeX_named_tokens]: Set to FALSE if undefined.
3309 (struct linebuffer): New member `len' is the length of the string.
3310 (find_entries, Pascal_functions, TeX_functions, TEX_getit):
3311 Use it instead of strlen.
3312 (TEX_getit): Declare and define unconditionally as static.
3313 (TeX_functions): Use if instead of #if TeX_named_tokens.
3314 (add_regex): Set RE_INTERVALS flag for regex compilation.
3315 (substitute): Code cleanup.
3316 (readline_internal): Code cleanup, set new member `len'.
3317 (readline): Bug corrected.
3318
33191997-04-23 Geoff Voelker <voelker@cs.washington.edu>
3320
3321 * makefile.nt: Change references of windowsnt.h to ms-w32.h.
3322 (obj): Change references of nt*.c files to w32*.c files.
3323
33241997-04-15 Francesco Potortì <F.Potorti@cnuce.cnr.it>
3325
3326 * etags.c (xnew): Add support for debugging with chkmalloc.
3327 (error): Use this instead of printf whenever possible.
3328 (main): Only call xnew after having initialised progname.
3329 (substitute): Bad memory corruption error corrected.
3330
33311997-04-08 Francesco Potortì <F.Potorti@cnuce.cnr.it>
3332
3333 * etags.c (add_regex): Undo previous change.
3334 (relative_filename): Small memory leak closed.
3335 (absolute_filename): Cleaned up the code, possibly closing a bug.
3336 (absolute_dirname): Always return a newly allocated string.
3337
33381997-03-21 Paul Eggert <eggert@twinsun.com>
3339
3340 * rcs2log (files): Ignore files in RCS directory whose names are
3341 of the form ,*, or *_; they are probably RCS lock files.
3342 Also, ignore files named .rcsfreeze.log or .rcsfreeze.ver;
3343 they are used by rcsfreeze.
3344
33451997-03-14 Francesco Potortì <F.Potorti@cnuce.cnr.it>
3346
3347 * etags.c (add_regex): Reset *putbuf before using it.
3348
33491997-02-23 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
3350
3351 * movemail.c (popmail): Remove some unnecessary function
3352 declarations.
3353 (popmail, pop_retr): Since popmail always passes mbx_write and mbf
3354 into pop_retr, there's no reason to pass in mbx_write, and the
3355 file argument can be declared FILE * explicitly. This fixes a
3356 compilation problem on systems with 64-bit pointers.
3357
33581997-02-13 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
3359
3360 * movemail.c: Delete duplicate inclusion of fcntl.h
3361 and duplicate #undefs of open, read, write, close.
3362
33631997-01-20 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
3364
3365 * movemail.c (main): Do not display "[POP-password]" in the usage
3366 message when movemail is compiled without POP support.
3367 (main, popmail): Add the optional "-p" argument, which causes
3368 movemail to leave mail in the inbox after copying it into the
3369 output file.
3370
3371 * Makefile.in (movemail): Link with getopt.
3372
33731997-01-20 Paul Eggert <eggert@twinsun.com>
3374
3375 * rcs2log (--help, --version): New options, per GNU coding standards.
3376 (Copyright, Help, Id): New variables, for above.
3377 (rlog): Use -q option with cvs log, to avoid useless chatter.
3378
3379 Treat logs of "Initial revision" (RCS) or "file F was initially added
3380 on branch B." (CVS) as if they said "New file.", for consistency with
3381 change log entries.
3382
33831997-01-01 Paul Eggert <eggert@twinsun.com>
3384
3385 * vcdiff (PATH): Add /usr/xpg4/bin,
3386 where XPG4 SCCS hangs out in Solaris 2.5.
3387 (sid1): Don't use bare -r, since XPG4 `get' does not allow it.
3388
33891996-12-19 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
3390
3391 * etags.c (streq, strneq): Use == NULL rather than !.
3392
33931996-12-18 Jonathan I. Kamens <jik@annex-1-slip-jik.cam.ov.com>
3394
3395 * Makefile.in (LIBMAIL): New macro. Conditionally includes -lmail.
3396 (movemail): Use LIBMAIL, to link against -lmail.
3397
3398 * movemail.c: Include maillock.h (conditionally).
3399 Remove a redundant inclusion of <stdio.h>.
3400 (MAIL_USE_MAILLOCK): New macro, conditionally defined.
3401 (main): Add variable spool_name.
3402 Support the usage of maillock and mailunlock to
3403 lock and unlock mailboxes.
3404 (mail_spool_name): New function.
3405
3406 * movemail.c: Fix an uninitialized variable which could cause
3407 movemail to exit with an error status incorrectly on systems which
3408 use lock files rather than a system locking function to lock
3409 mailboxes.
3410
34111996-12-16 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
3412
3413 * pop.c (socket_connection): Free realhost after using it.
3414
34151996-12-04 Francesco Potortì <F.Potorti@cnuce.cnr.it>
3416
3417 * etags.c (C_entries): Test tok.valid. This handles some
3418 particular cases involving function declarations that failed.
3419
34201996-11-22 Charles Hannum <mycroft@gnu.ai.mit.edu>
3421
3422 * pop.c (socket_connection):
3423 gethostbyname may return a pointer to static data.
3424 krb_realmofhost can clobber it. So copy it.
3425
34261996-11-14 Francesco Potortì <F.Potorti@cnuce.cnr.it>
3427
3428 * etags.c (pfnote, fatal, error): Callers using a NULL pointer
3429 must cast it to (char *) because we have no prototypes.
3430 (make_C_tag): Macro deleted, new function.
3431 (C_entries): Calls to make_C_tag macro changed to call function.
3432
34331996-11-13 Francesco Potortì <F.Potorti@cnuce.cnr.it>
3434
3435 * etags.c (grow_linebuffer): New function.
3436 (GROW_LINEBUFFER): Macro deleted. All callers changed.
3437 (make_tag): Macro renamed to make_C_tag. All callers changed.
3438 (<stdlib.h>, <string.h>) [STDC_HEADERS]: New #include's.
3439 (Prolog_functions): prolog_skip_comment was called with wrong
3440 number of arguments.
3441 (xrealloc): fatal was called with wrong number of arguments
3442
34431996-11-08 Francesco Potortì <F.Potorti@cnuce.cnr.it>
3444
3445 * etags.c (relative_filename): Bug corrected.
3446 (etags_getcwd): Avoid warning of unused variable.
3447 (C_entries, consider_token): Added support for enum labels.
3448
34491996-11-03 Paul Eggert <eggert@twinsun.com>
3450
3451 * rcs2log: When processing cvs log output, remove `Attic/' from
3452 repository file names.
3453
34541996-10-22 Karl Heuer <kwzh@gnu.ai.mit.edu>
3455
3456 * emacsserver.c: Fix 1996-09-02 change.
3457
34581996-10-12 Paul Eggert <eggert@twinsun.com>
3459
3460 * rcs2log (rlog_options): Look for ' option' rather than 'unknown
3461 option', since CVS says 'invalid option'.
3462 (datearg): Use the empty string, not '-d>1970-01-01', to extract all
3463 revisions, since some hosts reject 1970-01-01 when east of UTC.
3464 (date): Remove.
3465
34661996-10-06 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
3467
3468 * etags.c (etags_getcwd) [WINDOWSNT]: Convert backslashes to slashes.
3469
34701996-10-02 Francesco Potortì <F.Potorti@cnuce.cnr.it>
3471
3472 * etags.c (print_version): Print copyright info.
3473
3474 * etags.c (print_help): Print the bug reporting address.
3475 (main): Use return as the last instruction, instead of exit.
3476
3477 * etags.c (main): Don't open the tags file in cxref mode.
3478
34791996-09-29 Dave Love <d.love@dl.ac.uk>
3480
3481 * rcs2log (date): Make default format acceptable to CVS post v1.8
3482 as well as earlier CVSs and RCS.
3483
34841996-09-29 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
3485
3486 * movemail.c (main): If the lock call fails with EBUSY or
3487 EAGAIN, retry a few times.
3488
34891996-09-25 Paul Eggert <eggert@twinsun.com>
3490
3491 * rcs2log (rlog_options): Use $rlog, not rlog, when deciding
3492 whether to append -zLT.
3493
34941996-09-16 Karl Heuer <kwzh@gnu.ai.mit.edu>
3495
3496 * fakemail.c: Replaced symbol BSD with BSD_SYSTEM.
3497 * emacsclient.c, movemail.c: Likewise.
3498
34991996-09-09 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
3500
3501 * emacsclient.c (longopts): Change nowait to no-wait.
3502 (print_help_and_exit): Fix option name; upcase metavars.
3503
35041996-09-06 Erik Naggum <erik@naggum.no>
3505
3506 * emacsserver.c (main): Declare `fromlen' as size_t.
3507
35081996-09-02 Eli Zaretskii <eliz@is.elta.co.il>
3509
3510 * etags.c (etags_getcwd): Use getcwd if available even if MSDOS.
3511
35121996-09-02 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
3513
3514 * emacsclient.c (quote_file_name): Quote with &, not \.
3515 Quote `-' only at start of file name. Terminate the value string.
3516
3517 * emacsserver.c: Include signal.h properly;
3518 delete the duplicate includes for it.
3519
3520 * emacsserver.c: On fatal signal, delete socket-file:
3521 * emacsserver.c: Include signal.h.
3522 (xmalloc, fatal, error): New functions.
3523 (delete_socket, handle_signals): New functions.
3524 (progname, socket_name): New variables.
3525 [HAVE_SOCKETS] (main): Call handle_signals; set the new variables.
3526
35271996-09-01 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
3528
3529 * emacsclient.c (quote_file_name): New function.
3530 (main, both versions): Use quote_file_name.
3531 (decode_options): Don't return a value.
3532 (main, both versions): Use optind.
3533 Don't check for -nowait here.
3534
3535 * emacsclient.c (decode_options): New function.
3536 (main, both versions): Call decode_options.
3537 (print_help_and_exit): New function.
3538 (VERSION): New macro.
3539
3540 * Makefile.in (emacsclient): Link with getopt.
3541 Add -DVERSION so emacsclient knows its version number.
3542
35431996-08-31 Geoff Voelker <voelker@cs.washington.edu>
3544
3545 * makefile.nt (lisp): Include dos-nt.elc.
3546
35471996-08-31 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
3548
3549 * Makefile.in (blessmail): Use $srcdir to find blessmail.el.
3550
35511996-08-28 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
3552
3553 * emacsclient.c (both versions): Handle -nowait and --nowait
3554 by sending data to the server.
3555
35561996-08-26 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
3557
3558 * Makefile.in (INSTALL_STRIP): New variable.
3559 (${archlibdir}): Use INSTALL_STRIP.
3560
3561 * Makefile.in (MOVE_LIBS): Use conditionals on KERBEROS,
3562 HAVE_LIBKRB, HAVE_LIBDES, HAVE_LIBCOM_ERR to set it up.
3563
3564 * pop.c: Reverse conditional in previous change.
3565
35661996-08-24 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
3567
3568 * pop.c: Include des.h krb.h with no dir name if SOLARIS2.
3569
35701996-08-24 Paul Eggert <eggert@twinsun.com>
3571
3572 * rcs2log: Use ISO 8601 date format, with time zone appended
3573 if change-log-time-zone-rule is non-nil, instead of
3574 traditional Unix date format.
3575
3576 (datearg): When computing default from ChangeLog, handle ISO format
3577 dates in addition to old-fashioned dates from Emacs 19.31 and earlier.
3578 Don't worry about hh:mm:ss since the resolution is now by day.
3579 Use emtpy datearg, not empty rlog_options, to decide whether to pass
3580 "$datearg" option to $rlog.
3581 (logTZ): New variable, set to TZ specified by change-log-time-zone-rule.
3582 (month_data): Remove `mo'; no longer needed.
3583 (rlog_options): Use -zLT for localltime output, if `rlog' supports it.
3584
3585 Match `revision' line of rlog output more accurately.
3586
3587 Add -c, -v options.
3588
35891996-08-23 Eli Zaretskii <eliz@is.elta.co.il>
3590
3591 * hexl.c: Include <config.h>, so DOS_NT is defined on MSDOS.
3592
35931996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
3594
3595 * Version 19.33 released.
3596
35971996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
3598
3599 * Version 19.32 released.
3600
36011996-07-23 Andrew Innes <andrewi@harlequin.co.uk>
3602
3603 * etags.c (readline_internal) [DOS_NT]: Don't include CRs when
3604 computing character positions in source files.
3605
36061996-07-16 Andrew Innes <andrewi@harlequin.co.uk>
3607
3608 * makefile.nt (clean): Use OBJDIR macro.
3609
36101996-07-16 Karl Heuer <kwzh@gnu.ai.mit.edu>
3611
3612 * cvtmail.c, sorted-doc.c, yow.c, emacsserver.c: Undo previous change.
3613
36141996-07-15 David Mosberger-Tang <davidm@AZStarNet.com>
3615
3616 * cvtmail.c, sorted-doc.c, yow.c [__GNU_LIBRARY__]: Use <string.h>.
3617 * emacsserver.c (main) [__GNU_LIBRARY__]: Use size_t for fromlen.
3618 * etags.c, fakemail.c, profile.c: Declare main as int, not void.
3619
36201996-07-15 Andrew Innes <andrewi@harlequin.co.uk>
3621
3622 * ntlib.h: Correct return type of getwd.
3623 * ntlib.c (getwd): Correct return type.
3624
36251996-07-02 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
3626
3627 * emacsserver.c (main) [HAVE_SOCKETS]: Call rewind before writing
3628 to infile.
3629
36301996-07-01 Andrew Innes <andrewi@harlequin.co.uk>
3631
3632 * makefile.nt: Remove all references to wakeup.
3633
36341996-06-28 Francesco Potortì <F.Potorti@cnuce.cnr.it>
3635
3636 * etags.c (C_stab_entry): New keywords for C++ namespace, bool,
3637 explicit, mutable, typename.
3638
36391996-06-29 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
3640
3641 * emacsclient.c (main) [HAVE_SOCKETS]: Use two separate stdio
3642 streams, one for sending and one for reading the reply.
3643
36441996-06-21 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
3645
3646 * Makefile.in (timer, timer.o, getdate.o, $(srcdir)/getdate.c)
3647 (wakeup): Target deleted.
3648 (UTILITIES): Delete wakeup and timer.
3649
3650 * wakeup.c, timer.c, getdate.y, getdate.c: Files deleted.
3651
36521996-06-11 Geoff Voelker <voelker@cs.washington.edu>
3653
3654 * etags.c (etags_getcwd) [DOS_NT]: Change conditional to MSDOS only.
3655 * makefile.nt (ETAGS_CFLAGS): Define HAVE_GETCWD macro.
3656
36571996-06-06 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
3658
3659 * etags.c (main): Copy cwd when appending slash.
3660
36611996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
3662
3663 * Version 19.31 released.
3664
36651996-05-17 Francesco Potortì <F.Potorti@cnuce.cnr.it>
3666
3667 * etags.c (CNL_SAVE_DEFINEDEF): Set linecharno for use by readline.
3668 (Pascal_functions): Increase linecharno by the correct number of
3669 chars, inline the GET_NEW_LINE macro and delete its definition.
3670
36711996-05-03 Andrew Innes <andrewi@harlequin.co.uk>
3672
3673 * makefile.nt (OBJDIR, BLD): Remove macro definitions.
3674
36751996-05-03 Andrew Innes <andrewi@harlequin.co.uk>
3676
3677 * makefile.nt (LOCAL_FLAGS): Include path to NT shadow includes.
3678 (movemail.exe, fakemail.exe): Now built under Win32.o
3679
3680 * ntlib.c: Include ntlib.h.
3681 (nt_sleep): Rename to sleep.
3682 (getwd): Return directory.
3683 (getlogin, cuserid, getuid, setuid, getpwuid, getpass, fchown,
3684 sys_ctime, sys_fopen): New functions.
3685
3686 * ntlib.h: New file.
3687
36881996-04-29 Richard Stallman <rms@delasyd.gnu.ai.mit.edu>
3689
3690 * pop.c (SEND, RECV): Renamed from send, recv.
3691 (pop_open, pop_trash): Make the trash_started code unconditional.
3692 (socket_connection): Delete casts to void.
3693
36941996-04-28 Richard Stallman <rms@delasyd.gnu.ai.mit.edu>
3695
3696 * movemail.c (DIRECTORY_SEP, IS_DIRECTORY_SEP): Definitions
3697 copied from lisp.h.
3698
36991996-04-22 Andrew Innes <andrewi@harlequin.co.uk>
3700
3701 * fakemail.c [WINDOWSNT]: Include ntlib.h.
3702
3703 * hexl.c [DOSNT]: Include fcntl.h.
3704 [WINDOWSNT]: Include io.h.
3705 (main) [MSDOS]: Change conditional to DOS_NT.
3706
3707 * movemail.c (access, unlink) [WINDOWSNT]: Macros undefined.
3708 (fork, syswait, DISABLE_DIRECT_ACCESS) [WINDOWSNT]: Macros defined.
3709 [WINDOWSNT]: Include locking.h.
3710 (main): Update usage message. Use IS_DIRECTORY_SEP.
3711 (main) [DISABLE_DIRECT_ACCESS]: Don't check access if defined.
3712 (main) [WINDOWSNT]: Invoke locking instead of flock.
3713 (main) [MAIL_USE_SYSTEM_LOCK && WINDOWSNT]: Emulate ftruncate.
3714 (main) [MAIL_USE_POP]: Pass password to popmail if used.
3715 Include winsock.h; don't include unix inet headers.
3716 (popmail): Add password argument and pass it to pop_open.
3717 Open output file in binary mode.
3718
3719 * pop.c [WINDOWSNT]: Include winsock.h and ntlib.h.
3720 Macro SOCKET_ERROR undefined.
3721 Don't declare h_errno.
3722 [!WINDOWSNT]: Define macros recv and send.
3723 [!WINDOWSNT] (POP_SERVICE): Change to pop3.
3724 (pop_open) [WINDOWSNT]: Initialize trash_started.
3725 (have_winsock) [WINDOWSNT]: New variable.
3726 (socket_connection) [WINDOWSNT]: Initialize winsock.
3727 (socket_connection): Use closesocket instead of close.
3728 (getline): Use recv instead of read.
3729 (fullwrite): Use send instead of write.
3730 (pop_trash): Use closesocket instead of close.
3731 (pop_trash) [WINDOWSNT]: Cleanup winsock.
3732 Check if being called recursively by sendline.
3733
3734 * pop.h (struct _popserver): New field trash_started.
3735
3736 * wakeup.c [HAVE_CONFIG_H]: Only include config.h when defined.
3737
37381996-04-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3739
3740 * hexl.c (main) [DJGPP v2]: Don't change to binary for a tty.
3741
37421996-04-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3743
3744 * etags.c [WINDOWSNT]: Include io.h.
3745
37461996-04-10 Geoff Voelker <voelker@cs.washington.edu>
3747
3748 * makefile.nt (CTAGSOBJ): Compile with regexp support.
3749
37501996-04-09 Eli Zaretskii <eliz@is.elta.co.il>
3751
3752 * hexl.c [DJGPP v2]: Include io.h.
3753 (main) [DJGPP v2]: Switch standard streams to binary with setmode.
3754
3755 * b2m.c (main) [MSDOS]: Switch standard streams to binary under
3756 DJGPP v2.
3757
37581996-04-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3759
3760 * etags.c (absolute_filename): Use absolutefn.
3761
37621996-03-31 Eli Zaretskii <eliz@is.elta.co.il>
3763
3764 * etags.c (absolutefn) [DOS_NT]: Support Novell drives whose drive
3765 letter isn't an alphabetic character.
3766 (main) [DOS_NT]: Use binary mode on redirected `stdout'.
3767 (process_file) [DOS_NT]: Convert all slashes to forward style.
3768 (absolute_filename) [DOS_NT]: Emit error message for relative
3769 paths with a drive letter.
3770 (absolute_filename) [DOS_NT]: Handle absolute pathnames with
3771 DOS/NT drive letters which try to reference the parent of the root.
3772 (absolute_dirname) [DOS_NT]: Convert all slashes to forward style.
3773
37741996-03-27 Geoff Voelker <voelker@cs.washington.edu>
3775
3776 * makefile.nt: Change uses of del to $(DEL).
3777
37781996-03-22 Francesco Potortì <F.Potorti@cnuce.cnr.it>
3779
3780 * etags.c (just_read_file): Reset lineno and charno on entry.
3781
37821996-03-15 Anders Lindgren <andersl@csd.uu.se>
3783
3784 * etags.c: Prolog language totaly rewritten.
3785 (Prolog_functions): Rewritten from scratch.
3786 (skip_comment, prolog_getit): Removed.
3787 (prolog_skip_comment): New function, like old skip_comment.
3788 (prolog_pred, prolog_atom, prolog_white): New functions.
3789 (erlang_func, erlang_attributes): Forward declarations added.
3790 (erlang_atom): Check if backslash ends line inside quoted atom.
3791
37921996-03-14 Francesco Potortì <F.Potorti@cnuce.cnr.it>
3793
3794 * etags.c (absolutefn): DOS_NT version corrected.
3795 (main): Append "/" to the dir name only if not already there.
3796 (print_help): Explain the absolute/relative file name issue.
3797
37981996-03-08 Anders Lindgren <andersl@csd.uu.se>
3799
3800 * etags.c: New Languange Erlang added.
3801 (Erlang_functions, erlang_func, erlang_attribute, erlang_atom,
3802 erlang_white): New functions.
3803 (Erlang_suffixes): New suffix list.
3804 (lang_names): Erlang entry added.
3805 (prolog_getit): Accepts headers spanning several lines.
3806 Always name tags.
3807 (Prolog_functions): Removed incorrect compensation for
3808 newline characters.
3809 (readline_internal): Zero-terminate last line.
3810
38111996-03-20 Mike Long <mike.long@analog.com>
3812
3813 * b2m.c (main): Initialize progname variable before using it.
3814 Quote `username' in From_ header.
3815
38161996-03-18 Geoff Voelker <voelker@cs.washington.edu>
3817
3818 * ntlib.c (getpid): New function.
3819
38201996-02-21 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
3821
3822 * emacsclient.c (main, both definitions):
3823 Print a newline for normal termination.
3824
38251996-02-21 Noah Friedman <friedman@prep.ai.mit.edu>
3826
3827 * tcp.c (main): Convert port to network byte order.
3828
38291996-01-20 Karl Heuer <kwzh@gnu.ai.mit.edu>
3830
3831 * pop.c (pop_retrieve, getline): Avoid type clashes.
3832
38331996-01-19 Karl Heuer <kwzh@gnu.ai.mit.edu>
3834
3835 * etags.c (enum sym_type, anonymous enum): Delete final comma.
3836
38371996-01-15 Paul Eggert <eggert@twinsun.com>
3838
3839 * rcs2log (initialize_fullname): Add support for NIS+.
3840 (hostname): Fully qualify the default hostname with the domainname
3841 if the hostname lacks a `.'.
3842
38431996-01-10 Karl Heuer <kwzh@gnu.ai.mit.edu>
3844
3845 * etags.c (consider_token): Fix typo in expression.
3846
38471996-01-04 Paul Eggert <eggert@twinsun.com>
3848
3849 * etags.c (substitute): Fix spelling in message.
3850
38511996-01-03 George V. Reilly <georger@microcrafts.com>
3852
3853 * makefile.nt (etags, ctags): Compile with regexp support.
3854 (make-docfile, wakeup, etags, ctags, hexl): Ensure build
3855 subdirectory exists before compiling.
3856
38571996-01-02 Karl Heuer <kwzh@gnu.ai.mit.edu>
3858
3859 * emacsserver.c (main): Do chmod based on existing permission.
3860
38611995-12-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3862
3863 * Makefile.in (install): Turn on read/execute permission.
3864
38651995-12-03 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
3866
3867 * Makefile.in (LIB_STANDARD_LIBSRC): Use this instead of LIB_STANDARD.
3868 (LOADLIBES): Use LIB_STANDARD_LIBSRC.
3869
38701995-12-01 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
3871
3872 * Makefile.in (THIS_IS_MAKEFILE): Renamed from THIS_IS_YMAKEFILE.
3873
38741995-12-07 Francesco Potortì <pot@cnuce.cnr.it>
3875
3876 * etags.c (pfnote): Don't make a tag for ctags if there is no name.
3877 (getit, Asm_labels, Perl_functions, Pascal_functions, L_getit,
3878 get_scheme, prolog_getit): Name the tag in ctags mode.
3879 (pfnote): Truncate ctags lines to 50 chars, like it worked once.
3880 (Perl_interpreters): Accept "@PERL@" as an interpreter.
3881 (suggest_asking_for_help): New function.
3882 (main, get_language_from_name): Use suggest_asking_for_help.
3883 (main): Let get_language_from_name make language existence check.
3884 (streq, strneq): Check the arguments #if DEBUG.
3885
38861995-12-06 Francesco Potortì <pot@cnuce.cnr.it>
3887
3888 * etags.c (Cplusplus_suffixes): Add .M suffix for Objective C++.
3889 (gperf): Added keywords for Objective C and GNU macros.
3890 (sym_type): Added values to account for Objective C and GNU macros.
3891 (begtk): The '@' character can start a token.
3892 (objdef, methodlen, objtag): New variables for Objective C.
3893 (consider_token, C_entries): Added code for Objective C.
3894 (plain_C_suffixes): Add .m and .lm for Objective C.
3895 (Yacc_suffixes): Add .ym for Objective yacc.
3896 (GROW_LINEBUFFER): New macro.
3897 (consider_token, C_entries, Pascal_functions): Use the new macro.
3898 (consider_token): Take one more argument. Caller changed.
3899 (consider_token): Use the hashing function to spot GNU macros.
3900 (C_entries): Consider // as a comment start even in plain C for
3901 the sake of Objective C parsing.
3902
39031995-12-04 Francesco Potortì <pot@cnuce.cnr.it>
3904
3905 * Makefile.in (ctags): Depend on etags only for simplicity;
3906 compile with regexp support enabled.
3907
39081995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3909
3910 * Version 19.30 released.
3911
39121995-11-22 Geoff Voelker <voelker@cs.washington.edu>
3913
3914 * makefile.nt (DOC, clean): Don't use switches to del not
3915 supported by Windows 95.
3916
39171995-11-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3918
3919 * Makefile.in (regex.o): Depend on ../src/config.h.
3920
39211995-11-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3922
3923 * Makefile.in (LIB_STANDARD): Extract this as in src/Makefile.in.
3924 (LOADLIBES): Use LIB_STANDARD.
3925
39261995-11-07 Kevin Gallo <kgallo@microsoft.com>
3927
3928 * makefile.nt (DOC): Include strings from w32term.c, w32xfns.c,
3929 w32fns.c, w32faces.c, w32select.c, w32menu.c, w32reg.c; remove
3930 Windows 95 conditional.
3931
39321995-11-06 Francesco Potortì (pot@cnuce.cnr.it)
3933
3934 * etags.c (get_lang_from_name, get_lang_from_interpreter,
3935 get_lang_from_suffix): New functions.
3936 (get_language): Function deleted.
3937 (lang_entry): Two members added to struct.
3938 (lang_names): Reflect the new layout of lang_entry.
3939 (print_language_names, main, find_entries): Use the new functions.
3940 (find_entries): Look at the first line for #! if no language.
3941 (C_entries): Invalidate the token when funcdef is reset.
3942 (Perl_functions): New function.
3943 (lang_suffixes): .pl and .pm are Perl suffixes.
3944
39451995-11-02 Francesco Potortì (pot@cnuce.cnr.it)
3946
3947 * etags.c (lowcase): Use the standard tolower function.
3948 (substitute): Remove some wrong and some useless code related with
3949 escape '\' character in regexp replacement string.
3950 (TEX_defenv): Added part, appendix, entry, index. Removed typeout.
3951 (lang_suffixes): New suffixes: .hpp for C++; .f90 for Fortran;
3952 .bib, .ltx, .TeX for TeX (.bbl, .dtx removed); .ml for Lisp;
3953 .prolog for prolog (.pl removed).
3954 (massage_name, etags_getcwd): Use lowcase instead of tolower.
3955 (C_entries, find_entries): Added comments about memory leakage.
3956 (add_node): Dead code removed.
3957
39581995-10-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3959
3960 * Makefile.in (getdate.o, movemail.o): Specify -Demacs.
3961 (ALL_CFLAGS, LINK_CFLAGS, CPP_CFLAGS): Delete -Demacs.
3962
39631995-08-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3964
3965 * test-distrib.c: Add #undef for open, close, read, write.
3966
39671995-08-23 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
3968
3969 * test-distrib.c [HAVE_CONFIG_H]: Include config.h.
3970 [! O_RDONLY]: Define it to zero.
3971 (main): Use O_RDONLY instead of explicit zero.
3972
39731995-08-17 Francesco Potortì (pot@cnuce.cnr.it)
3974
3975 * etags.c (Pascal_functions): Close comment bug corrected.
3976 (add_node): Correctly compare node file names.
3977 (Pascal_functions): Correctly allocate and free memory for tline.
3978 (pfnote): Put the definition of fp in the innermost block.
3979 (NODE): `named' member removed.
3980 (pfnote, free_tree, put_entries, total_size_of_entries): Do not
3981 use the `named' member, check whether `name' is NULL instead.
3982 (pfnote): `named' argument removed, all callers changed.
3983 (getit, Asm_labels, Pascal_functions, L_getit, get_scheme,
3984 TeX_functions, TEX_getit, prolog_getit): Useless string allocation
3985 removed from pfnote call, some code cleanup.
3986 (relative_filename): Free temporary space allocated by concat.
3987
39881995-08-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3989
3990 * Makefile.in (getdate.c): New target.
3991 (getdate.o): Just compile getdate.c.
3992
39931995-08-12 Karl Heuer <kwzh@gnu.ai.mit.edu>
3994
3995 * fakemail.c (xrealloc): Change cast to match return type.
3996
39971995-08-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3998
3999 * fakemail.c (xmalloc, xrealloc): Use return-type long *.
4000
40011995-08-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4002
4003 * movemail.c (main): Fix previous change.
4004 Add error check for empty OUTNAME.
4005
40061995-08-05 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4007
4008 * movemail.c (main): Mention lock file name in error message.
4009
40101995-07-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4011
4012 * profile.c (gettimeofday): New function, defined if necessary.
4013
40141995-07-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4015
4016 * Makefile.in: Renamed from Makefile.in.in.
4017 (distclean): Delete Makefile.c, not Makefile.in.
4018
40191995-07-17 Michael Shields <shields@tembel.org>
4020
4021 * Makefile.in.in (tags): Synonym for `TAGS'.
4022
40231995-07-16 Karl Heuer <kwzh@gnu.ai.mit.edu>
4024
4025 * Makefile.in.in (install, maybe-blessmail): Don't cd ..;
4026 configure has already set $(INSTALL) to the proper relative path.
4027
40281995-06-27 Francesco Potortì (pot@cnuce.cnr.it)
4029
4030 * etags.c (plain_C_entries): New function.
4031 (lowcase): New macro.
4032 (tail, Fortran_functions, Pascal_functions): Use new macro lowcase.
4033 (lang_suffixes): New suffix ".pc" for Pro*C files.
4034 (consider_token): Don't tag all tokens beginning with DEFUN & Co..
4035 (tail): Look for the end of the token when comparing.
4036 (takeprec): Since now tail behaves differently, use strneq.
4037
40381995-07-08 Paul Eggert <eggert@twinsun.com>
4039
4040 * rcs2log (datearg): Separate date from time with comma, not space,
4041 to work around CVS 1.5 bug.
4042 (CVSROOT): Don't abort when unset if repository is absolute.
4043
40441995-07-07 Paul Eggert <eggert@twinsun.com>
4045
4046 * rcs-checkin, rcs2log, vcdiff:
4047 Replace `#!/bin/sh' with `#! /bin/sh', for benefit of systems
4048 that interpret `#! /' as a 4-byte magic number.
4049
40501995-06-29 Jonathan I. Kamens <jik@cam.ov.com>
4051
4052 * movemail.c (main) [MAIL_USE_POP]: When a user specifies a
4053 mailbox with "po:mailbox", the mailbox is everything after the
4054 "po:" prefix.
4055
40561995-06-28 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4057
4058 * emacsserver.c: Make all error messages start with `Error: '.
4059 (fatal_error, perror_1): New functions, use throughout.
4060
40611995-06-28 Paul Eggert <eggert@twinsun.com>
4062
4063 * rcs2log (CVSROOT, repository):
4064 Allow remote repositories a la CVS 1.4.
4065
40661995-06-27 Francesco Potortì (pot@cnuce.cnr.it)
4067
4068 * etags.c (plain_C_entries): New function.
4069 (lowcase): New macro.
4070 (tail, Fortran_functions, Pascal_functions): Use new macro lowcase.
4071 (lang_suffixes): New suffix ".pc" for Pro*C files.
4072 (consider_token): Don't tag all tokens beginning with DEFUN & Co..
4073 (tail): Look for the end of the token when comparing.
4074 (takeprec): Since now tail behaves differently, use strneq.
4075
40761995-06-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4077
4078 * movemail.c (main): Add newline in usage message.
4079
40801995-06-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4081
4082 * make-docfile.c (scan_file): Make sure it never looks at filename[-1].
4083
40841995-06-21 Francesco Potortì (pot@cnuce.cnr.it)
4085
4086 * etags.c (find_entries): Rewind before rereading the input file.
4087
40881995-06-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4089
4090 * Version 19.29 released.
4091
4092 * make-docfile.c (main) [MSDOS]: Do set _fmode.
4093 This undoes part of the previous change.
4094
40951995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4096
4097 * make-docfile.c (main): On MSDOS, don't change stdout
4098 to binary, and insist on an -o option.
4099
41001995-06-13 Geoff Voelker <voelker@cs.washington.edu>
4101
4102 * etags.c (process_file,absolute_filename): Handle filenames
4103 starting with a drive letter.
4104
4105 * makefile.nt (install): Copy wakeup.exe properly.
4106
41071995-06-08 Karl Heuer <kwzh@gnu.ai.mit.edu>
4108
4109 * make-docfile.c [MSDOS]: #undef chdir.
4110
41111995-06-04 Paul Eggert <eggert@twinsun.com>
4112
4113 * rcs2log (output_authors): Allow ':' in time zone,
4114 as per ISO 8601 and RCS 5.6.8 beta.
4115
41161995-05-29 Francesco Potortì (pot@cnuce.cnr.it)
4117
4118 * etags.c (etags_getcwd): Undo the /bin/pwd change. It may raise
4119 compatibility problems.
4120
41211995-05-26 Richard Stallman <rms@gnu.ai.mit.edu>
4122
4123 * etags.c (etags_getcwd): Don't use #elif.
4124 Have just one function body.
4125
41261995-05-25 Geoff Voelker <voelker@cs.washington.edu>
4127
4128 * makefile.nt (LIBS): Use BASE_LIBS.
4129 (make-docfile.exe,hexl.exe,wakeup.exe,etags.exe): Don't depend
4130 upon LIBS.
4131 (DOC): Use del instead of rm.
4132 (DOC) [WINDOWS95]: Use DOC.
4133 (clean): Handle MSVC aux files.
4134 (config.h,paths.h): Use $(CP) instead of cp.
4135 (config.h): Use $(CONFIG_H)
4136 (make-docfile.obj): Depend upon config.h.
4137 Clean up comments.
4138
41391995-05-23 Francesco Potortì (pot@cnuce.cnr.it)
4140
4141 * etags.c (etags_getcwd): Use /bin/pwd instead of pwd because the
4142 former gives the true path even in the presence of simlinks.
4143
41441995-05-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4145
4146 * movemail.c (main): Increase lock timeout to five minutes.
4147
41481995-05-06 Geoff Voelker <voelker@cs.washington.edu>
4149
4150 * makefile.nt (obj): Use .c files.
4151
41521995-05-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4153
4154 * make-docfile.c: Include config.h.
4155 (NO_SHORTNAMES): New definition.
4156 (xmalloc): Return long *.
4157
4158 * etags.c (C_entries): Cast result of xrealloc.
4159 (xmalloc, xrealloc): Declare them to return long *.
4160
4161 * b2m.c (xmalloc, xrealloc): Declare them long *.
4162
4163 * movemail.c (xmalloc): Declare it to return long *.
4164
41651995-04-30 Paul Eggert <eggert@twinsun.com>
4166
4167 * rcs2log (datearg): If rlog options are specified explicitly,
4168 omit the implicit '-d>DATE' option.
4169 (repository, rlog): Allow absolute paths to CVS repositories.
4170 Look only at the first line of CVS/Repository.
4171
41721995-04-26 Karl Heuer <kwzh@gnu.ai.mit.edu>
4173
4174 * Makefile.in.in (extraclean): Depend on maintainer-clean, not
4175 realclean.
4176
41771995-04-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4178
4179 * Makefile.in.in [REGEXP_IN_LIBC] (REGEXPOBJ, REGEXPDEPS):
4180 Alternative (empty) definitions.
4181
41821995-04-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4183
4184 * emacsclient.c (main): Add argv[0] to an error message.
4185
41861995-04-13 Karl Heuer <kwzh@gnu.ai.mit.edu>
4187
4188 * emacsclient.c (main): Improve error handling.
4189 * cvtmail.c (main, skip_to_lf): Improve error handling.
4190 (sysfail): New function.
4191
4192 * b2m.c (main): Check for trailing ", " before trying to delete it.
4193
41941995-04-12 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
4195
4196 * Makefile.in.in (all): Build test-distrib and make-docfile.
4197
4198 * make-docfile.c (scan_c_file): At end, restore file name last char
4199 to its original value.
4200
42011995-04-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4202
4203 * emacsclient.c, emacsserver.c: Test NO_SOCKETS_IN_FILE_SYSTEM.
4204
42051995-04-08 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4206
4207 * Makefile.in.in (BASE_CFLAGS): Renamed from ALLOCA_CFLAGS.
4208 (alloca.o, regex.o): Use BASE_CFLAGS.
4209
42101995-04-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4211
4212 * emacsclient.c [Berkeley sockets version] (main): Declare getcwd.
4213
42141995-04-04 Karl Heuer <kwzh@gnu.ai.mit.edu>
4215
4216 * Makefile.in.in (aixcc, aixcc.c): Targets deleted.
4217 (SOURCES, distclean): Removed obsolete references to aixcc.
4218
42191995-04-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4220
4221 * aixcc.lex: File deleted--surely obsolete now.
4222
42231995-03-23 Paul Eggert <eggert@twinsun.com>
4224
4225 * rcs2log (output_authors): Replace /[/]/ by /[\/]/, for
4226 portability to mawk and nawk.
4227
42281995-03-21 Paul Eggert <eggert@twinsun.com>
4229
4230 * rcs2log: Treat -u "login:fullname:mailaddr" as if it were
4231 -u "login<tab>fullname<tab>mailaddr".
4232
42331995-03-21 Paul Eggert <eggert@twinsun.com>
4234
4235 * rcs2log: Add -u "login<tab>fullname<tab>mailaddr" option, which
4236 replaces the (now obsolescent) -n login fullname mailaddr option.
4237 Add -R option for recursive rlog.
4238 (AWK): New environment variable (default `awk') for awk program name.
4239 (output_authors, tab, loginFullnameMailaddrs, recursive): New vars.
4240 Quote authors and fullnames correctly.
4241 Don't omit path from repository root when logging CVS files.
4242
42431995-03-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4244
4245 * emacsclient.c, emacsserver.c: Use BSD sockets whenever available,
4246 even if HAVE_SYSVIPC.
4247 * emacsclient.c (main): Use getcwd if not BSD.
4248
42491995-03-13 Francesco Potortì (pot@cnuce.cnr.it)
4250
4251 * etags.c (process_file): Free (filename) after using it.
4252 (readline_internal): Do not access the char before start of line.
4253
42541995-02-22 Francesco Potortì (pot@cnuce.cnr.it)
4255
4256 * etags.c (C_entries): token_saved removed. Initialise tok.valid and
4257 savetok.valid. Mark token as valid when it is initialised.
4258 (make_tag): Make token only if token is valid and reset validity.
4259 (CNL_SAVE_DEFINEDEF): Test for savetok.valid instead of token_saved.
4260 (TOKEN): Added a new member: valid.
4261
42621995-02-15 Francesco Potortì (pot@cnuce.cnr.it)
4263
4264 * etags.c (C_entries): Bug corrected in xrealloc of token_str.
4265 (main): Do not read twice the last filename in the stdin file list.
4266
42671995-02-14 Francesco Potortì (pot@cnuce.cnr.it)
4268
4269 * etags.c (C_entries): Initialise the new members of TOKEN.
4270 (C_entries): Do not allocate a new space for each token found by
4271 consider_token. Let make_tag do that instead.
4272 (make_tag): Since now TOKEN has memory of where it is taken from,
4273 this new macro substitutes both make_tag_from_new_lb and
4274 make_tag_from_oth_lb. All callers changed.
4275 (TOKEN): Add linepos and buffer members.
4276 (main): Initialise token_str.
4277 (lang_extensions): Recognise .c++ and .h++ as C++ file suffixes.
4278 (token_str): New global variable used by C_entries.
4279
42801995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
4281
4282 * Makefile.in.in (maintainer-clean): Renamed from realclean.
4283
42841995-02-01 Francesco Potortì (pot@cnuce.cnr.it)
4285
4286 * etags.c (pfnote): Initialise been_warned in the node.
4287 (C_entries): Removed a speed hack for the sake of clarity.
4288
42891995-01-18 Francesco Potortì (pot@cnuce.cnr.it)
4290
4291 * etags.c (longopts, print_help, main): Use -I as abbreviation
4292 for the --ignore-indentation option.
4293 (main): Do not print an error message for unknown options.
4294
42951995-01-12 Francesco Potortì (pot@cnuce.cnr.it)
4296
4297 * etags.c (FILEPOS, GET_CHARNO, GET_FILEPOS, max, LINENO): Deleted.
4298 (append_to_tagfile, typedefs, typedefs_and_cplusplus,
4299 constantypedefs, update, vgrind_style, no_warnings,
4300 cxref_style, cplusplus, noindentypedefs): Were int, now logical.
4301 (permit_duplicates): Was a var, now a #define.
4302 (filename_lb): Was global, now local to main.
4303 (main): Open the tag file when in cxref mode.
4304 Use a BUFSIZ size buffer for making the shell commands.
4305 Look at the return value from the system routine.
4306 Exit when cannot open the tag file.
4307 (process_file): Open the file and pass the FILE* to find_entries.
4308 (find_entries): Now void, because does not open the file itself.
4309 (pfnote): Recovering from lack of memory does not work. Removed.
4310 Use savenstr and simplify the code.
4311 (free_tree): Only free the name space if node is named.
4312 (structtag): Now a pointer, not a fixed length array of chars.
4313 (consider_token): Don't take a token as argument. Use savenstr
4314 when saving a tag in structtag. Callers changed.
4315 (TOKEN): Structure changed. Now used only in C_entries.
4316 (TOKEN_SAVED_P, SAVE_TOKEN, RESTORE_TOKEN): Deleted.
4317 (C_entries): nameb and savenameb deleted. Use dinamic allocation.
4318 (pfcnt): Deleted. Users updated.
4319 (getit, Asm_labels, Pascal_functions, L_getit, get_scheme,
4320 TEX_getit, prolog_getit): Use dinamic allocation for storing
4321 the tag instead of a fixed size buffer.
4322
43231995-01-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4324
4325 * movemail.c (main): Skip past the colon in inname.
4326
43271995-01-10 Francesco Potortì (pot@cnuce.cnr.it)
4328
4329 * etags.c (pfatal): New function.
4330 (main, etags_getcwd): Use pfatal.
4331 (etags_getcwd): Corrected another bug in the HAVE_GETCWD version.
4332
43331995-01-10 Francesco Potortì (pot@cnuce.cnr.it)
4334
4335 * etags.c (Lang_function): Use void instead to declare the
4336 language functions, because many compilers are buggy.
4337 (etags_getcwd): Fix the previous fix on the #else branch.
4338 (readline_internal): Discard possible \r before \n here.
4339 (C_entries): Do not deal with \r here: undo previous fix.
4340
43411995-01-09 Francesco Potortì (pot@fly)
4342
4343 * b2m.c (concat, xmalloc, xrealloc, readline, xnew): Four new
4344 functions and a macro that allow the program to work on input
4345 lines of whatever length. Copied from etags.c.
4346 (fatal): Print a fatal error message and exit.
4347 (main): Use the new functions. Fixed a bug that made a \037 char
4348 appear at the end of the output.
4349
43501995-01-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4351
4352 * etags.c (C_entries): Ignore carriage return at end of line.
4353
43541994-12-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4355
4356 * fakemail.c (xmalloc, xrealloc): Add casts.
4357 (add_field): Handle <...> and "..." syntax.
4358 (setup_files, get_keyword): Clean up parens and line breaks.
4359 (args_size): Likewise.
4360
43611994-12-21 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
4362
4363 * yow.c: Include program name in error messages.
4364
43651994-12-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4366
4367 * make-docfile.c (scan_lisp_file): Handle dynamic doc strings.
4368 (xmalloc, fatal, error): New functions.
4369 (progname): New variable.
4370 (main): Set progname.
4371
43721994-12-05 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4373
4374 * emacsclient.c, emacsserver.c [HAVE_SYSVIPC]: Include sys/utsname.h.
4375 (main): If socket/mqueue name is in home dir, add in the host name.
4376 Rename .emacs_server to .emacs-server....
4377
43781994-12-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4379
4380 * emacsclient.c [!HAVE_SYSVIPC] (main): Fix error message diction.
4381
43821994-11-22 Francesco Potortì (pot@cnuce.cnr.it)
4383
4384 * etags.c (print_help): Print --regex usage for ctags also.
4385 (main): Use -h in addition to -H as abbreviation for --help.
4386
43871994-11-16 Francesco Potortì (pot@cnuce.cnr.it)
4388
4389 * etags.c [ETAGS_REGEXP]: All the new code that deals with regexps
4390 is compiled if this is defined. The new functions and variables
4391 added #ifdef ETAGS_REGEXP are not listed in this ChangeLog.
4392 [VMS]: All VMS specific code previously contained in
4393 etags-vmslib.c is now included here, modified for dealing with
4394 language and regex options intermixed with filenames.
4395 (header_file): Global variable deleted.
4396 (Lang_Function): New typedef. All language parser functions
4397 changed to this new type.
4398 (string_numeric_p, substr, prestr): Functions deleted.
4399 (readline_internal): Does the job that readline did previously.
4400 (longopts): --language and --regex options added.
4401 (lang_names, lang_extensions, lang_func, print_language_names):
4402 New structures, variables and functions for choosing languages.
4403 (print_help): Help strings updated. Calls print_language_names.
4404 (argument_type, ARGUMENT): Typedefs for dealing with language and
4405 regex options intermixed with filenames.
4406 (main): Changed the way of dealing with arguments on the command
4407 line to deal with language and regex options intermixed with
4408 filenames.
4409 (get_language, default_C_entries, Cplusplus_entries,
4410 Cstar_entries, Yacc_entries, just_read_file): New functions.
4411 (find_entries): Use the new method for choosing the language.
4412 (Pascal_functions): Allow intermixing of comment styles.
4413 (prolog_getit, skip_comment): Rewritten for speed.
4414 (readline): Rewritten to deal with regexps.
4415
44161994-11-16 Francesco Potortì (pot@cnuce.cnr.it)
4417
4418 * etags.c (<errno.h>): #include added.
4419 (etags_getcwd): Check return value from getcwd.
4420
44211994-11-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4422
4423 * profile.c (TV1, TV2): Use EMACS_TIME as type.
4424 (get_time): Use EMACS_SUB_TIME.
4425
44261994-10-30 Geoff Voelker <voelker@cs.washington.edu>
4427
4428 * ntlib.c: New file.
4429 * makefile.nt: New file.
4430
4431 * make-docfile.c (main) [WINDOWSNT]: Set _fmode and stdout to O_BINARY.
4432 [WINDOWSNT]: Include the NT headers.
4433 (READ_TEXT, READ_BINARY): Test DOS_NT, not MSDOS.
4434
4435 * etags.c (main, etags_getcwd): Test DOS_NT instead of MSDOS.
4436 [WINDOWSNT]: Include some NT headers.
4437
44381994-10-24 Jonathan I. Kamens (jik@cam.ov.com)
4439
4440 * pop.c (getline): When a search of already-read input for CRLF
4441 fails, store the fact that we've searched it and don't search it
4442 again after reading more data.
4443
4444 * pop.c (getline): When determining whether or not it's necessary
4445 to grow the input buffer, take into account the null that's stored
4446 at the end of already-read input in the buffer.
4447
44481994-10-21 Francesco Potortì (pot@cnuce.cnr.it)
4449
4450 * etags.c (prestr, substr): Return a logical type.
4451 (consider_token): Comment out "EXFUN". Use "DEFUN" instead of "DEF".
4452 (consider_token): Set funcdef to fignore when a DEFUN is met.
4453 (C_entries): Now we can use Tom Hageman patch for extern "C".
4454
44551994-10-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4456
4457 * movemail.c: PopServer renamed to popserver throughout.
4458
44591994-10-20 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
4460
4461 * etags.c: Don't declare malloc, since we include config.h.
4462 * fakemail.c: Likewise.
4463
44641994-10-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4465
4466 * movemail.c: Don't declare malloc.
4467
44681994-10-19 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
4469
4470 * rcs-checkin: Use test -r instead of < to check readability, to
4471 avoid syntax error.
4472
44731994-10-19 Jonathan I. Kamens (jik@cam.ov.com)
4474
4475 * pop.c: Only include ../src/config.h if HAVE_CONFIG_H is
4476 defined, and if HAVE_CONFIG_H isn't defined, define
4477 MAIL_USE_POP always (so that this file can be included in
4478 other programs besides emacs).
4479
4480 * pop.c: Only declare h_errno if HAVE_H_ERRNO isn't defined or
4481 HAVE_CONFIG_H isn't defined.
4482
4483 * pop.c (find_crlf, getline): Instead of using strstr, use a
4484 custom function for finding CRLF.
4485 (my_strstr): Function deleted.
4486
44871994-10-17 Jonathan I. Kamens (jik@cam.ov.com)
4488
4489 * pop.c (getline): Fix a segfault because of passing a
4490 non-null-terminated string into strstr(). Fix from
4491 djm@va.pubnix.com (David J. MacKenzie).
4492
4493 * pop.c: Don't include <string.h> and <strings.h>.
4494
4495 * pop.c: Include <des.h> before <krb.h>, rather than after. They
4496 should be interchangeable, and indeed the inclusion is done in
4497 both orders in various files in the Kerberos 4 library sources,
4498 but djm@va.pubnix.com (David J. MacKenzie) reports that BSDI
4499 requires that <des.h> be included first, and I don't see any harm
4500 in changing the order.
4501
4502 * pop.c: Include ../src/config.h, to get HAVE_STRING_H and
4503 STDC_HEADERS, if they're defined. Undef open, read, write and
4504 close after including it.
4505
45061994-10-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4507
4508 * pop.c: Fix mismatch in conditionals.
4509
4510 * make-docfile.c (main): Don't process one input file twice.
4511 Never use exit code > 1.
4512
4513 * pop.c (open, close, read, write): Add #undefs.
4514
4515 * pop.c: Don't declare malloc, realloc, free.
4516 Include ../src/config.h.
4517 Don't include string.h or strings.h.
4518 Include des.h before krb.h.
4519 Do declare my_strstr.
4520 (getline): Really use my_strstr.
4521 Leave one empty place in server->buffer,
4522 and put a null at the end of the data in it.
4523
45241994-10-17 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
4525
4526 * emacsserver.c [SYSV_IPC] (main): Catch SIGHUP as well. Don't
4527 call kill with pid 0. Handle EINTR when receiving messages.
4528
45291994-10-17 Karl Heuer <kwzh@gnu.ai.mit.edu>
4530
4531 * Makefile.in.in (regex.o): Use full path to find regex.c.
4532
45331994-10-17 Francesco Potortì (pot@fly.cnuce.cnr.it)
4534
4535 * Makefile.in.in (etags): Add dependency on regex.o, link with it.
4536 (REGEXPOBJ, REGEXPDEPS, regex.o): Target and macros added.
4537
45381994-10-12 David J. MacKenzie (djm@duality.gnu.ai.mit.edu)
4539
4540 * Makefile.in.in (DONT_INSTALL): Remove make-path.
4541 (${archlibdir}): Use mkinstalldirs instead.
4542
4543 * movemail.c: Make functions that return nothing void, not
4544 implicitly int.
4545 (main): Improve usage message.
4546 (error): Write to stderr, not stdout.
4547
4548 * b2m.c cvtmail.c digest-doc.c emacsclient.c emacsserver.c etags.c
4549 fakemail.c hexl.c make-docfile.c profile.c sorted-doc.c test-distrib.c
4550 timer.c wakeup.c yow.c: Eliminate some -Wall warnings from unused
4551 variables and implicitly declared functions.
4552
45531994-10-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4554
4555 * Makefile.in.in (clean): rm DOC* and *.tab.[ch].
4556 (distclean): Not here.
4557
4558 * Makefile.in.in (libexecdir): Renamed from libdir.
4559
45601994-10-11 Francesco Potortì (pot@cnuce.cnr.it)
4561
4562 * etags.c (C_entries): Name the #define's that are macros.
4563
45641994-10-10 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
4565
4566 * emacsserver.c [! SYSVIPC] (main): Fix uses of FD_* macros:
4567 fd_set arg is a pointer, descriptor arg comes first.
4568
45691994-09-29 Francesco Potortì (pot@cnuce.cnr.it)
4570
4571 * etags.c (C_entries): Recognise typedef of ANSI style functions.
4572 (C_entries): Recognise #define inside a struct.
4573 (C_entries): ANSI tells that preprocessor commands do not have to
4574 start on the first column.
4575 (print_help): Documentation corrected for -d and -D.
4576 (white, endtk): ANSI tells the vertical tab is a separator.
4577
45781994-09-24 Jonathan I. Kamens (jik@gza-client1.aktis.com)
4579
4580 * Makefile.in.in (MOVE_FLAGS, MOVE_LIBS): New variables.
4581 (pop.o, movemail.o): New targets.
4582 (movemail): Link in pop.o and movemail.o. Use MOVE_LIBS, MOVE_FLAGS.
4583
4584 * pop.c, pop.h: New files.
4585
4586 * movemail.c: Improve POP code, move most of it into a separate file.
4587 (mbx_delimit_end, mbx_delimit_begin): Check for errors.
4588 (mbx_write): Check for errors and for From line.
4589 (pop_retr, popmail): Use subroutines in pop.c to do the real work.
4590 (get_errmsg, multiline, getline, putline, pop_stat, pop_command)
4591 (pop_init): Functions deleted.
4592
45931994-09-23 Richard Stallman <rms@churchy.gnu.ai.mit.edu>
4594
4595 * make-path.c (touchy_mkdir): Make dir ugo+rx even if it isn't new.
4596 Rename path to dirname.
4597
45981994-09-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4599
4600 * Makefile.in.in (UTILITIES):
4601 Remove test-distrib, make-docfile, make-path.
4602 (DONT_INSTALL): New variable--list those files here.
4603 (clean): Delete the files in DONT_INSTALL.
4604
46051994-09-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4606
4607 * b2m.c (from, labels, data): Use MAX_DATA_LEN as length.
4608 (main): Use fgets, not gets.
4609
46101994-09-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4611
4612 * timer.c: Don't declare malloc.
4613
46141994-09-16 Karl Heuer <kwzh@gnu.ai.mit.edu>
4615
4616 * emacsserver.c (FD_*) [HAVE_SOCKETS & !HAVE_SYSVIPC]: If not already
4617 defined, use simple 32-bit versions of these macros.
4618 (main) [HAVE_SOCKETS & !HAVE_SYSVIPC]: Use these macros.
4619
46201994-09-16 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
4621
4622 * etags.c (etags_getcwd): Use getcwd if available.
4623
46241994-09-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4625
4626 * Version 19.27 released.
4627
46281994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4629
4630 * Version 19.26 released.
4631
46321994-08-15 Paul Eggert <eggert@twinsun.com>
4633
4634 * rcs2log: Add support for CVS.
4635 Work with `rlog's that output ISO 8601 dates.
4636
46371994-08-09 Lawrence R. Dodd <dodd@roebling.poly.edu>
4638
4639 * rcs2log: Use <> to delimit email address.
4640
46411994-08-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4642
4643 * emacsserver.c [SYSV_IPC] (main): Make a separate process
4644 so we can listen for multiple requests.
4645
46461994-08-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4647
4648 * movemail.c: Include config.h first thing.
4649
46501994-08-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4651
4652 * emacsserver.c (main): Add casts to avoid warnings.
4653
46541994-07-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4655
4656 * Makefile.in.in (${archlibdir}): Compare the proper dir
4657 before installing the scripts.
4658
46591994-07-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4660
4661 * emacsclient.c (main): New local var progname saves argv[0].
4662
46631994-07-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4664
4665 * emacsclient.c (main): Don't actually modify argv[0].
4666 Modify a copy instead.
4667
46681994-07-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4669
4670 * profile.c (reset_watch, get_time): Use EMACS_GET_TIME.
4671 (tzp): Var deleted.
4672
4673 * Makefile.in.in: Add #undef alloca.
4674
46751994-07-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4676
4677 * timer.c (xmalloc): New function.
4678
46791994-07-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4680
4681 * Makefile.in.in (ALLOCA_CFLAGS): New variable.
4682 (alloca.o): New target.
4683
46841994-07-08 Dave Love (d.love@dl.ac.uk)
4685
4686 * etags.c (takeprec): Recognise `character*(*) function'.
4687
46881994-07-08 Francesco Potortì (pot@cnuce.cnr.it)
4689
4690 * etags.c (main): Don't barf on obsolete -t and -T switches.
4691 (main): Print an explicative message when a switch is not known.
4692
46931994-06-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4694
4695 * hexl.c: Don't declare exit or perror.
4696
4697 * emacsserver.c (main): Don't declare geteuid.
4698 Don't declare getenv if convex.
4699
47001994-06-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4701
4702 * Makefile.in.in (test-distrib): Use ALL_CFLAGS.
4703
47041994-06-03 Francesco Potortì (pot@fly.cnuce.cnr.it)
4705
4706 * etags.c (absolute_filename): Remove infinite loop bug when
4707 accessing files in directories whose name begins with a dot.
4708
47091994-06-03 Francesco Potortì (pot@fly.cnuce.cnr.it)
4710
4711 * etags.c (etags_getcwd): Delete the trailing newline from cwd.
4712
47131994-06-01 Morten Welinder (terra@diku.dk)
4714
4715 * yow.c (rootrelativepath) [MSDOS]: Define, expanding to dynamic
4716 location of data directory.
4717
47181994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4719
4720 * Version 19.25 released.
4721
47221994-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4723
4724 * Makefile.in.in (distclean): Delete Makefile, Makefile.in, blessmail.
4725
47261994-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4727
4728 * Makefile.in.in (blessmail): Don't depend on ../src/emacs.
4729
47301994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4731
4732 * Version 19.24 released.
4733
47341994-05-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4735
4736 * make-docfile.c (write_c_args): Put `default' in upper case.
4737
47381994-05-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4739
4740 * etags.c (etags_getcwd): Cast result of popen.
4741 (popen): Declaration deleted.
4742
47431994-05-17 Karl Heuer (kwzh@gnu.ai.mit.edu)
4744
4745 * etags.c [!MSDOS]: Declare popen.
4746
47471994-05-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4748
4749 * b2m.c (main): Avoid crash if argc is 1.
4750
47511994-05-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4752
4753 * Version 19.23 released.
4754
4755 * Makefile.in.in (blessmail): Specify directory for blessmail.el.
4756
47571994-05-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4758
4759 * Makefile.in.in (maybe-blessmail): Mention bless-mail is in lib-src.
4760
47611994-05-05 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
4762
4763 * Makefile.in.in: Fix out of date comment.
4764
47651994-05-05 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4766
4767 * Makefile.in.in: Put in a separator for where to start cpp procssing.
4768 Move all autoconf substitutions above that point.
4769 Above that point, use Make-style comments.
4770 This goes with changes in ../configure.in.
4771
47721994-05-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4773
4774 * Makefile.in.in (maybe-blessmail): New target to print the blessmail
4775 warning message.
4776 (${archlibdir}): Don't do it here. Don't depend on blessmail.
4777
47781994-05-02 Karl Heuer (kwzh@gnu.ai.mit.edu)
4779
4780 * Makefile.in.in (${archlibdir}): Be lenient about wc output format.
4781
47821994-05-01 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4783
4784 * Makefile.in.in (${archlibdir}): Don't run blessmail; instead
4785 print advice to run it, if it has anything significant to do.
4786 And only if MOVEMAIL_NEEDS_BLESSING.
4787 (blessmail): Use emacs, not temacs.
4788 (configuration): Renamed from configname.
4789
47901994-04-30 Morten Welinder (terra@diku.dk)
4791
4792 * etags.c (find_entries): Treat `*.cpp' as C++ files.
4793
47941994-04-30 Morten Welinder (terra@diku.dk)
4795
4796 * etags.c [MSDOS]: #include <sys/param.h> for the following.
4797 [MSDOS] (etags_getcwd): Define simple MSDOS version without spawning
4798 a shell.
4799
48001994-04-29 Morten Welinder (terra@diku.dk)
4801
4802 * hexl.c [MSDOS]: Don't define proto type for exit.
4803
48041994-04-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4805
4806 * b2m.c: Don't include string.h or strings.h.
4807
48081994-04-27 Karl Heuer (kwzh@gnu.ai.mit.edu)
4809
4810 * Makefile.in.in: C_SWITCH_SYSTEM and C_SWITCH_MACHINE are now cpp
4811 symbols, not make variables.
4812
48131994-04-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4814
4815 * Makefile.in.in (etags, ctags): Make VERSION a string constant.
4816 * etags.c (print_version): Print VERSION as a string.
4817
48181994-04-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4819
4820 * fakemail.c (readline): Fix updating of p when buffer grows.
4821
48221994-04-20 Karl Heuer (kwzh@gnu.ai.mit.edu)
4823
4824 * Makefile.in.in (blessmail): New target.
4825 ${archlibdir}: Use blessmail when installing movemail.
4826
48271994-04-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4828
4829 * fakemail.c (readline): When extending the buffer,
4830 calculate end afresh using the new size.
4831
48321994-04-18 Francesco Potortì (pot@fly.cnuce.cnr.it)
4833
4834 * etags.c (main, print_help): Eliminate the -F option.
4835
48361994-04-18 Francesco Potortì (pot@fly.cnuce.cnr.it)
4837
4838 * etags.c (absolute_filename): Compare against '\0' instead of NULL.
4839
48401994-04-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4841
4842 * Makefile.in.in: Renamed from Makefile.in.
4843 Makefile.in is now generated from it, and then preprocessed.
4844 Change comments to C syntax.
4845 Include config.h.
4846 (LIBS_SYSTEM, LIBS_MACHINE): Define as empty if not defined.
4847 (LOADLIBES): Define from LIBS_SYSTEM and LIBS_MACHINE.
4848
48491994-04-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4850
4851 * movemail.c [HAVE_UNISTD_H]: Include unistd.h.
4852
48531994-04-12 Francesco Potortì (pot@fly.cnuce.cnr.it)
4854
4855 * etags.c (etags_getcwd): Initialize bufsize.
4856
48571994-04-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4858
4859 * profile.c (gettimeofday): If system doesn't have this, define it
4860 to give a fatal error.
4861
48621994-04-11 Karl Heuer (kwzh@gnu.ai.mit.edu)
4863
4864 * movemail.c (main): Use setuid, not seteuid.
4865
48661994-04-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4867
4868 * etags.c: #undef static.
4869
48701994-04-08 Francesco Potortì (pot@fly.cnuce.cnr.it)
4871
4872 * etags.c (outf, outfiledir): Renamed to tagf, tagfiledir.
4873 (PF_funcs, Asm_funcs, L_funcs, PAS_funcs, TEX_funcs)
4874 (Scheme_funcs, prolog_funcs): Renamed to Fortran_functions,
4875 Asm_labels, Lisp_functions, Pascal_functions, Scheme_functions,
4876 TeX_functions, Prolog_functions.
4877 (inf): No more a global variable.
4878 (C_entries): Take 2nd parameter `inf' instead of using the global one.
4879 (find_entries): Added the cp1 var for optimisation.
4880 (find_entries): Added more suffixes for assembler files.
4881 (Asm_funcs): Now finds labels even without an ending colon.
4882
48831994-03-30 Francesco Potortì (pot@fly.cnuce.cnr.it)
4884
4885 * etags.c (main): Use etags_getcwd for compatibility.
4886 (etags_getcwd): New function.
4887
48881994-03-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4889
4890 * Makefile.in (etags, ctags): Pass -D for VERSION.
4891
48921994-03-25 Francesco Potortì (pot@cnuce.cnr.it)
4893
4894 * etags.c (emacs_tags_format, ETAGS): Removed. Use CTAGS instead.
4895 (main): Don't allow the use of -t and -T in etags mode.
4896 (print_help): Don't show options enabled by default.
4897 (print_version): Show the emacs version number if VERSION is #defined.
4898 (find_entries): Add "ss" as suffix for Chez Scheme.
4899
49001994-03-23 Francesco Potortì (pot@cnuce.cnr.it)
4901
4902 * etags.c (cwd, outfiledir): Vars added.
4903 (relative_filename, absolute_filename, absolute_dirname):
4904 functions added to compute filenames in tags files.
4905 (process_file): Filenames in tags file are relative to the
4906 directory where the tags file is (useful with the -o option).
4907 (main): Initialise the outfiledir var.
4908 (TYPEDST): Added the `tignore' value.
4909 (C_entries): Corrected various small bugs.
4910
49111994-03-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4912
4913 * Makefile.in (UTILITIES): `env' deleted.
4914 (env): Target deleted.
4915 * env.c: File deleted.
4916
49171994-03-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4918
4919 * Makefile.in (install, ${archlibdir}): Switch back to ..
4920 before running INSTALL_PROGRAM.
4921
49221994-03-14 Francesco Potortì (pot@cnuce.cnr.it)
4923
4924 * etags.c (TYPEDST): Added the `tignore' value.
4925 (C_entries): Corrected various bugs, now correctly parses the
4926 `extern "C" {' construction (patch by Tom R.Hageman).
4927
49281994-03-05 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4929
4930 * b2m.c: Use <...> to include config.h.
4931 Don't include stdlib.h.
4932
49331994-03-03 Heiko Muenkel (muenkel@tnt.uni-hannover.de)
4934
4935 * b2m.c (main): Change delimiter from "^L" to "^_^L".
4936 Allow for text following "BABYL OPTIONS:".
4937 Add --help option. Use argv[0] in error messages.
4938
49391994-03-01 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4940
4941 * emacsclient.c (main) [HAVE_SYSVIPC]:
4942 Make msgp->mtext longer if necessary.
4943 On HPUX, error if it's more than 512 chars.
4944
49451994-02-26 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
4946
4947 * etags-vmslib.c: Use GPL.
4948 * emacstool.c: Use GPL.
4949 * fakemail.c: Update GPL.
4950
4951 * make-path.c (main): Return 1 on error, not -1.
4952 Update GPL.
4953
4954 * cvtmail.c: Declare malloc, realloc, xmalloc, xrealloc, getenv.
4955 (xmalloc, xrealloc): Return char *, not int.
4956 (error): Write to stderr, not stdout.
4957 Update GPL.
4958
49591994-02-23 Karl Heuer (kwzh@gnu.ai.mit.edu)
4960
4961 * profile.c (main, get_time): Don't crash on invalid input.
4962
49631994-02-22 Karl Heuer (kwzh@gnu.ai.mit.edu)
4964
4965 * profile.c (get_time): Simplify; avoid calling index.
4966 (main): Exit on EOF.
4967
49681994-02-17 Francesco Potortì (pot@cnuce.cnr.it)
4969
4970 * etags.c (--absolute-pathnames): Option removed.
4971
49721994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4973
4974 * fakemail.c (put_line): Don't break the line if it all fits.
4975
49761994-02-14 Francesco Potortì (pot@fly)
4977
4978 * etags.c (absolute_pathnames, cwd): Added global vars.
4979 (longopts, print_help, main, process_file): Put absolute filenames
4980 in the tag file if the -A --absolute-pathnames option is used.
4981 (print_help): Alfabetically order the options.
4982 (malloc, realloc, strcpy, strncpy, strcmp): Remove extern declar.
4983
49841994-02-09 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4985
4986 * Makefile.in (C_SWITCH_MACHINE): Get this from autoconf.
4987 (ALL_CFLAGS, LINK_CFLAGS, CPP_CFLAGS): Use C_SWITCH_MACHINE.
4988
49891994-02-07 Christian Lynbech (lynbech@avignon)
4990
4991 * emacsserver.c (main) [HAVE_SYSVIPC]: Reverse test of fork value.
4992
49931994-02-04 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4994
4995 * Makefile.in (UTILITIES): Mention profile.
4996 (profile): New target.
4997
4998 * profile.c: New file.
4999
50001994-01-16 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
5001
5002 * make-docfile.c: Make the argument list output look more like the
5003 Lisp docstrings do.
5004 (write_c_args): Take new arg FUNC. Make output
5005 look like lisp call prototypes: (function ARG1 ARG2), upcasing args.
5006 (scan_c_file): Pass BUF to write_c_args for FUNC arg.
5007
50081994-01-14 Francesco Potortì (pot@cnuce.cnr.it)
5009
5010 * etags.c (stab_entry, stab_create, stab_find, stab_search,
5011 stab_type, add_keyword, C_reate_stab, C_create_stabs): Deleted.
5012 Use gperf generated hash table instead of linked list.
5013 (C_stab_entry, hash, in_word_set, get_C_stab, C_symtype): Added.
5014 Mostly code generated by gperf.
5015 (consider_token): Removed unused parameter `lp'.
5016 (PF_funcs, getit): Allow subroutine and similar declarations
5017 to span multiple lines.
5018 (C_entries): Check for newline if inchar to avoid bus errors.
5019 (process_file, find_entries): Distinguish among nonexistent
5020 and not regular file.
5021
50221994-01-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5023
5024 * timer.c: Include errno.h; don't include fasync.h.
5025 (schedule): Don't return a value.
5026 (sigcatch): Reestablish the handler first.
5027 (getevent): Always call notify at the end.
5028 (notify): Defer alarms around the whole body of function.
5029
50301994-01-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5031
5032 * timer.c (main): Don't request SIGIO, and don't handle it.
5033 Loop calling getevent.
5034 (sigcatch): Delete code to handle SIGIO.
5035 if defer_alarms is set, don't call notify, just set alarm_deferred.
5036 (getevent): Use read, not getchar. Handle EINTR and EAGAIN.
5037 Set defer_alarms around realloc and schedule.
5038 If alarm_deferred gets set, call notify.
5039 Likewise if this event is the only pending event.
5040 Make buf and buf_size global variables.
5041 Don't malloc buf if it is already non-zero.
5042 (schedule): Just exit if run out of memory.
5043 Return the number of events.
5044 (signal) [_CX_UX]: Add #undef.
5045
50461994-01-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5047
5048 * timer.c [USG] (SIGIO): Define as SIGPOLL.
5049 (main) [USG]: Do ioctl to enable SIGPOLL.
5050
50511994-01-08 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
5052
5053 * timer.c: Don't declare sys_errlist; declare strerror instead.
5054 (schedule, main): Call strerror instead of using sys_errlist.
5055 * movemail.c (get_errmsg, pfatal_with_name, pfatal_and_delete):
5056 Call strerror instead of using sys_errlist.
5057 * env.c (main): Call strerror instead of using sys_errlist.
5058 * emacsclient.c: Don't declare sys_errlist; declare strerror instead.
5059 (main): Call strerror instead of using sys_errlist.
5060 * emacsclient.c [! HAVE_STRERROR] (strerror): Define the function.
5061 * env.c [! HAVE_STRERROR] (strerror): Likewise.
5062 * timer.c [! HAVE_STRERROR] (strerror): Likewise.
5063 * movemail.c [! HAVE_STRERROR] (strerror): Likewise.
5064
50651994-01-05 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5066
5067 * hexl.c: Fix up whitespace. Get rid of spurious casts to void.
5068
5069 * movemail.c (malloc): Don't declare it.
5070 (xmalloc): Cast result of malloc.
5071 (strcpy): Don't declare it.
5072
50731993-11-14 Morten Welinder (terra@diku.dk)
5074
5075 * hexl.c [MSDOS]: Use binary file modes for non-text side of pipe.
5076 (main): Use fclose to close file opened by fopen.
5077
5078 * fakemail.c (main) [MSDOS]: Dummy stub just to make the file compile.
5079
5080 * movemail.c [MSDOS]: #undef `access'.
5081
5082 * b2m.c (main) [MSDOS]: Open all files as binary.
5083 * etags.c (main) [MSDOS]: Open all files as binary.
5084
5085 * make-docfile.c [MSDOS]: Use text/binary mode as appropriate.
5086 (scan_c_file, scan_lisp_file): Extra parameter for the mode to open
5087 with.
5088
50891994-01-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5090
5091 * Makefile.in (ALL_CFLAGS): Include LDFLAGS.
5092 Use ALL_CFLAGS in all the rules that compile and link with one cmd.
5093 (LINK_CFLAGS): New variable.
5094 (timer): Use LINK_CFLAGS.
5095
50961993-12-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5097
5098 * movemail.c: Include syswait.h.
5099 Fork a subprocess and use it to copy the mail file.
5100
51011993-12-07 Richard Stallman (rms@srarc2)
5102
5103 * make-docfile.c (scan_lisp_file): Don't add newline at end of string.
5104
51051993-12-04 Richard Stallman (rms@srarc2)
5106
5107 * movemail.c (main): When making tempname, cast result of xmalloc.
5108 Include room for EXXXXXX in the size.
5109 Don't use result of strcpy.
5110
51111993-12-03 Paul Eggert (eggert@twinsun.com)
5112
5113 * vcdiff: Add --brief option.
5114
51151993-12-02 Richard Stallman (rms@srarc2)
5116
5117 * Makefile.in (${archlibdir}, install): Use $(INSTALL_PROGRAM)
5118 for all executables and scripts.
5119
51201993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5121
5122 * Version 19.22 released.
5123
51241993-11-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5125
5126 * Makefile.in (mostlyclean): Make it distinct from clean.
5127
51281993-11-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5129
5130 * Makefile.in (${archlibdir}): Don't do chown or chgrp.
5131
51321993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5133
5134 * Version 19.21 released.
5135
5136 * Makefile.in (install): Don't change mode or group when installing.
5137
5138 * etags.c (FUNCST, TYPEDST, STRUCTST, DEFINEST): Delete excess commas.
5139
51401993-11-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5141
5142 * make-docfile.c (read_c_string): For "", concatenate the two strings.
5143
5144 * movemail.c (main): Fix error message text.
5145
51461993-11-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5147
5148 * Version 19.20 released.
5149
51501993-11-08 Tom Hageman (tom@basil.icce.rug.nl)
5151
5152 * etags.c (C_entries): Keep track of ()-parenthesis level so that
5153 functions returning a pointer to a function, a la `signal', can be
5154 parsed. This also required new state `fstartlist' to `FUNCST'.
5155 (SAVE_TOKEN, RESTORE_TOKEN, TOKEN_SAVED_P): 1-deep token save stack.
5156 (C_entries, CNL): Use it to isolate preprocessor directive processing
5157 from the other state engines.
5158 (begtk): Add '~', for C++ class destructors.
5159
51601993-11-02 Francesco Potortì (pot@cnuce.cnr.it)
5161
5162 * etags.c (consider_token): Removed unused variable firsttok.
5163 (prolog_getit): Call pfnote with the right number of arguments.
5164
51651993-10-19 Paul Eggert (eggert@twinsun.com)
5166
5167 * rcs2log (printlogline): Don't generate lines containing only
5168 white space.
5169
51701993-10-04 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
5171
5172 * Makefile.in (${archlibdir}):
5173 Install ${SCRIPTS} from ${srcdir}, not cwd.
5174
51751993-10-03 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
5176
5177 * Makefile.in: Fixed typos or brainos of whoever thought `@' was
5178 the comment character.
5179
51801993-10-01 Francesco Potortì (pot@cnuce.cnr.it)
5181
5182 * etags.c (process_file): Dead code removed.
5183 (S_ISREG): #define it using S_IFREG if not defined.
5184 (process_file): Regular files have nothing to do with symlinks.
5185
51861993-09-28 Brian Fox (bfox@ai.mit.edu)
5187
5188 * Makefile.in (${archlibdir}): Install ${SCRIPTS} from ${srcdir}, not
5189 from current directory. Only chmod and chgrp files that we
5190 installed, which excludes ${INSTALLABLE_SCRIPTS}. They go in
5191 ${bindir}.
5192 (INSTALLFLAGS): Deleted definition, since it is an unused variable
5193 now.
5194
51951993-09-27 Brian Fox (bfox@ai.mit.edu)
5196
5197 * Makefile.in (INSTALL, INSTALL_PROGRAM, INSTALL_DATA): Let
5198 configure figure out the correct values for these variables.
5199
52001993-09-14 Brian Fox (bfox@ai.mit.edu)
5201
5202 * Makefile.in (archlibdir): Only install execuatables internally
5203 used by emacs; don't install bindir binaries here.
5204
52051993-09-24 Paul Eggert (eggert@twinsun.com)
5206
5207 * rcs2log: Add -h, -n, -r options.
5208 By default, look for *,v files as well as RCS/*,v files.
5209 Use $TMPDIR (default /tmp) instead of /tmp.
5210
52111993-09-20 Francesco Potortì (pot@fly)
5212
5213 * etags.c (C_entries): is_func is initialised here instead of in
5214 consider_token for the sake of the yacc rules section.
5215 (C_entries): Now class, struct, enum, union and typedef produce
5216 named tags.
5217
52181993-09-11 Roland McGrath (roland@baalperazim.gnu.ai.mit.edu)
5219
5220 * yow.c: Include <src/paths.h>, instead of "src/paths.h".
5221
52221993-09-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
5223
5224 * Makefile.in: Support configuring in a different directory when
5225 ${srcdir} has already been configured.
5226 (ALL_CFLAGS, CPP_CFLAGS): Put -I. -I../src before -I${srcdir}
5227 -I${srcdir}/../src.
5228 (b2m, movemail, fakemail, env, emacsserver, emacsclient,
5229 getdate.o, timer.o, timer): Remove `-I${srcdir}/../src', since it
5230 is already in CPP_FLAGS.
5231 * etags.c, emacsclient.c, wakeup.c, timer.c, b2m.c, fakemail.c,
5232 movemail.c, emacsserver.c: Include <config.h> instead of "config.h".
5233
52341993-08-25 Paul Eggert (eggert@twinsun.com)
5235
5236 * rcs2log: Change /{/ to /\{/ for Posix ERE compatibility;
5237 otherwise, HP awk complains.
5238
5239 * vcdiff: Append /usr/ccs/bin and /usr/sccs to PATH, since these
5240 are common hangouts for SCCS commands.
5241
52421993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5243
5244 * Version 19.19 released.
5245
52461993-08-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5247
5248 * Makefile.in (make-path): Dep on config.h.
5249
52501993-08-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5251
5252 * b2m.c (TRUE, FALSE): Don't define if already defined.
5253
52541993-08-09 Paul Eggert (eggert@twinsun.com)
5255
5256 * rcs2log (awkscript):
5257 Some sites put comma-separated junk after the fullname.
5258 Remove it, but leave "Bill Gates, Jr" alone.
5259 Remove the junk from fullnames like "0000-Admin(0000)".
5260
52611993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5262
5263 * Version 19.18 released.
5264
52651993-08-04 Francesco Potortì (pot@spiff.gnu.ai.mit.edu)
5266
5267 * etags.c (L_isdef, L_isquote, L_getit): Small optimisations.
5268 (L_funcs): The (foo::defmumble stuff now should work.
5269 (consider_token): Function returned random value--corrected.
5270 (C_entries): Corrected == versus = typo.
5271
52721993-08-01 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
5273
5274 * etags.c (put_entries): For NODE->rewritten, put pattern before
5275 \177 and name after, not vice versa.
5276
52771993-08-01 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5278
5279 * timer.c (main): Generate a SIGIO as soon as we've initialized.
5280
52811993-07-30 Francesco Potortì (pot@cnuce.cnr.it)
5282
5283 * etags.c (FINCST): Added the fignore status. Means we are
5284 after the parameter list and before the open curly brace.
5285 Allows correct parsing of C++ constructors.
5286 (C_entries, consider_token): Make use of fignore.
5287 (consider_token): Reset funcdef when next_token_is_func: when in
5288 ctags mode makes DEFVAR and others work better.
5289 (L_isquote): Function that recognises the "(quote" string.
5290 (L_getit): Ignore quoting via "'" or "(quote". Useful for defalias.
5291
52921993-07-29 Paul Eggert (eggert@twinsun.com)
5293
5294 * rcs-checkin: Don't check whether a file is readable until we have
5295 decided not to ignore it.
5296
52971993-07-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5298
5299 * Makefile.in (etags): Depend on ../src/config.h.
5300
5301 * emacsserver.c: Include types.h before file.h.
5302
53031993-07-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5304
5305 * Makefile.in (install): Use .n, not .new, for temporary filenames.
5306
53071993-07-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5308
5309 * Version 19.17 released.
5310
53111993-07-15 Jim Blandy (jimb@totoro.cs.oberlin.edu)
5312
5313 * etags.c (print_help): Break up the very long strings containing
5314 the help message into shorter strings, to placate chintzy C
5315 compilers which can't handle strings that long.
5316
5317 * wakeup.c: Use CPP tangle from autoconf manual to #include the
5318 correct combination of <time.h> and <sys/time.h>.
5319
53201993-07-08 Francesco Potortì (pot@cnuce.cnr.it)
5321
5322 * etags.c (alloca): Removed all references to it.
5323 (main): Now calls xnew instead of alloca for portability.
5324 (../src/config.h): Included only if HAVE_CONFIG_H.
5325 (const): Void definition removed--config.h takes care of it.
5326
53271993-07-08 Francesco Potortì (pot@cnuce.cnr.it)
5328
5329 * etags.c (consider_token): Was `==', now is `='.
5330 (consider_token): DEFUNs now treated like funcs in ctags mode.
5331
5332 * etags.c (LEVEL_OK_FOR_FUNCDEF): Removed.
5333 (C_entries): Optimized the test that used LEVEL_OK_FOR_FUNCDEF.
5334 (C_entries): Removed a piece of useless code.
5335 (C_entries): Making typedef tags is delayed until a semicolon
5336 is met. This handles "typedef int X, Y, Z;" correctly.
5337
53381993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
5339
5340 * Version 19.16 released.
5341
5342 * b2m.c: #include <sys/types.h>.
5343 (ltoday): Declare this to be time_t.
5344
53451993-06-30 Paul Eggert (eggert@twinsun.com)
5346
5347 * vcdiff: Add -q option.
5348
53491993-06-29 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5350
5351 * etags.c: #include "config.h" and the alloca CPP tangle before
5352 #including the system headers and getopt.h. AIX requires the
5353 #pragma to come before any actual C code.
5354
53551993-06-21 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5356
5357 * Makefile.in (ctags): Depend on etags, so that parallel makes
5358 don't write etags.o files on top of each other.
5359
53601993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5361
5362 * version 19.15 released.
5363
53641993-06-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5365
5366 * etags.c (add_node): Move var last_node to file scope.
5367
53681993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5369
5370 * Version 19.14 released.
5371
53721993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5373
5374 Bring mumbleclean targets into conformance with GNU coding standards.
5375 * Makefile.in (distclean): Call clean to do most of the work.
5376 Delete aixcc.c and TAGS.
5377 (realclean): Just call distclean.
5378
5379 * Makefile.in: Remember, spaces are not tabs.
5380
53811993-06-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5382
5383 * Makefile.in (CPP_CFLAGS): New variable.
5384 Use it instead of ALL_CFLAGS when compiling a .c file.
5385 (getopt.o, getopt1.o): Add explicit compilation commands.
5386
53871993-06-10 Mark D. Baushke (mdb@cisco.com)
5388
5389 * etags.c: Reinstate old -f option as an alias for -o for
5390 installed base uses.
5391
53921993-06-09 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5393
5394 * emacsserver.c (main): When we're passing a `struct sockaddr_un'
5395 to bind or accept, cast the pointer, to avoid warnings on systems
5396 which declare prototypes for this.
5397 * emacsclient.c (main): Same.
5398
5399 * Makefile.in (YACC): New variable, to be set by top-level Makefile.
5400
54011993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5402
5403 * Version 19.13 released.
5404
5405 * wakeup.c: Include sys/types.h, too; I think that's where time_t
5406 comes from, not sys/time.h.
5407
54081993-06-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5409
5410 * wakeup.c: Include sys/time.h.
5411
5412 * etags.c: #undef static.
5413
5414 * Version 19.12 released.
5415
5416 * Makefile.in (all): Exclude INSTALLABLE_SCRIPTS and SCRIPTS from deps.
5417
54181993-06-01 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5419
5420 * Version 19.11 released.
5421
5422 * timer.c [LINUX]: #undef signal.
5423 * emacsserver.c: #undef signal.
5424
54251993-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5426
5427 * wakeup.c (main): Make when a time_t.
5428
54291993-05-30 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5430
5431 * Makefile.in (${archlibdir}): Use `(cd foo && pwd)' instead of
5432 `(cd foo ; pwd)' to get the canonical name of a directory; cd
5433 might fail, and have pwd print out the current directory.
5434
5435 * movemail.c [MAIL_USE_POP] (main): Don't use non-portable
5436 string-handling functions.
5437
54381993-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5439
5440 * Version 19.10 released.
5441
54421993-05-29 Paul Eggert (eggert@twinsun.com)
5443
5444 * rcs2log: When given no file arguments, inspect RCS/.* as well
5445 as RCS/*. Don't report an error if RCS is empty or nonexistent.
5446
54471993-05-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5448
5449 * Makefile.in (timer): Link with $(LOADLIBES).
5450
54511993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5452
5453 * fakemail.c (put_line): Don't output \n\t unless more text follows.
5454
54551993-05-28 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
5456
5457 * etags.c: Replace the CPP tangle for alloca with the one from the
5458 autoconf documentation, since that's working elsewhere.
5459
54601993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
5461
5462 * Makefile.in (ALL_CFLAGS): Add "-I.", so the system and machine
5463 description files can find their ancestors.
5464
54651993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5466
5467 * Makefile.in (install): Get the scripts from ${srcdir},
5468 unlike the executables.
5469 (ALL_CFLAGS): Add -I../src
5470
54711993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
5472
5473 * Version 19.9 released.
5474
54751993-05-26 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5476
5477 * Makefile.in (install): Do install the programs listed in
5478 INSTALLABLE_SCRIPTS. Make the renaming loop use INSTALLABLES and
5479 INSTALLABLE_SCRIPTS, instead of writing the programs out.
5480
5481 * Makefile.in (ALL_CFLAGS): Include -I${srcdir}.
5482 (getopt.o, getopt1.c): Use ${srcdir} as appropriate.
5483
54841993-05-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5485
5486 * etags.c: Include ../src/config.h.
5487
5488 * Makefile.in (install): Don't handle INSTALLABLE_SCRIPTS
5489 in first loop. Delete files from bindir before installing new ones.
5490 (ALL_CFLAGS): Use ${srcdir} to find .../src dir.
5491
54921993-05-24 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5493
5494 * Version 19.8 released.
5495
5496 * make-docfile.c: Doc fix.
5497
54981993-05-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5499
5500 * tcp.c: Fix comment syntax at top of file.
5501 (main): Don't call htons with the port number.
5502
55031993-05-24 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5504
5505 * Makefile.in (timer.o, sorted-doc.c): Link with alloca.o, if it's
5506 appropriate.
5507
5508 * Makefile.in (install): Refer to the variables INSTALLABLES and
5509 INSTALLABLE_SCRIPTS, instead of writing them out.
5510
55111993-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5512
5513 * make-path.c (main): Return 0.
5514
55151993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
5516
5517 * Version 19.7 released.
5518
55191993-05-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5520
5521 * make-docfile.c (scan_lisp_file): Recognize defalias like fset.
5522
55231993-05-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5524
5525 * tcp.c: New file.
5526
55271993-05-18 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5528
5529 * Makefile.in (.c.o): Make the rule start with a tab, not spaces.
5530
55311993-05-15 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
5532
5533 * timer.c (notify): Don't call sighold or sigrelse; they're USG
5534 only. We should really fix this later, but let's just make it
5535 compile for now.
5536
5537 Install patches from David J. Mackenzie to make the srcdir option
5538 work.
5539 * Makefile.in (srcdir, VPATH): Get this value from the top-level
5540 Makefile.
5541 (INSTALLABLES): Split this into two lists - INSTALLABLES and
5542 INSTALLABLE_SCRIPTS.
5543 (INSTALLABLE_SCRIPTS): New list.
5544 (EXECUTABLES): Include INSTALLABLE_SCRIPTS.
5545 (${archlibdir}): The scripts to be installed live in the source
5546 tree, not in the object tree.
5547 (test-distrib): Note that the data file lives in the source tree,
5548 not the object tree.
5549 (GETOPTDEPS): Note that getopt.h lives in the source tree.
5550 (all other targets): Change references to source files to use
5551 ${srcdir}, except for config.h, which lives in the object dir.
5552 (timer.o): Note that this depends on ../src/config.h.
5553 * make-docfile.c (main): Add a -d option, to tell it where to find
5554 the source files.
5555 * test-distrib.c (main): Take the name of the distribution file to
5556 test from the command line.
5557
5558 * timer.c: Fix mispellings of get_date function's name.
5559
55601993-05-12 Roland McGrath (roland@geech.gnu.ai.mit.edu)
5561
5562 * etags.c (main):
5563 Don't require that there be input files if -i switches were given.
5564
55651993-05-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
5566
5567 The GNU coding standards specify that CFLAGS should be left for
5568 users to set.
5569 * Makefile.in (CFLAGS): Put this in the "things configure might
5570 edit" section, and have it default to -g.
5571 (ALL_CFLAGS): New variable, set to all the flags which should be
5572 passed to compilations. Replace all other uses of CFLAGS with
5573 ALL_CFLAGS.
5574 (.c.o): New rule, to pass ALL_CFLAGS to compilations.
5575
5576 * Makefile.in (DEFS): Remove this; it's always just going to be
5577 "-DHAVE_CONFIG_H -Demacs".
5578
55791993-05-03 Paul Eggert (eggert@twinsun.com)
5580
5581 * rcs2log: mawk, SunOS 4.1.3 nawk, and Ultrix/MKS nawk all barf on
5582 /[/]/, so change it to /[\/]/. This should work on all
5583 Posix-compliant awks. It's slightly wrong with traditional awk,
5584 since it matches \ too, but that's a minor problem compared to awk
5585 syntax errors.
5586
55871993-05-01 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
5588
5589 * Makefile.in (ALLOCA): New variable, whose value we should
5590 inherit from the top-level makefile.
5591 (etags, ctags): Include ALLOCA in the list of object files that
5592 these executables depend on and link.
5593
55941993-04-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
5595
5596 * Makefile.in (DEFS): Renamed from CONFIG_CFLAGS.
5597
55981993-04-07 Jim Blandy (jimb@churchy.gnu.ai.mit.edu)
5599
5600 * make-docfile.c (write_c_args): Print an argument named "defalt"
5601 as "default".
5602
56031993-03-24 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
5604
5605 * Makefile.in (C_SWITCH_SYSTEM): New variable.
5606 (CFLAGS): Include C_SWITCH_SYSTEM in the flags to pass to the
5607 compiler.
5608
56091993-03-22 Francesco Potortì (pot@cnuce.cnr.it)
5610
5611 * etags.c (YACC): Flag added to c_ext.
5612 (c_ext): No more a synonim for c_ext&C_PLPL because of YACC.
5613 (find_entries): Consistently use streq when reasonable.
5614 (find_entries): A .y file is a yacc file.
5615 (get_C_stab): c_ext becomes c_ext&C_PLPL.
5616 (C_entries): Logical cplpl means c_ext&C_PLPL.
5617 (C_entries): Logical yacc_rules means we are after the first %%.
5618 (C_entries): Added logic for yacc files.
5619
56201993-03-16 Francesco Potortì (pot@cnuce.cnr.it)
5621
5622 * etags.c (C_entries): ':' case moved to the second switch.
5623 (C_entries): Do not examine token if structdef==scolonseen.
5624 (consider_token): structtag set to null string for enum.
5625
56261993-03-12 Francesco Potortì (pot@cnuce.cnr.it)
5627
5628 * etags.c (GET_COOKIE): And related macros removed.
5629 (logical): Is now int, no more a char.
5630 (reg): Define deleted.
5631 (isgood, _gd, notgd): Deleted.
5632 (gotone): Deleted.
5633 (TOKEN): Member linestart removed.
5634 (linepos, prev_linepos, lb1): Deleted.
5635 (main): Call initbuffer on lbs array instead of lb1.
5636 (init): Removed the initialisation of the logical _gd array;
5637 (find_entries): A .sa suffix means assembler file.
5638 (C_create_stab): "auto", "void", "extern", "static" are st_C_typespec.
5639 All C state machines rewritten.
5640 (C_entries): Complete rewrite.
5641 (condider_token): Complete rewrite.
5642 (getline): Deleted.
5643
56441993-03-01 Francesco Potortì (pot@fly.CNUCE.CNR.IT)
5645
5646 * etags.c (C_entries): Added the quotednl logical variable.
5647 Used for parsing of #define's spanning multiple lines.
5648
56491993-02-23 Francesco Potortì (pot@fly.CNUCE.CNR.IT)
5650
5651 * etags.c (C_entries): Save the definedef status even when a
5652 newline is met inside a string.
5653
56541993-03-19 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
5655
5656 * Makefile.in (EXECUTABLES): Added rcs-checkin.
5657
5658 * Makefile.in (unlock, relock): New productions.
5659
56601993-03-16 Paul Eggert (eggert@twinsun.com)
5661
5662 * rcs2log: Some awks don't understand "\r". Code around this.
5663 Unfortunately this requires putting a carriage return in the
5664 source code. Don't assume that rlog will tolerate times like
5665 `10:10:60'; RCS 5.7 won't allow this.
5666
56671993-03-10 Jim Blandy (jimb@totoro.cs.oberlin.edu)
5668
5669 * timer.c (main): Set the ownership of the stdin file descriptor
5670 to the current process. Print error messages if either of the
5671 fcntl's fails.
5672
5673 * timer.c (sigcatch): Declare this to return SIGTYPE (defined in
5674 ../src/config.h), not void.
5675
56761993-03-06 Jim Blandy (jimb@totoro.cs.oberlin.edu)
5677
5678 * b2m.c (main): Don't exit upon reading a blank line.
5679
56801993-03-01 Francesco Potortì (pot@fly.CNUCE.CNR.IT)
5681
5682 * etags.c (C_entries): New local variable quotednl. Used for
5683 parsing of #define's spanning multiple lines.
5684
5685 * etags.c (C_entries): Save the definedef status
5686 even when a newline is met inside a string.
5687
56881993-02-26 Jim Blandy (jimb@totoro.cs.oberlin.edu)
5689
5690 * timer.c (notify): Initialize waitfor properly.
5691
56921993-02-22 Francesco Potortì (pot@CNUCE.CNR.IT)
5693
5694 * etags.c (C_entries): Don't reset definedef when a newline inside a
5695 comment is met.
5696
56971993-01-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5698
5699 * etags.c (find_entries): If filename ends in .f or .for,
5700 don't try anything but Fortran.
5701
57021993-01-08 Michael I Bushnell (mib@geech.gnu.ai.mit.edu)
5703
5704 * timer.c (notify): Flush stdout after writing message to avoid lossage
5705 on terminals.
5706
5707 (notify): Also, write a newline after the token.
5708
57091992-12-12 Jim Blandy (jimb@totoro.cs.oberlin.edu)
5710
5711 * Makefile.in (exec_prefix): New variable.
5712 (bindir, libdir): Use it instead of `prefix'.
5713
5714 * Makefile.in (CFLAGS): #define HAVE_CONFIG_H, too.
5715
5716 * Makefile.in (libdir): Default to ${prefix}/lib.
5717 (archlibdir): Adjusted to match.
5718
5719 * Makefile.in (distclean): Don't delete backup or autosave files.
5720 (extraclean): Like realclean, but does delete backup and autosave
5721 files.
5722
5723 * Makefile.in (realclean): Ignore errors from rm.
5724
5725 * Makefile.in (distclean): Don't bother to delete ../arch-lib;
5726 that doesn't exist anymore.
5727
57281992-12-11 Jim Blandy (jimb@totoro.cs.oberlin.edu)
5729
5730 * Makefile.in (prefix, bindir, libdir, srcdir): New variables, as
5731 described in the top-level Makefile.
5732 (UTILITIES): Add make-path to the list of utility programs.
5733 (../arch-lib): Replaced by the ${archlibdir} target, which places
5734 the executables in their permanent home.
5735 (install, install.sysv, install.xenix): Consolidated into one
5736 target which should work under all circumstances, modulo a few
5737 ignored error messages.
5738
5739 * make-docfile.c (scan_c_file): Since DEFVAR_PER_BUFFER now takes
5740 a different number of arguments than other DEFVARs, recognize it
5741 specially, and expect the right number of commas.
5742
57431992-12-04 Jim Blandy (jimb@totoro.cs.oberlin.edu)
5744
5745 * make-path.c: New program, to help with the installation process.
5746 * Makefile.in (make-path): New target.
5747
5748 * make-path.c (touchy_mkdir): Remove debugging output.
5749
57501992-11-05 Jim Blandy (jimb@totoro.cs.oberlin.edu)
5751
5752 * Makefile.in (getdate.o): Added explicit target for this, so we
5753 can indicate that it depends on ../src/config.h.
5754
57551992-11-04 Jim Blandy (jimb@totoro.cs.oberlin.edu)
5756
5757 * Makefile.in (CONFIG_CFLAGS): Let the configure script edit this
5758 instead of CFLAGS.
5759 (CFLAGS): Add -Demacs and -I../src to CONFIG_CFLAGS to produce this.
5760
57611992-09-30 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5762
5763 * getdate.y: Correctly recognize Mt. Xinu BSD running on an HP
5764 9000/300 as BSD; don't include both <sys/time.h> and <time.h> on
5765 that system.
5766
5767 * Makefile.in (arch-lib): Give rm the `-f' option.
5768
57691992-09-28 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5770
5771 * make-docfile.c (write_c_args): Rewritten to correctly print
5772 &optionals before the first identifier, but after the first paren.
5773 This code used to just wait for commas or spaces; now it notices
5774 identifier boundaries.
5775
57761992-09-26 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
5777
5778 * rcs2log: When getting date, use %02d instead of %.2d in awk printf.
5779
57801992-09-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5781
5782 * make-docfile.c (write_c_args): Print the argument lists properly
5783 when the first argument is optional.
5784
57851992-09-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5786
5787 * sorted-doc.c (main): Redefine special chars to use fonts tensy, teni.
5788 Redefine @item. Set catcode of +.
5789
57901992-08-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5791
5792 * emacsclient.c (main): Set IPC_CREAT in msgget call.
5793
57941992-08-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5795
5796 * etags.c (TEX_funcs): Keep just 1 of two redundant nested loops.
5797 (TEX_decode_env): Make `tab' one element longer.
5798
57991992-08-20 Jim Blandy (jimb@pogo.cs.oberlin.edu)
5800
5801 * etags.c (PF_funcs): Recognize the "entry" keyword.
5802
58031992-08-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
5804
5805 * Makefile.in: Add rcs2log and vcdiff to the list of utilities.
5806
58071992-08-14 Jim Blandy (jimb@pogo.cs.oberlin.edu)
5808
5809 * timer.c (events): Rather than having slots marked as in use or
5810 out of use by the `token' field, keep all pending events at the
5811 beginning of the array. When we delete an event in the middle of
5812 the array, we move the last event into its place.
5813 (num_events): New variable.
5814 (schedule): It is now cheaper to find a free event slot;
5815 events[num_events] is the first free slot.
5816 (notify): Scan events[0 .. num_events-1], instead of the whole
5817 array. When an event fires, move the last event in the array into
5818 its spot. Use num_events to determine whether or not there are
5819 any pending events, not wait_for.
5820 (getevent): Deleted unused variable `ep'.
5821 (sigcatch): It's now easier to find all the active events.
5822 (main): Initialize num_events.
5823
5824 * etags.c: Rather than fret about which systems have index and
5825 which systems have strchr, and how to tell the difference between
5826 them, we just write out our own versions. Big deal.
5827 (index, rindex): Extern declarations removed.
5828 (NEED_INDEX, NEED_RINDEX): Special hacks for hpux removed.
5829 (etags_index, etags_rindex): New declarations.
5830 (process_file, find_entries, pfnote, TEX_funcs, TEX_decode_env,
5831 TEX_getit, substr): Use the etags_*index functions, rather than
5832 the native *index functions.
5833 (rindex, index): Renamed to etags_rindex and tags_rindex, and
5834 made them unconditionally defined, rather than having them depend
5835 on NEED_*INDEX.
5836
5837 * etags.c (savenstr): Add declaration for this at top of file.
5838 (TEX_decode_env): Don't declare it local to this function.
5839
5840 * b2m.c: #include "../src/config.h", so we can test for the USG
5841 macro, and decide whether to include <string.h> or <strings.h>.
5842 * Makefile.in: Note that b2m.c depends on ../src/config.h.
5843
58441992-08-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
5845
5846 * timer.c: Reformatted according to the GNU coding standards.
5847 Removed arbitrary limits on the number of events queued and the
5848 length of the tokens used to identify them.
5849 Removed casts to (void).
5850 Removed debugging printfs; they clutter the code, and the need
5851 can be better filled using a real debugger.
5852
58531992-08-07 Jim Blandy (jimb@pogo.cs.oberlin.edu)
5854
5855 * timer.c: Installed new version from Eric Raymond; this is more
5856 portable, since it doesn't try to use SIGIO.
5857
58581992-07-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5859
5860 * emacsclient.c (main): If we can't find the socket in this
5861 person's home directory, print a message which asks if they've
5862 started the server, instead of just printing the message from
5863 sys_errmsg; Cygnus finds that people are much less confused by
5864 this.
5865
58661992-07-14 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5867
5868 * etags.c: Rather than defining "notdef" when "hpux" is #defined,
5869 so that index and rindex get defined, why don't we actually
5870 control index and rindex using symbols called "NEED_INDEX" and
5871 "NEED_RINDEX", and define them if hpux is defined? Isn't that a
5872 little more readable than defining something whose name implies
5873 that it's not?
5874
58751992-07-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5876
5877 * movemail.c: Merged changes from Jamie Zawinski's byte compiler
5878 distribution:
5879 Miscellaneous doc fixes.
5880 (skip_white, read_lisp_symbol): New functions.
5881 (scan_lisp_file): Instead of using long hairy strings of ifs, call
5882 read_lisp_symbol and then see what we got. Call skip_white
5883 instead of writing out a loop to do its job. Correctly extract
5884 docstrings from "defmacro" declarations.
5885
58861992-06-25 Jim Blandy (jimb@pogo.cs.oberlin.edu)
5887
5888 * movemail.c (strcpy): Declare this to return char *.
5889
58901992-06-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
5891
5892 * etags.c (C_entries): When we find a C++ comment, do actually
5893 skip to the end of the line; do a 'break' instead of a 'continue'.
5894
58951992-06-11 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5896
5897 * etags.c (getit): Add missing parenthesis to expression which
5898 decides if this token is an identifier.
5899
59001992-06-04 Roland McGrath (roland@geech.gnu.ai.mit.edu)
5901
5902 * etags.c (consider_token): Recognize `ENTRY' macro used in libc.
5903
59041992-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5905
5906 * etags.c (put_entries): Always put space between name and line num.
5907
59081992-05-28 Ken Raeburn (Raeburn@Cygnus.COM)
5909
5910 * etags.c (getit): Parenthesize &&/|| expression to avoid gcc
5911 warning.
5912 (LEVEL_OK_FOR_FUNCDEF): Ditto.
5913
59141992-05-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5915
5916 * make-docfile.c (write_c_args): Pass both arguments to putc.
5917
59181992-05-10 Roland McGrath (roland@albert.gnu.ai.mit.edu)
5919
5920 * etags.c (C_entries): Fixed reading of "..." strings.
5921 (consider_token): Recognize `SYSCALL' and `PSEUDO' macros, used in
5922 the C library source.
5923
5924 * etags.c (C_entries): When we see a backslash inside a quoted
5925 string, skip to the next character. This allows us to correctly
5926 deal with strings containing quotes.
5927
59281992-05-08 Jim Blandy (jimb@pogo.cs.oberlin.edu)
5929
5930 * make-docfile.c (write_c_args): Print the C argument names as
5931 they would be written in Elisp; print '_' as '-'.
5932
59331992-05-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5934
5935 * movemail.c [POP]: Get user name via getpwuid.
5936
59371992-05-04 Jim Blandy (jimb@pogo.cs.oberlin.edu)
5938
5939 * Makefile.in: Flags in CC invocations rearranged for no reason.
5940
59411992-04-20 Jim Blandy (jimb@pogo.cs.oberlin.edu)
5942
5943 * etags.c (print_help): Remember not to imbed raw newlines in
5944 strings - end the lines with `\n\'.
5945
59461992-04-17 Jim Blandy (jimb@pogo.cs.oberlin.edu)
5947
5948 * timer.c (getevent): Removed declaration of memcpy; since
5949 different systems have different return types, and we're not even
5950 using the return type anyway, it wasn't doing us any good.
5951
59521992-04-16 Jim Blandy (jimb@pogo.cs.oberlin.edu)
5953
5954 * emacsserver.c (msgcatch): Use the SIGTYPE macro to declare the
5955 type of this function.
5956
59571992-04-14 Jim Blandy (jimb@pogo.cs.oberlin.edu)
5958
5959 * ChangeLog: Since the old etc contents have been split into etc
5960 and lib-src, the old etc's ChangeLog has been duplicated in the
5961 new etc and lib-src. That means that each contains complete and
5962 coherent information, although each contains extraneous
5963 information.
5964
59651992-04-08 Jim Blandy (jimb@pogo.cs.oberlin.edu)
5966
5967 * etags.c: "--no-warning" option renamed to "--no-warn",
5968 to be consistent with other GNU programs, like makeinfo.
5969
5970 * Makefile: Renamed to Makefile.in; the configure script
5971 will edit this to produce Makefile.
5972
59731992-04-07 Jim Blandy (jimb@pogo.cs.oberlin.edu)
5974
5975 * etags.c (print_help, print_version): New functions.
5976 (main): Options added to support them.
5977
5978 * etags.c (longopts): New array of long names for the options.
5979 (main): Recognize them.
5980
59811992-04-06 Jim Blandy (jimb@pogo.cs.oberlin.edu)
5982
5983 * etags.c (C_entries): Removed comment saying that \" in a string
5984 isn't recognized as magic, because it is correctly handled.
5985
5986 * getopt.c, getopt.h: New files, from GNU C library.
5987 * etags.c: Rewritten to use getopt.
5988 #include "getopt.h".
5989 (file_num): Variable deleted; its role is now played by getopt's
5990 optind.
5991 (main): Argument processing loop rewritten to call getopt to get
5992 next option. Options which take parameters (-o and -i) rewritten
5993 to get parameter from optarg instead of argv[1]. Filename
5994 preprocessing loop and update command changed similarly.
5995 * Makefile (etags, ctags): Depend on and link with getopt.h,
5996 getopt.o, and getopt1.o.
5997 (getopt.o, getopt1.o): New targets for the GNU getopt routines.
5998
5999 * etags.c (outfflag): Variable deleted; it is non-zero iff outfile
6000 is non-zero.
6001
6002 (main): In the argument processing loop, the 'goto next_arg'
6003 statements are breaking out of the switch statement in exactly the
6004 same way that a simple 'break' statement would; replace the gotos
6005 with breaks, and remove the label.
6006
60071992-04-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6008
6009 * etags.c (C_entries): Clear tydef and next_token_is_func at start.
6010 (consider_token): Move next_token_is_func to global.
6011
60121992-04-02 Jim Blandy (jimb@pogo.cs.oberlin.edu)
6013
6014 * Makefile: Conform with GNU coding standards:
6015 (mostlyclean): New target, synonymous with clean.
6016 (TAGS, check): New targets.
6017 (INSTALL, INSTALLFLAGS): New variables.
6018
60191992-03-31 Jim Blandy (jimb@pogo.cs.oberlin.edu)
6020
6021 * lib-src/Makefile, etc/MACHINES, etc/NEWS: Changed references to
6022 `config.emacs' to `configure'.
6023
6024 * lib-src/Makefile: Adjusted for renaming of share-lib to etc.
6025 * etc/MACHINES: Same.
6026
60271992-03-30 Jim Blandy (jimb@pogo.cs.oberlin.edu)
6028
6029 * movemail.c (main): Allow tempname to be as long as necessary,
6030 instead of limiting it to 39 characters.
6031
6032 * movemail.c (main): Move declaration of buf from top of function
6033 to local block surrounding the copy loop. This makes it less
6034 likely to be confused with the buf used by the code which checks the
6035 permissions on outname's directory.
6036
60371992-03-20 Jim Kingdon (kingdon@albert.gnu.ai.mit.edu)
6038
6039 * SERVICE: Remove my entry.
6040
60411992-03-09 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
6042
6043 * Makefile (emacstool, nemacstool, xvetool): Use ${CFLAGS}, not
6044 hardcoded -g.
6045
6046 * movemail.c (xmalloc): Return char *, not int.
6047 (main) [!MAIL_USE_FLOCK]: Add a new conditional, MAIL_UNLINK_SPOOL,
6048 that is off by default -- normally don't unlink the mail spool
6049 file, just empty it. Pass creat mode 0600, not 0666.
6050
60511992-02-07 Jim Blandy (jimb@pogo.cs.oberlin.edu)
6052
6053 * Makefile (../arch-lib): Depend on ${EXECUTABLES}.
6054 (all): Instead of here.
6055 (install): Don't use the -s option, since people need symbols to
6056 debug code.
6057
60581992-01-19 Eric Youngdale (youngdale@v6550c.nrl.navy.mil)
6059
6060 * etags-vmslib.c (fn_exp): Add type cast.
6061
60621992-01-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6063
6064 * movemail.c: Changes in comments.
6065
60661992-01-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
6067
6068 * Makefile: Make the distclean target erase the DOC files from
6069 ../share-lib and the executables from ../arch-lib.
6070
60711992-01-09 Jim Blandy (jimb@pogo.cs.oberlin.edu)
6072
6073 * emacsclient.c: #include <sys/stat.h>
6074 (main): Do declare statbfr.
6075
60761991-12-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6077
6078 * emacsserver.c, emacsclient.c [BSD]: Use either /tmp or ~
6079 for the socket, depending on SERVER_HOME_DIR.
6080 If using /tmp, put host name in the socket name.
6081
6082 * movemail.c (pfatal_and_delete): New function.
6083 (main, popmail): Use it.
6084 (popmail): Close output before deleting messages.
6085 Check for error on close and on fsync.
6086 Use `fatal' where appropriate.
6087 (main): Remove (void).
6088
6089 * aixcc.lex: New file. Not officially part of Emacs.
6090 * Makefile: Rules for that.
6091
60921991-12-04 Jim Blandy (jimb@pogo.gnu.ai.mit.edu)
6093
6094 * yow.c (main): Rename all references to PATH_EXEC to PATH_DATA.
6095
6096 * etags.c (main): Properly cast call to alloca that initializes
6097 included_files.
6098
60991991-08-17 Roland McGrath (roland@geech.gnu.ai.mit.edu)
6100
6101 * etags.c (files_are_tag_tables): Remove global var.
6102 (process_file): Don't test it. Also remove hack checking for a
6103 file named "TAGS".
6104 (main): -i now takes an arg which is the name of a file to include.
6105 Collect these names and emit include tags for them after processing
6106 all the argument files.
6107
61081991-07-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6109
6110 * wakeup.c: Terminate if parent goes away.
6111
61121991-07-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6113
6114 * etags.c (C_entries): Process token before handling end of line.
6115 When inner loops reach end of line, just back up.
6116 Let the real end of line processing happen in just one place.
6117 (consider_token): Likewise.
6118
61191991-04-11 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
6120
6121 * etags.c (TEX_mode): Skip comments while scanning the text to see
6122 which escape character this file uses.
6123
61241991-03-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6125
6126 * emacsserver.c [USG]: Terminate if msgrcv fails.
6127
61281991-03-03 Richard Stallman (rms@mole.ai.mit.edu)
6129
6130 * emacsserver.c [BSD]: Check for errors on stdin after scanf.
6131
61321991-01-25 Jim Blandy (jimb@churchy.ai.mit.edu)
6133
6134 * make-docfile: Find the arguments to a C function correctly,
6135 by not ignoring the character that read_c_string returns. Don't
6136 even try to find argument names for functions that take MANY
6137 or UNEVALLED arguments, since they're a figment of the docstring's
6138 imagination.
6139
61401991-01-14 Jim Blandy (jimb@churchy.ai.mit.edu)
6141
6142 * make-docfile: Read the .elc files generated by the new byte
6143 compiler.
6144
61451990-12-31 Richard Stallman (rms@mole.ai.mit.edu)
6146
6147 * refcard.tex: Use cm fonts, not am, in multi-column mode.
6148
61491990-11-29 Richard Stallman (rms@mole.ai.mit.edu)
6150
6151 * movemail.c (mbx_delimit_begin): Put space before `unseen'.
6152
61531990-11-27 Richard Stallman (rms@mole.ai.mit.edu)
6154
6155 * Makefile (install*): No need to install wakeup.
6156
61571990-11-26 Richard Stallman (rms@mole.ai.mit.edu)
6158
6159 * Makefile (install*): Install emacsclient like etags.
6160
61611990-11-13 Richard Stallman (rms@mole.ai.mit.edu)
6162
6163 * movemail.c (error): Handle 3 args.
6164 (main): Don't check input access if using pop.
6165
61661990-10-16 Richard Stallman (rms@mole.ai.mit.edu)
6167
6168 * etags.c (find_entries): Check for numbers after Scheme suffix.
6169
61701990-10-14 Richard Stallman (rms@mole.ai.mit.edu)
6171
6172 * termcap.dat (vt200-80): Fix ke and ks to frob flag 1.
6173
61741990-10-09 Richard Stallman (rms@mole.ai.mit.edu)
6175
6176 * Makefile (nemacstool, xvetool): New targets.
6177
61781990-09-26 Richard Stallman (rms@mole.ai.mit.edu)
6179
6180 * emacsclient.c: Include errno.h and define related variables.
6181
61821990-09-23 Richard Stallman (rms@mole.ai.mit.edu)
6183
6184 * emacsclient.c: Change usage message.
6185
61861990-08-30 David Lawrence (tale@pogo.ai.mit.edu)
6187
6188 * emacs.1: Add break before -nw option.
6189
61901990-08-19 David J. MacKenzie (djm@apple-gunkies)
6191
6192 * qsort.c: Replace with GNU version.
6193
61941990-08-14 David J. MacKenzie (djm@apple-gunkies)
6195
6196 * wakeup.c: New program replacing loadst.c.
6197
61981990-08-14 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
6199
6200 * emacsclient.c [USG]: Pass msgsnd only 4 args.
6201
62021990-08-09 David J. MacKenzie (djm@pogo.ai.mit.edu)
6203
6204 * etags.c: Rename `flag' variables for what they do instead of
6205 which option character sets them.
6206
62071990-05-28 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
6208
6209 * loadst.c (main): Conditional to get load average on Apollo.
6210
62111990-05-22 Joseph Arceneaux (jla@churchy.ai.mit.edu)
6212
6213 * emacsserver.c: Set the permission on the socket to 0600.
6214
62151990-03-27 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
6216
6217 * emacsclient.c [BSD]: Print clean message for failing getwd.
6218
62191990-03-20 David Lawrence (tale@pogo.ai.mit.edu)
6220
6221 * getdate.y: Use the getdate.y from GNU tar for timer.
6222
62231990-03-18 Jim Kingdon (kingdon@pogo.ai.mit.edu)
6224
6225 * emacsclient.c (main): Don't put brackets around "filename" in
6226 usage message. It isn't optional.
6227
62281990-03-14 Joseph Arceneaux (jla@churchy.ai.mit.edu)
6229
6230 * etags.c (getit): Recognize '$' as beginning identifiers.
6231
62321990-02-22 David Lawrence (tale@pogo.ai.mit.edu)
6233
6234 * emacsserver.c: Renamed from server.c.
6235 * Makefile: Reference emacsserver rather than server.
6236 * MACHINES: Doc fix for new emacsserver name.
6237
62381990-01-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
6239
6240 * emacsclient.c: Print program name in error messages.
6241
62421990-01-19 David Lawrence (tale@cocoa-puffs)
6243
6244 * timer.c, getdate.y (new files) and Makefile:
6245 Sub-process support for run-at-time in timer.el.
6246 Doesn't yet work correctly for USG.
6247
62481990-01-10 Jim Kingdon (kingdon@pogo)
6249
6250 * MACHINES: Add HP 300 running BSD.
6251
62521990-01-02 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
6253
6254 * yow.c: Dynamically allocate buffer; skip header before random
6255 choice to avoid bias toward first item.
6256
62571989-12-24 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
6258
6259 * etags.c (readline): Separate out init of `pend'.
6260
62611989-12-17 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
6262
6263 * etags.c: Undo changes relating to isgoodhdr.
6264
62651989-12-16 Mosur Mohan (rms@sugar-bombs.ai.mit.edu)
6266
6267 * etags.c (isgoodhdr): New macro.
6268 (_gdh, notgdh): New variable used by that.
6269 (init): Initialize _gdh.
6270 (find_entries): Set header_file.
6271 (consider_token): Use isgoodhdr if in header file.
6272
6273 * etags.c (total_size_of_entries):
6274 Was miscalculating by 1 in rewritten case.
6275
6276 * etags.c (PAS_funcs): One arg to pfnote was missing.
6277
62781989-12-05 Joseph Arceneaux (jla@spiff)
6279
6280 * MACHINES: Change for the ULTRIX entry.
6281
62821989-11-21 Joseph Arceneaux (jla@spiff)
6283
6284 * etags.c (process_file): If file is not regular, return.
6285
62861989-11-06 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
6287
6288 * loadst.c (main): Handle FIXUP_KERNEL_SYMBOL_ADDR.
6289
62901989-10-30 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
6291
6292 * loadst.c (load_average): If HAVE_GETLOADAVG, use getloadavg.
6293 (main): If HAVE_GETLOADAVG, don't call `nlist'.
6294
62951989-10-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
6296
6297 * etags.c (consider_token): Allow any number of typespec keywords
6298 after `typedef', before new type name.
6299 (enum sym_type): Add st_C_typespec.
6300 (C_create_stab): Put typespec kwds in table.
6301
63021989-08-27 Richard Stallman (rms@apple-gunkies.ai.mit.edu)
6303
6304 * etags.c (main): Don't depend on name invoked by.
6305 If CTAGS is not defined, assume it is ETAGS.
6306
63071989-07-31 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
6308
6309 * etags.c (L_funcs): Allow package name in define construct,
6310 as in (foo::defmumble name-defined ...).
6311
63121989-07-30 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
6313
6314 * etags.c (find_entries): Stupid bug testing for C filename suffixes.
6315
6316 * Makefile (yow): Depends on ../src/paths.h.
6317
63181989-07-04 Richard Stallman (rms@apple-gunkies.ai.mit.edu)
6319
6320 * etags.c: Fix compilation by moving Pascal after Fortran.
6321
63221989-06-15 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
6323
6324 * movemail.c [USG]: Define F_OK, etc., if not found in header.
6325
63261989-05-27 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
6327
6328 * hexl.c: New file, supports hexl-mode.
6329
63301989-05-14 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
6331
6332 * movemail.c: New compilation flag MAIL_USE_MMDF.
6333
63341989-05-08 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
6335
6336 * emacsclient.c: Use BSD code whenever HAVE_SOCKETS.
6337 * server.c: Likewise.
6338
6339 * make-docfile.c (scan_c_file): Output argument names at end of string.
6340 (write_c_args): New subroutine.
6341
63421989-04-27 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
6343
6344 * movemail.c: Report failure of flock.
6345
63461989-04-19 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
6347
6348 * etags.c (find_entries): Allow multi-letter extensions for fortran.
6349
63501989-04-18 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
6351
6352 * loadst.c: On bsd4.3, use gettimeofday instead of CPUSTATES.
6353
63541989-03-15 Jeff Peck (rms@sugar-bombs.ai.mit.edu)
6355
6356 * emacstool.c: setenv IN_EMACSTOOL=t, TERM=sun, TERMCAP=.
6357
6358 * emacsstool.1: Update to document environment variables.
6359
63601989-02-21 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
6361
6362 * etags.c (PAS_funcs): New function by Mosur Mohan.
6363
6364 * movemail.c: On sysv, include unistd.h.
6365
63661989-02-18 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
6367
6368 * b2m.c: New file.
6369
63701989-02-15 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
6371
6372 * etags.c: Prolog support from Sunichirou Sugou
6373
63741989-02-03 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
6375
6376 * Makefile (clean): New target.
6377
63781989-01-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
6379
6380 * fakemail.c (put_line): Break header lines at 79 cols.
6381
63821989-01-19 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
6383
6384 * etags.c: Greatly rewritten by Sam Kendall for C++ support and for
6385 multiple tags per line.
6386
63871989-01-03 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
6388
6389 * movemail.c: Check access before doing real work.
6390 Check that outfile is in a writable directory.
6391 On fatal error, delete the lock file.
6392
63931988-12-31 Richard Mlynarik (mly@rice-chex.ai.mit.edu)
6394
6395 * env.c: Add decl for my-index
6396 * etags.c (file-entries): .oak => scheme
6397
63981988-12-30 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
6399
6400 * movemail.c: Use `access' to check input and output files.
6401
64021988-12-28 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
6403
6404 * emacsclient.c (main): Ignore all of CWD before first slash.
6405
64061988-12-27 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
6407
6408 * etags.c (readline): Double linebuffer->size outside the xrealloc.
6409
64101988-12-22 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
6411
6412 * server.c, emacsclient.c: Don't try to use gid_t; it isn't defined.
6413 * server.c: chmod the socket to 0700.
6414
64151988-12-09 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
6416
6417 * fakemail.c (main): Let env var FAKEMAILER override pgm to run.
6418 (add_field): Delete comments and turn `<', `>' to spaces
6419 in header lines.
6420 (USE_FAKEMAIL): New customization macro says to make fakemail
6421 not be a no-op even on a BSD system.
6422
64231988-12-01 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
6424
6425 * etags.c (consider_token): Skip comments just like whitespace.
6426 Notice `struct', etc. and set strtag for those tokens.
6427 Return 1 for the token following `struct' if an open-brace follows it.
6428 (C_entries): Special handling of token following `struct'
6429 needed because we have probably advanced to the following line
6430 to find the `{'.
6431 (main): New option `T' sets tflag and strflag.
6432 Set both of them by default if eflags.
6433
64341988-11-30 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
6435
6436 * movemail.c: Do fsync before closing output.
6437
64381988-11-29 Richard Mlynarik (mly@pickled-brain.ai.mit.edu)
6439
6440 * movemail.c: Better error message when can't create tempname.
6441 This file needs a great deal of extra error-checking and lucid reporting...
6442
64431988-11-16 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
6444
6445 * etags.c: Support assembler code for .s and .a files.
6446 (getit): Allow underscore in a tag.
6447
64481988-11-15 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
6449
6450 * movemail.c: Close output and check errors before deleting input.
6451
64521988-10-01 Richard Stallman (rms@apple-gunkies.ai.mit.edu)
6453
6454 * emacsclient.c [SYSVIPC]: Compute cwd only once; decide properly
6455 whether to prefix it. Handle line number args.
6456
64571988-09-24 Richard Stallman (rms@gluteus.ai.mit.edu)
6458
6459 * etags.c (main): Default setting of eflag was backwards.
6460
64611988-09-23 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
6462
6463 * etags.c: New option -i. -f renamed -o.
6464 `-' as input file means read input file names from stdin.
6465 -i spec'd or input file named TAGS means the input file is another
6466 tag table; output an "include" line for it.
6467
64681988-09-19 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
6469
6470 * Makefile: New vars DESTDIR, BINDIR, LIBDIR, MANDIR, MANEXT.
6471 New targets install, install.sysv, install.xenix.
6472 This makefile is now responsible for installing executables
6473 and documentation from this directory into system directories.
6474
64751988-09-16 Richard Stallman (rms@corn-chex.ai.mit.edu)
6476
6477 * server.c, emacsclient.c (main): Compute socket name from euid.
6478
64791988-08-04 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
6480
6481 * emacsclient.c: Args like +DIGITS are passed through unchanged.
6482
64831988-07-12 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
6484
6485 * server.c: If both BSD and HAVE_SYSVIPC, use the latter.
6486 * emacsclient.c: Likewise.
6487 In the HAVE_SYSVIPC alternative, if BSD, use getwd instead of getcwd.
6488
64891988-06-23 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
6490
6491 * etags.c: Handle `typedef struct foo {' (price@mcc.com).
6492 (istoken): New string-comparison macro.
6493 (consider_token): New arg `level'. New state `tag_ok' in `tydef'.
6494
64951988-06-14 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
6496
6497 * etags.c: Changes for VMS.
6498 Always define ETAGS on VMS.
6499 Define macros GOOD and BAD for success and failure exit codes.
6500 (begtk, intk): Allow `$' in identifiers
6501 (main): Don't support -B, -F or -u on VMS.
6502 Alternate loop for scanning filename arguments.
6503 (system): Delete definition of this function.
6504
6505 * etags-vmslib.c (system): Undefine this; VMS now provides it.
6506
65071988-06-08 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
6508
6509 * loadst.c: Prevent multiple-def errors on BSD and BSD4_3
6510 around include of param.h. (Like fns.c.)
6511
65121988-05-16 Richard Stallman (rms@frosted-flakes.ai.mit.edu)
6513
6514 * loadst.c (load_average): Move load-average code to this new fn.
6515 Add conditionals to compute load ave on UMAX.
6516
65171988-05-14 Richard Stallman (rms@lucky-charms.ai.mit.edu)
6518
6519 * loadst.c: Change DK_HEADER_FILE to DKSTAT_HEADER_FILE
6520 with opposite sense.
6521
65221988-05-13 Chris Hanson (cph@kleph)
6523
6524 * emacsclient.c: Delete references to unused variable `out'. This
6525 caused a bus error when used under hp-ux.
6526
65271988-05-06 Richard Stallman (rms@frosted-flakes.ai.mit.edu)
6528
6529 * loadst.c: Control dk.h conditional with DK_HEADER_FILE.
6530
65311988-05-04 Richard Stallman (rms@rice-krispies.ai.mit.edu)
6532
6533 * etags.c (find_entries): `.t' or `.sch' means scheme code.
6534
65351988-04-29 Richard Stallman (rms@frosted-flakes.ai.mit.edu)
6536
6537 * loadst.c: Add BSD4_3 conditional for file dk.h instead of dkstat.h.
6538
65391988-04-28 Richard Stallman (rms@frosted-flakes.ai.mit.edu)
6540
6541 * movemail.c: #undef close, since config can #define it on V.3.
6542 * emacsclient.c, fakemail.c, loadst.c, server.c: Likewise.
6543
65441988-04-26 Richard Stallman (rms@lucky-charms.ai.mit.edu)
6545
6546 * etags.c (TEX_mode, etc.): Remove superfluous backslashes from
6547 invalid escape sequences such as `\{'.
6548
6549 * loadst.c: Add `sequent' conditional for file dk.h.
6550
65511988-03-20 Richard M. Stallman (rms@wilson)
6552
6553 * server.c [not BSD and not HAVE_SYSVIPC]: Fix error message.
6554
6555 * loadst.c (main) [XENIX]: Use /usr/spool/mail, not /usr/mail.
6556
6557;; Local Variables:
6558;; coding: utf-8
6559;; add-log-time-zone-rule: t
6560;; End:
6561
6562 Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995,
6563 1996, 1997, 1998, 1999, 2001, 2002, 2003, 2004, 2005,
6564 2006, 2007, 2008 Free Software Foundation, Inc.
6565
6566 This file is part of GNU Emacs.
6567
6568 GNU Emacs is free software; you can redistribute it and/or modify
6569 it under the terms of the GNU General Public License as published by
6570 the Free Software Foundation; either version 3, or (at your option)
6571 any later version.
6572
6573 GNU Emacs is distributed in the hope that it will be useful,
6574 but WITHOUT ANY WARRANTY; without even the implied warranty of
6575 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
6576 GNU General Public License for more details.
6577
6578 You should have received a copy of the GNU General Public License
6579 along with GNU Emacs; see the file COPYING. If not, write to the
6580 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
6581 Boston, MA 02110-1301, USA.
6582
6583;;; arch-tag: 2d979296-954c-448e-95c1-b46d134513dc