aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2010-12-10 19:13:08 -0500
committerStefan Monnier2010-12-10 19:13:08 -0500
commit2c302df3a13236bfbf8ea1b771d13618fcda8d71 (patch)
treef26dc9f22861dc37610de319d05255de058c221b /lib-src/ChangeLog
parent0c747cb143fa227e78f350ac353d703f489209df (diff)
parent175069efeb080517afefdd44a06f7a779ea8c25c (diff)
downloademacs-2c302df3a13236bfbf8ea1b771d13618fcda8d71.tar.gz
emacs-2c302df3a13236bfbf8ea1b771d13618fcda8d71.zip
Merge from trunk
Diffstat (limited to 'lib-src/ChangeLog')
-rw-r--r--lib-src/ChangeLog38
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 @@
12010-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
62010-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
112010-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
172010-10-25 Glenn Morris <rgm@gnu.org>
18
19 * makefile.w32-in (OTHER_PLATFORM_SUPPORT): Remove easymenu.elc.
20
212010-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
12010-10-10 Dan Nicolaescu <dann@ics.uci.edu> 312010-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
53841994-10-11 Richard Stallman <rms@mole.gnu.ai.mit.edu> 54141994-10-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5385 5415