Fix typo.
[bpt/emacs.git] / lib-src / ChangeLog
CommitLineData
76ed5e01
DN
12008-01-18 Dan Nicolaescu <dann@ics.uci.edu>
2
3 * movemail.c: Remove references to XENIX.
4
e39a993c
DN
52008-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
0ebec7d3
EZ
112008-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
6eae3ad4
CY
182008-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
78da39c6
GM
232008-01-09 Glenn Morris <rgm@gnu.org>
24
25 * emacsclient.c: Add missing final newlines to message calls.
26
272008-01-09 Daniel Hackney <dan@haxney.org> (tiny change)
28
29 * emacsclient.c (set_socket): Add final newline to socket error message.
30
a408ea17
GM
312008-01-04 Glenn Morris <rgm@gnu.org>
32
07655e62
JB
33 * ebrowse.c (version) <emacs_copyright>: New variable.
34 Just use current year for copyright.
a408ea17
GM
35
36 * etags.c (print_version):
37 * rcs2log (Copyright): Update to 2008.
38
0dc7a8bc
JR
392007-11-28 Jason Rumney <jasonr@gnu.org>
40
41 * makefile.w32-in (VMS_SUPPORT): No longer byte-compiled.
42
7291159e
JD
432007-11-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
44
45 * pop.c (socket_connection): Remove AI_ADDRCONFIG.
46
ee15f312
JD
472007-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
33a2a872
JD
522007-11-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
53
54 * pop.c (socket_connection): Use getaddrinfo if available.
55
63f018cd
FP
562007-11-22 Francesco Potort\e,Al\e(B <pot@gnu.org>
57
65841dd8 58 * etags.c (default_C_help) [CTAGS]: Differentiate the help string,
63f018cd 59 as the defaults in ctags are different from etags.
63f018cd 60
21e14641
FP
612007-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
7455effc
FP
712007-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
04a697fe
DN
762007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
77
78 * makefile.w32-in (obj): Remove sunfns.o.
79
a2666217
JB
802007-10-28 Juanma Barranquero <lekktu@gmail.com>
81
82 * makefile.w32-in (obj): Remove abbrev.o.
83
7ce8671d
JB
842007-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
d22b00e5
JR
942007-10-25 Jason Rumney <jasonr@gnu.org>
95
96 * emacsclient.c (sock_err_message): New function.
97 (set_tcp_socket): Use it.
98
c4b858e3
JB
992007-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
dbf60b07
JR
1042007-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
165e85b2
GM
1102007-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
c1b8e896
SM
1162007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
117
118 * emacsclient.c (decode_options): -t implies -c.
119
cb06b8dc
SM
1202007-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
c801ad51
JR
1272007-09-20 Jason Rumney <jasonr@gnu.org>
128
129 * emacsclient.c (main) [SIGSTOP]: Change conditional from WINDOWSNT.
130
31fa6595
SM
1312007-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
58573230
GM
1392007-09-12 Glenn Morris <rgm@gnu.org>
140
141 * Makefile.in (SOURCES, unlock, relock): Delete.
142
bfd9ce71
GM
1432007-08-29 Glenn Morris <rgm@gnu.org>
144
145 * makefile.w32-in (VERSION): Increase to 23.0.50.
146
8d9cc0b7
MB
1472007-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
1522007-08-29 Jason Rumney <jasonr@gnu.org>
153
31fa6595 154 * emacsclient.c (SEND_STRING, SEND_QUOTED): Remove obfuscation macros.
8d9cc0b7
MB
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
7ce8671d 1612007-08-29 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
8d9cc0b7
MB
162
163 * emacsclient.c (signal.h): New include.
164 (sys/stat.h, errno.h): Always include, even on WINDOWSNT.
31fa6595
SM
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.
8d9cc0b7
MB
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
31fa6595
SM
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
8d9cc0b7
MB
197 environment and pwd to Emacs. Send current-frame to Emacs.
198
ca4ea90f
EZ
1992007-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
cacc7b51
GM
2052007-07-25 Glenn Morris <rgm@gnu.org>
206
207 * Relicense all FSF files to GPLv3 or later.
208
209 * COPYING: Switch to GPLv3.
210
180f5b99
FP
2112007-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.
21b2cdc7
FP
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.
180f5b99 217
9724908a
EZ
2182007-07-16 Eli Zaretskii <eliz@gnu.org>
219
220 * makefile.w32-in (clean): Don't delete *~.
221
5cf9ca93
GM
2222007-06-07 Glenn Morris <rgm@gnu.org>
223
224 * etags.c (print_version): Add `emacs_copyright' string, for
225 easier automatic updating.
226
cabfc1bc
FP
2272007-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
07016031
GM
2352007-04-26 Glenn Morris <rgm@gnu.org>
236
237 * makefile.w32-in (VERSION): Increase to 22.1.50.
238
7dfc4cda
CY
2392007-06-02 Chong Yidong <cyd@stupidchicken.com>
240
241 * Version 22.1 released.
242
11d2d983
FP
2432007-02-26 Francesco Potort\e,Al\e(B <pot@gnu.org>
244
d620ddb3 245 * Makefile.in (etags, ctags): Define EMACS_NAME as "GNU Emacs".
11d2d983 246
0971f887
GM
2472007-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
933ccc8c
FP
2522007-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
d881944f 2572007-02-04 Per Cederqvist <ceder@ingate.com> (tiny change)
953dea63 258
47dad44f 259 * etags.c (gperf, in_word_set): Change attribute for Java to
953dea63
FP
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
ed8bbc0e
FP
2652007-01-02 Francesco Potort\e,Al\e(B <pot@gnu.org>
266
47dad44f 267 * etags.c (longopts): New undocumented option --no-duplicates.
ed8bbc0e
FP
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.
56c0d866 271 (main): Pass the -u option to sort in ctags mode.
ed8bbc0e 272
18f9bf25
FP
2732006-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.
17d5f8a6 281 (Makefile_targets): Do not include spaces in tag names.
18f9bf25 282
5e059fc1
EZ
2832006-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)
47dad44f 287 (test-distrib, $(DOC), all): Depend on stamp_BLD instead of $(BLD).
5e059fc1
EZ
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.
6808dce1 293 (clean): Delete stamp_BLD.
5e059fc1 294
bd3b41c6
FP
2952006-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
0e0dced5
JB
2992006-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
4472aef4
JB
3062006-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
12f7728e 3132006-12-06 Christoph Conrad <christoph.conrad@gmx.de>
c388769e
JB
314
315 * makefile.w32-in ($(BLD)/emacsclient.exe, $(BLD)/emacsclientw.exe):
316 Use $(USER32) for compatibility with Visual Studio .NET 2003.
317
310afa17
JB
3182006-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
3272006-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
8c57275b 3342006-11-28 Kevin Ryde <user42@zip.com.au>
9b492fad
FP
335
336 * etags.c (readline): Check for double quote after #line.
337
4472aef4 3382006-11-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9b492fad
FP
339
340 * etags.c (readline): sscanf could in principle return 2.
341
3422006-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
4d91c8f9
JB
3482006-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
340d34a5
EZ
3542006-11-27 Eli Zaretskii <eliz@gnu.org>
355
d620ddb3 356 * makefile.w32-in ($(BLD)/emacsclient.$(O)): Depend on makefile.w32-in.
340d34a5 357
7dce1990
JB
3582006-11-25 Juanma Barranquero <lekktu@gmail.com>
359
360 * makefile.w32-in (VERSION): New macro.
361 (ECLIENT_CFLAGS): Add -DVERSION.
362
410797a5 3632006-11-25 Jason Rumney <jasonr@gnu.org>
402767e4
JR
364
365 * emacsclient.c (file_name_absolute_p) [WINDOWSNT]: Use isalpha().
366
410797a5 3672006-11-24 Michael Mauger <mmaug@yahoo.com>
cb0297bb 368
4472aef4
JB
369 * emacsclient.c (file_name_absolute_p) [WINDOWSNT]: Support absolute
370 file names with forward slashes.
cb0297bb 371
30aa95ce
JB
3722006-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
42073bfb
JB
3772006-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
32dd9283 3872006-11-13 Jason Rumney <jasonr@gnu.org>
1ac3c910 388
32dd9283
JR
389 * emacsclient.c [WINDOWSNT]: Let config.h define HAVE_SOCKETS and
390 HAVE_INET_SOCKETS.
391
1bbea9fc
JB
3922006-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
a48db427
JR
4022006-11-13 Jason Rumney <jasonr@gnu.org>
403
404 * makefile.w32-in ($(BLD)/emacsclient.$(O)): Use CFLAGS.
405
21f89bb7 4062006-11-10 David Reitter <david.reitter@gmail.com>
ed4a3730
JB
407
408 * emacsclient.c [!WINDOWSNT]: Include <sys/types.h>.
409
d5abc12c
JB
4102006-11-08 Juanma Barranquero <lekktu@gmail.com>
411
ed4a3730
JB
412 * emacsclient.c (get_server_config) [WINDOWSNT]: Declare set_fg as
413 FARPROC to avoid a compiler warning.
d5abc12c 414
18b8c421
JB
4152006-11-07 Juanma Barranquero <lekktu@gmail.com>
416
88b46d84
JB
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
18b8c421
JB
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
b03d27bd
JB
4242006-11-06 Juanma Barranquero <lekktu@gmail.com>
425
21f89bb7 426 * emacsclient.c (longopts) [!NO_SOCKETS_IN_FILE_SYSTEM]: Don't show
b03d27bd
JB
427 option --socket-name.
428 (decode_options): Don't get EMACS_SERVER_FILE here, it could override
429 command line options.
21f89bb7 430 (decode_options) [!NO_SOCKETS_IN_FILE_SYSTEM]: Don't parse "-s" option.
b03d27bd
JB
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
b20d6154
EZ
4442006-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
9c92edca
JB
4492006-11-03 Juanma Barranquero <lekktu@gmail.com>
450
451 * emacsclient.c (initialize_sockets): Don't initialize Winsock
452 more than once.
453
b6ce9c46
JB
4542006-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
4418616b
JB
4592006-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
1e7823d0
JB
4652006-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
ebc20ca0
JB
4742006-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
411b80a5
JB
4792006-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
95d0feaa
JB
4842006-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
e35fc962
JB
4902006-10-31 Tim Van Holder <tim.vanholder@gmail.com> (tiny change)
491
d4fa60c8 492 * emacsclient.c [!WINDOWSNT]: Include <netinet/in.h> and <sys/ioctl.h>.
e35fc962
JB
493 (INVALID_SOCKET): Define.
494 (initialize_sockets): Put #endif at the right place.
495 (set_local_socket): Use progname, not argv[0].
496
ecc54057
JB
4972006-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.
31fa6595 517 (send_to_emacs): New function to buffer output and send it with `send'.
ecc54057
JB
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
70846e2a
EZ
5302006-10-09 Eli Zaretskii <eliz@gnu.org>
531
532 * makefile.w32-in (../src/config.h): Fix error message.
533
e2247cd0
EZ
5342006-09-30 Eli Zaretskii <eliz@gnu.org>
535
536 * .cvsignore: Add blessmail.
537
45a2056c
JB
5382006-09-15 Jay Belanger <belanger@truman.edu>
539
540 * COPYING: Replace "Library Public License" by "Lesser Public
541 License" throughout.
542
1f4edc37
JD
5432006-08-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
544
ecc54057 545 * etags.c (readline): Expect sscanf returns >= 1.
ea90c5d3 546 (readline): Change position on %n and \" in sscanf.
1f4edc37 547
1520a816
JD
5482006-08-07 Masatake YAMATO <jet@gyve.org>
549
ecc54057
JB
550 * etags.c (readline): Expect sscanf returns 2, not 1.
551
867cc23e
JD
5522006-08-07 Masatake YAMATO <jet@gyve.org>
553
9984b9d5 554 * etags.c (TEX_mode): Check getc returns EOF.
867cc23e
JD
555 File ended without newline causes infinite loop.
556
fc185ae6
FP
5572002-07-30 Adrian Aichner <adrian@xemacs.org> (tiny change)
558
ecc54057 559 * etags.c: It's XEmacs, not Xemacs: change all the occurrences.
fc185ae6
FP
560
5612006-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
116e754b
AS
5682006-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
2381d38d
DN
5732006-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
327891eb
FP
5792006-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
7cb93181
EZ
5842006-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
0f29c66d
MY
5932006-06-04 Masatake YAMATO <jet@gyve.org>
594
63fbb644 595 * ebrowse.c (main): Exit with EXIT_FAILURE if BROWSE file
0f29c66d
MY
596 doesn't exist, is not seekable, not is failed in ftall.
597
a941b26b
EZ
5982006-06-03 Eli Zaretskii <eliz@gnu.org>
599
9781fb53
EZ
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
1b178b99
EZ
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
ae85efdb
EZ
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.
1b178b99 615 (main): Initialize bp, to avoid compiler warnings
ae85efdb 616
a941b26b
EZ
617 * makefile.w32-in: Delete traces of leditcfns.c.
618
619 * leditcfns.c: Remove file.
620
8a6d5da7
FP
6212006-05-23 Francesco Potort\e,Al\e(B <pot@gnu.org>
622
31fa6595
SM
623 * pop.c (pop_open, socket_connection, KPOP_SERVICE):
624 Add comments explaining why the "kpop" service is never used.
8a6d5da7 625
642c61f3
EZ
6262006-05-13 Eli Zaretskii <eliz@gnu.org>
627
628 * makefile.w32-in (lisp1): Add fringe.elc.
629
7e237d24
FP
6302006-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
7c47913b
DN
6362006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
637
7fe8b491
DN
638 * sorted-doc.c (main): Initialize docs to NULL.
639
cdeda579
DN
640 * yow.c (yow): Free buf.
641
7c47913b
DN
642 * etags.c: Delete c-indentation-style local variable.
643
2ef88a94
RS
6442006-04-29 Richard Stallman <rms@gnu.org>
645
5e5b35c7
RS
646 * movemail.c (main): Check for negative value from `read'.
647
2ef88a94
RS
648 * fakemail.c (read_header): Give fatal error if input has no header.
649
d65b4235
PE
6502006-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
f5565804
PE
6602006-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
90c9c343
AS
6672006-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
a6a2b5d4
EZ
6722006-02-23 Claudio Fontana <claudio@gnu.org>
673
9e2bcc86
EZ
674 * Makefile.in (install, uninstall): Add DESTDIR variable to
675 support staged installations.
a6a2b5d4 676
ef3f69f9
EZ
6772005-12-30 Eli Zaretskii <eliz@gnu.org>
678
679 * makefile.w32-in (MOUSE_SUPPORT): Add tooltip.elc.
fc8dc7cf
EZ
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.
ef3f69f9
EZ
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
30cfcf7f
RS
6892005-12-22 Richard M. Stallman <rms@gnu.org>
690
691 * Makefile.in (update-game-score.o): Delete spurious final `\'.
692
ecc54057 6932005-11-18 Hideki IWAMOTO <h-iwamoto@kit.hi-ho.ne.jp> (tiny change)
2e0bea68
FP
694
695 * etags.c (main): Cxref mode writes to stdout: do not close tagf,
696 which was never opened.
697
283879ef 6982005-10-20 Olli Savia <ops@iki.fi> (tiny change)
ce0ae3a9
EZ
699
700 * etags.c: Undef STDIN if defined. (LynxOS defines it in system
701 header files.)
702
55102b5d
FP
7032005-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.
b9509712 709 (main): In append mode, sort the tags file after writing it.
55102b5d
FP
710
7112005-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
41ea4df8
CY
7162005-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
5c4757d3
RS
7222005-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
df1b2142
JR
7282005-09-11 Jason Rumney <jasonr@gnu.org>
729
ecc54057 730 * makefile.w32-in (../src/config.h): Don't overwrite. Print a
df1b2142 731 message instead.
31fa6595 732 (../src/paths.h): Remove.
df1b2142 733
c638055f
JB
7342005-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
9eff9fe3
PE
7422005-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
ec641d50
KR
7582005-07-13 Ken Raeburn <raeburn@gnu.org>
759
0e0dced5
JB
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.
ec641d50 763
a0ec7a4a
LK
7642005-07-04 Lute Kamstra <lute@gnu.org>
765
766 Update FSF's address in GPL notices.
767
0e0dddda
EZ
7682005-06-13 Eli Zaretskii <eliz@gnu.org>
769
770 * makefile.w32-in ($(DOC)): Fix last change.
771
5a77c8e2
EZ
7722005-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
1a8fb426
EZ
7782005-06-04 Eli Zaretskii <eliz@gnu.org>
779
780 * ntlib.h (fileno): Don't define if already defined.
781
7235a58f
TTN
7822005-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
5063dbbf
YM
7872005-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
5b9562c3
JD
7922005-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
ba025f6d
YM
7962005-03-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
797
798 * make-docfile.c: Undo previous change.
799
a9eedf40
AS
8002005-02-04 Andreas Schwab <schwab@suse.de>
801
0e0dced5
JB
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.
a9eedf40
AS
805 (pfatal_and_delete): Likewise.
806 (main): Adjust call to fatal.
807 (xmalloc): Likewise.
808
5a92a9eb
RS
8092005-01-29 Richard M. Stallman <rms@gnu.org>
810
811 * movemail.c (popmail): Don't use Errmsg as format string.
812
e6973a25
ST
8132004-12-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
814
0e0dced5 815 * make-docfile.c: Include stdlib.h even if WINDOWSNT is not defined.
e6973a25 816
1bb3da38
AS
8172004-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
d4a38fdd
KS
8222004-11-17 Kim F. Storm <storm@cua.dk>
823
824 * etags.c: Undo last change.
825
f2eb41c8
KS
8262004-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
3cf5c994
JD
8362004-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
e057dc50
FP
8412004-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
05d9a399
FP
8472004-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
8612004-09-13 David A. Capello <dacap@users.sourceforge.net> (tiny change)
862
ecc54057 863 * etags.c (Lua_suffixes, Lua_help, lang_names, Lua_functions):
05d9a399
FP
864 Support the Lua scripting language <http://www.lua.org>.
865
fba74375
FP
8662004-09-08 Francesco Potort\e,Al\e(B <pot@gnu.org>
867
d57727c9 868 * etags.c [LONG_OPTIONS]: Make it TRUE (ifdef) or FALSE (ifndef)
fba74375
FP
869 for ease of use.
870
3751eb00
RS
8712004-07-17 Richard M. Stallman <rms@gnu.org>
872
873 * emacsclient.c (quote_file_name): Pass COPY thru %s to output it.
874
86d373e6
JB
8752004-06-01 Juanma Barranquero <lektu@terra.es>
876
877 * makefile.w32-in (obj): Add image.c.
878
80e26b66
TTN
8792004-05-10 Thien-Thi Nguyen <ttn@gnu.org>
880
0e0dced5 881 * test-distrib.c (main): For failing cases, exit with `EXIT_FAILURE'.
80e26b66 882
e6662c8b
JR
8832004-05-08 Jason Rumney <jasonr@gnu.org>
884
885 * makefile.w32-in (lisp1, lisp2): Split lisp to avoid long
886 command-lines.
887
65396510
TTN
8882004-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,
86d373e6
JB
895 * make-docfile.c, movemail.c, profile.c, sorted-doc.c,
896 * test-distrib.c, update-game-score.c, yow.c: Likewise.
65396510 897
c2bcfb19
TTN
8982004-05-08 Thien-Thi Nguyen <ttn@gnu.org>
899
900 * Makefile.in (emacsclient${EXEEXT}): Use makefile var `version'.
901
3f0656ff
TTN
9022004-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
238add5e
JR
9102004-05-03 Jason Rumney <jasonr@gnu.org>
911
912 * makefile.nt: Remove.
913
b09c5608
EZ
9142004-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
d814862a
JB
9202004-04-23 Juanma Barranquero <lektu@terra.es>
921
922 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
923
442a2160
PE
9242004-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
d5d66b7e
SM
9302004-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
bdfd0369
JB
9362004-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
a64387ee
JB
9482004-03-01 Juanma Barranquero <lektu@terra.es>
949
950 * makefile.w32-in (obj): Add fringe.c.
951
9766d41b
PE
9522004-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
a64387ee 9632004-02-04 J\e,bi\e(Br\e,bt\e(Bme Marant <jmarant@nerim.net> (tiny change)
98c6e531
SM
964
965 * emacsclient.c (decode_options): Fix handling of alternate editor.
966
0734b0d0
SM
9672004-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
2a6fc2d9
RS
9722004-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
0734b0d0
SM
9772004-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
152b6e83
AS
9832004-01-08 Andreas Schwab <schwab@suse.de>
984
985 * emacsclient.c (main): Save errno from socket_status.
986
e8228824
AS
9872004-01-04 Andreas Schwab <schwab@suse.de>
988
989 * emacsclient.c (main): Fix socket name when using another user.
990
c9140662
PE
9912003-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
8babaa59
TTN
9992003-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
14ef7288
EZ
10042003-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.
1ae7cf5e
RS
1008 (main): With --eval, if no file name, read from stdin.
1009 Quote file names.
14ef7288 1010
f387bdea
RS
10112003-09-10 Richard M. Stallman <rms@gnu.org>
1012
07655e62 1013 * emacsclient.c (main): Use socket_name.
f387bdea 1014
14ef7288 10152003-09-10 Andreas B\e,A|\e(Bsching <crunchy@tzi.de> (tiny change)
f387bdea
RS
1016
1017 * emacsclient.c (socket_name): New variable.
1018 (longopts, decode_options, print_help_and_exit):
1019 Handle --socket-name argument.
1020
0b7e7337
FP
10212003-08-25 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
1022
783bcffa 1023 * etags.c (consider_token): Check C++ `operator' only when the
0b7e7337
FP
1024 token len is long enough.
1025
ac06b30b
DL
10262003-08-20 Dave Love <fx@gnu.org>
1027
1028 * Makefile.in: Remove obsolete references to alloca.
1029
32b0a3c6
JB
10302003-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
3867c42d
JB
10362003-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
7933722a
DL
10412003-05-22 Dave Love <fx@gnu.org>
1042
1043 * update-game-score.c (difftime) [!HAVE_DIFFTIME]: Define.
1044 (strerror) [!HAVE_STRERROR && !WINDOWSNT]: New.
1045
463f55ee
DL
10462003-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
1b7a835b
JB
10522003-04-27 Oliver Scholz <alkibiades@gmx.de>
1053
0e0dced5 1054 * update-game-score.c (read_scores): Fix corruption of scores on read.
1b7a835b 1055
eec54bd7
SM
10562003-04-12 Stefan Monnier <monnier@cs.yale.edu>
1057
1058 * emacsclient.c (main): Use new safe location for socket.
1059
ff4bd681
JB
10602003-03-12 Tom Tromey <tromey@redhat.com>
1061
eec54bd7
SM
1062 * emacsclient.c (print_help_and_exit): Print to stdout.
1063 Exit successfully. Added some blank lines for readability.
ff4bd681
JB
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
dd132e44
RS
10682003-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.
ff4bd681 1073
dd132e44
RS
1074 * yow.c (yow): Cast result of malloc and realloc.
1075 (malloc, realloc): Declarations deleted.
1076
71ffc53a
JB
10772003-02-11 Juanma Barranquero <lektu@terra.es>
1078
1079 * makefile.w32-in (lisp): Add malayalam.el and tamil.el.
1080
0dfd93c0
AS
10812003-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
37d1e680
RS
10862003-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
c60ee5e7
JB
10922003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
1093
1094 * Makefile.in: Use @EXEEXT@ for Cygwin.
1095
b24e2dc7
DL
10962003-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
675d000f
RS
11032003-01-20 Richard M. Stallman <rms@gnu.org>
1104
1105 * Makefile.in (rcs2log, rcs-checkin, grep-changelog, vcdiff):
1106 New targets.
1107
207aa3ff
KS
11082003-01-06 Kim F. Storm <storm@cua.dk>
1109
31fa6595 1110 * pop.c (__P): Rename from _P to avoid problems on Cygwin.
207aa3ff
KS
1111 All uses changed.
1112
cf6d30d7
AI
11132002-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
649fc2c5
PJ
11182002-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
85cce843
RS
11232002-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
2ccc4d34
RS
11282002-12-05 Richard M. Stallman <rms@gnu.org>
1129
1130 * getopt.c: Comment out include of libintl.h or gettext.h.
1131
c5992177
RS
11322002-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.
c60ee5e7 1141 (wchar.h): Include, maybe.
c5992177
RS
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
4b5e69bd
SE
11592002-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
19fa03f3
RS
11642002-12-02 Richard M. Stallman <rms@gnu.org>
1165
1166 * emacsclient.c (main): Test HAVE_GETCWD rather than BSD_SYSTEM.
1167
7be215b4
JB
11682002-11-19 Ben Key <bkey1@tampabay.rr.com>
1169
29f538e6
BK
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.
7be215b4 1173
1998560a
DL
11742002-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
8b96caf3
RS
11832002-11-17 Richard M. Stallman <rms@gnu.org>
1184
1185 * Makefile.in (${archlibdir}): Ignore errors operating on $(gamedir).
1186
59daa29a
DL
11872002-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.
9a007cb7
DL
1192
1193 * Makefile.in (YACC): Deleted.
1194
f1b443bf
AS
11952002-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
52402e4f
JB
12002002-10-04 Juanma Barranquero <lektu@terra.es>
1201
1202 * makefile.w32-in (lisp): Load devanagari.el, not .elc.
1203
15dab115
MR
12042002-09-30 Markus Rost <rost@math.ohio-state.edu>
1205
1206 * emacsclient.c (main): Remove reference to SERVER_HOME_DIR
1207 completely.
1208
30be2360
SM
12092002-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.
3ecdcd59 1217 (main): Always use /tmp and non-qualified hostname.
30be2360 1218
4208da83
SM
12192002-09-25 Stefan Monnier <monnier@cs.yale.edu>
1220
1221 * emacsserver.c: Remove.
1222
3cf8c6aa
SM
12232002-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
ecc54057 12282002-09-03 Francesco Potort\e,Al\e(B <pot@gnu.org>
4c6dce51
FP
1229
1230 * etags.c (regex_tag_multiline, readline): Never pass pfnote a
1231 string that cannot be freed.
1232
ecc54057 12332002-08-30 Francesco Potort\e,Al\e(B <pot@gnu.org>
ba88f8eb
FP
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
ecc54057 12442002-08-29 Francesco Potort\e,Al\e(B <pot@gnu.org>
09cd1a74 1245
eec54bd7 1246 * etags.c (C_entries): Correct a problem with const C++ funcs.
09cd1a74
FP
1247 (ignoreindent): Renamed from noindentypedefs.
1248 (cjava, cplpl): They are now macros instead of local vars.
1249
ecc54057 12502002-08-28 Francesco Potort\e,Al\e(B <pot@gnu.org>
09cd1a74
FP
1251
1252 * etags.c (HTML_labels): Tag ID= also.
1253
ecc54057 12542002-08-27 Francesco Potort\e,Al\e(B <pot@gnu.org>
87046df8
FP
1255
1256 * etags.c (Ada_funcs): Do not tag "use type Xxxx;".
1257
ecc54057 1258 * etags.c (HTML_labels): New language HTML.
8ee14629
FP
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.
87046df8
FP
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.
eec54bd7
SM
1267 (pattern); New member force_explicit_name, for future use.
1268 Now always set to true, cannot be reset.
87046df8
FP
1269 (add_regex, regex_tag_multiline, readline): Use it.
1270 (main): Free some global structures.
8ee14629 1271 (fdesc): New member `written'.
87046df8
FP
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.
87046df8 1276
02ce3e80
SM
12772002-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
5fba5c21
CW
12822002-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
712eaee0
AS
12902002-07-30 Andreas Schwab <schwab@suse.de>
1291
1292 * Makefile.in (localstatedir): New variable.
1293
c89ed6ef
PJ
12942002-07-29 Jonathan Kamens <jik@kamens.brookline.ma.us>
1295
1296 * b2m.pl: Fix regexp for finding return address fields.
1297
1e042160
SM
12982002-07-15 Stefan Monnier <monnier@cs.yale.edu>
1299
1300 * make-docfile.c (scan_c_file): Warn about missing `usage' info.
1301
c60ee5e7 13022002-07-05 Jonathan Kamens <jik@kamens.brookline.ma.us>
e9b60209 1303
02ce3e80 1304 * b2m.pl: Obey the rmail file and use the unpruned header properly.
e9b60209 1305
9ee028d2
PJ
13062002-06-26 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1307
1308 * b2m.pl: New file.
1309
ecc54057 13102002-06-21 Francesco Potort\e,Al\e(B <pot@gnu.org>
e1af8d40 1311
ecc54057 1312 * etags.c (F_getit, Fortran_functions, Ada_getit, Asm_labels)
e1af8d40
FP
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
ecc54057 13212002-06-20 Francesco Potort\e,Al\e(B <pot@gnu.org>
ceaeb365 1322
d76132d0
FP
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
eec54bd7 1327 accurate as with named tags. See the comment in make_tag for details.
ceaeb365
FP
1328 (make_tag): New function (was the disabled function new_pfnote).
1329 (make_C_tag): Use it.
1330
ecc54057 13312002-06-19 Francesco Potort\e,Al\e(B <pot@gnu.org>
f175bfff
FP
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
ecc54057 13372002-06-13 Francesco Potort\e,Al\e(B <pot@gnu.org>
82ef78b3
FP
1338
1339 * etags.c (erlang_atom, erlang_attribute): Bugs corrected.
1340 (invalidate_nodes): Bug corrected.
1341 (print_help): Better help for regexps.
1342
7a8940da
JB
13432002-06-13 Juanma Barranquero <lektu@terra.es>
1344
1345 * makefile.w32-in (lisp): Add international/ucs-tables.elc and
1346 font-core.elc.
1347
ecc54057 13482002-06-12 Francesco Potort\e,Al\e(B <pot@gnu.org>
6861f0e3
FP
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
ecc54057 13702002-06-11 Francesco Potort\e,Al\e(B <pot@gnu.org>
6861f0e3
FP
1371
1372 * etags.c (add_regex): Better check for null regexps.
1373 (readline): Check for regex matching null string.
1374 (find_entries): Reorganisation.
1375
ecc54057 13762002-06-07 Francesco Potort\e,Al\e(B <pot@gnu.org>
f0da41a6
FP
1377
1378 * etags.c (scan_separators): Support all character escape
1379 sequences supported by Gcc.
02ce3e80 1380 (find_entries): Rewind unconditionally.
f0da41a6
FP
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
ecc54057 13912002-06-06 Francesco Potort\e,Al\e(B <pot@gnu.org>
5526f1f6 1392
88c71720 1393 * etags.c: New option --parse-stdin=FILE.
97b90b0a
FP
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
88c71720 1403 * etags.c: Improvements and bug squashing in TeX handling.
97b90b0a 1404 (TeX_commands): Skip comments.
5526f1f6
FP
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
ecc54057 14142002-06-05 Francesco Potort\e,Al\e(B <pot@gnu.org>
50496bd9
FP
1415
1416 * etags.c (main): Avoid a buffer overrun with sprintf.
1417
a71867c5
RS
14182002-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
b7e67db6
PE
14232002-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
5f226e2c
EZ
14322002-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
5167cfda
CW
14372002-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.
50496bd9 1442
5167cfda
CW
1443 * update-game-score.c (SCORE_FILE_PREFIX): Delete.
1444 (main): New argument -d, for specifying directory.
1445 (usage): Document.
02ce3e80 1446 (get_user_id): Compute.
5167cfda
CW
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
beedfcf1
PJ
14532002-04-24 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1454
1455 * ebrowse.c (skip_initializer): Return void.
1456
973c3c87
CW
14572002-04-23 Colin Walters <walters@verbum.org>
1458
1459 * update-game-score.c (read_score) [HAVE_GETDELIM]: Trim trailing
1460 space.
1461
ecc54057 14622002-04-22 Francesco Potort\e,Al\e(B <pot@gnu.org>
8378bcd3 1463
ecc54057 1464 * etags.c (last_node): Make it a global variable.
8378bcd3
FP
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
c901ceff
GM
14742002-04-21 Gerd Moellmann <gerd@gnu.org>
1475
1476 * ebrowse.c (add_declarator): Test *CLS instead of CLS.
1477
c42d6dbd
EZ
14782002-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
ecc54057 14832002-04-16 Francesco Potort\e,Al\e(B <pot@gnu.org>
090416ca
FP
1484
1485 * etags.c (find_entries): Bug fix in list management.
1486
ecc54057 14872002-04-15 Francesco Potort\e,Al\e(B <pot@gnu.org>
5dab24c1
FP
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
ecc54057 14962002-04-13 Francesco Potort\e,Al\e(B <pot@gnu.org>
c150db23
FP
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.
eec54bd7 1504 (language): Add the metasource member. Initializers changed.
c150db23
FP
1505 (invalidate_nodes): New function.
1506 (readline): Discard lines after having found a #line
02ce3e80 1507 directive pointing to an already tagged file. This handles the
c150db23
FP
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.
02ce3e80
SM
1513 (curfile, curfiledir, curtagfname, curlang, nocharno)
1514 (forced_lang): Global variables removed in favor of fdhead and
c150db23
FP
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.
02ce3e80
SM
1518 (process_file, find_entries, pfnote, add_node, put_entries)
1519 (readline): Use fdhead and curfdp.
c150db23
FP
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
e9d1f248
CW
15292002-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
7605f1bd
AS
15352002-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
e82defd1
CW
15412002-04-10 Colin Walters <walters@verbum.org>
1542
ecc54057 1543 * update-game-score.c (toplevel): Include stdarg.h.
b9b966e0
CW
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
e82defd1
CW
1558 * Makefile.in (gamedir, gameuser): New variables.
1559 (toplevel, UTILITIES): Add update-game-score.
1560 (${archlibdir}): Handle HAVE_SHARED_GAME_DIR.
1561
5795b420
CW
15622002-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
cd553ffb 15712002-04-05 Colin Walters <walters@debian.org>
c150db23 1572
cd553ffb
CW
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.
07655e62 1581 (write_scores): Write it.
c150db23
FP
1582 (read_score): Handle arbitrary length data.
1583
b74bd4a3
EZ
15842002-03-30 Eli Zaretskii <eliz@is.elta.co.il>
1585
1586 * ebrowse.c (add_declarator): Fix the first call to add_member_defn.
1587
fa8bc89d
GM
15882002-03-29 Gerd Moellmann <gerd@gnu.org>
1589
1590 * ebrowse.c (add_declarator, skip_initializer): New functions.
1591 (declaration): Use them.
1592
dd87b4cc
JR
15932002-03-28 Jason Rumney <jasonr@gnu.org>
1594
1595 * makefile.w32-in (lisp): Move backquote.elc into emacs-lisp.
1596
cd553ffb
CW
15972002-03-27 Colin Walters <walters@debian.org>
1598
1599 * update-game-score.c: New file.
1600
dfef6d49
PE
16012002-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
ecc54057 16072002-03-12 Francesco Potort\e,Al\e(B <pot@gnu.org>
a13d6523 1608
4fff90e4 1609 * etags.c (Python_functions): Skip spaces at beginning of lines.
a13d6523
FP
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.
893a741e 1616
4fff90e4 16172002-03-06 Jason Rumney <jasonr@gnu.org>
ca55a1e3 1618
893a741e
JR
1619 * etags.c (put_entries): Use #if !CTAGS, to fix link error on
1620 compilers that don't optimize out dead code.
1621
ecc54057 16222002-03-05 Francesco Potort\e,Al\e(B <pot@gnu.org>
51aeded3
FP
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.
c150db23 1650 (number_len, total_size_of_entries): Define these only in etags
51aeded3
FP
1651 mode, make the second work only on the right nodes.
1652
1653 * etags.c: Make all global variables static.
1654
50ce1f62
JB
16552002-02-25 Juanma Barranquero <lektu@terra.es>
1656
1657 * makefile.w32-in (lisp): Add missing backslash.
1658
82a399d2
JR
16592002-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
a279c920
PE
16662002-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
0caa685d
PE
16712002-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
03950b5b
PJ
16792002-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
2f8fe2f4
PJ
16862001-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
ecc54057 16912001-12-21 Francesco Potort\e,Al\e(B <pot@gnu.org>
a60e4de9
FP
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.
eec54bd7 1701 (L_getit): Simplify by using get_tag.
a60e4de9
FP
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
ecc54057 1711 * etags.c (P_): Renamed to __P for consistency with config.h.
a60e4de9
FP
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.
ecc54057
JB
1716 [HAVE_CONFIG_H] [!PTR]: Define PTR (for use with XEmacs).
1717 [HAVE_CONFIG_H] [!__P]: Define __P (for use with XEmacs).
a60e4de9
FP
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
c95eaa61
PJ
17232001-12-22 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1724
1725 * makefile.nt, makefile.w32-in: Remove mocklisp files.
1726
69bfc389
PJ
17272001-12-19 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1728
b8509940
PJ
1729 * emacsserver.c: Conditionally include config.h.
1730
594aa066
PJ
1731 * fakemail.c: Likewise.
1732
e69233c2
PJ
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
69bfc389
PJ
1737 * ebrowse.c: Include stdlib.h and string.h conditionally.
1738
e4e34e31
EZ
17392001-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
ffb7c9c6
PJ
17432001-12-18 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1744
1745 * test-distrib.c: Fix previous change.
1746
fb5aa7ac
DL
17472001-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
ecc54057 17632001-12-12 Francesco Potort\e,Al\e(B <pot@gnu.org>
e94a3679 1764
13dc0576 1765 * etags.c (PHP_functions): New function for parsing PHP.
e94a3679
FP
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.
13dc0576 1771 (prolog_pr): Recognise Prolog rules in addition to predicates.
e94a3679 1772 [ETAGS_REGEXPS] [!HAVE_CONFIG_H] [__CYGWIN__]: Prevent
13dc0576 1773 unmodified compile, as Cygwin's regex.h is incompatible with us.
e94a3679
FP
1774 [!HAVE_CONFIG_H] [!__STDC__]: #define const as the empty string.
1775
34e39c95
RS
17762001-12-11 Richard M. Stallman <rms@gnu.org>
1777
1778 * Makefile.in (clean): Don't delete ../etc/DOC*.
1779
296071e7
PJ
17802001-12-11 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1781
1782 * COPYING: Moved back.
1783
76054cc8
AI
17842001-11-30 Andrew Innes <andrewi@gnu.org>
1785
e94a3679
FP
1786 * makefile.w32-in (FACE_SUPPORT):
1787 (MOUSE_SUPPORT):
1788 (FLOAT_SUPPORT):
1789 (WINNT_SUPPORT):
76054cc8
AI
1790 (lisp): Reference .el files instead of .elc files, to simplify
1791 bootstrapping.
1792 ($(DOC)): Change dependency to just `make-docfile'.
1793
0142178a
PJ
17942001-11-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1795
1796 * COPYING: Removed.
1797
e8d6a09b
PE
17982001-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
9a190096
GM
18102001-11-16 Gerd Moellmann <gerd@gnu.org>
1811
1812 * ebrowse.c (matching_regexp): Escape '\\'.
1813
8ec1b917
PJ
18142001-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
6d8f7d5d
RS
18192001-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
84e70f78
KR
18252001-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
386ca361
MB
18322001-10-21 Miles Bader <miles@gnu.org>
1833
a3b10252
MB
1834 * make-docfile.c (struct rcsoc_state): New type.
1835 (read_c_string_or_comment): Add SAW_USAGE
386ca361 1836 parameter, and implement scanning for a `usage:' keyword.
a3b10252
MB
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.
386ca361
MB
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
71431a0e
GM
18442001-10-20 Gerd Moellmann <gerd@gnu.org>
1845
6aa97356 1846 * (Version 21.1 released.)
71431a0e 1847
37a9305e
PJ
18482001-10-19 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1849
1850 * b2m.c: Properly spell the name of Emacs.
1851
945220bd
MB
18522001-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
14242528
MB
18572001-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
9f5eb4a3
GM
18622001-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
e641b454
GM
18672001-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
967d7793
AI
18732001-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
d682756a
JR
18792001-10-10 Jason Rumney <jasonr@gnu.org>
1880
07655e62 1881 * makefile.w32-in (ALL): Do not include fakemail.
d682756a 1882
07655e62 1883 * makefile.nt (install): Ditto.
d682756a 1884
14a3dff7
GM
18852001-10-09 Gerd Moellmann <gerd@gnu.org>
1886
1887 * emacsserver.c (main): Cast geteuid in sprintf to int.
14a3dff7 1888
95bc7904 1889 * emacsclient.c (main): Cast isdigit argument to unsigned char.
14a3dff7 1890
f98d41f5
PJ
18912001-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
ab952a4f
GM
18962001-10-05 Gerd Moellmann <gerd@gnu.org>
1897
1898 * Branch for 21.1.
dff28924 1899
12c64503
GM
19002001-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.
02ce3e80
SM
1910 (register_namespace_alias): Change type of parameter OLD_NAME.
1911 Search for already defined alias in NAMESPACE_ALIAS_TABLE.
12c64503
GM
1912 (check_namespace): New function.
1913 (enter_namespace): Call find_namespace with CONTEXT parameter.
1914 (match_qualified_namespace_alias): New function.
eec54bd7 1915 (parse_qualified_ident_or_type): Fix typo in comment.
02ce3e80 1916 While parsing qualified ident or type update namespace context and
12c64503 1917 restore it on exit.
eec54bd7
SM
1918 (parse_qualified_param_ident_or_type): Fix typo in comment.
1919 (globals): Change handling of namespace aliases.
1920 (version): Add year 2001.
12c64503 1921
990e1190
FP
19222001-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
f2e7e23e
AS
19272001-09-05 Paul Eggert <eggert@twinsun.com>
1928
1929 * rcs2log (Help, mainline code): Add new option -L FILE.
1930 (Copyright): Update year.
02ce3e80
SM
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
f2e7e23e
AS
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.
dff28924 1938 (rlogout): Remove. Its old functionality is mostly migrated to
f2e7e23e
AS
1939 rlogfile.
1940
1941 Append ';;' to the last arm of every case statement, for
1942 portability to ancient broken BSD shells.
1943
02ce3e80 1944 (logins): Fix bug; was not being computed at all, lowering performance.
f2e7e23e
AS
1945 (pository): New var. This fixes some bugs where repositories are
1946 remote, or have trailing slashes.
02ce3e80 1947 (authors): $llogout is never an empty shell var, so don't worry
f2e7e23e 1948 about that possibility.
dff28924 1949 (printlogline, mainline code): Fix bug with SOH's being put into
f2e7e23e 1950 the output.
dff28924 1951
75c911eb
EZ
19522001-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
5ae10f4a
EZ
19572001-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
0e4011d8 19622001-07-25 Juanma Barranquero <lektu@terra.es>
e743f599
GM
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
3c88ae74
GM
19702001-07-20 Gerd Moellmann <gerd@gnu.org>
1971
1972 * grep-changelog: Remove RCS Id keyword.
1973
41848daa
GM
19742001-07-20 Juanma Barranquero <lektu@terra.es>
1975
6e07c0a5
GM
1976 * grep-changelog (parse_changelog): Add tests for defined values
1977 to quiet warning from Perl 5.005 or above.
177ab8ce 1978 (entry_match_p, header_match_p): Fix handling of null or empty
0e4011d8
GM
1979 argument to prevent duplicate headers.
1980
1981 * grep-changelog (main, parse_changelog): Make "use strict"-clean.
41848daa 1982
467f1209
GM
19832001-07-17 Jan Nieuwenhuizen <janneke@gnu.org>
1984
1985 * emacsclient.c (print_help_and_exit): Fix help message for
1986 +LINE:COLUMN option.
1987
19882000-07-17 Han-Wen Nienhuys <hanwen@cs.uu.nl>
990e1190 1989
467f1209
GM
1990 * emacsclient.c (main): Add support for +LINE:COLUMN command line
1991 argument.
1992
bb24c64f
GM
19932001-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
ecc54057 19982001-05-14 Francesco Potort\e,Al\e(B <pot@gnu.org>
fa829470 1999
e335b66a
GM
2000 * etags.c (add_regex): Reset the whole newly allocated pattern
2001 buffer instead of the individual members. It's safer and works
ecc54057 2002 with XEmacs.
fa829470 2003
e335b66a 2004 * etags.1: Markups corrected.
fa829470 2005
6da5c7da
GM
20062001-05-08 Gerd Moellmann <gerd@gnu.org>
2007
02ce3e80 2008 * ebrowse.c (enter_namespace): Fix reallocation of namespace_stack.
6da5c7da 2009
efbecf9d
GM
20102001-05-03 Gerd Moellmann <gerd@gnu.org>
2011
2012 * ebrowse.c (globals): Fix handling of namespace aliases.
2013
f4976ebc
EZ
20142001-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
23431241
DL
20192001-04-05 Dave Love <fx@gnu.org>
2020
2021 * emacsclient.c (fail): Don't return a value.
fa829470 2022 (main): Cast uid values for sprintf.
23431241 2023
476bf681
GM
20242001-04-03 Gerd Moellmann <gerd@gnu.org>
2025
b3f6107b
GM
2026 * emacsclient.c (fail, main): Don't use implicit int return type.
2027
476bf681
GM
2028 * b2m.c (main): Always return a value.
2029
ef53d75e
GM
20302001-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
425de386
AI
20362001-02-24 Andrew Innes <andrewi@gnu.org>
2037
2038 * makefile.w32-in: Fix copyright notice.
2039
ecc54057 20402001-02-23 Francesco Potort\e,Al\e(B <pot@gnu.org>
f55ae599
FP
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.
c2a642c0
FP
2045 (C_entries): Initialise typdefcblev to quiet compilers.
2046 [!HAVE_CONFIG_H] [!__STDC__]: #define static as nothing.
f55ae599 2047
f6839838
AI
20482001-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
193fba87
AI
20582001-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
30526cc6
DL
20632001-01-31 Dave Love <fx@gnu.org>
2064
2065 * etags.c (in_word_set): Use `static' in definition (for pcc).
2066
ecc54057 20672001-01-31 Francesco Potort\e,Al\e(B <pot@gnu.org>
8f79fe72 2068
ecc54057 2069 * etags.c [NDEBUG]: #undef assert and #define it as ((void)0), for
8f79fe72
FP
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
914d7258
AI
20752001-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
ecc54057 20802001-01-30 Francesco Potort\e,Al\e(B <pot@gnu.org>
b28e26be 2081
ecc54057
JB
2082 * etags.c [WIN32-NATIVE]: #undef MSDOS, #undef WINDOWSNT and
2083 #define it for the sake of XEmacs.
b28e26be
FP
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.
2f2c687b 2089 [!HAVE_UNISTD_H]: Use defined(WINDOWSNT) instead of the bare
b28e26be
FP
2090 WINDOWSNT, as this is the correct way to use it.
2091
ecc54057 20922001-01-28 Francesco Potort\e,Al\e(B <pot@gnu.org>
8c463abe
FP
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
13dc0576 2099 for dealing with nested class names.
8c463abe
FP
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
07655e62 2110 feature, do not show help for the -C option, now mostly useless.
8c463abe
FP
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
e26f9ced
EZ
21152001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
2116
2117 * etags.c: Add a coding: tag.
2118
a47b7816
GM
21192001-01-26 Gerd Moellmann <gerd@gnu.org>
2120
8c463abe 2121 * ebrowse.c (matching_regexp_buffer, matching_regexp_end_buf):
a47b7816
GM
2122 New variables.
2123 (matching_regexp): Use them instead of static variables in
2124 function scope.
2125
ecc54057 21262001-01-25 Francesco Potort\e,Al\e(B <pot@gnu.org>
d22a24fa
FP
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.
02ce3e80 2135 (token): Buffer renamed to line.
d22a24fa 2136 (C_entries): Three calls to inibuffer moved here from main.
eec54bd7 2137 (C_entries): Remove all references to var methodlen, delete it.
d22a24fa
FP
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
21c2bbe0
GM
21502001-01-22 Gerd Moellmann <gerd@gnu.org>
2151
2152 * ebrowse.c (xfree): New function.
2153 (member, declaration, globals): Use xmalloc instead of alloca.
2154
ecc54057 21552001-01-15 Francesco Potort\e,Al\e(B <pot@gnu.org>
83be933c
FP
2156
2157 * etags.c (print_language_names): Print filenames in addition to
2158 suffixes.
2159
ecc54057 21602001-01-14 Francesco Potort\e,Al\e(B <pot@gnu.org>
47df1a5e
EZ
2161
2162 * etags.c (get_language_from_langname): Renamed from
2163 get_language_from_name.
eec54bd7
SM
2164 (get_language_from_filename): Renamed from get_language_from_suffix.
2165 Now first looks for the complete file name.
47df1a5e
EZ
2166 (language): New member char **filenames.
2167 (Makefile_filenames): List of possible filenames for makefiles.
eec54bd7 2168 (lang_names): Add a NULL member for every entry, added an entry
47df1a5e 2169 for makefiles.
13dc0576 2170 (Makefile_targets): New function.
47df1a5e
EZ
2171 (Texinfo_nodes): Renamed from Texinfo_fuctions and made
2172 it conformant to the style of the rest of the code.
2173
291c7e74
GM
21742001-01-13 Gerd Moellmann <gerd@gnu.org>
2175
2176 * make-docfile.c (write_c_args): Print newlines as spaces.
2177
0dac6924
AI
21782001-01-06 Andrew Innes <andrewi@gnu.org>
2179
2180 * makefile.w32-in (clean): Delete $(COMPILER_TEMP_FILES) instead
2181 of *.pdb.
2182
3e99d3b4
GM
21832001-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
d6bb0c0d
GM
21922001-01-02 Gerd Moellmann <gerd@gnu.org>
2193
eec54bd7
SM
2194 * ebrowse.c (yyerror): Change to take two arguments.
2195 Add prototype. Change callers.
d6bb0c0d 2196
d5c00476 21972001-01-02 Eli Zaretskii <eliz@is.elta.co.il>
315f5865
EZ
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
7c89ea61
EZ
22142000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
2215
2216 * etags.c (canonicalize_filename) [DOS_NT]: Fix last change.
2217
a6768cc5
GM
22182000-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
70de49cc
DL
22322000-12-13 Dave Love <fx@gnu.org>
2233
2234 * ebrowse.c (ensure_scope_buffer_room): Fix xrealloc call.
2235
4e8b894c
AI
22362000-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
88257bc8
AI
22452000-11-30 Andrew Innes <andrewi@gnu.org>
2246
2247 * makefile.w32-in ($(BLD)/ebrowse.exe): Use tabs not spaces.
2248 (install): Ditto.
2249
d19249e7
JR
22502000-11-23 Jason Rumney <jasonr@gnu.org>
2251
2252 * makefile.w32-in: Add targets for ebrowse.exe.
2253 (LOCAL_FLAGS): Add -DVERSION flag.
2254
7df6adc3
DL
22552000-09-25 Dave Love <fx@gnu.org>
2256
2257 * sorted-doc.c: Include config.h.
2258 [!HAVE_STDLIB_H]: Declare malloc.
2259
fe83b953
AI
22602000-09-14 Andrew Innes <andrewi@gnu.org>
2261
2262 * makefile.w32-in: Revert to Unix line endings.
2263
517699ca
DL
22642000-09-04 Dave Love <fx@gnu.org>
2265
2266 * movemail.c (index, rindex): Prototype conditionally.
2267
f8803e97
AI
22682000-09-03 Andrew Innes <andrewi@gnu.org>
2269
2270 * makefile.w32-in: Change to DOS line endings.
2271
f72adc12
EZ
22722000-09-01 Eli Zaretskii <eliz@is.elta.co.il>
2273
4034f3a8 2274 * movemail.c (toplevel): Remove redundant fcntl.h.
f72adc12
EZ
2275 [!F_OK]: Provide default definitions only after including both
2276 fcntl.h and unistd.h.
2277
f678f592
DL
22782000-08-29 Dave Love <fx@gnu.org>
2279
2280 * movemail.c: Revert previous change.
2281
5b671d04
EZ
22822000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
2283
2284 * Makefile.in (profile, make-docfile, hexl): Depend on config.h.
2285
6fa86045
DL
22862000-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
746d9caf
AI
22912000-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
3b541489
EZ
23032000-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
e5acf0ca
GM
23082000-07-14 Gerd Moellmann <gerd@gnu.org>
2309
02ce3e80 2310 * ebrowse.c (xrealloc, xmalloc): Renamed from yrealloc and ymalloc.
e5acf0ca
GM
2311
2312 * etags.c (xmalloc, xrealloc): Make externally visible, for use
2313 by alloca.o.
2314
02ce3e80 2315 * Makefile.in (alloca.o): Add -Demacs so that alloca will use xmalloc.
e5acf0ca 2316
4b92c49a
GM
23172000-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
831a6cb0
GM
23242000-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
53245ee2
DL
23292000-06-23 Dave Love <fx@gnu.org>
2330
2331 * ebrowse.c: Move config.h before other includes (which may use
2332 feature tests).
2333
dcbf2cd2
JM
23342000-06-14 Jim Meyering <meyering@lucent.com>
2335
2336 * grep-changelog: Fix typos in comments. Remove trailing blanks.
2337
f1c7754a
JR
23382000-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
5f1aea9a
GM
23452000-06-06 Gerd Moellmann <gerd@gnu.org>
2346
2347 * ebrowse.c (ymalloc): Renamed from xmalloc.
2348 (yrealloc): Renamed from xrealloc.
2349
5bf244f1
DL
23502000-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
ec82fb2f
GM
23572000-05-04 Gerd Moellmann <gerd@gnu.org>
2358
2359 * ebrowse.c (DEFAULT_OUTFILE): Set to `BROWSE'.
2360
5c922ea7
EZ
23612000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
2362
02ce3e80
SM
2363 * ebrowse.c (PATH_LIST_SEPARATOR) [__MSDOS__ || WINDOWSNT]:
2364 Define to semi-colon.
5c922ea7 2365 (FILENAME_EQ): New macro, for comparing file names.
02ce3e80 2366 (add_member_decl, add_global_decl, add_member_defn): Use FILENAME_EQ.
5c922ea7
EZ
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
6142fdcb 23722000-04-19 Dave Love <fx@gnu.org>
97052c63
DL
2373
2374 * etags.c (Texinfo_functions): New function.
2375 (lang_names): Install it.
2376 (Texinfo_suffixes): New variable.
2377
cb9215e4
GM
23782000-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
be0dbdab
GM
23842000-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
c5aa0fc2
AS
23912000-03-29 Andreas Schwab <schwab@suse.de>
2392
2393 * make-docfile.c (scan_lisp_file): Also look for `defsubst'.
2394
d054101f
GM
23952000-03-02 Gerd Moellmann <gerd@gnu.org>
2396
2397 * etags.c (lisp_suffixes) Add `LSP'.
2398
ecc54057 23992000-02-10 Francesco Potort\e,Al\e(B <pot@gnu.org>
71cbb895 2400
eec54bd7 2401 * etags.c (iswhite): Redefine not to consider '\0' as white
71cbb895
FP
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
ecc54057 24062000-02-04 Francesco Potort\e,Al\e(B <pot@gnu.org>
71cbb895
FP
2407
2408 * etags.c (many functions): Add prototypes.
2409
97fa0cc8
DL
24102000-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
ecc54057 24152000-01-31 Francesco Potort\e,Al\e(B <pot@gnu.org>
e4100b7f
FP
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.
e4100b7f 2424
19e262bd 24252000-01-18 Fabrice Popineau <Fabrice.Popineau@supelec.fr>
e4100b7f
FP
2426
2427 * etags.c [WINDOWSNT]: #include <direct.h>
2428
19e262bd 24292000-01-18 Martin Buchholz <martin@xemacs.org>
e4100b7f 2430
19e262bd
FP
2431 * etags.c (all functions): Made them static.
2432 (all functions): Write prototypes.
e4100b7f 2433
55e30d2a
RS
24342000-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
c60ee5e7 24382000-01-28 Eric Hanchrow <offby1@blarg.net>
875c1439
GM
2439
2440 * emacsclient.c (socket_status): New function.
02ce3e80 2441 (main): If $LOGNAME or $USER exist and differ from our euid, look
875c1439
GM
2442 for a socket based on the UID associated with the name.
2443
e4936aa9
GM
24442000-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
c60ee5e7 24491999-12-10 Jonathan Kamens <jik@kamens.brookline.ma.us>
791a9087
GM
2450
2451 * movemail.c (popmail): Allow mailbox specifications of the
2452 form `po:username:hostname'.
2453
ecc54057 24541999-11-19 Francesco Potort\e,Al\e(B <pot@gnu.org>
e2081362
FP
2455
2456 * etags.c (_GNU_SOURCE): Define only if undefined.
2457 (get_scheme): Declaration deleted.
02ce3e80 2458 (main): Error was called with an integer as second arg, instead of
e2081362
FP
2459 a char pointer.
2460 (canonicalize_filename): Bug removed.
2461
24621999-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
b05d3bee
GM
24671999-11-13 Gerd Moellmann <gerd@gnu.org>
2468
2469 * Makefile.in (b2m): Add dependency on GETOPTDEPS.
2470
cb3a6c48
GM
24711999-11-03 Gerd Moellmann <gerd@gnu.org>
2472
2473 * etags.c (print_help): Change email address to send bugs to.
2474
ecc54057 24751999-11-01 Francesco Potort\e,Al\e(B <pot@gnu.org>>
1c478461
FP
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).
eec54bd7 2486 (consider_token): Correct a bug which prevented tagging of enum
1c478461 2487 constants.
eec54bd7 2488 (C_stab_entry): Add if, for, while, switch, return as
1c478461
FP
2489 st_C_ignore. This makes it simpler to work when cblev!=0.
2490
02ce3e80 2491 * etags.c (C_entries): Tag member function declarations when
1c478461
FP
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
25211999-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
ecc54057 25291999-11-01 Francesco Potort\e,Al\e(B <pot@gnu.org>
1c478461
FP
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
25541999-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
ecc54057 25631999-11-01 Francesco Potort\e,Al\e(B <pot@gnu.org>
1c478461
FP
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
02ce3e80 2568 corrects a bug. All callers changed.
1c478461
FP
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
02ce3e80 2573 compilers quiet.
1c478461
FP
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.
02ce3e80 2579 (node): Typedef renamed from NODE.
1c478461
FP
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.
a64387ee 2585 (forced_lang): New global variable (replaces lang_func).
02ce3e80
SM
2586 (get_language_from_name, get_language_from_interpreter)
2587 (get_language_from_suffix): Semantics changed. All callers changed.
1c478461 2588 (last_node): New global variable.
02ce3e80
SM
2589 (free_tree, add_node, put_entries, total_size_of_entries):
2590 Change name of local vars to avoid clashes with typedef node.
1c478461
FP
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):
02ce3e80 2596 Change name of local vars to avoid clashes with typedef linebuffer.
1c478461
FP
2597 (readline): Rewritten for new functionality.
2598
ecc54057 2599 * etags.c (Scheme_suffixes): New suffix ".ss".
1c478461
FP
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.
02ce3e80
SM
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
1c478461
FP
2611 of the global variable dbp.
2612 (Pascal_functions, L_isquote, Scheme_functions): Use GNU coding
2613 standard indentation.
2614
02ce3e80
SM
2615 * etags.c (Python_suffixes, lang_names, Python_functions):
2616 Python support.
1c478461 2617 (skip_spaces, skip_non_spaces): Utility functions.
02ce3e80
SM
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.
1c478461
FP
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.
ecc54057 2627 (C_stab_entry): "interface" in Java behaves like "class".
1c478461 2628
ecc54057 2629 * etags.c (HAVE_NTGUI) [WINDOWSNT]: #undef if HAVE_CONFIG_H.
1c478461
FP
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
4ee9629e
PE
26451999-10-19 Paul Eggert <eggert@twinsun.com>
2646
2647 Add support for large files. Merge glibc 2.1.2.
1c478461 2648
4ee9629e
PE
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.
1c478461 2655
4ee9629e
PE
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.
1c478461 2664
93c8d183
DL
26651999-10-15 Dave Love <fx@gnu.org>
2666
2667 * Makefile.in (pop.o): Depend on config.h.
2668
b358f91c
GM
26691999-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
362bc2da
DL
26761999-09-27 Dave Love <fx@gnu.org>
2677
2678 * make-docfile.c (scan_lisp_file): Fix typo causing infloop.
2679
74e4cb59
PR
26801999-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
362bc2da
DL
26851999-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
26921999-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
27011999-08-29 Richard Stallman <rms@gnu.org>
2702
2703 * emacsclient.c (print_help_and_exit): Mention --version.
2704
27051999-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
27101999-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
27161999-08-10 Gerd Moellmann <gerd@gnu.org>
2717
2718 * grep-changelog: New.
2719 * Makefile.in (INSTALLABLE_SCRIPTS): Add it.
2720
27211999-07-12 Richard Stallman <rms@gnu.org>
2722
2723 * Version 20.4 released.
2724
27251999-06-30 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
2726
1c478461 2727 * Makefile.in (clean): Remove fns*.el.
362bc2da
DL
2728
27291999-06-23 Dave Love <fx@gnu.org>
2730
2731 * etags.c (erlang_attribute): Fix undefined variable usage (after
2732 Potorti).
2733
27341999-05-2 Andrew Innes <andrewi@gnu.org>
2735
2736 * movemail.c (main) [WINDOWSNT]: Call ftruncate, which is now
2737 mapped to _chsize.
2738
27391999-04-29 Richard M. Stallman <rms@gnu.org>
2740
2741 * emacsclient.c (main, both versions): Use quote_file_name on cwd.
2742
27431999-03-30 Dave Love <fx@gnu.org>
2744
2745 * sorted-doc.c (main): Split up tables. Modify the preamble
2746 somewhat.
2747
27481999-03-05 Geoff Voelker <voelker@cs.washington.edu>
2749
2750 * makefile.nt: Remove common multiple file compilation commands.
2751
27521999-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
27601999-02-22 Simon Josefsson <jas@pdc.kth.se>
2761
2762 * emacsserver.c (perror_1, fatal_error): Don't compile unless needed.
2763
27641999-01-27 Andrew Innes <andrewi@gnu.org>
2765
2766 * makefile.nt: Do make version comparison as strings.
2767
27681999-01-25 Richard Stallman <rms@gnu.org>
2769
2770 * emacsclient.c (xmalloc): Fix previous change.
2771
27721999-01-24 Richard M. Stallman <rms@borg.ai.mit.edu>
2773
2774 * emacsclient.c (xmalloc): Declare to return long.
2775
27761999-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
27811999-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
27901999-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
27961998-12-08 Geoff Voelker <voelker@cs.washington.edu>
2797
2798 * makefile.nt: Do string comparision of _NMAKE_VER.
2799
c60ee5e7 28001998-11-03 Theodore Jump <tjump@cais.com>
362bc2da
DL
2801
2802 * makefile.nt: Compile multiple source files when possible.
2803
28041998-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
28091998-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
28151998-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
28211998-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
28271998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
2828
2829 * Version 20.3 released.
2830
28311998-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
28361998-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.
1c478461 2840
362bc2da
DL
28411998-06-09 Andrew Innes <andrewi@harlequin.co.uk>
2842
2843 * etags.c (etags_getcwd) [WINDOWSNT]: Use getcwd on Windows.
2844
28451998-06-06 Richard Stallman <rms@psilocin.ai.mit.edu>
2846
2847 * Makefile.in: Properly terminate a comment.
2848
28491998-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
28571998-05-30 Geoff Voelker <voelker@cs.washington.edu>
2858
2859 * ntlib.c (getppid): Look for EM_PARENT_PROCESS_ID.
2860
28611998-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
28661998-04-27 Andreas Schwab <schwab@delysid.gnu.org>
2867
2868 * make-docfile.c: Include <unistd.h> for chdir.
2869
28701998-04-25 Richard Stallman <rms@psilocin.gnu.org>
2871
2872 * etags.c (TEX_decode_env): Don't free the value getenv returns.
2873
28741998-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
28791998-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
28841998-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
29011998-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
29071998-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
29131998-03-26 Richard Stallman <rms@psilocin.gnu.org>
2914
2915 * pop.c (pop_getline): Renamed from getline.
2916
29171998-03-05 Richard Stallman <rms@psilocin.gnu.org>
2918
2919 * Makefile.in (install): Use INSTALL_STRIP with INSTALL_PROGRAM
2920 for the utilities.
2921
29221998-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
29291998-01-23 Andreas Schwab <schwab@gnu.org>
2930
2931 * movemail.c (main): Fix interwoven brace and cpp conditional
2932 nesting.
2933
29341997-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
29391997-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
29531997-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
29581997-12-02 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
1c478461 2959
362bc2da
DL
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
29721997-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
29791997-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
29841997-10-16 Dave Love <d.love@dl.ac.uk>
2985
ecc54057
JB
2986 * etags.c (L_getit): Always make named tags so that Emacs
2987 completion on symbols containing `:' etc. works.
2988 (get_scheme): Likewise.
362bc2da
DL
2989
29901997-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
29951997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
2996
2997 * Version 20.2 released.
2998
29991997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
3000
3001 * Version 20.1 released.
3002
30031997-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
30091997-08-28 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3010
3011 * make-docfile.c (scan_lisp_file): Handle custom-declare-variable.
3012
30131997-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
30181997-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
30221997-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
30291997-08-08 Geoff Voelker <voelker@cs.washington.edu>
3030
3031 * makefile.nt (lisp): Update paths to lisp files that have moved.
3032
30331997-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
30411997-08-06 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
3042
3043 * etags.c (Yacc_suffixes, Asm_suffixes): Add some alternatives.
3044
30451997-07-22 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
3046
3047 * pop.c: Support auto-configuration of both Kerberos V4 and
ecc54057
JB
3048 Kerberos V5 for movemail, including detection of V4 and V5 header
3049 files and libraries.
362bc2da 3050 Include <string.h> when STDC_HEADERS is defined, to get
ecc54057 3051 declarations of string functions.
362bc2da 3052 [KERBEROS5] (socket_connection): Support the current MIT Kerberos
ecc54057 3053 V5 API rather than the old one.
362bc2da 3054 [KERBEROS] (socket_connection): Change a constant name from
ecc54057
JB
3055 SOCKET_ERROR to POP_SOCKET_ERROR to avoid a namespace conflict
3056 with a constant in a header file.
362bc2da
DL
3057
3058 * Makefile.in: Support auto-configuration of both Kerberos V4 and
ecc54057
JB
3059 Kerberos V5 for movemail, including detection of V4 and V5 header
3060 files and libraries.
362bc2da
DL
3061
30621997-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.
1c478461 3067
362bc2da
DL
30681997-07-09 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
3069
3070 * emacsclient.c [C_ALLOCA] (xmalloc): New function.
3071
30721997-07-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
3073
3074 * movemail.c (rindex): Add declaration.
3075
d57727c9 30761997-07-01 Geoff Voelker <voelker@cs.washington.edu>
362bc2da
DL
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
30841997-06-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
3085
3086 * Makefile.in (blessmail): Find blessmail.el in mail subdirectory.
3087
30881997-06-25 Paul Eggert <eggert@twinsun.com>
3089
3090 * rcs2log: Don't assign to $0 in awk; some awks don't allow this.
3091
30921997-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
ecc54057 30971997-05-30 Francesco Potort\e,Al\e(B <F.Potorti@cnuce.cnr.it>
362bc2da
DL
3098
3099 * Makefile.in (etags): Remove -DETAGS_REGEXPS, because now it is
3100 defined inside etags.c if HAVE_CONFIG_H is defined.
3101
ecc54057 31021997-05-29 Francesco Potort\e,Al\e(B <F.Potorti@cnuce.cnr.it>
362bc2da 3103
ecc54057 3104 * etags.c (logical): Type name changed to bool.
362bc2da
DL
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
ecc54057 31141997-05-22 Francesco Potort\e,Al\e(B <F.Potorti@cnuce.cnr.it>
362bc2da
DL
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
1c478461 3123 users changed.
362bc2da
DL
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.
1c478461 3128
ecc54057 31291997-05-16 Francesco Potort\e,Al\e(B <F.Potorti@cnuce.cnr.it>
362bc2da
DL
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
ecc54057 31391997-05-15 Francesco Potort\e,Al\e(B <F.Potorti@cnuce.cnr.it>
362bc2da
DL
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
ecc54057 31491997-05-14 Francesco Potort\e,Al\e(B <F.Potorti@cnuce.cnr.it>
362bc2da
DL
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
ecc54057 31551997-05-13 Francesco Potort\e,Al\e(B <F.Potorti@cnuce.cnr.it>
362bc2da
DL
3156
3157 * etags.c (TeX_functions): Cleaned up.
3158 (tex_getit): Removed.
3159
31601997-05-13 Paul Eggert <eggert@twinsun.com>
3161
3162 * rcs2log (files): When computing arguments automatically, ignore
ecc54057 3163 non-files within the RCS subdirectory.
362bc2da 3164
ecc54057 31651997-05-13 Francesco Potort\e,Al\e(B <F.Potorti@cnuce.cnr.it>
362bc2da
DL
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
ecc54057 31751997-05-12 Francesco Potort\e,Al\e(B <F.Potorti@cnuce.cnr.it>
362bc2da 3176
ecc54057 3177 * etags.c (Cplusplus_suffixes): .pdb is Postscript with C syntax.
362bc2da
DL
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
31841997-05-11 Paul Eggert <eggert@twinsun.com>
3185
3186 * rcs2log (loginFullnameMailaddrs, logins, rlog_options, files):
ecc54057
JB
3187 Don't prepend $nl since this causes some shells to generate the
3188 empty string when IFS is $nl.
362bc2da 3189 (printlogline): Use SOH (octal code 1), not CR, since some
ecc54057 3190 PC-based shells mishandle CR.
362bc2da
DL
3191 (initialize_fullname): Set NIS_PATH to the empty string before invoking
3192 nismatch, in case it's set to some nonstandard value.
1c478461 3193
362bc2da
DL
31941997-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
ecc54057 31991997-04-30 Francesco Potort\e,Al\e(B <F.Potorti@cnuce.cnr.it>
362bc2da
DL
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
32121997-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
ecc54057 32171997-04-15 Francesco Potort\e,Al\e(B <F.Potorti@cnuce.cnr.it>
362bc2da
DL
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
ecc54057 32241997-04-08 Francesco Potort\e,Al\e(B <F.Potorti@cnuce.cnr.it>
362bc2da
DL
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.
1c478461 3230
362bc2da
DL
32311997-03-21 Paul Eggert <eggert@twinsun.com>
3232
3233 * rcs2log (files): Ignore files in RCS directory whose names are
ecc54057
JB
3234 of the form ,*, or *_; they are probably RCS lock files.
3235 Also, ignore files named .rcsfreeze.log or .rcsfreeze.ver;
362bc2da
DL
3236 they are used by rcsfreeze.
3237
ecc54057 32381997-03-14 Francesco Potort\e,Al\e(B <F.Potorti@cnuce.cnr.it>
362bc2da 3239
2f2c687b 3240 * etags.c (add_regex): Reset *putbuf before using it.
362bc2da
DL
3241
32421997-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
32511997-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
32561997-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.
1c478461 3263
362bc2da
DL
3264 * Makefile.in (movemail): Link with getopt.
3265
32661997-01-20 Paul Eggert <eggert@twinsun.com>
3267
ecc54057 3268 * rcs2log (--help, --version): New options, per GNU coding standards.
362bc2da
DL
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
32761997-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
32821996-12-19 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
3283
3284 * etags.c (streq, strneq): Use == NULL rather than !.
3285
32861996-12-18 Jonathan I. Kamens <jik@annex-1-slip-jik.cam.ov.com>
3287
3288 * Makefile.in (LIBMAIL): New macro. Conditionally includes -lmail.
ecc54057 3289 (movemail): Use LIBMAIL, to link against -lmail.
362bc2da
DL
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
ecc54057 3296 lock and unlock mailboxes.
362bc2da
DL
3297 (mail_spool_name): New function.
3298
3299 * movemail.c: Fix an uninitialized variable which could cause
ecc54057
JB
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.
362bc2da
DL
3303
33041996-12-16 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
3305
3306 * pop.c (socket_connection): Free realhost after using it.
3307
ecc54057 33081996-12-04 Francesco Potort\e,Al\e(B <F.Potorti@cnuce.cnr.it>
362bc2da
DL
3309
3310 * etags.c (C_entries): Test tok.valid. This handles some
3311 particular cases involving function declarations that failed.
3312
33131996-11-22 Charles Hannum <mycroft@gnu.ai.mit.edu>
1c478461 3314
362bc2da
DL
3315 * pop.c (socket_connection):
3316 gethostbyname may return a pointer to static data.
3317 krb_realmofhost can clobber it. So copy it.
3318
ecc54057 33191996-11-14 Francesco Potort\e,Al\e(B <F.Potorti@cnuce.cnr.it>
362bc2da
DL
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
ecc54057 33261996-11-13 Francesco Potort\e,Al\e(B <F.Potorti@cnuce.cnr.it>
362bc2da
DL
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
ecc54057 33361996-11-08 Francesco Potort\e,Al\e(B <F.Potorti@cnuce.cnr.it>
362bc2da
DL
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
33421996-11-03 Paul Eggert <eggert@twinsun.com>
3343
3344 * rcs2log: When processing cvs log output, remove `Attic/' from
ecc54057 3345 repository file names.
362bc2da
DL
3346
33471996-10-22 Karl Heuer <kwzh@gnu.ai.mit.edu>
3348
3349 * emacsserver.c: Fix 1996-09-02 change.
3350
33511996-10-12 Paul Eggert <eggert@twinsun.com>
3352
3353 * rcs2log (rlog_options): Look for ' option' rather than 'unknown
ecc54057 3354 option', since CVS says 'invalid option'.
362bc2da
DL
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
33591996-10-06 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
3360
3361 * etags.c (etags_getcwd) [WINDOWSNT]: Convert backslashes to slashes.
3362
ecc54057 33631996-10-02 Francesco Potort\e,Al\e(B <F.Potorti@cnuce.cnr.it>
362bc2da
DL
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
33721996-09-29 Dave Love <d.love@dl.ac.uk>
3373
3374 * rcs2log (date): Make default format acceptable to CVS post v1.8
ecc54057 3375 as well as earlier CVSs and RCS.
362bc2da
DL
3376
33771996-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
33821996-09-25 Paul Eggert <eggert@twinsun.com>
3383
3384 * rcs2log (rlog_options): Use $rlog, not rlog, when deciding
ecc54057 3385 whether to append -zLT.
362bc2da
DL
3386
33871996-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
33921996-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
33971996-09-06 Erik Naggum <erik@naggum.no>
3398
3399 * emacsserver.c (main): Declare `fromlen' as size_t.
3400
34011996-09-02 Eli Zaretskii <eliz@is.elta.co.il>
3402
3403 * etags.c (etags_getcwd): Use getcwd if available even if MSDOS.
3404
34051996-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.
ecc54057 3415 (xmalloc, fatal, error): New functions.
362bc2da
DL
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
34201996-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.
1c478461 3427
362bc2da
DL
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
34361996-08-31 Geoff Voelker <voelker@cs.washington.edu>
3437
3438 * makefile.nt (lisp): Include dos-nt.elc.
3439
34401996-08-31 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
3441
3442 * Makefile.in (blessmail): Use $srcdir to find blessmail.el.
3443
34441996-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
34491996-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
34591996-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
34631996-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
34821996-08-23 Eli Zaretskii <eliz@is.elta.co.il>
3483
3484 * hexl.c: Include <config.h>, so DOS_NT is defined on MSDOS.
3485
34861996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
3487
3488 * Version 19.33 released.
3489
34901996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
3491
3492 * Version 19.32 released.
3493
34941996-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
34991996-07-16 Andrew Innes <andrewi@harlequin.co.uk>
3500
3501 * makefile.nt (clean): Use OBJDIR macro.
3502
35031996-07-16 Karl Heuer <kwzh@gnu.ai.mit.edu>
3504
3505 * cvtmail.c, sorted-doc.c, yow.c, emacsserver.c: Undo previous change.
3506
c60ee5e7 35071996-07-15 David Mosberger-Tang <davidm@AZStarNet.com>
362bc2da 3508
ecc54057 3509 * cvtmail.c, sorted-doc.c, yow.c [__GNU_LIBRARY__]: Use <string.h>.
362bc2da
DL
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
35131996-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
35181996-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
35231996-07-01 Andrew Innes <andrewi@harlequin.co.uk>
3524
3525 * makefile.nt: Remove all references to wakeup.
3526
ecc54057 35271996-06-28 Francesco Potort\e,Al\e(B <F.Potorti@cnuce.cnr.it>
362bc2da
DL
3528
3529 * etags.c (C_stab_entry): New keywords for C++ namespace, bool,
3530 explicit, mutable, typename.
3531
35321996-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
35371996-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
35451996-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
35501996-06-06 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
3551
3552 * etags.c (main): Copy cwd when appending slash.
3553
35541996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
3555
3556 * Version 19.31 released.
3557
ecc54057 35581996-05-17 Francesco Potort\e,Al\e(B <F.Potorti@cnuce.cnr.it>
362bc2da
DL
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
c60ee5e7 35641996-05-03 Andrew Innes <andrewi@harlequin.co.uk>
362bc2da
DL
3565
3566 * makefile.nt (OBJDIR, BLD): Remove macro definitions.
3567
c60ee5e7 35681996-05-03 Andrew Innes <andrewi@harlequin.co.uk>
362bc2da
DL
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
35811996-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
35871996-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
35921996-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.
1c478461 3613 Macro SOCKET_ERROR undefined.
362bc2da
DL
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
36311996-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
36351996-04-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3636
3637 * etags.c [WINDOWSNT]: Include io.h.
3638
36391996-04-10 Geoff Voelker <voelker@cs.washington.edu>
3640
3641 * makefile.nt (CTAGSOBJ): Compile with regexp support.
3642
36431996-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
36511996-04-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3652
3653 * etags.c (absolute_filename): Use absolutefn.
3654
36551996-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
36671996-03-27 Geoff Voelker <voelker@cs.washington.edu>
3668
3669 * makefile.nt: Change uses of del to $(DEL).
3670
ecc54057 36711996-03-22 Francesco Potort\e,Al\e(B <F.Potorti@cnuce.cnr.it>
362bc2da
DL
3672
3673 * etags.c (just_read_file): Reset lineno and charno on entry.
3674
36751996-03-15 Anders Lindgren <andersl@csd.uu.se>
3676
3677 * etags.c: Prolog language totaly rewritten.
ecc54057 3678 (Prolog_functions): Rewritten from scratch.
362bc2da 3679 (skip_comment, prolog_getit): Removed.
ecc54057
JB
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.
362bc2da 3684
ecc54057 36851996-03-14 Francesco Potort\e,Al\e(B <F.Potorti@cnuce.cnr.it>
362bc2da
DL
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.
1c478461 3690
362bc2da
DL
36911996-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
37041996-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
37091996-03-18 Geoff Voelker <voelker@cs.washington.edu>
3710
3711 * ntlib.c (getpid): New function.
3712
37131996-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
37181996-02-21 Noah Friedman <friedman@prep.ai.mit.edu>
3719
3720 * tcp.c (main): Convert port to network byte order.
3721
37221996-01-20 Karl Heuer <kwzh@gnu.ai.mit.edu>
3723
3724 * pop.c (pop_retrieve, getline): Avoid type clashes.
3725
37261996-01-19 Karl Heuer <kwzh@gnu.ai.mit.edu>
3727
3728 * etags.c (enum sym_type, anonymous enum): Delete final comma.
3729
37301996-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
37361996-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
37421996-01-10 Karl Heuer <kwzh@gnu.ai.mit.edu>
3743
3744 * etags.c (consider_token): Fix typo in expression.
3745
37461996-01-04 Paul Eggert <eggert@twinsun.com>
3747
3748 * etags.c (substitute): Fix spelling in message.
3749
37501996-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.
1c478461 3755
362bc2da
DL
37561996-01-02 Karl Heuer <kwzh@gnu.ai.mit.edu>
3757
3758 * emacsserver.c (main): Do chmod based on existing permission.
3759
37601995-12-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3761
3762 * Makefile.in (install): Turn on read/execute permission.
3763
37641995-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
37691995-12-01 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
3770
3771 * Makefile.in (THIS_IS_MAKEFILE): Renamed from THIS_IS_YMAKEFILE.
3772
ecc54057 37731995-12-07 Francesco Potort\e,Al\e(B <pot@cnuce.cnr.it>
362bc2da
DL
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
ecc54057 37851995-12-06 Francesco Potort\e,Al\e(B <pot@cnuce.cnr.it>
362bc2da
DL
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
ecc54057 38021995-12-04 Francesco Potort\e,Al\e(B <pot@cnuce.cnr.it>
362bc2da 3803
2f2c687b 3804 * Makefile.in (ctags): Depend on etags only for simplicity;
ecc54057 3805 compile with regexp support enabled.
362bc2da
DL
3806
38071995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3808
3809 * Version 19.30 released.
3810
38111995-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
38161995-11-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3817
3818 * Makefile.in (regex.o): Depend on ../src/config.h.
3819
38201995-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
38251995-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
ecc54057 38311995-11-06 Francesco Potort\e,Al\e(B (pot@cnuce.cnr.it)
362bc2da
DL
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
ecc54057 38441995-11-02 Francesco Potort\e,Al\e(B (pot@cnuce.cnr.it)
362bc2da
DL
3845
3846 * etags.c (lowcase): Use the standard tolower function.
3847 (substitute): Remove some wrong and some useless code related with
a64387ee 3848 escape '\' character in regexp replacement string.
362bc2da
DL
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
38571995-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
38621995-08-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3863
3864 * test-distrib.c: Add #undef for open, close, read, write.
3865
38661995-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
ecc54057 38721995-08-17 Francesco Potort\e,Al\e(B (pot@cnuce.cnr.it)
362bc2da
DL
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
1c478461 3880 use the `named' member, check whether `name' is NULL instead.
362bc2da
DL
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
1c478461 3884 removed from pfnote call, some code cleanup.
362bc2da
DL
3885 (relative_filename): Free temporary space allocated by concat.
3886
38871995-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
38921995-08-12 Karl Heuer <kwzh@gnu.ai.mit.edu>
3893
3894 * fakemail.c (xrealloc): Change cast to match return type.
3895
38961995-08-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3897
3898 * fakemail.c (xmalloc, xrealloc): Use return-type long *.
3899
39001995-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
39051995-08-05 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3906
3907 * movemail.c (main): Mention lock file name in error message.
3908
39091995-07-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3910
3911 * profile.c (gettimeofday): New function, defined if necessary.
3912
39131995-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
39181995-07-17 Michael Shields <shields@tembel.org>
3919
3920 * Makefile.in.in (tags): Synonym for `TAGS'.
3921
39221995-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
ecc54057 39271995-06-27 Francesco Potort\e,Al\e(B (pot@cnuce.cnr.it)
362bc2da 3928
2f2c687b
JB
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.
362bc2da
DL
3936
39371995-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
39431995-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
39491995-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
39551995-06-28 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3956
3957 * emacsserver.c: Make all error messages start with `Error: '.
ecc54057 3958 (fatal_error, perror_1): New functions, use throughout.
362bc2da
DL
3959
39601995-06-28 Paul Eggert <eggert@twinsun.com>
3961
3962 * rcs2log (CVSROOT, repository):
3963 Allow remote repositories a la CVS 1.4.
3964
ecc54057 39651995-06-27 Francesco Potort\e,Al\e(B (pot@cnuce.cnr.it)
362bc2da 3966
2f2c687b
JB
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.
362bc2da
DL
3974
39751995-06-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3976
3977 * movemail.c (main): Add newline in usage message.
3978
39791995-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
ecc54057 39831995-06-21 Francesco Potort\e,Al\e(B (pot@cnuce.cnr.it)
362bc2da
DL
3984
3985 * etags.c (find_entries): Rewind before rereading the input file.
3986
39871995-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
39941995-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
39991995-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
40061995-06-08 Karl Heuer <kwzh@gnu.ai.mit.edu>
4007
4008 * make-docfile.c [MSDOS]: #undef chdir.
4009
40101995-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
ecc54057 40151995-05-29 Francesco Potort\e,Al\e(B (pot@cnuce.cnr.it)
362bc2da
DL
4016
4017 * etags.c (etags_getcwd): Undo the /bin/pwd change. It may raise
4018 compatibility problems.
4019
40201995-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
40251995-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
ecc54057 40381995-05-23 Francesco Potort\e,Al\e(B (pot@cnuce.cnr.it)
362bc2da
DL
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
40431995-05-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4044
4045 * movemail.c (main): Increase lock timeout to five minutes.
4046
40471995-05-06 Geoff Voelker <voelker@cs.washington.edu>
4048
4049 * makefile.nt (obj): Use .c files.
4050
40511995-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
40641995-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
40711995-04-26 Karl Heuer <kwzh@gnu.ai.mit.edu>
4072
4073 * Makefile.in.in (extraclean): Depend on maintainer-clean, not
4074 realclean.
4075
40761995-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
40811995-04-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4082
4083 * emacsclient.c (main): Add argv[0] to an error message.
4084
40851995-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
40931995-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
41001995-04-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4101
4102 * emacsclient.c, emacsserver.c: Test NO_SOCKETS_IN_FILE_SYSTEM.
4103
41041995-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
41091995-04-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4110
4111 * emacsclient.c [Berkeley sockets version] (main): Declare getcwd.
4112
41131995-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
41181995-04-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4119
4120 * aixcc.lex: File deleted--surely obsolete now.
4121
41221995-03-23 Paul Eggert <eggert@twinsun.com>
4123
4124 * rcs2log (output_authors): Replace /[/]/ by /[\/]/, for
4125 portability to mawk and nawk.
4126
41271995-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
41321995-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.
07655e62 4137 (AWK): New environment variable (default `awk') for awk program name.
362bc2da
DL
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
41421995-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
ecc54057 41481995-03-13 Francesco Potort\e,Al\e(B (pot@cnuce.cnr.it)
362bc2da 4149
2f2c687b 4150 * etags.c (process_file): Free (filename) after using it.
362bc2da
DL
4151 (readline_internal): Do not access the char before start of line.
4152
ecc54057 41531995-02-22 Francesco Potort\e,Al\e(B (pot@cnuce.cnr.it)
362bc2da
DL
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
ecc54057 41611995-02-15 Francesco Potort\e,Al\e(B (pot@cnuce.cnr.it)
362bc2da
DL
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
ecc54057 41661995-02-14 Francesco Potort\e,Al\e(B (pot@cnuce.cnr.it)
362bc2da
DL
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
41791995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
4180
4181 * Makefile.in.in (maintainer-clean): Renamed from realclean.
4182
ecc54057 41831995-02-01 Francesco Potort\e,Al\e(B (pot@cnuce.cnr.it)
362bc2da
DL
4184
4185 * etags.c (pfnote): Initialise been_warned in the node.
4186 (C_entries): Removed a speed hack for the sake of clarity.
4187
ecc54057 41881995-01-18 Francesco Potort\e,Al\e(B (pot@cnuce.cnr.it)
362bc2da
DL
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
ecc54057 41941995-01-12 Francesco Potort\e,Al\e(B (pot@cnuce.cnr.it)
362bc2da
DL
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
42221995-01-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4223
4224 * movemail.c (main): Skip past the colon in inname.
4225
ecc54057 42261995-01-10 Francesco Potort\e,Al\e(B (pot@cnuce.cnr.it)
362bc2da
DL
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
ecc54057 42321995-01-10 Francesco Potort\e,Al\e(B (pot@cnuce.cnr.it)
362bc2da
DL
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
ecc54057 42401995-01-09 Francesco Potort\e,Al\e(B (pot@fly)
362bc2da
DL
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
42491995-01-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4250
4251 * etags.c (C_entries): Ignore carriage return at end of line.
4252
42531994-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
42601994-12-21 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
4261
4262 * yow.c: Include program name in error messages.
4263
42641994-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
42711994-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
42771994-12-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4278
4279 * emacsclient.c [!HAVE_SYSVIPC] (main): Fix error message diction.
4280
ecc54057 42811994-11-22 Francesco Potort\e,Al\e(B (pot@cnuce.cnr.it)
362bc2da 4282
2f2c687b
JB
4283 * etags.c (print_help): Print --regex usage for ctags also.
4284 (main): Use -h in addition to -H as abbreviation for --help.
362bc2da 4285
ecc54057 42861994-11-16 Francesco Potort\e,Al\e(B (pot@cnuce.cnr.it)
362bc2da
DL
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
ecc54057 43151994-11-16 Francesco Potort\e,Al\e(B (pot@cnuce.cnr.it)
362bc2da
DL
4316
4317 * etags.c (<errno.h>): #include added.
4318 (etags_getcwd): Check return value from getcwd.
4319
43201994-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
d57727c9 43251994-10-30 Geoff Voelker <voelker@cs.washington.edu>
362bc2da
DL
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
43371994-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
ecc54057 43471994-10-21 Francesco Potort\e,Al\e(B (pot@cnuce.cnr.it)
362bc2da 4348
2f2c687b 4349 * etags.c (prestr, substr): Return a logical type.
362bc2da 4350 (consider_token): Comment out "EXFUN". Use "DEFUN" instead of "DEF".
2f2c687b 4351 (consider_token): Set funcdef to fignore when a DEFUN is met.
362bc2da
DL
4352 (C_entries): Now we can use Tom Hageman patch for extern "C".
4353
43541994-10-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4355
4356 * movemail.c: PopServer renamed to popserver throughout.
4357
43581994-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
43631994-10-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4364
4365 * movemail.c: Don't declare malloc.
4366
43671994-10-19 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
4368
4369 * rcs-checkin: Use test -r instead of < to check readability, to
ecc54057 4370 avoid syntax error.
362bc2da
DL
4371
43721994-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
43861994-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
44051994-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
44231994-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
44281994-10-17 Karl Heuer <kwzh@gnu.ai.mit.edu>
4429
4430 * Makefile.in.in (regex.o): Use full path to find regex.c.
4431
ecc54057 44321994-10-17 Francesco Potort\e,Al\e(B (pot@fly.cnuce.cnr.it)
362bc2da 4433
2f2c687b
JB
4434 * Makefile.in.in (etags): Add dependency on regex.o, link with it.
4435 (REGEXPOBJ, REGEXPDEPS, regex.o): Target and macros added.
362bc2da
DL
4436
44371994-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
44521994-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
ecc54057 44591994-10-11 Francesco Potort\e,Al\e(B (pot@cnuce.cnr.it)
362bc2da
DL
4460
4461 * etags.c (C_entries): Name the #define's that are macros.
4462
44631994-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
ecc54057 44681994-09-29 Francesco Potort\e,Al\e(B (pot@cnuce.cnr.it)
362bc2da
DL
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
44771994-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
44921994-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
44971994-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
45041994-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
45091994-09-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4510
4511 * timer.c: Don't declare malloc.
4512
45131994-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
c60ee5e7 45191994-09-16 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
362bc2da
DL
4520
4521 * etags.c (etags_getcwd): Use getcwd if available.
4522
45231994-09-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4524
4525 * Version 19.27 released.
4526
45271994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4528
4529 * Version 19.26 released.
4530
45311994-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
45361994-08-09 Lawrence R. Dodd <dodd@roebling.poly.edu>
4537
4538 * rcs2log: Use <> to delimit email address.
4539
45401994-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
45451994-08-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4546
4547 * movemail.c: Include config.h first thing.
4548
45491994-08-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4550
4551 * emacsserver.c (main): Add casts to avoid warnings.
4552
45531994-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
45581994-07-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4559
4560 * emacsclient.c (main): New local var progname saves argv[0].
4561
45621994-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
45671994-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
45741994-07-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4575
4576 * timer.c (xmalloc): New function.
4577
45781994-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
45831994-07-08 Dave Love (d.love@dl.ac.uk)
4584
2f2c687b 4585 * etags.c (takeprec): Recognise `character*(*) function'.
362bc2da 4586
ecc54057 45871994-07-08 Francesco Potort\e,Al\e(B (pot@cnuce.cnr.it)
362bc2da 4588
ecc54057
JB
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.
362bc2da
DL
4591
45921994-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
45991994-06-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4600
4601 * Makefile.in.in (test-distrib): Use ALL_CFLAGS.
4602
ecc54057 46031994-06-03 Francesco Potort\e,Al\e(B (pot@fly.cnuce.cnr.it)
362bc2da
DL
4604
4605 * etags.c (absolute_filename): Remove infinite loop bug when
4606 accessing files in directories whose name begins with a dot.
4607
ecc54057 46081994-06-03 Francesco Potort\e,Al\e(B (pot@fly.cnuce.cnr.it)
362bc2da
DL
4609
4610 * etags.c (etags_getcwd): Delete the trailing newline from cwd.
4611
46121994-06-01 Morten Welinder (terra@diku.dk)
4613
4614 * yow.c (rootrelativepath) [MSDOS]: Define, expanding to dynamic
4615 location of data directory.
4616
46171994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4618
4619 * Version 19.25 released.
4620
46211994-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4622
4623 * Makefile.in.in (distclean): Delete Makefile, Makefile.in, blessmail.
4624
46251994-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4626
4627 * Makefile.in.in (blessmail): Don't depend on ../src/emacs.
4628
46291994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4630
4631 * Version 19.24 released.
4632
46331994-05-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4634
4635 * make-docfile.c (write_c_args): Put `default' in upper case.
4636
46371994-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
46421994-05-17 Karl Heuer (kwzh@gnu.ai.mit.edu)
4643
4644 * etags.c [!MSDOS]: Declare popen.
4645
46461994-05-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4647
4648 * b2m.c (main): Avoid crash if argc is 1.
4649
46501994-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
46561994-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
46601994-05-05 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
4661
4662 * Makefile.in.in: Fix out of date comment.
4663
46641994-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
46711994-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
46771994-05-02 Karl Heuer (kwzh@gnu.ai.mit.edu)
4678
4679 * Makefile.in.in (${archlibdir}): Be lenient about wc output format.
4680
46811994-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
46891994-04-30 Morten Welinder (terra@diku.dk)
4690
4691 * etags.c (find_entries): Treat `*.cpp' as C++ files.
4692
46931994-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
46991994-04-29 Morten Welinder (terra@diku.dk)
4700
4701 * hexl.c [MSDOS]: Don't define proto type for exit.
4702
47031994-04-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4704
4705 * b2m.c: Don't include string.h or strings.h.
4706
47071994-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
47121994-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
47171994-04-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4718
4719 * fakemail.c (readline): Fix updating of p when buffer grows.
4720
47211994-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
47261994-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
ecc54057 47311994-04-18 Francesco Potort\e,Al\e(B (pot@fly.cnuce.cnr.it)
362bc2da 4732
2f2c687b 4733 * etags.c (main, print_help): Eliminate the -F option.
362bc2da 4734
ecc54057 47351994-04-18 Francesco Potort\e,Al\e(B (pot@fly.cnuce.cnr.it)
362bc2da 4736
2f2c687b 4737 * etags.c (absolute_filename): Compare against '\0' instead of NULL.
362bc2da
DL
4738
47391994-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
47481994-04-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4749
4750 * movemail.c [HAVE_UNISTD_H]: Include unistd.h.
4751
ecc54057 47521994-04-12 Francesco Potort\e,Al\e(B (pot@fly.cnuce.cnr.it)
362bc2da
DL
4753
4754 * etags.c (etags_getcwd): Initialize bufsize.
4755
47561994-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
47611994-04-11 Karl Heuer (kwzh@gnu.ai.mit.edu)
4762
4763 * movemail.c (main): Use setuid, not seteuid.
4764
47651994-04-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4766
4767 * etags.c: #undef static.
4768
ecc54057 47691994-04-08 Francesco Potort\e,Al\e(B (pot@fly.cnuce.cnr.it)
362bc2da 4770
2f2c687b
JB
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,
362bc2da
DL
4774 Asm_labels, Lisp_functions, Pascal_functions, Scheme_functions,
4775 TeX_functions, Prolog_functions.
2f2c687b
JB
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.
362bc2da
DL
4780 (Asm_funcs): Now finds labels even without an ending colon.
4781
ecc54057 47821994-03-30 Francesco Potort\e,Al\e(B (pot@fly.cnuce.cnr.it)
362bc2da 4783
2f2c687b
JB
4784 * etags.c (main): Use etags_getcwd for compatibility.
4785 (etags_getcwd): New function.
362bc2da
DL
4786
47871994-03-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4788
4789 * Makefile.in (etags, ctags): Pass -D for VERSION.
4790
ecc54057 47911994-03-25 Francesco Potort\e,Al\e(B (pot@cnuce.cnr.it)
362bc2da 4792
2f2c687b
JB
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.
362bc2da 4798
ecc54057 47991994-03-23 Francesco Potort\e,Al\e(B (pot@cnuce.cnr.it)
362bc2da 4800
2f2c687b 4801 * etags.c (cwd, outfiledir): Vars added.
362bc2da
DL
4802 (relative_filename, absolute_filename, absolute_dirname):
4803 functions added to compute filenames in tags files.
2f2c687b 4804 (process_file): Filenames in tags file are relative to the
362bc2da 4805 directory where the tags file is (useful with the -o option).
2f2c687b
JB
4806 (main): Initialise the outfiledir var.
4807 (TYPEDST): Added the `tignore' value.
4808 (C_entries): Corrected various small bugs.
362bc2da
DL
4809
48101994-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.
1c478461 4815
362bc2da
DL
48161994-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
ecc54057 48211994-03-14 Francesco Potort\e,Al\e(B (pot@cnuce.cnr.it)
362bc2da 4822
2f2c687b
JB
4823 * etags.c (TYPEDST): Added the `tignore' value.
4824 (C_entries): Corrected various bugs, now correctly parses the
362bc2da
DL
4825 `extern "C" {' construction (patch by Tom R.Hageman).
4826
48271994-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
177c0ea7 48321994-03-03 Heiko Muenkel (muenkel@tnt.uni-hannover.de)
362bc2da
DL
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
48381994-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
48441994-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
48581994-02-23 Karl Heuer (kwzh@gnu.ai.mit.edu)
4859
4860 * profile.c (main, get_time): Don't crash on invalid input.
4861
48621994-02-22 Karl Heuer (kwzh@gnu.ai.mit.edu)
4863
4864 * profile.c (get_time): Simplify; avoid calling index.
2f2c687b 4865 (main): Exit on EOF.
362bc2da 4866
ecc54057 48671994-02-17 Francesco Potort\e,Al\e(B (pot@cnuce.cnr.it)
362bc2da 4868
a64387ee 4869 * etags.c (--absolute-pathnames): Option removed.
362bc2da
DL
4870
48711994-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
ecc54057 48751994-02-14 Francesco Potort\e,Al\e(B (pot@fly)
362bc2da 4876
2f2c687b
JB
4877 * etags.c (absolute_pathnames, cwd): Added global vars.
4878 (longopts, print_help, main, process_file): Put absolute filenames
362bc2da 4879 in the tag file if the -A --absolute-pathnames option is used.
2f2c687b
JB
4880 (print_help): Alfabetically order the options.
4881 (malloc, realloc, strcpy, strncpy, strcmp): Remove extern declar.
362bc2da
DL
4882
48831994-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
48881994-02-07 Christian Lynbech (lynbech@avignon)
4889
4890 * emacsserver.c (main) [HAVE_SYSVIPC]: Reverse test of fork value.
4891
48921994-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
48991994-01-16 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
c60ee5e7 4900
88c71720 4901 * make-docfile.c: Make the argument list output look more like the
c60ee5e7 4902 Lisp docstrings do.
88c71720 4903 (write_c_args): Take new arg FUNC. Make output
362bc2da
DL
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
ecc54057 49071994-01-14 Francesco Potort\e,Al\e(B (pot@cnuce.cnr.it)
362bc2da
DL
4908
4909 * etags.c (stab_entry, stab_create, stab_find, stab_search,
2f2c687b 4910 stab_type, add_keyword, C_reate_stab, C_create_stabs): Deleted.
362bc2da 4911 Use gperf generated hash table instead of linked list.
2f2c687b 4912 (C_stab_entry, hash, in_word_set, get_C_stab, C_symtype): Added.
362bc2da 4913 Mostly code generated by gperf.
2f2c687b
JB
4914 (consider_token): Removed unused parameter `lp'.
4915 (PF_funcs, getit): Allow subroutine and similar declarations
362bc2da 4916 to span multiple lines.
2f2c687b
JB
4917 (C_entries): Check for newline if inchar to avoid bus errors.
4918 (process_file, find_entries): Distinguish among nonexistent
362bc2da
DL
4919 and not regular file.
4920
49211994-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
49291994-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.
1c478461 4935 (getevent): Use read, not getchar. Handle EINTR and EAGAIN.
362bc2da
DL
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
49451994-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
49501994-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
49641994-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
49721993-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
49881994-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
49951993-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
50001993-12-07 Richard Stallman (rms@srarc2)
5001
5002 * make-docfile.c (scan_lisp_file): Don't add newline at end of string.
5003
50041993-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
50101993-12-03 Paul Eggert (eggert@twinsun.com)
5011
5012 * vcdiff: Add --brief option.
5013
50141993-12-02 Richard Stallman (rms@srarc2)
5015
5016 * Makefile.in (${archlibdir}, install): Use $(INSTALL_PROGRAM)
5017 for all executables and scripts.
5018
50191993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5020
5021 * Version 19.22 released.
5022
50231993-11-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5024
5025 * Makefile.in (mostlyclean): Make it distinct from clean.
5026
50271993-11-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5028
5029 * Makefile.in (${archlibdir}): Don't do chown or chgrp.
5030
50311993-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
50391993-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
50451993-11-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5046
5047 * Version 19.20 released.
5048
177c0ea7 50491993-11-08 Tom Hageman (tom@basil.icce.rug.nl)
362bc2da 5050
ecc54057 5051 * etags.c (C_entries): Keep track of ()-parenthesis level so that
362bc2da
DL
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.
2f2c687b 5055 (C_entries, CNL): Use it to isolate preprocessor directive processing
362bc2da 5056 from the other state engines.
2f2c687b 5057 (begtk): Add '~', for C++ class destructors.
362bc2da 5058
ecc54057 50591993-11-02 Francesco Potort\e,Al\e(B (pot@cnuce.cnr.it)
362bc2da 5060
2f2c687b
JB
5061 * etags.c (consider_token): Removed unused variable firsttok.
5062 (prolog_getit): Call pfnote with the right number of arguments.
362bc2da
DL
5063
50641993-10-19 Paul Eggert (eggert@twinsun.com)
5065
5066 * rcs2log (printlogline): Don't generate lines containing only
5067 white space.
5068
50691993-10-04 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
5070
5071 * Makefile.in (${archlibdir}):
5072 Install ${SCRIPTS} from ${srcdir}, not cwd.
5073
50741993-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
ecc54057 50791993-10-01 Francesco Potort\e,Al\e(B (pot@cnuce.cnr.it)
362bc2da 5080
2f2c687b 5081 * etags.c (process_file): Dead code removed.
362bc2da 5082 (S_ISREG): #define it using S_IFREG if not defined.
2f2c687b 5083 (process_file): Regular files have nothing to do with symlinks.
362bc2da
DL
5084
50851993-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
50941993-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
50991993-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
51041993-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
ecc54057 51101993-09-20 Francesco Potort\e,Al\e(B (pot@fly)
362bc2da
DL
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
51171993-09-11 Roland McGrath (roland@baalperazim.gnu.ai.mit.edu)
5118
5119 * yow.c: Include <src/paths.h>, instead of "src/paths.h".
5120
51211993-09-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
5122
88c71720
KS
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.
362bc2da
DL
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
51331993-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
51411993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5142
5143 * Version 19.19 released.
5144
51451993-08-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5146
5147 * Makefile.in (make-path): Dep on config.h.
5148
51491993-08-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5150
5151 * b2m.c (TRUE, FALSE): Don't define if already defined.
5152
51531993-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
51601993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5161
5162 * Version 19.18 released.
5163
ecc54057 51641993-08-04 Francesco Potort\e,Al\e(B (pot@spiff.gnu.ai.mit.edu)
362bc2da 5165
2f2c687b
JB
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.
362bc2da
DL
5170
51711993-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
51761993-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
ecc54057 51801993-07-30 Francesco Potort\e,Al\e(B (pot@cnuce.cnr.it)
362bc2da 5181
ecc54057 5182 * etags.c (FINCST): Added the fignore status. Means we are
362bc2da
DL
5183 after the parameter list and before the open curly brace.
5184 Allows correct parsing of C++ constructors.
2f2c687b
JB
5185 (C_entries, consider_token): Make use of fignore.
5186 (consider_token): Reset funcdef when next_token_is_func: when in
362bc2da 5187 ctags mode makes DEFVAR and others work better.
2f2c687b
JB
5188 (L_isquote): Function that recognises the "(quote" string.
5189 (L_getit): Ignore quoting via "'" or "(quote". Useful for defalias.
362bc2da
DL
5190
51911993-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
51961993-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
52021993-07-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5203
5204 * Makefile.in (install): Use .n, not .new, for temporary filenames.
5205
52061993-07-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5207
ecc54057 5208 * Version 19.17 released.
362bc2da
DL
5209
52101993-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
ecc54057 52191993-07-08 Francesco Potort\e,Al\e(B (pot@cnuce.cnr.it)
362bc2da 5220
2f2c687b
JB
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.
362bc2da 5225
ecc54057 52261993-07-08 Francesco Potort\e,Al\e(B (pot@cnuce.cnr.it)
362bc2da 5227
2f2c687b 5228 * etags.c (consider_token): Was `==', now is `='.
362bc2da
DL
5229 (consider_token): DEFUNs now treated like funcs in ctags mode.
5230
2f2c687b
JB
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
362bc2da
DL
5235 is met. This handles "typedef int X, Y, Z;" correctly.
5236
52371993-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
52441993-06-30 Paul Eggert (eggert@twinsun.com)
5245
5246 * vcdiff: Add -q option.
5247
52481993-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
52541993-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
52591993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5260
5261 * version 19.15 released.
5262
52631993-06-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5264
5265 * etags.c (add_node): Move var last_node to file scope.
5266
52671993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5268
5269 * Version 19.14 released.
5270
52711993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5272
ecc54057 5273 Bring mumbleclean targets into conformance with GNU coding standards.
362bc2da
DL
5274 * Makefile.in (distclean): Call clean to do most of the work.
5275 Delete aixcc.c and TAGS.
5276 (realclean): Just call distclean.
1c478461 5277
362bc2da
DL
5278 * Makefile.in: Remember, spaces are not tabs.
5279
52801993-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
52861993-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
52911993-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
53001993-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
53071993-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
53171993-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
53241993-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5325
5326 * wakeup.c (main): Make when a time_t.
5327
53281993-05-30 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5329
ecc54057 5330 * Makefile.in (${archlibdir}): Use `(cd foo && pwd)' instead of
a64387ee 5331 `(cd foo ; pwd)' to get the canonical name of a directory; cd
362bc2da
DL
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
53371993-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5338
5339 * Version 19.10 released.
5340
53411993-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
53461993-05-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5347
5348 * Makefile.in (timer): Link with $(LOADLIBES).
5349
53501993-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
53541993-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
53591993-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
53641993-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
53701993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
5371
5372 * Version 19.9 released.
5373
53741993-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
53831993-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
53911993-05-24 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5392
5393 * Version 19.8 released.
5394
5395 * make-docfile.c: Doc fix.
5396
53971993-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
54021993-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
1c478461 5405 appropriate.
362bc2da
DL
5406
5407 * Makefile.in (install): Refer to the variables INSTALLABLES and
5408 INSTALLABLE_SCRIPTS, instead of writing them out.
5409
54101993-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5411
5412 * make-path.c (main): Return 0.
5413
54141993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
5415
ecc54057 5416 * Version 19.7 released.
362bc2da
DL
5417
54181993-05-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5419
5420 * make-docfile.c (scan_lisp_file): Recognize defalias like fset.
5421
54221993-05-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5423
5424 * tcp.c: New file.
5425
54261993-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
54301993-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
54591993-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
54641993-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
54781993-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
54861993-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
54931993-04-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
5494
5495 * Makefile.in (DEFS): Renamed from CONFIG_CFLAGS.
5496
54971993-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
55021993-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
ecc54057 55081993-03-22 Francesco Potort\e,Al\e(B (pot@cnuce.cnr.it)
362bc2da 5509
2f2c687b
JB
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.
362bc2da 5514 (get_C_stab): c_ext becomes c_ext&C_PLPL.
2f2c687b
JB
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.
362bc2da 5518
ecc54057 55191993-03-16 Francesco Potort\e,Al\e(B (pot@cnuce.cnr.it)
362bc2da
DL
5520
5521 * etags.c (C_entries): ':' case moved to the second switch.
2f2c687b 5522 (C_entries): Do not examine token if structdef==scolonseen.
362bc2da
DL
5523 (consider_token): structtag set to null string for enum.
5524
ecc54057 55251993-03-12 Francesco Potort\e,Al\e(B (pot@cnuce.cnr.it)
362bc2da 5526
2f2c687b
JB
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.
362bc2da
DL
5537 (C_create_stab): "auto", "void", "extern", "static" are st_C_typespec.
5538 All C state machines rewritten.
2f2c687b
JB
5539 (C_entries): Complete rewrite.
5540 (condider_token): Complete rewrite.
5541 (getline): Deleted.
362bc2da 5542
ecc54057 55431993-03-01 Francesco Potort\e,Al\e(B (pot@fly.CNUCE.CNR.IT)
362bc2da
DL
5544
5545 * etags.c (C_entries): Added the quotednl logical variable.
5546 Used for parsing of #define's spanning multiple lines.
5547
ecc54057 55481993-02-23 Francesco Potort\e,Al\e(B (pot@fly.CNUCE.CNR.IT)
362bc2da
DL
5549
5550 * etags.c (C_entries): Save the definedef status even when a
5551 newline is met inside a string.
5552
55531993-03-19 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
5554
2f2c687b 5555 * Makefile.in (EXECUTABLES): Added rcs-checkin.
362bc2da
DL
5556
5557 * Makefile.in (unlock, relock): New productions.
5558
55591993-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
55661993-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
55751993-03-06 Jim Blandy (jimb@totoro.cs.oberlin.edu)
5576
5577 * b2m.c (main): Don't exit upon reading a blank line.
5578
ecc54057 55791993-03-01 Francesco Potort\e,Al\e(B (pot@fly.CNUCE.CNR.IT)
362bc2da
DL
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
55871993-02-26 Jim Blandy (jimb@totoro.cs.oberlin.edu)
5588
5589 * timer.c (notify): Initialize waitfor properly.
5590
ecc54057 55911993-02-22 Francesco Potort\e,Al\e(B (pot@CNUCE.CNR.IT)
362bc2da
DL
5592
5593 * etags.c (C_entries): Don't reset definedef when a newline inside a
5594 comment is met.
5595
55961993-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
56011993-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
56081992-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
56271992-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
56421992-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
56491992-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
56541992-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
56601992-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
56681992-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
56751992-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
56791992-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
56841992-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
56891992-08-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5690
5691 * emacsclient.c (main): Set IPC_CREAT in msgget call.
5692
56931992-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
56981992-08-20 Jim Blandy (jimb@pogo.cs.oberlin.edu)
5699
5700 * etags.c (PF_funcs): Recognize the "entry" keyword.
5701
57021992-08-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
5703
5704 * Makefile.in: Add rcs2log and vcdiff to the list of utilities.
5705
57061992-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
57431992-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
57521992-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
57571992-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
57651992-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
57741992-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.
1c478461 5779 (skip_white, read_lisp_symbol): New functions.
362bc2da
DL
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
57851992-06-25 Jim Blandy (jimb@pogo.cs.oberlin.edu)
5786
5787 * movemail.c (strcpy): Declare this to return char *.
5788
57891992-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
57941992-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
57991992-06-04 Roland McGrath (roland@geech.gnu.ai.mit.edu)
5800
5801 * etags.c (consider_token): Recognize `ENTRY' macro used in libc.
5802
58031992-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
58071992-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
58131992-05-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5814
5815 * make-docfile.c (write_c_args): Pass both arguments to putc.
5816
58171992-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
58271992-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
58321992-05-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5833
5834 * movemail.c [POP]: Get user name via getpwuid.
5835
58361992-05-04 Jim Blandy (jimb@pogo.cs.oberlin.edu)
5837
2f2c687b 5838 * Makefile.in: Flags in CC invocations rearranged for no reason.
362bc2da
DL
5839
58401992-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
58451992-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
58511992-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
58561992-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
1c478461 5862 information.
362bc2da
DL
5863
58641992-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
58721992-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
58801992-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
59061992-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
59111992-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
59181992-03-31 Jim Blandy (jimb@pogo.cs.oberlin.edu)
5919
ecc54057 5920 * lib-src/Makefile, etc/MACHINES, etc/NEWS: Changed references to
362bc2da
DL
5921 `config.emacs' to `configure'.
5922
5923 * lib-src/Makefile: Adjusted for renaming of share-lib to etc.
5924 * etc/MACHINES: Same.
5925
59261992-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
59361992-03-20 Jim Kingdon (kingdon@albert.gnu.ai.mit.edu)
5937
5938 * SERVICE: Remove my entry.
5939
59401992-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
dff28924 59501992-02-07 Jim Blandy (jimb@pogo.cs.oberlin.edu)
362bc2da
DL
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
dff28924 59571992-01-19 Eric Youngdale (youngdale@v6550c.nrl.navy.mil)
362bc2da
DL
5958
5959 * etags-vmslib.c (fn_exp): Add type cast.
5960
59611992-01-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5962
5963 * movemail.c: Changes in comments.
5964
dff28924 59651992-01-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
362bc2da
DL
5966
5967 * Makefile: Make the distclean target erase the DOC files from
5968 ../share-lib and the executables from ../arch-lib.
5969
dff28924 59701992-01-09 Jim Blandy (jimb@pogo.cs.oberlin.edu)
362bc2da
DL
5971
5972 * emacsclient.c: #include <sys/stat.h>
5973 (main): Do declare statbfr.
5974
dff28924 59751991-12-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
362bc2da
DL
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
dff28924 59911991-12-04 Jim Blandy (jimb@pogo.gnu.ai.mit.edu)
362bc2da
DL
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
59981991-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
dff28924 60071991-07-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
362bc2da
DL
6008
6009 * wakeup.c: Terminate if parent goes away.
6010
dff28924 60111991-07-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
362bc2da
DL
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.
a64387ee 6016 (consider_token): Likewise.
362bc2da 6017
dff28924 60181991-04-11 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
362bc2da
DL
6019
6020 * etags.c (TEX_mode): Skip comments while scanning the text to see
6021 which escape character this file uses.
6022
dff28924 60231991-03-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
362bc2da
DL
6024
6025 * emacsserver.c [USG]: Terminate if msgrcv fails.
6026
dff28924 60271991-03-03 Richard Stallman (rms@mole.ai.mit.edu)
362bc2da
DL
6028
6029 * emacsserver.c [BSD]: Check for errors on stdin after scanf.
6030
dff28924 60311991-01-25 Jim Blandy (jimb@churchy.ai.mit.edu)
362bc2da
DL
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
dff28924 60391991-01-14 Jim Blandy (jimb@churchy.ai.mit.edu)
362bc2da
DL
6040
6041 * make-docfile: Read the .elc files generated by the new byte
6042 compiler.
6043
dff28924 60441990-12-31 Richard Stallman (rms@mole.ai.mit.edu)
362bc2da
DL
6045
6046 * refcard.tex: Use cm fonts, not am, in multi-column mode.
6047
dff28924 60481990-11-29 Richard Stallman (rms@mole.ai.mit.edu)
362bc2da
DL
6049
6050 * movemail.c (mbx_delimit_begin): Put space before `unseen'.
6051
dff28924 60521990-11-27 Richard Stallman (rms@mole.ai.mit.edu)
362bc2da
DL
6053
6054 * Makefile (install*): No need to install wakeup.
6055
dff28924 60561990-11-26 Richard Stallman (rms@mole.ai.mit.edu)
362bc2da
DL
6057
6058 * Makefile (install*): Install emacsclient like etags.
6059
dff28924 60601990-11-13 Richard Stallman (rms@mole.ai.mit.edu)
362bc2da
DL
6061
6062 * movemail.c (error): Handle 3 args.
6063 (main): Don't check input access if using pop.
6064
dff28924 60651990-10-16 Richard Stallman (rms@mole.ai.mit.edu)
362bc2da
DL
6066
6067 * etags.c (find_entries): Check for numbers after Scheme suffix.
6068
dff28924 60691990-10-14 Richard Stallman (rms@mole.ai.mit.edu)
362bc2da
DL
6070
6071 * termcap.dat (vt200-80): Fix ke and ks to frob flag 1.
6072
dff28924 60731990-10-09 Richard Stallman (rms@mole.ai.mit.edu)
362bc2da
DL
6074
6075 * Makefile (nemacstool, xvetool): New targets.
6076
dff28924 60771990-09-26 Richard Stallman (rms@mole.ai.mit.edu)
362bc2da
DL
6078
6079 * emacsclient.c: Include errno.h and define related variables.
6080
dff28924 60811990-09-23 Richard Stallman (rms@mole.ai.mit.edu)
362bc2da
DL
6082
6083 * emacsclient.c: Change usage message.
6084
dff28924 60851990-08-30 David Lawrence (tale@pogo.ai.mit.edu)
362bc2da 6086
ecc54057 6087 * emacs.1: Add break before -nw option.
362bc2da 6088
dff28924 60891990-08-19 David J. MacKenzie (djm@apple-gunkies)
362bc2da
DL
6090
6091 * qsort.c: Replace with GNU version.
6092
dff28924 60931990-08-14 David J. MacKenzie (djm@apple-gunkies)
362bc2da
DL
6094
6095 * wakeup.c: New program replacing loadst.c.
6096
dff28924 60971990-08-14 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
6098
6099 * emacsclient.c [USG]: Pass msgsnd only 4 args.
6100
dff28924 61011990-08-09 David J. MacKenzie (djm@pogo.ai.mit.edu)
362bc2da
DL
6102
6103 * etags.c: Rename `flag' variables for what they do instead of
6104 which option character sets them.
6105
dff28924 61061990-05-28 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
6107
6108 * loadst.c (main): Conditional to get load average on Apollo.
6109
dff28924 61101990-05-22 Joseph Arceneaux (jla@churchy.ai.mit.edu)
362bc2da
DL
6111
6112 * emacsserver.c: Set the permission on the socket to 0600.
6113
dff28924 61141990-03-27 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
6115
6116 * emacsclient.c [BSD]: Print clean message for failing getwd.
6117
dff28924 61181990-03-20 David Lawrence (tale@pogo.ai.mit.edu)
362bc2da
DL
6119
6120 * getdate.y: Use the getdate.y from GNU tar for timer.
6121
dff28924 61221990-03-18 Jim Kingdon (kingdon@pogo.ai.mit.edu)
362bc2da
DL
6123
6124 * emacsclient.c (main): Don't put brackets around "filename" in
6125 usage message. It isn't optional.
6126
dff28924 61271990-03-14 Joseph Arceneaux (jla@churchy.ai.mit.edu)
362bc2da 6128
a64387ee 6129 * etags.c (getit): Recognize '$' as beginning identifiers.
362bc2da 6130
dff28924 61311990-02-22 David Lawrence (tale@pogo.ai.mit.edu)
362bc2da
DL
6132
6133 * emacsserver.c: Renamed from server.c.
6134 * Makefile: Reference emacsserver rather than server.
6135 * MACHINES: Doc fix for new emacsserver name.
6136
dff28924 61371990-01-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
6138
6139 * emacsclient.c: Print program name in error messages.
6140
dff28924 61411990-01-19 David Lawrence (tale@cocoa-puffs)
362bc2da
DL
6142
6143 * timer.c, getdate.y (new files) and Makefile:
6144 Sub-process support for run-at-time in timer.el.
1c478461 6145 Doesn't yet work correctly for USG.
362bc2da 6146
dff28924 61471990-01-10 Jim Kingdon (kingdon@pogo)
362bc2da
DL
6148
6149 * MACHINES: Add HP 300 running BSD.
6150
dff28924 61511990-01-02 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
6152
6153 * yow.c: Dynamically allocate buffer; skip header before random
6154 choice to avoid bias toward first item.
6155
dff28924 61561989-12-24 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
6157
6158 * etags.c (readline): Separate out init of `pend'.
6159
dff28924 61601989-12-17 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
6161
6162 * etags.c: Undo changes relating to isgoodhdr.
6163
dff28924 61641989-12-16 Mosur Mohan (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
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
dff28924 61771989-12-05 Joseph Arceneaux (jla@spiff)
362bc2da
DL
6178
6179 * MACHINES: Change for the ULTRIX entry.
6180
dff28924 61811989-11-21 Joseph Arceneaux (jla@spiff)
362bc2da
DL
6182
6183 * etags.c (process_file): If file is not regular, return.
6184
dff28924 61851989-11-06 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
6186
6187 * loadst.c (main): Handle FIXUP_KERNEL_SYMBOL_ADDR.
6188
dff28924 61891989-10-30 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
6190
6191 * loadst.c (load_average): If HAVE_GETLOADAVG, use getloadavg.
6192 (main): If HAVE_GETLOADAVG, don't call `nlist'.
6193
dff28924 61941989-10-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
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
dff28924 62011989-08-27 Richard Stallman (rms@apple-gunkies.ai.mit.edu)
362bc2da
DL
6202
6203 * etags.c (main): Don't depend on name invoked by.
6204 If CTAGS is not defined, assume it is ETAGS.
6205
dff28924 62061989-07-31 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
6207
6208 * etags.c (L_funcs): Allow package name in define construct,
6209 as in (foo::defmumble name-defined ...).
6210
dff28924 62111989-07-30 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
6212
6213 * etags.c (find_entries): Stupid bug testing for C filename suffixes.
6214
6215 * Makefile (yow): Depends on ../src/paths.h.
6216
dff28924 62171989-07-04 Richard Stallman (rms@apple-gunkies.ai.mit.edu)
362bc2da
DL
6218
6219 * etags.c: Fix compilation by moving Pascal after Fortran.
6220
dff28924 62211989-06-15 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
6222
6223 * movemail.c [USG]: Define F_OK, etc., if not found in header.
6224
dff28924 62251989-05-27 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
6226
6227 * hexl.c: New file, supports hexl-mode.
6228
dff28924 62291989-05-14 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
6230
6231 * movemail.c: New compilation flag MAIL_USE_MMDF.
6232
dff28924 62331989-05-08 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
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
dff28924 62411989-04-27 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
6242
6243 * movemail.c: Report failure of flock.
6244
dff28924 62451989-04-19 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
6246
6247 * etags.c (find_entries): Allow multi-letter extensions for fortran.
6248
dff28924 62491989-04-18 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da 6250
2f2c687b 6251 * loadst.c: On bsd4.3, use gettimeofday instead of CPUSTATES.
362bc2da 6252
dff28924 62531989-03-15 Jeff Peck (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
6254
6255 * emacstool.c: setenv IN_EMACSTOOL=t, TERM=sun, TERMCAP=.
6256
2f2c687b 6257 * emacsstool.1: Update to document environment variables.
362bc2da 6258
dff28924 62591989-02-21 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
6260
6261 * etags.c (PAS_funcs): New function by Mosur Mohan.
6262
6263 * movemail.c: On sysv, include unistd.h.
6264
dff28924 62651989-02-18 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
6266
6267 * b2m.c: New file.
6268
dff28924 62691989-02-15 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
6270
6271 * etags.c: Prolog support from Sunichirou Sugou
6272
dff28924 62731989-02-03 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
6274
6275 * Makefile (clean): New target.
6276
dff28924 62771989-01-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
6278
6279 * fakemail.c (put_line): Break header lines at 79 cols.
6280
dff28924 62811989-01-19 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
6282
6283 * etags.c: Greatly rewritten by Sam Kendall for C++ support and for
6284 multiple tags per line.
6285
dff28924 62861989-01-03 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
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
dff28924 62921988-12-31 Richard Mlynarik (mly@rice-chex.ai.mit.edu)
362bc2da 6293
ecc54057
JB
6294 * env.c: Add decl for my-index
6295 * etags.c (file-entries): .oak => scheme
362bc2da 6296
dff28924 62971988-12-30 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
6298
6299 * movemail.c: Use `access' to check input and output files.
6300
dff28924 63011988-12-28 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
6302
6303 * emacsclient.c (main): Ignore all of CWD before first slash.
6304
dff28924 63051988-12-27 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
6306
6307 * etags.c (readline): Double linebuffer->size outside the xrealloc.
6308
dff28924 63091988-12-22 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
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
dff28924 63141988-12-09 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
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
dff28924 63221988-12-01 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
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
dff28924 63331988-11-30 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
6334
6335 * movemail.c: Do fsync before closing output.
6336
dff28924 63371988-11-29 Richard Mlynarik (mly@pickled-brain.ai.mit.edu)
362bc2da 6338
ecc54057
JB
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...
362bc2da 6341
dff28924 63421988-11-16 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
6343
6344 * etags.c: Support assembler code for .s and .a files.
6345 (getit): Allow underscore in a tag.
6346
dff28924 63471988-11-15 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
6348
6349 * movemail.c: Close output and check errors before deleting input.
6350
dff28924 63511988-10-01 Richard Stallman (rms@apple-gunkies.ai.mit.edu)
362bc2da
DL
6352
6353 * emacsclient.c [SYSVIPC]: Compute cwd only once; decide properly
6354 whether to prefix it. Handle line number args.
6355
dff28924 63561988-09-24 Richard Stallman (rms@gluteus.ai.mit.edu)
362bc2da 6357
2f2c687b 6358 * etags.c (main): Default setting of eflag was backwards.
362bc2da 6359
dff28924 63601988-09-23 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
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
dff28924 63671988-09-19 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
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
dff28924 63741988-09-16 Richard Stallman (rms@corn-chex.ai.mit.edu)
362bc2da
DL
6375
6376 * server.c, emacsclient.c (main): Compute socket name from euid.
6377
dff28924 63781988-08-04 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
6379
6380 * emacsclient.c: Args like +DIGITS are passed through unchanged.
6381
dff28924 63821988-07-12 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
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
dff28924 63881988-06-23 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
6389
6390 * etags.c: Handle `typedef struct foo {' (price@mcc.com).
07655e62 6391 (istoken): New string-comparison macro.
362bc2da
DL
6392 (consider_token): New arg `level'. New state `tag_ok' in `tydef'.
6393
dff28924 63941988-06-14 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
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
dff28924 64061988-06-08 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
6407
6408 * loadst.c: Prevent multiple-def errors on BSD and BSD4_3
6409 around include of param.h. (Like fns.c.)
6410
dff28924 64111988-05-16 Richard Stallman (rms@frosted-flakes.ai.mit.edu)
362bc2da
DL
6412
6413 * loadst.c (load_average): Move load-average code to this new fn.
6414 Add conditionals to compute load ave on UMAX.
6415
dff28924 64161988-05-14 Richard Stallman (rms@lucky-charms.ai.mit.edu)
362bc2da
DL
6417
6418 * loadst.c: Change DK_HEADER_FILE to DKSTAT_HEADER_FILE
6419 with opposite sense.
6420
dff28924 64211988-05-13 Chris Hanson (cph@kleph)
362bc2da
DL
6422
6423 * emacsclient.c: Delete references to unused variable `out'. This
6424 caused a bus error when used under hp-ux.
6425
dff28924 64261988-05-06 Richard Stallman (rms@frosted-flakes.ai.mit.edu)
362bc2da
DL
6427
6428 * loadst.c: Control dk.h conditional with DK_HEADER_FILE.
6429
dff28924 64301988-05-04 Richard Stallman (rms@rice-krispies.ai.mit.edu)
362bc2da
DL
6431
6432 * etags.c (find_entries): `.t' or `.sch' means scheme code.
6433
dff28924 64341988-04-29 Richard Stallman (rms@frosted-flakes.ai.mit.edu)
362bc2da
DL
6435
6436 * loadst.c: Add BSD4_3 conditional for file dk.h instead of dkstat.h.
6437
dff28924 64381988-04-28 Richard Stallman (rms@frosted-flakes.ai.mit.edu)
362bc2da
DL
6439
6440 * movemail.c: #undef close, since config can #define it on V.3.
2f2c687b 6441 * emacsclient.c, fakemail.c, loadst.c, server.c: Likewise.
362bc2da 6442
dff28924 64431988-04-26 Richard Stallman (rms@lucky-charms.ai.mit.edu)
362bc2da
DL
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
dff28924 64501988-03-20 Richard M. Stallman (rms@wilson)
362bc2da 6451
2f2c687b 6452 * server.c [not BSD and not HAVE_SYSVIPC]: Fix error message.
362bc2da 6453
2f2c687b 6454 * loadst.c (main) [XENIX]: Use /usr/spool/mail, not /usr/mail.
6922b018
KH
6455
6456;; Local Variables:
d19249e7 6457;; coding: iso-2022-7bit
33462dfa 6458;; add-log-time-zone-rule: t
6922b018 6459;; End:
2a34a036 6460
9766d41b 6461 Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995,
273dc16a 6462 1996, 1997, 1998, 1999, 2001, 2002, 2003, 2004, 2005,
a5b68355 6463 2006, 2007, 2008 Free Software Foundation, Inc.
5b87ad55
GM
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
4a9f99bd 6469 the Free Software Foundation; either version 3, or (at your option)
5b87ad55
GM
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.
ab5796a9
MB
6481
6482;;; arch-tag: 2d979296-954c-448e-95c1-b46d134513dc