aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/ChangeLog
diff options
context:
space:
mode:
authorJoakim Verona2011-11-22 15:39:42 +0100
committerJoakim Verona2011-11-22 15:39:42 +0100
commit40bb789236e486a3f36eefb2840c293369ce2af3 (patch)
tree8e81d3aa5f232ec7f2c5187c683cb0998d2dc4e2 /lib-src/ChangeLog
parent62318aed495a48e24ff73fe79e420dd801df3189 (diff)
parenta8e1496d750ab0f571b3412ff61aaa4da640a036 (diff)
downloademacs-40bb789236e486a3f36eefb2840c293369ce2af3.tar.gz
emacs-40bb789236e486a3f36eefb2840c293369ce2af3.zip
upstream
Diffstat (limited to 'lib-src/ChangeLog')
-rw-r--r--lib-src/ChangeLog14
1 files changed, 9 insertions, 5 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index a8f9a0ac4be..d043f41962e 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,3 +1,7 @@
12011-11-14 Dan Nicolaescu <dann@ics.uci.edu>
2
3 * Makefile.in (all): Make sure "all" is the first target.
4
12011-10-27 Juanma Barranquero <lekktu@gmail.com> 52011-10-27 Juanma Barranquero <lekktu@gmail.com>
2 6
3 * emacsclient.c (w32_getenv): Silence compiler warnings. 7 * emacsclient.c (w32_getenv): Silence compiler warnings.
@@ -3638,7 +3642,7 @@
3638 (lang_names): Add a NULL member for every entry, added an entry 3642 (lang_names): Add a NULL member for every entry, added an entry
3639 for makefiles. 3643 for makefiles.
3640 (Makefile_targets): New function. 3644 (Makefile_targets): New function.
3641 (Texinfo_nodes): Rename from Texinfo_fuctions and made 3645 (Texinfo_nodes): Rename from Texinfo_functions and made
3642 it conformant to the style of the rest of the code. 3646 it conformant to the style of the rest of the code.
3643 3647
36442001-01-13 Gerd Moellmann <gerd@gnu.org> 36482001-01-13 Gerd Moellmann <gerd@gnu.org>
@@ -4630,9 +4634,9 @@
4630 4634
46311997-05-12 Francesco Potortì <F.Potorti@cnuce.cnr.it> 46351997-05-12 Francesco Potortì <F.Potorti@cnuce.cnr.it>
4632 4636
4633 * etags.c (Cplusplus_suffixes): .pdb is Postscript with C syntax. 4637 * etags.c (Cplusplus_suffixes): .pdb is PostScript with C syntax.
4634 (Postscript_suffixes): .ps is Postscript. 4638 (Postscript_suffixes): .ps is PostScript.
4635 (lang_names): Add Postscript. 4639 (lang_names): Add postscript.
4636 (Postscript_functions): New function. 4640 (Postscript_functions): New function.
4637 (TEX_decode_env): Close minor memory leak. 4641 (TEX_decode_env): Close minor memory leak.
4638 (just_read_file): Correct the char number of the tag. 4642 (just_read_file): Correct the char number of the tag.
@@ -5130,7 +5134,7 @@
5130 5134
51311996-03-15 Anders Lindgren <andersl@csd.uu.se> 51351996-03-15 Anders Lindgren <andersl@csd.uu.se>
5132 5136
5133 * etags.c: Prolog language totaly rewritten. 5137 * etags.c: Prolog language totally rewritten.
5134 (Prolog_functions): Rewritten from scratch. 5138 (Prolog_functions): Rewritten from scratch.
5135 (skip_comment, prolog_getit): Removed. 5139 (skip_comment, prolog_getit): Removed.
5136 (prolog_skip_comment): New function, like old skip_comment. 5140 (prolog_skip_comment): New function, like old skip_comment.