]> git.eshelyaron.com Git - emacs.git/shortlog
emacs.git
2011-08-05 Paul EggertAdjust in response to jan.h.d's comments.
2011-07-29 Paul EggertMerge from trunk.
2011-07-29 Paul EggertAlphabetize the long ChangeLog entry.
2011-07-29 Paul Eggert* xterm.c: Integer and memory overflow issues.
2011-07-29 Paul Eggert* xsmfns.c (smc_save_yourself_CB): Check for size calc...
2011-07-29 Paul Eggert* xselect.c: Integer and memory overflow issues.
2011-07-29 Paul Eggert* xrdb.c: Integer and memory overflow issues.
2011-07-29 Paul Eggert* xgselect.c (xg_select): Check for size calculation...
2011-07-29 Paul Eggert* xfns.c: Integer and memory overflow fixes.
2011-07-29 Paul Eggert* xfaces.c: Integer and memory overflow fixes.
2011-07-29 Paul Eggert* xdisp.c: Integer and memory overflow fixes.
2011-07-29 Paul Eggert* tparam.c: Integer and memory overflow fixes.
2011-07-29 Paul Eggert* termcap.c: Integer and memory overflow issues.
2011-07-29 Paul Eggert* term.c: Integer and memory overflow issues.
2011-07-29 Paul Eggert* sysdep.c: Integer and memory overflow issues.
2011-07-29 Paul Eggert* search.c: Integer and memory overflow fixes.
2011-07-29 Paul Eggert* scroll.c: Integer and memory overflow fixes.
2011-07-29 Paul Eggert* region-cache.c (move_cache_gap): Check for size calcu...
2011-07-29 Paul Eggert* process.c (Fnetwork_interface_list): Check for overflow
2011-07-29 Paul Eggert* nsterm.h (struct ns_color_table.size, struct ns_color...
2011-07-29 Paul Eggert* minibuf.c (read_minibuf_noninteractive): Don't leak...
2011-07-29 Paul Eggert* macros.c: Integer and memory overflow fixes.
2011-07-29 Paul Eggert* lread.c (read1, init_obarray): Don't update size...
2011-07-29 Paul Eggert* keymap.c: Integer overflow fixes.
2011-07-29 Paul Eggert* keyboard.c: Integer and memory overflow fixes.
2011-07-29 Paul Eggert* image.c: Integer and memory overflow fixes.
2011-07-28 Paul Eggert* gtkutil.c: Integer overflow fixes.
2011-07-28 Paul Eggert* ftfont.c: Check for size overflow.
2011-07-28 Paul Eggert* fringe.c (Fdefine_fringe_bitmap): Don't update size...
2011-07-28 Paul Eggert* frame.h (struct frame): Use int, not EMACS_INT, where...
2011-07-28 Paul Eggert* frame.c: Integer overflow fixes.
2011-07-28 Paul Eggert* eval.c: Integer and memory overflow fixes.
2011-07-28 Paul Eggert* emacs.c (main, sort_args): Check for size-calculation...
2011-07-28 Paul Eggert* editfns.c: Integer and memory overflow fixes.
2011-07-28 Paul Eggert* doc.c: Integer and memory overflow fixes.
2011-07-28 Paul EggertInteger and memory overflow fixes for display code.
2011-07-28 Paul EggertFix typo in comment.
2011-07-28 Paul Eggert* composite.c: Integer overflow fixes.
2011-07-28 Paul Eggert* coding.c: Integer and memory overflow fixes.
2011-07-28 Paul Eggert* character.c (Fstring): Check for size-calculation...
2011-07-28 Paul Eggert* ccl.c: Integer and memory overflow fixes.
2011-07-28 Paul Eggert* callproc.c (child_setup): Don't assume strlen fits...
2011-07-28 Paul Eggert* buffer.c: Memory overflow fixes.
2011-07-28 Paul Eggert* bidi.c: Integer overflow fix.
2011-07-28 Andreas SchwabUpdate NEWS
2011-07-28 Andreas SchwabImplement ## reader macro
2011-07-28 Alp AkerFix for raise display property on NS (Bug#8913).
2011-07-28 Alp AkerFix display artifacts from ns_dumpglyphs_stretch (Bug...
2011-07-28 Alp AkerAllow building with librsvg on Darwin (Bug#9177).
2011-07-28 Alp AkerFix tooltip dimensions on NS (Bug#9176).
2011-07-28 Alp AkerFix image fg and bg colors on NS (Bug#9175).
2011-07-28 Alp AkerImplement strike-through and overline on NextStep ...
2011-07-28 Eli Zaretskiisrc/buffer.c: Fix last change.
2011-07-28 Eli ZaretskiiTurn on bidi-display-reordering by default.
2011-07-28 Paul Eggert* alloc.c (memory_full) [!SYNC_INPUT]: Fix signal-relat...
2011-07-28 Bastien Guerryadmin/MAINTAINERS: Added Bastien Guerry as current...
2011-07-28 Bastien Guerryorg: don't always refresh the agenda.
2011-07-28 Bastien GuerryMerge changes from Org 7.4 to current Org 7.7.
2011-07-28 Bastien GuerryRemove org-complete.el.
2011-07-28 Jose E. MarchesiFix goto-line bug.
2011-07-28 Glenn MorrisAuto-commit of generated files.
2011-07-28 Paul Eggert* image.c (x_check_image_size) [!HAVE_X_WINDOWS]: Return 1.
2011-07-28 Andreas Schwab* regex.c (re_iswctype): Convert return values to boolean.
2011-07-28 Eli ZaretskiiFix bug #9184 with org-agenda crashing under bidi redis...
2011-07-28 Paul Eggert* callproc.c (Fcall_process): Use 'volatile' to avoid...
2011-07-28 Paul EggertMerge: Integer signedness and overflow and related...
2011-07-28 Paul Eggert* bidi.c (bidi_dump_cached_states): Merge ptrdiff_t...
2011-07-28 Paul EggertMerge from trunk.
2011-07-27 Lars Magne... Silence error message we get in gnutls when the peer...
2011-07-27 Paul Eggert* GNUmakefile: New file.
2011-07-27 Michael Albinus* net/tramp-sh.el (tramp-maybe-send-script): Don't...
2011-07-27 Leo LiuSimplify url handling in rcirc-mode
2011-07-26 Alan MackenzieFontify bitfield declarations properly.
2011-07-26 Ulf Jaspericalendar: Take care of multiple vcalendars in a single...
2011-07-25 Jan Djärv* nsmenu.m (ns_popup_dialog): Add an "ok" button if...
2011-07-25 Paul Eggert* bidi.c (bidi_dump_cached_states): Fix printf format...
2011-07-25 Eli ZaretskiiFix logic of caching display string positions for bidi...
2011-07-25 Deniz Dogan* lisp/image.el (insert-image): Clarifying docstring.
2011-07-24 Andrew Cohennnimap.el (nnimap-make-thread-query): Quote message...
2011-07-24 Eli ZaretskiiFix cursor motion slowdown at the beginning of buffer.
2011-07-24 Stefan Monnier* src/xml.c: Fix Lisp_Object/int mixup.
2011-07-24 Michael Albinus* net/tramp-sh.el (tramp-barf-unless-okay): Return...
2011-07-24 Eli ZaretskiiFix crash at startup under XASSERTS.
2011-07-24 Andrew CohenMerge changes made in Gnus trunk.
2011-07-23 Paul Eggert* xml.c (parse_region): Remove unused local
2011-07-23 Yair FriedmanImprove and expand the Hebrew input methods.
2011-07-23 Eli Zaretskiidoc/lispref/display.texi (Bidirectional Display): New...
2011-07-23 Eli Zaretskiisrc/bidi.c: Backport from trunk a bugfix for bidi_parag...
2011-07-23 Eli ZaretskiiFix compilation with GLYPH_DEBUG.
2011-07-23 Eli Zaretskiisrc/xdisp.c: Fix a typo in a comment.
2011-07-23 Eli ZaretskiiFix pos-visible-in-window-p under bidi redisplay.
2011-07-23 Eli ZaretskiiFix pos-visible-in-window-p under bidi redisplay when...
2011-07-23 Jan DjärvFix title and toolbar not shown in OSX 10.7.
2011-07-23 Eli ZaretskiiSpeed up keyboard auto-repeat cursor motion under bidi...
2011-07-22 Eli ZaretskiiFix bug #9149 with mouse highlight of empty lines.
2011-07-22 Eli ZaretskiiFix previous change that broke faces in bidirectional...
2011-07-22 Alan MackenziePrevent cc-langs.elc being loaded at run time.
2011-07-22 Michael Albinus* net/tramp.el (tramp-file-name-handler): Avoid recursive
2011-07-22 Chong YidongFix --reverse-video on ttys.
2011-07-21 Chong YidongDoc fix for string-to-char (Bug#6576).
next