diff options
| author | Stefan Monnier | 2010-09-13 16:40:48 +0200 |
|---|---|---|
| committer | Stefan Monnier | 2010-09-13 16:40:48 +0200 |
| commit | cc390e46c7ba95b76ea133d98fd386214cd01709 (patch) | |
| tree | ead4400d22bd07214b782ff7e46e79d473fac419 /lib-src/ChangeLog | |
| parent | c566235d981eba73c88bbff00b6a1d88360b6e9f (diff) | |
| parent | c5fe4acb5fb456d6e8e147d8bc7981ce56c5c03d (diff) | |
| download | emacs-cc390e46c7ba95b76ea133d98fd386214cd01709.tar.gz emacs-cc390e46c7ba95b76ea133d98fd386214cd01709.zip | |
Merge from trunk
Diffstat (limited to 'lib-src/ChangeLog')
| -rw-r--r-- | lib-src/ChangeLog | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 6ac9bf19a24..4f3f386310a 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,54 @@ | |||
| 1 | 2010-08-11 Jan Djärv <jan.h.d@swipnet.se> | ||
| 2 | |||
| 3 | * fakemail.c: Include stdlib.h for getenv. Remove declaration of | ||
| 4 | popen, fclose and pclose. | ||
| 5 | (my_name, fatal, error, put_line): Use const char* | ||
| 6 | (main): Remove extern getenv, mail_program_name is const char*. | ||
| 7 | |||
| 8 | * update-game-score.c (get_prefix, write_scores, main): Use const char*. | ||
| 9 | |||
| 10 | * sorted-doc.c (error, fatal, states): Use const char *. | ||
| 11 | |||
| 12 | * pop.h (pop_multi_first): Use const char *. | ||
| 13 | (_ARGS): Remove. | ||
| 14 | |||
| 15 | * pop.c (pop_multi_first, socket_connection, sendline): Use conat char*. | ||
| 16 | |||
| 17 | * movemail.c (fatal, error, concat): Use const char *. | ||
| 18 | |||
| 19 | * make-docfile.c (error, fatal, scan_c_file, scan_lisp_file): Use | ||
| 20 | const char *. | ||
| 21 | |||
| 22 | * etags.c (compressor, language, Ada_suffix, Ada_help, Asm_suffixes) | ||
| 23 | (Asm_help, default_C_suffixes, default_C_help, Cplusplus_suffixes) | ||
| 24 | (Cplusplus_help, Cjava_suffixes, Cobol_suffixes, Cstar_suffixes) | ||
| 25 | (Erlang_suffixes, Erlang_help, Forth_suffixes, Forth_help) | ||
| 26 | (Fortran_suffixes, Fortran_help, HTML_suffixes, HTML_help) | ||
| 27 | (Lisp_suffixes, Lisp_help, Lua_suffixes, Lua_help) | ||
| 28 | (Makefile_filenames, Makefile_help, Objc_suffixes, Objc_help) | ||
| 29 | (Pascal_suffixes, Pascal_help, Perl_suffixes, Perl_interpreters) | ||
| 30 | (Perl_help, PHP_suffixes, PHP_help, plain_C_suffixses, PS_suffixes) | ||
| 31 | (PS_help, Prolog_suffixes, Prolog_help, Python_suffixes, Python_help) | ||
| 32 | (Scheme_suffixes, Scheme_help, TeX_suffixes, TeX_help, Texinfo_suffixes) | ||
| 33 | (Texinfo_help, Yacc_suffixes, Yacc_help, auto_help, none_help) | ||
| 34 | (no_lang_help, print_language_names) | ||
| 35 | (get_language_from_interpreter, get_language_from_filename) | ||
| 36 | (init, make_tag, struct C_stab_entry, write_classname, TEX_defenv) | ||
| 37 | (TEX_decode_env, nocase_tail, savestr, savenstr, fatal, pfatal) | ||
| 38 | (concat): Use const char*. | ||
| 39 | |||
| 40 | * emacsclient.c (message, sock_err_message, send_to_emacs) | ||
| 41 | (quote_argument, set_local_socket) | ||
| 42 | (start_daemon_and_retry_set_socket): Use const char*. | ||
| 43 | |||
| 44 | * ebrowse.c (struct member): filename, def_filename is const. | ||
| 45 | (struct sym): filename, sfilename is const. | ||
| 46 | (struct kw): name is const. | ||
| 47 | (add_sym, yyerror, token_string, insert_keyword, main): Use const char*. | ||
| 48 | |||
| 49 | * b2m.c (concat, fatal): Use const char*. | ||
| 50 | (main): Don't assign labels a string literal. | ||
| 51 | |||
| 1 | 2010-08-07 Juanma Barranquero <lekktu@gmail.com> | 52 | 2010-08-07 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 53 | ||
| 3 | * ebrowse.c (usage, version, mark_virtual): | 54 | * ebrowse.c (usage, version, mark_virtual): |