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