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