diff options
| author | Joakim Verona | 2013-02-10 00:03:41 +0100 |
|---|---|---|
| committer | Joakim Verona | 2013-02-10 00:03:41 +0100 |
| commit | 33cc2cd4d53f845b7d1e681dbbe8166acdb652c3 (patch) | |
| tree | 551834731473d23116e08cb89facebbc8bad03db /src/ChangeLog | |
| parent | 4df065db6acba3975884b435422773ab97f32a00 (diff) | |
| parent | eff1c1900f47ec5dfb6d435325b366362d09d2db (diff) | |
| download | emacs-33cc2cd4d53f845b7d1e681dbbe8166acdb652c3.tar.gz emacs-33cc2cd4d53f845b7d1e681dbbe8166acdb652c3.zip | |
auto upstream
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 46f872ba29d..05d69382855 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,25 @@ | |||
| 1 | 2013-02-09 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Minor hashing refactoring. | ||
| 4 | * fns.c (SXHASH_REDUCE): Move to lisp.h. | ||
| 5 | (sxhash_float): Return EMACS_UINT, for consistency with the other | ||
| 6 | hash functions. | ||
| 7 | * lisp.h (INTMASK): Now a macro, since SXHASH_REDUCE is now a | ||
| 8 | non-static inline function and therefore can't use static vars. | ||
| 9 | (SXHASH_REDUCE): Move here from fns.c, and make it inline. | ||
| 10 | * profiler.c (hashfn_profiler): Use SXHASH_REDUCE, to be consistent | ||
| 11 | with the other hash functions. | ||
| 12 | |||
| 13 | 2013-02-09 Eli Zaretskii <eliz@gnu.org> | ||
| 14 | |||
| 15 | * callproc.c (Fcall_process_region) [WINDOWSNT]: Make sure the | ||
| 16 | XXXXXX part of the temporary file pattern is not downcased even | ||
| 17 | when w32-downcase-file-names is non-nil. (Bug#13661) | ||
| 18 | |||
| 19 | * xdisp.c (decode_mode_spec): Remove handling of %t. | ||
| 20 | |||
| 21 | * msdos.c (careadlinkatcwd): Remove. | ||
| 22 | |||
| 1 | 2013-02-08 Stefan Monnier <monnier@iro.umontreal.ca> | 23 | 2013-02-08 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 24 | ||
| 3 | * lread.c (skip_dyn_bytes): New function (bug#12598). | 25 | * lread.c (skip_dyn_bytes): New function (bug#12598). |