summaryrefslogtreecommitdiff
path: root/src/ChangeLog
AgeCommit message (Expand)Author
2011-03-22* coding.c (encode_coding_raw_text): Avoid unnecessary testPaul Eggert
2011-03-22* lisp.h (SAFE_ALLOCA, SAFE_ALLOCA_LISP): Avoid 'int' overflowPaul Eggert
2011-03-22* xmenu.c (set_frame_menubar): Use EMACS_UINT, not int, for indexesPaul Eggert
2011-03-22* xdisp.c (pint2hrstr): Simplify and tune code slightly.Paul Eggert
2011-03-22* xdisp.c (message_log_check_duplicate): Return unsigned long, not int.Paul Eggert
2011-03-22* scroll.c (do_scrolling): Work around GCC bug 48228.Paul Eggert
2011-03-21* frame.c (validate_x_resource_name): Simplify count usage.Paul Eggert
2011-03-21* frame.c (Fmodify_frame_parameters): Simplify loop counter.Paul Eggert
2011-03-20Add Bug#.Paul Eggert
2011-03-20Merge from trunk and from gnulib stdio.Paul Eggert
2011-03-20* fileio.c (Fcopy_file): Report error if fchown or fchmod fail.Paul Eggert
2011-03-20(Re)move autotools generated files from the repository.Glenn Morris
2011-03-20Add Bug#.Paul Eggert
2011-03-20* emacs.c (Fdaemon_initialized): Do not ignore I/O errors.Paul Eggert
2011-03-20Merge: Use socklen_t, not int, for socket lengths.Paul Eggert
2011-03-20src/minibuf.c: Fix previous change.Juanma Barranquero
2011-03-20New variable completing-read-function to customize completing-readLeo Liu
2011-03-19Add Bug#8298.Paul Eggert
2011-03-19* process.c (create_process): Use 'volatile' to avoid vfork clobbering.Paul Eggert
2011-03-19* process.c (FIRST_PROC_DESC, IF_NON_BLOCKING_CONNECT): Remove unused macros.Paul Eggert
2011-03-19* process.c (process_send_signal): Add cast to avoid pointer signedness problem.Paul Eggert
2011-03-19* process.c (Fnetwork_interface_info): Fix pointer signedness.Paul Eggert
2011-03-19* process.c (Fmake_network_process): Define label "retry_connect" only if nee...Paul Eggert
2011-03-19* process.c: Rename or move locals to avoid shadowing.Paul Eggert
2011-03-19Make tparam.h and terminfo.c consistent.Paul Eggert
2011-03-19Merge changes from emacs-23 branchChong Yidong
2011-03-19* process.c (Fformat_network_address): Doc fix.Christoph Scholtes
2011-03-19Backport fix for Bug#8219 from trunk.Chong Yidong
2011-03-18* xftfont.c (xftfont_open): Rename locals to avoid shadowing.Paul Eggert
2011-03-18* xftfont.c (xftfont_shape): Now static, and defined only if needed.Paul Eggert
2011-03-18* ftfont.c: (get_adstyle_property, ftfont_pattern_entity):Paul Eggert
2011-03-18* ftfont.c (ftfont_list): Remove unused local.Paul Eggert
2011-03-18* ftfont.c (ftfont_otf_capability, ftfont_shape): Omit decls if not needed.Paul Eggert
2011-03-19src/makefile.w32-in: Update dependencies.Juanma Barranquero
2011-03-18* ftfont.c (ftfont_resolve_generic_family): Fix pointer signedness.Paul Eggert
2011-03-18* xfont.c (xfont_list_family): Mark var as initialized.Paul Eggert
2011-03-18* xml.c (make_dom): Now static.Paul Eggert
2011-03-18Add Bug#.Paul Eggert
2011-03-18* composite.c (find_automatic_composition): Mark vars as initialized, with a ...Paul Eggert
2011-03-18* composite.c (composition_update_it): Mark var as initialized.Paul Eggert
2011-03-18* composite.c (composition_reseat_it): Remove unused locals.Paul Eggert
2011-03-18* composite.c (composition_compute_stop_pos): Rename local toPaul Eggert
2011-03-18character.h: Rename locals to avoid shadowing.Paul Eggert
2011-03-18* textprop.c (property_change_between_p): Remove; unused.Paul Eggert
2011-03-18* intervals.c (interval_start_pos): Now static.Paul Eggert
2011-03-18* intervals.h (CHECK_TOTAL_LENGTH): Avoid empty "else".Paul Eggert
2011-03-18Add Bug#.Paul Eggert
2011-03-17* atimer.c (start_atimer, append_atimer_lists, set_alarm): RenamePaul Eggert
2011-03-17* sound.c (wav_play): Initialize a variable to 0, to prevent undefined behavior.Paul Eggert
2011-03-17* sound.c (alsa_choose_format): Remove unused local var.Paul Eggert