diff options
| author | Joakim Verona | 2012-04-26 11:52:04 +0200 |
|---|---|---|
| committer | Joakim Verona | 2012-04-26 11:52:04 +0200 |
| commit | ab5b626f97ea7d71a98a06d8cc777fa925a1f716 (patch) | |
| tree | 7961d0e6b583290e1480771cd0fabd00f4ea7f86 /src/ChangeLog | |
| parent | 2ec5843f029c7d55234dbe51d993003b2b3939ec (diff) | |
| parent | ab036cd7bdd7b087047d241ffb5607d14942179e (diff) | |
| download | emacs-ab5b626f97ea7d71a98a06d8cc777fa925a1f716.tar.gz emacs-ab5b626f97ea7d71a98a06d8cc777fa925a1f716.zip | |
upstream partial out of memory
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 62 |
1 files changed, 57 insertions, 5 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 18a3d4545e3..6d2ed01bafc 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,55 @@ | |||
| 1 | 2012-04-14 Atsuo Ohki <ohki@gssm.otsuka.tsukuba.ac.jp> (tiny change) | ||
| 2 | |||
| 3 | * lread.c (lisp_file_lexically_bound_p): | ||
| 4 | Fix hang at ";-*-\n" (bug#11238). | ||
| 5 | |||
| 6 | 2012-04-14 Eli Zaretskii <eliz@gnu.org> | ||
| 7 | |||
| 8 | * xdisp.c (find_last_unchanged_at_beg_row): Don't consider a row | ||
| 9 | "unchanged" if its end.pos is beyond ZV. (Bug#11199) | ||
| 10 | |||
| 11 | 2012-04-14 Jan Djärv <jan.h.d@swipnet.se> | ||
| 12 | |||
| 13 | * nsterm.m (constrainFrameRect): Always constrain when there is only | ||
| 14 | one screen (Bug#10962). | ||
| 15 | |||
| 16 | 2012-04-13 Ken Brown <kbrown@cornell.edu> | ||
| 17 | |||
| 18 | * s/cygwin.h (PTY_OPEN): Don't try to close a bogus file descriptor. | ||
| 19 | |||
| 20 | 2012-04-13 Reuben Thomas <rrt@sc3d.org> | ||
| 21 | |||
| 22 | * indent.c (Fmove_to_column): Change interactive spec (Bug#739). | ||
| 23 | |||
| 24 | 2012-04-11 Daniel Colascione <dancol@dancol.org> | ||
| 25 | |||
| 26 | * s/cygwin.h: The vfork the #define in cygwin.h was protecting | ||
| 27 | against is gone. It's better to use vfork now so that when Cygwin | ||
| 28 | gains a new, working vfork, we use it automatically (bug#10398). | ||
| 29 | |||
| 30 | 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 31 | |||
| 32 | * window.c (save_window_save): Obey window-point-insertion-type. | ||
| 33 | |||
| 34 | 2012-04-11 Glenn Morris <rgm@gnu.org> | ||
| 35 | |||
| 36 | * Makefile.in (GNUSTEP_CFLAGS): Rename from C_SWITCH_X_SYSTEM. | ||
| 37 | |||
| 38 | 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 39 | |||
| 40 | * alloc.c (lisp_align_malloc): Remove unneeded prototype. | ||
| 41 | |||
| 42 | 2012-04-10 "Jason S. Cornez" <jcornez@ravenpack.com> (tiny change) | ||
| 43 | |||
| 44 | * keyboard.c: Override inhibit-quit after the third C-g (bug#6585). | ||
| 45 | (force_quit_count): New var. | ||
| 46 | (handle_interrupt): Use it. | ||
| 47 | |||
| 48 | 2012-04-10 Juanma Barranquero <lekktu@gmail.com> | ||
| 49 | |||
| 50 | * w32.c (w32_delayed_load): Record the full path of the library | ||
| 51 | being loaded (bug#10424). | ||
| 52 | |||
| 1 | 2012-04-09 Glenn Morris <rgm@gnu.org> | 53 | 2012-04-09 Glenn Morris <rgm@gnu.org> |
| 2 | 54 | ||
| 3 | * doc.c (Fsnarf_documentation): Check variables, functions are bound, | 55 | * doc.c (Fsnarf_documentation): Check variables, functions are bound, |
| @@ -12,8 +64,8 @@ | |||
| 12 | * process.h: Add integer `gnutls_handshakes_tried' member to | 64 | * process.h: Add integer `gnutls_handshakes_tried' member to |
| 13 | process struct. | 65 | process struct. |
| 14 | 66 | ||
| 15 | * gnutls.h: Add `GNUTLS_EMACS_HANDSHAKES_LIMIT' upper limit. Add | 67 | * gnutls.h: Add `GNUTLS_EMACS_HANDSHAKES_LIMIT' upper limit. |
| 16 | convenience `GNUTLS_LOG2i' macro. | 68 | Add convenience `GNUTLS_LOG2i' macro. |
| 17 | 69 | ||
| 18 | * gnutls.c (gnutls_log_function2i): Convenience log function. | 70 | * gnutls.c (gnutls_log_function2i): Convenience log function. |
| 19 | (emacs_gnutls_read): Use new log functions, | 71 | (emacs_gnutls_read): Use new log functions, |
| @@ -99,8 +151,8 @@ | |||
| 99 | (xml_cleanup_parser): New function, export for fn_xmlCleanupParser. | 151 | (xml_cleanup_parser): New function, export for fn_xmlCleanupParser. |
| 100 | Calls xmlCleanupParser only if libxml2 was loaded (or statically | 152 | Calls xmlCleanupParser only if libxml2 was loaded (or statically |
| 101 | linked in). | 153 | linked in). |
| 102 | (Flibxml_parse_html_region, Flibxml_parse_xml_region): Call | 154 | (Flibxml_parse_html_region, Flibxml_parse_xml_region): |
| 103 | init_libxml2_functions before calling libxml2 functions. | 155 | Call init_libxml2_functions before calling libxml2 functions. |
| 104 | (syms_of_xml) <Qlibxml2_dll>: DEFSYM it. | 156 | (syms_of_xml) <Qlibxml2_dll>: DEFSYM it. |
| 105 | 157 | ||
| 106 | * emacs.c: Don't include libxml/parser.h. | 158 | * emacs.c: Don't include libxml/parser.h. |
| @@ -9723,7 +9775,7 @@ See ChangeLog.11 for earlier changes. | |||
| 9723 | ;; coding: utf-8 | 9775 | ;; coding: utf-8 |
| 9724 | ;; End: | 9776 | ;; End: |
| 9725 | 9777 | ||
| 9726 | Copyright (C) 2011-2012 Free Software Foundation, Inc. | 9778 | Copyright (C) 2011-2012 Free Software Foundation, Inc. |
| 9727 | 9779 | ||
| 9728 | This file is part of GNU Emacs. | 9780 | This file is part of GNU Emacs. |
| 9729 | 9781 | ||