aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-03-17 09:32:03 -0700
committerPaul Eggert2011-03-17 09:32:03 -0700
commitb1d876f1a19ae65c8a8dd61c4ce17055ca53f16c (patch)
tree5dd8a40d7e3e0b86749cecfee7443ad81bdbfe5e /src/ChangeLog
parentb766f86726fc2828a035cb8db149598a3a84de96 (diff)
parentd6cd56f187a791983579bf5d4ce3702d2ddf2499 (diff)
downloademacs-b1d876f1a19ae65c8a8dd61c4ce17055ca53f16c.tar.gz
emacs-b1d876f1a19ae65c8a8dd61c4ce17055ca53f16c.zip
Merge from mainline.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog56
1 files changed, 47 insertions, 9 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 2b7d5289e67..7243eb23527 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -26,8 +26,6 @@
26 26
27 * deps.mk (unexalpha.o): Remove; unused. 27 * deps.mk (unexalpha.o): Remove; unused.
28 28
292011-03-16 Paul Eggert <eggert@cs.ucla.edu>
30
31 New file unexec.h, the (simple) interface for unexec (Bug#8267). 29 New file unexec.h, the (simple) interface for unexec (Bug#8267).
32 * unexec.h: New file. 30 * unexec.h: New file.
33 * deps.mk (emacs.o, unexaix.o, unexcw.o, unexcoff.o, unexelf.o): 31 * deps.mk (emacs.o, unexaix.o, unexcw.o, unexcoff.o, unexelf.o):
@@ -98,8 +96,6 @@
98 Rename or remove local vars to avoid shadowing. 96 Rename or remove local vars to avoid shadowing.
99 (Ftranslate_region_internal): Mark var as initialized. 97 (Ftranslate_region_internal): Mark var as initialized.
100 98
1012011-03-15 Paul Eggert <eggert@cs.ucla.edu>
102
103 * doc.c (Fdocumentation, Fsnarf_documentation): Move locals to 99 * doc.c (Fdocumentation, Fsnarf_documentation): Move locals to
104 avoid shadowing. 100 avoid shadowing.
105 101
@@ -249,10 +245,7 @@
249 (fix_start_end_in_overlays): Likewise. This function should be 245 (fix_start_end_in_overlays): Likewise. This function should be
250 simplified by using pointers-to-pointers, but that's a different 246 simplified by using pointers-to-pointers, but that's a different
251 matter. 247 matter.
252 248 (switch_to_buffer_1): Now static.
2532011-03-14 Paul Eggert <eggert@cs.ucla.edu>
254
255 * buffer.c (switch_to_buffer_1): Now static.
256 (Fkill_buffer, record_buffer, Fbury_buffer, Fset_buffer_multibyte): 249 (Fkill_buffer, record_buffer, Fbury_buffer, Fset_buffer_multibyte):
257 (report_overlay_modification): Rename locals to avoid shadowing. 250 (report_overlay_modification): Rename locals to avoid shadowing.
258 251
@@ -317,6 +310,51 @@
317 if GCC considers string literals to be constants. 310 if GCC considers string literals to be constants.
318 (Fdbus_register_service, Fdbus_register_method): Remove unused vars. 311 (Fdbus_register_service, Fdbus_register_method): Remove unused vars.
319 312
3132011-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
314
315 * print.c (PRINT_CIRCLE_CANDIDATE_P): New macro.
316 (print_preprocess, print_object): New macro to fix last change.
317
318 * print.c (print_preprocess): Don't forget font objects.
319
3202011-03-16 Juanma Barranquero <lekktu@gmail.com>
321
322 * emacs.c (USAGE3): Doc fixes.
323
3242011-03-15 Andreas Schwab <schwab@linux-m68k.org>
325
326 * coding.c (detect_coding_iso_2022): Reorganize code to clarify
327 structure.
328
3292011-03-14 Juanma Barranquero <lekktu@gmail.com>
330
331 * lisp.h (VWindow_system, Qfile_name_history):
332 * keyboard.h (lispy_function_keys) [WINDOWSNT]:
333 * w32term.h (w32_system_caret_hwnd, w32_system_caret_height)
334 (w32_system_caret_x, w32_system_caret_y): Declare extern.
335
336 * w32select.c: Don't #include "keyboard.h".
337 (run_protected): Add extern declaration for waiting_for_input.
338
339 * w32.c (Qlocal, noninteractive1, inhibit_window_system):
340 * w32console.c (detect_input_pending, read_input_pending)
341 (encode_terminal_code):
342 * w32fns.c (quit_char, lispy_function_keys, Qtooltip)
343 (w32_system_caret_hwnd, w32_system_caret_height, w32_system_caret_x)
344 (w32_system_caret_y, Qfile_name_history):
345 * w32font.c (w32font_driver, QCantialias, QCotf, QClang):
346 * w32inevt.c (reinvoke_input_signal, lispy_function_keys):
347 * w32menu.c (Qmenu_bar, QCtoggle, QCradio, Qoverriding_local_map)
348 (Qoverriding_terminal_local_map, Qmenu_bar_update_hook):
349 * w32proc.c (Qlocal, report_file_error):
350 * w32term.c (Vwindow_system, updating_frame):
351 * w32uniscribe.c (initialized, uniscribe_font_driver):
352 Remove unneeded extern declarations.
353
3542011-03-14 Chong Yidong <cyd@stupidchicken.com>
355
356 * buffer.c (Fmake_indirect_buffer): Fix incorrect assertions.
357
3202011-03-13 Chong Yidong <cyd@stupidchicken.com> 3582011-03-13 Chong Yidong <cyd@stupidchicken.com>
321 359
322 * buffer.h (BUF_BEGV, BUF_BEGV_BYTE, BUF_ZV, BUF_ZV_BYTE, BUF_PT) 360 * buffer.h (BUF_BEGV, BUF_BEGV_BYTE, BUF_ZV, BUF_ZV_BYTE, BUF_PT)
@@ -420,7 +458,7 @@
420 458
4212011-03-12 Eli Zaretskii <eliz@gnu.org> 4592011-03-12 Eli Zaretskii <eliz@gnu.org>
422 460
423 * termcap.c [MSDOS]: Include "msdos.h. 461 * termcap.c [MSDOS]: Include "msdos.h".
424 (find_capability, tgetnum, tgetflag, tgetstr, tputs, tgetent): 462 (find_capability, tgetnum, tgetflag, tgetstr, tputs, tgetent):
425 Constify `char *' arguments and their references according to 463 Constify `char *' arguments and their references according to
426 prototypes in tparam.h. 464 prototypes in tparam.h.