aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorKenichi Handa2013-05-23 00:12:59 +0900
committerKenichi Handa2013-05-23 00:12:59 +0900
commite1b96d7e637cf76864013f8dba68135f07638ab8 (patch)
tree1a2ccd5961a60f0268a37444071e8cd7a2255fbc /src/ChangeLog
parente6d2f1553635a746396f2f4261dde31e03e0fdd1 (diff)
parent5d0acd9d3bb26adfac1c80b78aa48dc8b2d34fe0 (diff)
downloademacs-e1b96d7e637cf76864013f8dba68135f07638ab8.tar.gz
emacs-e1b96d7e637cf76864013f8dba68135f07638ab8.zip
merge trunk
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog151
1 files changed, 151 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index cc6194ac467..418a89d7b89 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -19,6 +19,157 @@
19 character numbers counted by detect_coding_utf_8. Fix detection 19 character numbers counted by detect_coding_utf_8. Fix detection
20 of BOM for utf-8. 20 of BOM for utf-8.
21 21
222013-05-21 Barry OReilly <gundaetiapo@gmail.com> (tiny change)
23
24 * search.c (looking_at_1): Only set last_thing_searched if the match
25 changed the match-data (bug#14281).
26
272013-05-21 Dmitry Antipov <dmantipov@yandex.ru>
28
29 * xdisp.c (reseat_at_previous_visible_line_start):
30 Already declared in dispextern.h, so remove it here.
31 (move_it_vertically_backward): Likewise.
32
332013-05-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
34
35 * xfns.c (check_x_display_info): Don't use XINT for terminal object.
36 (Fx_display_pixel_width, Fx_display_pixel_height)
37 (Fx_display_mm_width, Fx_display_mm_height):
38 Mention `display-monitor-attributes-list' in docstrings.
39
40 * nsfns.m (ns_get_screen): Remove function. All uses removed.
41 (check_ns_display_info): Sync with check_x_display_info in xfns.c.
42 (Fx_server_max_request_size, Fx_server_vendor, Fx_server_version)
43 (Fx_display_screens, Fx_display_mm_width, Fx_display_mm_height)
44 (Fx_display_backing_store, Fx_display_visual_class)
45 (Fx_display_save_under, Fx_close_connection, Fxw_display_color_p)
46 (Fx_display_grayscale_p, Fx_display_pixel_width)
47 (Fx_display_pixel_height, Fx_display_planes)
48 (Fx_display_color_cells): Sync args and docstrings with xfns.c.
49 (Fx_display_screens): Don't confuse X11 screens with NS screens.
50 (Fx_display_mm_width, Fx_display_mm_height)
51 (Fx_display_pixel_width, Fx_display_pixel_width): Return width or
52 height for all physical monitors as in X11.
53
54 * nsterm.m (x_display_pixel_width, x_display_pixel_height):
55 Return pixel width or height for all physical monitors as in X11.
56
572013-05-18 Paul Eggert <eggert@cs.ucla.edu>
58
59 Port --enable-gcc-warnings to clang.
60 * bytecode.c (exec_byte_code):
61 * regex.c:
62 Redo diagnostic pragmas to pacify clang, too.
63 * dbusbind.c (xd_retrieve_arg): Do not use uninitialized variable.
64 * editfns.c (Fencode_time):
65 * fileio.c (file_accessible_directory_p):
66 * font.c (font_unparse_xlfd):
67 Use '&"string"[index]' instead of '"string" + (index)'.
68 * undo.c (user_error): Remove; unused.
69
702013-05-16 Eli Zaretskii <eliz@gnu.org>
71
72 * insdel.c (insert_1_both): Document the arguments, instead of
73 referring to insert_1, which no longer exists.
74
75 * xdisp.c (message_dolog): If the *Messages* buffer is shown in
76 some window, increment windows_or_buffers_changed, so that
77 *Messages* display in that window is updated. (Bug#14408)
78
79 * w32.c: Include epaths.h.
80 (init_environment): Use cmdproxy.exe without leading directories.
81 Support emacs.exe in src; point SHELL to cmdproxy in ../nt in that
82 case.
83 (gettimeofday): Adjust signature and return value to Posix
84 expectations.
85
86 * unexw32.c (open_output_file): Delete the existing emacs.exe
87 before creating it, to break the hard link to the versioned
88 executable.
89
90 * Makefile.in (EMACS_MANIFEST, CM_OBJ, TEMACS_POST_LINK)
91 (ADDSECTION, EMACS_HEAPSIZE, MINGW_TEMACS_POST_LINK)
92 (FIRSTFILE_OBJ): New variables.
93 (W32_RES): Rename to EMACSRES. All users changed.
94 (base_obj): Use $(CM_OBJ).
95 (ALLOBJS): Use $(FIRSTFILE_OBJ).
96 (emacs$(EXEEXT)): Depend on $(ADDSECTION).
97 (temacs$(EXEEXT)): Use $(TEMACS_POST_LINK), and move
98 $(W32_RES_LINK) before $(LIBES).
99 (emacs.res): Depend on $(EMACS_MANIFEST). Put emacs.rc in nt.
100
1012013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
102
103 * makefile.w32-in (DOC): Use just "DOC".
104
105 * Makefile.in (bootstrap-clean): DOC-* doesn't exist any more.
106
107 * process.c: Export default filters and sentinels to Elisp.
108 (Qinternal_default_process_sentinel, Qinternal_default_process_filter):
109 New constants.
110 (pset_filter, pset_sentinel, make_process, Fset_process_filter)
111 (Fset_process_sentinel, Fformat_network_address):
112 Default to them instead of nil.
113 (server_accept_connection): Sentinels can't be nil any more.
114 (read_and_dispose_of_process_output): New function, extracted from
115 read_process_output.
116 (read_process_output): Use it; filters can't be nil.
117 (Finternal_default_process_filter): New function, extracted from
118 read_process_output.
119 (exec_sentinel_unwind): Remove function.
120 (exec_sentinel): Don't zilch sentinel while running.
121 (status_notify): Sentinels can't be nil.
122 (Finternal_default_process_sentinel): New function extracted from
123 status_notify.
124 (setup_process_coding_systems): Default filter is not nil any more.
125 (syms_of_process): Export new Elisp functions and initialize
126 new constants.
127 * lisp.h (make_lisp_proc): New function.
128
1292013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
130
131 * regex.c (regex_compile) [\=, \>, \<]: Don't forget to set laststart.
132
1332013-05-14 Eli Zaretskii <eliz@gnu.org>
134
135 * w32fns.c (w32_wnd_proc): Don't call WINDOW_HEADER_LINE_HEIGHT
136 unless we know that the window w is a leaf window.
137 Another attempt at solving bug#14062.
138
1392013-05-14 Jan Djärv <jan.h.d@swipnet.se>
140
141 * nsfont.m (ns_spec_to_descriptor): Retain and autorelease
142 fdesc (Bug#14375).
143
1442013-05-12 Paul Eggert <eggert@cs.ucla.edu>
145
146 * image.c (gif_load): Check that subimages fit (Bug#14345).
147
1482013-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
149
150 * lread.c (skip_dyn_eof): New function.
151 (read1): Use it to skip the end of a file in response to #@00.
152
153 * doc.c (get_doc_string): Slightly relax the sanity checking.
154
1552013-05-09 Jan Djärv <jan.h.d@swipnet.se>
156
157 * nsfns.m: Include IOGraphicsLib.h if Cocoa.
158 (Qgeometry, Qworkarea, Qmm_size, Qframes, Qsource): Declare.
159 (MonitorInfo): New struct.
160 (free_monitors, ns_screen_name, ns_make_monitor_attribute_list)
161 (Fns_display_monitor_attributes_list): New functions.
162 (display-usable-bounds): Remove.
163 (syms_of_nsfns): DEFSYM Qgeometry, Qworkarea, Qmm_size, Qframes and
164 Qsource.
165
1662013-05-09 Paul Eggert <eggert@cs.ucla.edu>
167
168 * xterm.h (GTK_PREREQ): Remove, replacing with GTK_CHECK_VERSION.
169 (GTK_CHECK_VERSION): New macro, if not already defined.
170 All uses of GTK_PREREQ, GTK_MAJOR_VERSION, etc.
171 replaced by GTK_CHECK_VERSION.
172
222013-05-08 Paul Eggert <eggert@cs.ucla.edu> 1732013-05-08 Paul Eggert <eggert@cs.ucla.edu>
23 174
24 * xterm.h (GTK_PREREQ): New macro. 175 * xterm.h (GTK_PREREQ): New macro.