aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMiles Bader2007-04-23 04:14:25 +0000
committerMiles Bader2007-04-23 04:14:25 +0000
commitb9d0769485b6915b3416339119f85a2fbc5caf6a (patch)
treef229bea8f5072c542d0913e3e2a850b88b11fc56 /src
parenteeb608e63c9ae29380764032eebcca3915580548 (diff)
downloademacs-b9d0769485b6915b3416339119f85a2fbc5caf6a.tar.gz
emacs-b9d0769485b6915b3416339119f85a2fbc5caf6a.zip
Move src/ChangeLog entry to src/ChangeLog.unicode
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-194
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog6
-rw-r--r--src/ChangeLog.unicode6
2 files changed, 6 insertions, 6 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 18d5e40c240..61e6de2c97d 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,9 +1,3 @@
12007-04-16 Miles Bader <miles@gnu.org>
2
3 * emacs.c (main): Change default value of `enable_font_backend' to 1.
4 Parse "--disable-font-backend" option.
5 (standard_args): Add "--disable-font-backend" option.
6
72007-04-10 Chong Yidong <cyd@stupidchicken.com> 12007-04-10 Chong Yidong <cyd@stupidchicken.com>
8 2
9 * xdisp.c (note_mode_line_or_margin_highlight): Don't decrement 3 * xdisp.c (note_mode_line_or_margin_highlight): Don't decrement
diff --git a/src/ChangeLog.unicode b/src/ChangeLog.unicode
index 660ef2e5c74..787c74c573d 100644
--- a/src/ChangeLog.unicode
+++ b/src/ChangeLog.unicode
@@ -5,6 +5,12 @@
5 5
6 * xfaces.c (face_for_font): Check also face->font==font->font.font. 6 * xfaces.c (face_for_font): Check also face->font==font->font.font.
7 7
82007-04-16 Miles Bader <miles@gnu.org>
9
10 * emacs.c (main): Change default value of `enable_font_backend' to 1.
11 Parse "--disable-font-backend" option.
12 (standard_args): Add "--disable-font-backend" option.
13
82007-04-13 Kenichi Handa <handa@m17n.org> 142007-04-13 Kenichi Handa <handa@m17n.org>
9 15
10 * fontset.c (fontset_find_font): New function. 16 * fontset.c (fontset_find_font): New function.