aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog (follow)
Commit message (Expand)AuthorAgeFilesLines
* * process.c (serial_open, serial_configure): Move decls from here ...Paul Eggert2011-03-141-0/+3
* * fns.c (get_random, seed_random): Move extern decls from here ...Paul Eggert2011-03-141-0/+3
* * sysdep.c (wait_for_termination_signal): Remove; unused.Paul Eggert2011-03-141-0/+1
* * sysdep.c (reset_io): Now static.Paul Eggert2011-03-141-0/+2
* * keymap.c: (get_keymap, access_keymap, Fdefine_key, Fwhere_is_internal):Paul Eggert2011-03-141-0/+3
* * keymap.c (DENSE_TABLE_SIZE): Remove; unused.Paul Eggert2011-03-141-0/+1
* * keymap.c (Fwhere_is_internal): Don't test CONSP (sequences) unnecessarily.Paul Eggert2011-03-141-0/+1
* * keymap.c (keymap_parent, keymap_memberp, map_keymap_internal):Paul Eggert2011-03-141-0/+4
* * keyboard.c (read_char): Mark local as initialized.Paul Eggert2011-03-141-1/+1
* * keyboard.c (Fexit_recursive_edit, Fabort_recursive_edit): Mark with NO_RETURN.Paul Eggert2011-03-141-0/+1
* * keyboard.c (read_key_sequence): Mark locals as initialized.Paul Eggert2011-03-141-0/+1
* * keyboard.c: (read_char, kbd_buffer_get_event, make_lispy_position):Paul Eggert2011-03-141-0/+5
* * keyboard.h (mark_kboards): Move decl here ...Paul Eggert2011-03-131-0/+2
* * keyboard.c: Declare functions static if they are not used elsewhere.Paul Eggert2011-03-131-0/+4
* * keyboard.h (make_ctrl_char): New decl.Paul Eggert2011-03-131-0/+2
* * lisp.h (force_auto_save_soon): New decl.Paul Eggert2011-03-131-0/+2
* * emacs.c (main): Add casts to avoid warningsPaul Eggert2011-03-131-0/+2
* * emacs.c (DEFINE_DUMMY_FUNCTION): New macro.Paul Eggert2011-03-131-0/+3
* * emacs.c (init_cmdargs): Rename local to avoid shadowing.Paul Eggert2011-03-131-0/+2
* * lisp.h (fatal_error_signal): Add decl, since it's exported.Paul Eggert2011-03-131-0/+2
* * dbusbind.c (Fdbus_register_service, Fdbus_register_method): Remove unused v...Paul Eggert2011-03-131-0/+1
* * dbusbind.c (Fdbus_init_bus): Add cast to avoid warningPaul Eggert2011-03-131-0/+3
* * dbusbind.c: Pointer signedness fixes.Paul Eggert2011-03-131-0/+9
* Fix BUF_* macros to handle indirect buffers properly (Bug#8219).Chong Yidong2011-03-131-0/+22
* MS-Windows followup for 2011-03-13T06:43:00Z!eggert@cs.ucla.edu.Eli Zaretskii2011-03-131-0/+5
* Merge from mainline.Paul Eggert2011-03-131-2/+71
|\
| * Improve quality of tests for time stamp overflow.Paul Eggert2011-03-121-0/+32
| |\
| | * * editfns.c (lisp_time_argument): Check for time stamp overflow.Paul Eggert2011-03-121-0/+4
| | * Improve quality of tests for time stamp overflow. For example,Paul Eggert2011-03-111-0/+19
| | * * editfns.c (time_overflow): New function, refactoring common code.Paul Eggert2011-03-111-0/+4
| | * Move 'make_time' to be next to its inverse 'lisp_time_argument'.Paul Eggert2011-03-111-0/+7
| * | Merge from emacs-23; up to 2010-06-03T22:16:02Z!dann@ics.uci.eduGlenn Morris2011-03-121-0/+7
| |\ \
| | * | Backport 2011-03-08T01:52:20Z!lekktu@gmail.com from trunk.Juanma Barranquero2011-03-111-0/+6
| | * | * src/fringe.c (update_window_fringes): Remove unused variables.YAMAMOTO Mitsuharu2011-03-111-0/+2
| | * | * src/unexmacosx.c (copy_data_segment): Also copy __got section. (Bug#8223)YAMAMOTO Mitsuharu2011-03-111-0/+5
| | * | Revert 2010-05-25T15:54:53Z!juri@jurta.org; regenerate release logs.Chong Yidong2011-03-071-1/+1
| | * | Release logs for 23.3 release.Chong Yidong2011-02-281-0/+4
| | * | Fix typos.Juanma Barranquero2011-02-231-1/+1
| | * | Remove bogus duplicate ChangeLog entry from 2010-06-01T13:47:14Z!lekktu@gmail...Glenn Morris2011-02-221-6/+0
| * | | src/ChangeLog: Fix last entry for deps.mk.Eli Zaretskii2011-03-121-1/+1
| * | | Make termcap.c implementations consistent with tparam.h prototypes.Eli Zaretskii2011-03-121-0/+7
| * | | Fix compilation warnings on MS-DOS due to constifying of pointers in xmenu.c.Eli Zaretskii2011-03-121-0/+7
| | |/ | |/|
| * | * buffer.c (syms_of_buffer): Remove obsolete comment.Tom Tromey2011-03-111-0/+4
| * | Fix MS-Windows build broken by 2011-03-11T07:24:21Z!eggert@cs.ucla.edu.Eli Zaretskii2011-03-111-0/+12
* | | * gtkutil.c (gdk_window_get_screen): Make it clear that this macro is neededPaul Eggert2011-03-131-0/+2
* | | * gtkutil.c: (get_utf8_string, xg_get_file_with_chooser):Paul Eggert2011-03-131-0/+3
* | | * gtkutil.c (int_gtk_range_get_value): New function, which avoids a diagnosticPaul Eggert2011-03-131-0/+5
* | | * gtkutil.c (xg_free_frame_widgets): Make it clear that a local variable isPaul Eggert2011-03-131-0/+2
* | | * gtkutil.c (xg_get_pixbuf_from_pixmap): Add cast from char *Paul Eggert2011-03-131-0/+3
* | | * xgselect.c (xg_select): Remove unused var.Paul Eggert2011-03-131-0/+2