bpt/emacs.git
2011-06-13 Paul Eggert* xterm.c (x_alloc_nearest_color_1): Go back to origina...
2011-06-13 Paul EggertMerge from trunk.
2011-06-13 Paul Eggert* xterm.c (x_alloc_nearest_color_1): Use a more-precise...
2011-06-13 Paul EggertRemove unnecessary casts.
2011-06-13 Paul Eggert* sound.c (Fplay_sound_internal): Remove cast to unsign...
2011-06-13 Paul Eggert* dired.c (Ffile_attributes): Don't use 32-bit hack...
2011-06-13 Paul Eggert* unexelf.c (unexec): Don't assume BSS addr fits in...
2011-06-13 Paul Eggert* xterm.c (handle_one_xevent): Omit unnecessary casts...
2011-06-13 Paul Eggert* keyboard.c (modify_event_symbol): Don't limit alist...
2011-06-13 Paul Eggert* lisp.h (CHAR_TABLE_SET): Omit now-redundant test.
2011-06-13 Paul Eggert* lread.c (Fload): Don't compare a possibly-garbage...
2011-06-13 Paul EggertGLYPH_CODE_FACE returns EMACS_INT, not int.
2011-06-13 Paul Eggert* character.h (CHAR_VALID_P): Remove unused parameter.
2011-06-13 Paul Eggert* editfns.c (Ftranslate_region_internal): Omit redundan...
2011-06-13 Paul Eggert* fns.c (concat): Minor tuning based on overflow analysis.
2011-06-13 Paul Eggert* floatfns.c (Fexpt): Omit unnecessary cast to unsigned.
2011-06-13 Paul Eggert* fileio.c (make_temp_name): Omit unnecessary cast...
2011-06-13 Paul Eggert* editfns.c (Ftranslate_region_internal): Use int,...
2011-06-13 Paul Eggert* doc.c (get_doc_string): Omit (unsigned)c that mishand...
2011-06-13 Paul Eggert* data.c (Faset): If ARRAY is a string, check that...
2011-06-13 Paul Eggert* chartab.c (Fchar_table_range): Use CHARACTERP to...
2011-06-13 Paul Eggert* composite.c: Use int, not EMACS_INT, for characters.
2011-06-13 Paul EggertMake sure a 64-bit char is never passed to ENCODE_CHAR.
2011-06-13 Paul Eggert* character.c (char_string): Remove unnecessary casts.
2011-06-13 Paul EggertMake sure a 64-bit char is never passed to CHAR_STRING.
2011-06-12 Paul EggertRemove incorrect casts to 'unsigned' that lose info...
2011-06-12 Paul Eggert* lisp.h (UNSIGNED_CMP): New macro.
2011-06-12 Glenn Morris* term/xterm.el (terminal-init-xterm): Still more simpl...
2011-06-12 Glenn Morris* term/xterm.el (terminal-init-xterm): More simplificat...
2011-06-12 Glenn Morris* term/xterm.el (terminal-init-xterm): Misc simplificat...
2011-06-12 Glenn Morris* term/xterm.el (terminal-init-xterm): `version' may...
2011-06-12 Michael Albinus* tramp.texi (Customizing Completion): Mention authinfo...
2011-06-12 Andreas Schwab* leim/SKK-DIC/SKK-JISYO.L: Add proper coding tag.
2011-06-12 Martin RudalicsFix make_frame, introduce Vtemp_buffer_show_specifiers...
2011-06-12 Andreas Schwab* leim/Makefile.in (TIT_BIG5): Renamed from TIT-BIG5.
2011-06-12 Martin RudalicsRestore window-safely-shrinkable-p but avoid using...
2011-06-12 Paul EggertFix minor problems found by GCC 4.6.0 static checking.
2011-06-12 Paul EggertMerge from trunk.
2011-06-12 Paul Eggert* xmenu.c (x_menu_set_in_use): Fix incorrect assumption.
2011-06-12 Juanma Barranquerosrc/makefile.w32-in: Update dependencies.
2011-06-12 Glenn MorrisGive % punctuation syntax in fortran modes (bug#8820)
2011-06-12 Daniel Colascione* emacs-lisp/syntax.el (syntax-ppss): Clarify which...
2011-06-11 Chong YidongHandle gif subimage animation delay correctly.
2011-06-11 Paul EggertMerge from trunk.
2011-06-11 Paul Eggert* buffer.c (Qclone_number): Remove for now, as it's...
2011-06-11 Michael Albinus* net/tramp.el (tramp-debug-message): Add `tramp-with...
2011-06-11 Glenn MorrisHandle overlapping appointments in appt.el (bug#8377)
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 Paul EggertMerge from trunk.
2011-06-11 Paul EggertMerge from trunk.
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 EggertMerge from trunk.
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 Paul EggertRemove obsolete comment about PNTR_COMPARISON_TYPE.
2011-06-09 Paul Eggert* buffer.h (PTR_BYTE_POS, BUF_PTR_BYTE_POS): Remove...
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-09 Paul Eggert* xmenu.c (dialog_selection_callback) [!USE_GTK]: Cast...
2011-06-09 Paul Eggert* xfns.c (x_set_scroll_bar_default_width): Remove unuse...
2011-06-09 Paul Eggert* buffer.h (PTR_BYTE_POS): Don't assume a byte count...
2011-06-09 Paul Eggert* buffer.c (advance_to_char_boundary): Return EMACS_INT...
2011-06-09 Paul Eggert* buffer.c (Fgenerate_new_buffer_name): Use EMACS_INT...
2011-06-09 Paul Eggert* data.c (Qcompiled_function): Now static.
2011-06-08 Paul Eggert* window.c (window_body_lines): Now static.
2011-06-08 Paul Eggert* image.c (gif_load): Rename local to avoid shadowing.
2011-06-08 Paul Eggert* print.c (print_object): Fix typo in ptrdiff_t printing.
2011-06-08 Paul EggertMerge from trunk.
2011-06-08 Paul Eggert* lisp.h (SAFE_ALLOCA_LISP): Check for integer overflow.
2011-06-08 Paul Eggert* alloc.c (allocate_pseudovector): Don't use EMACS_INT...
2011-06-08 Paul Eggert* alloc.c (inhibit_garbage_collection): Set gc_cons_thr...
2011-06-08 Paul Eggert* alloc.c (nzombies, ngcs, max_live, max_zombies):...
2011-06-08 Paul Eggert* alloc.c: (n_interval_blocks, n_string_blocks, n_float...
2011-06-08 Paul Eggert* alloc.c: Use EMACS_INT, not int, to count objects.
2011-06-08 Paul Eggert* alloc.c (mark_vectorlike, mark_char_table, mark_objec...
2011-06-08 Paul Eggert* alloc.c (allocate_vectorlike): Check for ptrdiff_t...
2011-06-08 Paul Eggert* alloc.c (Fmake_bool_vector): Don't assume vector...
next