(main): Use canonicalize_filename on tags file name.
[bpt/emacs.git] / lib-src / ChangeLog
CommitLineData
48fad8e8
DN
12008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
2
3 * Makefile.in (INSTALLABLES): Add LIB_SRC_EXTRA_INSTALLABLES. Do
4 not special case for NS_IMPL_COCOA.
5
f4494e84
AR
62008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
7
8 * Makefile.in (CFLAGS): Drop -universal under NS_IMPL_COCOA.
9 (.m.o): Dispense with GNUstep-specific flags.
10
39b8bb9b
CY
112008-08-05 Ulrich Mueller <ulm@gentoo.org>
12
13 * pop.c (socket_connection): Add conditionals for
14 HAVE_KRB5_ERROR_TEXT and HAVE_KRB5_ERROR_E_TEXT to support
15 compilation with MIT Kerberos and Heimdal, respectively.
16
7c2fb837
DN
172008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
18
19 * etags.c:
20 * emacsclient.c: Remove VMS support.
21
9e2a2647
DN
222008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
23
24 Remove support for Mac Carbon.
25 * makefile.w32-in:
26 * emacsclient.c: Remove code for Carbon.
27
7f619bab
DN
282008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
29
30 * Makefile.in (mac-fix-env): Remove #ifdef around rule.
31
32cc3925
AS
322008-07-17 Andreas Schwab <schwab@suse.de>
33
34 * Makefile.in (INSTALL_SCRIPT): Remove duplicate definition.
35 (LIB_STANDARD_LIBSRC): Don't define.
36 (LOADLIBES): Remove LIB_STANDARD_LIBSRC.
37
ba60bd44 382008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
122e9f8f
AR
39
40 * Makefile.in: Change GNUSTEP to NS_IMPL_GNUSTEP, COCOA to
41 NS_IMPL_COCOA.
42
50863f58
DN
432008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
44
ba60bd44
JB
45 * ntlib.h (fcloseall, fgetchar, flushall, fputchar, putw):
46 Remove, unused.
50863f58 47
ba60bd44 482008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
edfda783
AR
49
50 * .cvsignore: Add mac-fix-env.
51 * mac-fix-env.m: New file, automatically update
52 ~/.MacOSX/environment.plist on OS X systems to expose environment
53 variables inside Emacs started from icon.
54 * Makefile.in: Add -universal to CFLAGS on OS X, add mac-fix-env to
55 programs to build.
56 * make-docfile.c: Add .m to list of file extensions.
57
bba104c1
DN
582008-07-12 Dan Nicolaescu <dann@ics.uci.edu>
59
60 * movemail.c (main): Use int instead of WAITTYPE.
61
da007124
JB
622008-07-05 Juanma Barranquero <lekktu@gmail.com>
63
64 * makefile.w32-in (OTHER_PLATFORM_SUPPORT):
65 Remove vmsproc.el and vms-patch.el.
66
c9fc02c7
JB
672008-06-26 Juanma Barranquero <lekktu@gmail.com>
68
69 * makefile.w32-in (obj): Remove w32bdf.o.
70
f2a77c3a
DN
712008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
72
73 * fakemail.c: Remove references to obsolete variables.
74
c2cd06e6
JM
752008-06-02 Jim Meyering <meyering@redhat.com>
76
e914c409 77 * ebrowse.c (xfree): Remove definition; s/xfree/free/.
5c19cd0b 78
e914c409 79 Remove useless if-before-free tests.
70fdbb46
JM
80 * ebrowse.c (xfree): Likewise.
81 * etags.c (process_file_name, free_tree, free_fdesc): Likewise.
c2cd06e6 82 (popclass_above, Prolog_functions, Erlang_functions): Likewise.
70fdbb46 83 * pop.c (pop_quit): Likewise.
c2cd06e6 84
01b996ad
JB
852008-05-30 Juanma Barranquero <lekktu@gmail.com>
86
87 * makefile.w32-in (lisp2): Add minibuffer.elc.
88
2926947a
SM
892008-05-29 Tom Tromey <tromey@redhat.com>
90
91 * etags.c (relative_filename): Treat "///" like "/" in filenames.
92
10fea9c4
EZ
932008-05-09 Eli Zaretskii <eliz@gnu.org>
94
95 * ntlib.c: Include sys/types.h, sys/stat.h, and errno.h.
96 (IS_DIRECTORY_SEP): New macro.
97 (convert_time, is_exec, stat): New functions.
98
86914123
EZ
992008-05-08 Eli Zaretskii <eliz@gnu.org>
100
101 * makefile.w32-in (lisp2): Rename epa-file-hook.elc to epa-hook.elc.
102
58bb7d50
EZ
1032008-05-03 Eli Zaretskii <eliz@gnu.org>
104
105 * makefile.w32-in (lisp2): Add epa-file-hook.elc, to track the
106 corresponding change in src/Makefile.in.
107
63b9b605
GM
1082008-04-24 Adam Gołębiowski <adamg@pld-linux.org> (tiny change)
109
110 * Makefile.in (etags${EXEEXT}, ctags${EXEEXT}): Fix quote typo.
111
4429f88c
JR
1122008-04-10 Jason Rumney <jasonr@gnu.org>
113
114 * makefile.w32-in (CLIENTRES): New variable and target.
115 (TRES): Remove.
116 ($(BLD)/emacsclientw.exe): Use $(CLIENTRES) instead of $(TRES).
117
14b11401
SM
1182008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
119
120 * vcdiff: Use "sccs get" rather than "get"; leave PATH alone.
121
95de358c
RF
1222008-04-18 Steve Grubb <sgrubb@redhat.com> (tiny change)
123
124 * vcdiff: Use mktemp (CVE-2008-1694).
125
6948400c
JR
1262008-04-09 Jason Rumney <jasonr@gnu.org>
127
128 * makefile.w32-in (distclean, maintainer-clean): New targets.
129
afd27920
GM
1302008-03-13 Glenn Morris <rgm@gnu.org>
131
132 * makefile.w32-in (VERSION): Set to 23.0.60.
133
3d193d0f
JB
1342008-03-04 Juanma Barranquero <lekktu@gmail.com>
135
136 * .cvsignore: Add oo.
137
1797886f
SM
1382008-02-27 Yuri Shtil <yuris@juniper.net> (tiny change)
139
140 * etags.c (Perl_functions): Fix call to skip_spaces.
141
9d2818d6
DN
1422008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
143
144 * Makefile.in (NO_SHORTNAMES):
145 * emacsclient.c (NO_SHORTNAMES):
146 * fakemail.c (NO_SHORTNAMES):
147 * make-docfile.c (NO_SHORTNAMES):
148 * movemail.c (NO_SHORTNAMES):
149 * pop.c (NO_SHORTNAMES): Remove references to obsolete variable.
150
79d48c1a
JR
1512008-02-23 Jason Rumney <jasonr@gnu.org>
152
153 * makefile.w32-in (MOUSE_SUPPORT): Remove duplicate tooltip.elc.
154 (MSDOS_SUPPORT, VMS_SUPPORT): Remove.
290afd83 155 (OTHER_PLATFORM_SUPPORT): Replace above. Add X specific files too.
79d48c1a
JR
156 (lisp2): Add new languages.
157 ($(DOC)): Use OTHER_PLATFORM_SUPPORT.
158
9c61c734
JB
1592008-02-22 Juanma Barranquero <lekktu@gmail.com>
160
161 * makefile.w32-in (lisp2): Remove devanagari.el, kannada.el,
162 malayalam.el, and tamil.el. Add sinhala.el.
163
50f271cb
JB
1642008-02-20 Juanma Barranquero <lekktu@gmail.com>
165
166 * emacsclient.c (main) [WINDOWSNT]: Understand DRIVE:NAME,
167 where NAME is relative to DRIVE'S current directory.
168
d07529f3
JB
1692008-02-15 Juanma Barranquero <lekktu@gmail.com>
170
171 * emacsclient.c (print_help_and_exit): Show -d option on Windows.
172
45c1955d
DN
1732008-02-10 Dan Nicolaescu <dann@ics.uci.edu>
174
175 * fakemail.c: Undo previous change.
176
deeaffe1
DN
1772008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
178
4624371d
DN
179 * fakemail.c (MAIL_PROGRAM_NAME): Remove unused conditional.
180 (main): Replace MAIL_PROGRAM_NAME with its value.
181
d07529f3 182 * Makefile.in (REGEXP_IN_LIBC): Remove reference to obsolete variable.
deeaffe1 183
9997dc15
SM
1842008-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
185
186 * emacsclient.c (decode_options): Pass --display implicitly if -c
187 is specified. Only set tty if -t or -c is specified.
188
0c55bf82
JR
1892008-02-04 Jason Rumney <jasonr@gnu.org>
190
191 * makefile.w32-in (lisp1): Use (), not {}.
192
31cdf671
CY
1932008-02-04 Tom Tromey <tromey@redhat.com>
194
d07529f3
JB
195 * etags.c: Add "GTY" as synonym for __attribute__.
196 Update gperf output.
31cdf671 197
9303f985 1982008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
199
200 * makefile.w32-in (obj): Sync with src/Makefile.in
201 (TOOLTIP_SUPPORT, WINDOW_SUPPORT): New definitions.
202 (WINNT_SUPPORT): Add term/w32-win.elc.
203 (lisp1, lisp2): Sync with lisp in src/Makefile.in.
204
9303f985 2052008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2 206
d07529f3 207 * makefile.w32-in (obj): Add font.o and w32font.o.
aca7a3d2 208
d07529f3 2092008-02-01 Zhang Wei <id.brep@gmail.com> (tiny change)
aca7a3d2 210
290afd83 211 * makefile.w32-in (lisp1): Delete ucs-tables.elc,
aca7a3d2
MB
212 utf-8.elc, and latin-*.el.
213
0ea5797a
SM
2142008-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
215
bcc891c2 216 * emacsclient.c (decode_options): Default to NULL display, as Emacs-22.
0ea5797a
SM
217 Allow the -d option under w32 again, for those rare cases where it
218 actually does make sense.
219
5ab73228
JB
2202008-01-25 Juanma Barranquero <lekktu@gmail.com>
221
222 * emacsclient.c (set_tcp_socket): Don't send "\n" after
223 the authentication string; there's no need to haste.
224
702123a8
CY
2252008-01-22 Chong Yidong <cyd@stupidchicken.com>
226
227 * pop.c (pop_stat, pop_last): Fix last fix.
228
76ed5e01
DN
2292008-01-18 Dan Nicolaescu <dann@ics.uci.edu>
230
231 * movemail.c: Remove references to XENIX.
232
e39a993c
DN
2332008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
234
235 * movemail.c:
236 * make-docfile.c: Remove reference to symbols defined by systems
237 not supported anymore: MAC_OS8, XENIX and STRIDE.
238
0ebec7d3
EZ
2392008-01-12 Eli Zaretskii <eliz@gnu.org>
240
241 * emacsclient.c (decode_options) [WINDOWSNT]: Don't use the value
242 of DISPLAY in the environment. Don't support -d.
243 (print_help_and_exit) [WINDOWSNT]: Don't show the --display option.
244 (longopts) [WINDOWSNT]: Remove --display.
245
6eae3ad4
CY
2462008-01-10 Chong Yidong <cyd@stupidchicken.com>
247
248 * pop.c (pop_stat, pop_last): Check validity of string-to-integer
249 conversion. Mistakes spotted by Nico Golde.
250
78da39c6
GM
2512008-01-09 Glenn Morris <rgm@gnu.org>
252
253 * emacsclient.c: Add missing final newlines to message calls.
254
34a14ec9 2552008-01-09 Daniel Hackney <dan@haxney.org> (tiny change)
78da39c6
GM
256
257 * emacsclient.c (set_socket): Add final newline to socket error message.
258
a408ea17
GM
2592008-01-04 Glenn Morris <rgm@gnu.org>
260
07655e62
JB
261 * ebrowse.c (version) <emacs_copyright>: New variable.
262 Just use current year for copyright.
a408ea17
GM
263
264 * etags.c (print_version):
265 * rcs2log (Copyright): Update to 2008.
266
0dc7a8bc
JR
2672007-11-28 Jason Rumney <jasonr@gnu.org>
268
269 * makefile.w32-in (VMS_SUPPORT): No longer byte-compiled.
270
880820fe 2712007-11-27 Jan Djärv <jan.h.d@swipnet.se>
7291159e
JD
272
273 * pop.c (socket_connection): Remove AI_ADDRCONFIG.
274
880820fe 2752007-11-19 Jan Djärv <jan.h.d@swipnet.se>
ee15f312
JD
276
277 * pop.c (socket_connection): Move realhost out of #ifdefs.
278 Set realhost both for HAVE_GETADDRINFO and !HAVE_GETADDRINFO.
279
880820fe 2802007-11-18 Jan Djärv <jan.h.d@swipnet.se>
33a2a872
JD
281
282 * pop.c (socket_connection): Use getaddrinfo if available.
283
880820fe 2842007-11-22 Francesco Potortì <pot@gnu.org>
63f018cd 285
65841dd8 286 * etags.c (default_C_help) [CTAGS]: Differentiate the help string,
63f018cd 287 as the defaults in ctags are different from etags.
63f018cd 288
880820fe 2892007-11-15 Francesco Potortì <pot@gnu.org>
21e14641
FP
290
291 * etags.c: Make prototypes for extern definitions, and add all
292 that are needed to quench warnings on 64-bit.
293 (main): Use the same defaults for ctags as for etags: find
294 typedefs, structure tags, macro constants, enum constants, struct
295 members and global variables.
296 (make_C_tag) [DEBUG]: Add debugging printout.
297 (C_entries): In case '}' decrement bracelev before testing it.
298
7455effc
FP
2992007-11-15 Masatake YAMATO <jet@gyve.org>
300
301 * etags.c (C_entries): In case '}', set fvdef to fvnone
302 unconditioned to (!ignoreindent && lp == newlb.buffer + 1).
303
04a697fe
DN
3042007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
305
306 * makefile.w32-in (obj): Remove sunfns.o.
307
a2666217
JB
3082007-10-28 Juanma Barranquero <lekktu@gmail.com>
309
310 * makefile.w32-in (obj): Remove abbrev.o.
311
7ce8671d
JB
3122007-10-26 Juanma Barranquero <lekktu@gmail.com>
313
314 * emacsclient.c: Add a wrapper for getenv so it also checks the
315 registry on Windows. Suggestion and algorithm by Eli Zaretskii.
316 Code partially based on w32_get_resource and init_environment (w32.c).
317 (egetenv): New wrapper for getenv.
318 (get_current_dir_name, decode_options, get_server_config)
319 (set_local_socket, set_socket, main): Use egetenv, not getenv.
320 (w32_get_resource, w32_getenv) [WINDOWSNT]: New functions.
321
d22b00e5
JR
3222007-10-25 Jason Rumney <jasonr@gnu.org>
323
324 * emacsclient.c (sock_err_message): New function.
325 (set_tcp_socket): Use it.
326
c4b858e3
JB
3272007-10-09 Juanma Barranquero <lekktu@gmail.com>
328
329 * emacsclient.c (print_help_and_exit): Fix space to improve
330 alignment in output messages.
331
dbf60b07
JR
3322007-09-27 Jason Rumney <jasonr@gnu.org>
333
334 * makefile.w32-in (emacsclient, emacsclientw): Link to COMCTL32.
335
336 * emacsclient.c (w32_window_app): Init common controls when windowed.
337
165e85b2
GM
3382007-09-21 Glenn Morris <rgm@gnu.org>
339
340 * emacstool.c: Remove file.
341 * Makefile.in (emacstool, nemacstool, xvetool, xveterm):
342 Delete targets built from emacstool.
343
c1b8e896
SM
3442007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
345
346 * emacsclient.c (decode_options): -t implies -c.
347
cb06b8dc
SM
3482007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
349
350 * emacsclient.c (DIRECTORY_SEP, IS_DIRECTORY_SEP, IS_DEVICE_SEP)
351 (IS_ANY_SEP): Only define if !defined(HAVE_GET_CURRENT_DIR_NAME).
352 (main_argc): Remove.
353 (strprefix): Use strncmp.
354
c801ad51
JR
3552007-09-20 Jason Rumney <jasonr@gnu.org>
356
357 * emacsclient.c (main) [SIGSTOP]: Change conditional from WINDOWSNT.
358
31fa6595
SM
3592007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
360
361 * emacsclient.c (current_frame): Change the default.
362 (longopts): Replace --current-frame by --create-frame.
363 (decode_options): Reverse the meaning of -c.
364 (print_help_and_exit): Update help text accordingly.
365 (main): Remove the -version and -good-version messages.
366
58573230
GM
3672007-09-12 Glenn Morris <rgm@gnu.org>
368
369 * Makefile.in (SOURCES, unlock, relock): Delete.
370
bfd9ce71
GM
3712007-08-29 Glenn Morris <rgm@gnu.org>
372
373 * makefile.w32-in (VERSION): Increase to 23.0.50.
374
8d9cc0b7
MB
3752007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
376
377 * emacsclient.c (w32_execvp): Move definition before use.
378 (decode_options): Don't use a tty on mac carbon or windows.
379
3802007-08-29 Jason Rumney <jasonr@gnu.org>
381
31fa6595 382 * emacsclient.c (SEND_STRING, SEND_QUOTED): Remove obfuscation macros.
8d9cc0b7
MB
383 (quote_argument, set_tcp_socket, handle_sigcont, handle_sigtstp):
384 (main): Expand removed macros inline.
385 (main) [WINDOWSNT]: Don't call ttyname. Don't recognize -suspend
386 option.
387 (main) [NO_SOCKETS_IN_FILE_SYSTEM]: Don't call init_signals.
388
880820fe 3892007-08-29 Károly Lőrentey <lorentey@elte.hu>
8d9cc0b7
MB
390
391 * emacsclient.c (signal.h): New include.
392 (sys/stat.h, errno.h): Always include, even on WINDOWSNT.
31fa6595
SM
393 (DIRECTORY_SEP, IS_DIRECTORY_SEP, IS_DEVICE_SEP, IS_ANY_SEP):
394 Copy definitions here from src/lisp.h.
395 (main_argc, main_argv, current_frame, window_system, tty): New vars.
8d9cc0b7
MB
396 (longopts): Add tty, current-frame.
397 (xmalloc, xstrdup): New functions.
398 (get_current_dir_name): New function, copied from src/sysdep.c.
399 (decode_options): Set display from environment. Add tty and
400 current_frame options. Make --no-wait imply --current-frame,
401 except when it is the only option given. Make sure no frame is
402 opened when --current-frame is set.
403 (print_help_and_exit): Document tty and current-frame options.
404 (fail): Change arguments to void.
405 (main): When sockets are not defined, set main_argc, main_argv,
406 and call fail() with no arguments.
407 (emacs_socket): New variable (moved out from main `s').
408 (quote_file_name): Rename to quote_argument.
409 (quote_argument): New name for old quote_file_name.
410 (unquote_argument, strprefix, pass_signal_to_emacs)
411 (handle_sigcont, handle_sigtstp, init_signals): New functions.
412 (set_local_socket): Initialize saved_errno to 0. If socket-name
413 is too long, call `fail' rather than `exit'.
414 (main): Doc update. Set main_argc, main_argv. New var `str'.
415 Don't need a filename or argument if tty or window_system set.
416 Call fail with no arguments. Use get_current_dir_name to send
417 over the current directory. Send version number to Emacs for
418 verification. If tty is set, check TERM, and pass name and type
419 to Emacs. Pass window_system to Emacs. Move sending of eval to
420 optind loop. Send -position, -file to Emacs. Call fsync after
31fa6595
SM
421 fflush. Check for a client/server version match.
422 Handle -emacs-pid, -window-system-unsupported, -print, -error, and
423 -suspend commands. Don't exit prematurely on --no-wait, let Emacs
424 close the connection for us. When creating a new frame, send
8d9cc0b7
MB
425 environment and pwd to Emacs. Send current-frame to Emacs.
426
ca4ea90f
EZ
4272007-08-25 Eli Zaretskii <eliz@gnu.org>
428
429 * Makefile.in (rcs2log, rcs-checkin, grep-changelog, vcdiff):
430 Prepend "-" to the command, in case srcdir=. and file is copied
431 into itself.
432
cacc7b51
GM
4332007-07-25 Glenn Morris <rgm@gnu.org>
434
435 * Relicense all FSF files to GPLv3 or later.
436
437 * COPYING: Switch to GPLv3.
438
880820fe 4392007-07-17 Francesco Potortì <pot@gnu.org>
180f5b99
FP
440
441 * etags.c (C_entries): Reset the fvdef machine when out of function.
21b2cdc7
FP
442 (PRINT_UNDOCUMENTED_OPTIONS_HELP): #define as FALSE if undefined.
443 (print_help): Use it in if() rather than #if.
444 (print_help): Conditionally print help about --no-line-directive.
180f5b99 445
9724908a
EZ
4462007-07-16 Eli Zaretskii <eliz@gnu.org>
447
448 * makefile.w32-in (clean): Don't delete *~.
449
5cf9ca93
GM
4502007-06-07 Glenn Morris <rgm@gnu.org>
451
452 * etags.c (print_version): Add `emacs_copyright' string, for
453 easier automatic updating.
454
880820fe 4552007-05-18 Francesco Potortì <pot@gnu.org>
cabfc1bc
FP
456
457 * etags.c: Extern definitions of some more pointer functions for
458 standalone compilation, especially important for 64bit platforms.
459 (main, print_help): --members is now the default for etags.
460 (C_entries): Parse start of C comment as a space == end of token.
461 This is not necessary for C++ comment, already parsed as newline.
462
07016031
GM
4632007-04-26 Glenn Morris <rgm@gnu.org>
464
465 * makefile.w32-in (VERSION): Increase to 22.1.50.
466
7dfc4cda
CY
4672007-06-02 Chong Yidong <cyd@stupidchicken.com>
468
469 * Version 22.1 released.
470
880820fe 4712007-02-26 Francesco Potortì <pot@gnu.org>
11d2d983 472
d620ddb3 473 * Makefile.in (etags, ctags): Define EMACS_NAME as "GNU Emacs".
11d2d983 474
0971f887
GM
4752007-02-20 Ulrich Mueller <ulm@kph.uni-mainz.de> (tiny change)
476
477 * Makefile.in (EMACS, EMACSOPT): New variables.
478 (blessmail): Use `--no-site-file' when compiling.
479
880820fe 4802007-02-05 Francesco Potortì <pot@gnu.org>
933ccc8c
FP
481
482 * etags.c (default_C_help, Cplusplus_help, PHP_help, print_help)
483 (main): Now --members is the default for etags, not for ctags yet.
484
d881944f 4852007-02-04 Per Cederqvist <ceder@ingate.com> (tiny change)
953dea63 486
47dad44f 487 * etags.c (gperf, in_word_set): Change attribute for Java to
953dea63
FP
488 (C_JAVA & ~C_PLPL). The previous change introduced 2004-09-13 was
489 broken, as (C_JAVA & !C_PLPL) always evaluates to 0. This caused
490 import, package, extends, implements and interface to be treated
491 specially for all kinds of C-style files, not just Java files.
492
880820fe 4932007-01-02 Francesco Potortì <pot@gnu.org>
ed8bbc0e 494
47dad44f 495 * etags.c (longopts): New undocumented option --no-duplicates.
ed8bbc0e
FP
496 (no_duplicates): Static variables for the above option.
497 (print_help): Do not print help for --no-warn, now undocumented.
498 (add_node): Allow duplicate tags in ctags mode unless --no-duplicates.
56c0d866 499 (main): Pass the -u option to sort in ctags mode.
ed8bbc0e 500
880820fe 5012006-12-28 Francesco Potortì <pot@gnu.org>
18f9bf25
FP
502
503 * etags.c (readline): When creating a relative file name from a
504 #line directive, leave the file name alone. The previous
a7c29764 505 behavior was to make it relative to the tags file directory,
18f9bf25
FP
506 under the hypothesis that the #line directive file name was
507 relative to the directory of the tagged file. That hypothesis is
508 wrong with Cpp and Lex.
17d5f8a6 509 (Makefile_targets): Do not include spaces in tag names.
18f9bf25 510
5e059fc1
EZ
5112006-12-22 Eli Zaretskii <eliz@gnu.org>
512
513 * makefile.w32-in (make-docfile, ctags, etags, ebrowse, hexl)
514 (movemail, fakemail, sorted-doc, digest-doc, emacsclient)
47dad44f 515 (test-distrib, $(DOC), all): Depend on stamp_BLD instead of $(BLD).
5e059fc1
EZ
516 ($(BLD)/make-docfile.$(O) $(BLD)/hexl.$(O) $(BLD)/fakemail.$(O))
517 ($(BLD)/sorted-doc.$(O) $(BLD)/digest-doc.$(O))
518 ($(BLD)/test-distrib.$(O) $(GETOPTOBJS) $(MOVEMAILOBJS))
519 ($(BLD)/emacsclient.$(O) $(BLD)/etags.$(O) $(BLD)/regex.$(O))
520 ($(BLD)/ebrowse.$(O) $(BLD)/ctags.$(O)): Depend on stamp_BLD.
6808dce1 521 (clean): Delete stamp_BLD.
5e059fc1 522
880820fe 5232006-12-20 Francesco Potortì <pot@gnu.org>
bd3b41c6
FP
524
525 * etags.c (C_entries): DEFUN names were longer by one: corrected.
526
0e0dced5
JB
5272006-12-18 Juanma Barranquero <lekktu@gmail.com>
528
529 * emacsclient.c [WINDOWSNT] (set_fg, get_wc): New variables.
530 [WINDOWSNT] (w32_find_emacs_process, w32_give_focus): New functions.
531 (main) [WINDOWSNT]: Remove code to release the focus; call
532 w32_give_focus instead.
533
4472aef4
JB
5342006-12-15 Juanma Barranquero <lekktu@gmail.com>
535
536 * emacsclient.c (w32_execvp): New function; wrapper for `execvp'.
537 (execvp) [WINDOWSNT]: Redefine to `w32_execvp'.
538 (fail): Remove Windows-specific fix (subsumed into w32_execvp).
539 Suggestions and comment by Eli Zaretskii.
540
12f7728e 5412006-12-06 Christoph Conrad <christoph.conrad@gmx.de>
c388769e
JB
542
543 * makefile.w32-in ($(BLD)/emacsclient.exe, $(BLD)/emacsclientw.exe):
544 Use $(USER32) for compatibility with Visual Studio .NET 2003.
545
310afa17
JB
5462006-11-30 Juanma Barranquero <lekktu@gmail.com>
547
548 * emacsclient.c (emacs_pid): New variable.
549 (message): Remove leftover code.
550 (get_server_config): Set emacs_pid. Don't allow Emacs to grab the
551 focus yet; emacsclient can still display an informational message
552 before sending requests to Emacs.
553 (main): Allow Emacs to grab the focus. Simplify message() call.
554
5552006-11-30 Michael Mauger <mmaug@yahoo.com>
556
557 * emacsclient.c (message): Make sure the message is properly
558 written even if it contains printf escapes, and flush the result.
559 (set_tcp_socket): Make the message for non-local connections
560 informational rather than an error.
561
8c57275b 5622006-11-28 Kevin Ryde <user42@zip.com.au>
9b492fad
FP
563
564 * etags.c (readline): Check for double quote after #line.
565
880820fe 5662006-11-28 Jan Djärv <jan.h.d@swipnet.se>
9b492fad
FP
567
568 * etags.c (readline): sscanf could in principle return 2.
569
880820fe 5702006-11-28 Francesco Potortì <pot@gnu.org>
9b492fad
FP
571
572 * etags.c (readline): lno is unsigned.
573 (TeX_commands): Use p++ (rather than *p++) to increment p.
574 (Lua_functions): Explicitly discard LOOKING_AT's return value.
575
4d91c8f9
JB
5762006-11-27 Juanma Barranquero <lekktu@gmail.com>
577
578 * makefile.w32-in (TRES): New macro (copied from nt/makefile.w32-in).
579 ($(TRES)): New rule (copied from nt/makefile.w32-in).
580 ($(BLD)/emacsclientw.exe): Add dependency.
581
340d34a5
EZ
5822006-11-27 Eli Zaretskii <eliz@gnu.org>
583
d620ddb3 584 * makefile.w32-in ($(BLD)/emacsclient.$(O)): Depend on makefile.w32-in.
340d34a5 585
7dce1990
JB
5862006-11-25 Juanma Barranquero <lekktu@gmail.com>
587
588 * makefile.w32-in (VERSION): New macro.
589 (ECLIENT_CFLAGS): Add -DVERSION.
590
410797a5 5912006-11-25 Jason Rumney <jasonr@gnu.org>
402767e4
JR
592
593 * emacsclient.c (file_name_absolute_p) [WINDOWSNT]: Use isalpha().
594
410797a5 5952006-11-24 Michael Mauger <mmaug@yahoo.com>
cb0297bb 596
4472aef4
JB
597 * emacsclient.c (file_name_absolute_p) [WINDOWSNT]: Support absolute
598 file names with forward slashes.
cb0297bb 599
30aa95ce
JB
6002006-11-23 Juanma Barranquero <lekktu@gmail.com>
601
602 * emacsclient.c (print_help_and_exit): Tweak message contents and
603 tabs/spaces to improve alignment in message boxes.
604
42073bfb
JB
6052006-11-22 Lennart Borgman <lennart.borgman.073@student.lu.se>
606
607 * emacsclient.c: Include <stdarg.h>.
608 [WINDOWSNT]: Include <windows.h>.
609 (w32_check_console_app): New function.
610 (message): New function.
611 (decode_options, print_help_and_exit, fail, main)
612 (initialize_sockets, get_server_config, set_tcp_socket)
613 (set_local_socket, set_socket): Use message().
614
32dd9283 6152006-11-13 Jason Rumney <jasonr@gnu.org>
1ac3c910 616
32dd9283
JR
617 * emacsclient.c [WINDOWSNT]: Let config.h define HAVE_SOCKETS and
618 HAVE_INET_SOCKETS.
619
1bbea9fc
JB
6202006-11-13 Juanma Barranquero <lekktu@gmail.com>
621
622 * makefile.w32-in (emacsclient): Depend also on emacsclientw.exe.
623 ($(BLD)/emacsclientw.exe): New target.
624 (install): Install emacsclientw.exe.
625 ($(BLD)/cvtmail.$(O), $(BLD)/emacstool.$(O)): Remove obsolete targets.
626 (ECLIENT_CFLAGS): Remove redundant flags.
627
628 * emacsclient.c [WINDOWSNT]: Undef _WINSOCKAPI_ and _WINSOCK_H.
629
a48db427
JR
6302006-11-13 Jason Rumney <jasonr@gnu.org>
631
632 * makefile.w32-in ($(BLD)/emacsclient.$(O)): Use CFLAGS.
633
21f89bb7 6342006-11-10 David Reitter <david.reitter@gmail.com>
ed4a3730
JB
635
636 * emacsclient.c [!WINDOWSNT]: Include <sys/types.h>.
637
d5abc12c
JB
6382006-11-08 Juanma Barranquero <lekktu@gmail.com>
639
ed4a3730
JB
640 * emacsclient.c (get_server_config) [WINDOWSNT]: Declare set_fg as
641 FARPROC to avoid a compiler warning.
d5abc12c 642
18b8c421
JB
6432006-11-07 Juanma Barranquero <lekktu@gmail.com>
644
88b46d84
JB
645 * emacsclient.c (get_server_config) [WINDOWSNT]: Look for the server
646 file on APPDATA if it doesn't exist on HOME, even if HOME is defined.
647
18b8c421
JB
648 * emacsclient.c (get_server_config): Extract also the Emacs pid
649 from the server file. On Windows, try to force the Emacs frame to
650 the foreground.
651
b03d27bd
JB
6522006-11-06 Juanma Barranquero <lekktu@gmail.com>
653
21f89bb7 654 * emacsclient.c (longopts) [!NO_SOCKETS_IN_FILE_SYSTEM]: Don't show
b03d27bd
JB
655 option --socket-name.
656 (decode_options): Don't get EMACS_SERVER_FILE here, it could override
657 command line options.
21f89bb7 658 (decode_options) [!NO_SOCKETS_IN_FILE_SYSTEM]: Don't parse "-s" option.
b03d27bd
JB
659 (fail): Don't check for missing arguments, it is now done in set_socket.
660 (file_name_absolute_p): New function (loosely based on the one in
661 fileio.c).
662 (initialize_sockets): Don't check for duplicate loading of Winsock.
663 (get_server_config): Only try relative paths in the default
664 directory locations.
665 (set_tcp_socket): Don't call INITIALIZE(). Warn when connecting to
666 a remote server.
667 (set_socket): Call INITIALIZE(). Search explicit command-line
668 arguments, then environment variable EMACS_SERVER_FILE, then implicit
669 socket paths, before trying the alternate editor.
670 (main): Use file_name_absolute_p.
671
b20d6154
EZ
6722006-11-04 Eli Zaretskii <eliz@gnu.org>
673
674 * makefile.w32-in (../src/$(BLD)/temacs.exe): Create as temporary
675 file if it doesn't already exist.
676
9c92edca
JB
6772006-11-03 Juanma Barranquero <lekktu@gmail.com>
678
679 * emacsclient.c (initialize_sockets): Don't initialize Winsock
680 more than once.
681
b6ce9c46
JB
6822006-11-03 Mark Davies <mark@mcs.vuw.ac.nz>
683
684 * Makefile.in (INSTALL_SCRIPT): New macro.
685 ($(DESTDIR)${archlibdir}, install): Use it, instead of INSTALL_PROGRAM.
686
4418616b
JB
6872006-11-02 Juanma Barranquero <lekktu@gmail.com>
688
689 * grep-changelog: When called with no arguments (not even a
690 filter), show help instead of blindingly dumping every single
691 ChangeLog available. Doc fix. Update version.
692
1e7823d0
JB
6932006-11-02 Tim Van Holder <tim.vanholder@gmail.com> (tiny change)
694
695 * emacsclient.c [WINDOWSNT]: Define HAVE_INET_SOCKETS.
696 [!WINDOWSNT]: Include <netinet/in.h> if available.
697 [HAVE_SOCKETS]: Also require HAVE_INET_SOCKETS.
698 (IOCTL, IOCTL_BOOL_ARG): Remove.
699 (set_tcp_socket): Don't set the socket in blocking mode.
700 Remove c_arg.
701
ebc20ca0
JB
7022006-11-01 Juanma Barranquero <lekktu@gmail.com>
703
704 * emacsclient.c (fail) [WINDOWSNT]: Force the first argv passed to
705 execvp to point to alternate_editor (otherwise .BAT scripts can't run).
706
880820fe 7072006-10-31 Óscar Fuentes <ofv@wanadoo.es> (tiny change)
411b80a5
JB
708
709 * emacsclient.c [WINDOWSNT]: Include <malloc.h> and <stdlib.h>.
710 (close_winsock): Declare as __cdecl.
711
880820fe 7122006-10-31 Jan Djärv <jan.h.d@swipnet.se>
95d0feaa
JB
713
714 * emacsclient.c [!WINDOWSNT]: Include <fcntl.h> if available.
715 (set_tcp_socket): Prefer O_NONBLOCK, then O_NDELAY, then FIONBIO
716 to set the socket in non-blocking mode.
717
e35fc962
JB
7182006-10-31 Tim Van Holder <tim.vanholder@gmail.com> (tiny change)
719
d4fa60c8 720 * emacsclient.c [!WINDOWSNT]: Include <netinet/in.h> and <sys/ioctl.h>.
e35fc962
JB
721 (INVALID_SOCKET): Define.
722 (initialize_sockets): Put #endif at the right place.
723 (set_local_socket): Use progname, not argv[0].
724
ecc54057
JB
7252006-10-31 Juanma Barranquero <lekktu@gmail.com>
726
727 * makefile.w32-in (ALL): Add emacsclient.
728 (ECLIENT_CFLAGS, ECLIENTOBJS): New macros.
729 (emacsclient, $(BLD)/emacsclient.exe): New targets.
730 (install): Install emacsclient.
731
732 * emacsclient.c: Add support for TCP sockets.
733 (SEND_STRING, SEND_QUOTED, HSOCKET, CLOSE_SOCKET, IOCTL)
734 (INITIALIZE): New macros.
735 (IOCTL_BOOL_ARG): New typedef.
736 (server_file): New global variable.
737 (longopts): New option --server-file.
738 (decode_options): Process new option --server-file and environment
739 variable EMACS_SERVER_FILE.
740 (print_help_and_exit): Document new option.
741 (fail): If no connection available and no alternate editor,
742 suggest using options to make them explicit.
743 (AUTH_KEY_LENGTH, SEND_BUFFER_SIZE): New constants.
744 (send_buffer, sblen): New variables.
31fa6595 745 (send_to_emacs): New function to buffer output and send it with `send'.
ecc54057
JB
746 (quote_file_name): Use SEND_STRING.
747 (close_winsock, initialize_sockets): New functions to load and
748 unload Winsock.
749 (get_server_config, set_tcp_socket): New functions to create and
750 set up TCP sockets.
751 (set_local_socket): New function to create and set up Unix
752 socket (code moved from previous implementation).
753 (set_socket): New function to chose between TCP and Unix sockets.
754 (main): Use SEND_STRING and SEND_QUOTED. Most code moved to
755 set_local_socket. Use set_socket. Get answers from server.el with
756 recv(), not file stream functions.
757
70846e2a
EZ
7582006-10-09 Eli Zaretskii <eliz@gnu.org>
759
760 * makefile.w32-in (../src/config.h): Fix error message.
761
e2247cd0
EZ
7622006-09-30 Eli Zaretskii <eliz@gnu.org>
763
764 * .cvsignore: Add blessmail.
765
45a2056c
JB
7662006-09-15 Jay Belanger <belanger@truman.edu>
767
768 * COPYING: Replace "Library Public License" by "Lesser Public
769 License" throughout.
770
880820fe 7712006-08-09 Jan Djärv <jan.h.d@swipnet.se>
1f4edc37 772
ecc54057 773 * etags.c (readline): Expect sscanf returns >= 1.
ea90c5d3 774 (readline): Change position on %n and \" in sscanf.
1f4edc37 775
1520a816
JD
7762006-08-07 Masatake YAMATO <jet@gyve.org>
777
ecc54057
JB
778 * etags.c (readline): Expect sscanf returns 2, not 1.
779
867cc23e
JD
7802006-08-07 Masatake YAMATO <jet@gyve.org>
781
9984b9d5 782 * etags.c (TEX_mode): Check getc returns EOF.
867cc23e
JD
783 File ended without newline causes infinite loop.
784
fc185ae6
FP
7852002-07-30 Adrian Aichner <adrian@xemacs.org> (tiny change)
786
ecc54057 787 * etags.c: It's XEmacs, not Xemacs: change all the occurrences.
fc185ae6 788
880820fe 7892006-07-30 Francesco Potortì <pot@gnu.org>
fc185ae6
FP
790
791 * etags.c [ETAGS_REGEXPS]: Now is unconditionally defined.
792 [LONG_OPTIONS]: Changed to NO_LONG_OPTIONS, which is undefined.
793 (Objc_suffixes): Suggest using --lang=c for full help.
794 (C_entries): Initialise savetoken to 0 to shut up the compiler.
795
116e754b
AS
7962006-07-20 Andreas Schwab <schwab@suse.de>
797
798 * fakemail.c (fatal): Drop second parameter and treat first
799 parameter as a plain string. Callers changed.
800
2381d38d
DN
8012006-07-18 Dan Nicolaescu <dann@ics.uci.edu>
802
803 * ebrowse.c (usage, version): Mark as NO_RETURN.
804
805 * emacsclient.c (print_help_and_exit): Likewise.
806
880820fe 8072006-07-10 Francesco Potortì <pot@gnu.org>
327891eb
FP
808
809 * etags.c (absolute_filename): Free unused space (cosmetic change).
810 (in_word_set): In C, also tag #undef symbols.
811
7cb93181
EZ
8122006-06-09 Eli Zaretskii <eliz@gnu.org>
813
814 * yow.c: Remove file.
815
816 * makefile.w32-in ($(BLD)/yow.$(O)): Remove target.
817
818 * Makefile.in (UTILITIES): Remove yow${EXEEXT}.
819 yow${EXEEXT}: Remove target.
820
0f29c66d
MY
8212006-06-04 Masatake YAMATO <jet@gyve.org>
822
63fbb644 823 * ebrowse.c (main): Exit with EXIT_FAILURE if BROWSE file
0f29c66d
MY
824 doesn't exist, is not seekable, not is failed in ftall.
825
a941b26b
EZ
8262006-06-03 Eli Zaretskii <eliz@gnu.org>
827
9781fb53
EZ
828 * makefile.w32-in (ALL): Add sorted-doc and digest-doc.
829 ($(BLD)/sorted-doc.exe, $(BLD)/digest-doc.exe)
830 ($(BLD)/test-distrib.exe): New targets.
831 (sorted-doc, digest-doc, test-distrib): New targets.
832 (install): Install sorted-doc.exe and digest-doc.exe.
833 ($(BLD)/sorted-doc.$(O)): Update dependencies.
834
1b178b99
EZ
835 * digest-doc.c [DOS_NT] <top level>: Include fcntl.h and io.h.
836 (main) [DOS_NT]: Switch stdin to binary mode, if it is not a
837 terminal device.
838
ae85efdb
EZ
839 * sorted-doc.c [DOS_NT] <top level>: Include fcntl.h and io.h.
840 [WINDOWSNT] <top level>: Don't redeclare malloc.
841 (main) [DOS_NT]: Switch stdin to binary mode, if it is not a
842 terminal device.
1b178b99 843 (main): Initialize bp, to avoid compiler warnings
ae85efdb 844
a941b26b
EZ
845 * makefile.w32-in: Delete traces of leditcfns.c.
846
847 * leditcfns.c: Remove file.
848
880820fe 8492006-05-23 Francesco Potortì <pot@gnu.org>
8a6d5da7 850
31fa6595
SM
851 * pop.c (pop_open, socket_connection, KPOP_SERVICE):
852 Add comments explaining why the "kpop" service is never used.
8a6d5da7 853
642c61f3
EZ
8542006-05-13 Eli Zaretskii <eliz@gnu.org>
855
856 * makefile.w32-in (lisp1): Add fringe.elc.
857
880820fe 8582006-05-02 Francesco Potortì <pot@gnu.org>
7e237d24
FP
859
860 * etags.c (Perl_functions): Free space allocated for var package.
861 (Erlang_functions): Possibly free space allocated for var last.
862 (Prolog_functions): Possibly free space allocated for var last.
863
7c47913b
DN
8642006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
865
7fe8b491
DN
866 * sorted-doc.c (main): Initialize docs to NULL.
867
cdeda579
DN
868 * yow.c (yow): Free buf.
869
7c47913b
DN
870 * etags.c: Delete c-indentation-style local variable.
871
2ef88a94
RS
8722006-04-29 Richard Stallman <rms@gnu.org>
873
5e5b35c7
RS
874 * movemail.c (main): Check for negative value from `read'.
875
2ef88a94
RS
876 * fakemail.c (read_header): Give fatal error if input has no header.
877
d65b4235
PE
8782006-04-02 Paul Eggert <eggert@cs.ucla.edu>
879
880 * b2m.c (main): Don't include <limits.h>.
881 (TM_YEAR_BASE): New macro.
882 (TM_YEAR_IN_ASCTIME_RANGE): Don't define if already defined, so
883 that s/ files can override this. Use the more-conservative range
884 1000-9999.
885 (main): Check for asctime returning NULL.
886 * fakemail.c: Likewise.
887
f5565804
PE
8882006-03-27 Paul Eggert <eggert@cs.ucla.edu>
889
890 * b2m.c: Include <limits.h>.
891 (TM_YEAR_IN_ASCTIME_RANGE): New macro.
892 (main): Check for out-of-range time stamps.
893 * fakemail.c: Likewise.
894
90c9c343
AS
8952006-03-18 Andre Spiegel <spiegel@gnu.org>
896
897 * vcdiff: Use "echo" as a default for $echo, otherwise we'll
898 execute $DIFF twice, and once with the wrong options.
899
a6a2b5d4
EZ
9002006-02-23 Claudio Fontana <claudio@gnu.org>
901
9e2bcc86
EZ
902 * Makefile.in (install, uninstall): Add DESTDIR variable to
903 support staged installations.
a6a2b5d4 904
ef3f69f9
EZ
9052005-12-30 Eli Zaretskii <eliz@gnu.org>
906
907 * makefile.w32-in (MOUSE_SUPPORT): Add tooltip.elc.
fc8dc7cf
EZ
908 (lisp1): Add rfn-eshadow.elc, international/utf-16.elc, image.elc,
909 international/fontset.elc, dnd.elc, mwheel.elc, and tool-bar.elc.
910 Rearrange the list to be similar to $(shortlisp) in
911 src/Makefile.in.
ef3f69f9
EZ
912 (lisp2): Add language/kannada.el, emacs-lisp/syntax.elc,
913 emacs-lisp/timer.elc, jka-cmpr-hook.elc, font-lock.elc,
914 jit-lock.elc. Rearrange the list to be similar to $(shortlisp) in
915 src/Makefile.in.
916
30cfcf7f
RS
9172005-12-22 Richard M. Stallman <rms@gnu.org>
918
919 * Makefile.in (update-game-score.o): Delete spurious final `\'.
920
ecc54057 9212005-11-18 Hideki IWAMOTO <h-iwamoto@kit.hi-ho.ne.jp> (tiny change)
2e0bea68
FP
922
923 * etags.c (main): Cxref mode writes to stdout: do not close tagf,
924 which was never opened.
925
283879ef 9262005-10-20 Olli Savia <ops@iki.fi> (tiny change)
ce0ae3a9
EZ
927
928 * etags.c: Undef STDIN if defined. (LynxOS defines it in system
929 header files.)
930
880820fe 9312005-09-27 Francesco Potortì <pot@gnu.org>
55102b5d
FP
932
933 * etags.c: Preliminary Forth support.
934 (prolog_pr): Cast strlen to int before comparison.
935 (LOOKING_AT, LOOKING_AT_NOCASE): Let the preprocessor check that
936 the second argument is indeed a literal string.
b9509712 937 (main): In append mode, sort the tags file after writing it.
55102b5d
FP
938
9392005-09-27 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
940
941 * etags.c (longopts, print_help, main): The -a (--append) option
942 can be used in ctags also; for one, the Linux make file uses it.
943
41ea4df8
CY
9442005-09-20 Chong Yidong <cyd@stupidchicken.com>
945
946 * ebrowse.c (add_sym): Compare namespace names instead of
947 namespace objects. This prevents the parser from incorrectly
948 treating classes whose superclass is in another namespace.
949
5c4757d3
RS
9502005-09-15 Richard M. Stallman <rms@gnu.org>
951
952 * Makefile.in (update-game-score.o): New target.
953 Compile and link this progranm separately.
954 (update-game-score${EXEEXT}): Use GETOPTDEPTS.
955
df1b2142
JR
9562005-09-11 Jason Rumney <jasonr@gnu.org>
957
ecc54057 958 * makefile.w32-in (../src/config.h): Don't overwrite. Print a
df1b2142 959 message instead.
31fa6595 960 (../src/paths.h): Remove.
df1b2142 961
c638055f
JB
9622005-07-27 Juanma Barranquero <lekktu@gmail.com>
963
964 * .cvsignore: Don't ignore fns-* and fns.el, which are no longer
965 generated. Ignore also ctags.c and getopt.h.
966
967 * makefile.w32-in (clean): Delete getopt.h.
968 (getopt.h): New rule.
969
9eff9fe3
PE
9702005-07-26 Paul Eggert <eggert@cs.ucla.edu>
971
972 Merge gnulib getopt implementation into Emacs.
973
974 * Makefile.in (mostlyclean): Remove getopt.h, getopt.h-t.
975 (GETOPT_H): New macro, from gnulib.
976 (getopt.h): New rule, from gnulib.
977 (GETOPTOBJS): Now autoconfigured.
978 (GETOPTDEPS): getopt.h is now autoconfigured.
979 (getopt.o, getopt1.o): Depend on $(GETOPT_H), not ${srcdir}/getopt.h.
980 (getopt.o): Depend on ${srcdir}/gettext.h.
981 (movemail.o): Depend on $(GETOPT_H).
982 * getopt.c, getopt1.c: Sync from gnulib.
983 * getopt_.h, getopt_int.h, gettext.h: New files, from gnulib.
984 * getopt.h: Removed (now is getopt_.h).
985
ec641d50
KR
9862005-07-13 Ken Raeburn <raeburn@gnu.org>
987
0e0dced5
JB
988 * pop.c: Don't include des.h (or variants thereof); krb.h will do it.
989 (sendline): Add the \r\n to the line in a temporary buffer, and write
990 it all at once.
ec641d50 991
a0ec7a4a
LK
9922005-07-04 Lute Kamstra <lute@gnu.org>
993
994 Update FSF's address in GPL notices.
995
0e0dddda
EZ
9962005-06-13 Eli Zaretskii <eliz@gnu.org>
997
998 * makefile.w32-in ($(DOC)): Fix last change.
999
5a77c8e2
EZ
10002005-06-12 Eli Zaretskii <eliz@gnu.org>
1001
1002 * makefile.w32-in ($(DOC)): Depend on make-docfile.exe,
1003 temacs.exe, and the preloaded *.elc files. This avoids
1004 unnecessary dumping and DOC rebuilding.
1005
1a8fb426
EZ
10062005-06-04 Eli Zaretskii <eliz@gnu.org>
1007
1008 * ntlib.h (fileno): Don't define if already defined.
1009
7235a58f
TTN
10102005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
1011
1012 * yow.c (setup_yow): Use EXIT_FAILURE in case no separators found.
1013 (yow): Use EXIT_FAILURE in case of memory error.
1014
5063dbbf
YM
10152005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1016
1017 * make-docfile.c (DIRECTORY_SEP): New macro.
1018 (IS_DIRECTORY_SEP): Use it.
1019
880820fe 10202005-03-18 Jan Djärv <jan.h.d@swipnet.se>
5b9562c3
JD
1021
1022 * emacsclient.c: Avoid expansion of getcwd when defined as a macro.
1023
ba025f6d
YM
10242005-03-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1025
1026 * make-docfile.c: Undo previous change.
1027
a9eedf40
AS
10282005-02-04 Andreas Schwab <schwab@suse.de>
1029
0e0dced5
JB
1030 * movemail.c (fatal): Accept third parameter and pass down to error.
1031 (pfatal_with_name): Pass error string as format parameter instead of
1032 as part of format string.
a9eedf40
AS
1033 (pfatal_and_delete): Likewise.
1034 (main): Adjust call to fatal.
1035 (xmalloc): Likewise.
1036
5a92a9eb
RS
10372005-01-29 Richard M. Stallman <rms@gnu.org>
1038
1039 * movemail.c (popmail): Don't use Errmsg as format string.
1040
e6973a25
ST
10412004-12-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1042
0e0dced5 1043 * make-docfile.c: Include stdlib.h even if WINDOWSNT is not defined.
e6973a25 1044
1bb3da38
AS
10452004-12-15 Andreas Schwab <schwab@suse.de>
1046
1047 * etags.c (main): Fix typo in conversion of LONG_OPTIONS from
1048 preprocessing to compile time constant.
1049
d4a38fdd
KS
10502004-11-17 Kim F. Storm <storm@cua.dk>
1051
1052 * etags.c: Undo last change.
1053
f2eb41c8
KS
10542004-11-09 Kim F. Storm <storm@cua.dk>
1055
1056 * make-docfile.c (scan_c_file): Set defvarperbufferflag to
1057 silence compiler.
1058
1059 * hexl.c (main): Init local var c to silence compiler.
1060
1061 * etags.c (main, consider_token, C_entries): Add misc switch
1062 default targets to silence compiler.
1063
880820fe 10642004-11-09 Jan Djärv <jan.h.d@swipnet.se>
3cf5c994
JD
1065
1066 * makefile.w32-in (obj): Add all files (X and Mac) to doc so the
1067 resulting DOC file can be used on Unix/Mac also.
1068
880820fe 10692004-09-13 Francesco Potortì <pot@gnu.org>
e057dc50
FP
1070
1071 * etags.c (main): When relative file names are given as argument,
1072 make them relative to the current working dir, rather than
1073 relative to the output tags file, if the latter is in /dev.
1074
880820fe 10752004-09-13 Francesco Potortì <pot@gnu.org>
05d9a399
FP
1076
1077 * etags.c [EXIT_SUCCESS, EXIT_FAILURE]: Define them when no
1078 <stdlib.h> is available.
1079 (enum sym_type): New st_C_attribute value for parsing
1080 gcc's __attribute__. Deleted st_C_typespec value.
1081 (gperf, in_word_set): Use gperf 3, options changed. Added the
1082 __attribute__ keyword, removed all the st_C_typespec keywords,
1083 changed attribute for Java to (C_JAVA & !C_PLPL).
1084 (inattribute): New global bool, part of the C state machine.
1085 (cblev): Identifier renamed to bracelev throughout.
1086 (consider_token, C_entries): Numerous changes for making the
1087 parser more robust and adding support for __attribute__.
1088
10892004-09-13 David A. Capello <dacap@users.sourceforge.net> (tiny change)
1090
ecc54057 1091 * etags.c (Lua_suffixes, Lua_help, lang_names, Lua_functions):
05d9a399
FP
1092 Support the Lua scripting language <http://www.lua.org>.
1093
880820fe 10942004-09-08 Francesco Potortì <pot@gnu.org>
fba74375 1095
d57727c9 1096 * etags.c [LONG_OPTIONS]: Make it TRUE (ifdef) or FALSE (ifndef)
fba74375
FP
1097 for ease of use.
1098
3751eb00
RS
10992004-07-17 Richard M. Stallman <rms@gnu.org>
1100
1101 * emacsclient.c (quote_file_name): Pass COPY thru %s to output it.
1102
86d373e6
JB
11032004-06-01 Juanma Barranquero <lektu@terra.es>
1104
1105 * makefile.w32-in (obj): Add image.c.
1106
80e26b66
TTN
11072004-05-10 Thien-Thi Nguyen <ttn@gnu.org>
1108
0e0dced5 1109 * test-distrib.c (main): For failing cases, exit with `EXIT_FAILURE'.
80e26b66 1110
e6662c8b
JR
11112004-05-08 Jason Rumney <jasonr@gnu.org>
1112
1113 * makefile.w32-in (lisp1, lisp2): Split lisp to avoid long
1114 command-lines.
1115
65396510
TTN
11162004-05-08 Thien-Thi Nguyen <ttn@gnu.org>
1117
1118 * cvtmail.c: Throughout, replace 0 destined for `exit' arg
1119 with `EXIT_SUCCESS'. Likewise, replace 1 with `EXIT_FAILURE'.
1120 (main): Use `EXIT_SUCCESS' or `EXIT_FAILURE' for return value.
1121
1122 * ebrowse.c, emacsclient.c, fakemail.c, hexl.c,
86d373e6
JB
1123 * make-docfile.c, movemail.c, profile.c, sorted-doc.c,
1124 * test-distrib.c, update-game-score.c, yow.c: Likewise.
65396510 1125
c2bcfb19
TTN
11262004-05-08 Thien-Thi Nguyen <ttn@gnu.org>
1127
1128 * Makefile.in (emacsclient${EXEEXT}): Use makefile var `version'.
1129
3f0656ff
TTN
11302004-05-07 Thien-Thi Nguyen <ttn@gnu.org>
1131
1132 * b2m.c (GOOD, BAD): Delete macros. Throughout,
1133 replace w/ `EXIT_SUCCESS' and `EXIT_FAILURE', respectively.
1134 (main): Use `EXIT_SUCCESS' or `EXIT_FAILURE' for return value.
1135
1136 * etags.c: Likewise.
1137
238add5e
JR
11382004-05-03 Jason Rumney <jasonr@gnu.org>
1139
1140 * makefile.nt: Remove.
1141
b09c5608
EZ
11422004-04-26 Eli Zaretskii <eliz@gnu.org>
1143
1144 * make-docfile.c (IS_DIRECTORY_SEP): New macro.
1145 (put_filename): Remove unused variable len. Use IS_DIRECTORY_SEP
1146 instead of a literal '/'.
1147
d814862a
JB
11482004-04-23 Juanma Barranquero <lektu@terra.es>
1149
1150 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
1151
442a2160
PE
11522004-04-17 Paul Eggert <eggert@gnu.org>
1153
1154 * rcs2log (Help): Clarify wording of the usage message.
1155 Problem reported by Alan Mackenzie in
1156 <http://mail.gnu.org/archive/html/bug-gnu-emacs/2004-04/msg00188.html>.
1157
d5d66b7e
SM
11582004-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
1159
1160 * make-docfile.c (xmalloc): Fix return type.
1161 (put_filename): New fun.
1162 (scan_file): Use it.
1163
bdfd0369
JB
11642004-03-09 Juanma Barranquero <lektu@terra.es>
1165
1166 * grep-changelog: Changes to support ChangeLog.10+.
1167 (main): Tidy up usage string. Fix "Use of uninitialized value"
1168 warning. Set version to 0.2. Parse the directory listing to get
1169 any ChangeLog.n file, not just 1..9.
1170 (header_match_p, entry_match_p, print_log, parse_changelog):
1171 Remove Perl prototypes (their purpose is to help the parser, which
1172 isn't needed here, not declare arguments).
1173 (parse_changelog): Make --reverse faster on big batches by not
1174 modifying the entries list.
1175
a64387ee
JB
11762004-03-01 Juanma Barranquero <lektu@terra.es>
1177
1178 * makefile.w32-in (obj): Add fringe.c.
1179
9766d41b
PE
11802004-02-14 Paul Eggert <eggert@twinsun.com>
1181
1182 * rcs2log: Work correctly if CVSROOT specifies :fork: or
1183 :local: methods, or omits the colon between the hostname
1184 and the path. Allow :/ in repository path, since CVS does.
1185 Fix typo: "pository" should be set from $CVSROOT, not $repository.
1186 This fixes a bug reported by Wolfgang Scherer in
1187 <http://mail.gnu.org/archive/html/bug-gnu-emacs/2004-02/msg00085.html>,
1188 along with some related bugs I discovered by inspecting how
1189 CVS itself parses $CVSROOT.
1190
880820fe 11912004-02-04 Jérôme Marant <jmarant@nerim.net> (tiny change)
98c6e531
SM
1192
1193 * emacsclient.c (decode_options): Fix handling of alternate editor.
1194
0734b0d0
SM
11952004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
1196
1197 * emacsclient.c (main): Don't use the hostname in the socket name.
1198 Look for relative socket names in the /tmp dir rather than in cwd.
1199
2a6fc2d9
RS
12002004-01-24 Richard M. Stallman <rms@gnu.org>
1201
1202 * emacsclient.c (main): Restore errno from saved_errno,
1203 so the error message comes from socket_status.
1204
0734b0d0
SM
12052004-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
1206
1207 * emacsclient.c (main): Stop if socket name too long.
1208 Only try su-fallback if the socket name was not explicit.
1209 Check socket name length in su-fallback case as well.
1210
152b6e83
AS
12112004-01-08 Andreas Schwab <schwab@suse.de>
1212
1213 * emacsclient.c (main): Save errno from socket_status.
1214
e8228824
AS
12152004-01-04 Andreas Schwab <schwab@suse.de>
1216
1217 * emacsclient.c (main): Fix socket name when using another user.
1218
c9140662
PE
12192003-12-27 Paul Eggert <eggert@twinsun.com>
1220
1221 * rcs2log (rlog_options): Append -rbranchtag if CVS/Tag indicates
1222 a tag, and if the user has not specified an rlog option.
1223 Adapted from a suggestion by Martin Stjernholm in
1224 <http://mail.gnu.org/archive/html/bug-gnu-emacs/2003-07/msg00066.html>.
1225 (Copyright): Update to 2003.
1226
8babaa59
TTN
12272003-12-24 Thien-Thi Nguyen <ttn@gnu.org>
1228
1229 * make-docfile.c (main): For return code, no longer special-case VMS.
1230 Instead, use `EXIT_SUCCESS' and `EXIT_FAILURE' from stdlib.h.
1231
880820fe 12322003-09-28 Andreas Büsching <crunchy@tzi.de> (tiny change)
14ef7288
EZ
1233
1234 * emacsclient.c (quote_file_name): Print the result instead of
1235 returning it. Fix the return type accordingly.
1ae7cf5e
RS
1236 (main): With --eval, if no file name, read from stdin.
1237 Quote file names.
14ef7288 1238
f387bdea
RS
12392003-09-10 Richard M. Stallman <rms@gnu.org>
1240
07655e62 1241 * emacsclient.c (main): Use socket_name.
f387bdea 1242
880820fe 12432003-09-10 Andreas Büsching <crunchy@tzi.de> (tiny change)
f387bdea
RS
1244
1245 * emacsclient.c (socket_name): New variable.
1246 (longopts, decode_options, print_help_and_exit):
1247 Handle --socket-name argument.
1248
0b7e7337
FP
12492003-08-25 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
1250
783bcffa 1251 * etags.c (consider_token): Check C++ `operator' only when the
0b7e7337
FP
1252 token len is long enough.
1253
ac06b30b
DL
12542003-08-20 Dave Love <fx@gnu.org>
1255
1256 * Makefile.in: Remove obsolete references to alloca.
1257
32b0a3c6
JB
12582003-07-29 Ken Brush <ken@wirex.com>
1259
1260 * emacsclient.c (main)
1261 * etags.c (suggest_asking_for_help)
1262 * movemail.c (main): Fix having macros in a printf statement.
1263
3867c42d
JB
12642003-05-31 Juanma Barranquero <lektu@terra.es>
1265
1266 * makefile.w32-in (lisp): Fix references to byte-run.el,
1267 float-sup.el and map-ynp.el, which are now in emacs-lisp.
1268
7933722a
DL
12692003-05-22 Dave Love <fx@gnu.org>
1270
1271 * update-game-score.c (difftime) [!HAVE_DIFFTIME]: Define.
1272 (strerror) [!HAVE_STRERROR && !WINDOWSNT]: New.
1273
463f55ee
DL
12742003-05-20 Dave Love <fx@gnu.org>
1275
1276 * movemail.c: Check HAVE_LIBLOCKFILE like HAVE_LIBMAIL.
1277
1278 * Makefile.in [HAVE_LIBLOCKFILE]: Define LIBS_MAIL=-llockfile.
1279
1b7a835b
JB
12802003-04-27 Oliver Scholz <alkibiades@gmx.de>
1281
0e0dced5 1282 * update-game-score.c (read_scores): Fix corruption of scores on read.
1b7a835b 1283
eec54bd7
SM
12842003-04-12 Stefan Monnier <monnier@cs.yale.edu>
1285
1286 * emacsclient.c (main): Use new safe location for socket.
1287
ff4bd681
JB
12882003-03-12 Tom Tromey <tromey@redhat.com>
1289
eec54bd7
SM
1290 * emacsclient.c (print_help_and_exit): Print to stdout.
1291 Exit successfully. Added some blank lines for readability.
ff4bd681
JB
1292 (decode_options): Don't call print_help_and_exit in default case.
1293 Print version information to stdout.
1294 (main): Don't call print_help_and_exit.
1295
dd132e44
RS
12962003-02-15 Richard M. Stallman <rms@gnu.org>
1297
1298 * cvtmail.c: Cast result of malloc and realloc.
1299 Don't include stdlib.h, becuase config.h does.
1300 (malloc, realloc): Declarations deleted.
ff4bd681 1301
dd132e44
RS
1302 * yow.c (yow): Cast result of malloc and realloc.
1303 (malloc, realloc): Declarations deleted.
1304
71ffc53a
JB
13052003-02-11 Juanma Barranquero <lektu@terra.es>
1306
1307 * makefile.w32-in (lisp): Add malayalam.el and tamil.el.
1308
0dfd93c0
AS
13092003-02-08 Andreas Schwab <schwab@suse.de>
1310
1311 * Makefile.in (EXEEXT): Define to @EXEEXT@ and use this variable
1312 instead of the substitution.
1313
37d1e680
RS
13142003-02-04 Richard M. Stallman <rms@gnu.org>
1315
1316 * update-game-score.c (push_score, read_scores): Cast values
1317 of malloc and realloc.
1318 (main, lock_file): Avoid assignment inside if.
1319
c60ee5e7
JB
13202003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
1321
1322 * Makefile.in: Use @EXEEXT@ for Cygwin.
1323
b24e2dc7
DL
13242003-01-21 Dave Love <fx@gnu.org>
1325
1326 * etags.c (Cplusplus_help, Cjava_help): Re-phrase and avoid
1327 column-0 `('.
1328
1329 * yow.c: Don't include string.h.
1330
675d000f
RS
13312003-01-20 Richard M. Stallman <rms@gnu.org>
1332
1333 * Makefile.in (rcs2log, rcs-checkin, grep-changelog, vcdiff):
1334 New targets.
1335
207aa3ff
KS
13362003-01-06 Kim F. Storm <storm@cua.dk>
1337
31fa6595 1338 * pop.c (__P): Rename from _P to avoid problems on Cygwin.
207aa3ff
KS
1339 All uses changed.
1340
cf6d30d7
AI
13412002-12-18 Andrew Innes <andrewi@gnu.org>
1342
1343 * makefile.w32-in ($(DOC)): Use -o and -a options to make-docfile,
1344 because GNU make doesn't append when using >> redirection.
1345
649fc2c5
PJ
13462002-12-12 Jonathan Kamens <jik@kamens.brookline.ma.us>
1347
1348 * b2m.pl: Make sure every message ends with a blank line, because
1349 some mbox parsers require a blank line before "From " lines.
1350
85cce843
RS
13512002-12-08 Richard M. Stallman <rms@gnu.org>
1352
1353 * getopt.c: Do include libintl.h if HAVE_LIBINTL_H.
1354 (_): Test only HAVE_LIBINTL_H to decide what to do.
1355
2ccc4d34
RS
13562002-12-05 Richard M. Stallman <rms@gnu.org>
1357
1358 * getopt.c: Comment out include of libintl.h or gettext.h.
1359
c5992177
RS
13602002-12-04 Richard M. Stallman <rms@gnu.org>
1361
1362 * Update getopt from gnulib version; changes described below.
1363
1364 * getopt1.c: Conditionally find getopt.h.
1365 [_LIBC] (getopt_long, getopt_long_only): Do libc_hidden_def.
1366
1367 * getopt.c (const): Move outside !HAVE_CONFIG_H conditional.
1368 (libintl.h): Include this if _LIBC. Otherwise include gettext.h.
c60ee5e7 1369 (wchar.h): Include, maybe.
c5992177
RS
1370 (attribute_hidden): Define if not defind.
1371 (__getopt_initialized): Use attribute_hidden.
1372 (__libc_argc, __libc_argv): Renamed from original_argc, etc.
d7982012
JB
1373 (__getopt_nonoption_flags, nonoption_flags_max_len)
1374 (nonoption_flags_len): Conditional on USE_NONOPTION_FLAGS.
c5992177
RS
1375 (SWAP_FLAGS): New definitions.
1376 (exchange): Test USE_NONOPTION_FLAGS.
1377 (_getopt_initialize): Test USE_NONOPTION_FLAGS.
1378 (_getopt_internal): Error if argc < 1. New local var print_errors.
1379 Improve test for ambiguous long option.
1380 Add LIBIO support for error message output.
1381 (NONOPTION_P): Test USE_NONOPTION_FLAGS.
1382
1383 * getopt.h: Maybe include ctype.h.
1384 Treat __cplusplus like __STDC__.
1385 (decls): Use __ in arg names.
1386
4b5e69bd
SE
13872002-12-02 Stephen Eglen <stephen@gnu.org>
1388
1389 * emacsclient.c (main): Tell user how to start server within Emacs
1390 if socket could not be found.
1391
19fa03f3
RS
13922002-12-02 Richard M. Stallman <rms@gnu.org>
1393
1394 * emacsclient.c (main): Test HAVE_GETCWD rather than BSD_SYSTEM.
1395
7be215b4
JB
13962002-11-19 Ben Key <bkey1@tampabay.rr.com>
1397
29f538e6
BK
1398 * makefile.w32-in: Fixed a bug that caused the documentation for
1399 the built in function play-sound-internal not to be included in
1400 /etc/DOC.
7be215b4 1401
1998560a
DL
14022002-11-18 Dave Love <fx@gnu.org>
1403
1404 * update-game-score.c: Include unistd.h, string.h, stdlib.h,
1405 fcntl.h, stdarg.h conditionally.
1406 (_GNU_SOURCE, __attribute__): Don't define.
1407 (optarg, optind, opterr): Declare.
1408 (lose, lose_syserr): Use NO_RETURN.
1409 (get_user_id): Use P_.
1410
8b96caf3
RS
14112002-11-17 Richard M. Stallman <rms@gnu.org>
1412
1413 * Makefile.in (${archlibdir}): Ignore errors operating on $(gamedir).
1414
59daa29a
DL
14152002-11-14 Dave Love <fx@gnu.org>
1416
1417 * movemail.c (pop_retr): Declare comment.
1418
1419 * make-docfile.c (read_c_string_or_comment): Declare msgno.
9a007cb7
DL
1420
1421 * Makefile.in (YACC): Deleted.
1422
f1b443bf
AS
14232002-10-19 Andreas Schwab <schwab@suse.de>
1424
1425 * Makefile.in (${archlibdir}): Always create $(gamedir).
1426 (update-game-score): Pass $(gamedir) as HAVE_SHARED_GAME_DIR.
1427
52402e4f
JB
14282002-10-04 Juanma Barranquero <lektu@terra.es>
1429
1430 * makefile.w32-in (lisp): Load devanagari.el, not .elc.
1431
15dab115
MR
14322002-09-30 Markus Rost <rost@math.ohio-state.edu>
1433
1434 * emacsclient.c (main): Remove reference to SERVER_HOME_DIR
1435 completely.
1436
30be2360
SM
14372002-09-27 Stefan Monnier <monnier@cs.yale.edu>
1438
1439 * emacsclient.c: Remove SYSV support.
1440 (eval, display): New vars.
1441 (longopts): Add --eval and --display.
1442 (decode_options): Add -e and -d processing.
1443 (print_help_and_exit): Update the usage string.
1444 (main): Add support for --eval and --display.
3ecdcd59 1445 (main): Always use /tmp and non-qualified hostname.
30be2360 1446
4208da83
SM
14472002-09-25 Stefan Monnier <monnier@cs.yale.edu>
1448
1449 * emacsserver.c: Remove.
1450
3cf8c6aa
SM
14512002-09-17 Stefan Monnier <monnier@cs.yale.edu>
1452
1453 * emacsclient.c (quote_file_name): Quote \n.
1454 (main): Print a final \n when needed.
1455
880820fe 14562002-09-03 Francesco Potortì <pot@gnu.org>
4c6dce51
FP
1457
1458 * etags.c (regex_tag_multiline, readline): Never pass pfnote a
1459 string that cannot be freed.
1460
880820fe 14612002-08-30 Francesco Potortì <pot@gnu.org>
ba88f8eb
FP
1462
1463 * etags.c (consider_token, C_entries): Switch to C++ parsing when
1464 auto-detection is enabled and the `::' qualifier is met.
1465 (consider_token, C_entries): Several bugs corrected that tagged
1466 some declarations even though --declarations was not used.
1467 (plainc): New macro.
1468 (C_entries): Use it.
1469 (C_entries): Several cosmetic changes.
1470 (C_entries): Invalidate the token is some cases.
1471
880820fe 14722002-08-29 Francesco Potortì <pot@gnu.org>
09cd1a74 1473
eec54bd7 1474 * etags.c (C_entries): Correct a problem with const C++ funcs.
09cd1a74
FP
1475 (ignoreindent): Renamed from noindentypedefs.
1476 (cjava, cplpl): They are now macros instead of local vars.
1477
880820fe 14782002-08-28 Francesco Potortì <pot@gnu.org>
09cd1a74
FP
1479
1480 * etags.c (HTML_labels): Tag ID= also.
1481
880820fe 14822002-08-27 Francesco Potortì <pot@gnu.org>
87046df8
FP
1483
1484 * etags.c (Ada_funcs): Do not tag "use type Xxxx;".
1485
ecc54057 1486 * etags.c (HTML_labels): New language HTML.
8ee14629
FP
1487 (etags_strcasecmp): Like BSD's, for compatibility.
1488 (strcaseeq): Make it into a macro.
1489
1490 * etags.c (make_tag): Never generate null length tag names.
87046df8
FP
1491 (linebuffer_init): Renamed from initbuffer. All callers changed.
1492 (pattern): Structure renamed to `regexp', member regex renamed to
1493 pattern.
1494 (node_st): Member pat renamed to regex.
eec54bd7
SM
1495 (pattern); New member force_explicit_name, for future use.
1496 Now always set to true, cannot be reset.
87046df8
FP
1497 (add_regex, regex_tag_multiline, readline): Use it.
1498 (main): Free some global structures.
8ee14629 1499 (fdesc): New member `written'.
87046df8
FP
1500 (readline, process_file): Initialise it.
1501 (put_entries): Set it.
1502 (main): Use it to create entries for files without tags.
1503 (total_size_of_entries): Do not count invalid tags.
87046df8 1504
02ce3e80
SM
15052002-08-19 Stefan Monnier <monnier@cs.yale.edu>
1506
1507 * make-docfile.c (scan_keyword_or_put_char, write_c_args): Use `fn'
1508 for the function name in the usage info.
1509
5fba5c21
CW
15102002-07-31 Colin Walters <walters@gnu.org>
1511
1512 * update-game-score.c (P_): New macro. Use it for all prototypes.
1513 (lose): Don't use varargs.
1514 (lose_syserr): New function.
1515
1516 * update-game-score.c: Change all functions to K&R style.
1517
712eaee0
AS
15182002-07-30 Andreas Schwab <schwab@suse.de>
1519
1520 * Makefile.in (localstatedir): New variable.
1521
c89ed6ef
PJ
15222002-07-29 Jonathan Kamens <jik@kamens.brookline.ma.us>
1523
1524 * b2m.pl: Fix regexp for finding return address fields.
1525
1e042160
SM
15262002-07-15 Stefan Monnier <monnier@cs.yale.edu>
1527
1528 * make-docfile.c (scan_c_file): Warn about missing `usage' info.
1529
c60ee5e7 15302002-07-05 Jonathan Kamens <jik@kamens.brookline.ma.us>
e9b60209 1531
02ce3e80 1532 * b2m.pl: Obey the rmail file and use the unpruned header properly.
e9b60209 1533
880820fe 15342002-06-26 Pavel Janík <Pavel@Janik.cz>
9ee028d2
PJ
1535
1536 * b2m.pl: New file.
1537
880820fe 15382002-06-21 Francesco Potortì <pot@gnu.org>
e1af8d40 1539
ecc54057 1540 * etags.c (F_getit, Fortran_functions, Ada_getit, Asm_labels)
e1af8d40
FP
1541 (Python_functions, PHP_functions, PHP_functions, PHP_functions)
1542 (PHP_functions, PHP_functions, Cobol_paragraphs)
1543 (Makefile_targets, Postscript_functions, Texinfo_nodes)
1544 (prolog_pr, erlang_func, erlang_attribute)
1545 (Perl_functions, Perl_functions, Pascal_functions)
1546 (TeX_commands, get_tag): Use make_tag instead of pfnote.
1547 (get_tag): Prototype changed, all callers changed.
1548
880820fe 15492002-06-20 Francesco Potortì <pot@gnu.org>
ceaeb365 1550
d76132d0
FP
1551 * etags.c: Implement implicit tag names, that is, unnamed tags
1552 whose name is automatically deduced by etags.el. The advantage is
1553 that there is no explicit tag name in most tags, so the size of
1554 the tags file is reduced, yet find-tag is able to do a match as
eec54bd7 1555 accurate as with named tags. See the comment in make_tag for details.
ceaeb365
FP
1556 (make_tag): New function (was the disabled function new_pfnote).
1557 (make_C_tag): Use it.
1558
880820fe 15592002-06-19 Francesco Potortì <pot@gnu.org>
f175bfff
FP
1560
1561 * etags.c (add_regex): Invalid regexp modifiers are ignored.
1562 (Makefile_targets): Tag variables unless --no-globals.
1563 (LOOP_ON_INPUT_LINES): Serious bug corrected.
1564
880820fe 15652002-06-13 Francesco Potortì <pot@gnu.org>
82ef78b3
FP
1566
1567 * etags.c (erlang_atom, erlang_attribute): Bugs corrected.
1568 (invalidate_nodes): Bug corrected.
1569 (print_help): Better help for regexps.
1570
7a8940da
JB
15712002-06-13 Juanma Barranquero <lektu@terra.es>
1572
1573 * makefile.w32-in (lisp): Add international/ucs-tables.elc and
1574 font-core.elc.
1575
880820fe 15762002-06-12 Francesco Potortì <pot@gnu.org>
6861f0e3
FP
1577
1578 * etags.c: New multi-line regexp and new regexp syntax.
1579 (arg_type): at_icregexp label removed (obsolete).
1580 (pattern): New member multi_line for multi-line regexps.
1581 (filebuf): A global buffer containing the whole file as a string
1582 for multi-line regexp matching.
1583 (need_filebuf): Global flag raised if multi-line regexps used.
1584 (print_help): Document new regexp modifiers, remove references to
1585 obsolete option --ignore-case-regexp.
1586 (main): Do not set regexp syntax and translation table here.
1587 (main): Treat -c option as a backward compatibility hack.
1588 (main, find_entries): Init and free filebuf.
1589 (find_entries): Call regex_tag_multiline after the regular parser.
1590 (scan_separators): Check for untermintaed regexp and return NULL.
1591 (analyse_regex, add_regex): Remove the ignore_case argument, which
1592 is now a modifier to the regexp. All callers changed.
1593 (add_regex): Manage the regexp modifiers.
1594 (regex_tag_multiline): New function. Reads from filebuf.
1595 (readline_internal): If necessary, copy the whole file into filebuf.
1596 (readline): Skip multi-line regexps, leave them to regex_tag_multiline.
1597
880820fe 15982002-06-11 Francesco Potortì <pot@gnu.org>
6861f0e3
FP
1599
1600 * etags.c (add_regex): Better check for null regexps.
1601 (readline): Check for regex matching null string.
6772c8e1 1602 (find_entries): Reorganization.
6861f0e3 1603
880820fe 16042002-06-07 Francesco Potortì <pot@gnu.org>
f0da41a6
FP
1605
1606 * etags.c (scan_separators): Support all character escape
1607 sequences supported by Gcc.
02ce3e80 1608 (find_entries): Rewind unconditionally.
f0da41a6
FP
1609 (find_entries): Do not call language functions directly, now calls
1610 itself.
1611 (find_entries): Do general initialisations here.
1612 (CNL_SAVE_DEFINEDEF, C_entries, LOOP_ON_INPUT_LINES, F_getit)
1613 (Ada_getit, Pascal_functions, Pascal_functions)
1614 (prolog_skip_comment): Do not do them here.
1615 (readline_internal): Increment lineno here.
1616 (readline): Conditionally undo readline_internal increment.
1617 (readline): Do not return a value.
1618
880820fe 16192002-06-06 Francesco Potortì <pot@gnu.org>
5526f1f6 1620
88c71720 1621 * etags.c: New option --parse-stdin=FILE.
97b90b0a
FP
1622 (enum arg_type): New label at_stdin.
1623 (STDIN): New constant.
1624 (parsing_stdin): New flag.
1625 (longopts): New option --parse-stdin=NAME.
1626 (print_help): Document it.
1627 (main): Handle it.
1628 (process_file): Split into process_file and process_file_name.
1629 (process_file_name): New function.
1630
88c71720 1631 * etags.c: Improvements and bug squashing in TeX handling.
97b90b0a 1632 (TeX_commands): Skip comments.
5526f1f6
FP
1633 (TEX_defenv): Now contains more contructs.
1634 (TEX_cmt): Make it a static char and move it before TeX_commands.
1635 (TeX_commands): Shorten the tag to the brace after the name.
1636 (TeX_commands): Names now include the initial backslash.
1637 (TeX_commands): Names do not include numeric args #n.
1638 (TeX_commands): Correct line char number in tags.
1639 (TEX_tabent, TEX_token): Deleted.
1640 (TeX_commands, TEX_decode_env): Streamlined.
1641
880820fe 16422002-06-05 Francesco Potortì <pot@gnu.org>
50496bd9
FP
1643
1644 * etags.c (main): Avoid a buffer overrun with sprintf.
1645
a71867c5
RS
16462002-05-30 Richard M. Stallman <rms@gnu.org>
1647
1648 * Makefile.in (LIBS_MAIL): Renamed from LIB_MAIL.
1649 (LIBS_MOVE): Renamed from MOVE_LIBS.
1650
b7e67db6
PE
16512002-05-26 Paul Eggert <eggert@twinsun.com>
1652
1653 Reinstate the following change from 2002-03-22, which was
1654 inadvertently lost on 2002-04-13.
1655
1656 * etags.c (main): Use `sort -o TAGFILE TAGFILE' instead of
1657 `sort TAGFILE -o TAGFILE', as POSIX 1003.1-2001 disallows
1658 the latter usage.
1659
5f226e2c
EZ
16602002-05-17 Eli Zaretskii <eliz@is.elta.co.il>
1661
1662 * pop.c (socket_connection): Move the code to resolve the POP
1663 host right before trying to connect with it.
1664
5167cfda
CW
16652002-04-28 Colin Walters <walters@verbum.org>
1666
1667 * Makefile.in (${archlibdir}): Don't conditionalize on
1668 HAVE_SHARED_GAME_DIR. Instead, test at installation time whether
1669 or not we have access to the specified game user.
50496bd9 1670
5167cfda
CW
1671 * update-game-score.c (SCORE_FILE_PREFIX): Delete.
1672 (main): New argument -d, for specifying directory.
1673 (usage): Document.
02ce3e80 1674 (get_user_id): Compute.
5167cfda
CW
1675 (get_home_dir): Deleted.
1676 (get_prefix): New function, taken from main.
1677 (main): Check whether or not we are running setuid. Move prefix
1678 computation to get_prefix. Don't call getpwent; we don't need to
1679 any more. Instead, move it to get_user_id().
1680
880820fe 16812002-04-24 Pavel Janík <Pavel@Janik.cz>
beedfcf1
PJ
1682
1683 * ebrowse.c (skip_initializer): Return void.
1684
973c3c87
CW
16852002-04-23 Colin Walters <walters@verbum.org>
1686
1687 * update-game-score.c (read_score) [HAVE_GETDELIM]: Trim trailing
1688 space.
1689
880820fe 16902002-04-22 Francesco Potortì <pot@gnu.org>
8378bcd3 1691
ecc54057 1692 * etags.c (last_node): Make it a global variable.
8378bcd3
FP
1693 (process_file): Print the tags from the nodes as soon as
1694 possible, and delete the nodes. This brings down the memory
1695 occupancy as etags to almost the same level as when the #line
1696 directives were not parsed.
1697 (free_fdesc): New function.
1698 (find_entries): Use it.
1699 (invalidate_nodes): In etags mode, do not just mark the nodes as
1700 invalid, do delete them.
1701
c901ceff
GM
17022002-04-21 Gerd Moellmann <gerd@gnu.org>
1703
1704 * ebrowse.c (add_declarator): Test *CLS instead of CLS.
1705
c42d6dbd
EZ
17062002-04-16 Eli Zaretskii <eliz@is.elta.co.il>
1707
1708 * update-game-score.c: Move config.h before the other headers, to
1709 avoid compiler warnings.
1710
880820fe 17112002-04-16 Francesco Potortì <pot@gnu.org>
090416ca
FP
1712
1713 * etags.c (find_entries): Bug fix in list management.
1714
880820fe 17152002-04-15 Francesco Potortì <pot@gnu.org>
5dab24c1
FP
1716
1717 * etags.c (get_language_from_filename): Add one argument.
1718 (strcaseeq): New function.
1719 (get_language_from_filename): Use it to do a case insenstitive
1720 comparison if called with appropriate args.
1721 (find_entries): Try with case insensitive match.
1722 (process_file): Bug fixed.
1723
880820fe 17242002-04-13 Francesco Potortì <pot@gnu.org>
c150db23
FP
1725
1726 * etags.c (find_entries): Delete tags previously obtained from
1727 file xxx.c's #line directives when parsing file xxx.y. This is
1728 generally done for automatically generated files containing
1729 #line directives. This handles the case when xxx.y is tagged
1730 before xxx.c, and the entries of xxx.c pointing to xxx.y should
1731 be discarded.
eec54bd7 1732 (language): Add the metasource member. Initializers changed.
c150db23
FP
1733 (invalidate_nodes): New function.
1734 (readline): Discard lines after having found a #line
02ce3e80 1735 directive pointing to an already tagged file. This handles the
c150db23
FP
1736 case when xxx.y is tagged before xxx.c, and the entries of
1737 xxx.c pointing to xxx.y should be discarded.
1738 (fdesc): New structure for keeping track of input files.
1739 (fdesc): Remove `file' member (a string) and use instead a pointer
1740 to a file description structure.
02ce3e80
SM
1741 (curfile, curfiledir, curtagfname, curlang, nocharno)
1742 (forced_lang): Global variables removed in favor of fdhead and
c150db23
FP
1743 curfdp, pointers to file description strucures.
1744 (longopts, main, print_help): Use the CTAGS conditional to include
1745 or exclude options that work on etags or ctags only.
02ce3e80
SM
1746 (process_file, find_entries, pfnote, add_node, put_entries)
1747 (readline): Use fdhead and curfdp.
c150db23
FP
1748 (process_file, find_entries): Do not take an arg string, all
1749 callers changed.
1750
1751 * etags.c (longopts, print_help, main): Test CTAGS to disallow
1752 options that are not right for either etags or ctags.
1753
1754 * etags.c (number_len, total_size_of_entries): Define them also
1755 in CTAGS mode, because gcc does not compile all refs away.
1756
e9d1f248
CW
17572002-04-14 Colin Walters <walters@debian.org>
1758
1759 * update-game-score.c (lock_file): If the lock file is older than
1760 an hour, delete it. Reset attempts to zero if we have to break
1761 the lock.
1762
7605f1bd
AS
17632002-04-14 Andreas Schwab <schwab@suse.de>
1764
1765 * update-game-score.c (read_score): Fix type of second parameter
1766 of getdelim to be of type size_t instead of int. Use 0 instead of
1767 ESUCCES.
1768
e82defd1
CW
17692002-04-10 Colin Walters <walters@verbum.org>
1770
ecc54057 1771 * update-game-score.c (toplevel): Include stdarg.h.
b9b966e0
CW
1772 (MAX_DATA_LEN, MAX_SCORES): New.
1773 (SCORE_FILE_PREFIX): If HAVE_SHARED_GAME_DIR is not defined,
1774 default to ~/.emacs.d/games.
1775 (get_user_id): Don't zero uid in the case where we can't get the
1776 username.
1777 (lose): New function.
1778 (main): Actually use `max', and default it to MAX_SCORES.
1779 Correctly handle new default for SCORE_FILE_PREFIX. Use `lose'
1780 function.
1781 (read_score): Handle the case of reading unamelen characters, then
1782 finishing. Use mktemp if mkstemp isn't available.
1783 (lock_file, unlock_file): Delete unused versions.
1784 (lock_file): Always sleep, even if we unlinked the lock file.
1785
e82defd1
CW
1786 * Makefile.in (gamedir, gameuser): New variables.
1787 (toplevel, UTILITIES): Add update-game-score.
1788 (${archlibdir}): Handle HAVE_SHARED_GAME_DIR.
1789
5795b420
CW
17902002-04-07 Colin Walters <walters@verbum.org>
1791
1792 * update-game-score.c (SCORE_FILE_PREFIX): Don't hardcode.
1793 (get_user_id): Take struct passwd as an argument.
1794 (get_home_dir): New function.
1795 (main): Read in user information here. Discover home directory if
1796 necessary.
1797 (read_score): Trim newline only in `getline' case.
1798
cd553ffb 17992002-04-05 Colin Walters <walters@debian.org>
c150db23 1800
cd553ffb
CW
1801 * update-game-score.c (toplevel): Include pwd.h.
1802 (struct score_entry): Add username field.
1803 (push_score): Use it.
1804 (get_user_id): New function.
1805 (main): Don't malloc excessively.
1806 (main): Use username field.
1807 (read_score): Read it.
1808 (push_score): Handle it.
07655e62 1809 (write_scores): Write it.
c150db23
FP
1810 (read_score): Handle arbitrary length data.
1811
b74bd4a3
EZ
18122002-03-30 Eli Zaretskii <eliz@is.elta.co.il>
1813
1814 * ebrowse.c (add_declarator): Fix the first call to add_member_defn.
1815
fa8bc89d
GM
18162002-03-29 Gerd Moellmann <gerd@gnu.org>
1817
1818 * ebrowse.c (add_declarator, skip_initializer): New functions.
1819 (declaration): Use them.
1820
dd87b4cc
JR
18212002-03-28 Jason Rumney <jasonr@gnu.org>
1822
1823 * makefile.w32-in (lisp): Move backquote.elc into emacs-lisp.
1824
cd553ffb
CW
18252002-03-27 Colin Walters <walters@debian.org>
1826
1827 * update-game-score.c: New file.
1828
dfef6d49
PE
18292002-03-22 Paul Eggert <eggert@twinsun.com>
1830
1831 * etags.c (main): Use `sort -o TAGFILE TAGFILE' instead of
1832 `sort TAGFILE -o TAGFILE', as POSIX 1003.1-2001 disallows
1833 the latter usage.
1834
880820fe 18352002-03-12 Francesco Potortì <pot@gnu.org>
a13d6523 1836
4fff90e4 1837 * etags.c (Python_functions): Skip spaces at beginning of lines.
a13d6523
FP
1838 (Python_functions, PHP_functions): Name tags, for ctags' sake.
1839 (TeX_commands): Name tags. Correction of old disabled code.
1840
1841 * etags.c (curfiledir, curtagfname): New global variables.
1842 (process_file): Initialise them.
1843 (readline): Canonicalize the name found in #line directive.
893a741e 1844
4fff90e4 18452002-03-06 Jason Rumney <jasonr@gnu.org>
ca55a1e3 1846
893a741e
JR
1847 * etags.c (put_entries): Use #if !CTAGS, to fix link error on
1848 compilers that don't optimize out dead code.
1849
880820fe 18502002-03-05 Francesco Potortì <pot@gnu.org>
51aeded3
FP
1851
1852 * etags.c: Honour #line directives.
a7c29764 1853 (no_line_directive): New global var; set it for old behavior.
51aeded3
FP
1854 (main): Remove some #ifdef in the getopt switch.
1855 (add_node, put_entries): Code added to merge different chunks of
1856 nodes referring to the same file. Currently the tags are just
1857 appended, without any check for duplicates.
1858 (Perl_functions): Do not special case ctags.
1859 (readline): Identify #line directives and do the right thing.
1860 (nocharno, invalidcharno): New global vars.
1861 (process_file): Reset nocharno.
1862 (readline): Set nocharno.
1863 (pfnote): Read nocharno and maybe put invalidcharno in node.
1864 (total_size_of_entries, put_entries): Use invalidcharno.
1865
1866 * etags.c: Keep the whole tag table in memory, even in etags mode.
1867 (main): Call put_entries here even in CTAGS mode.
1868 (main, process_file): Check the return values of fclose and pclose.
1869 (process_file): Do not call put_entries after parsing each file.
1870 (process_file): Canonicalise file names even for ctags.
1871 (process_file): Set curfile here...
1872 (find_entries): ... not here any more.
1873 (add_node): In etags mode, build a linked list of entries (on
1874 right pointer) for each file, and link the first entry of each
1875 file on left nodes.
1876 (put_entries): Print here the name of the file.
1877 (put_entries): Print the entries starting from the first file.
c150db23 1878 (number_len, total_size_of_entries): Define these only in etags
51aeded3
FP
1879 mode, make the second work only on the right nodes.
1880
1881 * etags.c: Make all global variables static.
1882
50ce1f62
JB
18832002-02-25 Juanma Barranquero <lektu@terra.es>
1884
1885 * makefile.w32-in (lisp): Add missing backslash.
1886
82a399d2
JR
18872002-02-24 Jason Rumney <jasonr@gnu.org>
1888
1889 * makefile.w32-in (WINNT_SUPPORT, MOUSE_SUPPORT, lisp): Revert to
1890 using .elc files.
1891 (lisp): Sync with list in src/Makefile.in
1892 (VMS_SUPPORT, MSDOS_SUPPORT): Define, so DOC files can be shared.
1893
a279c920
PE
18942002-02-10 Paul Eggert <eggert@twinsun.com>
1895
1896 * rcs-checkin: Use `sort -k 2', not `sort +1', as POSIX 1003.1-2001
1897 disallows the old syntax.
1898
0caa685d
PE
18992002-02-03 Paul Eggert <eggert@twinsun.com>
1900
d7982012 1901 * rcs2log (Copyright): Update to 2002.
0caa685d
PE
1902 (AWK, TMPDIR): Work around portability problem in broken shells that
1903 don't understand `: ${VAR=val}'.
1904 (SORT_K_OPTIONS): New var, for hosts that conform to POSIX 1003.1-2001.
1905 Prefer the new -k option to the traditional +M -N option.
1906
880820fe 19072002-01-01 Pavel Janík <Pavel@Janik.cz>
03950b5b
PJ
1908
1909 * b2m.c (main): Parenthesize assignment when used as truth value
1910 to prevent gcc warnings.
1911
1912 * fakemail.c: Include <config.h>.
1913
880820fe 19142001-12-29 Pavel Janík <Pavel@Janik.cz>
2f8fe2f4
PJ
1915
1916 * cvtmail.c, emacsclient.c, emacsserver.c, pop.c, sorted-doc.c,
1917 * yow.c: Include <config.h>.
1918
880820fe 19192001-12-21 Francesco Potortì <pot@gnu.org>
a60e4de9
FP
1920
1921 * etags.c (Perl_functions): Tag packages and use them in sub tags.
1922 (get_tag): Return a pointer to the tag that is found.
1923
1924 * etags.c (LOOKING_AT): Use !intoken instead of iswhite.
1925 (F_takeprec): Renamed from takeprec. All callers changed.
1926 (F_getit): Renamed from getit. All callers changed.
1927 (nocase_tail): Renamed from tail. All callers changed.
1928 (Ada_getit): Renamed from adagetit. All callers changed.
eec54bd7 1929 (L_getit): Simplify by using get_tag.
a60e4de9
FP
1930 (Perl_functions, Postscript_functions, erlang_attribute): Use the
1931 modified LOOKING_AT.
1932 (notinname): Removed '[' and added ')' to the recognised chars.
1933 (LOOKING_AT, get_tag, PHP_functions): Use notinname.
1934 (Ada_getit, Ada_funcs, Python_functions, Scheme_functions):
1935 Clarified, using strneq or notinname.
1936 (L_isdef, L_isquote): Removed.
1937 (Lisp_functions, L_getit): Clarified.
1938
ecc54057 1939 * etags.c (P_): Renamed to __P for consistency with config.h.
a60e4de9
FP
1940 [HAVE_CONFIG_H]: Let config.h deal with __P.
1941 [__STDC__] [!HAVE_CONFIG_H]: Define PTR as in config.h.
1942 [!__STDC__] [!HAVE_CONFIG_H]: Do not undefine static, because
1943 gperf code needs it.
ecc54057
JB
1944 [HAVE_CONFIG_H] [!PTR]: Define PTR (for use with XEmacs).
1945 [HAVE_CONFIG_H] [!__P]: Define __P (for use with XEmacs).
a60e4de9
FP
1946 (xmalloc, xrealloc): Use PTR instead of long *.
1947 (bool): Make it a define, not a typedef, for C++ compilers.
1948 (pattern): Members renamed to avoid name clash in some C++ compilers.
1949 (get_language_from_langname): Use const argument.
1950
880820fe 19512001-12-22 Pavel Janík <Pavel@Janik.cz>
c95eaa61
PJ
1952
1953 * makefile.nt, makefile.w32-in: Remove mocklisp files.
1954
880820fe 19552001-12-19 Pavel Janík <Pavel@Janik.cz>
69bfc389 1956
b8509940
PJ
1957 * emacsserver.c: Conditionally include config.h.
1958
594aa066
PJ
1959 * fakemail.c: Likewise.
1960
e69233c2
PJ
1961 * emacsclient.c: Include "config.h", not <../src/config.h>.
1962 (main): Parenthesize assignment when used as truth value to
1963 prevent gcc warnings.
1964
69bfc389
PJ
1965 * ebrowse.c: Include stdlib.h and string.h conditionally.
1966
e4e34e31
EZ
19672001-12-18 Eli Zaretskii <eliz@is.elta.co.il>
1968
1969 * yow.c (main): Use time_t, not long, to avoid a compiler warning.
1970
880820fe 19712001-12-18 Pavel Janík <Pavel@Janik.cz>
ffb7c9c6
PJ
1972
1973 * test-distrib.c: Fix previous change.
1974
fb5aa7ac
DL
19752001-12-18 Dave Love <fx@gnu.org>
1976
1977 * test-distrib.c: Conditionally include fcntl.h.
1978
1979 * fakemail.c: Include "config.h", not <../src/config.h>.
1980 (_XOPEN_SOURCE): Define as 500.
1981
1982 * emacsserver.c: Include "config.h", not <../src/config.h>.
1983
1984 * cvtmail.c: Include config.h, stdlib.h.
1985 (xmalloc, xrealloc, skip_to_lf sysfail): Prototype.
1986
1987 * yow.c: Conditionally include various headers. Use "epaths.h",
1988 not <../src/epaths.h>.
1989 (malloc, realloc) [!HAVE_STDLIB_H]: Prototype.
1990
880820fe 19912001-12-12 Francesco Potortì <pot@gnu.org>
e94a3679 1992
13dc0576 1993 * etags.c (PHP_functions): New function for parsing PHP.
e94a3679
FP
1994 (LOOKING_AT): New macro.
1995 (Perl_functions, Python_functions, PHP_functions)
1996 (Scheme_functions, Texinfo_nodes): Use it.
1997 (Perl_functions): Use strneq.
1998 (prolog_pred): Renamed to prolog_pr.
13dc0576 1999 (prolog_pr): Recognise Prolog rules in addition to predicates.
e94a3679 2000 [ETAGS_REGEXPS] [!HAVE_CONFIG_H] [__CYGWIN__]: Prevent
13dc0576 2001 unmodified compile, as Cygwin's regex.h is incompatible with us.
e94a3679
FP
2002 [!HAVE_CONFIG_H] [!__STDC__]: #define const as the empty string.
2003
34e39c95
RS
20042001-12-11 Richard M. Stallman <rms@gnu.org>
2005
2006 * Makefile.in (clean): Don't delete ../etc/DOC*.
2007
880820fe 20082001-12-11 Pavel Janík <Pavel@Janik.cz>
296071e7
PJ
2009
2010 * COPYING: Moved back.
2011
76054cc8
AI
20122001-11-30 Andrew Innes <andrewi@gnu.org>
2013
e94a3679
FP
2014 * makefile.w32-in (FACE_SUPPORT):
2015 (MOUSE_SUPPORT):
2016 (FLOAT_SUPPORT):
2017 (WINNT_SUPPORT):
76054cc8
AI
2018 (lisp): Reference .el files instead of .elc files, to simplify
2019 bootstrapping.
2020 ($(DOC)): Change dependency to just `make-docfile'.
2021
880820fe 20222001-11-29 Pavel Janík <Pavel@Janik.cz>
0142178a
PJ
2023
2024 * COPYING: Removed.
2025
e8d6a09b
PE
20262001-11-28 Paul Eggert <eggert@twinsun.com>
2027
2028 * rcs2log (Copyright): Add '(C)' as per coding guidelines.
2029
2030 The following changes are derived from suggestions by Bob Chapman
2031 <rechapman@compuserve.com>.
2032
2033 * rcs2log (printlogline): Also allow tab and newline to separate
2034 '(function):' from the rest of a comment.
2035 (reformat the sorted log entries): Require date and author to
2036 match the clumpname.
2037
9a190096
GM
20382001-11-16 Gerd Moellmann <gerd@gnu.org>
2039
2040 * ebrowse.c (matching_regexp): Escape '\\'.
2041
880820fe 20422001-11-15 Pavel Janík <Pavel@Janik.cz>
8ec1b917
PJ
2043
2044 * Makefile.in: Add support for --program-prefix, --program-suffix
2045 and --program-transform-name options.
2046
6d8f7d5d
RS
20472001-11-03 Richard M. Stallman <rms@gnu.org>
2048
2049 * cvtmail.c (xrealloc): Always pass two args to `fatal'.
2050
2051 * movemail.c (popmail): Always pass two args to `error'.
2052
84e70f78
KR
20532001-10-24 Ken Raeburn <raeburn@gnu.org>
2054
2055 * Makefile.in (HESIODLIB) [HAVE_LIBHESIOD]: Set to include
2056 -lhesiod and maybe -lresolv.
2057 (CRYPTOLIB) [HAVE_LIBK5CRYPTO]: Use -lk5crypto for Kerberos
2058 support if it's available.
2059
386ca361
MB
20602001-10-21 Miles Bader <miles@gnu.org>
2061
a3b10252
MB
2062 * make-docfile.c (struct rcsoc_state): New type.
2063 (read_c_string_or_comment): Add SAW_USAGE
386ca361 2064 parameter, and implement scanning for a `usage:' keyword.
a3b10252
MB
2065 Use a variable of type `rcsoc_state' to hold most of our state.
2066 (put_char): Add STATE parameter, and remove all other parameters
2067 except CH. Use STATE to get access to all needed state.
2068 (scan_keyword_or_put_char): New function.
386ca361
MB
2069 (scan_c_file): Pass SAW_USAGE argument to read_c_string_or_comment.
2070 Don't output a usage-string if there was one in the doc-string.
2071
71431a0e
GM
20722001-10-20 Gerd Moellmann <gerd@gnu.org>
2073
6aa97356 2074 * (Version 21.1 released.)
71431a0e 2075
880820fe 20762001-10-19 Pavel Janík <Pavel@Janik.cz>
37a9305e
PJ
2077
2078 * b2m.c: Properly spell the name of Emacs.
2079
945220bd
MB
20802001-10-17 Miles Bader <miles@gnu.org>
2081
2082 * make-docfile.c (put_char): New function.
2083 (read_c_string_or_comment): Strip trailing spaces and newlines.
2084
14242528
MB
20852001-10-16 Miles Bader <miles@gnu.org>
2086
2087 * make-docfile.c (scan_c_file): Handle `new style' doc strings in
2088 comments [with `doc:' keyword prefix].
2089
9f5eb4a3
GM
20902001-10-15 Gerd Moellmann <gerd@gnu.org>
2091
2092 * make-docfile.c (read_c_string_or_comment): Don't drop a '*'
2093 in a C doc comment.
2094
e641b454
GM
20952001-10-13 Gerd Moellmann <gerd@gnu.org>
2096
2097 * make-docfile.c (read_c_string_or_comment): Renamed from
2098 read_c_string. Add parameter COMMENT. Read C-style comments.
2099 (scan_c_file): Handle doc strings in C comments.
2100
967d7793
AI
21012001-10-12 Andrew Innes <andrewi@gnu.org>
2102
2103 * makefile.nt (ALL): Do not include fakemail.
2104
2105 * makefile.w32-in (install): Do not copy fakemail.
2106
d682756a
JR
21072001-10-10 Jason Rumney <jasonr@gnu.org>
2108
07655e62 2109 * makefile.w32-in (ALL): Do not include fakemail.
d682756a 2110
07655e62 2111 * makefile.nt (install): Ditto.
d682756a 2112
14a3dff7
GM
21132001-10-09 Gerd Moellmann <gerd@gnu.org>
2114
2115 * emacsserver.c (main): Cast geteuid in sprintf to int.
14a3dff7 2116
95bc7904 2117 * emacsclient.c (main): Cast isdigit argument to unsigned char.
14a3dff7 2118
880820fe 21192001-10-07 Pavel Janík <Pavel@Janik.cz>
f98d41f5
PJ
2120
2121 * profile.c: Include config.h, not ../src/config.h.
2122 Include systime.h, not ../src/systime.h.
2123
ab952a4f
GM
21242001-10-05 Gerd Moellmann <gerd@gnu.org>
2125
2126 * Branch for 21.1.
dff28924 2127
12c64503
GM
21282001-10-01 Alexander Zhuckov <zuav@int.spb.ru>
2129
2130 * ebrowse.c (struct alias): Add two new struct members: NAMESP and
2131 ALIASEE to help work with namespace aliases.
2132 (struct sym): Remove struct member NAMESP_ALIASES.
2133 (namespace_alias_table): New variable.
2134 (make_namespace): Add parameter CONTEXT.
2135 (check_namespace): New function.
2136 (find_namespace): Add parameter CONTEXT.
2137 (check_namespace_alias): New function.
02ce3e80
SM
2138 (register_namespace_alias): Change type of parameter OLD_NAME.
2139 Search for already defined alias in NAMESPACE_ALIAS_TABLE.
12c64503
GM
2140 (check_namespace): New function.
2141 (enter_namespace): Call find_namespace with CONTEXT parameter.
2142 (match_qualified_namespace_alias): New function.
eec54bd7 2143 (parse_qualified_ident_or_type): Fix typo in comment.
02ce3e80 2144 While parsing qualified ident or type update namespace context and
12c64503 2145 restore it on exit.
eec54bd7
SM
2146 (parse_qualified_param_ident_or_type): Fix typo in comment.
2147 (globals): Change handling of namespace aliases.
2148 (version): Add year 2001.
12c64503 2149
990e1190
FP
21502001-09-15 Eli Zaretskii <eliz@is.elta.co.il>
2151
2152 * etags.c (analyse_regex): If regex_arg is NULL, return
2153 immediately after a call to free_patterns.
2154
f2e7e23e
AS
21552001-09-05 Paul Eggert <eggert@twinsun.com>
2156
2157 * rcs2log (Help, mainline code): Add new option -L FILE.
2158 (Copyright): Update year.
02ce3e80
SM
2159 (LANG, LANGUAGE, LC_ALL, LC_COLLATE, LC_CTYPE, LC_MESSAGES)
2160 (LC_NUMERIC, LC_TIME): New shell vars, to make sure we live in the
f2e7e23e
AS
2161 C locale.
2162 (mainline code): Handle nonstandard -u option differently, by
2163 transforming it to standard form. Check for "Working file: ", not
2164 "Working file:". Allow file names with spaces.
2165 (SOH, rlogfile): New shell vars.
dff28924 2166 (rlogout): Remove. Its old functionality is mostly migrated to
f2e7e23e
AS
2167 rlogfile.
2168
2169 Append ';;' to the last arm of every case statement, for
2170 portability to ancient broken BSD shells.
2171
02ce3e80 2172 (logins): Fix bug; was not being computed at all, lowering performance.
f2e7e23e
AS
2173 (pository): New var. This fixes some bugs where repositories are
2174 remote, or have trailing slashes.
02ce3e80 2175 (authors): $llogout is never an empty shell var, so don't worry
f2e7e23e 2176 about that possibility.
dff28924 2177 (printlogline, mainline code): Fix bug with SOH's being put into
f2e7e23e 2178 the output.
dff28924 2179
75c911eb
EZ
21802001-09-01 Eli Zaretskii <eliz@is.elta.co.il>
2181
2182 * ebrowse.c (SEEK_END): #define if not defined by system headers.
2183 Suggested by Dave Love <d.love@dl.ac.uk>.
2184
5ae10f4a
EZ
21852001-08-29 Eli Zaretskii <eliz@is.elta.co.il>
2186
2187 * makefile.nt (lisp): Synchronize with src/Makefile.in.
2188 * makefile.w32-in (lisp): Ditto.
2189
0e4011d8 21902001-07-25 Juanma Barranquero <lektu@terra.es>
e743f599
GM
2191
2192 * grep-changelog (parse_changelog): Remove unused local variable.
2193
2194 * grep-changelog (main): Add new option --reverse.
2195 (print_log): Use it.
2196 (parse_changelog): Use it.
2197
3c88ae74
GM
21982001-07-20 Gerd Moellmann <gerd@gnu.org>
2199
2200 * grep-changelog: Remove RCS Id keyword.
2201
41848daa
GM
22022001-07-20 Juanma Barranquero <lektu@terra.es>
2203
6e07c0a5
GM
2204 * grep-changelog (parse_changelog): Add tests for defined values
2205 to quiet warning from Perl 5.005 or above.
177ab8ce 2206 (entry_match_p, header_match_p): Fix handling of null or empty
0e4011d8
GM
2207 argument to prevent duplicate headers.
2208
2209 * grep-changelog (main, parse_changelog): Make "use strict"-clean.
41848daa 2210
467f1209
GM
22112001-07-17 Jan Nieuwenhuizen <janneke@gnu.org>
2212
2213 * emacsclient.c (print_help_and_exit): Fix help message for
2214 +LINE:COLUMN option.
2215
22162000-07-17 Han-Wen Nienhuys <hanwen@cs.uu.nl>
990e1190 2217
467f1209
GM
2218 * emacsclient.c (main): Add support for +LINE:COLUMN command line
2219 argument.
2220
bb24c64f
GM
22212001-07-16 Gerd Moellmann <gerd@gnu.org>
2222
2223 * ebrowse.c (main): Check that the output file exists and
2224 is non-empty if invoked with `--append'.
2225
880820fe 22262001-05-14 Francesco Potortì <pot@gnu.org>
fa829470 2227
e335b66a
GM
2228 * etags.c (add_regex): Reset the whole newly allocated pattern
2229 buffer instead of the individual members. It's safer and works
ecc54057 2230 with XEmacs.
fa829470 2231
e335b66a 2232 * etags.1: Markups corrected.
fa829470 2233
6da5c7da
GM
22342001-05-08 Gerd Moellmann <gerd@gnu.org>
2235
02ce3e80 2236 * ebrowse.c (enter_namespace): Fix reallocation of namespace_stack.
6da5c7da 2237
efbecf9d
GM
22382001-05-03 Gerd Moellmann <gerd@gnu.org>
2239
2240 * ebrowse.c (globals): Fix handling of namespace aliases.
2241
f4976ebc
EZ
22422001-04-27 Eli Zaretskii <eliz@is.elta.co.il>
2243
2244 * etags.c (print_help): Enclose the regexp in the help text
2245 example in quotes.
2246
23431241
DL
22472001-04-05 Dave Love <fx@gnu.org>
2248
2249 * emacsclient.c (fail): Don't return a value.
fa829470 2250 (main): Cast uid values for sprintf.
23431241 2251
476bf681
GM
22522001-04-03 Gerd Moellmann <gerd@gnu.org>
2253
b3f6107b
GM
2254 * emacsclient.c (fail, main): Don't use implicit int return type.
2255
476bf681
GM
2256 * b2m.c (main): Always return a value.
2257
ef53d75e
GM
22582001-03-02 Gerd Moellmann <gerd@gnu.org>
2259
2260 * ebrowse.c (parse_qualified_param_ident_or_type): Return a
2261 freshly allocated object in *LAST_ID.
2262 (read_line): Accept \r\n line endings.
2263
425de386
AI
22642001-02-24 Andrew Innes <andrewi@gnu.org>
2265
2266 * makefile.w32-in: Fix copyright notice.
2267
880820fe 22682001-02-23 Francesco Potortì <pot@gnu.org>
f55ae599
FP
2269
2270 * etags.c (enum sym_type): New label st_C_template.
2271 (gperf input): Use it for switching to C++ from C.
2272 (consider_token): Do it.
c2a642c0
FP
2273 (C_entries): Initialise typdefcblev to quiet compilers.
2274 [!HAVE_CONFIG_H] [!__STDC__]: #define static as nothing.
f55ae599 2275
f6839838
AI
22762001-02-22 Andrew Innes <andrewi@gnu.org>
2277
2278 * makefile.nt ($(BLD)\movemail.obj): Remove reference to
2279 VMS header files.
2280 ($(BLD)\profile.obj): Ditto.
2281
2282 * makefile.w32-in ($(BLD)/movemail.$(O)): Remove reference to
2283 VMS header files.
2284 ($(BLD)/profile.$(O)): Ditto.
2285
193fba87
AI
22862001-02-05 Andrew Innes <andrewi@gnu.org>
2287
2288 * makefile.w32-in ($(DOC)): Use $(THISDIR) instead of . in
2289 invocation of make-docfile, to work with Windows 2000.
2290
30526cc6
DL
22912001-01-31 Dave Love <fx@gnu.org>
2292
2293 * etags.c (in_word_set): Use `static' in definition (for pcc).
2294
880820fe 22952001-01-31 Francesco Potortì <pot@gnu.org>
8f79fe72 2296
ecc54057 2297 * etags.c [NDEBUG]: #undef assert and #define it as ((void)0), for
8f79fe72
FP
2298 the sake of some buggy assert.h (e.g. in MinGW and sunos4 pcc).
2299 (C_entries): Tag token renamed to still_in_token because sunos4
2300 pcc wants to expand it as the token() macro even though it has no
2301 arguments.
2302
914d7258
AI
23032001-01-30 Andrew Innes <andrewi@gnu.org>
2304
2305 * etags.c (assert) [__MINGW32__]: Redefine assert to work around a
2306 bug in the Mingw32 assert.h header file.
2307
880820fe 23082001-01-30 Francesco Potortì <pot@gnu.org>
b28e26be 2309
ecc54057
JB
2310 * etags.c [WIN32-NATIVE]: #undef MSDOS, #undef WINDOWSNT and
2311 #define it for the sake of XEmacs.
b28e26be
FP
2312 [WINDOWSNT]: #undef HAVE_NTGUI even if built without
2313 HAVE_CONFIG_H. This change only affects a standalone etags.
2314 [WINDOWSNT]: #undef DOS_NT and #define it even if built with
2315 HAVE_CONFIG_H. This change does nothing in Emacs, as DOS_NT is
2316 always defined when HAVE_CONFIG_H and WINDOWS are both defined.
2f2c687b 2317 [!HAVE_UNISTD_H]: Use defined(WINDOWSNT) instead of the bare
b28e26be
FP
2318 WINDOWSNT, as this is the correct way to use it.
2319
880820fe 23202001-01-28 Francesco Potortì <pot@gnu.org>
8c463abe
FP
2321
2322 * etags.c: Be capable to parse nested struct-like structures.
2323 (structdef, structtag): Struct state machine revisited.
2324 (struct tok): Revisited.
2325 (cstack, nestlev, instruct): New struct and macros.
2326 (pushclass_above, popclass_above, write_classname): New functions
13dc0576 2327 for dealing with nested class names.
8c463abe
FP
2328 (consider_token, make_C_tag, C_entries): Many changes for dealing
2329 with arbitrarily nested structures.
2330 (etags_getcwd): #if MSDOS, not #ifdef MSDOS!
2331 (C_entries): Consider templates in C++.
2332 (sym_type): New constant st_C_class for detecting "class" also in
2333 C mode.
2334 (C_AUTO): New macro for automatic detection of C++.
2335 (consider_token): Automatic set C++ mode.
2336 (C_entries): New security check for yacc.
2337 (print_language_names, print_help): Mention the autodetect
07655e62 2338 feature, do not show help for the -C option, now mostly useless.
8c463abe
FP
2339 (C_entries): Tag C++ forward declarations if --declarations.
2340 (C_entries): Don't be fooled by things like XDEFUN.
2341 (consider_token): Discard asm pseudo function.
2342
e26f9ced
EZ
23432001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
2344
2345 * etags.c: Add a coding: tag.
2346
a47b7816
GM
23472001-01-26 Gerd Moellmann <gerd@gnu.org>
2348
8c463abe 2349 * ebrowse.c (matching_regexp_buffer, matching_regexp_end_buf):
a47b7816
GM
2350 New variables.
2351 (matching_regexp): Use them instead of static variables in
2352 function scope.
2353
880820fe 23542001-01-25 Francesco Potortì <pot@gnu.org>
d22a24fa
FP
2355
2356 * etags.c (struct tok): Renamed from struct token.
2357 (token): Renamed from tok.
2358 (structtype): Make it a local variable.
2359 [DEBUG]: Use assert.
2360 (xrnew): Change the synopsis.
2361 (typedefs_or_cplusplus): Renamed from typedefs_and_cplusplus.
2362 (grow_linebuffer): Don't call xrnew when not needed.
02ce3e80 2363 (token): Buffer renamed to line.
d22a24fa 2364 (C_entries): Three calls to inibuffer moved here from main.
eec54bd7 2365 (C_entries): Remove all references to var methodlen, delete it.
d22a24fa
FP
2366 (linebuffer_setlen): Was grow_buffer, now also sets len.
2367 (consider_token, C_entries, Pascal_functions): Use it.
2368 (C_entries): Preventing problems relative to extern "C".
2369 (C_entries): Can tag more than one variable or func separated by
2370 comma when --declarations is used.
2371 (C_entries): More accurate tagging of members and declarations.
2372 (yacc_rules): Was global, made local to C_entries.
2373 (next_token_is_func): Removed.
2374 (fvdef): New constants fdefunkey, fdefunname.
2375 (consider_token, C_entries): Use them.
2376 (C_entries): Build proper lisp names for Emacs DEFUNs.
2377
21c2bbe0
GM
23782001-01-22 Gerd Moellmann <gerd@gnu.org>
2379
2380 * ebrowse.c (xfree): New function.
2381 (member, declaration, globals): Use xmalloc instead of alloca.
2382
880820fe 23832001-01-15 Francesco Potortì <pot@gnu.org>
83be933c
FP
2384
2385 * etags.c (print_language_names): Print filenames in addition to
2386 suffixes.
2387
880820fe 23882001-01-14 Francesco Potortì <pot@gnu.org>
47df1a5e
EZ
2389
2390 * etags.c (get_language_from_langname): Renamed from
2391 get_language_from_name.
eec54bd7
SM
2392 (get_language_from_filename): Renamed from get_language_from_suffix.
2393 Now first looks for the complete file name.
47df1a5e
EZ
2394 (language): New member char **filenames.
2395 (Makefile_filenames): List of possible filenames for makefiles.
eec54bd7 2396 (lang_names): Add a NULL member for every entry, added an entry
47df1a5e 2397 for makefiles.
13dc0576 2398 (Makefile_targets): New function.
47df1a5e
EZ
2399 (Texinfo_nodes): Renamed from Texinfo_fuctions and made
2400 it conformant to the style of the rest of the code.
2401
291c7e74
GM
24022001-01-13 Gerd Moellmann <gerd@gnu.org>
2403
2404 * make-docfile.c (write_c_args): Print newlines as spaces.
2405
0dac6924
AI
24062001-01-06 Andrew Innes <andrewi@gnu.org>
2407
2408 * makefile.w32-in (clean): Delete $(COMPILER_TEMP_FILES) instead
2409 of *.pdb.
2410
3e99d3b4
GM
24112001-01-03 Paul Eggert <eggert@twinsun.com>
2412
290afd83 2413 * rcs2log: Avoid security hole allowing attacker to
3e99d3b4
GM
2414 cause user of rcs2log to overwrite arbitrary files, fixing
2415 a bug reported by Morten Welinder.
2416
2417 Don't put "exit 1" at the end of the exit trap; it's
2418 ineffective in POSIX shells.
2419
d6bb0c0d
GM
24202001-01-02 Gerd Moellmann <gerd@gnu.org>
2421
eec54bd7
SM
2422 * ebrowse.c (yyerror): Change to take two arguments.
2423 Add prototype. Change callers.
d6bb0c0d 2424
d5c00476 24252001-01-02 Eli Zaretskii <eliz@is.elta.co.il>
315f5865
EZ
2426
2427 * ebrowse.c (enter_namespace, main): Cast variables to shut up
2428 compiler warnings.
2429 (yyerror): Change parameter declarations to be of type long, so
2430 that they can take pointers on 64-bit platforms.
2431
2432 * emacsclient.c (main): Remove unused local variable statbfr.
2433 (main) <homedir>: Make its declaration conditional on
2434 SERVER_HOME_DIR, to avoid compiler warnings.
2435
2436 * emacsserver.c (main) <homedir>: Make its declaration conditional
2437 on SERVER_HOME_DIR, to avoid compiler warnings.
2438
2439 * fakemail.c (readline): Cast buffer to "long *" to pacify
2440 over-zealous compilers.
2441
7c89ea61
EZ
24422000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
2443
2444 * etags.c (canonicalize_filename) [DOS_NT]: Fix last change.
2445
a6768cc5
GM
24462000-12-15 Gerd Moellmann <gerd@gnu.org>
2447
2448 * ebrowse.c (operator_name): Cast argument of isalpha to
2449 unsigned char.
2450
2451 * etags.c (ISALNUM, ISALPHA, ISDIGIT, ISLOWER): New macros.
2452 Use them throughout instead of ctype functions/macros.
2453 (lowcase): Cast to unsigned char.
2454 (UPCASE): New macro.
2455 (canonicalize_filename): Use UPCASE instead toupper.
2456
2457 * fakemail.c (get_keyword): Make sure that isspace and
2458 similar aren't called with a negative argument.
2459
70de49cc
DL
24602000-12-13 Dave Love <fx@gnu.org>
2461
2462 * ebrowse.c (ensure_scope_buffer_room): Fix xrealloc call.
2463
4e8b894c
AI
24642000-12-06 Andrew Innes <andrewi@gnu.org>
2465
2466 * makefile.w32-in (LOCAL_FLAGS): Remove -DVERSION flag, since we
2467 don't know the real version, and I can't seem to get the quoting
2468 right in all circumstances.
2469
2470 * ebrowse.c (VERSION): Provide default definition, like etags.c
2471 does, because Windows build can't snarf this from version.el.
2472
88257bc8
AI
24732000-11-30 Andrew Innes <andrewi@gnu.org>
2474
2475 * makefile.w32-in ($(BLD)/ebrowse.exe): Use tabs not spaces.
2476 (install): Ditto.
2477
d19249e7
JR
24782000-11-23 Jason Rumney <jasonr@gnu.org>
2479
2480 * makefile.w32-in: Add targets for ebrowse.exe.
2481 (LOCAL_FLAGS): Add -DVERSION flag.
2482
7df6adc3
DL
24832000-09-25 Dave Love <fx@gnu.org>
2484
2485 * sorted-doc.c: Include config.h.
2486 [!HAVE_STDLIB_H]: Declare malloc.
2487
fe83b953
AI
24882000-09-14 Andrew Innes <andrewi@gnu.org>
2489
2490 * makefile.w32-in: Revert to Unix line endings.
2491
517699ca
DL
24922000-09-04 Dave Love <fx@gnu.org>
2493
2494 * movemail.c (index, rindex): Prototype conditionally.
2495
f8803e97
AI
24962000-09-03 Andrew Innes <andrewi@gnu.org>
2497
2498 * makefile.w32-in: Change to DOS line endings.
2499
f72adc12
EZ
25002000-09-01 Eli Zaretskii <eliz@is.elta.co.il>
2501
4034f3a8 2502 * movemail.c (toplevel): Remove redundant fcntl.h.
f72adc12
EZ
2503 [!F_OK]: Provide default definitions only after including both
2504 fcntl.h and unistd.h.
2505
f678f592
DL
25062000-08-29 Dave Love <fx@gnu.org>
2507
2508 * movemail.c: Revert previous change.
2509
5b671d04
EZ
25102000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
2511
2512 * Makefile.in (profile, make-docfile, hexl): Depend on config.h.
2513
6fa86045
DL
25142000-08-28 Dave Love <fx@gnu.org>
2515
2516 * movemail.c (toplevel) [HAVE_STRING_H]: Include string.h.
2517 (toplevel) [HAVE_STRINGS_H]: Include strings.h.
2518
746d9caf
AI
25192000-08-22 Andrew Innes <andrewi@gnu.org>
2520
2521 * ntlib.h (WIN32): Remove unnecessary definition.
2522 (sleep): Make argument unsigned long.
2523 (_WINSOCK_H): Undefine so normal winsock definitions can be used.
2524
2525 * ntlib.c (sleep): Make argument unsigned long.
2526
2527 * movemail.c (main) [WINDOWSNT]: Force binary mode for fileio.
2528
2529 * makefile.w32-in: New file.
2530
3b541489
EZ
25312000-08-20 Eli Zaretskii <eliz@is.elta.co.il>
2532
2533 * etags.c (canonicalize_filename) [DOS_NT]: Upcase the first
2534 letter only if it is a drive letter.
2535
e5acf0ca
GM
25362000-07-14 Gerd Moellmann <gerd@gnu.org>
2537
02ce3e80 2538 * ebrowse.c (xrealloc, xmalloc): Renamed from yrealloc and ymalloc.
e5acf0ca
GM
2539
2540 * etags.c (xmalloc, xrealloc): Make externally visible, for use
2541 by alloca.o.
2542
02ce3e80 2543 * Makefile.in (alloca.o): Add -Demacs so that alloca will use xmalloc.
e5acf0ca 2544
4b92c49a
GM
25452000-07-10 Gerd Moellmann <gerd@gnu.org>
2546
2547 * ebrowse.c (yylex): Accept string literals with newlines in them.
2548 (process_pp_line): Handle case of string literal with newline
2549 in it in replacement text, which counts as continuing the
2550 replacement text in GNU C.
2551
831a6cb0
GM
25522000-07-02 Gerd Moellmann <gerd@gnu.org>
2553
2554 * ebrowse.c (token_string): Add missing tokens.
2555 (parm_list): Handle case of qualified pointers.
2556
53245ee2
DL
25572000-06-23 Dave Love <fx@gnu.org>
2558
2559 * ebrowse.c: Move config.h before other includes (which may use
2560 feature tests).
2561
dcbf2cd2
JM
25622000-06-14 Jim Meyering <meyering@lucent.com>
2563
2564 * grep-changelog: Fix typos in comments. Remove trailing blanks.
2565
f1c7754a
JR
25662000-06-11 Jason Rumney <jasonr@gnu.org>
2567
2568 * makefile.nt: Add targets for ebrowse.
2569
2570 * ebrowse.c [WINDOWS_NT]: Use stricmp instead of strcasecmp to
2571 compare filenames.
2572
5f1aea9a
GM
25732000-06-06 Gerd Moellmann <gerd@gnu.org>
2574
2575 * ebrowse.c (ymalloc): Renamed from xmalloc.
2576 (yrealloc): Renamed from xrealloc.
2577
5bf244f1
DL
25782000-05-21 Dave Love <fx@gnu.org>
2579
2580 * movemail.c: Include config.h, not ../src/config.h.
2581 (Errmsg): Bump length.
2582
2583 * pop.c (ERROR_MAX): Increase to 160.
2584
ec82fb2f
GM
25852000-05-04 Gerd Moellmann <gerd@gnu.org>
2586
2587 * ebrowse.c (DEFAULT_OUTFILE): Set to `BROWSE'.
2588
5c922ea7
EZ
25892000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
2590
02ce3e80
SM
2591 * ebrowse.c (PATH_LIST_SEPARATOR) [__MSDOS__ || WINDOWSNT]:
2592 Define to semi-colon.
5c922ea7 2593 (FILENAME_EQ): New macro, for comparing file names.
02ce3e80 2594 (add_member_decl, add_global_decl, add_member_defn): Use FILENAME_EQ.
5c922ea7
EZ
2595 (process_file): Don't assume that fread always reads as many bytes
2596 as it was told to (DOS-style CR-LF text files fail this logic).
2597 (open_file): Allocate enough space for path->path plus the file
2598 name and the slash.
2599
6142fdcb 26002000-04-19 Dave Love <fx@gnu.org>
97052c63
DL
2601
2602 * etags.c (Texinfo_functions): New function.
2603 (lang_names): Install it.
2604 (Texinfo_suffixes): New variable.
2605
cb9215e4
GM
26062000-04-19 Gerd Moellmann <gerd@gnu.org>
2607
2608 * ebrowse.c (xmalloc, xrealloc): Rewritten.
2609 (declaration): Remove parameter IS_EXTERN.
2610 (class_definition): Remove unused variable.
2611
be0dbdab
GM
26122000-04-09 Gerd Moellmann <gerd@gnu.org>
2613
2614 * Makefile.in (INSTALLABLES): Add ebrowse.
2615 (ebrowse): New target.
2616
2617 * ebrowse.c: New file.
2618
c5aa0fc2
AS
26192000-03-29 Andreas Schwab <schwab@suse.de>
2620
2621 * make-docfile.c (scan_lisp_file): Also look for `defsubst'.
2622
d054101f
GM
26232000-03-02 Gerd Moellmann <gerd@gnu.org>
2624
2625 * etags.c (lisp_suffixes) Add `LSP'.
2626
880820fe 26272000-02-10 Francesco Potortì <pot@gnu.org>
71cbb895 2628
eec54bd7 2629 * etags.c (iswhite): Redefine not to consider '\0' as white
71cbb895
FP
2630 space, and use it throughout in place of isspace, thus preventing a
2631 potential signed char to int conversion problem.
2632 (MSDOS): #undefine befere redefining
2633
880820fe 26342000-02-04 Francesco Potortì <pot@gnu.org>
71cbb895
FP
2635
2636 * etags.c (many functions): Add prototypes.
2637
97fa0cc8
DL
26382000-02-10 Dave Love <fx@gnu.org>
2639
2640 * etags.c (pfnote, new_pfnote, C_entries, prolog_pred)
2641 (erlang_func): Add `static' to definitions to keep pcc happy.
2642
880820fe 26432000-01-31 Francesco Potortì <pot@gnu.org>
e4100b7f
FP
2644
2645 * etags.c [MSDOS]: Set MSDOS to 1 if #defined, 0 otherwise.
2646 (get_compressor_from_suffix, process_file): Use MSDOS in if clause.
2647 (etags_strchr, etags_strrchr): Use const char * and int as arguments.
2648 (getenv, getcwd): Only declare them if necessary.
2649 (EMACS_NAME): New constant macro.
2650 (print_version): Use it.
2651 (P_) [__STDC__]: Macro for defining function prototypes.
e4100b7f 2652
19e262bd 26532000-01-18 Fabrice Popineau <Fabrice.Popineau@supelec.fr>
e4100b7f
FP
2654
2655 * etags.c [WINDOWSNT]: #include <direct.h>
2656
19e262bd 26572000-01-18 Martin Buchholz <martin@xemacs.org>
e4100b7f 2658
19e262bd
FP
2659 * etags.c (all functions): Made them static.
2660 (all functions): Write prototypes.
e4100b7f 2661
55e30d2a
RS
26622000-01-29 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2663
2664 * movemail.c (main): Improve error message if can't create lock file.
2665
c60ee5e7 26662000-01-28 Eric Hanchrow <offby1@blarg.net>
875c1439
GM
2667
2668 * emacsclient.c (socket_status): New function.
02ce3e80 2669 (main): If $LOGNAME or $USER exist and differ from our euid, look
875c1439
GM
2670 for a socket based on the UID associated with the name.
2671
e4936aa9
GM
26722000-01-12 Han-Wen Nienhuys <hanwen@cs.uu.nl>
2673
2674 * emacsclient.c: Add option -a EDITOR and environment variable
2675 ALTERNATE_EDITOR. Exec this editor if we fail to contact Emacs.
2676
c60ee5e7 26771999-12-10 Jonathan Kamens <jik@kamens.brookline.ma.us>
791a9087
GM
2678
2679 * movemail.c (popmail): Allow mailbox specifications of the
2680 form `po:username:hostname'.
2681
880820fe 26821999-11-19 Francesco Potortì <pot@gnu.org>
e2081362
FP
2683
2684 * etags.c (_GNU_SOURCE): Define only if undefined.
2685 (get_scheme): Declaration deleted.
02ce3e80 2686 (main): Error was called with an integer as second arg, instead of
e2081362
FP
2687 a char pointer.
2688 (canonicalize_filename): Bug removed.
2689
26901999-11-18 Dave Love <d.love@dl.ac.uk>
2691
2692 * etags.c (C_entries): Rename label `intoken', avoiding K&R
2693 lossage from name clash with macro.
2694
b05d3bee
GM
26951999-11-13 Gerd Moellmann <gerd@gnu.org>
2696
2697 * Makefile.in (b2m): Add dependency on GETOPTDEPS.
2698
cb3a6c48
GM
26991999-11-03 Gerd Moellmann <gerd@gnu.org>
2700
2701 * etags.c (print_help): Change email address to send bugs to.
2702
880820fe 27031999-11-01 Francesco Potortì <pot@gnu.org>>
1c478461
FP
2704
2705 * etags.c: Add suffix psw for PSWrap.
2706 (L_getit): Generalize a "cp!=' '" into "!isspace(*cp)".
2707 (Postscript_functions): Add code for PSWrap.
2708 (Scheme_functions): Use local pointer and new get_tag function.
2709 (get_tag): New name for old get_scheme.
2710 (process_file): Do not free NULL when file does not exist.
2711 (typdef): ttypedefseen renamed to tkeyseen, new label ttypeseen.
2712 (C_entries): Modifications that make --members tag even inside
2713 typedefs and C nested structs (one level only).
eec54bd7 2714 (consider_token): Correct a bug which prevented tagging of enum
1c478461 2715 constants.
eec54bd7 2716 (C_stab_entry): Add if, for, while, switch, return as
1c478461
FP
2717 st_C_ignore. This makes it simpler to work when cblev!=0.
2718
02ce3e80 2719 * etags.c (C_entries): Tag member function declarations when
1c478461
FP
2720 --declarations is used.
2721
2722 * etags.c (C_entries, consider_token): C++ `operator' now is
2723 tagged in most cases.
2724 As before, :: is not recognised if surrounded by spaces.
2725
2726 * etags.c (relative_filename): Account for DOS file names such
2727 that is impossible to make one relative to another.
2728
2729 * etags.c (sym_type): New st_C_extern tag.
2730 (gperf input): Use it for spotting external declarations.
a7c29764 2731 (print_help): Document the new behavior of --declarations.
1c478461
FP
2732 (fvextern): New global variable.
2733 (consider_token, C_entries): Use it.
2734
2735 * etags.c (HAVE_GETCWD) [WINDOWSNT]: Define if undefined.
2736 (etags_getcwd): Remove test for WINDOWSNT.
2737
2738 * etags.c (process_file) [MSDOS]: If foo.c.gz is not found, try
2739 foo.cgz, foo.cz, etc.
2740
2741 * etags.c (declarations): New global switch.
2742 (longopts): Describe it.
2743 (print_help): Document it.
2744 (C_entries): Use it.
2745 (process_file): Don't process a file twice.
2746
2747 * etags.c (Fortran_functions): No tags for "procedure".
2748
27491999-11-01 Eli Zaretskii <eliz@is.elta.co.il>
2750
2751 * etags.c (get_compressor_from_suffix): Second argument EXTPTR, if
2752 non-zero, returns a pointer to where the extension begins; callers
2753 changed.
2754 [MSDOS]: Support DOS file names by handling e.g. foo.cgz as if it
2755 were foo.c.gz.
2756
880820fe 27571999-11-01 Francesco Potortì <pot@gnu.org>
1c478461
FP
2758
2759 * etags.c (sym_type, C_stab_entry): New constant st_C_operator.
2760 (fvdev): New constant foperator.
2761 (consider_token): Use it to get "operator" in C++.
2762 (C_entries): Extend length of operator@ function name.
2763 (C_entries): Use foperator when necessary.
2764
2765 * etags.c (main) [!ETAGS_REGEXPS]: Do not call free_patterns.
2766
2767 * etags.c (compressor): New struct for compressed files.
2768 (get_compressor_from_suffix): New function.
2769 (get_language_from_suffix): Use it. Also, semantics changed.
2770 (process_file): Consider compressed files, close file.
2771 (find_entries): Use different call arg for get_language_from_suffix,
2772 don't close file.
2773
2774 * etags.c (main): Call free_tree.
2775 (find_entries): Do not free curfile.
2776 (pfnote): Cosmetic change: NULL and '\0' where appropriate.
2777 (prolog_pred, erlang_func, substitute): Cast strlen to int when
2778 comparing.
2779 (canonicalize_filename): Shut up compiler warning.
2780 (Perl_functions): Make tag significant.
2781
27821999-11-01 Dave Love <d.love@dl.ac.uk>
2783
2784 * etags.c (longopts, optstring): New option --ignore-case-regex (-c).
2785 (argument_type): New member at_icregexp.
2786 (lc_trans): New global.
2787 (main): Fill lc_trans. Process -c args.
2788 (add_regex): New arg determining whether to use translation table.
2789 (analyse_regex): New arg. Use it for add_regex.
2790
880820fe 27911999-11-01 Francesco Potortì <pot@gnu.org>
1c478461
FP
2792
2793 * etags.c (init): Cosmetic change: NULL --> '\0'.
2794 (erlang_attribute): Bug corrected (uninitialized variable).
2795 (filename_is_absolute): New function replaces absolutefn macro and
02ce3e80 2796 corrects a bug. All callers changed.
1c478461
FP
2797 (canonicalize_filename): New function.
2798 (process_file, etags_getcwd, absolute_dirname): Use it.
2799 (relative_filename, absolute_filename): Removed var shadowing.
2800 (C_entries, Pascal_functions): Add fake initializations to keep
02ce3e80 2801 compilers quiet.
1c478461
FP
2802 (TeX_functions, Prolog_functions, Erlang_functions): Cleanup.
2803
2804 * etags.c (xrnew): New macro. All callers of xrealloc changed.
2805 (language): New typedef (was struct lang_entry).
2806 (curlang): New global variable.
02ce3e80 2807 (node): Typedef renamed from NODE.
1c478461
FP
2808 (linebuffer): New typedef (was struct linebuffer).
2809 (pattern): New typedef (was struct pattern). Some members added.
2810 Now used as element of a linked list.
2811 (patterns, num_patterns): Global variables deleted.
2812 (p_head): New global variable.
a64387ee 2813 (forced_lang): New global variable (replaces lang_func).
02ce3e80
SM
2814 (get_language_from_name, get_language_from_interpreter)
2815 (get_language_from_suffix): Semantics changed. All callers changed.
1c478461 2816 (last_node): New global variable.
02ce3e80
SM
2817 (free_tree, add_node, put_entries, total_size_of_entries):
2818 Change name of local vars to avoid clashes with typedef node.
1c478461
FP
2819 (number_len): Rewritten for elegance.
2820 (token): New typedef replaces TOKEN.
2821 (analyse_regex, add_regex): Rewritten for new functionality.
2822 (free_patterns): New function called from main and add_regex.
2823 (initbuffer, readline_internal, readline, grow_linebuffer):
02ce3e80 2824 Change name of local vars to avoid clashes with typedef linebuffer.
1c478461
FP
2825 (readline): Rewritten for new functionality.
2826
ecc54057 2827 * etags.c (Scheme_suffixes): New suffix ".ss".
1c478461
FP
2828 (print_help): --globals is now used for more than C-type languages.
2829 (Perl_functions): Tag global variables ("my" and "local").
2830
2831 * etags.c (print_help): Some messages clarified.
2832 (LOOP_ON_INPUT_LINES): New macro.
02ce3e80
SM
2833 (just_read_file, Fortran_functions, Asm_labels, Perl_functions)
2834 (Python_functions, Cobol_paragraphs, Pascal_functions)
2835 (Lisp_functions, Postscript_functions, Scheme_functions)
2836 (TeX_functions, Prolog_functions, Erlang_functions): Use it.
2837 (Cobol_paragraphs, Postscript_functions, TeX_functions)
2838 (Prolog_functions, Erlang_functions): Use a local variable instead
1c478461
FP
2839 of the global variable dbp.
2840 (Pascal_functions, L_isquote, Scheme_functions): Use GNU coding
2841 standard indentation.
2842
02ce3e80
SM
2843 * etags.c (Python_suffixes, lang_names, Python_functions):
2844 Python support.
1c478461 2845 (skip_spaces, skip_non_spaces): Utility functions.
02ce3e80
SM
2846 (find_entries, takeprec, getit, Fortran_functions, Perl_functions)
2847 (Python_functions, L_getit, Lisp_functions, Scheme_functions)
2848 (prolog_pred, erlanf_func, erlang_attribute): Use them.
1c478461
FP
2849 (eat_white): Deleted.
2850
2851 * etags.c (CHAR, init): Keep into account non US-ASCII
2852 characters and compilers with default signed chars.
2853 (L_getit): Tag "(defstruct (foo", "(defun (operator" and similar
2854 constructs.
ecc54057 2855 (C_stab_entry): "interface" in Java behaves like "class".
1c478461 2856
ecc54057 2857 * etags.c (HAVE_NTGUI) [WINDOWSNT]: #undef if HAVE_CONFIG_H.
1c478461
FP
2858 (main): Put interval syntax here.
2859 (add_regex): And remove it from here.
2860
2861 * etags.c (suggest_asking_for_help): Provide a
2862 meaningful help message with and without LONG_OPTIONS.
2863
d07529f3 2864 * etags.c (<io.h>) [MSDOS]: Include it, don't include string.h.
1c478461
FP
2865 <stdlib.h, string.h>: Don't test MSDOS when including them.
2866 (white, nonam, endtk): Like elsewhere, use \r instead of \013.
2867 (put_entries): Correctly use %ld instead of %d in printf.
2868
d07529f3 2869 * etags.c (<unistd.h>) [HAVE_UNISTD_H]: Include conditionally, else
1c478461
FP
2870 declare getcwd if HAVE_GETCWD.
2871 (consider_token): Dead break instruction removed.
2872
4ee9629e
PE
28731999-10-19 Paul Eggert <eggert@twinsun.com>
2874
2875 Add support for large files. Merge glibc 2.1.2.
1c478461 2876
4ee9629e 2877 * b2m.c, emacsclient.c, emacsserver.c, fakemail.c, make-docfile.c,
d07529f3 2878 * movemail.c, pop.c:
4ee9629e
PE
2879 Do not include <stdlib.h>, as <config.h> does this now.
2880
2881 * b2m.c, emacsserver.c, etags.c, profile.c:
2882 Include <config.h> before any system include files.
1c478461 2883
4ee9629e 2884 * emacsclient.c, emacsserver.c, fakemail.c, movemail.c, pop.c,
d07529f3 2885 * test-distrib.c:
4ee9629e
PE
2886 (read, write, open, close): Do not undef.
2887
2888 * getopt.c, getopt1.c: Adopt glibc 2.1.2, with the following fix:
2889 (const): Do not define if HAVE_CONFIG_H; that's config.h's job.
2890
2891 * getopt.h: Adopt glibc 2.1.2.
1c478461 2892
93c8d183
DL
28931999-10-15 Dave Love <fx@gnu.org>
2894
2895 * Makefile.in (pop.o): Depend on config.h.
2896
b358f91c
GM
28971999-10-11 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
2898
2899 * pop.c: Use "pop3" as the POP service name on all platforms,
2900 instead of using "pop" on Unix and "pop3" on Windows NT. "pop3"
2901 has been the standard service name since RFC 1340 was published in
2902 July 1992, so I think it's safe to start using it by default.
2903
362bc2da
DL
29041999-09-27 Dave Love <fx@gnu.org>
2905
2906 * make-docfile.c (scan_lisp_file): Fix typo causing infloop.
2907
74e4cb59
PR
29081999-09-19 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2909
2910 * make-docfile.c (scan_lisp_file): Fix previous changes;
2911 swallow CRLF like just CR or just LF.
2912
362bc2da
DL
29131999-09-03 Richard Stallman <rms@gnu.org>
2914
2915 * make-docfile.c: Include config.h not ../src/config.h.
2916 (main, fopen, chdir): Add #undef.
2917 (read_c_string, scan_c_file, skip_white, read_lisp_symbol)
2918 (scan_lisp_file): Handle \r like \n.
2919
29201999-08-30 Andreas Schwab <schwab@gnu.org>
2921
2922 * make-docfile.c, fakemail.c: Include <stdlib.h> if available.
2923
2924 * emacsserver.c: Include <stdlib.h> if available. Don't declare
2925 errno if it's a macro.
2926
2927 * test-distrib.c: Include <unistd.h> if available.
2928
29291999-08-29 Richard Stallman <rms@gnu.org>
2930
2931 * emacsclient.c (print_help_and_exit): Mention --version.
2932
29331999-08-25 Richard M. Stallman <rms@gnu.org>
2934
2935 * emacsclient.c (decode_options): Update version output.
2936 (print_help_and_exit): Update bug report address.
2937
29381999-08-13 Richard M. Stallman <rms@gnu.org>
2939
2940 * emacsclient.c (main): Move the dynamic allocation of
2941 system_name outside of the SERVER_HOME_DIR conditional.
2942 * emacsserver.c (main): Likewise.
2943
29441999-08-10 Gerd Moellmann <gerd@gnu.org>
2945
2946 * grep-changelog: New.
2947 * Makefile.in (INSTALLABLE_SCRIPTS): Add it.
2948
29491999-07-12 Richard Stallman <rms@gnu.org>
2950
2951 * Version 20.4 released.
2952
29531999-06-30 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
2954
1c478461 2955 * Makefile.in (clean): Remove fns*.el.
362bc2da
DL
2956
29571999-06-23 Dave Love <fx@gnu.org>
2958
2959 * etags.c (erlang_attribute): Fix undefined variable usage (after
2960 Potorti).
2961
86e888c2 29621999-05-02 Andrew Innes <andrewi@gnu.org>
362bc2da
DL
2963
2964 * movemail.c (main) [WINDOWSNT]: Call ftruncate, which is now
2965 mapped to _chsize.
2966
29671999-04-29 Richard M. Stallman <rms@gnu.org>
2968
2969 * emacsclient.c (main, both versions): Use quote_file_name on cwd.
2970
29711999-03-30 Dave Love <fx@gnu.org>
2972
2973 * sorted-doc.c (main): Split up tables. Modify the preamble
2974 somewhat.
2975
29761999-03-05 Geoff Voelker <voelker@cs.washington.edu>
2977
2978 * makefile.nt: Remove common multiple file compilation commands.
2979
29801999-02-26 Richard Stallman <rms@gnu.org>
2981
362bc2da
DL
2982 * Makefile.in (yow): Depend on epaths.h, not paths.h.
2983
2984 * yow.c: Refer to epaths.h.
2985
29861999-02-22 Simon Josefsson <jas@pdc.kth.se>
2987
2988 * emacsserver.c (perror_1, fatal_error): Don't compile unless needed.
2989
29901999-01-27 Andrew Innes <andrewi@gnu.org>
2991
2992 * makefile.nt: Do make version comparison as strings.
2993
29941999-01-25 Richard Stallman <rms@gnu.org>
2995
2996 * emacsclient.c (xmalloc): Fix previous change.
2997
29981999-01-24 Richard M. Stallman <rms@borg.ai.mit.edu>
2999
3000 * emacsclient.c (xmalloc): Declare to return long.
3001
30021999-01-22 Geoff Voelker <voelker@cs.washington.edu>
3003
3004 * etags.c (etags_getcwd, absolute_filename) [DOS_NT]: Canonicalize
3005 the case of the drive letter.
3006
30071999-01-15 Richard Stallman <rms@psilocin.ai.mit.edu>
3008
3009 * emacsserver.c (main): Eliminate arbitrary limit on
3010 length of system_name.
3011
3012 * emacsclient.c (main): Eliminate arbitrary limit on
3013 length of system_name.
3014 (xmalloc): Define unconditionally.
3015
30161999-01-12 Darrin B. Jewell <jewell@mit.edu>
3017
3018 * etags.c (relative_filename): Stop backward search at beginning
3019 of string, since non-Unix systems can have absolute paths with no
3020 initial slash.
3021
30221998-12-08 Geoff Voelker <voelker@cs.washington.edu>
3023
3024 * makefile.nt: Do string comparision of _NMAKE_VER.
3025
c60ee5e7 30261998-11-03 Theodore Jump <tjump@cais.com>
362bc2da
DL
3027
3028 * makefile.nt: Compile multiple source files when possible.
3029
30301998-10-13 Richard Stallman <rms@psilocin.ai.mit.edu>
3031
3032 * Makefile.in: Replace tabs with spaces
3033 when they might confuse some Make versions.
3034
30351998-10-10 Richard Stallman <rms@psilocin.ai.mit.edu>
3036
3037 * emacsclient.c (main): Null-terminate system_name.
3038
3039 * emacsserver.c (main): Null-terminate system_name.
3040
30411998-09-21 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
3042
3043 * movemail.c (popmail, pop_retr) [MAIL_USE_POP]: When displaying
3044 an error message from POP, mention that it's from POP, to
3045 distinguish it from local error messages.
3046
30471998-09-04 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
3048
3049 * movemail.c [MAIL_USE_POP]: Add the "-r" flag to reverse the
3050 order of messages downloaded from a POP server (e.g., if the
3051 server stores messages in mailboxes in reverse order).
3052
30531998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
3054
3055 * Version 20.3 released.
3056
30571998-08-11 Paul Eggert <eggert@twinsun.com>
3058
3059 * rcs2log: Update copyright date and bug report address.
3060 (initialize_fullname): Prefer getent if available.
3061
30621998-07-30 Paul Eggert <eggert@twinsun.com>
3063
290afd83 3064 * Makefile.in (REGEXPDEPS, regex.o):
362bc2da 3065 Prepend $(srcdir)/ to rule dependencies outside this dir.
1c478461 3066
362bc2da
DL
30671998-06-09 Andrew Innes <andrewi@harlequin.co.uk>
3068
3069 * etags.c (etags_getcwd) [WINDOWSNT]: Use getcwd on Windows.
3070
30711998-06-06 Richard Stallman <rms@psilocin.ai.mit.edu>
3072
3073 * Makefile.in: Properly terminate a comment.
3074
30751998-06-01 Andrew Innes <andrewi@mescaline.gnu.org>
3076
3077 * movemail.c (sys_wait): Rename to wait.
3078
3079 * ntlib.h: Undefine _WINSOCKAPI_.
3080
3081 * makefile.nt (LOCAL_FLAGS): Define HAVE_CONFIG_H.
3082
30831998-05-30 Geoff Voelker <voelker@cs.washington.edu>
3084
3085 * ntlib.c (getppid): Look for EM_PARENT_PROCESS_ID.
3086
30871998-05-01 Andrew Innes <andrewi@harlequin.co.uk>
3088
3089 * movemail.c [WINDOWSNT]: Undefine DISABLE_DIRECT_ACCESS. Force
3090 all file i/o to be in binary mode. Include ntlib.h.
3091
30921998-04-27 Andreas Schwab <schwab@delysid.gnu.org>
3093
3094 * make-docfile.c: Include <unistd.h> for chdir.
3095
30961998-04-25 Richard Stallman <rms@psilocin.gnu.org>
3097
3098 * etags.c (TEX_decode_env): Don't free the value getenv returns.
3099
31001998-04-17 Geoff Voelker <voelker@cs.washington.edu>
3101
3102 * makefile.nt (obj): Update with new files in src.
3103 (clean): Delete patch scratch files, optimized compilation dir.
3104
31051998-04-08 Dave Love <fx@gnu.org>
3106
3107 * emacsclient.c: Move inclusion of unistd.h to top, else fails on
3108 Irix6, at least.
3109
31101998-04-06 Andreas Schwab <schwab@gnu.org>
3111
3112 Silence -Wimplicit:
3113 * movemail.c: Move cancelations up. Include <stdlib.h> if
3114 available.
3115 * fakemail.c (_XOPEN_SOURCE): Define for declaration of cuserid.
3116 (parse_header): Explicitly declare return type.
3117 * emacsserver.c: Include <unistd.h> if available.
3118 (main, handle_signals, perror_1, fatal_error): Explicitly declare
3119 return types. Add forward declarations.
3120 * emacsclient.c: Include <stdlib.h> and <unistd.h> if available.
3121 Don't declare geteuid.
3122 (print_help_and_exit): Change return type to void. Forward
3123 declare it.
3124 * b2m.c: Include <stdlib.h> if available.
3125 (main): Explicitly declare return type.
3126
362bc2da
DL
31271998-04-03 Richard Stallman <rms@psilocin.gnu.org>
3128
3129 * etags.c (put_entries): Use %ld.
3130
3131 * b2m.c (fatal): Declare the arg.
3132
31331998-03-26 Richard Stallman <rms@psilocin.gnu.org>
3134
3135 * pop.c (pop_getline): Renamed from getline.
3136
31371998-03-05 Richard Stallman <rms@psilocin.gnu.org>
3138
3139 * Makefile.in (install): Use INSTALL_STRIP with INSTALL_PROGRAM
3140 for the utilities.
3141
31421998-01-23 Dave Love <d.love@dl.ac.uk>
3143
3144 * etags.c (getit, Cobol_paragraphs, Pascal_functions,
3145 Postscript_functions, prolog_pred, erlang_func, erlang_attribute):
3146 Always make named tags.
3147 (Fortran_functions): Grok BLOCK DATA.
3148
31491998-01-23 Andreas Schwab <schwab@gnu.org>
3150
3151 * movemail.c (main): Fix interwoven brace and cpp conditional
3152 nesting.
3153
362bc2da
DL
31541997-12-03 Paul Eggert <eggert@delysid.gnu.org>
3155
cb438d6e
JB
3156 * movemail.c (mbx_write) [MAIL_USE_POP]: Disable the code which quotes
3157 with a '>' any lines starting with "From " read from the POP server,
3158 but leave the code in place, wrapped in #ifdef
362bc2da
DL
3159 MOVEMAIL_QUOTE_POP_FROM_LINES, in case we have to restore it later
3160 because it turns out that something is depending on it. Change
3161 suggested by Paul Eggert <eggert@twinsun.com>.
3162 Convert the character \037 (^_) at the beginning of a line into
3163 the character '^' followed by the character '_', because otherwise
3164 Emacs can't parse the resulting file as a valid BABYL file.
3165 Change suggested by Paul Eggert <eggert@twinsun.com>.
3166
31671997-12-03 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
3168
3169 * movemail.c, pop.c, pop.h: Allow messages retrieved from the POP
3170 server to contain embedded nulls.
3171
31721997-12-02 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
1c478461 3173
362bc2da
DL
3174 * movemail.c (mbx_write) [MAIL_USE_POP]: Disable the code which
3175 quotes with a '>' any lines starting with "From " read from the
3176 POP server, but leave the code in place, wrapped in #ifdef
3177 MOVEMAIL_QUOTE_POP_FROM_LINES, in case we have to restore it later
3178 because it turns out that something is depending on it. Change
3179 suggested by Paul Eggert <eggert@twinsun.com>.
3180
3181 Convert the character \037 (^_) at the beginning of a line into
3182 the character '^' followed by the character '_', because otherwise
3183 Emacs can't parse the resulting file as a valid BABYL file.
3184 Change suggested by Paul Eggert <eggert@twinsun.com>.
3185
31861997-11-22 Richard Stallman <rms@gnu.org>
3187
3188 * b2m.c: Include getopt.h.
3189 (main): Use getopt_long to handle --version and --help.
3190
3191 * Makefile.in (b2m): Define VERSION. Link with $(GETOPTOBJS).
3192
31931997-10-31 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
3194
3195 * pop.c (fullwrite): Get rid of an extra call to write. Problem
3196 pointed out by Chiaki Ishikawa.
3197
31981997-10-16 Dave Love <d.love@dl.ac.uk>
3199
ecc54057
JB
3200 * etags.c (L_getit): Always make named tags so that Emacs
3201 completion on symbols containing `:' etc. works.
3202 (get_scheme): Likewise.
362bc2da
DL
3203
32041997-09-24 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
3205
3206 * pop.c: Use system header files instead of declaring C-library
3207 functions explicitly.
3208
32091997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
3210
3211 * Version 20.2 released.
3212
32131997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
3214
3215 * Version 20.1 released.
3216
32171997-09-02 Andrew Innes <andrewi@harlequin.co.uk>
3218
3219 * makefile.nt (movemail.exe): Link wsock32.lib before LIBS.
3220
3221 * ntlib.c (getpid): Delete function.
3222
32231997-08-28 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3224
3225 * make-docfile.c (scan_lisp_file): Handle custom-declare-variable.
3226
32271997-08-26 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3228
3229 * emacsclient.c [HAVE_SYSVIPC]: Include errno.h, as in the other case.
3230 (main) [!BSD_SYSTEM]: Fix error message for getcwd failure.
3231
32321997-08-14 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
3233
3234 * emacsserver.c (main): Use SOCKLEN_TYPE for fromlen, if it is defined.
3235
32361997-08-13 Kazushi (Jam) Marukawa <jam@poboxes.com>
3237
3238 * profile.c (get_time): Cast arg to fprintf.
3239
3240 * hexl.c (main): Use %08lx instead of %08x in printf because the
3241 variable named addresses is long.
3242
32431997-08-08 Geoff Voelker <voelker@cs.washington.edu>
3244
3245 * makefile.nt (lisp): Update paths to lisp files that have moved.
3246
32471997-08-08 Andrew Innes <andrewi@harlequin.co.uk>
3248
3249 * makefile.nt (ctags.obj): New target.
3250 (etags.obj, getopt.obj, make-docfile.obj): Update dependencies.
3251
3252 * ntlib.h: Add includes.
3253 Undo definitions of crt routines from config.h.
3254
32551997-08-06 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
3256
3257 * etags.c (Yacc_suffixes, Asm_suffixes): Add some alternatives.
3258
32591997-07-22 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
3260
3261 * pop.c: Support auto-configuration of both Kerberos V4 and
ecc54057
JB
3262 Kerberos V5 for movemail, including detection of V4 and V5 header
3263 files and libraries.
362bc2da 3264 Include <string.h> when STDC_HEADERS is defined, to get
ecc54057 3265 declarations of string functions.
362bc2da 3266 [KERBEROS5] (socket_connection): Support the current MIT Kerberos
ecc54057 3267 V5 API rather than the old one.
362bc2da 3268 [KERBEROS] (socket_connection): Change a constant name from
ecc54057
JB
3269 SOCKET_ERROR to POP_SOCKET_ERROR to avoid a namespace conflict
3270 with a constant in a header file.
362bc2da
DL
3271
3272 * Makefile.in: Support auto-configuration of both Kerberos V4 and
ecc54057
JB
3273 Kerberos V5 for movemail, including detection of V4 and V5 header
3274 files and libraries.
362bc2da
DL
3275
32761997-07-17 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
3277
3278 * fakemail.c [HAVE_UNISTD_H]: Include unistd.h.
3279
3280 * etags.c [HAVE_UNISTD_H]: Include unistd.h.
1c478461 3281
362bc2da
DL
32821997-07-09 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
3283
3284 * emacsclient.c [C_ALLOCA] (xmalloc): New function.
3285
32861997-07-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
3287
3288 * movemail.c (rindex): Add declaration.
3289
d57727c9 32901997-07-01 Geoff Voelker <voelker@cs.washington.edu>
362bc2da
DL
3291
3292 * makefile.nt (GETOPTOBJS, GETOPTDEFS, MOVEMAILOBJS): Define.
3293 (movemail.exe): Depend upon and link with getopt files.
3294 (obj): Include new source files.
3295 (FACE_SUPPORT, MOUSE_SUPPORT, FLOAT_SUPPORT, WINNT_SUPPORT): Define.
3296 (lisp): Include new and reorganized elisp files.
3297
32981997-06-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
3299
3300 * Makefile.in (blessmail): Find blessmail.el in mail subdirectory.
3301
33021997-06-25 Paul Eggert <eggert@twinsun.com>
3303
3304 * rcs2log: Don't assign to $0 in awk; some awks don't allow this.
3305
33061997-06-14 Karl Heuer <kwzh@gnu.ai.mit.edu>
3307
3308 * b2m.c (readline): Terminate buffer properly when EOF seen.
3309 Test for valid pointer before dereferencing it.
3310
880820fe 33111997-05-30 Francesco Potortì <F.Potorti@cnuce.cnr.it>
362bc2da
DL
3312
3313 * Makefile.in (etags): Remove -DETAGS_REGEXPS, because now it is
3314 defined inside etags.c if HAVE_CONFIG_H is defined.
3315
880820fe 33161997-05-29 Francesco Potortì <F.Potorti@cnuce.cnr.it>
362bc2da 3317
ecc54057 3318 * etags.c (logical): Type name changed to bool.
362bc2da
DL
3319 (ETAGS_REGEXPS, LONG_OPTIONS) [HAVE_CONFIG_H]: #define them.
3320 (<getopt.h>) [LONG_OPTIONS]: Include conditionally.
3321 (getopt_long) [!LONG_OPTIONS]: Redefine as macro.
3322 (main): Accepted options depend on ETAGS_REGEXPS and LONG_OPTIONS.
3323 (longopts): New long options without short counterpart are
3324 globals, members, no-globals, no-members. Regexp options are now
3325 defined conditionally to ETAGS_REGEXPS.
3326 (print_help): Updated.
3327
880820fe 33281997-05-22 Francesco Potortì <F.Potorti@cnuce.cnr.it>
362bc2da
DL
3329
3330 * etags.c (C_entries): Use "." instead of "::" for Java.
3331 (consider_token): is_func renamed to is_func_or_var.
3332 (C_entries): is_func renamed to funorvar.
3333 (C_entries): Initialise tok.named.
3334 (sym_type, C_stab_entry, consider_token): st_C_ignore is used to
3335 get rid of "import", "package" and "friend".
3336 (fvdef): Renamed from funcdef. Also some constants renamed. All
1c478461 3337 users changed.
362bc2da
DL
3338 (C_entries): Make separate tags for variables separated by comma.
3339 (globals, members): New flags.
3340 (main, C_entries): Use them.
3341 (make_C_tag, C_entries): Make tok a global variable.
1c478461 3342
880820fe 33431997-05-16 Francesco Potortì <F.Potorti@cnuce.cnr.it>
362bc2da
DL
3344
3345 * etags.c (funcdef): New vignore constant.
3346 (consider_token, C_entries): Use it to tag global variables.
3347 (print_help): Update for global variables.
3348 (consider_token, C_entries): Set the len member of token_name.
3349 (prolog_pred): Cleanup according to GNU coding standards.
3350 (Cobol_suffixes, lang_names, Cobol_paragraphs): Cobol support.
3351 (prolog_white, erlang_white): Renamed to eat_white, callers changed.
3352
880820fe 33531997-05-15 Francesco Potortì <F.Potorti@cnuce.cnr.it>
362bc2da
DL
3354
3355 * etags.c (CHARS, CHAR): New constant and macro.
3356 (iswhite, begtoken, intoken, endtoken): Use them.
3357 (notinname, _nin, nonam): New macro, array, string.
3358 (init): Cleanup and init _nin.
3359 (new_pfnote): New function.
3360 (make_C_tag) [traditional_tag_style]: Use it.
3361 (traditional_tag_style): Costant set to TRUE for now.
3362
880820fe 33631997-05-14 Francesco Potortì <F.Potorti@cnuce.cnr.it>
362bc2da
DL
3364
3365 * etags.c (C_entries, Pascal_functions): Cleanup.
3366 (TeX_functions): NULL as a function arg needs a cast.
3367 (Erlang_functions, erlang_func, erlang_attribute): Cleanup.
3368
880820fe 33691997-05-13 Francesco Potortì <F.Potorti@cnuce.cnr.it>
362bc2da
DL
3370
3371 * etags.c (TeX_functions): Cleaned up.
3372 (tex_getit): Removed.
3373
33741997-05-13 Paul Eggert <eggert@twinsun.com>
3375
3376 * rcs2log (files): When computing arguments automatically, ignore
ecc54057 3377 non-files within the RCS subdirectory.
362bc2da 3378
880820fe 33791997-05-13 Francesco Potortì <F.Potorti@cnuce.cnr.it>
362bc2da
DL
3380
3381 * etags.c (C_JAVA): New #define.
3382 (Cjava_suffixes): .java is Java.
3383 (Cjava_entries): New function.
3384 (lang_names): Add Java.
3385 (sym_type): Add st_C_javastruct for Java.
3386 (C_stab_entry): Add `extends' and `implements' keywords.
3387 (consider_token, C_entries): Recognise Java structures.
3388
880820fe 33891997-05-12 Francesco Potortì <F.Potorti@cnuce.cnr.it>
362bc2da 3390
ecc54057 3391 * etags.c (Cplusplus_suffixes): .pdb is Postscript with C syntax.
362bc2da
DL
3392 (Postscript_suffixes): .ps is Postscript.
3393 (lang_names): Add Postscript.
3394 (Postscript_functions): New function.
3395 (TEX_decode_env): Close minor memory leak.
3396 (just_read_file): Correct the char number of the tag.
3397
33981997-05-11 Paul Eggert <eggert@twinsun.com>
3399
3400 * rcs2log (loginFullnameMailaddrs, logins, rlog_options, files):
ecc54057
JB
3401 Don't prepend $nl since this causes some shells to generate the
3402 empty string when IFS is $nl.
362bc2da 3403 (printlogline): Use SOH (octal code 1), not CR, since some
ecc54057 3404 PC-based shells mishandle CR.
362bc2da
DL
3405 (initialize_fullname): Set NIS_PATH to the empty string before invoking
3406 nismatch, in case it's set to some nonstandard value.
1c478461 3407
362bc2da
DL
34081997-05-06 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
3409
3410 * pop.c (getline): Don't miss CRLF pairs when the CR and LF are
3411 read in separate blocks.
3412
880820fe 34131997-04-30 Francesco Potortì <F.Potorti@cnuce.cnr.it>
362bc2da
DL
3414
3415 * etags.c [TeX_named_tokens]: Set to FALSE if undefined.
3416 (struct linebuffer): New member `len' is the length of the string.
3417 (find_entries, Pascal_functions, TeX_functions, TEX_getit):
3418 Use it instead of strlen.
3419 (TEX_getit): Declare and define unconditionally as static.
3420 (TeX_functions): Use if instead of #if TeX_named_tokens.
3421 (add_regex): Set RE_INTERVALS flag for regex compilation.
3422 (substitute): Code cleanup.
3423 (readline_internal): Code cleanup, set new member `len'.
3424 (readline): Bug corrected.
3425
34261997-04-23 Geoff Voelker <voelker@cs.washington.edu>
3427
3428 * makefile.nt: Change references of windowsnt.h to ms-w32.h.
3429 (obj): Change references of nt*.c files to w32*.c files.
3430
880820fe 34311997-04-15 Francesco Potortì <F.Potorti@cnuce.cnr.it>
362bc2da
DL
3432
3433 * etags.c (xnew): Add support for debugging with chkmalloc.
3434 (error): Use this instead of printf whenever possible.
3435 (main): Only call xnew after having initialised progname.
3436 (substitute): Bad memory corruption error corrected.
3437
880820fe 34381997-04-08 Francesco Potortì <F.Potorti@cnuce.cnr.it>
362bc2da
DL
3439
3440 * etags.c (add_regex): Undo previous change.
3441 (relative_filename): Small memory leak closed.
3442 (absolute_filename): Cleaned up the code, possibly closing a bug.
3443 (absolute_dirname): Always return a newly allocated string.
1c478461 3444
362bc2da
DL
34451997-03-21 Paul Eggert <eggert@twinsun.com>
3446
3447 * rcs2log (files): Ignore files in RCS directory whose names are
ecc54057
JB
3448 of the form ,*, or *_; they are probably RCS lock files.
3449 Also, ignore files named .rcsfreeze.log or .rcsfreeze.ver;
362bc2da
DL
3450 they are used by rcsfreeze.
3451
880820fe 34521997-03-14 Francesco Potortì <F.Potorti@cnuce.cnr.it>
362bc2da 3453
2f2c687b 3454 * etags.c (add_regex): Reset *putbuf before using it.
362bc2da
DL
3455
34561997-02-23 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
3457
3458 * movemail.c (popmail): Remove some unnecessary function
3459 declarations.
3460 (popmail, pop_retr): Since popmail always passes mbx_write and mbf
3461 into pop_retr, there's no reason to pass in mbx_write, and the
3462 file argument can be declared FILE * explicitly. This fixes a
3463 compilation problem on systems with 64-bit pointers.
3464
34651997-02-13 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
3466
3467 * movemail.c: Delete duplicate inclusion of fcntl.h
3468 and duplicate #undefs of open, read, write, close.
3469
34701997-01-20 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
3471
3472 * movemail.c (main): Do not display "[POP-password]" in the usage
3473 message when movemail is compiled without POP support.
3474 (main, popmail): Add the optional "-p" argument, which causes
3475 movemail to leave mail in the inbox after copying it into the
3476 output file.
1c478461 3477
362bc2da
DL
3478 * Makefile.in (movemail): Link with getopt.
3479
34801997-01-20 Paul Eggert <eggert@twinsun.com>
3481
ecc54057 3482 * rcs2log (--help, --version): New options, per GNU coding standards.
362bc2da
DL
3483 (Copyright, Help, Id): New variables, for above.
3484 (rlog): Use -q option with cvs log, to avoid useless chatter.
3485
3486 Treat logs of "Initial revision" (RCS) or "file F was initially added
3487 on branch B." (CVS) as if they said "New file.", for consistency with
3488 change log entries.
3489
34901997-01-01 Paul Eggert <eggert@twinsun.com>
3491
3492 * vcdiff (PATH): Add /usr/xpg4/bin,
3493 where XPG4 SCCS hangs out in Solaris 2.5.
3494 (sid1): Don't use bare -r, since XPG4 `get' does not allow it.
3495
34961996-12-19 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
3497
3498 * etags.c (streq, strneq): Use == NULL rather than !.
3499
35001996-12-18 Jonathan I. Kamens <jik@annex-1-slip-jik.cam.ov.com>
3501
3502 * Makefile.in (LIBMAIL): New macro. Conditionally includes -lmail.
ecc54057 3503 (movemail): Use LIBMAIL, to link against -lmail.
362bc2da
DL
3504
3505 * movemail.c: Include maillock.h (conditionally).
3506 Remove a redundant inclusion of <stdio.h>.
3507 (MAIL_USE_MAILLOCK): New macro, conditionally defined.
3508 (main): Add variable spool_name.
3509 Support the usage of maillock and mailunlock to
ecc54057 3510 lock and unlock mailboxes.
362bc2da
DL
3511 (mail_spool_name): New function.
3512
3513 * movemail.c: Fix an uninitialized variable which could cause
ecc54057
JB
3514 movemail to exit with an error status incorrectly on systems which
3515 use lock files rather than a system locking function to lock
3516 mailboxes.
362bc2da
DL
3517
35181996-12-16 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
3519
3520 * pop.c (socket_connection): Free realhost after using it.
3521
880820fe 35221996-12-04 Francesco Potortì <F.Potorti@cnuce.cnr.it>
362bc2da
DL
3523
3524 * etags.c (C_entries): Test tok.valid. This handles some
3525 particular cases involving function declarations that failed.
3526
35271996-11-22 Charles Hannum <mycroft@gnu.ai.mit.edu>
1c478461 3528
362bc2da
DL
3529 * pop.c (socket_connection):
3530 gethostbyname may return a pointer to static data.
3531 krb_realmofhost can clobber it. So copy it.
3532
880820fe 35331996-11-14 Francesco Potortì <F.Potorti@cnuce.cnr.it>
362bc2da
DL
3534
3535 * etags.c (pfnote, fatal, error): Callers using a NULL pointer
3536 must cast it to (char *) because we have no prototypes.
3537 (make_C_tag): Macro deleted, new function.
3538 (C_entries): Calls to make_C_tag macro changed to call function.
3539
880820fe 35401996-11-13 Francesco Potortì <F.Potorti@cnuce.cnr.it>
362bc2da
DL
3541
3542 * etags.c (grow_linebuffer): New function.
3543 (GROW_LINEBUFFER): Macro deleted. All callers changed.
3544 (make_tag): Macro renamed to make_C_tag. All callers changed.
3545 (<stdlib.h>, <string.h>) [STDC_HEADERS]: New #include's.
3546 (Prolog_functions): prolog_skip_comment was called with wrong
3547 number of arguments.
3548 (xrealloc): fatal was called with wrong number of arguments
3549
880820fe 35501996-11-08 Francesco Potortì <F.Potorti@cnuce.cnr.it>
362bc2da
DL
3551
3552 * etags.c (relative_filename): Bug corrected.
3553 (etags_getcwd): Avoid warning of unused variable.
3554 (C_entries, consider_token): Added support for enum labels.
3555
35561996-11-03 Paul Eggert <eggert@twinsun.com>
3557
3558 * rcs2log: When processing cvs log output, remove `Attic/' from
ecc54057 3559 repository file names.
362bc2da
DL
3560
35611996-10-22 Karl Heuer <kwzh@gnu.ai.mit.edu>
3562
3563 * emacsserver.c: Fix 1996-09-02 change.
3564
35651996-10-12 Paul Eggert <eggert@twinsun.com>
3566
3567 * rcs2log (rlog_options): Look for ' option' rather than 'unknown
ecc54057 3568 option', since CVS says 'invalid option'.
362bc2da
DL
3569 (datearg): Use the empty string, not '-d>1970-01-01', to extract all
3570 revisions, since some hosts reject 1970-01-01 when east of UTC.
3571 (date): Remove.
3572
35731996-10-06 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
3574
3575 * etags.c (etags_getcwd) [WINDOWSNT]: Convert backslashes to slashes.
3576
880820fe 35771996-10-02 Francesco Potortì <F.Potorti@cnuce.cnr.it>
362bc2da
DL
3578
3579 * etags.c (print_version): Print copyright info.
3580
3581 * etags.c (print_help): Print the bug reporting address.
3582 (main): Use return as the last instruction, instead of exit.
3583
3584 * etags.c (main): Don't open the tags file in cxref mode.
3585
35861996-09-29 Dave Love <d.love@dl.ac.uk>
3587
3588 * rcs2log (date): Make default format acceptable to CVS post v1.8
ecc54057 3589 as well as earlier CVSs and RCS.
362bc2da
DL
3590
35911996-09-29 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
3592
3593 * movemail.c (main): If the lock call fails with EBUSY or
3594 EAGAIN, retry a few times.
3595
35961996-09-25 Paul Eggert <eggert@twinsun.com>
3597
3598 * rcs2log (rlog_options): Use $rlog, not rlog, when deciding
ecc54057 3599 whether to append -zLT.
362bc2da
DL
3600
36011996-09-16 Karl Heuer <kwzh@gnu.ai.mit.edu>
3602
3603 * fakemail.c: Replaced symbol BSD with BSD_SYSTEM.
3604 * emacsclient.c, movemail.c: Likewise.
3605
36061996-09-09 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
3607
3608 * emacsclient.c (longopts): Change nowait to no-wait.
3609 (print_help_and_exit): Fix option name; upcase metavars.
3610
36111996-09-06 Erik Naggum <erik@naggum.no>
3612
3613 * emacsserver.c (main): Declare `fromlen' as size_t.
3614
36151996-09-02 Eli Zaretskii <eliz@is.elta.co.il>
3616
3617 * etags.c (etags_getcwd): Use getcwd if available even if MSDOS.
3618
36191996-09-02 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
3620
3621 * emacsclient.c (quote_file_name): Quote with &, not \.
3622 Quote `-' only at start of file name. Terminate the value string.
3623
3624 * emacsserver.c: Include signal.h properly;
3625 delete the duplicate includes for it.
3626
3627 * emacsserver.c: On fatal signal, delete socket-file:
3628 * emacsserver.c: Include signal.h.
ecc54057 3629 (xmalloc, fatal, error): New functions.
362bc2da
DL
3630 (delete_socket, handle_signals): New functions.
3631 (progname, socket_name): New variables.
3632 [HAVE_SOCKETS] (main): Call handle_signals; set the new variables.
3633
36341996-09-01 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
3635
3636 * emacsclient.c (quote_file_name): New function.
3637 (main, both versions): Use quote_file_name.
3638 (decode_options): Don't return a value.
3639 (main, both versions): Use optind.
3640 Don't check for -nowait here.
1c478461 3641
362bc2da
DL
3642 * emacsclient.c (decode_options): New function.
3643 (main, both versions): Call decode_options.
3644 (print_help_and_exit): New function.
3645 (VERSION): New macro.
3646
3647 * Makefile.in (emacsclient): Link with getopt.
3648 Add -DVERSION so emacsclient knows its version number.
3649
36501996-08-31 Geoff Voelker <voelker@cs.washington.edu>
3651
3652 * makefile.nt (lisp): Include dos-nt.elc.
3653
36541996-08-31 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
3655
3656 * Makefile.in (blessmail): Use $srcdir to find blessmail.el.
3657
36581996-08-28 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
3659
3660 * emacsclient.c (both versions): Handle -nowait and --nowait
3661 by sending data to the server.
3662
36631996-08-26 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
3664
3665 * Makefile.in (INSTALL_STRIP): New variable.
3666 (${archlibdir}): Use INSTALL_STRIP.
3667
3668 * Makefile.in (MOVE_LIBS): Use conditionals on KERBEROS,
3669 HAVE_LIBKRB, HAVE_LIBDES, HAVE_LIBCOM_ERR to set it up.
3670
3671 * pop.c: Reverse conditional in previous change.
3672
36731996-08-24 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
3674
3675 * pop.c: Include des.h krb.h with no dir name if SOLARIS2.
3676
36771996-08-24 Paul Eggert <eggert@twinsun.com>
3678
3679 * rcs2log: Use ISO 8601 date format, with time zone appended
3680 if change-log-time-zone-rule is non-nil, instead of
3681 traditional Unix date format.
3682
3683 (datearg): When computing default from ChangeLog, handle ISO format
3684 dates in addition to old-fashioned dates from Emacs 19.31 and earlier.
3685 Don't worry about hh:mm:ss since the resolution is now by day.
3686 Use emtpy datearg, not empty rlog_options, to decide whether to pass
3687 "$datearg" option to $rlog.
3688 (logTZ): New variable, set to TZ specified by change-log-time-zone-rule.
3689 (month_data): Remove `mo'; no longer needed.
3690 (rlog_options): Use -zLT for localltime output, if `rlog' supports it.
3691
3692 Match `revision' line of rlog output more accurately.
3693
3694 Add -c, -v options.
3695
36961996-08-23 Eli Zaretskii <eliz@is.elta.co.il>
3697
3698 * hexl.c: Include <config.h>, so DOS_NT is defined on MSDOS.
3699
37001996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
3701
3702 * Version 19.33 released.
3703
37041996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
3705
3706 * Version 19.32 released.
3707
37081996-07-23 Andrew Innes <andrewi@harlequin.co.uk>
3709
3710 * etags.c (readline_internal) [DOS_NT]: Don't include CRs when
3711 computing character positions in source files.
3712
37131996-07-16 Andrew Innes <andrewi@harlequin.co.uk>
3714
3715 * makefile.nt (clean): Use OBJDIR macro.
3716
37171996-07-16 Karl Heuer <kwzh@gnu.ai.mit.edu>
3718
3719 * cvtmail.c, sorted-doc.c, yow.c, emacsserver.c: Undo previous change.
3720
c60ee5e7 37211996-07-15 David Mosberger-Tang <davidm@AZStarNet.com>
362bc2da 3722
ecc54057 3723 * cvtmail.c, sorted-doc.c, yow.c [__GNU_LIBRARY__]: Use <string.h>.
362bc2da
DL
3724 * emacsserver.c (main) [__GNU_LIBRARY__]: Use size_t for fromlen.
3725 * etags.c, fakemail.c, profile.c: Declare main as int, not void.
3726
37271996-07-15 Andrew Innes <andrewi@harlequin.co.uk>
3728
3729 * ntlib.h: Correct return type of getwd.
3730 * ntlib.c (getwd): Correct return type.
3731
37321996-07-02 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
3733
3734 * emacsserver.c (main) [HAVE_SOCKETS]: Call rewind before writing
3735 to infile.
3736
37371996-07-01 Andrew Innes <andrewi@harlequin.co.uk>
3738
3739 * makefile.nt: Remove all references to wakeup.
3740
880820fe 37411996-06-28 Francesco Potortì <F.Potorti@cnuce.cnr.it>
362bc2da
DL
3742
3743 * etags.c (C_stab_entry): New keywords for C++ namespace, bool,
3744 explicit, mutable, typename.
3745
37461996-06-29 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
3747
3748 * emacsclient.c (main) [HAVE_SOCKETS]: Use two separate stdio
3749 streams, one for sending and one for reading the reply.
3750
37511996-06-21 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
3752
3753 * Makefile.in (timer, timer.o, getdate.o, $(srcdir)/getdate.c)
3754 (wakeup): Target deleted.
3755 (UTILITIES): Delete wakeup and timer.
3756
3757 * wakeup.c, timer.c, getdate.y, getdate.c: Files deleted.
3758
37591996-06-11 Geoff Voelker <voelker@cs.washington.edu>
3760
3761 * etags.c (etags_getcwd) [DOS_NT]: Change conditional to MSDOS only.
3762 * makefile.nt (ETAGS_CFLAGS): Define HAVE_GETCWD macro.
3763
37641996-06-06 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
3765
3766 * etags.c (main): Copy cwd when appending slash.
3767
37681996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
3769
3770 * Version 19.31 released.
3771
880820fe 37721996-05-17 Francesco Potortì <F.Potorti@cnuce.cnr.it>
362bc2da
DL
3773
3774 * etags.c (CNL_SAVE_DEFINEDEF): Set linecharno for use by readline.
3775 (Pascal_functions): Increase linecharno by the correct number of
3776 chars, inline the GET_NEW_LINE macro and delete its definition.
3777
c60ee5e7 37781996-05-03 Andrew Innes <andrewi@harlequin.co.uk>
362bc2da
DL
3779
3780 * makefile.nt (OBJDIR, BLD): Remove macro definitions.
3781
c60ee5e7 37821996-05-03 Andrew Innes <andrewi@harlequin.co.uk>
362bc2da
DL
3783
3784 * makefile.nt (LOCAL_FLAGS): Include path to NT shadow includes.
3785 (movemail.exe, fakemail.exe): Now built under Win32.o
3786
3787 * ntlib.c: Include ntlib.h.
3788 (nt_sleep): Rename to sleep.
3789 (getwd): Return directory.
3790 (getlogin, cuserid, getuid, setuid, getpwuid, getpass, fchown,
3791 sys_ctime, sys_fopen): New functions.
3792
3793 * ntlib.h: New file.
3794
37951996-04-29 Richard Stallman <rms@delasyd.gnu.ai.mit.edu>
3796
3797 * pop.c (SEND, RECV): Renamed from send, recv.
3798 (pop_open, pop_trash): Make the trash_started code unconditional.
3799 (socket_connection): Delete casts to void.
3800
38011996-04-28 Richard Stallman <rms@delasyd.gnu.ai.mit.edu>
3802
3803 * movemail.c (DIRECTORY_SEP, IS_DIRECTORY_SEP): Definitions
3804 copied from lisp.h.
3805
38061996-04-22 Andrew Innes <andrewi@harlequin.co.uk>
3807
3808 * fakemail.c [WINDOWSNT]: Include ntlib.h.
3809
3810 * hexl.c [DOSNT]: Include fcntl.h.
3811 [WINDOWSNT]: Include io.h.
3812 (main) [MSDOS]: Change conditional to DOS_NT.
3813
3814 * movemail.c (access, unlink) [WINDOWSNT]: Macros undefined.
3815 (fork, syswait, DISABLE_DIRECT_ACCESS) [WINDOWSNT]: Macros defined.
3816 [WINDOWSNT]: Include locking.h.
3817 (main): Update usage message. Use IS_DIRECTORY_SEP.
3818 (main) [DISABLE_DIRECT_ACCESS]: Don't check access if defined.
3819 (main) [WINDOWSNT]: Invoke locking instead of flock.
3820 (main) [MAIL_USE_SYSTEM_LOCK && WINDOWSNT]: Emulate ftruncate.
3821 (main) [MAIL_USE_POP]: Pass password to popmail if used.
3822 Include winsock.h; don't include unix inet headers.
3823 (popmail): Add password argument and pass it to pop_open.
3824 Open output file in binary mode.
3825
3826 * pop.c [WINDOWSNT]: Include winsock.h and ntlib.h.
1c478461 3827 Macro SOCKET_ERROR undefined.
362bc2da
DL
3828 Don't declare h_errno.
3829 [!WINDOWSNT]: Define macros recv and send.
3830 [!WINDOWSNT] (POP_SERVICE): Change to pop3.
3831 (pop_open) [WINDOWSNT]: Initialize trash_started.
3832 (have_winsock) [WINDOWSNT]: New variable.
3833 (socket_connection) [WINDOWSNT]: Initialize winsock.
3834 (socket_connection): Use closesocket instead of close.
3835 (getline): Use recv instead of read.
3836 (fullwrite): Use send instead of write.
3837 (pop_trash): Use closesocket instead of close.
3838 (pop_trash) [WINDOWSNT]: Cleanup winsock.
3839 Check if being called recursively by sendline.
3840
3841 * pop.h (struct _popserver): New field trash_started.
3842
3843 * wakeup.c [HAVE_CONFIG_H]: Only include config.h when defined.
3844
38451996-04-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3846
3847 * hexl.c (main) [DJGPP v2]: Don't change to binary for a tty.
3848
38491996-04-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3850
3851 * etags.c [WINDOWSNT]: Include io.h.
3852
38531996-04-10 Geoff Voelker <voelker@cs.washington.edu>
3854
3855 * makefile.nt (CTAGSOBJ): Compile with regexp support.
3856
38571996-04-09 Eli Zaretskii <eliz@is.elta.co.il>
3858
3859 * hexl.c [DJGPP v2]: Include io.h.
3860 (main) [DJGPP v2]: Switch standard streams to binary with setmode.
3861
3862 * b2m.c (main) [MSDOS]: Switch standard streams to binary under
3863 DJGPP v2.
3864
38651996-04-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3866
3867 * etags.c (absolute_filename): Use absolutefn.
3868
38691996-03-31 Eli Zaretskii <eliz@is.elta.co.il>
3870
3871 * etags.c (absolutefn) [DOS_NT]: Support Novell drives whose drive
3872 letter isn't an alphabetic character.
3873 (main) [DOS_NT]: Use binary mode on redirected `stdout'.
3874 (process_file) [DOS_NT]: Convert all slashes to forward style.
3875 (absolute_filename) [DOS_NT]: Emit error message for relative
3876 paths with a drive letter.
3877 (absolute_filename) [DOS_NT]: Handle absolute pathnames with
3878 DOS/NT drive letters which try to reference the parent of the root.
3879 (absolute_dirname) [DOS_NT]: Convert all slashes to forward style.
3880
38811996-03-27 Geoff Voelker <voelker@cs.washington.edu>
3882
3883 * makefile.nt: Change uses of del to $(DEL).
3884
880820fe 38851996-03-22 Francesco Potortì <F.Potorti@cnuce.cnr.it>
362bc2da
DL
3886
3887 * etags.c (just_read_file): Reset lineno and charno on entry.
3888
38891996-03-15 Anders Lindgren <andersl@csd.uu.se>
3890
3891 * etags.c: Prolog language totaly rewritten.
ecc54057 3892 (Prolog_functions): Rewritten from scratch.
362bc2da 3893 (skip_comment, prolog_getit): Removed.
ecc54057
JB
3894 (prolog_skip_comment): New function, like old skip_comment.
3895 (prolog_pred, prolog_atom, prolog_white): New functions.
3896 (erlang_func, erlang_attributes): Forward declarations added.
3897 (erlang_atom): Check if backslash ends line inside quoted atom.
362bc2da 3898
880820fe 38991996-03-14 Francesco Potortì <F.Potorti@cnuce.cnr.it>
362bc2da
DL
3900
3901 * etags.c (absolutefn): DOS_NT version corrected.
3902 (main): Append "/" to the dir name only if not already there.
3903 (print_help): Explain the absolute/relative file name issue.
1c478461 3904
362bc2da
DL
39051996-03-08 Anders Lindgren <andersl@csd.uu.se>
3906
3907 * etags.c: New Languange Erlang added.
3908 (Erlang_functions, erlang_func, erlang_attribute, erlang_atom,
3909 erlang_white): New functions.
3910 (Erlang_suffixes): New suffix list.
3911 (lang_names): Erlang entry added.
3912 (prolog_getit): Accepts headers spanning several lines.
3913 Always name tags.
3914 (Prolog_functions): Removed incorrect compensation for
3915 newline characters.
3916 (readline_internal): Zero-terminate last line.
3917
39181996-03-20 Mike Long <mike.long@analog.com>
3919
3920 * b2m.c (main): Initialize progname variable before using it.
3921 Quote `username' in From_ header.
3922
39231996-03-18 Geoff Voelker <voelker@cs.washington.edu>
3924
3925 * ntlib.c (getpid): New function.
3926
39271996-02-21 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
3928
3929 * emacsclient.c (main, both definitions):
3930 Print a newline for normal termination.
3931
39321996-02-21 Noah Friedman <friedman@prep.ai.mit.edu>
3933
3934 * tcp.c (main): Convert port to network byte order.
3935
39361996-01-20 Karl Heuer <kwzh@gnu.ai.mit.edu>
3937
3938 * pop.c (pop_retrieve, getline): Avoid type clashes.
3939
39401996-01-19 Karl Heuer <kwzh@gnu.ai.mit.edu>
3941
3942 * etags.c (enum sym_type, anonymous enum): Delete final comma.
3943
39441996-01-15 Paul Eggert <eggert@twinsun.com>
3945
3946 * rcs2log (initialize_fullname): Add support for NIS+.
3947 (hostname): Fully qualify the default hostname with the domainname
3948 if the hostname lacks a `.'.
3949
362bc2da
DL
39501996-01-10 Karl Heuer <kwzh@gnu.ai.mit.edu>
3951
3952 * etags.c (consider_token): Fix typo in expression.
3953
39541996-01-04 Paul Eggert <eggert@twinsun.com>
3955
3956 * etags.c (substitute): Fix spelling in message.
3957
39581996-01-03 George V. Reilly <georger@microcrafts.com>
3959
3960 * makefile.nt (etags, ctags): Compile with regexp support.
3961 (make-docfile, wakeup, etags, ctags, hexl): Ensure build
3962 subdirectory exists before compiling.
1c478461 3963
362bc2da
DL
39641996-01-02 Karl Heuer <kwzh@gnu.ai.mit.edu>
3965
3966 * emacsserver.c (main): Do chmod based on existing permission.
3967
39681995-12-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3969
3970 * Makefile.in (install): Turn on read/execute permission.
3971
39721995-12-03 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
3973
3974 * Makefile.in (LIB_STANDARD_LIBSRC): Use this instead of LIB_STANDARD.
3975 (LOADLIBES): Use LIB_STANDARD_LIBSRC.
3976
39771995-12-01 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
3978
3979 * Makefile.in (THIS_IS_MAKEFILE): Renamed from THIS_IS_YMAKEFILE.
3980
880820fe 39811995-12-07 Francesco Potortì <pot@cnuce.cnr.it>
362bc2da
DL
3982
3983 * etags.c (pfnote): Don't make a tag for ctags if there is no name.
3984 (getit, Asm_labels, Perl_functions, Pascal_functions, L_getit,
3985 get_scheme, prolog_getit): Name the tag in ctags mode.
3986 (pfnote): Truncate ctags lines to 50 chars, like it worked once.
3987 (Perl_interpreters): Accept "@PERL@" as an interpreter.
3988 (suggest_asking_for_help): New function.
3989 (main, get_language_from_name): Use suggest_asking_for_help.
3990 (main): Let get_language_from_name make language existence check.
3991 (streq, strneq): Check the arguments #if DEBUG.
3992
880820fe 39931995-12-06 Francesco Potortì <pot@cnuce.cnr.it>
362bc2da
DL
3994
3995 * etags.c (Cplusplus_suffixes): Add .M suffix for Objective C++.
3996 (gperf): Added keywords for Objective C and GNU macros.
3997 (sym_type): Added values to account for Objective C and GNU macros.
3998 (begtk): The '@' character can start a token.
3999 (objdef, methodlen, objtag): New variables for Objective C.
4000 (consider_token, C_entries): Added code for Objective C.
4001 (plain_C_suffixes): Add .m and .lm for Objective C.
4002 (Yacc_suffixes): Add .ym for Objective yacc.
4003 (GROW_LINEBUFFER): New macro.
4004 (consider_token, C_entries, Pascal_functions): Use the new macro.
4005 (consider_token): Take one more argument. Caller changed.
4006 (consider_token): Use the hashing function to spot GNU macros.
4007 (C_entries): Consider // as a comment start even in plain C for
4008 the sake of Objective C parsing.
4009
880820fe 40101995-12-04 Francesco Potortì <pot@cnuce.cnr.it>
362bc2da 4011
2f2c687b 4012 * Makefile.in (ctags): Depend on etags only for simplicity;
ecc54057 4013 compile with regexp support enabled.
362bc2da
DL
4014
40151995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4016
4017 * Version 19.30 released.
4018
40191995-11-22 Geoff Voelker <voelker@cs.washington.edu>
4020
4021 * makefile.nt (DOC, clean): Don't use switches to del not
4022 supported by Windows 95.
4023
40241995-11-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4025
4026 * Makefile.in (regex.o): Depend on ../src/config.h.
4027
40281995-11-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4029
4030 * Makefile.in (LIB_STANDARD): Extract this as in src/Makefile.in.
4031 (LOADLIBES): Use LIB_STANDARD.
4032
40331995-11-07 Kevin Gallo <kgallo@microsoft.com>
4034
4035 * makefile.nt (DOC): Include strings from w32term.c, w32xfns.c,
4036 w32fns.c, w32faces.c, w32select.c, w32menu.c, w32reg.c; remove
4037 Windows 95 conditional.
4038
880820fe 40391995-11-06 Francesco Potortì (pot@cnuce.cnr.it)
362bc2da
DL
4040
4041 * etags.c (get_lang_from_name, get_lang_from_interpreter,
4042 get_lang_from_suffix): New functions.
4043 (get_language): Function deleted.
4044 (lang_entry): Two members added to struct.
4045 (lang_names): Reflect the new layout of lang_entry.
4046 (print_language_names, main, find_entries): Use the new functions.
4047 (find_entries): Look at the first line for #! if no language.
4048 (C_entries): Invalidate the token when funcdef is reset.
4049 (Perl_functions): New function.
4050 (lang_suffixes): .pl and .pm are Perl suffixes.
4051
880820fe 40521995-11-02 Francesco Potortì (pot@cnuce.cnr.it)
362bc2da
DL
4053
4054 * etags.c (lowcase): Use the standard tolower function.
4055 (substitute): Remove some wrong and some useless code related with
a64387ee 4056 escape '\' character in regexp replacement string.
362bc2da
DL
4057 (TEX_defenv): Added part, appendix, entry, index. Removed typeout.
4058 (lang_suffixes): New suffixes: .hpp for C++; .f90 for Fortran;
4059 .bib, .ltx, .TeX for TeX (.bbl, .dtx removed); .ml for Lisp;
4060 .prolog for prolog (.pl removed).
4061 (massage_name, etags_getcwd): Use lowcase instead of tolower.
4062 (C_entries, find_entries): Added comments about memory leakage.
4063 (add_node): Dead code removed.
4064
40651995-10-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4066
4067 * Makefile.in (getdate.o, movemail.o): Specify -Demacs.
4068 (ALL_CFLAGS, LINK_CFLAGS, CPP_CFLAGS): Delete -Demacs.
4069
40701995-08-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4071
4072 * test-distrib.c: Add #undef for open, close, read, write.
4073
40741995-08-23 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
4075
4076 * test-distrib.c [HAVE_CONFIG_H]: Include config.h.
4077 [! O_RDONLY]: Define it to zero.
4078 (main): Use O_RDONLY instead of explicit zero.
4079
880820fe 40801995-08-17 Francesco Potortì (pot@cnuce.cnr.it)
362bc2da
DL
4081
4082 * etags.c (Pascal_functions): Close comment bug corrected.
4083 (add_node): Correctly compare node file names.
4084 (Pascal_functions): Correctly allocate and free memory for tline.
4085 (pfnote): Put the definition of fp in the innermost block.
4086 (NODE): `named' member removed.
4087 (pfnote, free_tree, put_entries, total_size_of_entries): Do not
1c478461 4088 use the `named' member, check whether `name' is NULL instead.
362bc2da
DL
4089 (pfnote): `named' argument removed, all callers changed.
4090 (getit, Asm_labels, Pascal_functions, L_getit, get_scheme,
4091 TeX_functions, TEX_getit, prolog_getit): Useless string allocation
1c478461 4092 removed from pfnote call, some code cleanup.
362bc2da
DL
4093 (relative_filename): Free temporary space allocated by concat.
4094
40951995-08-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4096
4097 * Makefile.in (getdate.c): New target.
4098 (getdate.o): Just compile getdate.c.
4099
41001995-08-12 Karl Heuer <kwzh@gnu.ai.mit.edu>
4101
4102 * fakemail.c (xrealloc): Change cast to match return type.
4103
41041995-08-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4105
4106 * fakemail.c (xmalloc, xrealloc): Use return-type long *.
4107
41081995-08-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4109
4110 * movemail.c (main): Fix previous change.
4111 Add error check for empty OUTNAME.
4112
41131995-08-05 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4114
4115 * movemail.c (main): Mention lock file name in error message.
4116
41171995-07-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4118
4119 * profile.c (gettimeofday): New function, defined if necessary.
4120
41211995-07-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4122
4123 * Makefile.in: Renamed from Makefile.in.in.
4124 (distclean): Delete Makefile.c, not Makefile.in.
4125
41261995-07-17 Michael Shields <shields@tembel.org>
4127
4128 * Makefile.in.in (tags): Synonym for `TAGS'.
4129
41301995-07-16 Karl Heuer <kwzh@gnu.ai.mit.edu>
4131
4132 * Makefile.in.in (install, maybe-blessmail): Don't cd ..;
4133 configure has already set $(INSTALL) to the proper relative path.
4134
880820fe 41351995-06-27 Francesco Potortì (pot@cnuce.cnr.it)
362bc2da 4136
2f2c687b
JB
4137 * etags.c (plain_C_entries): New function.
4138 (lowcase): New macro.
4139 (tail, Fortran_functions, Pascal_functions): Use new macro lowcase.
4140 (lang_suffixes): New suffix ".pc" for Pro*C files.
4141 (consider_token): Don't tag all tokens beginning with DEFUN & Co..
4142 (tail): Look for the end of the token when comparing.
4143 (takeprec): Since now tail behaves differently, use strneq.
362bc2da
DL
4144
41451995-07-08 Paul Eggert <eggert@twinsun.com>
4146
4147 * rcs2log (datearg): Separate date from time with comma, not space,
4148 to work around CVS 1.5 bug.
4149 (CVSROOT): Don't abort when unset if repository is absolute.
4150
41511995-07-07 Paul Eggert <eggert@twinsun.com>
4152
4153 * rcs-checkin, rcs2log, vcdiff:
4154 Replace `#!/bin/sh' with `#! /bin/sh', for benefit of systems
4155 that interpret `#! /' as a 4-byte magic number.
4156
41571995-06-29 Jonathan I. Kamens <jik@cam.ov.com>
4158
4159 * movemail.c (main) [MAIL_USE_POP]: When a user specifies a
4160 mailbox with "po:mailbox", the mailbox is everything after the
4161 "po:" prefix.
4162
41631995-06-28 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4164
4165 * emacsserver.c: Make all error messages start with `Error: '.
ecc54057 4166 (fatal_error, perror_1): New functions, use throughout.
362bc2da
DL
4167
41681995-06-28 Paul Eggert <eggert@twinsun.com>
4169
4170 * rcs2log (CVSROOT, repository):
4171 Allow remote repositories a la CVS 1.4.
4172
880820fe 41731995-06-27 Francesco Potortì (pot@cnuce.cnr.it)
362bc2da 4174
2f2c687b
JB
4175 * etags.c (plain_C_entries): New function.
4176 (lowcase): New macro.
4177 (tail, Fortran_functions, Pascal_functions): Use new macro lowcase.
4178 (lang_suffixes): New suffix ".pc" for Pro*C files.
4179 (consider_token): Don't tag all tokens beginning with DEFUN & Co..
4180 (tail): Look for the end of the token when comparing.
4181 (takeprec): Since now tail behaves differently, use strneq.
362bc2da
DL
4182
41831995-06-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4184
4185 * movemail.c (main): Add newline in usage message.
4186
41871995-06-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4188
4189 * make-docfile.c (scan_file): Make sure it never looks at filename[-1].
4190
880820fe 41911995-06-21 Francesco Potortì (pot@cnuce.cnr.it)
362bc2da
DL
4192
4193 * etags.c (find_entries): Rewind before rereading the input file.
4194
41951995-06-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4196
4197 * Version 19.29 released.
4198
4199 * make-docfile.c (main) [MSDOS]: Do set _fmode.
4200 This undoes part of the previous change.
4201
42021995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4203
4204 * make-docfile.c (main): On MSDOS, don't change stdout
4205 to binary, and insist on an -o option.
4206
42071995-06-13 Geoff Voelker <voelker@cs.washington.edu>
4208
4209 * etags.c (process_file,absolute_filename): Handle filenames
4210 starting with a drive letter.
4211
4212 * makefile.nt (install): Copy wakeup.exe properly.
4213
42141995-06-08 Karl Heuer <kwzh@gnu.ai.mit.edu>
4215
4216 * make-docfile.c [MSDOS]: #undef chdir.
4217
42181995-06-04 Paul Eggert <eggert@twinsun.com>
4219
4220 * rcs2log (output_authors): Allow ':' in time zone,
4221 as per ISO 8601 and RCS 5.6.8 beta.
4222
880820fe 42231995-05-29 Francesco Potortì (pot@cnuce.cnr.it)
362bc2da
DL
4224
4225 * etags.c (etags_getcwd): Undo the /bin/pwd change. It may raise
4226 compatibility problems.
4227
42281995-05-26 Richard Stallman <rms@gnu.ai.mit.edu>
4229
4230 * etags.c (etags_getcwd): Don't use #elif.
4231 Have just one function body.
4232
42331995-05-25 Geoff Voelker <voelker@cs.washington.edu>
4234
4235 * makefile.nt (LIBS): Use BASE_LIBS.
4236 (make-docfile.exe,hexl.exe,wakeup.exe,etags.exe): Don't depend
4237 upon LIBS.
4238 (DOC): Use del instead of rm.
4239 (DOC) [WINDOWS95]: Use DOC.
4240 (clean): Handle MSVC aux files.
4241 (config.h,paths.h): Use $(CP) instead of cp.
4242 (config.h): Use $(CONFIG_H)
4243 (make-docfile.obj): Depend upon config.h.
4244 Clean up comments.
4245
880820fe 42461995-05-23 Francesco Potortì (pot@cnuce.cnr.it)
362bc2da
DL
4247
4248 * etags.c (etags_getcwd): Use /bin/pwd instead of pwd because the
4249 former gives the true path even in the presence of simlinks.
4250
42511995-05-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4252
4253 * movemail.c (main): Increase lock timeout to five minutes.
4254
42551995-05-06 Geoff Voelker <voelker@cs.washington.edu>
4256
4257 * makefile.nt (obj): Use .c files.
4258
42591995-05-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4260
4261 * make-docfile.c: Include config.h.
4262 (NO_SHORTNAMES): New definition.
4263 (xmalloc): Return long *.
4264
4265 * etags.c (C_entries): Cast result of xrealloc.
4266 (xmalloc, xrealloc): Declare them to return long *.
4267
4268 * b2m.c (xmalloc, xrealloc): Declare them long *.
4269
4270 * movemail.c (xmalloc): Declare it to return long *.
4271
42721995-04-30 Paul Eggert <eggert@twinsun.com>
4273
4274 * rcs2log (datearg): If rlog options are specified explicitly,
4275 omit the implicit '-d>DATE' option.
4276 (repository, rlog): Allow absolute paths to CVS repositories.
4277 Look only at the first line of CVS/Repository.
4278
42791995-04-26 Karl Heuer <kwzh@gnu.ai.mit.edu>
4280
4281 * Makefile.in.in (extraclean): Depend on maintainer-clean, not
4282 realclean.
4283
42841995-04-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4285
4286 * Makefile.in.in [REGEXP_IN_LIBC] (REGEXPOBJ, REGEXPDEPS):
4287 Alternative (empty) definitions.
4288
42891995-04-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4290
4291 * emacsclient.c (main): Add argv[0] to an error message.
4292
42931995-04-13 Karl Heuer <kwzh@gnu.ai.mit.edu>
4294
4295 * emacsclient.c (main): Improve error handling.
4296 * cvtmail.c (main, skip_to_lf): Improve error handling.
4297 (sysfail): New function.
4298
4299 * b2m.c (main): Check for trailing ", " before trying to delete it.
4300
43011995-04-12 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
4302
4303 * Makefile.in.in (all): Build test-distrib and make-docfile.
4304
4305 * make-docfile.c (scan_c_file): At end, restore file name last char
4306 to its original value.
4307
43081995-04-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4309
4310 * emacsclient.c, emacsserver.c: Test NO_SOCKETS_IN_FILE_SYSTEM.
4311
43121995-04-08 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4313
4314 * Makefile.in.in (BASE_CFLAGS): Renamed from ALLOCA_CFLAGS.
4315 (alloca.o, regex.o): Use BASE_CFLAGS.
4316
43171995-04-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4318
4319 * emacsclient.c [Berkeley sockets version] (main): Declare getcwd.
4320
43211995-04-04 Karl Heuer <kwzh@gnu.ai.mit.edu>
4322
4323 * Makefile.in.in (aixcc, aixcc.c): Targets deleted.
4324 (SOURCES, distclean): Removed obsolete references to aixcc.
4325
43261995-04-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4327
4328 * aixcc.lex: File deleted--surely obsolete now.
4329
43301995-03-23 Paul Eggert <eggert@twinsun.com>
4331
4332 * rcs2log (output_authors): Replace /[/]/ by /[\/]/, for
4333 portability to mawk and nawk.
4334
43351995-03-21 Paul Eggert <eggert@twinsun.com>
4336
4337 * rcs2log: Treat -u "login:fullname:mailaddr" as if it were
4338 -u "login<tab>fullname<tab>mailaddr".
4339
43401995-03-21 Paul Eggert <eggert@twinsun.com>
4341
4342 * rcs2log: Add -u "login<tab>fullname<tab>mailaddr" option, which
4343 replaces the (now obsolescent) -n login fullname mailaddr option.
4344 Add -R option for recursive rlog.
07655e62 4345 (AWK): New environment variable (default `awk') for awk program name.
362bc2da
DL
4346 (output_authors, tab, loginFullnameMailaddrs, recursive): New vars.
4347 Quote authors and fullnames correctly.
4348 Don't omit path from repository root when logging CVS files.
4349
43501995-03-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4351
4352 * emacsclient.c, emacsserver.c: Use BSD sockets whenever available,
4353 even if HAVE_SYSVIPC.
4354 * emacsclient.c (main): Use getcwd if not BSD.
4355
880820fe 43561995-03-13 Francesco Potortì (pot@cnuce.cnr.it)
362bc2da 4357
2f2c687b 4358 * etags.c (process_file): Free (filename) after using it.
362bc2da
DL
4359 (readline_internal): Do not access the char before start of line.
4360
880820fe 43611995-02-22 Francesco Potortì (pot@cnuce.cnr.it)
362bc2da
DL
4362
4363 * etags.c (C_entries): token_saved removed. Initialise tok.valid and
4364 savetok.valid. Mark token as valid when it is initialised.
4365 (make_tag): Make token only if token is valid and reset validity.
4366 (CNL_SAVE_DEFINEDEF): Test for savetok.valid instead of token_saved.
4367 (TOKEN): Added a new member: valid.
4368
880820fe 43691995-02-15 Francesco Potortì (pot@cnuce.cnr.it)
362bc2da
DL
4370
4371 * etags.c (C_entries): Bug corrected in xrealloc of token_str.
4372 (main): Do not read twice the last filename in the stdin file list.
4373
880820fe 43741995-02-14 Francesco Potortì (pot@cnuce.cnr.it)
362bc2da
DL
4375
4376 * etags.c (C_entries): Initialise the new members of TOKEN.
4377 (C_entries): Do not allocate a new space for each token found by
4378 consider_token. Let make_tag do that instead.
4379 (make_tag): Since now TOKEN has memory of where it is taken from,
4380 this new macro substitutes both make_tag_from_new_lb and
4381 make_tag_from_oth_lb. All callers changed.
4382 (TOKEN): Add linepos and buffer members.
4383 (main): Initialise token_str.
4384 (lang_extensions): Recognise .c++ and .h++ as C++ file suffixes.
4385 (token_str): New global variable used by C_entries.
4386
43871995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
4388
4389 * Makefile.in.in (maintainer-clean): Renamed from realclean.
4390
880820fe 43911995-02-01 Francesco Potortì (pot@cnuce.cnr.it)
362bc2da
DL
4392
4393 * etags.c (pfnote): Initialise been_warned in the node.
4394 (C_entries): Removed a speed hack for the sake of clarity.
4395
880820fe 43961995-01-18 Francesco Potortì (pot@cnuce.cnr.it)
362bc2da
DL
4397
4398 * etags.c (longopts, print_help, main): Use -I as abbreviation
4399 for the --ignore-indentation option.
4400 (main): Do not print an error message for unknown options.
4401
880820fe 44021995-01-12 Francesco Potortì (pot@cnuce.cnr.it)
362bc2da
DL
4403
4404 * etags.c (FILEPOS, GET_CHARNO, GET_FILEPOS, max, LINENO): Deleted.
4405 (append_to_tagfile, typedefs, typedefs_and_cplusplus,
4406 constantypedefs, update, vgrind_style, no_warnings,
4407 cxref_style, cplusplus, noindentypedefs): Were int, now logical.
4408 (permit_duplicates): Was a var, now a #define.
4409 (filename_lb): Was global, now local to main.
4410 (main): Open the tag file when in cxref mode.
4411 Use a BUFSIZ size buffer for making the shell commands.
4412 Look at the return value from the system routine.
4413 Exit when cannot open the tag file.
4414 (process_file): Open the file and pass the FILE* to find_entries.
4415 (find_entries): Now void, because does not open the file itself.
4416 (pfnote): Recovering from lack of memory does not work. Removed.
4417 Use savenstr and simplify the code.
4418 (free_tree): Only free the name space if node is named.
4419 (structtag): Now a pointer, not a fixed length array of chars.
4420 (consider_token): Don't take a token as argument. Use savenstr
4421 when saving a tag in structtag. Callers changed.
4422 (TOKEN): Structure changed. Now used only in C_entries.
4423 (TOKEN_SAVED_P, SAVE_TOKEN, RESTORE_TOKEN): Deleted.
4424 (C_entries): nameb and savenameb deleted. Use dinamic allocation.
4425 (pfcnt): Deleted. Users updated.
4426 (getit, Asm_labels, Pascal_functions, L_getit, get_scheme,
4427 TEX_getit, prolog_getit): Use dinamic allocation for storing
4428 the tag instead of a fixed size buffer.
4429
44301995-01-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4431
4432 * movemail.c (main): Skip past the colon in inname.
4433
880820fe 44341995-01-10 Francesco Potortì (pot@cnuce.cnr.it)
362bc2da
DL
4435
4436 * etags.c (pfatal): New function.
4437 (main, etags_getcwd): Use pfatal.
4438 (etags_getcwd): Corrected another bug in the HAVE_GETCWD version.
4439
880820fe 44401995-01-10 Francesco Potortì (pot@cnuce.cnr.it)
362bc2da
DL
4441
4442 * etags.c (Lang_function): Use void instead to declare the
4443 language functions, because many compilers are buggy.
4444 (etags_getcwd): Fix the previous fix on the #else branch.
4445 (readline_internal): Discard possible \r before \n here.
4446 (C_entries): Do not deal with \r here: undo previous fix.
4447
880820fe 44481995-01-09 Francesco Potortì (pot@fly)
362bc2da
DL
4449
4450 * b2m.c (concat, xmalloc, xrealloc, readline, xnew): Four new
4451 functions and a macro that allow the program to work on input
4452 lines of whatever length. Copied from etags.c.
4453 (fatal): Print a fatal error message and exit.
4454 (main): Use the new functions. Fixed a bug that made a \037 char
4455 appear at the end of the output.
4456
44571995-01-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4458
4459 * etags.c (C_entries): Ignore carriage return at end of line.
4460
44611994-12-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4462
4463 * fakemail.c (xmalloc, xrealloc): Add casts.
4464 (add_field): Handle <...> and "..." syntax.
4465 (setup_files, get_keyword): Clean up parens and line breaks.
4466 (args_size): Likewise.
4467
44681994-12-21 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
4469
4470 * yow.c: Include program name in error messages.
4471
44721994-12-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4473
4474 * make-docfile.c (scan_lisp_file): Handle dynamic doc strings.
4475 (xmalloc, fatal, error): New functions.
4476 (progname): New variable.
4477 (main): Set progname.
4478
44791994-12-05 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4480
4481 * emacsclient.c, emacsserver.c [HAVE_SYSVIPC]: Include sys/utsname.h.
4482 (main): If socket/mqueue name is in home dir, add in the host name.
4483 Rename .emacs_server to .emacs-server....
4484
44851994-12-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4486
4487 * emacsclient.c [!HAVE_SYSVIPC] (main): Fix error message diction.
4488
880820fe 44891994-11-22 Francesco Potortì (pot@cnuce.cnr.it)
362bc2da 4490
2f2c687b
JB
4491 * etags.c (print_help): Print --regex usage for ctags also.
4492 (main): Use -h in addition to -H as abbreviation for --help.
362bc2da 4493
880820fe 44941994-11-16 Francesco Potortì (pot@cnuce.cnr.it)
362bc2da
DL
4495
4496 * etags.c [ETAGS_REGEXP]: All the new code that deals with regexps
4497 is compiled if this is defined. The new functions and variables
4498 added #ifdef ETAGS_REGEXP are not listed in this ChangeLog.
4499 [VMS]: All VMS specific code previously contained in
4500 etags-vmslib.c is now included here, modified for dealing with
4501 language and regex options intermixed with filenames.
4502 (header_file): Global variable deleted.
4503 (Lang_Function): New typedef. All language parser functions
4504 changed to this new type.
4505 (string_numeric_p, substr, prestr): Functions deleted.
4506 (readline_internal): Does the job that readline did previously.
4507 (longopts): --language and --regex options added.
4508 (lang_names, lang_extensions, lang_func, print_language_names):
4509 New structures, variables and functions for choosing languages.
4510 (print_help): Help strings updated. Calls print_language_names.
4511 (argument_type, ARGUMENT): Typedefs for dealing with language and
4512 regex options intermixed with filenames.
4513 (main): Changed the way of dealing with arguments on the command
4514 line to deal with language and regex options intermixed with
4515 filenames.
4516 (get_language, default_C_entries, Cplusplus_entries,
4517 Cstar_entries, Yacc_entries, just_read_file): New functions.
4518 (find_entries): Use the new method for choosing the language.
4519 (Pascal_functions): Allow intermixing of comment styles.
4520 (prolog_getit, skip_comment): Rewritten for speed.
4521 (readline): Rewritten to deal with regexps.
4522
880820fe 45231994-11-16 Francesco Potortì (pot@cnuce.cnr.it)
362bc2da
DL
4524
4525 * etags.c (<errno.h>): #include added.
4526 (etags_getcwd): Check return value from getcwd.
4527
45281994-11-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4529
4530 * profile.c (TV1, TV2): Use EMACS_TIME as type.
4531 (get_time): Use EMACS_SUB_TIME.
4532
d57727c9 45331994-10-30 Geoff Voelker <voelker@cs.washington.edu>
362bc2da
DL
4534
4535 * ntlib.c: New file.
4536 * makefile.nt: New file.
4537
4538 * make-docfile.c (main) [WINDOWSNT]: Set _fmode and stdout to O_BINARY.
4539 [WINDOWSNT]: Include the NT headers.
4540 (READ_TEXT, READ_BINARY): Test DOS_NT, not MSDOS.
4541
4542 * etags.c (main, etags_getcwd): Test DOS_NT instead of MSDOS.
4543 [WINDOWSNT]: Include some NT headers.
4544
45451994-10-24 Jonathan I. Kamens (jik@cam.ov.com)
4546
4547 * pop.c (getline): When a search of already-read input for CRLF
4548 fails, store the fact that we've searched it and don't search it
4549 again after reading more data.
4550
4551 * pop.c (getline): When determining whether or not it's necessary
4552 to grow the input buffer, take into account the null that's stored
4553 at the end of already-read input in the buffer.
4554
880820fe 45551994-10-21 Francesco Potortì (pot@cnuce.cnr.it)
362bc2da 4556
2f2c687b 4557 * etags.c (prestr, substr): Return a logical type.
362bc2da 4558 (consider_token): Comment out "EXFUN". Use "DEFUN" instead of "DEF".
2f2c687b 4559 (consider_token): Set funcdef to fignore when a DEFUN is met.
362bc2da
DL
4560 (C_entries): Now we can use Tom Hageman patch for extern "C".
4561
45621994-10-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4563
4564 * movemail.c: PopServer renamed to popserver throughout.
4565
45661994-10-20 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
4567
4568 * etags.c: Don't declare malloc, since we include config.h.
4569 * fakemail.c: Likewise.
4570
45711994-10-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4572
4573 * movemail.c: Don't declare malloc.
4574
45751994-10-19 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
4576
4577 * rcs-checkin: Use test -r instead of < to check readability, to
ecc54057 4578 avoid syntax error.
362bc2da
DL
4579
45801994-10-19 Jonathan I. Kamens (jik@cam.ov.com)
4581
4582 * pop.c: Only include ../src/config.h if HAVE_CONFIG_H is
4583 defined, and if HAVE_CONFIG_H isn't defined, define
4584 MAIL_USE_POP always (so that this file can be included in
4585 other programs besides emacs).
4586
4587 * pop.c: Only declare h_errno if HAVE_H_ERRNO isn't defined or
4588 HAVE_CONFIG_H isn't defined.
4589
4590 * pop.c (find_crlf, getline): Instead of using strstr, use a
4591 custom function for finding CRLF.
4592 (my_strstr): Function deleted.
4593
45941994-10-17 Jonathan I. Kamens (jik@cam.ov.com)
4595
4596 * pop.c (getline): Fix a segfault because of passing a
4597 non-null-terminated string into strstr(). Fix from
4598 djm@va.pubnix.com (David J. MacKenzie).
4599
4600 * pop.c: Don't include <string.h> and <strings.h>.
4601
4602 * pop.c: Include <des.h> before <krb.h>, rather than after. They
4603 should be interchangeable, and indeed the inclusion is done in
4604 both orders in various files in the Kerberos 4 library sources,
4605 but djm@va.pubnix.com (David J. MacKenzie) reports that BSDI
4606 requires that <des.h> be included first, and I don't see any harm
4607 in changing the order.
4608
4609 * pop.c: Include ../src/config.h, to get HAVE_STRING_H and
4610 STDC_HEADERS, if they're defined. Undef open, read, write and
4611 close after including it.
4612
46131994-10-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4614
4615 * pop.c: Fix mismatch in conditionals.
4616
4617 * make-docfile.c (main): Don't process one input file twice.
4618 Never use exit code > 1.
4619
4620 * pop.c (open, close, read, write): Add #undefs.
4621
4622 * pop.c: Don't declare malloc, realloc, free.
4623 Include ../src/config.h.
4624 Don't include string.h or strings.h.
4625 Include des.h before krb.h.
4626 Do declare my_strstr.
4627 (getline): Really use my_strstr.
4628 Leave one empty place in server->buffer,
4629 and put a null at the end of the data in it.
4630
46311994-10-17 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
4632
4633 * emacsserver.c [SYSV_IPC] (main): Catch SIGHUP as well. Don't
4634 call kill with pid 0. Handle EINTR when receiving messages.
4635
46361994-10-17 Karl Heuer <kwzh@gnu.ai.mit.edu>
4637
4638 * Makefile.in.in (regex.o): Use full path to find regex.c.
4639
880820fe 46401994-10-17 Francesco Potortì (pot@fly.cnuce.cnr.it)
362bc2da 4641
2f2c687b
JB
4642 * Makefile.in.in (etags): Add dependency on regex.o, link with it.
4643 (REGEXPOBJ, REGEXPDEPS, regex.o): Target and macros added.
362bc2da
DL
4644
46451994-10-12 David J. MacKenzie (djm@duality.gnu.ai.mit.edu)
4646
4647 * Makefile.in.in (DONT_INSTALL): Remove make-path.
4648 (${archlibdir}): Use mkinstalldirs instead.
4649
4650 * movemail.c: Make functions that return nothing void, not
4651 implicitly int.
4652 (main): Improve usage message.
4653 (error): Write to stderr, not stdout.
4654
4655 * b2m.c cvtmail.c digest-doc.c emacsclient.c emacsserver.c etags.c
4656 fakemail.c hexl.c make-docfile.c profile.c sorted-doc.c test-distrib.c
4657 timer.c wakeup.c yow.c: Eliminate some -Wall warnings from unused
4658 variables and implicitly declared functions.
4659
46601994-10-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4661
4662 * Makefile.in.in (clean): rm DOC* and *.tab.[ch].
4663 (distclean): Not here.
4664
4665 * Makefile.in.in (libexecdir): Renamed from libdir.
4666
880820fe 46671994-10-11 Francesco Potortì (pot@cnuce.cnr.it)
362bc2da
DL
4668
4669 * etags.c (C_entries): Name the #define's that are macros.
4670
46711994-10-10 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
4672
4673 * emacsserver.c [! SYSVIPC] (main): Fix uses of FD_* macros:
4674 fd_set arg is a pointer, descriptor arg comes first.
4675
880820fe 46761994-09-29 Francesco Potortì (pot@cnuce.cnr.it)
362bc2da
DL
4677
4678 * etags.c (C_entries): Recognise typedef of ANSI style functions.
4679 (C_entries): Recognise #define inside a struct.
4680 (C_entries): ANSI tells that preprocessor commands do not have to
4681 start on the first column.
4682 (print_help): Documentation corrected for -d and -D.
4683 (white, endtk): ANSI tells the vertical tab is a separator.
4684
46851994-09-24 Jonathan I. Kamens (jik@gza-client1.aktis.com)
4686
4687 * Makefile.in.in (MOVE_FLAGS, MOVE_LIBS): New variables.
4688 (pop.o, movemail.o): New targets.
4689 (movemail): Link in pop.o and movemail.o. Use MOVE_LIBS, MOVE_FLAGS.
4690
4691 * pop.c, pop.h: New files.
4692
4693 * movemail.c: Improve POP code, move most of it into a separate file.
4694 (mbx_delimit_end, mbx_delimit_begin): Check for errors.
4695 (mbx_write): Check for errors and for From line.
4696 (pop_retr, popmail): Use subroutines in pop.c to do the real work.
4697 (get_errmsg, multiline, getline, putline, pop_stat, pop_command)
4698 (pop_init): Functions deleted.
4699
47001994-09-23 Richard Stallman <rms@churchy.gnu.ai.mit.edu>
4701
4702 * make-path.c (touchy_mkdir): Make dir ugo+rx even if it isn't new.
4703 Rename path to dirname.
4704
47051994-09-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4706
4707 * Makefile.in.in (UTILITIES):
4708 Remove test-distrib, make-docfile, make-path.
4709 (DONT_INSTALL): New variable--list those files here.
4710 (clean): Delete the files in DONT_INSTALL.
4711
47121994-09-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4713
4714 * b2m.c (from, labels, data): Use MAX_DATA_LEN as length.
4715 (main): Use fgets, not gets.
4716
47171994-09-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4718
4719 * timer.c: Don't declare malloc.
4720
47211994-09-16 Karl Heuer <kwzh@gnu.ai.mit.edu>
4722
4723 * emacsserver.c (FD_*) [HAVE_SOCKETS & !HAVE_SYSVIPC]: If not already
4724 defined, use simple 32-bit versions of these macros.
4725 (main) [HAVE_SOCKETS & !HAVE_SYSVIPC]: Use these macros.
4726
c60ee5e7 47271994-09-16 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
362bc2da
DL
4728
4729 * etags.c (etags_getcwd): Use getcwd if available.
4730
47311994-09-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4732
4733 * Version 19.27 released.
4734
47351994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4736
4737 * Version 19.26 released.
4738
47391994-08-15 Paul Eggert <eggert@twinsun.com>
4740
4741 * rcs2log: Add support for CVS.
4742 Work with `rlog's that output ISO 8601 dates.
4743
47441994-08-09 Lawrence R. Dodd <dodd@roebling.poly.edu>
4745
4746 * rcs2log: Use <> to delimit email address.
4747
47481994-08-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4749
4750 * emacsserver.c [SYSV_IPC] (main): Make a separate process
4751 so we can listen for multiple requests.
4752
47531994-08-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4754
4755 * movemail.c: Include config.h first thing.
4756
47571994-08-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4758
4759 * emacsserver.c (main): Add casts to avoid warnings.
4760
47611994-07-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4762
4763 * Makefile.in.in (${archlibdir}): Compare the proper dir
4764 before installing the scripts.
4765
47661994-07-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4767
4768 * emacsclient.c (main): New local var progname saves argv[0].
4769
47701994-07-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4771
4772 * emacsclient.c (main): Don't actually modify argv[0].
4773 Modify a copy instead.
4774
47751994-07-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4776
4777 * profile.c (reset_watch, get_time): Use EMACS_GET_TIME.
4778 (tzp): Var deleted.
4779
4780 * Makefile.in.in: Add #undef alloca.
4781
47821994-07-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4783
4784 * timer.c (xmalloc): New function.
4785
47861994-07-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4787
4788 * Makefile.in.in (ALLOCA_CFLAGS): New variable.
4789 (alloca.o): New target.
4790
47911994-07-08 Dave Love (d.love@dl.ac.uk)
4792
2f2c687b 4793 * etags.c (takeprec): Recognise `character*(*) function'.
362bc2da 4794
880820fe 47951994-07-08 Francesco Potortì (pot@cnuce.cnr.it)
362bc2da 4796
ecc54057
JB
4797 * etags.c (main): Don't barf on obsolete -t and -T switches.
4798 (main): Print an explicative message when a switch is not known.
362bc2da
DL
4799
48001994-06-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4801
4802 * hexl.c: Don't declare exit or perror.
4803
4804 * emacsserver.c (main): Don't declare geteuid.
4805 Don't declare getenv if convex.
4806
48071994-06-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4808
4809 * Makefile.in.in (test-distrib): Use ALL_CFLAGS.
4810
880820fe 48111994-06-03 Francesco Potortì (pot@fly.cnuce.cnr.it)
362bc2da
DL
4812
4813 * etags.c (absolute_filename): Remove infinite loop bug when
4814 accessing files in directories whose name begins with a dot.
4815
880820fe 48161994-06-03 Francesco Potortì (pot@fly.cnuce.cnr.it)
362bc2da
DL
4817
4818 * etags.c (etags_getcwd): Delete the trailing newline from cwd.
4819
48201994-06-01 Morten Welinder (terra@diku.dk)
4821
4822 * yow.c (rootrelativepath) [MSDOS]: Define, expanding to dynamic
4823 location of data directory.
4824
48251994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4826
4827 * Version 19.25 released.
4828
48291994-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4830
4831 * Makefile.in.in (distclean): Delete Makefile, Makefile.in, blessmail.
4832
48331994-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4834
4835 * Makefile.in.in (blessmail): Don't depend on ../src/emacs.
4836
48371994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4838
4839 * Version 19.24 released.
4840
48411994-05-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4842
4843 * make-docfile.c (write_c_args): Put `default' in upper case.
4844
48451994-05-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4846
4847 * etags.c (etags_getcwd): Cast result of popen.
4848 (popen): Declaration deleted.
4849
48501994-05-17 Karl Heuer (kwzh@gnu.ai.mit.edu)
4851
4852 * etags.c [!MSDOS]: Declare popen.
4853
48541994-05-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4855
4856 * b2m.c (main): Avoid crash if argc is 1.
4857
48581994-05-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4859
4860 * Version 19.23 released.
4861
4862 * Makefile.in.in (blessmail): Specify directory for blessmail.el.
4863
48641994-05-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4865
4866 * Makefile.in.in (maybe-blessmail): Mention bless-mail is in lib-src.
4867
48681994-05-05 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
4869
4870 * Makefile.in.in: Fix out of date comment.
4871
48721994-05-05 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4873
4874 * Makefile.in.in: Put in a separator for where to start cpp procssing.
4875 Move all autoconf substitutions above that point.
4876 Above that point, use Make-style comments.
4877 This goes with changes in ../configure.in.
4878
48791994-05-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4880
4881 * Makefile.in.in (maybe-blessmail): New target to print the blessmail
4882 warning message.
4883 (${archlibdir}): Don't do it here. Don't depend on blessmail.
4884
48851994-05-02 Karl Heuer (kwzh@gnu.ai.mit.edu)
4886
4887 * Makefile.in.in (${archlibdir}): Be lenient about wc output format.
4888
48891994-05-01 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4890
4891 * Makefile.in.in (${archlibdir}): Don't run blessmail; instead
4892 print advice to run it, if it has anything significant to do.
4893 And only if MOVEMAIL_NEEDS_BLESSING.
4894 (blessmail): Use emacs, not temacs.
4895 (configuration): Renamed from configname.
4896
48971994-04-30 Morten Welinder (terra@diku.dk)
4898
4899 * etags.c (find_entries): Treat `*.cpp' as C++ files.
4900
49011994-04-30 Morten Welinder (terra@diku.dk)
4902
4903 * etags.c [MSDOS]: #include <sys/param.h> for the following.
4904 [MSDOS] (etags_getcwd): Define simple MSDOS version without spawning
4905 a shell.
4906
49071994-04-29 Morten Welinder (terra@diku.dk)
4908
4909 * hexl.c [MSDOS]: Don't define proto type for exit.
4910
49111994-04-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4912
4913 * b2m.c: Don't include string.h or strings.h.
4914
49151994-04-27 Karl Heuer (kwzh@gnu.ai.mit.edu)
4916
4917 * Makefile.in.in: C_SWITCH_SYSTEM and C_SWITCH_MACHINE are now cpp
4918 symbols, not make variables.
4919
49201994-04-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4921
4922 * Makefile.in.in (etags, ctags): Make VERSION a string constant.
4923 * etags.c (print_version): Print VERSION as a string.
4924
49251994-04-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4926
4927 * fakemail.c (readline): Fix updating of p when buffer grows.
4928
49291994-04-20 Karl Heuer (kwzh@gnu.ai.mit.edu)
4930
4931 * Makefile.in.in (blessmail): New target.
4932 ${archlibdir}: Use blessmail when installing movemail.
4933
49341994-04-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4935
4936 * fakemail.c (readline): When extending the buffer,
4937 calculate end afresh using the new size.
4938
880820fe 49391994-04-18 Francesco Potortì (pot@fly.cnuce.cnr.it)
362bc2da 4940
2f2c687b 4941 * etags.c (main, print_help): Eliminate the -F option.
362bc2da 4942
880820fe 49431994-04-18 Francesco Potortì (pot@fly.cnuce.cnr.it)
362bc2da 4944
2f2c687b 4945 * etags.c (absolute_filename): Compare against '\0' instead of NULL.
362bc2da
DL
4946
49471994-04-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4948
4949 * Makefile.in.in: Renamed from Makefile.in.
4950 Makefile.in is now generated from it, and then preprocessed.
4951 Change comments to C syntax.
4952 Include config.h.
4953 (LIBS_SYSTEM, LIBS_MACHINE): Define as empty if not defined.
4954 (LOADLIBES): Define from LIBS_SYSTEM and LIBS_MACHINE.
4955
49561994-04-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4957
4958 * movemail.c [HAVE_UNISTD_H]: Include unistd.h.
4959
880820fe 49601994-04-12 Francesco Potortì (pot@fly.cnuce.cnr.it)
362bc2da
DL
4961
4962 * etags.c (etags_getcwd): Initialize bufsize.
4963
49641994-04-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4965
4966 * profile.c (gettimeofday): If system doesn't have this, define it
4967 to give a fatal error.
4968
49691994-04-11 Karl Heuer (kwzh@gnu.ai.mit.edu)
4970
4971 * movemail.c (main): Use setuid, not seteuid.
4972
49731994-04-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4974
4975 * etags.c: #undef static.
4976
880820fe 49771994-04-08 Francesco Potortì (pot@fly.cnuce.cnr.it)
362bc2da 4978
2f2c687b
JB
4979 * etags.c (outf, outfiledir): Renamed to tagf, tagfiledir.
4980 (PF_funcs, Asm_funcs, L_funcs, PAS_funcs, TEX_funcs)
4981 (Scheme_funcs, prolog_funcs): Renamed to Fortran_functions,
362bc2da
DL
4982 Asm_labels, Lisp_functions, Pascal_functions, Scheme_functions,
4983 TeX_functions, Prolog_functions.
2f2c687b
JB
4984 (inf): No more a global variable.
4985 (C_entries): Take 2nd parameter `inf' instead of using the global one.
4986 (find_entries): Added the cp1 var for optimisation.
4987 (find_entries): Added more suffixes for assembler files.
362bc2da
DL
4988 (Asm_funcs): Now finds labels even without an ending colon.
4989
880820fe 49901994-03-30 Francesco Potortì (pot@fly.cnuce.cnr.it)
362bc2da 4991
2f2c687b
JB
4992 * etags.c (main): Use etags_getcwd for compatibility.
4993 (etags_getcwd): New function.
362bc2da
DL
4994
49951994-03-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
4996
4997 * Makefile.in (etags, ctags): Pass -D for VERSION.
4998
880820fe 49991994-03-25 Francesco Potortì (pot@cnuce.cnr.it)
362bc2da 5000
2f2c687b
JB
5001 * etags.c (emacs_tags_format, ETAGS): Removed. Use CTAGS instead.
5002 (main): Don't allow the use of -t and -T in etags mode.
5003 (print_help): Don't show options enabled by default.
5004 (print_version): Show the emacs version number if VERSION is #defined.
5005 (find_entries): Add "ss" as suffix for Chez Scheme.
362bc2da 5006
880820fe 50071994-03-23 Francesco Potortì (pot@cnuce.cnr.it)
362bc2da 5008
2f2c687b 5009 * etags.c (cwd, outfiledir): Vars added.
362bc2da
DL
5010 (relative_filename, absolute_filename, absolute_dirname):
5011 functions added to compute filenames in tags files.
2f2c687b 5012 (process_file): Filenames in tags file are relative to the
362bc2da 5013 directory where the tags file is (useful with the -o option).
2f2c687b
JB
5014 (main): Initialise the outfiledir var.
5015 (TYPEDST): Added the `tignore' value.
5016 (C_entries): Corrected various small bugs.
362bc2da
DL
5017
50181994-03-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5019
5020 * Makefile.in (UTILITIES): `env' deleted.
5021 (env): Target deleted.
5022 * env.c: File deleted.
1c478461 5023
362bc2da
DL
50241994-03-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5025
5026 * Makefile.in (install, ${archlibdir}): Switch back to ..
5027 before running INSTALL_PROGRAM.
5028
880820fe 50291994-03-14 Francesco Potortì (pot@cnuce.cnr.it)
362bc2da 5030
2f2c687b
JB
5031 * etags.c (TYPEDST): Added the `tignore' value.
5032 (C_entries): Corrected various bugs, now correctly parses the
362bc2da
DL
5033 `extern "C" {' construction (patch by Tom R.Hageman).
5034
50351994-03-05 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5036
5037 * b2m.c: Use <...> to include config.h.
5038 Don't include stdlib.h.
5039
177c0ea7 50401994-03-03 Heiko Muenkel (muenkel@tnt.uni-hannover.de)
362bc2da
DL
5041
5042 * b2m.c (main): Change delimiter from "^L" to "^_^L".
5043 Allow for text following "BABYL OPTIONS:".
5044 Add --help option. Use argv[0] in error messages.
5045
50461994-03-01 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5047
5048 * emacsclient.c (main) [HAVE_SYSVIPC]:
5049 Make msgp->mtext longer if necessary.
5050 On HPUX, error if it's more than 512 chars.
5051
50521994-02-26 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
5053
5054 * etags-vmslib.c: Use GPL.
5055 * emacstool.c: Use GPL.
5056 * fakemail.c: Update GPL.
5057
5058 * make-path.c (main): Return 1 on error, not -1.
5059 Update GPL.
5060
5061 * cvtmail.c: Declare malloc, realloc, xmalloc, xrealloc, getenv.
5062 (xmalloc, xrealloc): Return char *, not int.
5063 (error): Write to stderr, not stdout.
5064 Update GPL.
5065
50661994-02-23 Karl Heuer (kwzh@gnu.ai.mit.edu)
5067
5068 * profile.c (main, get_time): Don't crash on invalid input.
5069
50701994-02-22 Karl Heuer (kwzh@gnu.ai.mit.edu)
5071
5072 * profile.c (get_time): Simplify; avoid calling index.
2f2c687b 5073 (main): Exit on EOF.
362bc2da 5074
880820fe 50751994-02-17 Francesco Potortì (pot@cnuce.cnr.it)
362bc2da 5076
a64387ee 5077 * etags.c (--absolute-pathnames): Option removed.
362bc2da
DL
5078
50791994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5080
5081 * fakemail.c (put_line): Don't break the line if it all fits.
5082
880820fe 50831994-02-14 Francesco Potortì (pot@fly)
362bc2da 5084
2f2c687b
JB
5085 * etags.c (absolute_pathnames, cwd): Added global vars.
5086 (longopts, print_help, main, process_file): Put absolute filenames
362bc2da 5087 in the tag file if the -A --absolute-pathnames option is used.
2f2c687b
JB
5088 (print_help): Alfabetically order the options.
5089 (malloc, realloc, strcpy, strncpy, strcmp): Remove extern declar.
362bc2da
DL
5090
50911994-02-09 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5092
5093 * Makefile.in (C_SWITCH_MACHINE): Get this from autoconf.
5094 (ALL_CFLAGS, LINK_CFLAGS, CPP_CFLAGS): Use C_SWITCH_MACHINE.
5095
50961994-02-07 Christian Lynbech (lynbech@avignon)
5097
5098 * emacsserver.c (main) [HAVE_SYSVIPC]: Reverse test of fork value.
5099
51001994-02-04 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5101
5102 * Makefile.in (UTILITIES): Mention profile.
5103 (profile): New target.
5104
5105 * profile.c: New file.
5106
51071994-01-16 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
c60ee5e7 5108
88c71720 5109 * make-docfile.c: Make the argument list output look more like the
c60ee5e7 5110 Lisp docstrings do.
88c71720 5111 (write_c_args): Take new arg FUNC. Make output
362bc2da
DL
5112 look like lisp call prototypes: (function ARG1 ARG2), upcasing args.
5113 (scan_c_file): Pass BUF to write_c_args for FUNC arg.
5114
880820fe 51151994-01-14 Francesco Potortì (pot@cnuce.cnr.it)
362bc2da
DL
5116
5117 * etags.c (stab_entry, stab_create, stab_find, stab_search,
2f2c687b 5118 stab_type, add_keyword, C_reate_stab, C_create_stabs): Deleted.
362bc2da 5119 Use gperf generated hash table instead of linked list.
2f2c687b 5120 (C_stab_entry, hash, in_word_set, get_C_stab, C_symtype): Added.
362bc2da 5121 Mostly code generated by gperf.
2f2c687b
JB
5122 (consider_token): Removed unused parameter `lp'.
5123 (PF_funcs, getit): Allow subroutine and similar declarations
362bc2da 5124 to span multiple lines.
2f2c687b
JB
5125 (C_entries): Check for newline if inchar to avoid bus errors.
5126 (process_file, find_entries): Distinguish among nonexistent
362bc2da
DL
5127 and not regular file.
5128
51291994-01-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5130
5131 * timer.c: Include errno.h; don't include fasync.h.
5132 (schedule): Don't return a value.
5133 (sigcatch): Reestablish the handler first.
5134 (getevent): Always call notify at the end.
5135 (notify): Defer alarms around the whole body of function.
5136
51371994-01-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5138
5139 * timer.c (main): Don't request SIGIO, and don't handle it.
5140 Loop calling getevent.
5141 (sigcatch): Delete code to handle SIGIO.
5142 if defer_alarms is set, don't call notify, just set alarm_deferred.
1c478461 5143 (getevent): Use read, not getchar. Handle EINTR and EAGAIN.
362bc2da
DL
5144 Set defer_alarms around realloc and schedule.
5145 If alarm_deferred gets set, call notify.
5146 Likewise if this event is the only pending event.
5147 Make buf and buf_size global variables.
5148 Don't malloc buf if it is already non-zero.
5149 (schedule): Just exit if run out of memory.
5150 Return the number of events.
5151 (signal) [_CX_UX]: Add #undef.
5152
51531994-01-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5154
5155 * timer.c [USG] (SIGIO): Define as SIGPOLL.
5156 (main) [USG]: Do ioctl to enable SIGPOLL.
5157
51581994-01-08 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
5159
5160 * timer.c: Don't declare sys_errlist; declare strerror instead.
5161 (schedule, main): Call strerror instead of using sys_errlist.
5162 * movemail.c (get_errmsg, pfatal_with_name, pfatal_and_delete):
5163 Call strerror instead of using sys_errlist.
5164 * env.c (main): Call strerror instead of using sys_errlist.
5165 * emacsclient.c: Don't declare sys_errlist; declare strerror instead.
5166 (main): Call strerror instead of using sys_errlist.
5167 * emacsclient.c [! HAVE_STRERROR] (strerror): Define the function.
5168 * env.c [! HAVE_STRERROR] (strerror): Likewise.
5169 * timer.c [! HAVE_STRERROR] (strerror): Likewise.
5170 * movemail.c [! HAVE_STRERROR] (strerror): Likewise.
5171
51721994-01-05 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5173
5174 * hexl.c: Fix up whitespace. Get rid of spurious casts to void.
5175
5176 * movemail.c (malloc): Don't declare it.
5177 (xmalloc): Cast result of malloc.
5178 (strcpy): Don't declare it.
5179
51801993-11-14 Morten Welinder (terra@diku.dk)
5181
5182 * hexl.c [MSDOS]: Use binary file modes for non-text side of pipe.
5183 (main): Use fclose to close file opened by fopen.
5184
5185 * fakemail.c (main) [MSDOS]: Dummy stub just to make the file compile.
5186
5187 * movemail.c [MSDOS]: #undef `access'.
5188
5189 * b2m.c (main) [MSDOS]: Open all files as binary.
5190 * etags.c (main) [MSDOS]: Open all files as binary.
5191
5192 * make-docfile.c [MSDOS]: Use text/binary mode as appropriate.
5193 (scan_c_file, scan_lisp_file): Extra parameter for the mode to open
5194 with.
5195
51961994-01-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5197
5198 * Makefile.in (ALL_CFLAGS): Include LDFLAGS.
5199 Use ALL_CFLAGS in all the rules that compile and link with one cmd.
5200 (LINK_CFLAGS): New variable.
5201 (timer): Use LINK_CFLAGS.
5202
52031993-12-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5204
5205 * movemail.c: Include syswait.h.
5206 Fork a subprocess and use it to copy the mail file.
5207
52081993-12-07 Richard Stallman (rms@srarc2)
5209
5210 * make-docfile.c (scan_lisp_file): Don't add newline at end of string.
5211
52121993-12-04 Richard Stallman (rms@srarc2)
5213
5214 * movemail.c (main): When making tempname, cast result of xmalloc.
5215 Include room for EXXXXXX in the size.
5216 Don't use result of strcpy.
5217
52181993-12-03 Paul Eggert (eggert@twinsun.com)
5219
5220 * vcdiff: Add --brief option.
5221
52221993-12-02 Richard Stallman (rms@srarc2)
5223
5224 * Makefile.in (${archlibdir}, install): Use $(INSTALL_PROGRAM)
5225 for all executables and scripts.
5226
52271993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5228
5229 * Version 19.22 released.
5230
52311993-11-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5232
5233 * Makefile.in (mostlyclean): Make it distinct from clean.
5234
52351993-11-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5236
5237 * Makefile.in (${archlibdir}): Don't do chown or chgrp.
5238
52391993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5240
5241 * Version 19.21 released.
5242
5243 * Makefile.in (install): Don't change mode or group when installing.
5244
5245 * etags.c (FUNCST, TYPEDST, STRUCTST, DEFINEST): Delete excess commas.
5246
52471993-11-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5248
5249 * make-docfile.c (read_c_string): For "", concatenate the two strings.
5250
5251 * movemail.c (main): Fix error message text.
5252
52531993-11-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5254
5255 * Version 19.20 released.
5256
177c0ea7 52571993-11-08 Tom Hageman (tom@basil.icce.rug.nl)
362bc2da 5258
ecc54057 5259 * etags.c (C_entries): Keep track of ()-parenthesis level so that
362bc2da
DL
5260 functions returning a pointer to a function, a la `signal', can be
5261 parsed. This also required new state `fstartlist' to `FUNCST'.
5262 (SAVE_TOKEN, RESTORE_TOKEN, TOKEN_SAVED_P): 1-deep token save stack.
2f2c687b 5263 (C_entries, CNL): Use it to isolate preprocessor directive processing
362bc2da 5264 from the other state engines.
2f2c687b 5265 (begtk): Add '~', for C++ class destructors.
362bc2da 5266
880820fe 52671993-11-02 Francesco Potortì (pot@cnuce.cnr.it)
362bc2da 5268
2f2c687b
JB
5269 * etags.c (consider_token): Removed unused variable firsttok.
5270 (prolog_getit): Call pfnote with the right number of arguments.
362bc2da
DL
5271
52721993-10-19 Paul Eggert (eggert@twinsun.com)
5273
5274 * rcs2log (printlogline): Don't generate lines containing only
5275 white space.
5276
52771993-10-04 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
5278
5279 * Makefile.in (${archlibdir}):
5280 Install ${SCRIPTS} from ${srcdir}, not cwd.
5281
52821993-10-03 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
5283
5284 * Makefile.in: Fixed typos or brainos of whoever thought `@' was
5285 the comment character.
5286
880820fe 52871993-10-01 Francesco Potortì (pot@cnuce.cnr.it)
362bc2da 5288
2f2c687b 5289 * etags.c (process_file): Dead code removed.
362bc2da 5290 (S_ISREG): #define it using S_IFREG if not defined.
2f2c687b 5291 (process_file): Regular files have nothing to do with symlinks.
362bc2da
DL
5292
52931993-09-28 Brian Fox (bfox@ai.mit.edu)
5294
5295 * Makefile.in (${archlibdir}): Install ${SCRIPTS} from ${srcdir}, not
5296 from current directory. Only chmod and chgrp files that we
5297 installed, which excludes ${INSTALLABLE_SCRIPTS}. They go in
5298 ${bindir}.
5299 (INSTALLFLAGS): Deleted definition, since it is an unused variable
5300 now.
5301
53021993-09-27 Brian Fox (bfox@ai.mit.edu)
5303
5304 * Makefile.in (INSTALL, INSTALL_PROGRAM, INSTALL_DATA): Let
5305 configure figure out the correct values for these variables.
5306
53071993-09-14 Brian Fox (bfox@ai.mit.edu)
5308
5309 * Makefile.in (archlibdir): Only install execuatables internally
5310 used by emacs; don't install bindir binaries here.
5311
53121993-09-24 Paul Eggert (eggert@twinsun.com)
5313
5314 * rcs2log: Add -h, -n, -r options.
5315 By default, look for *,v files as well as RCS/*,v files.
5316 Use $TMPDIR (default /tmp) instead of /tmp.
5317
880820fe 53181993-09-20 Francesco Potortì (pot@fly)
362bc2da
DL
5319
5320 * etags.c (C_entries): is_func is initialised here instead of in
5321 consider_token for the sake of the yacc rules section.
5322 (C_entries): Now class, struct, enum, union and typedef produce
5323 named tags.
5324
53251993-09-11 Roland McGrath (roland@baalperazim.gnu.ai.mit.edu)
5326
5327 * yow.c: Include <src/paths.h>, instead of "src/paths.h".
5328
53291993-09-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
5330
88c71720
KS
5331 * Makefile.in: Support configuring in a different directory when
5332 ${srcdir} has already been configured.
5333 (ALL_CFLAGS, CPP_CFLAGS): Put -I. -I../src before -I${srcdir}
5334 -I${srcdir}/../src.
362bc2da
DL
5335 (b2m, movemail, fakemail, env, emacsserver, emacsclient,
5336 getdate.o, timer.o, timer): Remove `-I${srcdir}/../src', since it
5337 is already in CPP_FLAGS.
5338 * etags.c, emacsclient.c, wakeup.c, timer.c, b2m.c, fakemail.c,
5339 movemail.c, emacsserver.c: Include <config.h> instead of "config.h".
5340
53411993-08-25 Paul Eggert (eggert@twinsun.com)
5342
5343 * rcs2log: Change /{/ to /\{/ for Posix ERE compatibility;
5344 otherwise, HP awk complains.
5345
5346 * vcdiff: Append /usr/ccs/bin and /usr/sccs to PATH, since these
5347 are common hangouts for SCCS commands.
5348
53491993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5350
5351 * Version 19.19 released.
5352
53531993-08-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5354
5355 * Makefile.in (make-path): Dep on config.h.
5356
53571993-08-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5358
5359 * b2m.c (TRUE, FALSE): Don't define if already defined.
5360
53611993-08-09 Paul Eggert (eggert@twinsun.com)
5362
5363 * rcs2log (awkscript):
5364 Some sites put comma-separated junk after the fullname.
5365 Remove it, but leave "Bill Gates, Jr" alone.
5366 Remove the junk from fullnames like "0000-Admin(0000)".
5367
53681993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5369
5370 * Version 19.18 released.
5371
880820fe 53721993-08-04 Francesco Potortì (pot@spiff.gnu.ai.mit.edu)
362bc2da 5373
2f2c687b
JB
5374 * etags.c (L_isdef, L_isquote, L_getit): Small optimisations.
5375 (L_funcs): The (foo::defmumble stuff now should work.
5376 (consider_token): Function returned random value--corrected.
5377 (C_entries): Corrected == versus = typo.
362bc2da
DL
5378
53791993-08-01 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
5380
5381 * etags.c (put_entries): For NODE->rewritten, put pattern before
5382 \177 and name after, not vice versa.
5383
53841993-08-01 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5385
5386 * timer.c (main): Generate a SIGIO as soon as we've initialized.
5387
880820fe 53881993-07-30 Francesco Potortì (pot@cnuce.cnr.it)
362bc2da 5389
ecc54057 5390 * etags.c (FINCST): Added the fignore status. Means we are
362bc2da
DL
5391 after the parameter list and before the open curly brace.
5392 Allows correct parsing of C++ constructors.
2f2c687b
JB
5393 (C_entries, consider_token): Make use of fignore.
5394 (consider_token): Reset funcdef when next_token_is_func: when in
362bc2da 5395 ctags mode makes DEFVAR and others work better.
2f2c687b
JB
5396 (L_isquote): Function that recognises the "(quote" string.
5397 (L_getit): Ignore quoting via "'" or "(quote". Useful for defalias.
362bc2da
DL
5398
53991993-07-29 Paul Eggert (eggert@twinsun.com)
5400
5401 * rcs-checkin: Don't check whether a file is readable until we have
5402 decided not to ignore it.
5403
54041993-07-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5405
5406 * Makefile.in (etags): Depend on ../src/config.h.
5407
5408 * emacsserver.c: Include types.h before file.h.
5409
54101993-07-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5411
5412 * Makefile.in (install): Use .n, not .new, for temporary filenames.
5413
54141993-07-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5415
ecc54057 5416 * Version 19.17 released.
362bc2da
DL
5417
54181993-07-15 Jim Blandy (jimb@totoro.cs.oberlin.edu)
5419
5420 * etags.c (print_help): Break up the very long strings containing
5421 the help message into shorter strings, to placate chintzy C
5422 compilers which can't handle strings that long.
5423
5424 * wakeup.c: Use CPP tangle from autoconf manual to #include the
5425 correct combination of <time.h> and <sys/time.h>.
5426
880820fe 54271993-07-08 Francesco Potortì (pot@cnuce.cnr.it)
362bc2da 5428
2f2c687b
JB
5429 * etags.c (alloca): Removed all references to it.
5430 (main): Now calls xnew instead of alloca for portability.
5431 (../src/config.h): Included only if HAVE_CONFIG_H.
5432 (const): Void definition removed--config.h takes care of it.
362bc2da 5433
880820fe 54341993-07-08 Francesco Potortì (pot@cnuce.cnr.it)
362bc2da 5435
2f2c687b 5436 * etags.c (consider_token): Was `==', now is `='.
362bc2da
DL
5437 (consider_token): DEFUNs now treated like funcs in ctags mode.
5438
2f2c687b
JB
5439 * etags.c (LEVEL_OK_FOR_FUNCDEF): Removed.
5440 (C_entries): Optimized the test that used LEVEL_OK_FOR_FUNCDEF.
5441 (C_entries): Removed a piece of useless code.
5442 (C_entries): Making typedef tags is delayed until a semicolon
362bc2da
DL
5443 is met. This handles "typedef int X, Y, Z;" correctly.
5444
54451993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
5446
5447 * Version 19.16 released.
5448
5449 * b2m.c: #include <sys/types.h>.
5450 (ltoday): Declare this to be time_t.
5451
54521993-06-30 Paul Eggert (eggert@twinsun.com)
5453
5454 * vcdiff: Add -q option.
5455
54561993-06-29 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5457
5458 * etags.c: #include "config.h" and the alloca CPP tangle before
5459 #including the system headers and getopt.h. AIX requires the
5460 #pragma to come before any actual C code.
5461
54621993-06-21 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5463
5464 * Makefile.in (ctags): Depend on etags, so that parallel makes
5465 don't write etags.o files on top of each other.
5466
54671993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5468
5469 * version 19.15 released.
5470
54711993-06-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5472
5473 * etags.c (add_node): Move var last_node to file scope.
5474
54751993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5476
5477 * Version 19.14 released.
5478
54791993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5480
ecc54057 5481 Bring mumbleclean targets into conformance with GNU coding standards.
362bc2da
DL
5482 * Makefile.in (distclean): Call clean to do most of the work.
5483 Delete aixcc.c and TAGS.
5484 (realclean): Just call distclean.
1c478461 5485
362bc2da
DL
5486 * Makefile.in: Remember, spaces are not tabs.
5487
54881993-06-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5489
5490 * Makefile.in (CPP_CFLAGS): New variable.
5491 Use it instead of ALL_CFLAGS when compiling a .c file.
5492 (getopt.o, getopt1.o): Add explicit compilation commands.
5493
54941993-06-10 Mark D. Baushke (mdb@cisco.com)
5495
5496 * etags.c: Reinstate old -f option as an alias for -o for
5497 installed base uses.
5498
54991993-06-09 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5500
5501 * emacsserver.c (main): When we're passing a `struct sockaddr_un'
5502 to bind or accept, cast the pointer, to avoid warnings on systems
5503 which declare prototypes for this.
5504 * emacsclient.c (main): Same.
5505
5506 * Makefile.in (YACC): New variable, to be set by top-level Makefile.
5507
55081993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5509
5510 * Version 19.13 released.
5511
5512 * wakeup.c: Include sys/types.h, too; I think that's where time_t
5513 comes from, not sys/time.h.
5514
55151993-06-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5516
5517 * wakeup.c: Include sys/time.h.
5518
5519 * etags.c: #undef static.
5520
5521 * Version 19.12 released.
5522
5523 * Makefile.in (all): Exclude INSTALLABLE_SCRIPTS and SCRIPTS from deps.
5524
55251993-06-01 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5526
5527 * Version 19.11 released.
5528
5529 * timer.c [LINUX]: #undef signal.
5530 * emacsserver.c: #undef signal.
5531
55321993-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5533
5534 * wakeup.c (main): Make when a time_t.
5535
55361993-05-30 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5537
ecc54057 5538 * Makefile.in (${archlibdir}): Use `(cd foo && pwd)' instead of
a64387ee 5539 `(cd foo ; pwd)' to get the canonical name of a directory; cd
362bc2da
DL
5540 might fail, and have pwd print out the current directory.
5541
5542 * movemail.c [MAIL_USE_POP] (main): Don't use non-portable
5543 string-handling functions.
5544
55451993-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5546
5547 * Version 19.10 released.
5548
55491993-05-29 Paul Eggert (eggert@twinsun.com)
5550
5551 * rcs2log: When given no file arguments, inspect RCS/.* as well
5552 as RCS/*. Don't report an error if RCS is empty or nonexistent.
5553
55541993-05-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5555
5556 * Makefile.in (timer): Link with $(LOADLIBES).
5557
55581993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5559
5560 * fakemail.c (put_line): Don't output \n\t unless more text follows.
5561
55621993-05-28 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
5563
5564 * etags.c: Replace the CPP tangle for alloca with the one from the
5565 autoconf documentation, since that's working elsewhere.
5566
55671993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
5568
5569 * Makefile.in (ALL_CFLAGS): Add "-I.", so the system and machine
5570 description files can find their ancestors.
5571
55721993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5573
5574 * Makefile.in (install): Get the scripts from ${srcdir},
5575 unlike the executables.
5576 (ALL_CFLAGS): Add -I../src
5577
55781993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
5579
5580 * Version 19.9 released.
5581
55821993-05-26 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5583
5584 * Makefile.in (install): Do install the programs listed in
5585 INSTALLABLE_SCRIPTS. Make the renaming loop use INSTALLABLES and
5586 INSTALLABLE_SCRIPTS, instead of writing the programs out.
5587
5588 * Makefile.in (ALL_CFLAGS): Include -I${srcdir}.
5589 (getopt.o, getopt1.c): Use ${srcdir} as appropriate.
5590
55911993-05-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5592
5593 * etags.c: Include ../src/config.h.
5594
5595 * Makefile.in (install): Don't handle INSTALLABLE_SCRIPTS
5596 in first loop. Delete files from bindir before installing new ones.
5597 (ALL_CFLAGS): Use ${srcdir} to find .../src dir.
5598
55991993-05-24 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5600
5601 * Version 19.8 released.
5602
5603 * make-docfile.c: Doc fix.
5604
56051993-05-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5606
5607 * tcp.c: Fix comment syntax at top of file.
5608 (main): Don't call htons with the port number.
5609
56101993-05-24 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5611
5612 * Makefile.in (timer.o, sorted-doc.c): Link with alloca.o, if it's
1c478461 5613 appropriate.
362bc2da
DL
5614
5615 * Makefile.in (install): Refer to the variables INSTALLABLES and
5616 INSTALLABLE_SCRIPTS, instead of writing them out.
5617
56181993-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5619
5620 * make-path.c (main): Return 0.
5621
56221993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
5623
ecc54057 5624 * Version 19.7 released.
362bc2da
DL
5625
56261993-05-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5627
5628 * make-docfile.c (scan_lisp_file): Recognize defalias like fset.
5629
56301993-05-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5631
5632 * tcp.c: New file.
5633
56341993-05-18 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5635
5636 * Makefile.in (.c.o): Make the rule start with a tab, not spaces.
5637
56381993-05-15 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
5639
5640 * timer.c (notify): Don't call sighold or sigrelse; they're USG
5641 only. We should really fix this later, but let's just make it
5642 compile for now.
5643
5644 Install patches from David J. Mackenzie to make the srcdir option
5645 work.
5646 * Makefile.in (srcdir, VPATH): Get this value from the top-level
5647 Makefile.
5648 (INSTALLABLES): Split this into two lists - INSTALLABLES and
5649 INSTALLABLE_SCRIPTS.
5650 (INSTALLABLE_SCRIPTS): New list.
5651 (EXECUTABLES): Include INSTALLABLE_SCRIPTS.
5652 (${archlibdir}): The scripts to be installed live in the source
5653 tree, not in the object tree.
5654 (test-distrib): Note that the data file lives in the source tree,
5655 not the object tree.
5656 (GETOPTDEPS): Note that getopt.h lives in the source tree.
5657 (all other targets): Change references to source files to use
5658 ${srcdir}, except for config.h, which lives in the object dir.
5659 (timer.o): Note that this depends on ../src/config.h.
5660 * make-docfile.c (main): Add a -d option, to tell it where to find
5661 the source files.
5662 * test-distrib.c (main): Take the name of the distribution file to
5663 test from the command line.
5664
5665 * timer.c: Fix mispellings of get_date function's name.
5666
56671993-05-12 Roland McGrath (roland@geech.gnu.ai.mit.edu)
5668
5669 * etags.c (main):
5670 Don't require that there be input files if -i switches were given.
5671
56721993-05-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
5673
5674 The GNU coding standards specify that CFLAGS should be left for
5675 users to set.
5676 * Makefile.in (CFLAGS): Put this in the "things configure might
5677 edit" section, and have it default to -g.
5678 (ALL_CFLAGS): New variable, set to all the flags which should be
5679 passed to compilations. Replace all other uses of CFLAGS with
5680 ALL_CFLAGS.
5681 (.c.o): New rule, to pass ALL_CFLAGS to compilations.
5682
5683 * Makefile.in (DEFS): Remove this; it's always just going to be
5684 "-DHAVE_CONFIG_H -Demacs".
5685
56861993-05-03 Paul Eggert (eggert@twinsun.com)
5687
5688 * rcs2log: mawk, SunOS 4.1.3 nawk, and Ultrix/MKS nawk all barf on
5689 /[/]/, so change it to /[\/]/. This should work on all
5690 Posix-compliant awks. It's slightly wrong with traditional awk,
5691 since it matches \ too, but that's a minor problem compared to awk
5692 syntax errors.
5693
56941993-05-01 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
5695
5696 * Makefile.in (ALLOCA): New variable, whose value we should
5697 inherit from the top-level makefile.
5698 (etags, ctags): Include ALLOCA in the list of object files that
5699 these executables depend on and link.
5700
57011993-04-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
5702
5703 * Makefile.in (DEFS): Renamed from CONFIG_CFLAGS.
5704
57051993-04-07 Jim Blandy (jimb@churchy.gnu.ai.mit.edu)
5706
5707 * make-docfile.c (write_c_args): Print an argument named "defalt"
5708 as "default".
5709
57101993-03-24 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
5711
5712 * Makefile.in (C_SWITCH_SYSTEM): New variable.
5713 (CFLAGS): Include C_SWITCH_SYSTEM in the flags to pass to the
5714 compiler.
5715
880820fe 57161993-03-22 Francesco Potortì (pot@cnuce.cnr.it)
362bc2da 5717
2f2c687b
JB
5718 * etags.c (YACC): Flag added to c_ext.
5719 (c_ext): No more a synonim for c_ext&C_PLPL because of YACC.
5720 (find_entries): Consistently use streq when reasonable.
5721 (find_entries): A .y file is a yacc file.
362bc2da 5722 (get_C_stab): c_ext becomes c_ext&C_PLPL.
2f2c687b
JB
5723 (C_entries): Logical cplpl means c_ext&C_PLPL.
5724 (C_entries): Logical yacc_rules means we are after the first %%.
5725 (C_entries): Added logic for yacc files.
362bc2da 5726
880820fe 57271993-03-16 Francesco Potortì (pot@cnuce.cnr.it)
362bc2da
DL
5728
5729 * etags.c (C_entries): ':' case moved to the second switch.
2f2c687b 5730 (C_entries): Do not examine token if structdef==scolonseen.
362bc2da
DL
5731 (consider_token): structtag set to null string for enum.
5732
880820fe 57331993-03-12 Francesco Potortì (pot@cnuce.cnr.it)
362bc2da 5734
2f2c687b
JB
5735 * etags.c (GET_COOKIE): And related macros removed.
5736 (logical): Is now int, no more a char.
5737 (reg): Define deleted.
5738 (isgood, _gd, notgd): Deleted.
5739 (gotone): Deleted.
5740 (TOKEN): Member linestart removed.
5741 (linepos, prev_linepos, lb1): Deleted.
5742 (main): Call initbuffer on lbs array instead of lb1.
5743 (init): Removed the initialisation of the logical _gd array;
5744 (find_entries): A .sa suffix means assembler file.
362bc2da
DL
5745 (C_create_stab): "auto", "void", "extern", "static" are st_C_typespec.
5746 All C state machines rewritten.
2f2c687b
JB
5747 (C_entries): Complete rewrite.
5748 (condider_token): Complete rewrite.
5749 (getline): Deleted.
362bc2da 5750
880820fe 57511993-03-01 Francesco Potortì (pot@fly.CNUCE.CNR.IT)
362bc2da
DL
5752
5753 * etags.c (C_entries): Added the quotednl logical variable.
5754 Used for parsing of #define's spanning multiple lines.
5755
880820fe 57561993-02-23 Francesco Potortì (pot@fly.CNUCE.CNR.IT)
362bc2da
DL
5757
5758 * etags.c (C_entries): Save the definedef status even when a
5759 newline is met inside a string.
5760
57611993-03-19 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
5762
2f2c687b 5763 * Makefile.in (EXECUTABLES): Added rcs-checkin.
362bc2da
DL
5764
5765 * Makefile.in (unlock, relock): New productions.
5766
57671993-03-16 Paul Eggert (eggert@twinsun.com)
5768
5769 * rcs2log: Some awks don't understand "\r". Code around this.
5770 Unfortunately this requires putting a carriage return in the
5771 source code. Don't assume that rlog will tolerate times like
5772 `10:10:60'; RCS 5.7 won't allow this.
5773
57741993-03-10 Jim Blandy (jimb@totoro.cs.oberlin.edu)
5775
5776 * timer.c (main): Set the ownership of the stdin file descriptor
5777 to the current process. Print error messages if either of the
5778 fcntl's fails.
5779
5780 * timer.c (sigcatch): Declare this to return SIGTYPE (defined in
5781 ../src/config.h), not void.
5782
57831993-03-06 Jim Blandy (jimb@totoro.cs.oberlin.edu)
5784
5785 * b2m.c (main): Don't exit upon reading a blank line.
5786
880820fe 57871993-03-01 Francesco Potortì (pot@fly.CNUCE.CNR.IT)
362bc2da
DL
5788
5789 * etags.c (C_entries): New local variable quotednl. Used for
5790 parsing of #define's spanning multiple lines.
5791
5792 * etags.c (C_entries): Save the definedef status
5793 even when a newline is met inside a string.
5794
57951993-02-26 Jim Blandy (jimb@totoro.cs.oberlin.edu)
5796
5797 * timer.c (notify): Initialize waitfor properly.
5798
880820fe 57991993-02-22 Francesco Potortì (pot@CNUCE.CNR.IT)
362bc2da
DL
5800
5801 * etags.c (C_entries): Don't reset definedef when a newline inside a
5802 comment is met.
5803
58041993-01-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5805
5806 * etags.c (find_entries): If filename ends in .f or .for,
5807 don't try anything but Fortran.
5808
58091993-01-08 Michael I Bushnell (mib@geech.gnu.ai.mit.edu)
5810
5811 * timer.c (notify): Flush stdout after writing message to avoid lossage
5812 on terminals.
5813
5814 (notify): Also, write a newline after the token.
5815
58161992-12-12 Jim Blandy (jimb@totoro.cs.oberlin.edu)
5817
5818 * Makefile.in (exec_prefix): New variable.
5819 (bindir, libdir): Use it instead of `prefix'.
5820
5821 * Makefile.in (CFLAGS): #define HAVE_CONFIG_H, too.
5822
5823 * Makefile.in (libdir): Default to ${prefix}/lib.
5824 (archlibdir): Adjusted to match.
5825
5826 * Makefile.in (distclean): Don't delete backup or autosave files.
5827 (extraclean): Like realclean, but does delete backup and autosave
5828 files.
5829
5830 * Makefile.in (realclean): Ignore errors from rm.
5831
5832 * Makefile.in (distclean): Don't bother to delete ../arch-lib;
5833 that doesn't exist anymore.
5834
58351992-12-11 Jim Blandy (jimb@totoro.cs.oberlin.edu)
5836
5837 * Makefile.in (prefix, bindir, libdir, srcdir): New variables, as
5838 described in the top-level Makefile.
5839 (UTILITIES): Add make-path to the list of utility programs.
5840 (../arch-lib): Replaced by the ${archlibdir} target, which places
5841 the executables in their permanent home.
5842 (install, install.sysv, install.xenix): Consolidated into one
5843 target which should work under all circumstances, modulo a few
5844 ignored error messages.
5845
5846 * make-docfile.c (scan_c_file): Since DEFVAR_PER_BUFFER now takes
5847 a different number of arguments than other DEFVARs, recognize it
5848 specially, and expect the right number of commas.
5849
58501992-12-04 Jim Blandy (jimb@totoro.cs.oberlin.edu)
5851
5852 * make-path.c: New program, to help with the installation process.
5853 * Makefile.in (make-path): New target.
5854
5855 * make-path.c (touchy_mkdir): Remove debugging output.
5856
58571992-11-05 Jim Blandy (jimb@totoro.cs.oberlin.edu)
5858
5859 * Makefile.in (getdate.o): Added explicit target for this, so we
5860 can indicate that it depends on ../src/config.h.
5861
58621992-11-04 Jim Blandy (jimb@totoro.cs.oberlin.edu)
5863
5864 * Makefile.in (CONFIG_CFLAGS): Let the configure script edit this
5865 instead of CFLAGS.
5866 (CFLAGS): Add -Demacs and -I../src to CONFIG_CFLAGS to produce this.
5867
58681992-09-30 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5869
5870 * getdate.y: Correctly recognize Mt. Xinu BSD running on an HP
5871 9000/300 as BSD; don't include both <sys/time.h> and <time.h> on
5872 that system.
5873
5874 * Makefile.in (arch-lib): Give rm the `-f' option.
5875
58761992-09-28 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5877
5878 * make-docfile.c (write_c_args): Rewritten to correctly print
5879 &optionals before the first identifier, but after the first paren.
5880 This code used to just wait for commas or spaces; now it notices
5881 identifier boundaries.
5882
58831992-09-26 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
5884
5885 * rcs2log: When getting date, use %02d instead of %.2d in awk printf.
5886
58871992-09-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5888
5889 * make-docfile.c (write_c_args): Print the argument lists properly
5890 when the first argument is optional.
5891
58921992-09-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5893
5894 * sorted-doc.c (main): Redefine special chars to use fonts tensy, teni.
5895 Redefine @item. Set catcode of +.
5896
58971992-08-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5898
5899 * emacsclient.c (main): Set IPC_CREAT in msgget call.
5900
59011992-08-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5902
5903 * etags.c (TEX_funcs): Keep just 1 of two redundant nested loops.
5904 (TEX_decode_env): Make `tab' one element longer.
5905
59061992-08-20 Jim Blandy (jimb@pogo.cs.oberlin.edu)
5907
5908 * etags.c (PF_funcs): Recognize the "entry" keyword.
5909
59101992-08-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
5911
5912 * Makefile.in: Add rcs2log and vcdiff to the list of utilities.
5913
59141992-08-14 Jim Blandy (jimb@pogo.cs.oberlin.edu)
5915
5916 * timer.c (events): Rather than having slots marked as in use or
5917 out of use by the `token' field, keep all pending events at the
5918 beginning of the array. When we delete an event in the middle of
5919 the array, we move the last event into its place.
5920 (num_events): New variable.
5921 (schedule): It is now cheaper to find a free event slot;
5922 events[num_events] is the first free slot.
5923 (notify): Scan events[0 .. num_events-1], instead of the whole
5924 array. When an event fires, move the last event in the array into
5925 its spot. Use num_events to determine whether or not there are
5926 any pending events, not wait_for.
5927 (getevent): Deleted unused variable `ep'.
5928 (sigcatch): It's now easier to find all the active events.
5929 (main): Initialize num_events.
5930
5931 * etags.c: Rather than fret about which systems have index and
5932 which systems have strchr, and how to tell the difference between
5933 them, we just write out our own versions. Big deal.
5934 (index, rindex): Extern declarations removed.
5935 (NEED_INDEX, NEED_RINDEX): Special hacks for hpux removed.
5936 (etags_index, etags_rindex): New declarations.
5937 (process_file, find_entries, pfnote, TEX_funcs, TEX_decode_env,
5938 TEX_getit, substr): Use the etags_*index functions, rather than
5939 the native *index functions.
5940 (rindex, index): Renamed to etags_rindex and tags_rindex, and
5941 made them unconditionally defined, rather than having them depend
5942 on NEED_*INDEX.
5943
5944 * etags.c (savenstr): Add declaration for this at top of file.
5945 (TEX_decode_env): Don't declare it local to this function.
5946
5947 * b2m.c: #include "../src/config.h", so we can test for the USG
5948 macro, and decide whether to include <string.h> or <strings.h>.
5949 * Makefile.in: Note that b2m.c depends on ../src/config.h.
5950
59511992-08-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
5952
5953 * timer.c: Reformatted according to the GNU coding standards.
5954 Removed arbitrary limits on the number of events queued and the
5955 length of the tokens used to identify them.
5956 Removed casts to (void).
5957 Removed debugging printfs; they clutter the code, and the need
5958 can be better filled using a real debugger.
5959
59601992-08-07 Jim Blandy (jimb@pogo.cs.oberlin.edu)
5961
5962 * timer.c: Installed new version from Eric Raymond; this is more
5963 portable, since it doesn't try to use SIGIO.
5964
59651992-07-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5966
5967 * emacsclient.c (main): If we can't find the socket in this
5968 person's home directory, print a message which asks if they've
5969 started the server, instead of just printing the message from
5970 sys_errmsg; Cygnus finds that people are much less confused by
5971 this.
5972
59731992-07-14 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5974
5975 * etags.c: Rather than defining "notdef" when "hpux" is #defined,
5976 so that index and rindex get defined, why don't we actually
5977 control index and rindex using symbols called "NEED_INDEX" and
5978 "NEED_RINDEX", and define them if hpux is defined? Isn't that a
5979 little more readable than defining something whose name implies
5980 that it's not?
5981
59821992-07-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
5983
5984 * movemail.c: Merged changes from Jamie Zawinski's byte compiler
5985 distribution:
5986 Miscellaneous doc fixes.
1c478461 5987 (skip_white, read_lisp_symbol): New functions.
362bc2da
DL
5988 (scan_lisp_file): Instead of using long hairy strings of ifs, call
5989 read_lisp_symbol and then see what we got. Call skip_white
5990 instead of writing out a loop to do its job. Correctly extract
5991 docstrings from "defmacro" declarations.
5992
59931992-06-25 Jim Blandy (jimb@pogo.cs.oberlin.edu)
5994
5995 * movemail.c (strcpy): Declare this to return char *.
5996
59971992-06-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
5998
5999 * etags.c (C_entries): When we find a C++ comment, do actually
6000 skip to the end of the line; do a 'break' instead of a 'continue'.
6001
60021992-06-11 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
6003
6004 * etags.c (getit): Add missing parenthesis to expression which
6005 decides if this token is an identifier.
6006
60071992-06-04 Roland McGrath (roland@geech.gnu.ai.mit.edu)
6008
6009 * etags.c (consider_token): Recognize `ENTRY' macro used in libc.
6010
60111992-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6012
6013 * etags.c (put_entries): Always put space between name and line num.
6014
60151992-05-28 Ken Raeburn (Raeburn@Cygnus.COM)
6016
6017 * etags.c (getit): Parenthesize &&/|| expression to avoid gcc
6018 warning.
6019 (LEVEL_OK_FOR_FUNCDEF): Ditto.
6020
60211992-05-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
6022
6023 * make-docfile.c (write_c_args): Pass both arguments to putc.
6024
60251992-05-10 Roland McGrath (roland@albert.gnu.ai.mit.edu)
6026
6027 * etags.c (C_entries): Fixed reading of "..." strings.
6028 (consider_token): Recognize `SYSCALL' and `PSEUDO' macros, used in
6029 the C library source.
6030
6031 * etags.c (C_entries): When we see a backslash inside a quoted
6032 string, skip to the next character. This allows us to correctly
6033 deal with strings containing quotes.
6034
60351992-05-08 Jim Blandy (jimb@pogo.cs.oberlin.edu)
6036
6037 * make-docfile.c (write_c_args): Print the C argument names as
6038 they would be written in Elisp; print '_' as '-'.
6039
60401992-05-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6041
6042 * movemail.c [POP]: Get user name via getpwuid.
6043
60441992-05-04 Jim Blandy (jimb@pogo.cs.oberlin.edu)
6045
2f2c687b 6046 * Makefile.in: Flags in CC invocations rearranged for no reason.
362bc2da
DL
6047
60481992-04-20 Jim Blandy (jimb@pogo.cs.oberlin.edu)
6049
6050 * etags.c (print_help): Remember not to imbed raw newlines in
6051 strings - end the lines with `\n\'.
6052
60531992-04-17 Jim Blandy (jimb@pogo.cs.oberlin.edu)
6054
6055 * timer.c (getevent): Removed declaration of memcpy; since
6056 different systems have different return types, and we're not even
6057 using the return type anyway, it wasn't doing us any good.
6058
60591992-04-16 Jim Blandy (jimb@pogo.cs.oberlin.edu)
6060
6061 * emacsserver.c (msgcatch): Use the SIGTYPE macro to declare the
6062 type of this function.
6063
60641992-04-14 Jim Blandy (jimb@pogo.cs.oberlin.edu)
6065
6066 * ChangeLog: Since the old etc contents have been split into etc
6067 and lib-src, the old etc's ChangeLog has been duplicated in the
6068 new etc and lib-src. That means that each contains complete and
6069 coherent information, although each contains extraneous
1c478461 6070 information.
362bc2da
DL
6071
60721992-04-08 Jim Blandy (jimb@pogo.cs.oberlin.edu)
6073
290afd83 6074 * etags.c: "--no-warning" option renamed to "--no-warn",
362bc2da
DL
6075 to be consistent with other GNU programs, like makeinfo.
6076
290afd83 6077 * Makefile: Renamed to Makefile.in; the configure script
362bc2da
DL
6078 will edit this to produce Makefile.
6079
60801992-04-07 Jim Blandy (jimb@pogo.cs.oberlin.edu)
6081
6082 * etags.c (print_help, print_version): New functions.
6083 (main): Options added to support them.
6084
6085 * etags.c (longopts): New array of long names for the options.
6086 (main): Recognize them.
6087
60881992-04-06 Jim Blandy (jimb@pogo.cs.oberlin.edu)
6089
6090 * etags.c (C_entries): Removed comment saying that \" in a string
6091 isn't recognized as magic, because it is correctly handled.
6092
6093 * getopt.c, getopt.h: New files, from GNU C library.
6094 * etags.c: Rewritten to use getopt.
6095 #include "getopt.h".
6096 (file_num): Variable deleted; its role is now played by getopt's
6097 optind.
6098 (main): Argument processing loop rewritten to call getopt to get
6099 next option. Options which take parameters (-o and -i) rewritten
6100 to get parameter from optarg instead of argv[1]. Filename
6101 preprocessing loop and update command changed similarly.
6102 * Makefile (etags, ctags): Depend on and link with getopt.h,
6103 getopt.o, and getopt1.o.
6104 (getopt.o, getopt1.o): New targets for the GNU getopt routines.
6105
6106 * etags.c (outfflag): Variable deleted; it is non-zero iff outfile
6107 is non-zero.
6108
6109 (main): In the argument processing loop, the 'goto next_arg'
6110 statements are breaking out of the switch statement in exactly the
6111 same way that a simple 'break' statement would; replace the gotos
6112 with breaks, and remove the label.
6113
61141992-04-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6115
6116 * etags.c (C_entries): Clear tydef and next_token_is_func at start.
6117 (consider_token): Move next_token_is_func to global.
6118
61191992-04-02 Jim Blandy (jimb@pogo.cs.oberlin.edu)
6120
6121 * Makefile: Conform with GNU coding standards:
6122 (mostlyclean): New target, synonymous with clean.
6123 (TAGS, check): New targets.
6124 (INSTALL, INSTALLFLAGS): New variables.
6125
61261992-03-31 Jim Blandy (jimb@pogo.cs.oberlin.edu)
6127
ecc54057 6128 * lib-src/Makefile, etc/MACHINES, etc/NEWS: Changed references to
362bc2da
DL
6129 `config.emacs' to `configure'.
6130
6131 * lib-src/Makefile: Adjusted for renaming of share-lib to etc.
6132 * etc/MACHINES: Same.
6133
61341992-03-30 Jim Blandy (jimb@pogo.cs.oberlin.edu)
6135
6136 * movemail.c (main): Allow tempname to be as long as necessary,
6137 instead of limiting it to 39 characters.
6138
6139 * movemail.c (main): Move declaration of buf from top of function
6140 to local block surrounding the copy loop. This makes it less
6141 likely to be confused with the buf used by the code which checks the
6142 permissions on outname's directory.
6143
61441992-03-20 Jim Kingdon (kingdon@albert.gnu.ai.mit.edu)
6145
6146 * SERVICE: Remove my entry.
6147
61481992-03-09 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
6149
6150 * Makefile (emacstool, nemacstool, xvetool): Use ${CFLAGS}, not
6151 hardcoded -g.
6152
6153 * movemail.c (xmalloc): Return char *, not int.
6154 (main) [!MAIL_USE_FLOCK]: Add a new conditional, MAIL_UNLINK_SPOOL,
6155 that is off by default -- normally don't unlink the mail spool
6156 file, just empty it. Pass creat mode 0600, not 0666.
6157
dff28924 61581992-02-07 Jim Blandy (jimb@pogo.cs.oberlin.edu)
362bc2da
DL
6159
6160 * Makefile (../arch-lib): Depend on ${EXECUTABLES}.
6161 (all): Instead of here.
6162 (install): Don't use the -s option, since people need symbols to
6163 debug code.
6164
dff28924 61651992-01-19 Eric Youngdale (youngdale@v6550c.nrl.navy.mil)
362bc2da
DL
6166
6167 * etags-vmslib.c (fn_exp): Add type cast.
6168
61691992-01-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6170
6171 * movemail.c: Changes in comments.
6172
dff28924 61731992-01-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
362bc2da
DL
6174
6175 * Makefile: Make the distclean target erase the DOC files from
6176 ../share-lib and the executables from ../arch-lib.
6177
dff28924 61781992-01-09 Jim Blandy (jimb@pogo.cs.oberlin.edu)
362bc2da
DL
6179
6180 * emacsclient.c: #include <sys/stat.h>
6181 (main): Do declare statbfr.
6182
dff28924 61831991-12-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
362bc2da
DL
6184
6185 * emacsserver.c, emacsclient.c [BSD]: Use either /tmp or ~
6186 for the socket, depending on SERVER_HOME_DIR.
6187 If using /tmp, put host name in the socket name.
6188
6189 * movemail.c (pfatal_and_delete): New function.
6190 (main, popmail): Use it.
6191 (popmail): Close output before deleting messages.
6192 Check for error on close and on fsync.
6193 Use `fatal' where appropriate.
6194 (main): Remove (void).
6195
6196 * aixcc.lex: New file. Not officially part of Emacs.
6197 * Makefile: Rules for that.
6198
dff28924 61991991-12-04 Jim Blandy (jimb@pogo.gnu.ai.mit.edu)
362bc2da
DL
6200
6201 * yow.c (main): Rename all references to PATH_EXEC to PATH_DATA.
6202
6203 * etags.c (main): Properly cast call to alloca that initializes
6204 included_files.
6205
62061991-08-17 Roland McGrath (roland@geech.gnu.ai.mit.edu)
6207
6208 * etags.c (files_are_tag_tables): Remove global var.
6209 (process_file): Don't test it. Also remove hack checking for a
6210 file named "TAGS".
6211 (main): -i now takes an arg which is the name of a file to include.
6212 Collect these names and emit include tags for them after processing
6213 all the argument files.
6214
dff28924 62151991-07-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
362bc2da
DL
6216
6217 * wakeup.c: Terminate if parent goes away.
6218
dff28924 62191991-07-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
362bc2da
DL
6220
6221 * etags.c (C_entries): Process token before handling end of line.
6222 When inner loops reach end of line, just back up.
6223 Let the real end of line processing happen in just one place.
a64387ee 6224 (consider_token): Likewise.
362bc2da 6225
dff28924 62261991-04-11 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
362bc2da
DL
6227
6228 * etags.c (TEX_mode): Skip comments while scanning the text to see
6229 which escape character this file uses.
6230
dff28924 62311991-03-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
362bc2da
DL
6232
6233 * emacsserver.c [USG]: Terminate if msgrcv fails.
6234
dff28924 62351991-03-03 Richard Stallman (rms@mole.ai.mit.edu)
362bc2da
DL
6236
6237 * emacsserver.c [BSD]: Check for errors on stdin after scanf.
6238
dff28924 62391991-01-25 Jim Blandy (jimb@churchy.ai.mit.edu)
362bc2da
DL
6240
6241 * make-docfile: Find the arguments to a C function correctly,
6242 by not ignoring the character that read_c_string returns. Don't
6243 even try to find argument names for functions that take MANY
6244 or UNEVALLED arguments, since they're a figment of the docstring's
6245 imagination.
6246
dff28924 62471991-01-14 Jim Blandy (jimb@churchy.ai.mit.edu)
362bc2da
DL
6248
6249 * make-docfile: Read the .elc files generated by the new byte
6250 compiler.
6251
dff28924 62521990-12-31 Richard Stallman (rms@mole.ai.mit.edu)
362bc2da
DL
6253
6254 * refcard.tex: Use cm fonts, not am, in multi-column mode.
6255
dff28924 62561990-11-29 Richard Stallman (rms@mole.ai.mit.edu)
362bc2da
DL
6257
6258 * movemail.c (mbx_delimit_begin): Put space before `unseen'.
6259
dff28924 62601990-11-27 Richard Stallman (rms@mole.ai.mit.edu)
362bc2da
DL
6261
6262 * Makefile (install*): No need to install wakeup.
6263
dff28924 62641990-11-26 Richard Stallman (rms@mole.ai.mit.edu)
362bc2da
DL
6265
6266 * Makefile (install*): Install emacsclient like etags.
6267
dff28924 62681990-11-13 Richard Stallman (rms@mole.ai.mit.edu)
362bc2da
DL
6269
6270 * movemail.c (error): Handle 3 args.
6271 (main): Don't check input access if using pop.
6272
dff28924 62731990-10-16 Richard Stallman (rms@mole.ai.mit.edu)
362bc2da
DL
6274
6275 * etags.c (find_entries): Check for numbers after Scheme suffix.
6276
dff28924 62771990-10-14 Richard Stallman (rms@mole.ai.mit.edu)
362bc2da
DL
6278
6279 * termcap.dat (vt200-80): Fix ke and ks to frob flag 1.
6280
dff28924 62811990-10-09 Richard Stallman (rms@mole.ai.mit.edu)
362bc2da
DL
6282
6283 * Makefile (nemacstool, xvetool): New targets.
6284
dff28924 62851990-09-26 Richard Stallman (rms@mole.ai.mit.edu)
362bc2da
DL
6286
6287 * emacsclient.c: Include errno.h and define related variables.
6288
dff28924 62891990-09-23 Richard Stallman (rms@mole.ai.mit.edu)
362bc2da
DL
6290
6291 * emacsclient.c: Change usage message.
6292
dff28924 62931990-08-30 David Lawrence (tale@pogo.ai.mit.edu)
362bc2da 6294
ecc54057 6295 * emacs.1: Add break before -nw option.
362bc2da 6296
dff28924 62971990-08-19 David J. MacKenzie (djm@apple-gunkies)
362bc2da
DL
6298
6299 * qsort.c: Replace with GNU version.
6300
dff28924 63011990-08-14 David J. MacKenzie (djm@apple-gunkies)
362bc2da
DL
6302
6303 * wakeup.c: New program replacing loadst.c.
6304
dff28924 63051990-08-14 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
6306
6307 * emacsclient.c [USG]: Pass msgsnd only 4 args.
6308
dff28924 63091990-08-09 David J. MacKenzie (djm@pogo.ai.mit.edu)
362bc2da
DL
6310
6311 * etags.c: Rename `flag' variables for what they do instead of
6312 which option character sets them.
6313
dff28924 63141990-05-28 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
6315
6316 * loadst.c (main): Conditional to get load average on Apollo.
6317
dff28924 63181990-05-22 Joseph Arceneaux (jla@churchy.ai.mit.edu)
362bc2da
DL
6319
6320 * emacsserver.c: Set the permission on the socket to 0600.
6321
dff28924 63221990-03-27 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
6323
6324 * emacsclient.c [BSD]: Print clean message for failing getwd.
6325
dff28924 63261990-03-20 David Lawrence (tale@pogo.ai.mit.edu)
362bc2da
DL
6327
6328 * getdate.y: Use the getdate.y from GNU tar for timer.
6329
dff28924 63301990-03-18 Jim Kingdon (kingdon@pogo.ai.mit.edu)
362bc2da
DL
6331
6332 * emacsclient.c (main): Don't put brackets around "filename" in
6333 usage message. It isn't optional.
6334
dff28924 63351990-03-14 Joseph Arceneaux (jla@churchy.ai.mit.edu)
362bc2da 6336
a64387ee 6337 * etags.c (getit): Recognize '$' as beginning identifiers.
362bc2da 6338
dff28924 63391990-02-22 David Lawrence (tale@pogo.ai.mit.edu)
362bc2da
DL
6340
6341 * emacsserver.c: Renamed from server.c.
6342 * Makefile: Reference emacsserver rather than server.
6343 * MACHINES: Doc fix for new emacsserver name.
6344
dff28924 63451990-01-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
6346
6347 * emacsclient.c: Print program name in error messages.
6348
dff28924 63491990-01-19 David Lawrence (tale@cocoa-puffs)
362bc2da
DL
6350
6351 * timer.c, getdate.y (new files) and Makefile:
6352 Sub-process support for run-at-time in timer.el.
1c478461 6353 Doesn't yet work correctly for USG.
362bc2da 6354
dff28924 63551990-01-10 Jim Kingdon (kingdon@pogo)
362bc2da
DL
6356
6357 * MACHINES: Add HP 300 running BSD.
6358
dff28924 63591990-01-02 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
6360
6361 * yow.c: Dynamically allocate buffer; skip header before random
6362 choice to avoid bias toward first item.
6363
dff28924 63641989-12-24 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
6365
6366 * etags.c (readline): Separate out init of `pend'.
6367
dff28924 63681989-12-17 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
6369
6370 * etags.c: Undo changes relating to isgoodhdr.
6371
dff28924 63721989-12-16 Mosur Mohan (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
6373
6374 * etags.c (isgoodhdr): New macro.
6375 (_gdh, notgdh): New variable used by that.
6376 (init): Initialize _gdh.
6377 (find_entries): Set header_file.
6378 (consider_token): Use isgoodhdr if in header file.
6379
6380 * etags.c (total_size_of_entries):
6381 Was miscalculating by 1 in rewritten case.
6382
6383 * etags.c (PAS_funcs): One arg to pfnote was missing.
6384
dff28924 63851989-12-05 Joseph Arceneaux (jla@spiff)
362bc2da
DL
6386
6387 * MACHINES: Change for the ULTRIX entry.
6388
dff28924 63891989-11-21 Joseph Arceneaux (jla@spiff)
362bc2da
DL
6390
6391 * etags.c (process_file): If file is not regular, return.
6392
dff28924 63931989-11-06 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
6394
6395 * loadst.c (main): Handle FIXUP_KERNEL_SYMBOL_ADDR.
6396
dff28924 63971989-10-30 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
6398
6399 * loadst.c (load_average): If HAVE_GETLOADAVG, use getloadavg.
6400 (main): If HAVE_GETLOADAVG, don't call `nlist'.
6401
dff28924 64021989-10-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
6403
6404 * etags.c (consider_token): Allow any number of typespec keywords
6405 after `typedef', before new type name.
6406 (enum sym_type): Add st_C_typespec.
6407 (C_create_stab): Put typespec kwds in table.
6408
dff28924 64091989-08-27 Richard Stallman (rms@apple-gunkies.ai.mit.edu)
362bc2da
DL
6410
6411 * etags.c (main): Don't depend on name invoked by.
6412 If CTAGS is not defined, assume it is ETAGS.
6413
dff28924 64141989-07-31 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
6415
6416 * etags.c (L_funcs): Allow package name in define construct,
6417 as in (foo::defmumble name-defined ...).
6418
dff28924 64191989-07-30 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
6420
6421 * etags.c (find_entries): Stupid bug testing for C filename suffixes.
6422
6423 * Makefile (yow): Depends on ../src/paths.h.
6424
dff28924 64251989-07-04 Richard Stallman (rms@apple-gunkies.ai.mit.edu)
362bc2da
DL
6426
6427 * etags.c: Fix compilation by moving Pascal after Fortran.
6428
dff28924 64291989-06-15 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
6430
6431 * movemail.c [USG]: Define F_OK, etc., if not found in header.
6432
dff28924 64331989-05-27 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
6434
6435 * hexl.c: New file, supports hexl-mode.
6436
dff28924 64371989-05-14 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
6438
6439 * movemail.c: New compilation flag MAIL_USE_MMDF.
6440
dff28924 64411989-05-08 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
6442
6443 * emacsclient.c: Use BSD code whenever HAVE_SOCKETS.
6444 * server.c: Likewise.
6445
6446 * make-docfile.c (scan_c_file): Output argument names at end of string.
6447 (write_c_args): New subroutine.
6448
dff28924 64491989-04-27 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
6450
6451 * movemail.c: Report failure of flock.
6452
dff28924 64531989-04-19 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
6454
6455 * etags.c (find_entries): Allow multi-letter extensions for fortran.
6456
dff28924 64571989-04-18 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da 6458
2f2c687b 6459 * loadst.c: On bsd4.3, use gettimeofday instead of CPUSTATES.
362bc2da 6460
dff28924 64611989-03-15 Jeff Peck (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
6462
6463 * emacstool.c: setenv IN_EMACSTOOL=t, TERM=sun, TERMCAP=.
6464
2f2c687b 6465 * emacsstool.1: Update to document environment variables.
362bc2da 6466
dff28924 64671989-02-21 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
6468
6469 * etags.c (PAS_funcs): New function by Mosur Mohan.
6470
6471 * movemail.c: On sysv, include unistd.h.
6472
dff28924 64731989-02-18 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
6474
6475 * b2m.c: New file.
6476
dff28924 64771989-02-15 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
6478
6479 * etags.c: Prolog support from Sunichirou Sugou
6480
dff28924 64811989-02-03 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
6482
6483 * Makefile (clean): New target.
6484
dff28924 64851989-01-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
6486
6487 * fakemail.c (put_line): Break header lines at 79 cols.
6488
dff28924 64891989-01-19 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
6490
6491 * etags.c: Greatly rewritten by Sam Kendall for C++ support and for
6492 multiple tags per line.
6493
dff28924 64941989-01-03 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
6495
6496 * movemail.c: Check access before doing real work.
6497 Check that outfile is in a writable directory.
6498 On fatal error, delete the lock file.
6499
dff28924 65001988-12-31 Richard Mlynarik (mly@rice-chex.ai.mit.edu)
362bc2da 6501
ecc54057
JB
6502 * env.c: Add decl for my-index
6503 * etags.c (file-entries): .oak => scheme
362bc2da 6504
dff28924 65051988-12-30 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
6506
6507 * movemail.c: Use `access' to check input and output files.
6508
dff28924 65091988-12-28 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
6510
6511 * emacsclient.c (main): Ignore all of CWD before first slash.
6512
dff28924 65131988-12-27 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
6514
6515 * etags.c (readline): Double linebuffer->size outside the xrealloc.
6516
dff28924 65171988-12-22 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
6518
6519 * server.c, emacsclient.c: Don't try to use gid_t; it isn't defined.
6520 * server.c: chmod the socket to 0700.
6521
dff28924 65221988-12-09 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
6523
6524 * fakemail.c (main): Let env var FAKEMAILER override pgm to run.
6525 (add_field): Delete comments and turn `<', `>' to spaces
6526 in header lines.
6527 (USE_FAKEMAIL): New customization macro says to make fakemail
6528 not be a no-op even on a BSD system.
6529
dff28924 65301988-12-01 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
6531
6532 * etags.c (consider_token): Skip comments just like whitespace.
6533 Notice `struct', etc. and set strtag for those tokens.
6534 Return 1 for the token following `struct' if an open-brace follows it.
6535 (C_entries): Special handling of token following `struct'
6536 needed because we have probably advanced to the following line
6537 to find the `{'.
6538 (main): New option `T' sets tflag and strflag.
6539 Set both of them by default if eflags.
6540
dff28924 65411988-11-30 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
6542
6543 * movemail.c: Do fsync before closing output.
6544
dff28924 65451988-11-29 Richard Mlynarik (mly@pickled-brain.ai.mit.edu)
362bc2da 6546
ecc54057
JB
6547 * movemail.c: Better error message when can't create tempname.
6548 This file needs a great deal of extra error-checking and lucid reporting...
362bc2da 6549
dff28924 65501988-11-16 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
6551
6552 * etags.c: Support assembler code for .s and .a files.
6553 (getit): Allow underscore in a tag.
6554
dff28924 65551988-11-15 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
6556
6557 * movemail.c: Close output and check errors before deleting input.
6558
dff28924 65591988-10-01 Richard Stallman (rms@apple-gunkies.ai.mit.edu)
362bc2da
DL
6560
6561 * emacsclient.c [SYSVIPC]: Compute cwd only once; decide properly
6562 whether to prefix it. Handle line number args.
6563
dff28924 65641988-09-24 Richard Stallman (rms@gluteus.ai.mit.edu)
362bc2da 6565
2f2c687b 6566 * etags.c (main): Default setting of eflag was backwards.
362bc2da 6567
dff28924 65681988-09-23 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
6569
6570 * etags.c: New option -i. -f renamed -o.
6571 `-' as input file means read input file names from stdin.
6572 -i spec'd or input file named TAGS means the input file is another
6573 tag table; output an "include" line for it.
6574
dff28924 65751988-09-19 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
6576
6577 * Makefile: New vars DESTDIR, BINDIR, LIBDIR, MANDIR, MANEXT.
6578 New targets install, install.sysv, install.xenix.
6579 This makefile is now responsible for installing executables
6580 and documentation from this directory into system directories.
6581
dff28924 65821988-09-16 Richard Stallman (rms@corn-chex.ai.mit.edu)
362bc2da
DL
6583
6584 * server.c, emacsclient.c (main): Compute socket name from euid.
6585
dff28924 65861988-08-04 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
6587
6588 * emacsclient.c: Args like +DIGITS are passed through unchanged.
6589
dff28924 65901988-07-12 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
6591
6592 * server.c: If both BSD and HAVE_SYSVIPC, use the latter.
6593 * emacsclient.c: Likewise.
6594 In the HAVE_SYSVIPC alternative, if BSD, use getwd instead of getcwd.
6595
dff28924 65961988-06-23 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
6597
6598 * etags.c: Handle `typedef struct foo {' (price@mcc.com).
07655e62 6599 (istoken): New string-comparison macro.
362bc2da
DL
6600 (consider_token): New arg `level'. New state `tag_ok' in `tydef'.
6601
dff28924 66021988-06-14 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
6603
6604 * etags.c: Changes for VMS.
6605 Always define ETAGS on VMS.
6606 Define macros GOOD and BAD for success and failure exit codes.
6607 (begtk, intk): Allow `$' in identifiers
6608 (main): Don't support -B, -F or -u on VMS.
6609 Alternate loop for scanning filename arguments.
6610 (system): Delete definition of this function.
6611
6612 * etags-vmslib.c (system): Undefine this; VMS now provides it.
6613
dff28924 66141988-06-08 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
362bc2da
DL
6615
6616 * loadst.c: Prevent multiple-def errors on BSD and BSD4_3
6617 around include of param.h. (Like fns.c.)
6618
dff28924 66191988-05-16 Richard Stallman (rms@frosted-flakes.ai.mit.edu)
362bc2da
DL
6620
6621 * loadst.c (load_average): Move load-average code to this new fn.
6622 Add conditionals to compute load ave on UMAX.
6623
dff28924 66241988-05-14 Richard Stallman (rms@lucky-charms.ai.mit.edu)
362bc2da
DL
6625
6626 * loadst.c: Change DK_HEADER_FILE to DKSTAT_HEADER_FILE
6627 with opposite sense.
6628
dff28924 66291988-05-13 Chris Hanson (cph@kleph)
362bc2da
DL
6630
6631 * emacsclient.c: Delete references to unused variable `out'. This
6632 caused a bus error when used under hp-ux.
6633
dff28924 66341988-05-06 Richard Stallman (rms@frosted-flakes.ai.mit.edu)
362bc2da
DL
6635
6636 * loadst.c: Control dk.h conditional with DK_HEADER_FILE.
6637
dff28924 66381988-05-04 Richard Stallman (rms@rice-krispies.ai.mit.edu)
362bc2da
DL
6639
6640 * etags.c (find_entries): `.t' or `.sch' means scheme code.
6641
dff28924 66421988-04-29 Richard Stallman (rms@frosted-flakes.ai.mit.edu)
362bc2da
DL
6643
6644 * loadst.c: Add BSD4_3 conditional for file dk.h instead of dkstat.h.
6645
dff28924 66461988-04-28 Richard Stallman (rms@frosted-flakes.ai.mit.edu)
362bc2da
DL
6647
6648 * movemail.c: #undef close, since config can #define it on V.3.
2f2c687b 6649 * emacsclient.c, fakemail.c, loadst.c, server.c: Likewise.
362bc2da 6650
dff28924 66511988-04-26 Richard Stallman (rms@lucky-charms.ai.mit.edu)
362bc2da
DL
6652
6653 * etags.c (TEX_mode, etc.): Remove superfluous backslashes from
6654 invalid escape sequences such as `\{'.
6655
6656 * loadst.c: Add `sequent' conditional for file dk.h.
6657
dff28924 66581988-03-20 Richard M. Stallman (rms@wilson)
362bc2da 6659
2f2c687b 6660 * server.c [not BSD and not HAVE_SYSVIPC]: Fix error message.
362bc2da 6661
2f2c687b 6662 * loadst.c (main) [XENIX]: Use /usr/spool/mail, not /usr/mail.
6922b018
KH
6663
6664;; Local Variables:
880820fe 6665;; coding: utf-8
33462dfa 6666;; add-log-time-zone-rule: t
6922b018 6667;; End:
2a34a036 6668
9766d41b 6669 Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995,
294981c7
GM
6670 1996, 1997, 1998, 1999, 2001, 2002, 2003, 2004, 2005, 2006,
6671 2007, 2008 Free Software Foundation, Inc.
5b87ad55
GM
6672
6673 This file is part of GNU Emacs.
6674
294981c7 6675 GNU Emacs is free software: you can redistribute it and/or modify
5b87ad55 6676 it under the terms of the GNU General Public License as published by
294981c7
GM
6677 the Free Software Foundation, either version 3 of the License, or
6678 (at your option) any later version.
5b87ad55
GM
6679
6680 GNU Emacs is distributed in the hope that it will be useful,
6681 but WITHOUT ANY WARRANTY; without even the implied warranty of
6682 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
6683 GNU General Public License for more details.
6684
6685 You should have received a copy of the GNU General Public License
294981c7 6686 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
ab5796a9
MB
6687
6688;;; arch-tag: 2d979296-954c-448e-95c1-b46d134513dc