diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e7d8f0652cc..5dba3964f1c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,20 @@ | |||
| 1 | 2012-12-09 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | Parallelize byte compilation on MS-Windows. | ||
| 4 | * makefile.w32-in (WINS_BASIC1, WINS_BASIC2, WINS_BASIC3) | ||
| 5 | (WINS_BASIC4): New variables, subdivide subdirectories into 4 | ||
| 6 | parts. | ||
| 7 | (WINS_BASIC): Define as concatenation of the above. | ||
| 8 | (compile): Subdivide into 4 separate and independent jobs that can | ||
| 9 | be run in parallel. | ||
| 10 | (compile0-CMD, compile0-SH): New targets for compiling | ||
| 11 | COMPILE_FIRST files, which are prerequisites for the rest of the | ||
| 12 | byte-compilation. | ||
| 13 | (compile1-CMD, compile2-CMD, compile3-CMD, compile4-CMD): New | ||
| 14 | targets for parallel compilation with cmd.exe. | ||
| 15 | (compile1-SH, compile2-SH, compile3-SH, compile4-SH): Ditto for | ||
| 16 | compiling under a Unixy shell. | ||
| 17 | |||
| 1 | 2012-12-09 Chong Yidong <cyd@gnu.org> | 18 | 2012-12-09 Chong Yidong <cyd@gnu.org> |
| 2 | 19 | ||
| 3 | * simple.el (set-mark-default-inactive): Delete this | 20 | * simple.el (set-mark-default-inactive): Delete this |