Mercurial > emacs
comparison src/ChangeLog @ 92562:060a0f469db1
*** empty log message ***
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Fri, 07 Mar 2008 12:44:15 +0000 |
parents | 003bca189fcd |
children | 6c9be1557979 |
comparison
equal
deleted
inserted
replaced
92561:a2cc578259dc | 92562:060a0f469db1 |
---|---|
613 | 613 |
614 * buffer.c (mode-name): Doc fix. | 614 * buffer.c (mode-name): Doc fix. |
615 | 615 |
616 2008-02-09 Dan Nicolaescu <dann@ics.uci.edu> | 616 2008-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 |
637 * ecrt0.c: Replace the DONT_NEED_ENVIRON test with MSDOS test, | 637 * ecrt0.c: Replace the DONT_NEED_ENVIRON test with MSDOS test, |
638 nothing else needs it anymore. | 638 nothing else needs it anymore. |
1379 * doc.c (Fsnarf_documentation): | 1379 * doc.c (Fsnarf_documentation): |
1380 * Makefile.in (temacs${EXEEXT}, mostlyclean): Undo last change. | 1380 * Makefile.in (temacs${EXEEXT}, mostlyclean): Undo last change. |
1381 | 1381 |
1382 2008-02-01 Miles Bader <miles@gnu.org> | 1382 2008-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 |
1387 2008-02-01 Stefan Monnier <monnier@iro.umontreal.ca> | 1387 2008-02-01 Stefan Monnier <monnier@iro.umontreal.ca> |
1388 | 1388 |
1389 Fix up multi-tty merge. | 1389 Fix up multi-tty merge. |
1529 (GC_PROCESSP, GC_WINDOWP, GC_SUBRP, GC_COMPILEDP, GC_BUFFERP) | 1529 (GC_PROCESSP, GC_WINDOWP, GC_SUBRP, GC_COMPILEDP, GC_BUFFERP) |
1530 (GC_SUB_CHAR_TABLE_P, GC_CHAR_TABLE_P, GC_BOOL_VECTOR_P, GC_FRAMEP) | 1530 (GC_SUB_CHAR_TABLE_P, GC_CHAR_TABLE_P, GC_BOOL_VECTOR_P, GC_FRAMEP) |
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 |
1553 2008-02-01 Kenichi Handa <handa@m17n.org> | 1553 2008-02-01 Kenichi Handa <handa@m17n.org> |
1554 | 1554 |
1555 * chartab.c (map_sub_char_table): Make it work for the top-level | 1555 * chartab.c (map_sub_char_table): Make it work for the top-level |
1556 char-table. Fix handling of parent char-table. | 1556 char-table. Fix handling of parent char-table. |
5966 | 5966 |
5967 2008-01-13 Dan Nicolaescu <dann@ics.uci.edu> | 5967 2008-01-13 Dan Nicolaescu <dann@ics.uci.edu> |
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: |
5976 * emacs.c: | 5976 * emacs.c: |
5977 * fileio.c: | 5977 * fileio.c: |