diff options
| author | Joakim Verona | 2012-08-15 21:49:40 +0200 |
|---|---|---|
| committer | Joakim Verona | 2012-08-15 21:49:40 +0200 |
| commit | b648c26ec642a1dc58c0bd7e59d6011b964dbe37 (patch) | |
| tree | f0f3b38ffa9054702f475fc53622e28da14f97b1 /lib-src/ChangeLog | |
| parent | c8b0fc1999006af5a4317b44068fac13d9592143 (diff) | |
| parent | 94c9ece10275f8ca9323c38f93607f1046035c79 (diff) | |
| download | emacs-b648c26ec642a1dc58c0bd7e59d6011b964dbe37.tar.gz emacs-b648c26ec642a1dc58c0bd7e59d6011b964dbe37.zip | |
upstream
Diffstat (limited to 'lib-src/ChangeLog')
| -rw-r--r-- | lib-src/ChangeLog | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index c5d6ed6eaf0..f3fd3751005 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,54 @@ | |||
| 1 | 2012-08-15 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | * etags.c (Pascal_functions): Fix parenthesization typo. | ||
| 4 | |||
| 5 | 2012-08-14 Paul Eggert <eggert@cs.ucla.edu> | ||
| 6 | |||
| 7 | * make-docfile.c (enum global_type): Sort values roughly in | ||
| 8 | decreasing alignment, except put functions last. | ||
| 9 | (compare_globals): Use this new property of enum global_type. | ||
| 10 | (write_globals): Use bool, not int, for booleans. | ||
| 11 | |||
| 12 | 2012-08-10 Glenn Morris <rgm@gnu.org> | ||
| 13 | |||
| 14 | * make-docfile.c (IF_LINT): | ||
| 15 | * emacsclient.c (IF_LINT): Remove (in config.h now). | ||
| 16 | |||
| 17 | * make-docfile.c (main): | ||
| 18 | (fopen) [!WINDOWSNT]: | ||
| 19 | (chdir) [!DOS_NT]: No more need to undef. | ||
| 20 | |||
| 21 | * movemail.c (DIRECTORY_SEP, IS_DIRECTORY_SEP): | ||
| 22 | * make-docfile.c (DIRECTORY_SEP, IS_DIRECTORY_SEP): | ||
| 23 | * emacsclient.c (DIRECTORY_SEP, IS_DIRECTORY_SEP, IS_DEVICE_SEP): | ||
| 24 | Remove (they are in config.h now). | ||
| 25 | |||
| 26 | * ebrowse.c (PATH_LIST_SEPARATOR): | ||
| 27 | Remove, and replace with SEPCHAR from config.h. | ||
| 28 | |||
| 29 | 2012-08-03 Juanma Barranquero <lekktu@gmail.com> | ||
| 30 | |||
| 31 | * makefile.w32-in (LOCAL_FLAGS): Remove WINDOWSNT and DOS_NT, | ||
| 32 | they are always defined in config.h. | ||
| 33 | |||
| 34 | 2012-08-03 Eli Zaretskii <eliz@gnu.org> | ||
| 35 | |||
| 36 | * ntlib.c (lstat): New function, calls 'stat'. | ||
| 37 | |||
| 38 | 2012-08-02 Paul Eggert <eggert@cs.ucla.edu> | ||
| 39 | |||
| 40 | Use C99-style 'extern inline' if available. | ||
| 41 | * profile.c (SYSTIME_INLINE): Define. | ||
| 42 | |||
| 43 | 2012-08-02 Glenn Morris <rgm@gnu.org> | ||
| 44 | |||
| 45 | * makefile.w32-in (MS_W32_H): Update for new ms-w32.h location. | ||
| 46 | |||
| 47 | 2012-08-01 Glenn Morris <rgm@gnu.org> | ||
| 48 | |||
| 49 | * Makefile.in (config_h): New variable. | ||
| 50 | Use throughout in place of ../src/config.h. | ||
| 51 | |||
| 1 | 2012-08-01 Juanma Barranquero <lekktu@gmail.com> | 52 | 2012-08-01 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 53 | ||
| 3 | * makefile.w32-in (CONFIG_H): Update dependencies. | 54 | * makefile.w32-in (CONFIG_H): Update dependencies. |