bpt/emacs.git
2011-06-22 Paul Eggert* font.c (font_score): Use EMACS_INT, not int, to store...
2011-06-22 Paul Eggert* dispextern.h (struct face.stipple):
2011-06-21 Paul Eggert* buffer.c (OVERLAY_COUNT_MAX): New macro.
2011-06-21 Paul EggertUse ptrdiff_t, not int, for overlay counts.
2011-06-21 Paul Eggert* xterm.c (xim_initialize, same_x_server): Strlen may...
2011-06-21 Paul Eggert* xsmfns.c (smc_save_yourself_CB, x_session_initialize...
2011-06-21 Paul Eggert* xsettings.c (Ffont_get_system_normal_font, Ffont_get_...
2011-06-21 Paul Eggert* xsettings.c (apply_xft_settings): Fix potential buffe...
2011-06-21 Paul Eggert* font.c (font_intern_prop): Don't use string_to_number...
2011-06-21 Paul Eggert* xselect.c (Fx_get_atom_name): Avoid need for strlen.
2011-06-21 Paul Eggert* xrdb.c: Don't assume strlen fits in int; avoid some...
2011-06-21 Paul Eggert* xfont.c (xfont_match): Avoid need for strlen.
2011-06-21 Paul Eggert* xfns.c: Don't assume strlen fits in int.
2011-06-21 Paul Eggert* xdisp.c (display_mode_element): Don't assume strlen...
2011-06-21 Paul Eggert* xdisp.c (message_log_check_duplicate): Return intmax_t,
2011-06-21 Paul Eggert* callproc.c (egetenv): Adjust to getenv_internal API...
2011-06-21 Paul EggertMerge from trunk.
2011-06-20 Jan Djärv* x-dnd.el (x-dnd-version-from-flags)
2011-06-20 Stefan Monnier* lisp/minibuffer.el (completion-metadata): Prepend...
2011-06-20 Stefan Monnier* doc/misc/eshell.texi (Known problems): Fix typo.
2011-06-20 Stefan MonnierUse completion-at-point rather than completion-in-region.
2011-06-20 Deniz Dogan* lisp/net/rcirc.el: Delete trailing whitespaces once...
2011-06-20 Deniz Dogan* src/process.c (Fset_process_buffer): Clarify return...
2011-06-20 Martin RudalicsRestore old behavior of get-window-with-predicate and...
2011-06-20 Paul Eggert* termcap.c: Don't assume sizes fit in int and never...
2011-06-20 Paul Eggert* minibuf.c (Fread_buffer): Don't assume strlen fits...
2011-06-20 Paul Eggert* lread.c (intern, intern_c_string): Don't assume strle...
2011-06-20 Paul Eggert* keyboard.c (parse_tool_bar_item): Avoid need for...
2011-06-20 Paul Eggert* image.c (xpm_scan) [HAVE_NS && !HAVE_XPM]:
2011-06-20 Paul Eggert* gtkutil.c (style_changed_cb): Avoid need for strlen.
2011-06-20 Paul Eggert* font.c (font_intern_prop): Don't assume string length...
2011-06-20 Daniel Colascione* emacs-lisp/syntax.el (syntax-ppss): Further improve...
2011-06-20 Paul Eggert* font.c: Don't assume string length fits in int.
2011-06-20 Paul Eggert* filelock.c: Fix some buffer overrun and integer overf...
2011-06-19 Paul Eggert* fileio.c: Fix some integer overflow issues.
2011-06-19 Chong YidongFix last change.
2011-06-19 Chong Yidong* lisp/files.el (auto-mode-alist): Entry for m2-mode...
2011-06-19 Paul Eggert* data.c (Fsubr_name): Rewrite to avoid a strlen call.
2011-06-19 Paul Eggert* coding.c (make_subsidiaries): Don't assume string...
2011-06-19 Chong Yidong* info.el (Info-apropos-toc-nodes): Minor doc fix ...
2011-06-19 Paul Eggert* callproc.c (child_setup): Rewrite to avoid two strlen...
2011-06-19 Glenn MorrisAuto-commit of loaddefs files.
2011-06-19 Paul Eggert* process.c (Fformat_network_address): Use EMACS_INT...
2011-06-19 Paul Eggert* emacs.c: Don't assume string length fits in 'int'.
2011-06-19 Glenn MorrisAuto-commit of generated files.
2011-06-19 Paul Eggert* dbusbind.c (XD_ERROR): Don't arbitrarily truncate...
2011-06-19 Paul Eggert* callproc.c: Don't assume string length fits in 'int.'
2011-06-19 Paul Eggert* buffer.c (init_buffer): Don't assume string length...
2011-06-19 Paul Eggert* lib/unistd.in.h, m4/getloadavg.m4: Merge from gnulib.
2011-06-19 Martin RudalicsRegroup clauses in display-buffer-normalize-options...
2011-06-19 Martin RudalicsProvide functions for saving window configurations...
2011-06-19 Martin RudalicsSanitize processing of display specifiers; new option...
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 Teodor Zlatanovauth-source.el (auth-source-netrc-use-gpg-tokens):...
2011-06-18 Chong YidongAdd rx.el support for numbered groups (Bug#8776).
2011-06-18 Chong Yidong* dired-x.el (dired-mark-unmarked-files): Fix interacti...
2011-06-18 Chong Yidong* lisp/textmodes/fill.el (default-justification): Add...
2011-06-18 Chong YidongFixes for GLYPH_DEBUG.
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 Chong YidongFix for disable-theme/defface interaction (Bug#8889).
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 Chong YidongUse define-derived-mode in delphi-mode.
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 Martin RudalicsOne more fix for display-buffer-normalize-specifiers-1.
2011-06-18 Paul Eggert* fns.c (concat): Catch string overflow earlier.
2011-06-18 Martin RudalicsAdditional fixes in handling of buffer display specifiers.
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 Stefan Monnier* lisp/pcomplete.el: Convert to lexical binding and...
2011-06-17 Glenn MorrisAuto-commit of generated files.
2011-06-17 Glenn MorrisFix previous change.
2011-06-17 Glenn MorrisSmall configure.in fix.
2011-06-17 Martin RudalicsUpdate doc-string of display-buffer-alist.
2011-06-17 Stefan Monnier* src/fns.c (Fsafe_length): Yet another int/Lisp_Object...
2011-06-17 Martin RudalicsRewrite display-buffer-alist and display-buffer-normali...
2011-06-17 Glenn MorrisAuto-commit of generated files.
2011-06-17 Martin RudalicsFix handling of old `display-buffer' options (bug#8851...
2011-06-17 Paul Eggert* composite.c: Don't truncate sizes to 'int'.
next