bpt/emacs.git
2011-03-21 Paul Eggertupdate-game-score: fix bug with -r
2011-03-21 Paul EggertAdd Bug#.
2011-03-21 Paul EggertMerge from trunk and from gnulib stdio.
2011-03-21 Paul EggertAutogenerate.
2011-03-21 Paul Eggert* .bzrignore: Add lib/stdio.h.
2011-03-21 Paul Eggert[ChangeLog]
2011-03-21 Paul Eggert* fileio.c (Fcopy_file): Report error if fchown or...
2011-03-21 Glenn MorrisFix typo in a README.
2011-03-21 Glenn MorrisFix date of merged entry.
2011-03-21 Glenn Morris* autogen/update_autogen: Make bzr commit respect ...
2011-03-21 Glenn MorrisAuto-commit of generated files.
2011-03-20 Glenn Morris(Re)move autotools generated files from the repository.
2011-03-20 Paul EggertAdd Bug#.
2011-03-20 Paul Eggert* emacs.c (Fdaemon_initialized): Do not ignore I/O...
2011-03-20 Jay Belanger* calc/calc-menu.el (calc-units-menu): Add entries...
2011-03-20 Paul EggertMerge: Use socklen_t, not int, for socket lengths.
2011-03-20 Paul EggertMerge from gnulib, for socklen_t.
2011-03-20 Juanma Barranquerosrc/minibuf.c: Fix previous change.
2011-03-20 Leo LiuNew variable completing-read-function to customize...
2011-03-20 Christian Ohler* emacs-lisp/ert.el (ert-run-tests-batch): Remove unuse...
2011-03-20 Paul EggertAdd Bug#8298.
2011-03-20 Paul Eggert* process.c (create_process): Use 'volatile' to avoid...
2011-03-20 Paul Eggert* process.c (FIRST_PROC_DESC, IF_NON_BLOCKING_CONNECT...
2011-03-20 Paul Eggert* process.c (process_send_signal): Add cast to avoid...
2011-03-20 Paul Eggert* process.c (Fnetwork_interface_info): Fix pointer...
2011-03-20 Paul Eggert* process.c (Fmake_network_process): Define label ...
2011-03-20 Paul Eggert* process.c: Rename or move locals to avoid shadowing.
2011-03-19 Paul EggertMake tparam.h and terminfo.c consistent.
2011-03-19 Chong YidongAdd error for dired-create-directory on existing file...
2011-03-19 Chong YidongFix facemenu to populate buffer inside the with-help...
2011-03-19 Chong YidongMerge changes from emacs-23 branch
2011-03-19 Chong YidongFix tar package handling, and clean up package-subdirec...
2011-03-19 Chong YidongBackport fix for Bug#8219 from trunk.
2011-03-19 Eli ZaretskiiFix emerge.el on MS-Windows and MS-DOS.
2011-03-19 Paul Eggert* xftfont.c (xftfont_open): Rename locals to avoid...
2011-03-19 Paul Eggert* xftfont.c (xftfont_shape): Now static, and defined...
2011-03-19 Paul Eggert* ftfont.c: (get_adstyle_property, ftfont_pattern_entity):
2011-03-19 Paul Eggert* ftfont.c (ftfont_list): Remove unused local.
2011-03-19 Paul Eggert* ftfont.c (ftfont_otf_capability, ftfont_shape): Omit...
2011-03-19 Juanma BarranqueroFix typos.
2011-03-19 Juanma Barranquerosrc/makefile.w32-in: Update dependencies.
2011-03-19 Paul Eggert* ftfont.c (ftfont_resolve_generic_family): Fix pointer...
2011-03-19 Paul Eggert* xfont.c (xfont_list_family): Mark var as initialized.
2011-03-19 Paul Eggert* xml.c (make_dom): Now static.
2011-03-19 Paul EggertAdd Bug#.
2011-03-19 Paul Eggert* composite.c (find_automatic_composition): Mark vars...
2011-03-19 Paul Eggert* composite.c (composition_update_it): Mark var as...
2011-03-19 Julien Danjougnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer...
2011-03-19 Paul Eggert* composite.c (composition_reseat_it): Remove unused...
2011-03-19 Paul Eggert* composite.c (composition_compute_stop_pos): Rename...
2011-03-19 Paul Eggertcharacter.h: Rename locals to avoid shadowing.
2011-03-18 Stefan Monnier* vc/diff-mode.el (diff-mode-map): Shadow problematic...
2011-03-18 Paul Eggert* textprop.c (property_change_between_p): Remove; unused.
2011-03-18 Paul Eggert* intervals.c (interval_start_pos): Now static.
2011-03-18 Paul Eggert* intervals.h (CHECK_TOTAL_LENGTH): Avoid empty "else".
2011-03-18 Gnus developersMerge changes made in Gnus trunk.
2011-03-18 Paul EggertAdd Bug#.
2011-03-18 Paul Eggert* atimer.c (start_atimer, append_atimer_lists, set_alar...
2011-03-18 Paul Eggert* sound.c (wav_play): Initialize a variable to 0, to...
2011-03-18 Paul Eggert* sound.c (alsa_choose_format): Remove unused local...
2011-03-18 Paul Eggert* sound.c (wav_play, au_play, Fplay_sound_internal):
2011-03-18 Paul Eggert* region-cache.c (insert_cache_boundary): Redo var...
2011-03-18 Paul Eggert* region-cache.h (pp_cache): New decl, for gcc -Wmissin...
2011-03-18 Paul Eggert* callproc.c (Fcall_process): Use 'volatile' to avoid...
2011-03-18 Paul EggertBetter fix for volatile issue.
2011-03-18 Paul EggertAdd Bug#.
2011-03-18 Paul Eggert* sysdep.c (sys_subshell): Use 'volatile' to avoid...
2011-03-18 Paul Eggert* lisp.h (child_setup): Now NO_RETURN unless DOS_NT.
2011-03-18 Paul Eggert* callproc.c (relocate_fd): Rename locals to avoid...
2011-03-18 Paul Eggert* callproc.c (call_process_cleanup): Now static.
2011-03-18 Paul Eggertprocess.c: Use socklen_t, not int, for socket lengths.
2011-03-17 Paul EggertRestore failure returns to unexaix.c, unexcoff.c, unexcw.c
2011-03-17 Eli ZaretskiiUpdate MS-Windows dependencies after 2011-03-17T18...
2011-03-17 Paul EggertChange unexec implementations to match prototype.
2011-03-17 Paul EggertMerge: Fix more problems found by GCC 4.5.2's static...
2011-03-17 Paul EggertMerge from mainline.
2011-03-17 Juanma Barranquerosrc/xfaces.c (Fx_load_color_file): Read color file...
2011-03-17 Julien Danjoumm-uu.el (mm-uu-dissect-text-parts): Only dissect handl...
2011-03-17 Paul Eggert* process.c (make_serial_process_unwind, send_process_t...
2011-03-17 Paul Eggert* process.c (allocate_pty): Let PTY_ITERATION declare...
2011-03-17 Paul Eggert* s/irix6-5.h (PTY_OPEN): Declare stb, to loosen coupling.
2011-03-17 Juanma Barranquerolisp/custom.el: Trivial fixes.
2011-03-17 Jay Belanger* lisp/calc-units.el (calcFunc-lupquant): Rename from
2011-03-17 Paul Eggert* bytecode.c (CONSTANTLIM): Remove; unused.
2011-03-17 Paul Eggert* bytecode.c (MAYBE_GC): Rewrite so as not to use empty...
2011-03-17 Paul Eggert* unexelf.c (ELF_BSS_SECTION_NAME, OLD_PROGRAM_H):...
2011-03-17 Paul Eggert* unexelf.c: Use a different way to cause a compilation...
2011-03-17 Paul Eggert* unexelf.c (unexec): Name an expression,
2011-03-17 Paul EggertAdd Bug#.
2011-03-17 Jay Belanger* lisp/calc/README: Mention musical notes.
2011-03-17 Stefan Monnier* lisp/minibuffer.el (completion-all-sorted-completions):
2011-03-17 Paul Eggert* deps.mk (unexalpha.o): Remove; unused.
2011-03-17 Paul Eggert* unexec.h: New file.
2011-03-16 Paul EggertNew file unexec.h, the (simple) interface for unexec.
2011-03-16 Paul Eggert* syntax.c (back_comment, skip_chars): Mark vars as...
2011-03-16 Paul Eggert* syntax.c (Fforward_comment, scan_lists): Rename local...
2011-03-16 Paul Eggert* lread.c (Fload, readevalloop, read1): Rename locals...
2011-03-16 Paul Eggert* character.h (FETCH_STRING_CHAR_ADVANCE_NO_CHECK,...
2011-03-16 Paul Eggert* lread.c (read1): Rewrite so as not to use empty ...
2011-03-16 Paul Eggert* print.c (Fredirect_debugging_output): Fix pointer...
next