diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 70 |
1 files changed, 68 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index fb1c4fdc64c..1875147dc64 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,69 @@ | |||
| 1 | 2013-03-24 Andreas Schwab <schwab@linux-m68k.org> | ||
| 2 | |||
| 3 | * alloc.c (xpalloc, Fgarbage_collect): Reorder conditions that are | ||
| 4 | written backwards. | ||
| 5 | * blockinput.h (input_blocked_p): Likewise. | ||
| 6 | * bytecode.c (exec_byte_code): Likewise. | ||
| 7 | * callproc.c (call_process_kill, call_process_cleanup) | ||
| 8 | (Fcall_process): Likewise. | ||
| 9 | * ccl.c (ccl_driver, resolve_symbol_ccl_program) | ||
| 10 | (Fccl_execute_on_string): Likewise. | ||
| 11 | * character.c (string_escape_byte8): Likewise. | ||
| 12 | * charset.c (read_hex): Likewise. | ||
| 13 | * cm.c (calccost): Likewise. | ||
| 14 | * data.c (cons_to_unsigned): Likewise. | ||
| 15 | * dired.c (directory_files_internal, file_name_completion): | ||
| 16 | Likewise. | ||
| 17 | * dispnew.c (scrolling_window, update_frame_1, Fsleep_for) | ||
| 18 | (sit_for): Likewise. | ||
| 19 | * doc.c (Fsubstitute_command_keys): Likewise. | ||
| 20 | * doprnt.c (doprnt): Likewise. | ||
| 21 | * editfns.c (hi_time, decode_time_components, Fformat): Likewise. | ||
| 22 | * emacsgtkfixed.c: Likewise. | ||
| 23 | * fileio.c (file_offset, Fwrite_region): Likewise. | ||
| 24 | * floatfns.c (Fexpt, fmod_float): Likewise. | ||
| 25 | * fns.c (larger_vector, make_hash_table, Fmake_hash_table): | ||
| 26 | Likewise. | ||
| 27 | * font.c (font_intern_prop): Likewise. | ||
| 28 | * frame.c (x_set_alpha): Likewise. | ||
| 29 | * gtkutil.c (get_utf8_string): Likewise. | ||
| 30 | * indent.c (check_display_width): Likewise. | ||
| 31 | * intervals.c (create_root_interval, rotate_right, rotate_left) | ||
| 32 | (split_interval_right, split_interval_left) | ||
| 33 | (adjust_intervals_for_insertion, delete_node) | ||
| 34 | (interval_deletion_adjustment, adjust_intervals_for_deletion) | ||
| 35 | (merge_interval_right, merge_interval_left, copy_intervals) | ||
| 36 | (set_intervals_multibyte_1): Likewise. | ||
| 37 | * keyboard.c (gobble_input, append_tool_bar_item): Likewise. | ||
| 38 | * keymap.c (Fkey_description): Likewise. | ||
| 39 | * lisp.h (FIXNUM_OVERFLOW_P, vcopy): Likewise. | ||
| 40 | * lread.c (openp, read_integer, read1, string_to_number): | ||
| 41 | Likewise. | ||
| 42 | * menu.c (ensure_menu_items): Likewise. | ||
| 43 | * minibuf.c (read_minibuf_noninteractive): Likewise. | ||
| 44 | * print.c (printchar, strout): Likewise. | ||
| 45 | * process.c (create_process, Faccept_process_output) | ||
| 46 | (wait_reading_process_output, read_process_output, send_process) | ||
| 47 | (wait_reading_process_output): Likewise. | ||
| 48 | * profiler.c (make_log, handle_profiler_signal): Likewise. | ||
| 49 | * regex.c (re_exec): Likewise. | ||
| 50 | * regex.h: Likewise. | ||
| 51 | * search.c (looking_at_1, Freplace_match): Likewise. | ||
| 52 | * sysdep.c (get_child_status, procfs_ttyname) | ||
| 53 | (procfs_get_total_memory): Likewise. | ||
| 54 | * systime.h (EMACS_TIME_VALID_P): Likewise. | ||
| 55 | * term.c (dissociate_if_controlling_tty): Likewise. | ||
| 56 | * window.c (get_phys_cursor_glyph): Likewise. | ||
| 57 | * xdisp.c (init_iterator, redisplay_internal, redisplay_window) | ||
| 58 | (try_window_reusing_current_matrix, try_window_id, pint2hrstr): | ||
| 59 | Likewise. | ||
| 60 | * xfns.c (Fx_window_property): Likewise. | ||
| 61 | * xmenu.c (set_frame_menubar): Likewise. | ||
| 62 | * xselect.c (x_get_window_property, x_handle_dnd_message): | ||
| 63 | Likewise. | ||
| 64 | * xsmfns.c (smc_save_yourself_CB): Likewise. | ||
| 65 | * xterm.c (x_scroll_bar_set_handle): Likewise. | ||
| 66 | |||
| 1 | 2013-03-24 Dmitry Antipov <dmantipov@yandex.ru> | 67 | 2013-03-24 Dmitry Antipov <dmantipov@yandex.ru> |
| 2 | 68 | ||
| 3 | * xfaces.c (Finternal_face_x_get_resource): Allow 3rd (frame) argument | 69 | * xfaces.c (Finternal_face_x_get_resource): Allow 3rd (frame) argument |
| @@ -5273,8 +5339,8 @@ | |||
| 5273 | a public macro and no need to inline by hand. | 5339 | a public macro and no need to inline by hand. |
| 5274 | 5340 | ||
| 5275 | 2012-09-26 Tomohiro Matsuyama <tomo@cx4a.org> | 5341 | 2012-09-26 Tomohiro Matsuyama <tomo@cx4a.org> |
| 5276 | Stefan Monnier <monnier@iro.umontreal.ca> | 5342 | Stefan Monnier <monnier@iro.umontreal.ca> |
| 5277 | Juanma Barranquero <lekktu@gmail.com> | 5343 | Juanma Barranquero <lekktu@gmail.com> |
| 5278 | 5344 | ||
| 5279 | * profiler.c: New file. | 5345 | * profiler.c: New file. |
| 5280 | * Makefile.in (base_obj): Add profiler.o. | 5346 | * Makefile.in (base_obj): Add profiler.o. |