aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/ChangeLog
diff options
context:
space:
mode:
authorJoakim Verona2012-05-30 14:08:12 +0200
committerJoakim Verona2012-05-30 14:08:12 +0200
commit70700d8c47a35b19e29607ac5f0ed322bdd78249 (patch)
tree4fa00d3fac00025354f0b6e23dcda1b58689a094 /lib-src/ChangeLog
parent44fce8ffe7198991c41c985ff4e67ec7d407907e (diff)
parent72cb32cf2f0938dd7dc733eed77b1ed1e497b053 (diff)
downloademacs-70700d8c47a35b19e29607ac5f0ed322bdd78249.tar.gz
emacs-70700d8c47a35b19e29607ac5f0ed322bdd78249.zip
upstream
Diffstat (limited to 'lib-src/ChangeLog')
-rw-r--r--lib-src/ChangeLog52
1 files changed, 31 insertions, 21 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index b32e0607c94..d95137852e0 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,3 +1,13 @@
12012-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * make-docfile.c: Improve comment style.
4 (search_lisp_doc_at_eol): New function.
5 (scan_lisp_file): Use it.
6
72012-05-26 Glenn Morris <rgm@gnu.org>
8
9 * Makefile.in (INSTALL_DATA): Remove; unused.
10
12012-05-22 Paul Eggert <eggert@cs.ucla.edu> 112012-05-22 Paul Eggert <eggert@cs.ucla.edu>
2 12
3 Remove src/m/*. 13 Remove src/m/*.
@@ -437,8 +447,8 @@
437 447
438 * etags.c (canonicalize_filename, ISUPPER): Fix last change. 448 * etags.c (canonicalize_filename, ISUPPER): Fix last change.
439 449
440 * makefile.w32-in ($(BLD)/ebrowse.$(O), $(BLD)/pop.$(O)): Depend 450 * makefile.w32-in ($(BLD)/ebrowse.$(O), $(BLD)/pop.$(O)):
441 on ../lib/min-max.h. 451 Depend on ../lib/min-max.h.
442 452
4432011-02-22 Paul Eggert <eggert@cs.ucla.edu> 4532011-02-22 Paul Eggert <eggert@cs.ucla.edu>
444 454
@@ -2815,7 +2825,7 @@
2815 2825
2816 * make-docfile.c (read_c_string_or_comment): Declare msgno. 2826 * make-docfile.c (read_c_string_or_comment): Declare msgno.
2817 2827
2818 * Makefile.in (YACC): Deleted. 2828 * Makefile.in (YACC): Delete.
2819 2829
28202002-10-19 Andreas Schwab <schwab@suse.de> 28302002-10-19 Andreas Schwab <schwab@suse.de>
2821 2831
@@ -3033,7 +3043,7 @@
3033 (TeX_commands): Names now include the initial backslash. 3043 (TeX_commands): Names now include the initial backslash.
3034 (TeX_commands): Names do not include numeric args #n. 3044 (TeX_commands): Names do not include numeric args #n.
3035 (TeX_commands): Correct line char number in tags. 3045 (TeX_commands): Correct line char number in tags.
3036 (TEX_tabent, TEX_token): Deleted. 3046 (TEX_tabent, TEX_token): Delete.
3037 (TeX_commands, TEX_decode_env): Streamlined. 3047 (TeX_commands, TEX_decode_env): Streamlined.
3038 3048
30392002-06-05 Francesco Potortì <pot@gnu.org> 30492002-06-05 Francesco Potortì <pot@gnu.org>
@@ -3074,7 +3084,7 @@
3074 (main): New argument -d, for specifying directory. 3084 (main): New argument -d, for specifying directory.
3075 (usage): Document. 3085 (usage): Document.
3076 (get_user_id): Compute. 3086 (get_user_id): Compute.
3077 (get_home_dir): Deleted. 3087 (get_home_dir): Delete.
3078 (get_prefix): New function, taken from main. 3088 (get_prefix): New function, taken from main.
3079 (main): Check whether or not we are running setuid. Move prefix 3089 (main): Check whether or not we are running setuid. Move prefix
3080 computation to get_prefix. Don't call getpwent; we don't need to 3090 computation to get_prefix. Don't call getpwent; we don't need to
@@ -3335,7 +3345,7 @@
3335 (LOOKING_AT, get_tag, PHP_functions): Use notinname. 3345 (LOOKING_AT, get_tag, PHP_functions): Use notinname.
3336 (Ada_getit, Ada_funcs, Python_functions, Scheme_functions): 3346 (Ada_getit, Ada_funcs, Python_functions, Scheme_functions):
3337 Clarified, using strneq or notinname. 3347 Clarified, using strneq or notinname.
3338 (L_isdef, L_isquote): Removed. 3348 (L_isdef, L_isquote): Remove.
3339 (Lisp_functions, L_getit): Clarified. 3349 (Lisp_functions, L_getit): Clarified.
3340 3350
3341 * etags.c (P_): Rename to __P for consistency with config.h. 3351 * etags.c (P_): Rename to __P for consistency with config.h.
@@ -3772,7 +3782,7 @@
3772 comma when --declarations is used. 3782 comma when --declarations is used.
3773 (C_entries): More accurate tagging of members and declarations. 3783 (C_entries): More accurate tagging of members and declarations.
3774 (yacc_rules): Was global, made local to C_entries. 3784 (yacc_rules): Was global, made local to C_entries.
3775 (next_token_is_func): Removed. 3785 (next_token_is_func): Remove.
3776 (fvdef): New constants fdefunkey, fdefunname. 3786 (fvdef): New constants fdefunkey, fdefunname.
3777 (consider_token, C_entries): Use them. 3787 (consider_token, C_entries): Use them.
3778 (C_entries): Build proper lisp names for Emacs DEFUNs. 3788 (C_entries): Build proper lisp names for Emacs DEFUNs.
@@ -4248,7 +4258,7 @@
4248 (find_entries, takeprec, getit, Fortran_functions, Perl_functions) 4258 (find_entries, takeprec, getit, Fortran_functions, Perl_functions)
4249 (Python_functions, L_getit, Lisp_functions, Scheme_functions) 4259 (Python_functions, L_getit, Lisp_functions, Scheme_functions)
4250 (prolog_pred, erlanf_func, erlang_attribute): Use them. 4260 (prolog_pred, erlanf_func, erlang_attribute): Use them.
4251 (eat_white): Deleted. 4261 (eat_white): Delete.
4252 4262
4253 * etags.c (CHAR, init): Keep into account non US-ASCII 4263 * etags.c (CHAR, init): Keep into account non US-ASCII
4254 characters and compilers with default signed chars. 4264 characters and compilers with default signed chars.
@@ -4771,7 +4781,7 @@
47711997-05-13 Francesco Potortì <F.Potorti@cnuce.cnr.it> 47811997-05-13 Francesco Potortì <F.Potorti@cnuce.cnr.it>
4772 4782
4773 * etags.c (TeX_functions): Cleaned up. 4783 * etags.c (TeX_functions): Cleaned up.
4774 (tex_getit): Removed. 4784 (tex_getit): Remove.
4775 4785
47761997-05-13 Paul Eggert <eggert@twinsun.com> 47861997-05-13 Paul Eggert <eggert@twinsun.com>
4777 4787
@@ -5292,7 +5302,7 @@
5292 5302
5293 * etags.c: Prolog language totally rewritten. 5303 * etags.c: Prolog language totally rewritten.
5294 (Prolog_functions): Rewritten from scratch. 5304 (Prolog_functions): Rewritten from scratch.
5295 (skip_comment, prolog_getit): Removed. 5305 (skip_comment, prolog_getit): Remove.
5296 (prolog_skip_comment): New function, like old skip_comment. 5306 (prolog_skip_comment): New function, like old skip_comment.
5297 (prolog_pred, prolog_atom, prolog_white): New functions. 5307 (prolog_pred, prolog_atom, prolog_white): New functions.
5298 (erlang_func, erlang_attributes): Forward declarations added. 5308 (erlang_func, erlang_attributes): Forward declarations added.
@@ -5793,7 +5803,7 @@
5793 5803
57941995-01-12 Francesco Potortì (pot@cnuce.cnr.it) 58041995-01-12 Francesco Potortì (pot@cnuce.cnr.it)
5795 5805
5796 * etags.c (FILEPOS, GET_CHARNO, GET_FILEPOS, max, LINENO): Deleted. 5806 * etags.c (FILEPOS, GET_CHARNO, GET_FILEPOS, max, LINENO): Delete.
5797 (append_to_tagfile, typedefs, typedefs_and_cplusplus) 5807 (append_to_tagfile, typedefs, typedefs_and_cplusplus)
5798 (constantypedefs, update, vgrind_style, no_warnings) 5808 (constantypedefs, update, vgrind_style, no_warnings)
5799 (cxref_style, cplusplus, noindentypedefs): Were int, now logical. 5809 (cxref_style, cplusplus, noindentypedefs): Were int, now logical.
@@ -5812,9 +5822,9 @@
5812 (consider_token): Don't take a token as argument. Use savenstr 5822 (consider_token): Don't take a token as argument. Use savenstr
5813 when saving a tag in structtag. Callers changed. 5823 when saving a tag in structtag. Callers changed.
5814 (TOKEN): Structure changed. Now used only in C_entries. 5824 (TOKEN): Structure changed. Now used only in C_entries.
5815 (TOKEN_SAVED_P, SAVE_TOKEN, RESTORE_TOKEN): Deleted. 5825 (TOKEN_SAVED_P, SAVE_TOKEN, RESTORE_TOKEN): Delete.
5816 (C_entries): nameb and savenameb deleted. Use dinamic allocation. 5826 (C_entries): nameb and savenameb deleted. Use dinamic allocation.
5817 (pfcnt): Deleted. Users updated. 5827 (pfcnt): Delete. Users updated.
5818 (getit, Asm_labels, Pascal_functions, L_getit, get_scheme) 5828 (getit, Asm_labels, Pascal_functions, L_getit, get_scheme)
5819 (TEX_getit, prolog_getit): Use dinamic allocation for storing 5829 (TEX_getit, prolog_getit): Use dinamic allocation for storing
5820 the tag instead of a fixed size buffer. 5830 the tag instead of a fixed size buffer.
@@ -6390,7 +6400,7 @@
6390 6400
63911994-03-25 Francesco Potortì (pot@cnuce.cnr.it) 64011994-03-25 Francesco Potortì (pot@cnuce.cnr.it)
6392 6402
6393 * etags.c (emacs_tags_format, ETAGS): Removed. Use CTAGS instead. 6403 * etags.c (emacs_tags_format, ETAGS): Remove. Use CTAGS instead.
6394 (main): Don't allow the use of -t and -T in etags mode. 6404 (main): Don't allow the use of -t and -T in etags mode.
6395 (print_help): Don't show options enabled by default. 6405 (print_help): Don't show options enabled by default.
6396 (print_version): Show the emacs version number if VERSION is #defined. 6406 (print_version): Show the emacs version number if VERSION is #defined.
@@ -6507,9 +6517,9 @@
65071994-01-14 Francesco Potortì (pot@cnuce.cnr.it) 65171994-01-14 Francesco Potortì (pot@cnuce.cnr.it)
6508 6518
6509 * etags.c (stab_entry, stab_create, stab_find, stab_search, 6519 * etags.c (stab_entry, stab_create, stab_find, stab_search,
6510 stab_type, add_keyword, C_reate_stab, C_create_stabs): Deleted. 6520 stab_type, add_keyword, C_reate_stab, C_create_stabs): Delete.
6511 Use gperf generated hash table instead of linked list. 6521 Use gperf generated hash table instead of linked list.
6512 (C_stab_entry, hash, in_word_set, get_C_stab, C_symtype): Added. 6522 (C_stab_entry, hash, in_word_set, get_C_stab, C_symtype): Add.
6513 Mostly code generated by gperf. 6523 Mostly code generated by gperf.
6514 (consider_token): Remove unused parameter `lp'. 6524 (consider_token): Remove unused parameter `lp'.
6515 (PF_funcs, getit): Allow subroutine and similar declarations 6525 (PF_funcs, getit): Allow subroutine and similar declarations
@@ -6828,7 +6838,7 @@
6828 * etags.c (consider_token): Was `==', now is `='. 6838 * etags.c (consider_token): Was `==', now is `='.
6829 (consider_token): DEFUNs now treated like funcs in ctags mode. 6839 (consider_token): DEFUNs now treated like funcs in ctags mode.
6830 6840
6831 * etags.c (LEVEL_OK_FOR_FUNCDEF): Removed. 6841 * etags.c (LEVEL_OK_FOR_FUNCDEF): Remove.
6832 (C_entries): Optimized the test that used LEVEL_OK_FOR_FUNCDEF. 6842 (C_entries): Optimized the test that used LEVEL_OK_FOR_FUNCDEF.
6833 (C_entries): Remove a piece of useless code. 6843 (C_entries): Remove a piece of useless code.
6834 (C_entries): Making typedef tags is delayed until a semicolon 6844 (C_entries): Making typedef tags is delayed until a semicolon
@@ -7127,10 +7137,10 @@
7127 * etags.c (GET_COOKIE): And related macros removed. 7137 * etags.c (GET_COOKIE): And related macros removed.
7128 (logical): Is now int, no more a char. 7138 (logical): Is now int, no more a char.
7129 (reg): Define deleted. 7139 (reg): Define deleted.
7130 (isgood, _gd, notgd): Deleted. 7140 (isgood, _gd, notgd): Delete.
7131 (gotone): Deleted. 7141 (gotone): Delete.
7132 (TOKEN): Member linestart removed. 7142 (TOKEN): Member linestart removed.
7133 (linepos, prev_linepos, lb1): Deleted. 7143 (linepos, prev_linepos, lb1): Delete.
7134 (main): Call initbuffer on lbs array instead of lb1. 7144 (main): Call initbuffer on lbs array instead of lb1.
7135 (init): Remove the initialization of the logical _gd array. 7145 (init): Remove the initialization of the logical _gd array.
7136 (find_entries): A .sa suffix means assembler file. 7146 (find_entries): A .sa suffix means assembler file.
@@ -7138,7 +7148,7 @@
7138 All C state machines rewritten. 7148 All C state machines rewritten.
7139 (C_entries): Complete rewrite. 7149 (C_entries): Complete rewrite.
7140 (condider_token): Complete rewrite. 7150 (condider_token): Complete rewrite.
7141 (getline): Deleted. 7151 (getline): Delete.
7142 7152
71431993-03-01 Francesco Potortì (pot@fly.CNUCE.CNR.IT) 71531993-03-01 Francesco Potortì (pot@fly.CNUCE.CNR.IT)
7144 7154