* buffer.c (Qclone_number): Remove for now, as it's unused.
[bpt/emacs.git] / src / ChangeLog
2011-06-11 Paul Eggert* buffer.c (Qclone_number): Remove for now, as it's...
2011-06-11 Martin RudalicsWindow configuration, balancing and fit-to-buffer rewrites.
2011-06-11 Andreas Schwab* src/image.c (imagemagick_load_image): Fix type mismatch.
2011-06-11 Andreas Schwab* src/window.h (replace_buffer_in_windows): Declare.
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 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-09 Martin RudalicsFinal preparations for new window resize code.
2011-06-08 Martin RudalicsNew symbols in window.c.
2011-06-08 Martin RudalicsAdd some new members to window structure in window.h.
2011-06-08 Martin Rudalicswindow-height, window-width, and window-full-width...
2011-06-07 Eli ZaretskiiFix the MS-DOS build broken by STRING_BYTES_MAX.
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 Martin RudalicsInstall some window-size related functions and window...
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: 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 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 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 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 Jan DjärvHandle scroll bar width larger than 16 for GTK3.
2011-06-05 Juanma Barranquerosrc/xdisp.c (single_display_spec_intangible_p): Remove...
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 Eli Zaretskiisrc/bidi.c (bidi_level_of_next_char): Fix last change.
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* xselect.c: Include <limits.h>.
2011-06-03 Paul EggertCheck for overflow when converting integer to cons...
2011-06-03 Paul EggertFix doc for machines with wider system times such as...
2011-06-03 Paul Eggert* lisp.h (WIDE_EMACS_INT): Now defaults to 1.
2011-06-03 Paul Eggert* xselect.c: Use 'unsigned' more consistently.
2011-06-03 Paul Eggert* fileio.c (Fverify_visited_file_modtime): Avoid time...
2011-06-03 Paul Eggert* dired.c (Ffile_attributes): Don't assume EMACS_INT...
2011-06-03 Paul Eggert* lisp.h: Include <intprops.h>, as it'll useful in...
2011-06-03 Paul EggertDon't assume time_t can fit into int.
2011-06-03 Paul EggertMinor fixes for signed vs unsigned integers.
2011-06-03 Eli ZaretskiiCleanup. Tested in -nw and verified that bug #7616...
2011-06-02 Paul EggertMerge: memory_full, gnutls improvements
2011-06-02 Dan Nicolaescu* src/emacs.c (main): Warn when starting a GTK emacs...
2011-06-02 Paul EggertMerge ChangeLog from trunk better.
2011-06-02 Paul EggertMerge from trunk.
2011-06-02 Paul EggertMerge: Remove arbitrary limit of 2**31 entries in hash...
2011-06-02 Paul EggertMerge from trunk.
2011-06-02 Paul Eggert* lisp.h (WIDE_EMACS_INT): Now defaults to 1.
2011-06-02 Paul Eggert* fileio.c (Fverify_visited_file_modtime): Avoid time...
2011-06-02 Paul Eggert* dired.c (Ffile_attributes): Don't assume EMACS_INT...
2011-06-02 Paul Eggert* lisp.h: Include <intprops.h>, as it'll useful in...
2011-06-02 Paul EggertDon't assume time_t can fit into int.
2011-06-02 Paul EggertMerge: Minor fixes for signed vs unsigned integers.
2011-06-01 Dan NicolaescuMake it possible to build with GCC-4.6+ -O2 -flto.
2011-06-01 Stefan Monnier* lisp/minibuffer.el (minibuffer-inactive-mode-map...
2011-06-01 Paul EggertMerge from trunk.
2011-06-01 Paul EggertMinor fixes for signed vs unsigned integers.
2011-06-01 YAMAMOTO Mitsuharu* fringe.c (update_window_fringes): Don't update overla...
2011-05-31 Juanma Barranquerosrc/makefile.w32-in: Update dependencies.
2011-05-31 Dan Nicolaescu* src/data.c (init_data): Remove code for UTS, this...
2011-05-31 Dan NicolaescuDon't force ./temacs to start in terminal mode.
2011-05-31 Dan NicolaescuUse const for a string pointer.
2011-05-31 Paul EggertAdjust ChangeLog as per Stefan's suggestions.
2011-05-31 Paul EggertAdd Bug#.
2011-05-31 Paul EggertRemove arbitrary limit of 2**31 entries in hash tables.
2011-05-31 Paul EggertFix ChangeLog entry order.
2011-05-31 Paul EggertMerge from trunk.
2011-05-31 Paul EggertAdd bug#.
2011-05-31 Paul EggertUse 'inline', not 'INLINE'.
2011-05-31 Paul EggertMerge from trunk.
2011-05-31 Paul EggertMerge from trunk.
2011-05-31 Dan NicolaescuMake it possible to run ./temacs.
next