aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann1999-10-07 00:36:36 +0000
committerGerd Moellmann1999-10-07 00:36:36 +0000
commit577d9e2f1dfbcfffbc1c1295635be3fc9a5adf19 (patch)
tree7b9fa862938582d82aa28ee3c9da9407698520dc
parent48f68b550e4ab839423d6b5bf59d361ba1802916 (diff)
downloademacs-577d9e2f1dfbcfffbc1c1295635be3fc9a5adf19.tar.gz
emacs-577d9e2f1dfbcfffbc1c1295635be3fc9a5adf19.zip
*** empty log message ***
-rw-r--r--etc/.gitignore1
-rw-r--r--lib-src/.gitignore17
-rw-r--r--lisp/.gitignore1
-rw-r--r--src/.gitignore10
-rw-r--r--src/ChangeLog12
5 files changed, 41 insertions, 0 deletions
diff --git a/etc/.gitignore b/etc/.gitignore
index 29241f472db..6f1c180a692 100644
--- a/etc/.gitignore
+++ b/etc/.gitignore
@@ -1,3 +1,4 @@
1fns-* 1fns-*
2*.ps 2*.ps
3*.log 3*.log
4DOC DOC-*
diff --git a/lib-src/.gitignore b/lib-src/.gitignore
new file mode 100644
index 00000000000..b5eea5caab4
--- /dev/null
+++ b/lib-src/.gitignore
@@ -0,0 +1,17 @@
1Makefile.c
2fns-*
3test-distrib
4make-docfile
5profile
6digest-doc
7sorted-doc
8movemail
9cvtmail
10fakemail
11yow
12emacsserver
13hexl
14etags
15ctags
16emacsclient
17b2m
diff --git a/lisp/.gitignore b/lisp/.gitignore
new file mode 100644
index 00000000000..d7ede1746ce
--- /dev/null
+++ b/lisp/.gitignore
@@ -0,0 +1 @@
cus-load.el
diff --git a/src/.gitignore b/src/.gitignore
new file mode 100644
index 00000000000..6568596b674
--- /dev/null
+++ b/src/.gitignore
@@ -0,0 +1,10 @@
1Makefile.c
2config.h
3epaths.h
4config.stamp
5stamp-oldxmenu
6prefix-args
7temacs
8emacs
9emacs-*
10*.core
diff --git a/src/ChangeLog b/src/ChangeLog
index 18d3efcc73a..3bad3d9c61a 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,17 @@
11999-10-07 Gerd Moellmann <gerd@gnu.org> 11999-10-07 Gerd Moellmann <gerd@gnu.org>
2 2
3 * xfaces.c (Qbitmap_spec_p): Replaces Qpixmap_spec_p.
4 (Fbitmap_spec_p): Replaces Fpixmap_spec_p.
5 (load_pixmap): Use Fbitmap_spec_p and Qbitmap_spec_p instead of
6 Fpixmap_spec_p and Qpixmap_spec_p.
7 (load_face_colors, check_lface_attrs,
8 merge_face_vector_with_property,
9 Finternal_set_lisp_face_attribute): Use Fbitmap_spec_p.
10 (syms_of_xfaces): Initialize Qbitmap_spec_p, defsubr
11 Fbitmap_spec_p.
12
131999-10-07 Gerd Moellmann <gerd@gnu.org>
14
3 * xdisp.c (display_menu_bar): Use MENU_FACE_ID instead of 15 * xdisp.c (display_menu_bar): Use MENU_FACE_ID instead of
4 MODE_LINE_FACE_ID. 16 MODE_LINE_FACE_ID.
5 17