bpt/emacs.git
2011-06-11 Martin RudalicsMove/add window-buffer-related functions to window.el.
2011-06-11 Chong YidongCruft removal in struct image.
2011-06-10 Paul Eggert* buffer.h: Include <time.h>, for time_t.
2011-06-10 Paul EggertMerge: Fix minor problems found by static checking.
2011-06-10 Paul Eggert* image.c (PixelGetMagickColor): Declare if ImageMagick...
2011-06-10 Paul EggertMake identifiers static if they are not used in other...
2011-06-10 Paul Eggert* image.c (imagemagick_load_image): Don't use garbage...
2011-06-10 Paul Eggert* window.c: Fix minor problems reported by GCC 4.6.0.
2011-06-10 Paul Eggert* image.c: Fix minor problems reported by GCC 4.6.0.
2011-06-10 Paul Eggert* ftfont.c (ftfont_get_metrics, ftfont_drive_otf):...
2011-06-10 Paul Eggert* movemail.c: Fix race condition and related bugs ...
2011-06-10 Chong Yidong* image.c (gif_load): Fix omitted cast error introduced...
2011-06-10 Martin RudalicsSome more window.h fixes missing in 2011-06-10T06:55...
2011-06-10 Eli ZaretskiiAvoid compiler warnings about missing prototypes of...
2011-06-10 Martin RudalicsMove window resize code from window.c to window.el.
2011-06-10 Katsumi YamaokaImprove Gnus' dribble data handling.
2011-06-09 Glenn Morris* lisp/calendar/appt.el (appt-mode-line): Eliminate...
2011-06-09 Glenn MorrisEliminate some code duplication in appt.el.
2011-06-09 Glenn MorrisAllow/recommend explicit args for minor-modes in file...
2011-06-09 Ted ZlatanovAdd `xterm-extra-capabilities' defcustom for terminals...
2011-06-09 Glenn MorrisAuto-commit of generated files.
2011-06-09 Martin RudalicsFinal preparations in window.el for new window resize...
2011-06-09 Martin RudalicsFinal preparations for new window resize code.
2011-06-09 Glenn Morrisange-ftp fixes for dired switches not being just a...
2011-06-09 Alexander KlimovSmall fixes for dired-listing-switches usage.
2011-06-09 Glenn MorrisAllow some appt.el display functions to handle lists.
2011-06-08 Paul Eggert* lib/gnulib.mk, m4/gnulib-common.m4: Merge from gnulib.
2011-06-08 Martin RudalicsNew symbols in window.c.
2011-06-08 Martin RudalicsA few new functions and rewrites in window.el.
2011-06-08 Martin RudalicsAdd some new members to window structure in window.h.
2011-06-08 Glenn MorrisMerge from emacs-23; up to 2010-06-13T18:15:45Z!eliz...
2011-06-08 Ivan Kanis* lisp/calendar/appt.el (appt-check): Move some initial...
2011-06-08 Glenn MorrisChangeLog fixes.
2011-06-08 Glenn MorrisMove ChangeLog entry to the right file.
2011-06-08 Martin Rudalicswindow-height, window-width, and window-full-width...
2011-06-07 Chong YidongSome changes and re-organization for animated gif support.
2011-06-07 Eli ZaretskiiFix the MS-DOS build broken by STRING_BYTES_MAX.
2011-06-07 Martin RudalicsAdd and rewrite window size functions in window.el.
2011-06-07 Martin RudalicsMove get-lru-window and get-largest-window to window.el.
2011-06-07 Martin RudalicsMake delete_all_subwindows argument a Lisp_Object.
2011-06-07 Eli Zaretskiint/ChangeLog: Fix a typo in last entry.
2011-06-07 Eli ZaretskiiUpdate nt/inc/stdint.h for PTRDIFF_MAX.
2011-06-07 Glenn MorrisAuto-commit of generated files.
2011-06-07 Martin RudalicsInstall some window-size related functions and window...
2011-06-07 Paul Eggert[ChangeLog]
2011-06-07 Daniel Colascione* fns.c (Fputhash): Document return value.
2011-06-06 Chong Yidong* src/image.c (gif_load): Implement gif89a spec "no...
2011-06-06 Paul EggertMerge from gnulib.
2011-06-06 Paul EggertMerge: Document wide integers better.
2011-06-06 Paul EggertAdd Bug#8794 to ChangeLog entry.
2011-06-06 Paul EggertMerge: Cons<->int and similar integer overflow fixes.
2011-06-06 Paul Eggert* Makefile.in (ALL_CFLAGS): Add -I$(srcdir)/../lib.
2011-06-06 Paul EggertMerge from trunk.
2011-06-06 Stefan Monnier* src/window.h (Fwindow_frame): Declare.
2011-06-06 Paul Eggert* alloc.c: Simplify handling of large-request failures...
2011-06-06 Martin RudalicsAdd window-tree based, atomic and side window functions...
2011-06-06 Martin RudalicsMove some window-related functions from frame.c to...
2011-06-06 Martin RudalicsExpose window-tree functions in Elisp.
2011-06-06 Paul EggertCheck for overflow when converting integer to cons...
2011-06-06 Martin RudalicsPrepare for exposing window-tree functions in Elisp.
2011-06-06 Paul EggertCheck for buffer and string overflow more precisely.
2011-06-06 Paul Eggert* image.c: Use ptrdiff_t, not int, for sizes.
2011-06-06 Paul Eggert* fileio.c (Fverify_visited_file_modtime): Avoid time...
2011-06-06 Paul Eggert* dired.c (Ffile_attributes): Don't assume EMACS_INT...
2011-06-06 Paul EggertDon't assume time_t can fit into int.
2011-06-06 Paul EggertMinor fixes for signed vs unsigned integers.
2011-06-06 Paul Eggert* alloc.c (memory_full) [SYSTEM_MALLOC]: Port to MacO).
2011-06-05 Andreas Schwab* lisp/comint.el (comint-dynamic-complete-as-filename)
2011-06-05 Andreas SchwabFixes: debbugs:8806
2011-06-05 Andreas Schwab* src/gtkutil.c (xg_get_default_scrollbar_width): Avoid...
2011-06-05 Andreas Schwab* src/xfns.c (x_set_scroll_bar_default_width): Move...
2011-06-05 Deniz Dogan* lisp/net/rcirc.el (rcirc-prompt-for-encryption):...
2011-06-05 Jan DjärvHandle scroll bar width larger than 16 for GTK3.
2011-06-05 Deniz Dogan* lisp/net/rcirc.el (rcirc-prompt-for-encryption):...
2011-06-05 Roland Winklerlisp/textmodes/bibtex.el: new command bibtex-search...
2011-06-05 Roland Winklerlisp/textmodes/bibtex.el: various small bug fixes
2011-06-05 Roland Winklerlisp/textmodes/bibtex.el (bibtex-search-entry-globally...
2011-06-05 Roland Winklerlisp/textmodes/bibtex.el (bibtex-entry-format): new...
2011-06-05 Juanma Barranquerolisp/doc-view.el: Silence compiler warning.
2011-06-05 Juanma Barranquerosrc/xdisp.c (single_display_spec_intangible_p): Remove...
2011-06-04 Chong YidongDoc fixes for timer.el (Bug#8793).
2011-06-04 Chong Yidong* src/xselect.c (x_get_foreign_selection): Reduce scope...
2011-06-04 Chong YidongHandle errors when saving to clipboard manager (Bug...
2011-06-04 Glenn MorrisMerge from emacs-23; up to 2010-06-12T17:12:15Z!cyd...
2011-06-04 Paul Eggert* lib/getopt.c: Merge trivial change from gnulib.
2011-06-04 Deniz DoganFix mistake in last iswitchb.el bug fix.
2011-06-04 Michael Albinus* net/tramp-sh.el (tramp-find-shell): Apply workaround...
2011-06-04 Michael Albinus* net/tramp.el (tramp-set-completion-function, tramp...
2011-06-04 Stefan Monnier* lisp/shell.el: Require and use pcomplete.
2011-06-04 Deniz Dogan* lisp/iswitchb.el (iswitchb-window-buffer-p): Use...
2011-06-04 Eli Zaretskiisrc/bidi.c (bidi_level_of_next_char): Fix last change.
2011-06-04 Andreas Schwab* lisp/url/url-future.el (url-future-test): Fix scope...
2011-06-04 Eli ZaretskiiSupport bidi reordering of text covered by display...
2011-06-04 Paul Eggert* image.c (svg_load): Omit needless test.
2011-06-04 Paul EggertCheck for buffer and string overflow more precisely.
2011-06-04 Paul EggertUse ptrdiff_t, not int, for sizes.
2011-06-03 Paul Eggert* buffers.texi (Buffers): Correct the size limit.
2011-06-03 Paul Eggert* xselect.c: Include <limits.h>.
2011-06-03 Paul EggertDocument wide integers better.
2011-06-03 Paul EggertCheck for overflow when converting integer to cons...
next