aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog.5
diff options
context:
space:
mode:
authorPaul Eggert2014-11-24 17:14:29 -0800
committerPaul Eggert2014-11-24 17:16:27 -0800
commitf24c8f98ec50a3725ccf793dbd09752fec79a3a1 (patch)
tree2814140989d7816c083b1a4c79f733746827fb84 /src/ChangeLog.5
parent4e7112e8a32e537044341a38749bbdc8c234c134 (diff)
downloademacs-f24c8f98ec50a3725ccf793dbd09752fec79a3a1.tar.gz
emacs-f24c8f98ec50a3725ccf793dbd09752fec79a3a1.zip
Fix white-space problems in ChangeLogs.
Diffstat (limited to 'src/ChangeLog.5')
-rw-r--r--src/ChangeLog.5158
1 files changed, 79 insertions, 79 deletions
diff --git a/src/ChangeLog.5 b/src/ChangeLog.5
index dcb7f668b1e..1de7775c465 100644
--- a/src/ChangeLog.5
+++ b/src/ChangeLog.5
@@ -473,10 +473,10 @@
473 473
4741995-05-28 Morten Welinder <terra+@cs.cmu.edu> 4741995-05-28 Morten Welinder <terra+@cs.cmu.edu>
475 475
476 * s/osf1.h (COFF): Define. 476 * s/osf1.h (COFF): Define.
477 * m/alpha.h (LD_SWITCH_MACHINE) [!__GNUC__]: Don't define. 477 * m/alpha.h (LD_SWITCH_MACHINE) [!__GNUC__]: Don't define.
478 (r_alloc, r_re_alloc, r_alloc_free) [REL_ALLOC, 478 (r_alloc, r_re_alloc, r_alloc_free) [REL_ALLOC,
479 !_MALLOC_INTERNAL, !NOT_C_CODE]: Prototype. 479 !_MALLOC_INTERNAL, !NOT_C_CODE]: Prototype.
480 480
4811995-05-28 Richard Stallman <rms@gnu.ai.mit.edu> 4811995-05-28 Richard Stallman <rms@gnu.ai.mit.edu>
482 482
@@ -1281,18 +1281,18 @@
1281 1281
1282 * ntinevt.c (nt_kdb_patch_event): Created. 1282 * ntinevt.c (nt_kdb_patch_event): Created.
1283 1283
1284 * callproc.c (child_setup) [WINDOWSNT]: Removed syntax errors. 1284 * callproc.c (child_setup) [WINDOWSNT]: Removed syntax errors.
1285 1285
1286 * dired.c (Ffile_attributes) [WINDOWSNT]: Removed syntax errors. 1286 * dired.c (Ffile_attributes) [WINDOWSNT]: Removed syntax errors.
1287 1287
1288 * fileio.c (Fexpand_file_name) [DOS_NT]: Preserve drive letter case. 1288 * fileio.c (Fexpand_file_name) [DOS_NT]: Preserve drive letter case.
1289 Fix syntax errors. 1289 Fix syntax errors.
1290 Check drive letter when expanding ~\. 1290 Check drive letter when expanding ~\.
1291 1291
1292 * sysdep.c (sys_subshell) [WINDOWSNT]: Don't invoke restore_console. 1292 * sysdep.c (sys_subshell) [WINDOWSNT]: Don't invoke restore_console.
1293 1293
1294 * ntproc.c (win32_wait): Reap synchronous subprocesses, and place 1294 * ntproc.c (win32_wait): Reap synchronous subprocesses, and place
1295 return code in synch_process_retcode. 1295 return code in synch_process_retcode.
1296 1296
1297 * s/windowsnt.h (ctime): Defined to be nt_ctime. 1297 * s/windowsnt.h (ctime): Defined to be nt_ctime.
1298 (NULL): Defined when missing from included system files. 1298 (NULL): Defined when missing from included system files.
@@ -1351,7 +1351,7 @@
1351 (get_inode_and_device_vals): Handle directories. 1351 (get_inode_and_device_vals): Handle directories.
1352 1352
1353 * fileio.c (Fexpand_file_name) [DOS_NT]: Don't strip slash from 1353 * fileio.c (Fexpand_file_name) [DOS_NT]: Don't strip slash from
1354 default dirs like "C:\\" 1354 default dirs like "C:\\"
1355 1355
1356 * makefile.nt (all): Use COMPAT_LIB in library list. 1356 * makefile.nt (all): Use COMPAT_LIB in library list.
1357 Use DEL_TREE instead of delnode. 1357 Use DEL_TREE instead of delnode.
@@ -1503,9 +1503,9 @@
1503 1503
15041995-04-08 Noah Friedman <friedman@prep.ai.mit.edu> 15041995-04-08 Noah Friedman <friedman@prep.ai.mit.edu>
1505 1505
1506 * window.c (Fnext_window, Fprevious_window): If all_frames is a 1506 * window.c (Fnext_window, Fprevious_window): If all_frames is a
1507 frame and window is not on that frame, return the first window on 1507 frame and window is not on that frame, return the first window on
1508 that frame. 1508 that frame.
1509 1509
15101995-04-07 Richard Stallman <rms@mole.gnu.ai.mit.edu> 15101995-04-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
1511 1511
@@ -2899,7 +2899,7 @@
28991995-01-10 Richard Stallman <rms@mole.gnu.ai.mit.edu> 28991995-01-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2900 2900
2901 * emacs.c (main): Handle SIGABRT, SIGHWE, SIGPRE, SIGORE, SIGDLK, 2901 * emacs.c (main): Handle SIGABRT, SIGHWE, SIGPRE, SIGORE, SIGDLK,
2902 SIGCPULIM, if they are defined. 2902 SIGCPULIM, if they are defined.
2903 2903
2904 * alloc.c (DONT_COPY_FLAG): New bit flag. 2904 * alloc.c (DONT_COPY_FLAG): New bit flag.
2905 (mark_object, gc_sweep, compact_strings): Use it. 2905 (mark_object, gc_sweep, compact_strings): Use it.
@@ -3547,7 +3547,7 @@
35471994-11-16 Roland McGrath <roland@churchy.gnu.ai.mit.edu> 35471994-11-16 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
3548 3548
3549 * xdisp.c (try_window): Don't pass window to Fget_char_property; 3549 * xdisp.c (try_window): Don't pass window to Fget_char_property;
3550 pass its buffer. 3550 pass its buffer.
3551 (display_text_line): Likewise. 3551 (display_text_line): Likewise.
3552 3552
35531994-11-16 Francesco Potortì (pot@cnuce.cnr.it) 35531994-11-16 Francesco Potortì (pot@cnuce.cnr.it)
@@ -3770,7 +3770,7 @@
37701994-11-07 Roland McGrath <roland@churchy.gnu.ai.mit.edu> 37701994-11-07 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
3771 3771
3772 * keyboard.c: Move decl of input_fd outside of #ifdef 3772 * keyboard.c: Move decl of input_fd outside of #ifdef
3773 HAVE_X_WINDOWS. 3773 HAVE_X_WINDOWS.
3774 3774
37751994-11-03 Karl Heuer <kwzh@hal.gnu.ai.mit.edu> 37751994-11-03 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
3776 3776
@@ -3788,7 +3788,7 @@
3788 (HAVE_MOUSE): Defined. 3788 (HAVE_MOUSE): Defined.
3789 3789
3790 * ntheap.c (sbrk): Allow request sizes to be different than the 3790 * ntheap.c (sbrk): Allow request sizes to be different than the
3791 page size. 3791 page size.
3792 3792
3793 * makefile.nt: Changed references of m\m-windowsnt.h to 3793 * makefile.nt: Changed references of m\m-windowsnt.h to
3794 m\intel386.h and of s\s-windowsnt.h to s\windowsnt.h. 3794 m\intel386.h and of s\s-windowsnt.h to s\windowsnt.h.
@@ -4087,7 +4087,7 @@
4087 4087
40881994-10-25 Karl Fogel (kfogel@phylo.life.uiuc.edu) 40881994-10-25 Karl Fogel (kfogel@phylo.life.uiuc.edu)
4089 4089
4090 * window.c (Vtemp_buffer_show_function): Doc fix. 4090 * window.c (Vtemp_buffer_show_function): Doc fix.
4091 4091
40921994-10-25 Richard Stallman <rms@mole.gnu.ai.mit.edu> 40921994-10-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4093 4093
@@ -4780,7 +4780,7 @@
4780 * xmenu.c: Delete HAVE_X11 conditionals. 4780 * xmenu.c: Delete HAVE_X11 conditionals.
4781 4781
4782 * xfaces.c (compute_base_face): Use FRAME_FOREGROUND_PIXEL, 4782 * xfaces.c (compute_base_face): Use FRAME_FOREGROUND_PIXEL,
4783 FRAME_BACKGROUND_PIXEL, FRAME_FONT. 4783 FRAME_BACKGROUND_PIXEL, FRAME_FONT.
4784 4784
4785 * xterm.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL) 4785 * xterm.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL)
4786 (FRAME_FONT): New macros. 4786 (FRAME_FONT): New macros.
@@ -4973,59 +4973,59 @@
4973 4973
49741994-10-09 Jim Blandy <jimb@geech.gnu.ai.mit.edu> 49741994-10-09 Jim Blandy <jimb@geech.gnu.ai.mit.edu>
4975 4975
4976 Cache the results of some scans, to improve performance in buffers 4976 Cache the results of some scans, to improve performance in buffers
4977 containing very long lines. 4977 containing very long lines.
4978 * region-cache.c, region-cache.h: New files. 4978 * region-cache.c, region-cache.h: New files.
4979 * Makefile.in.in (obj) Add region-cache.o to the list of files. 4979 * Makefile.in.in (obj) Add region-cache.o to the list of files.
4980 (region-cache.o): New target. 4980 (region-cache.o): New target.
4981 (buffer.o, indent.o, search.o): Depend on region-cache.h. 4981 (buffer.o, indent.o, search.o): Depend on region-cache.h.
4982 * buffer.h (struct buffer): New members: newline_cache, 4982 * buffer.h (struct buffer): New members: newline_cache,
4983 width_run_cache, width_table, and cache_long_line_scans. 4983 width_run_cache, width_table, and cache_long_line_scans.
4984 * buffer.c: #include region-cache.h. 4984 * buffer.c: #include region-cache.h.
4985 (Fget_buffer_create): Initialize new members of struct buffer. 4985 (Fget_buffer_create): Initialize new members of struct buffer.
4986 (Fkill_buffer): Free memory occupied by caches. 4986 (Fkill_buffer): Free memory occupied by caches.
4987 (init_buffer_once): Set default value for cache_long_line_scans in 4987 (init_buffer_once): Set default value for cache_long_line_scans in
4988 buffer_defaults, and give it a bit in buffer_local_flags. 4988 buffer_defaults, and give it a bit in buffer_local_flags.
4989 (syms_of_buffer): Add DEFVAR_PER_BUFFER for cache_long_line_scans. 4989 (syms_of_buffer): Add DEFVAR_PER_BUFFER for cache_long_line_scans.
4990 * insdel.c (prepare_to_modify_buffer): Invalidate width run and 4990 * insdel.c (prepare_to_modify_buffer): Invalidate width run and
4991 newline caches, if they exist. 4991 newline caches, if they exist.
4992 * search.c: #include "region-cache.h". 4992 * search.c: #include "region-cache.h".
4993 (max, min): Make these functions, not macros; we'd like to pass 4993 (max, min): Make these functions, not macros; we'd like to pass
4994 them arguments that would be bad to evaluate more than once. 4994 them arguments that would be bad to evaluate more than once.
4995 (newline_cache_on_off): New function. 4995 (newline_cache_on_off): New function.
4996 (scan_buffer): New argument END. Call newline_cache_on_off. If 4996 (scan_buffer): New argument END. Call newline_cache_on_off. If
4997 this buffer's newline cache is enabled, consult it to see if we 4997 this buffer's newline cache is enabled, consult it to see if we
4998 need to scan a region for newlines, and store information in the 4998 need to scan a region for newlines, and store information in the
4999 cache after doing so. 4999 cache after doing so.
5000 (find_next_newline): Pass new arg to scan_buffer. 5000 (find_next_newline): Pass new arg to scan_buffer.
5001 (find_before_next_newline): New function. 5001 (find_before_next_newline): New function.
5002 * cmds.c (Fforward_line): Call scan_buffer with new args. 5002 * cmds.c (Fforward_line): Call scan_buffer with new args.
5003 (Fend_of_line): Replace call to Fforward_line and search loop with 5003 (Fend_of_line): Replace call to Fforward_line and search loop with
5004 call to find_before_next_newline. 5004 call to find_before_next_newline.
5005 * syntax.c (find_defun_start): Call scan_buffer with new args. 5005 * syntax.c (find_defun_start): Call scan_buffer with new args.
5006 * indent.c: #include "region-cache.h". 5006 * indent.c: #include "region-cache.h".
5007 (character_width, disptab_matches_widthtab, recompute_width_table, 5007 (character_width, disptab_matches_widthtab, recompute_width_table,
5008 width_run_cache_on_off): New functions. 5008 width_run_cache_on_off): New functions.
5009 (compute_motion): Call width_run_cache_on_off. If this buffer's 5009 (compute_motion): Call width_run_cache_on_off. If this buffer's
5010 width run cache is enabled, consult it to see if we need to 5010 width run cache is enabled, consult it to see if we need to
5011 traverse a region character-by-character; store information in the 5011 traverse a region character-by-character; store information in the
5012 cache after doing so. Call find_before_next_newline instead of 5012 cache after doing so. Call find_before_next_newline instead of
5013 writing out an equivalent loop explicitly, to take advantage of 5013 writing out an equivalent loop explicitly, to take advantage of
5014 the newline cache. 5014 the newline cache.
5015 Doc fixes. 5015 Doc fixes.
5016 * xdisp.c (redisplay_window): Invalidate width_run_cache, if the 5016 * xdisp.c (redisplay_window): Invalidate width_run_cache, if the
5017 buffer's display table doesn't match the width table the cache was 5017 buffer's display table doesn't match the width table the cache was
5018 built for. 5018 built for.
5019 (display_text_line): Use compute_motion to skip forward to the 5019 (display_text_line): Use compute_motion to skip forward to the
5020 left edge of the window when the window is hscrolled; this is 5020 left edge of the window when the window is hscrolled; this is
5021 faster than rendering all the characters into the bit bucket when 5021 faster than rendering all the characters into the bit bucket when
5022 the hscroll is large. 5022 the hscroll is large.
5023 Doc fixes. 5023 Doc fixes.
5024 (display_count_lines): Call scan_buffer with new args. 5024 (display_count_lines): Call scan_buffer with new args.
5025 * disptab.h (window_display_table): Doc fix. 5025 * disptab.h (window_display_table): Doc fix.
5026 (buffer_display_table): New declaration. 5026 (buffer_display_table): New declaration.
5027 * indent.h (disptab_matches_widthtab, recompute_width_table): New 5027 * indent.h (disptab_matches_widthtab, recompute_width_table): New
5028 declarations. 5028 declarations.
5029 5029
50301994-10-08 Richard Stallman <rms@mole.gnu.ai.mit.edu> 50301994-10-08 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5031 5031
@@ -5194,13 +5194,13 @@
5194 independence. Enable using editres for X11R5. 5194 independence. Enable using editres for X11R5.
5195 5195
5196 * widget.c (EmacsFrameSetCharSize): Use lw_refigure_widget for 5196 * widget.c (EmacsFrameSetCharSize): Use lw_refigure_widget for
5197 widget set independence. 5197 widget set independence.
5198 5198
5199 * widget.h: Declare resources showGrip, allowResize, and 5199 * widget.h: Declare resources showGrip, allowResize, and
5200 resizeToPreferred. 5200 resizeToPreferred.
5201 5201
5202 * keyboard.c (make_lispy_event): Do not set item. Now handled in 5202 * keyboard.c (make_lispy_event): Do not set item. Now handled in
5203 xmenu.c by popup_get_selection. 5203 xmenu.c by popup_get_selection.
5204 5204
52051994-10-01 Richard Stallman <rms@mole.gnu.ai.mit.edu> 52051994-10-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5206 5206
@@ -5375,7 +5375,7 @@
5375 5375
5376 * process.c (Fprocess_send_eof): Delete DID_REMOTE conditional. 5376 * process.c (Fprocess_send_eof): Delete DID_REMOTE conditional.
5377 5377
5378 * buffer.c (get-file-buffer): Doc fix. 5378 * buffer.c (get-file-buffer): Doc fix.
5379 5379
53801994-09-23 Richard Stallman <rms@mole.gnu.ai.mit.edu> 53801994-09-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5381 5381
@@ -5580,7 +5580,7 @@
5580 5580
55811994-09-19 Jim Blandy <jimb@geech.gnu.ai.mit.edu> 55811994-09-19 Jim Blandy <jimb@geech.gnu.ai.mit.edu>
5582 5582
5583 Add a new element to display tables controlling side-by-side 5583 Add a new element to display tables controlling side-by-side
5584 window borders. 5584 window borders.
5585 * buffer.c (syms_of_buffer): Update doc string for 5585 * buffer.c (syms_of_buffer): Update doc string for
5586 `buffer-display-table'. 5586 `buffer-display-table'.
@@ -6207,7 +6207,7 @@
6207 * Makefile.in.in (FRAME_SUPPORT): Add faces.elc. 6207 * Makefile.in.in (FRAME_SUPPORT): Add faces.elc.
6208 6208
6209 * search.c (Freplace_match): Treat caseless initial like a 6209 * search.c (Freplace_match): Treat caseless initial like a
6210 lowercase initial. 6210 lowercase initial.
6211 6211
6212 * keymap.c (Fdefine_key): Fix error message. 6212 * keymap.c (Fdefine_key): Fix error message.
6213 (Fsingle_key_description): Likewise. 6213 (Fsingle_key_description): Likewise.
@@ -6418,8 +6418,8 @@
6418 6418
64191994-07-23 Jim Blandy (jimb@totoro.bio.indiana.edu) 64191994-07-23 Jim Blandy (jimb@totoro.bio.indiana.edu)
6420 6420
6421 * .gdbinit: Set the breakpoint in x_error_quitter instead of 6421 * .gdbinit: Set the breakpoint in x_error_quitter instead of
6422 _XPrintDefaultError. 6422 _XPrintDefaultError.
6423 6423
64241994-07-20 Richard Stallman (rms@mole.gnu.ai.mit.edu) 64241994-07-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6425 6425
@@ -6910,7 +6910,7 @@
69101994-06-16 Roland McGrath (roland@geech.gnu.ai.mit.edu) 69101994-06-16 Roland McGrath (roland@geech.gnu.ai.mit.edu)
6911 6911
6912 * unexec.c: Include <sys/file.h> and [USG5] <fcntl.h> to define 6912 * unexec.c: Include <sys/file.h> and [USG5] <fcntl.h> to define
6913 O_* macros. 6913 O_* macros.
6914 (O_RDONLY, O_RDWR): Define if undefined. 6914 (O_RDONLY, O_RDWR): Define if undefined.
6915 [emacs] (report_error): Use report_file_error so the user can tell 6915 [emacs] (report_error): Use report_file_error so the user can tell
6916 what the errno code was. 6916 what the errno code was.