1999-01-27 James Ingham <jingham@cygnus.com>
[external/binutils.git] / gdb / ChangeLog
1 1999-01-27  James Ingham  <jingham@cygnus.com>
2
3         * typeprint.c (whatis_exp): Remove static declaration.
4
5 Wed Jan 27 16:50:25 1999  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
6
7         * hp-psymtab-read.c: reformatted using indent.
8
9 Wed Jan 27 13:20:25 1999  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
10
11         * hp-psymtab-read.c: reformatted comments, updated copyright.
12
13 start-sanitize-carp start-sanitize-vr4xxx
14 Wed Jan 27 15:09:22 1999  Andrew Cagney  <cagney@chook.cygnus.com>
15
16         * mips-tdep.c (mips_gdbarch_init): Trace e_flags from BFD
17         elf_info.
18
19 end-sanitize-carp end-sanitize-vr4xxx
20 Tue Jan 26 16:02:47 1999  Mark Alexander  <marka@cygnus.com>
21
22         * v850-tdep.c (v850_generic_reg_names, v850e_reg_names,
23         v850_register_names, v850_processor_type_table): Declare tables
24         and structures for handling differences in register names for
25         v850 and v850e.
26         (struct reg_list): Define new structure for creating tables
27         of register bit masks in v850e instrutions.
28         (handle_prepare, handle_pushm): New helpers for v850_scan_prologue.
29         (v850_scan_prologue): Recognize v850e instructions: callt, prepare,
30         and pushm.
31         (v850_target_architecture_hook): New function to set register
32         names based on current machine.
33         (_initialize_v850_tdep): Set up target_architecture_hook.
34         * config/v850/tm-v850.h (v850_register_names): Declare.
35         (REGISTER_NAME): Define to refer to v850_register_names.
36         (SR0_REGNUM, CTBP_REGNUM): Define.
37         (PS_REGNUM): Redefine in terms of SR0_REGNUM.
38
39 Tue Jan 26 18:27:26 1999  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
40
41         * Makefile.in (c-exp.tab.c): use BISON instead of YACC, to pick
42         the correct value from configure output.
43         (jv-exp.tab.c): ditto.
44         (f-exp.tab.c): ditto.
45         (m2-exp.tab.c): ditto.
46
47 1999-01-26  Jason Molenda  (jsm@bugshack.cygnus.com)
48
49         * breakpoint.h (ep_is_exception_catchpoint): Add prototype.
50         * frame.h (select_and_print_frame): Add prototype.
51         * stack.c (func_command): Call select_and_print_frame with correct
52         number of arguments.  Reformat whitespace.
53
54 Tue Jan 26 16:53:54 1999  Fernando Nasser  <fnasser@cygnus.com>
55
56         * remote.c (remote_query): fix maximum packet size to account for
57           remote_debug use.
58           (putpkt): add comment to alert about extra byte need.
59
60 Mon Jan 25 19:55:30 1999  Mark Alexander  <marka@cygnus.com>
61
62         * sh-tdep.c (sh_target_architecture_hook): Return immediately
63         when a matching machine is found.
64
65 Fri Jan 22 09:10:35 1999  Mark Alexander  <marka@cygnus.com>
66
67         * remote-mips.c (mips_initialize): Fix parameters to clear_breakpoint.
68         (common_breakpoint): Restore support for instruction breakpoints
69         on non-LSI targets.
70
71 Thu Jan 21 17:16:19 1999  Andrew Cagney  <cagney@b1.cygnus.com>
72
73         * stack.c: Close open comment.
74         * symtab.c (find_pc_sect_line): Ditto.
75
76 Thu Jan 21 17:51:51 1999  Stan Shebs  <shebs@andros.cygnus.com>
77
78         * procfs.c (init_procfs_ops): New function, fills in procfs_ops,
79         init only nonzero fields, leave to_require_attach and
80         to_require_detach empty, not needed for /proc systems yet.
81         (_initialize_procfs): Call init_procfs_ops.
82
83         From J.T. Conklin <jtc@redbacknetworks.com>:
84         * top.c (init_main): Fix tipo in description of the remotetimeout
85         variable.
86         * breakpoint.c (bpstat_stop_status): Handle systems where
87         DECR_PC_AFTER_BREAK != DECR_PC_AFTER_HW_BREAK.
88
89 Thu Jan 21 17:25:46 1999  Mark Alexander  <marka@cygnus.com>
90
91         * mon960-rom.c (_initialize_mon960): Call init_mon960_cmds
92         to fill in mon960_cmds structure properly.
93
94 Wed Jan 20 17:53:22 1999  Stan Shebs  <shebs@andros.cygnus.com>
95
96         * remote-sds.c (sds_ops): Define only once.
97         (init_sds_ops, sds_command, _initialize_remote_sds): Declare.
98         (init_sds_ops): Init only non-zero fields.
99
100 Wed Jan 20 15:45:15 1999  Mark Alexander  <marka@cygnus.com>
101
102         * h8300-tdep.c (original_register_names, h8300h_register_names,
103         h8300_register_names): Define new variables.
104         (set_register_names): New function to set register names based on
105         current CPU type.
106         (h8300_command, h8300h_command, h8300s_command): Call
107         set_register_names.
108         * config/h8300/tm-h8300.h (h8300_register_names): Declare.
109         (REGISTER_NAME): Define to refer to h8300_register_names.
110
111 1999-01-19  Fernando Nasser  <fnasser@totem.to.cygnus.com>
112
113         * sol-thread.c abug-rom.c cpu32bug-rom.c dbug-rom.c m32r-rom.c 
114         mac-nat.c mon960-rom.c op50-rom.c ppc-bdm.c remote-adapt.c 
115         remote-array.c remote-bug.c remote-e7000.c remote-eb.c remote-es.c 
116         remote-est.c remote-hms.c remote-mm.c remote-nindy.c remote-nrom.c 
117         remote-os9k.c remote-rdp.c remote-sds.c remote-sim.c remote-st.c 
118         remote-udi.c rom68k-rom.c sh3-rom.c sparcl-tdep.c sparclet-rom.c 
119         v850ice.c win32-nat.c: cosmetic changes to conform to coding
120         standards. 
121
122 1999-01-19  Jim Blandy  <jimb@zwingli.cygnus.com>
123
124         Use aclocal to generate GDB's aclocal.m4 script.  
125         * acinclude.m4: New file, containing the hand-written local macro
126         definitions that used to be in aclocal.m4.  Don't sinclude
127         ../bfd/aclocal.m4 any more; running aclocal in this directory will
128         get us the definitions we need.  HOWEVER: Do sinclude
129         ../bfd/acinclude.m4, because we need the definition of
130         BFD_NEED_DECLARATION.
131         * aclocal.m4: Regenerated by aclocal.
132         * configure: Regenerated by autoconf.
133
134 Tue Jan 19 10:27:23 1999  David Taylor  <taylor@texas.cygnus.com>
135
136         * breakpoint.c (disable_breakpoints_in_shlibs): new parameter,
137         silent, controls whether to print message about removal of shared
138         library breakpoints.
139         * breakpoint.h (disable_breakpoints_in_shlibs): decl updated.
140         * irix5-nat.c (clear_solib): call disable_breakpoints_in_shlibs.
141         * osfsolib.c (clear_solib): ditto.
142         * solib.c (clear_solib): ditto.
143         * somsolib.c (som_solib_restart): update call to
144         disable_breakpoints_in_shlibs.
145
146         * target.h (child_post_attach): only declare if CHILD_POST_ATTACH
147         is define.
148
149 Tue Jan 19 18:07:11 1999  Andrew Cagney  <cagney@b1.cygnus.com>
150
151         * corelow.c (solib_add_stub): Ditto.
152         (core_file_to_sym_file): Cast make_cleanup parameter.
153
154         * solib.c (symbol_add_stub, solib_map_sections): Change argument
155         to PTR insted of a char*.  Matches catch_errors interface.
156
157 Mon Jan 18 14:01:24 1999  Andrew Cagney  <cagney@b1.cygnus.com>
158
159         * remote-array.c (array_open): Don't use fprintf_filtered to send
160         data to the log file.
161
162         * remote-array.c (handle_load_dll): Change argument type to PTR so
163         that it is compatible with catch_errors.
164         * ocd.c (ocd_start_remote): Ditto.
165         * remote-sds.c (sds_start_remote): Ditto.
166
167         * win32-nat.c (win32_child_thread_alive): Namespace proof
168         child_thread_alive.
169         (init_child_ops): Update.
170
171 Mon Jan 18 12:03:47 1999  Andrew Cagney  <cagney@b1.cygnus.com>
172
173         * remote-rdi.c (arm_rdi_open): Set gdb_hostif.hostosarg and
174         gdb_hostif.dbgarg to NULL instead of stdout.
175         (voiddummy, myprint, mywritec): Use gdb_stdout instead of stdout.
176
177 Mon Jan 18 16:40:50 1999  Stan Shebs  <shebs@andros.cygnus.com>
178
179         * ser-ocd.c (ocd_open): Handle Unix case gracefully.
180
181         * target.c (dummy_target): Don't initialize statically.
182         (init_dummy_target): New function, fills in dummy_target.
183         (initialize_targets): Use it.
184         * hpux-thread.c (hpux_thread_ops): Don't initialize statically.
185         (init_hpux_thread_ops): New function, fills in hpux_thread_ops.
186         (_initialize_hpux_thread): Use it.
187         * m3-nat.c (m3_ops): Don't initialize statically.
188         (init_m3_ops): New function, fills in m3_ops.
189         (_initialize_m3): Use it.
190
191 1999-01-18  Fernando Nasser  <fnasser@totem.to.cygnus.com>
192
193         * sol-thread.c: delete compile time initialization of target_ops
194           (_initialize_sol_thread): initialize target_ops at run time.
195         * hpux-thread.c: added target_ops entry.
196         * m3-nat.c: ditto.
197
198 Mon Jan 18 15:19:13 1999  David Taylor  <taylor@texas.cygnus.com>
199
200         * procfs.c (procfs_ops): delete compile time initialization.
201         (_initialize_procfs): initialize procfs_ops at run time.
202
203 Mon Jan 18 12:51:44 1999  Christopher Faylor <cgf@cygnus.com>
204
205         * configure.in: Ensure that -luser32 is always linked in
206         for cygwin build.
207         * configure: Regenerated.
208
209 Mon Jan 18 08:38:05 1999  Mark Alexander  <marka@cygnus.com>
210
211         * values.c (value_virtual_fn_field): Clear the pointed-to
212         offset when casting to the base class.
213
214 Mon Jan 18 10:30:51 1999  David Taylor  <taylor@texas.cygnus.com>
215
216         * remote-udi.c (init_udi_ops): change non-existant udi_run_ops to
217         udi_ops; delete NULL initializers.
218
219 Mon Jan 18 12:03:47 1999  Andrew Cagney  <cagney@b1.cygnus.com>
220
221         * serial.c (serial_close): gdb_fclose tages gdb_file** arg, not
222         gdb_file*.
223
224         * f-valprint.c, target.c, gdbarch.c: Pass gdb_stderr not stderr.
225
226 Mon Jan 18 10:46:12 1999  Andrew Cagney  <cagney@b1.cygnus.com>
227
228         * stack.c (print_frame_info_base): Don't cast call to
229         catch_errors.
230         (print_args_stub): Change char* arg to PTR.
231         * symmisc.c (print_symbol): Ditto.
232         * top.c (quit_cover): Ditto.
233         * remote.c (remote_open_1, remote_start_remote): Ditto.
234         * infrun.c (normal_stop, hook_stop_stub, restore_selected_frame):
235         Ditto.
236
237         * stack.c (backtrace_command): Cast first arg of make_cleanup to
238         make_cleanup_func.
239         * remote.c (remote_kill): Cast putpkt arg to catch_errors_ftype.
240
241 Mon Jan 18 08:47:02 1999  Andrew Cagney  <cagney@b1.cygnus.com>
242         
243         * defs.h (catch_errors_ftype): Define.
244         (catch_errors): Replace char* arg with PTR arg.
245         * top.c (catch_errors): Update
246
247         * breakpoint.c (bpstat_stop_status, bpstat_stop_status,
248         delete_breakpoint, breakpoint_re_set): Delete all casts in call to
249         catch_errors.
250         (breakpoint_cond_eval, watchpoint_check,
251         cover_target_enable_exception_callback, breakpoint_re_set_one):
252         Arg is PTR not char*.
253         
254         * breakpoint.c (cover_target_enable_exception_callback): Change
255         type to int. Check for cast values of 0 and -1.  Return a result!
256         (insert_breakpoints): Move declaration of SAL and ARGS to where
257         they are used.
258
259 1999-01-16  Fernando Nasser  <fnasser@totem.to.cygnus.com>
260
261         * remote.c (remote_query): new function - creates proper interface
262         to the remote protocol "q" command.     
263
264 Fri Jan 15 17:11:48 EST 1999  Zdenek Radouch   (radouch@cygnus.com)
265
266         * config/fr30/tm-fr30.h:  Changed ABI to match GCC change
267           (always use pointer for structs passed by value).
268
269 1999-01-15  Fernando Nasser  <fnasser@totem.to.cygnus.com>
270
271         * target.h: added entry for target queries (to_query)
272           target.c: ditto.
273
274 Thu Jan 14 18:29:17 1999  David Taylor  <taylor@texas.cygnus.com>
275
276 start-sanitize-carp start-sanitize-vr4xxx
277         * mips-tdep.c (mips_gdbarch_init): fix stream arg in
278         fprintf_unfiltered calls.
279 end-sanitize-carp end-sanitize-vr4xxx
280         * remote-mm.c (mm_wait): fix stream arg to gdb_flush.
281         * remote-udi.c (udi_wait): fix stream arg to fwrite.
282         * symmisc.c (maintenance_check_symtabs): fix stream argument to
283         print_address_numeric.
284         
285 Wed Jan 13 19:33:16 1999  David Taylor  <taylor@texas.cygnus.com>
286
287         * breakpoint.c (insert_breakpoints): insert cast to eliminate
288         warning.
289
290 Wed Jan 13 14:59:02 1999  Michael Snyder  <msnyder@cleaver.cygnus.com>
291
292         * infrun.c (set/show scheduler-locking) New command.  Set a
293           mode bit that will control how GDB attempts to control thread
294           scheduling for step, continue, etc.  (resume): make use of
295           the schedule-locking mode.
296         * target.h (struct target_ops): new field to_has_thread_control.
297         * sol-thread.c: initialize target_ops to_has_thread_control.
298         * procfs.c: ditto.
299         * target.c: ditto.
300         * m3-nat.c: ditto.
301         * remote.c: ditto.
302         * hpux-thread.c: ditto.
303         * thread.c: cull duplicate prototypes.  Move prototypes to top.
304         * serial.c: indentation cleanup.
305         * breakpoint.c: add casts to eliminate compiler warnings.
306         
307 Tue Jan 12 17:00:00 1999  Edith Epstein  <eepstein@sophia.cygnus.com>
308
309         * inftarg.c (child_create_inferior): fixed HPUXHPPA specific
310           call to fork_inferior. The shell param is now NULL.
311
312 1999-01-12  Jason Molenda  (jsm@bugshack.cygnus.com)
313
314         * monitor.c (init_base_monitor_ops): Whitespace cleanup.
315         (_initialize_remote_monitors): Same.
316
317 1999-01-12  Jason Molenda  (jsm@bugshack.cygnus.com)
318
319         * monitor.c (init_monitor_ops): Initialize the monitor_ops
320         structure if it hasn't already been done.
321
322 Tue Jan 12 14:50:10 1999  Stan Shebs  <shebs@andros.cygnus.com>
323
324         * inftarg.c (child_ops): Don't initialize statically.
325         (init_child_ops): New function, fills in child_ops.
326         (_initialize_inftarg): Use it.
327         (child_post_attach): Declare extern.
328         (child_wait): Fix ambiguous parens.
329         (child_attach_to_process): Remove unused local wstatus.
330         (child_insert_fork_catchpoint, child_remove_fork_catchpoint,
331         child_insert_vfork_catchpoint, child_remove_vfork_catchpoint,
332         child_has_forked, child_insert_exec_catchpoint,
333         child_remove_exec_catchpoint): Return a value.
334
335 Mon Jan 11 16:43:44 1999  Michael Snyder  <msnyder@cleaver.cygnus.com>
336
337         * remote.c (remote_wait): Add inferior_pid to thread list only
338         if it is not already there.
339
340 1999-01-11  Jason Molenda  (jsm@bugshack.cygnus.com)
341
342         * scm-tags.h: Update FSF's address on copyright notice.
343         * ser-e7kpc.c: Same.
344         * gnu-nat.h: Same.
345
346 Mon Jan 11 13:45:57 1999  Stu Grossman  <grossman@babylon-5.cygnus.com>
347
348         * dwarf2read.c (dump_die):  Change stderr to gdb_stderr.
349         * expprint.c (print_subexp):  fprintf => fprintf_unfiltered.
350         * jv-typeprint.c (java_type_print_base):  fputs => fputs_filtered.
351         * stack.c (struct function_bounds):  Remove superfluous `typedef'.
352         * symfile.c (list_overlays_command):  stdout => gdb_stdout.
353         * symmisc.c (maintenance_check_symtabs):  stdout => gdb_stdout.
354         * utils.c (print_spaces):  Make more efficient.
355         
356 Mon Jan 11 13:55:51 1999  David Taylor  <taylor@texas.cygnus.com>
357
358         * utils (print_spaces): fix arg to strcat; fix formatting.
359
360 Fri Jan  8 11:57:24 1999  Stan Shebs  <shebs@andros.cygnus.com>
361
362         * exec.c (exec_ops): Don't initialize statically.
363         (init_exec_ops): New function, fills in exec_ops.
364         (_initialize_exec): Use it.
365
366 Thu Jan  7 17:50:15 EST 1999  Zdenek Radouch   (radouch@cygnus.com)
367
368         Beta FR30 port.
369         * fr30-tdep.c
370         * config/fr30/tm-fr30.h
371         
372 Wed Jan  6 12:28:35 1999  David Taylor  <taylor@texas.cygnus.com>
373
374         * configure.in: Add an --enable-tui argument.  Construct
375         tui/Makefile from tui/Makefile.in.  Use AM_PROG_CC_STDC.  If we
376         have the GUI, then we need this to process libgui.h.
377         (ENABLE_CFLAGS): define and export BUILD_TUI.
378         (AC_CHECK_HEADERS): Add check for term.h.
379         
380         * configure.host (hppa-*-hpux10.20, hppa-*-hpux11.0*): New configs.
381
382         * config.in, configure : regenerated.
383
384         * Makefile.in: Allow the TUI code to be conditionally enabled.
385         (TUI_LIBRARY): New variable, value are set by the configuration
386         script.  Set to the empty string when the TUI isn't enabled.
387         (gdb$(GDBEXT)): Use those, instead of referring to all-tui and
388         tui/libtui.a directly.
389         (BUILD_TUI): build the tui -- only when configured with
390         --enable-tui.
391         (YLWRAP): use ylwrap to avoid problems on systems w/o bison.
392         (gdb$(EXEEXT)): make it dependent on BUILD_TUI.
393         (all-tui): remove dependency from phony target.
394         (c-exp.tab.c): use ylwrap instead of bison.
395         (jv-exp.tab.c): ditto.
396         (f-exp.tab.c): ditto.
397         (m2-exp.tab.c): ditto.
398         (ALLDEPFILES): add somread.c, hp-psymtab-read.c, hp-symtab-read.c.
399         (SFILES): remove the above files
400         (COMMON_OBS): remove somread.o
401         (SFILES): Add the tui files to this, so they get included in etags
402         tables.
403         (gdb$(EXEEXT)): Add all-tui to the list of dependencies, and add
404         tui/libtui.a to the link list.
405         (all-tui): New rule, which does a recursive make in the tui
406         subdir.
407         (tui/libtui.a): When recursing, pass down ${FLAGS_TO_PASS}.  And
408         don't echo the make command.  This is closer to what the other
409         recursions do.
410         (HFILES_NO_SRCDIR): add hpread.h
411         (COMMON_OBS): add hp-psymtab-read.o, hp-symtab-read.o
412         (SFILES): add hp-psymtab-read.c, hp-symtab-read.c add rules for
413         the new files.  Remove hpread.c, hpread.o
414         (gdb$(EXEEXT)): Depend on the actual tui library, not on a
415         fictitious target.  Since the fictitious target never existed,
416         make would always relink.
417         (tui/libtui.a): Always recurse to make sure the library is up to
418         date.
419
420 Wed Jan  6 12:05:12 1999  Stan Shebs  <shebs@andros.cygnus.com>
421
422         * remote.c: Pacify --enable-build-warnings, reformat code
423         to conform to standards, fix spelling errors.
424         (ishex, stubhex, record_currthread, etc): Declare.
425         (ishex, stubhex): Declare char arg as int.
426         (pack_string): Comment out, never used but possibly useful.
427         (threadref_to_int, remote_get_threadinfo, etc): Make static.
428
429 Wed Jan  6 11:43:32 1999  David Taylor  <taylor@texas.cygnus.com>
430
431         The following changes were made by Elena Zannoni
432         <ezannoni@cygnus.com> and Edith Epstein <eepstein@cygnus.com> as
433         part of a project to merge in changes made by HP.
434
435         * c-exp.y: use external flag hp_som_som_object_present to decide
436         whether code was compiled by HP's compilers.  Add two new C++
437         tokens for true and false.
438         (yylex): check for template name is done differently for the
439         HP/aCC compiler case.  Change some of the template processing code
440         for handling HP aCC templates.  Handle true and false tokens.
441         
442 Tue Jan  5 11:13:36 1999  Michael Snyder  <msnyder@cleaver.cygnus.com>
443
444         * remote.c (record_curthread): Must not modify inferior_pid when
445         called from wait_for_inferior.  Instead, if a new thread-id is
446         detected, call add_thread.
447         (MAGIC_NULL_PID): new macro, use instead of the magic number
448         "42000".
449         (remote_find_new_threads): if inferior_pid is unknown, get and use
450         the current thread id.
451         (remote_start_remote): on connecting, attempt to get the current
452         thread id for inferior_pid.
453         (remote_resume): If pid == -1, then resume any-thread (not the
454         current thread specifically).  Also some cosmetic fixups.
455         
456         * thread.c (info_threads_command): don't initialize current_pid 
457         until after call to FIND_NEW_THREADS (which may change inferior_pid).
458         Also some cosmetic fixups.
459         * infrun.c: cosmetic fixups and casts to avoid warnings.
460         * infcmd.c: cosmetic fixups, mainly long lines.
461         
462 Tue Jan  5 11:55:57 1999  David Taylor  <taylor@texas.cygnus.com>
463
464         * target.c (noprocess): terminate sentence with a period.
465         * breakpoint.c (catch_command_1): ditto.
466
467         * c-valprint.c (c_value_print): remove hack^2 from HP; it causes
468         testsuite losses with no real gain.
469
470         * inferior.h (START_INFERIOR_TRAPS_EXPECTED): restore, but only
471         if tm-*.h hasn't overridden default value.
472
473 1999-01-04  Jason Molenda  (jsm@bugshack.cygnus.com)
474
475         * configure.in: Fix whitespace indentation for --help.
476         * configure: Regenerated.
477
478 1999-01-04  Manuel Bouyer <bouyer@antioche.lip6.fr>
479
480         * main.c: Add --write command line option, document -w.
481         * gdb.1: Document --write.
482
483 1999-01-04  Jason Molenda  (jsm@bugshack.cygnus.com)
484
485         * configure.in: Require autoconf 2.12.1 or higher.
486         * doc/configure.in: Ditto.
487         * nlm/configure.in: Ditto.
488         * rdi-share/configure.in: Ditto.
489         * testsuite/configure.in: Ditto.
490         * doc/Makefile.in: Don't hardcode $(SHELL).
491         * nlm/Makefile.in: Ditto.
492         * rdi-share/Makefile.in: Ditto.
493         * testsuite/Makefile.in: Ditto.
494
495 Mon Jan  4 12:53:03 1999  Stan Shebs  <shebs@andros.cygnus.com>
496
497         * remote-vx.c (init_vx_ops, init_vx_run_ops): Remove unneeded
498         inits of new fields, including ref to bogus field.
499         (vx_ops, vx_run_ops): Make static.
500
501 Mon Jan  4 15:05:29 1999  David Taylor  <taylor@texas.cygnus.com>
502
503         * inferior.h (START_INFERIOR_TRAPS_EXPECTED): delete,
504         already defined in tm.h.
505
506         * inftarg.c: change <sys/unistd.h> to <unistd.h> and
507         conditionalize its inclusion.
508         * infttrace.c: ditto.
509
510 For older changes see ChangeLog-98
511 \f
512 Local Variables:
513 mode: change-log
514 left-margin: 8
515 fill-column: 74
516 version-control: never
517 End: