diff options
| author | K. Handa | 2014-12-28 22:18:39 +0900 |
|---|---|---|
| committer | K. Handa | 2014-12-28 22:18:39 +0900 |
| commit | c2f9c07aa02d1c8cba4efdd503463642a910cd6b (patch) | |
| tree | 8e25338f25fe6d71a72cddff77f4c368192379ef /ChangeLog | |
| parent | 5979af512bf5d6a28acea24299b67c7939d9e703 (diff) | |
| parent | e092accb6bb8aea08dab1796d707b3adce55a38c (diff) | |
| download | emacs-c2f9c07aa02d1c8cba4efdd503463642a910cd6b.tar.gz emacs-c2f9c07aa02d1c8cba4efdd503463642a910cd6b.zip | |
Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 63 |
1 files changed, 52 insertions, 11 deletions
| @@ -1,3 +1,52 @@ | |||
| 1 | 2014-12-27 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | * .gitignore: Ignore /conftest*. | ||
| 4 | |||
| 5 | 2014-12-27 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 6 | |||
| 7 | * build-aux/git-hooks/commit-msg (at_sign): Bump up line-length limit | ||
| 8 | to 78. | ||
| 9 | |||
| 10 | 2014-12-25 Paul Eggert <eggert@cs.ucla.edu> | ||
| 11 | |||
| 12 | Prefer stpcpy to strcat | ||
| 13 | * admin/merge-gnulib (GNULIB_MODULES): Add stpcpy. | ||
| 14 | * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate. | ||
| 15 | * lib/stpcpy.c, m4/stpcpy.m4: New files, from gnulib. | ||
| 16 | * lib-src/ebrowse.c (sym_scope_1, operator_name, open_file): | ||
| 17 | * lib-src/emacsclient.c (get_server_config, set_local_socket) | ||
| 18 | (start_daemon_and_retry_set_socket): | ||
| 19 | * lib-src/etags.c (main, C_entries, relative_filename): | ||
| 20 | * lib-src/pop.c (sendline): | ||
| 21 | * lib-src/update-game-score.c (main): | ||
| 22 | * lwlib/xlwmenu.c (resource_widget_value): | ||
| 23 | * src/callproc.c (child_setup): | ||
| 24 | * src/dbusbind.c (xd_signature_cat): | ||
| 25 | * src/doc.c (get_doc_string, Fsnarf_documentation): | ||
| 26 | * src/editfns.c (Fuser_full_name): | ||
| 27 | * src/frame.c (xrdb_get_resource): | ||
| 28 | * src/gtkutil.c (xg_get_file_with_chooser): | ||
| 29 | * src/tparam.c (tparam1): | ||
| 30 | * src/xfns.c (xic_create_fontsetname): | ||
| 31 | * src/xrdb.c (gethomedir, get_user_db, get_environ_db): | ||
| 32 | * src/xsmfns.c (smc_save_yourself_CB): | ||
| 33 | Rewrite to avoid the need for strcat, typically by using stpcpy | ||
| 34 | and/or lispstpcpy. strcat tends to be part of O(N**2) algorithms. | ||
| 35 | * src/doc.c (sibling_etc): | ||
| 36 | * src/xrdb.c (xdefaults): | ||
| 37 | Now a top-level static constant. | ||
| 38 | |||
| 39 | 2014-12-24 Stephen Leake <stephen_leake@stephe-leake.org> | ||
| 40 | |||
| 41 | * CONTRIBUTE: Move user-level information to doc/emacs/trouble.texi. | ||
| 42 | Add Savannah url, cleanup announcing freeze. | ||
| 43 | (commit messages): New, gathered from comments on emacs-devel. | ||
| 44 | (Changelog notes): Add reference to GNU coding standards section 5.2; | ||
| 45 | doc 'present tense', bug fix format. | ||
| 46 | (branches): Freeze announcements are made on info-gnu-emacs mailing | ||
| 47 | list. | ||
| 48 | (git vs rename): New. | ||
| 49 | |||
| 1 | 2014-12-23 Paul Eggert <eggert@cs.ucla.edu> | 50 | 2014-12-23 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 51 | ||
| 3 | Merge from gnulib | 52 | Merge from gnulib |
| @@ -8,16 +57,7 @@ | |||
| 8 | 57 | ||
| 9 | 2014-12-14 Paul Eggert <eggert@cs.ucla.edu> | 58 | 2014-12-14 Paul Eggert <eggert@cs.ucla.edu> |
| 10 | 59 | ||
| 11 | Spelling fixes | 60 | Spelling fixes. All uses changed. |
| 12 | All uses changed. | ||
| 13 | * lib-src/etags.c (analyze_regex): Rename from analyse_regex. | ||
| 14 | * lisp/cedet/semantic/lex-spp.el: | ||
| 15 | (semantic-lex-spp-analyzer-do-replace): | ||
| 16 | Rename from semantic-lex-spp-anlyzer-do-replace. | ||
| 17 | * lisp/emacs-lisp/cconv.el (cconv--analyze-use): | ||
| 18 | Rename from cconv--analyse-use. | ||
| 19 | (cconv--analyze-function): Rename from cconv--analyse-function. | ||
| 20 | (cconv-analyze-form): Rename from cconv-analyse-form. | ||
| 21 | * src/regex.c (analyze_first): Rename from analyze_first. | 61 | * src/regex.c (analyze_first): Rename from analyze_first. |
| 22 | 62 | ||
| 23 | 2014-12-14 Glenn Morris <rgm@gnu.org> | 63 | 2014-12-14 Glenn Morris <rgm@gnu.org> |
| @@ -277,7 +317,8 @@ | |||
| 277 | 317 | ||
| 278 | 2014-11-11 Eric S. Raymond <esr@thyrsus.com> | 318 | 2014-11-11 Eric S. Raymond <esr@thyrsus.com> |
| 279 | 319 | ||
| 280 | * Makefile.in: git transition - set VCWITNESS appropriately for git. | 320 | Git transition. |
| 321 | * Makefile.in (src): Set VCSWITNESS appropriately for git. | ||
| 281 | 322 | ||
| 282 | All bzr revision IDS, and all CVS revision IDs for which a commit | 323 | All bzr revision IDS, and all CVS revision IDs for which a commit |
| 283 | could be identified, were changed to time-date!committer version | 324 | could be identified, were changed to time-date!committer version |