diff options
Diffstat (limited to 'lib-src/ChangeLog')
| -rw-r--r-- | lib-src/ChangeLog | 38 |
1 files changed, 34 insertions, 4 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 0f24b234972..160a19099a3 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,33 @@ | |||
| 1 | 2010-11-27 Joe Matarazzo <joe.matarazzo@gmail.com> (tiny change) | ||
| 2 | |||
| 3 | * ebrowse.c (yylex): If end of input buffer encountered while | ||
| 4 | searching for a newline after "//", return YYEOF. (Bug#7446) | ||
| 5 | |||
| 6 | 2010-11-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | ||
| 7 | |||
| 8 | * emacsclient.c (set_local_socket) [DARWIN_OS]: Add fall-back | ||
| 9 | definition of _CS_DARWIN_USER_TEMP_DIR for Mac OS X 10.4 and older. | ||
| 10 | |||
| 11 | 2010-11-15 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 12 | |||
| 13 | * test-distrib.c: Remove include guards for config.h and fcntl.h. | ||
| 14 | (O_RDONLY): Do not define. | ||
| 15 | (cool_read): Fix type for variable "sofar". | ||
| 16 | |||
| 17 | 2010-10-25 Glenn Morris <rgm@gnu.org> | ||
| 18 | |||
| 19 | * makefile.w32-in (OTHER_PLATFORM_SUPPORT): Remove easymenu.elc. | ||
| 20 | |||
| 21 | 2010-10-23 Glenn Morris <rgm@gnu.org> | ||
| 22 | |||
| 23 | * digest-doc.c, sorted-doc.c: Remove files. | ||
| 24 | * Makefile.in (UTILITIES): Remove digest-doc and sorted-doc. | ||
| 25 | (digest-doc${EXEEXT}, sorted-doc${EXEEXT}): Remove rules. | ||
| 26 | * makefile.w32-in (ALL): Remove digest-doc and sorted-doc. | ||
| 27 | ($(BLD)/sorted-doc.exe, $(BLD)/digest-doc.exe, sorted-doc, digest-doc) | ||
| 28 | ($(BLD)/digest-doc.$(O), $(BLD)/sorted-doc.$(O)): Remove rules. | ||
| 29 | (install): Don't install digest-doc.exe or sorted-doc.exe. | ||
| 30 | |||
| 1 | 2010-10-10 Dan Nicolaescu <dann@ics.uci.edu> | 31 | 2010-10-10 Dan Nicolaescu <dann@ics.uci.edu> |
| 2 | 32 | ||
| 3 | * Makefile.in (PROFILING_LDFLAGS): Remove, not needed. | 33 | * Makefile.in (PROFILING_LDFLAGS): Remove, not needed. |
| @@ -5376,10 +5406,10 @@ | |||
| 5376 | (main): Improve usage message. | 5406 | (main): Improve usage message. |
| 5377 | (error): Write to stderr, not stdout. | 5407 | (error): Write to stderr, not stdout. |
| 5378 | 5408 | ||
| 5379 | * b2m.c cvtmail.c digest-doc.c emacsclient.c emacsserver.c etags.c | 5409 | * b2m.c, cvtmail.c, digest-doc.c, emacsclient.c, emacsserver.c: |
| 5380 | fakemail.c hexl.c make-docfile.c profile.c sorted-doc.c test-distrib.c | 5410 | * etags.c, fakemail.c, hexl.c, make-docfile.c, profile.c, sorted-doc.c: |
| 5381 | timer.c wakeup.c yow.c: Eliminate some -Wall warnings from unused | 5411 | * test-distrib.c, timer.c, wakeup.c, yow.c: Eliminate some -Wall |
| 5382 | variables and implicitly declared functions. | 5412 | warnings from unused variables and implicitly declared functions. |
| 5383 | 5413 | ||
| 5384 | 1994-10-11 Richard Stallman <rms@mole.gnu.ai.mit.edu> | 5414 | 1994-10-11 Richard Stallman <rms@mole.gnu.ai.mit.edu> |
| 5385 | 5415 | ||