Mercurial > emacs
comparison src/ChangeLog.5 @ 90106:bf0d492ea2d5
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-16
Merge from emacs--cvs-trunk--0
Patches applied:
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-106
- miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-110
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-111
Merge from gnus--rel--5.10
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-112
- miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-113
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-114
<no summary provided>
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-115
- miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-123
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-124
Merge from gnus--rel--5.10
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-17
- miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-19
Update from CVS
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-20
Merge from emacs--cvs-trunk--0
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-21
More work on moving images to etc/images
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-22
Update from CVS
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-23
Fix errors with image-file installation
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-24
etc/Makefile.in (install): Put gnus-tut.txt in the right place.
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-25
etc/Makefile.in (install, uninstall): Fix installed image dirs.
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-26
etc/Makefile.in (install): Create $(etcdir)/images/gnus dir.
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-27
Update from CVS
author | Miles Bader <miles@gnu.org> |
---|---|
date | Wed, 23 Feb 2005 09:18:23 +0000 |
parents | 68c22ea6027c 7dd8b773f3c8 |
children | 95d0cdf160ea |
comparison
equal
deleted
inserted
replaced
90105:7e3f621f1dd4 | 90106:bf0d492ea2d5 |
---|---|
3403 * systty.h: Have just one conditional to include unistd.h. | 3403 * systty.h: Have just one conditional to include unistd.h. |
3404 Test NEED_UNISTD_H, not AIX and IRIX4. | 3404 Test NEED_UNISTD_H, not AIX and IRIX4. |
3405 (UNISTD_H_INCLUDED): Don't define or test this. | 3405 (UNISTD_H_INCLUDED): Don't define or test this. |
3406 * m/ibm370aix.h (NEED_UNISTD_H): Defined. | 3406 * m/ibm370aix.h (NEED_UNISTD_H): Defined. |
3407 * s/aix3-1.h (NEED_UNISTD_H): Defined. | 3407 * s/aix3-1.h (NEED_UNISTD_H): Defined. |
3408 * s/irix4-0.h (NEED_UNISTD_H): Defined. | 3408 * s/irix4-0.h (NEED_UNISTD_H): Define. |
3409 | 3409 |
3410 * fileio.c (internal_delete_file, internal_delete_file_1): | 3410 * fileio.c (internal_delete_file, internal_delete_file_1): |
3411 New functions. | 3411 New functions. |
3412 * buffer.c (Fkill_buffer): Use internal_delete_file. | 3412 * buffer.c (Fkill_buffer): Use internal_delete_file. |
3413 * callproc.c (delete_temp_file): Use internal_delete_file. | 3413 * callproc.c (delete_temp_file): Use internal_delete_file. |
3417 * search.c (search_regs_saved): Don't initialize; it dumps as pure. | 3417 * search.c (search_regs_saved): Don't initialize; it dumps as pure. |
3418 | 3418 |
3419 1994-11-24 Francesco Potorti` <pot@cnuce.cnr.it> | 3419 1994-11-24 Francesco Potorti` <pot@cnuce.cnr.it> |
3420 | 3420 |
3421 * m/delta.h (C_SWITCH_MACHINE): -inline-functions removed, | 3421 * m/delta.h (C_SWITCH_MACHINE): -inline-functions removed, |
3422 because the compiler shipped with R3V7 is not stable. | 3422 because the compiler shipped with R3V7 is not stable. |
3423 | 3423 |
3424 1994-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu> | 3424 1994-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu> |
3425 | 3425 |
3426 * keyboard.c (command_loop_1): Use safe_run_hooks to run | 3426 * keyboard.c (command_loop_1): Use safe_run_hooks to run |
3427 deferred-action-function. | 3427 deferred-action-function. |
3441 * minibuf.c (Fminibuffer_complete_and_exit): | 3441 * minibuf.c (Fminibuffer_complete_and_exit): |
3442 Catch errors in do_completion. | 3442 Catch errors in do_completion. |
3443 (complete_and_exit_1, complete_and_exit_2): New subroutines. | 3443 (complete_and_exit_1, complete_and_exit_2): New subroutines. |
3444 | 3444 |
3445 * s/aix4.h: New file. | 3445 * s/aix4.h: New file. |
3446 * s/aix3-1.h (AIXHFT): Defined. | 3446 * s/aix3-1.h (AIXHFT): Define. |
3447 * m/ibmrs6000.h (OBJECTS_MACHINE): Define only if AIXHFT. | 3447 * m/ibmrs6000.h (OBJECTS_MACHINE): Define only if AIXHFT. |
3448 | 3448 |
3449 * sysdep.c (init_sys_modes): Tes AIXHFT, not AIX. | 3449 * sysdep.c (init_sys_modes): Tes AIXHFT, not AIX. |
3450 (reset_sys_modes): Test AIXHFT. | 3450 (reset_sys_modes): Test AIXHFT. |
3451 (hft_init, hft_reset): Test AIXHFT, not AIX. | 3451 (hft_init, hft_reset): Test AIXHFT, not AIX. |
6449 Set Vwrite_region_annotations_so_far. | 6449 Set Vwrite_region_annotations_so_far. |
6450 (Fwrite_region): Handle change of buffer in build_annotations. | 6450 (Fwrite_region): Handle change of buffer in build_annotations. |
6451 Add an unwind protect to restore original buffer and kill the temp. | 6451 Add an unwind protect to restore original buffer and kill the temp. |
6452 | 6452 |
6453 * sysdep.c (init_system_name): Retry gethostbyname after TRY_AGAIN | 6453 * sysdep.c (init_system_name): Retry gethostbyname after TRY_AGAIN |
6454 failure. | 6454 failure. |
6455 | 6455 |
6456 * process.c (Fopen_network_stream): | 6456 * process.c (Fopen_network_stream): |
6457 Retry gethostbyname after TRY_AGAIN failure. | 6457 Retry gethostbyname after TRY_AGAIN failure. |
6458 | 6458 |
6459 * s/isc4-0.h [__GNUC__] (LIBX11_SYSTEM): Add -lcposix. | 6459 * s/isc4-0.h [__GNUC__] (LIBX11_SYSTEM): Add -lcposix. |
6475 (command_loop_1): Handle them. | 6475 (command_loop_1): Handle them. |
6476 (syms_of_keyboard): Set up Lisp variables. | 6476 (syms_of_keyboard): Set up Lisp variables. |
6477 | 6477 |
6478 * s/linux.h [emacs]: Include stdio.h. | 6478 * s/linux.h [emacs]: Include stdio.h. |
6479 | 6479 |
6480 * commands.h (unread_command_char): Declared. | 6480 * commands.h (unread_command_char): Declare. |
6481 * dispnew.c (sit_for): Return immediately if unread events exist. | 6481 * dispnew.c (sit_for): Return immediately if unread events exist. |
6482 | 6482 |
6483 1994-07-17 Richard Stallman (rms@mole.gnu.ai.mit.edu) | 6483 1994-07-17 Richard Stallman (rms@mole.gnu.ai.mit.edu) |
6484 | 6484 |
6485 * textprop.c (Fget_text_property): Simplify using Ftext_properties_at. | 6485 * textprop.c (Fget_text_property): Simplify using Ftext_properties_at. |