aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJuanma Barranquero2008-03-07 12:44:15 +0000
committerJuanma Barranquero2008-03-07 12:44:15 +0000
commit290afd835e14f9aa7b0c0f23519c7b3bdd0e04d6 (patch)
tree89a5b0fa6021fec04b2e2be2e0a1de81adabb0c5 /src
parent934b91bf6382a45f695f6562eb23a767486e7222 (diff)
downloademacs-290afd835e14f9aa7b0c0f23519c7b3bdd0e04d6.tar.gz
emacs-290afd835e14f9aa7b0c0f23519c7b3bdd0e04d6.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog78
1 files changed, 39 insertions, 39 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index adc68e760f0..c199d56b314 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,7 +1,7 @@
12008-03-06 Jason Rumney <jasonr@gnu.org> 12008-03-06 Jason Rumney <jasonr@gnu.org>
2 2
3 * w32font.c (w32_registry): Take font_type argument. Use ANSI 3 * w32font.c (w32_registry): Take font_type argument. Use ANSI
4 when charset not specified. Only translate ANSI to unicode when 4 when charset not specified. Only translate ANSI to unicode when
5 font_type is truetype. 5 font_type is truetype.
6 (w32font_coverage_ok): New function. 6 (w32font_coverage_ok): New function.
7 (add_font_entity_to_list): Use it to filter unsuitable fonts. 7 (add_font_entity_to_list): Use it to filter unsuitable fonts.
@@ -615,22 +615,22 @@
615 615
6162008-02-09 Dan Nicolaescu <dann@ics.uci.edu> 6162008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
617 617
618 * src/Makefile.in: 618 * Makefile.in:
619 * src/emacs.c: 619 * emacs.c:
620 * src/gmalloc.c: 620 * gmalloc.c:
621 * src/keyboard.c: 621 * keyboard.c:
622 * src/lisp.h: 622 * lisp.h:
623 * src/m/ibm370aix.h: 623 * m/ibm370aix.h:
624 * src/process.c: 624 * process.c:
625 * src/regex.c: 625 * regex.c:
626 * src/s/hpux.h: 626 * s/hpux.h:
627 * src/sysdep.c: 627 * sysdep.c:
628 * src/sysselect.h: 628 * sysselect.h:
629 * src/systty.h: 629 * systty.h:
630 * src/unexec.c: 630 * unexec.c:
631 * src/w32term.c: 631 * w32term.c:
632 * src/xsmfns.c: 632 * xsmfns.c:
633 * src/xterm.c: Remove code that deals with obsolete variables. 633 * xterm.c: Remove code that deals with obsolete variables.
634 634
635 * s/msdos.h (DONT_NEED_ENVIRON): Don't define. 635 * s/msdos.h (DONT_NEED_ENVIRON): Don't define.
636 636
@@ -1381,7 +1381,7 @@
1381 1381
13822008-02-01 Miles Bader <miles@gnu.org> 13822008-02-01 Miles Bader <miles@gnu.org>
1383 1383
1384 * src/dispextern.h (struct glyph_row): Only define "clip" field if 1384 * dispextern.h (struct glyph_row): Only define "clip" field if
1385 HAVE_WINDOW_SYSTEM is defined. 1385 HAVE_WINDOW_SYSTEM is defined.
1386 1386
13872008-02-01 Stefan Monnier <monnier@iro.umontreal.ca> 13872008-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
@@ -1531,24 +1531,24 @@
1531 (GC_EQ): Remove since they've been identical to their non-GC_ 1531 (GC_EQ): Remove since they've been identical to their non-GC_
1532 alter-egos ever since the markbit was eradicated. 1532 alter-egos ever since the markbit was eradicated.
1533 1533
1534 * src/alloc.c: 1534 * alloc.c:
1535 * src/buffer.c: 1535 * buffer.c:
1536 * src/buffer.h: 1536 * buffer.h:
1537 * src/data.c: 1537 * data.c:
1538 * src/fileio.c: 1538 * fileio.c:
1539 * src/filelock.c: 1539 * filelock.c:
1540 * src/fns.c: 1540 * fns.c:
1541 * src/frame.h: 1541 * frame.h:
1542 * src/lisp.h: 1542 * lisp.h:
1543 * src/macterm.c: 1543 * macterm.c:
1544 * src/print.c: 1544 * print.c:
1545 * src/process.c: 1545 * process.c:
1546 * src/w32fns.c: 1546 * w32fns.c:
1547 * src/w32menu.c: 1547 * w32menu.c:
1548 * src/w32term.c: 1548 * w32term.c:
1549 * src/xfns.c: 1549 * xfns.c:
1550 * src/xmenu.c: 1550 * xmenu.c:
1551 * src/xterm.c: Replace uses of GC_* macros with the non-GC_ versions. 1551 * xterm.c: Replace uses of GC_* macros with the non-GC_ versions.
1552 1552
15532008-02-01 Kenichi Handa <handa@m17n.org> 15532008-02-01 Kenichi Handa <handa@m17n.org>
1554 1554
@@ -5968,8 +5968,8 @@
5968 5968
5969 * unexsunos4.c: Remove file, system not supported anymore. 5969 * unexsunos4.c: Remove file, system not supported anymore.
5970 5970
5971 * src/m/mips.h: 5971 * m/mips.h:
5972 * src/m/intel386.h: 5972 * m/intel386.h:
5973 * callproc.c: 5973 * callproc.c:
5974 * config.in: 5974 * config.in:
5975 * ecrt0.c: 5975 * ecrt0.c: