*** empty log message ***
This commit is contained in:
parent
68d9550fa3
commit
056565f7fb
6 changed files with 24 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
2000-05-05 Gerd Moellmann <gerd@gnu.org>
|
||||
|
||||
* make-dist: Make a link for lib-src/grep-changelog. Copy
|
||||
install-sh.
|
||||
|
||||
2000-05-01 Eli Zaretskii <eliz@is.elta.co.il>
|
||||
|
||||
* config.bat: Identify the beginning of the cpp stuff in
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#! /usr/local/bin/perl
|
||||
# $Id: grep-changelog,v 1.19 1999/08/10 13:22:23 gerd Exp $
|
||||
#! /usr/bin/perl
|
||||
# $Id: grep-changelog,v 1.1 1999/08/10 13:33:49 gerd Exp $
|
||||
|
||||
# Copyright (C) 1999 Free Software Foundation, Inc.
|
||||
#
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
2000-05-05 Gerd Moellmann <gerd@gnu.org>
|
||||
|
||||
* abbrev.el (abbrev-mode): Make ARG optional.
|
||||
|
||||
2000-05-04 Gerd Moellmann <gerd@gnu.org>
|
||||
|
||||
* progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
2000-05-05 Gerd Moellmann <gerd@gnu.org>
|
||||
|
||||
* ada-mode.texi, cc-mode.texi: Add @direntry.
|
||||
|
||||
2000-03-29 Andreas Schwab <schwab@suse.de>
|
||||
|
||||
* programs.texi (Imenu): Fix cross ref.
|
||||
|
|
|
@ -1,6 +1,10 @@
|
|||
\input texinfo @c -*-texinfo-*-
|
||||
@setfilename ../info/ada-mode
|
||||
@settitle Ada Mode
|
||||
@dircategory Editors
|
||||
@direntry
|
||||
* Ada mode: (ada-mode). The GNU Emacs mode for editing Ada.
|
||||
@end direntry
|
||||
|
||||
@ifinfo
|
||||
This file documents Ada mode.
|
||||
|
|
|
@ -9,6 +9,11 @@
|
|||
|
||||
@setfilename ../info/ccmode
|
||||
@settitle CC Mode Version 5 Documentation
|
||||
@dircategory Editors
|
||||
@direntry
|
||||
* CC mode: (ccmode). The GNU Emacs mode for editing C, C++, Objective-C
|
||||
and Java code.
|
||||
@end direntry
|
||||
@footnotestyle end
|
||||
|
||||
@comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
|
|
Loading…
Add table
Reference in a new issue