bpt/emacs.git
2011-06-19 Paul Eggert* buffer.c (init_buffer): Don't assume string length...
2011-06-19 Paul Eggert* lread.c (string_to_number): Simplify the 2011-04...
2011-06-19 Paul Eggert* lread.c (invalid_syntax): Omit length argument.
2011-06-19 Paul Eggert* lisp.h (make_fixnum_or_float): Remove unnecessary...
2011-06-19 Paul Eggert* lisp.h (LIST_END_P): Remove unused macro and its...
2011-06-19 Paul Eggert* lisp.h (DEFUN): Remove bogus use of sizeof (struct...
2011-06-18 Paul Eggert* lisp.h (XSET) [USE_LISP_UNION_TYPE]: Use uintptr_t...
2011-06-18 Paul Eggert* lisp.h (struct Lisp_Bool_Vector.size): EMACS_INT...
2011-06-18 Paul Eggert* lisp.h (union Lisp_Object.i): EMACS_INT, not EMACS_UINT.
2011-06-18 Paul Eggert* indent.c (Fcompute_motion): Don't assume hscroll...
2011-06-18 Paul Eggert* insdel.c: Omit unnecessary forward decls, to simplify...
2011-06-18 Paul Eggert* indent.c (sane_tab_width): New function.
2011-06-18 Paul Eggert* image.c (xbm_image_p): Don't assume stated width...
2011-06-18 Paul Eggert* lisp.h (lint_assume): New macro.
2011-06-18 Paul Eggert* fns.c (Ffillarray): Don't shadow a local.
2011-06-18 Paul Eggert* editfns.c: Omit unnecessary forward decls, to simplif...
2011-06-18 Paul Eggert* ftfont.c (ftfont_shape_by_flt): Use signed integers...
2011-06-18 Paul Eggert* font.c (Ffont_shape_gstring): Don't assume glyph...
2011-06-18 Paul Eggert* fns.c (mapcar1): Declare byte as byte, for clarity.
2011-06-18 Paul Eggert* fns.c (Ffillarray): Use same idx as rest of code...
2011-06-18 Paul Eggert* fns.c: Check that character arg fits in 'int'.
2011-06-18 Paul Eggert* fns.c: Don't assume string byte-length fits in 'int'.
2011-06-18 Paul Eggert* fns.c: Use much-faster test for byte-length change.
2011-06-18 Paul Eggert* fns.c (Ffillarray): Don't assume bool vector size...
2011-06-18 Paul Eggert* alloc.c (Fmake_bool_vector): Avoid unnecessary multip...
2011-06-18 Paul Eggert* fns.c (concat): Catch string overflow earlier.
2011-06-18 Paul Eggert* dispextern.h (struct it.overlay_strings_charpos)...
2011-06-17 Paul Eggert* dispextern.h (struct it.selective): Now EMACS_INT...
2011-06-17 Paul Eggert* xdisp.c (init_iterator): Use XINT, not XFASTINT;...
2011-06-17 Paul Eggert* composite.c (get_composition_id, composition_gstring_...
2011-06-17 Paul Eggert* composite.c: Don't truncate sizes to 'int'.
2011-06-17 Paul Eggert* category.h (CATEGORY_SET_P): Remove unnecessary cast...
2011-06-17 Paul Eggert* buffer.c: Include <verify.h>.
2011-06-17 Paul Eggert* buffer.c (record_overlay_string): Check for size...
2011-06-17 Paul Eggert* buffer.c (struct sortstr.size, record_overlay_string...
2011-06-17 Paul Eggert* buffer.c (compare_overlays, cmp_for_strings): Avoid...
2011-06-17 Paul Eggert* buffer.c (struct sortstr.priority): Now EMACS_INT...
2011-06-17 Paul Eggert* buffer.c (struct sortvec.priority): Now EMACS_INT...
2011-06-17 Martin RudalicsFix two typos in same-window-p.
2011-06-16 Paul Eggert* m4/lstat.m4: Merge from gnulib (Bug#8878).
2011-06-16 Paul Eggert* lisp.h: Include <limits.h>, for INT_MAX, LONG_MAX...
2011-06-16 Paul EggertImprove buffer-overflow checking (Bug#8873).
2011-06-16 Paul EggertMerge from trunk.
2011-06-16 Paul EggertImprove buffer-overflow checking.
2011-06-16 Miles Baderconfigure.in: Try to determine CRT_DIR automatically...
2011-06-16 Paul Eggert* editfns.c: Tune. Don't use wider integers than neede...
2011-06-16 Paul Eggert* editfns.c (Finsert_char): Don't dump core with very...
2011-06-16 Martin RudalicsHave enlarge-/shrink-window not report errors in most...
2011-06-16 Glenn MorrisAuto-commit of generated files.
2011-06-16 Martin RudalicsNever ever pop up a new frame in noninteractive mode...
2011-06-16 Martin RudalicsFix doc-strings of switch-to-buffer family functions...
2011-06-16 Martin RudalicsImprove cohabitation of pop-up-frames and second argume...
2011-06-16 Paul Eggert* insdel.c (replace_range): Fix buf overflow when insby...
2011-06-16 Paul Eggert* insdel.c, lisp.h (buffer_overflow): New function.
2011-06-16 Paul Eggert* buffer.h (BUF_BYTES_MAX): Cast to ptrdiff_t so that...
2011-06-16 Teodor ZlatanovMerge changes made in Gnus trunk.
2011-06-15 Paul EggertMerge from gnulib: lib/gnulib.mk, m4/*.m4.
2011-06-15 Lars Magne... (open-network-stream): Add the keyword :always-query...
2011-06-15 Paul EggertInteger overflow and signedness fixes (Bug#8873).
2011-06-15 Paul Eggert* ccl.c (ASCENDING_ORDER): New macro, to work around...
2011-06-15 Paul Eggert* fileio.c (emacs_lseek): Work around GCC bug 43772.
2011-06-15 Paul Eggert* character.h, charset.h: Use verify_expr, not verify_true.
2011-06-15 Paul EggertMerge from trunk.
2011-06-15 Paul Eggert* lib/ftoastr.c, lib/stdio.in.h, lib/verify.h: Merge...
2011-06-15 Chong Yidong* doc/lispref/text.texi (Special Properties): Clarify...
2011-06-15 Stefan Monnier* lisp/pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
2011-06-15 Stefan Monnier* lisp/emacs-lisp/debug.el (debug): Don't leave the...
2011-06-15 Stefan Monnier* src/eval.c (Fdefvaralias): Also mark the target as...
2011-06-15 Stefan Monnier* lisp/abbrev.el (define-abbrev-table): Don't add a...
2011-06-15 Alan Mackenzieprogmodes/cc-fonts.el (c-font-lock-declarations): 1...
2011-06-15 Paul EggertMerge from trunk.
2011-06-15 Lars Magne... Renamed `process-alive-p' to `process-live-p' for consi...
2011-06-15 Stefan MonnierDon't encourage the use of display-buffer-alist from...
2011-06-15 Dan Nicolaescu* lisp/progmodes/cfengine.el (cfengine-mode): Derive...
2011-06-15 Dan NicolaescuRemove some macros that are either not used anymore...
2011-06-15 Dan NicolaescuDerive some programming modes from prog-mode.
2011-06-15 Glenn MorrisAuto-commit of generated files.
2011-06-15 Martin RudalicsDon't let display-buffer pop up new frames by default...
2011-06-15 Paul Eggert* fileio.c: Don't assume EMACS_INT fits in off_t.
2011-06-14 Paul Eggert* fns.c (Fload_average): Don't assume 100 * load averag...
2011-06-14 Paul Eggert* fns.c (Fcopy_sequence): Don't assume vector length...
2011-06-14 Paul Eggert* fns.c (Fnthcdr, Fsort): Don't assume list length...
2011-06-14 Paul Eggert* fns.c: Don't overflow int when computing a list length.
2011-06-14 Paul Eggert* fns.c (Flength): Don't overflow int when computing...
2011-06-14 Paul Eggert* alloc.c: Check that resized vectors' lengths fit...
2011-06-14 Jan DjärvFix resize and change of scroll bar width for Gtk3.
2011-06-14 Paul Eggert* fns.c (next_almost_prime): Don't return a multiple...
2011-06-14 Paul Eggert* bytecode.c (exec_byte_code): Use ptrdiff_t, not int...
2011-06-14 Paul Eggert* eval.c, doprnt.c (SIZE_MAX): Remove; inttypes.h defin...
2011-06-14 Paul EggertMerge from trunk.
2011-06-14 Paul EggertVariadic C functions now count arguments with ptrdiff_t.
2011-06-14 Paul Eggert* callint.c (Fcall_interactively): Don't use index...
2011-06-14 Chong YidongPrint theme summaries in *Custom Themes* buffer.
2011-06-14 Chong Yidong* etc/themes/dichromacy-theme.el: New theme.
2011-06-14 Paul Eggert* vm-limit.c (check_memory_limits): Fix incorrect exter...
2011-06-14 Paul EggertMerge from trunk.
2011-06-13 Glenn Morriscus-dep fix for build failure first occurring with...
2011-06-13 Paul Eggert* xterm.c (x_alloc_nearest_color_1): Go back to origina...
2011-06-13 Martin RudalicsMake help and view-mode work with new buffer display...
2011-06-13 Martin RudalicsInstall new buffer display functions and variables.
next