diff options
| author | Kenichi Handa | 2012-08-16 21:25:17 +0900 |
|---|---|---|
| committer | Kenichi Handa | 2012-08-16 21:25:17 +0900 |
| commit | d75ffb4ed0b2e72a9361a07d16a5c884a9459728 (patch) | |
| tree | 8ac5a6a8ae033fef7fbc7fb7b09a703ef4b0ed5b /lib-src/ChangeLog | |
| parent | 69c41c4070c86baac11a627e9c3d366420aeb7cc (diff) | |
| parent | 250c8ab9b8f6322959fa3122db83944c30c3894b (diff) | |
| download | emacs-d75ffb4ed0b2e72a9361a07d16a5c884a9459728.tar.gz emacs-d75ffb4ed0b2e72a9361a07d16a5c884a9459728.zip | |
merge trunk
Diffstat (limited to 'lib-src/ChangeLog')
| -rw-r--r-- | lib-src/ChangeLog | 67 |
1 files changed, 67 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 4f4d2b50a00..f3fd3751005 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,70 @@ | |||
| 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 | |||
| 52 | 2012-08-01 Juanma Barranquero <lekktu@gmail.com> | ||
| 53 | |||
| 54 | * makefile.w32-in (CONFIG_H): Update dependencies. | ||
| 55 | (CONF_POST_H): New macro. | ||
| 56 | |||
| 57 | 2012-07-30 Paul Eggert <eggert@cs.ucla.edu> | ||
| 58 | |||
| 59 | Update .PHONY listings in makefiles. | ||
| 60 | * Makefile.in (.PHONY): Add all, need-blessmail, maybe-blessmail, | ||
| 61 | install, uninstall, mostlyclean, clean, distclean, | ||
| 62 | maintainer-clean, extraclean, check, tags. | ||
| 63 | |||
| 64 | 2012-07-29 Eli Zaretskii <eliz@gnu.org> | ||
| 65 | |||
| 66 | * makefile.w32-in ($(BLD)/profile.$(O)): Depend on stamp_BLD. | ||
| 67 | |||
| 1 | 2012-07-12 Paul Eggert <eggert@cs.ucla.edu> | 68 | 2012-07-12 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 69 | ||
| 3 | * movemail.c: Add missing 'defined'. | 70 | * movemail.c: Add missing 'defined'. |