]> code.delx.au - gnu-emacs/history - src
* INSTALL (--with-cairo): Document this new configure option.
[gnu-emacs] / src /
2015-11-14 Dmitry GutovMerge branch 'master' into emacs-25
2015-11-13 Juri LinkovSupport rectangular regions for more commands
2015-11-13 John WiegleyMerge remote-tracking branch 'origin/master' into emacs-25
2015-11-13 l3thalMerge branch 'erc-async-reconnect' into emacs-25
2015-11-13 Paul EggertSpruce up ftfont.c memory allocation
2015-11-13 Eli ZaretskiiMerge branch 'emacs-25' of git.savannah.gnu.org:/srv...
2015-11-13 Paul EggertPort recent XCB changes to 64-bit ‘long int’
2015-11-13 Paul Eggert* src/undo.c (run_undoable_change): Now static.
2015-11-13 Eli ZaretskiiRemove support for ':timeout' from w32 tray notifications
2015-11-13 Juanma Barranquero* src/undo.c: Small fixes for previous change
2015-11-13 Eli ZaretskiiFix last change
2015-11-13 Eli ZaretskiiAnother fix for MinGW64 and Cygwin builds due to notifi...
2015-11-13 YAMAMOTO MitsuharuRemove intern calls and XXX comments from Fx_export_frames
2015-11-13 Paul EggertPort recent XCB changes to 64-bit ‘long int’
2015-11-13 Paul Eggert* src/undo.c (run_undoable_change): Now static.
2015-11-13 Eli ZaretskiiRemove support for ':timeout' from w32 tray notifications
2015-11-13 Juanma Barranquero* src/undo.c: Small fixes for previous change
2015-11-13 Eli ZaretskiiFix last change
2015-11-13 Eli ZaretskiiAnother fix for MinGW64 and Cygwin builds due to notifi...
2015-11-13 YAMAMOTO MitsuharuRemove intern calls and XXX comments from Fx_export_frames
2015-11-12 Phillip Lord; Merge branch 'fix/no-undo-boundary-on-secondary-buffe...
2015-11-12 Phillip LordThe heuristic that Emacs uses to add an `undo-boundary...
2015-11-12 Eli ZaretskiiFix the MinGW64 and Cygwin-w32 builds
2015-11-12 Ken RaeburnSpeed up x_real_pos_and_offsets using XCB
2015-11-12 Ken RaeburnEnable use of XCB for checking window manager state
2015-11-12 Ken RaeburnDetect XCB and save a connection handle
2015-11-12 Ken RaeburnReduce some data dependencies between X calls
2015-11-12 Ken RaeburnUse color cache for creating bitmap
2015-11-11 Eli ZaretskiiImplement tray notifications for MS-Windows
2015-11-10 David ReitterAvoid creating notification objects when possible
2015-11-10 Paul EggertMove INTEGER_TO_CONS body out of .h file
2015-11-10 Paul EggertSpelling fixes
2015-11-10 Dmitry GutovMerge branch 'project-next'
2015-11-09 Eli ZaretskiiFix assertion violation in define-key
2015-11-09 Dima KoganFix a memory leak in GC of font cache
2015-11-09 Paul EggertUse INT_ADD_WRAPV etc. to check integer overflow
2015-11-08 Paul Eggert* src/unexelf.c (NEW_PROGRAM_H): Remove unused macro...
2015-11-08 Alan ModraELF unexec: Don't insert a new section
2015-11-08 Alan ModraELF unexec: Drive from PT_LOAD header rather than sections
2015-11-08 Alan ModraELF unexec: R_*_NONE relocs
2015-11-08 Alan ModraELF unexec: _OBJC_ symbols in bss sections
2015-11-08 Alan ModraELF unexec: Symbol table patching
2015-11-08 Alan ModraELF unexec: Merge Alpha and MIPS COFF debug handling
2015-11-08 Alan ModraELF unexec: Tidy code
2015-11-08 Alan ModraELF unexec: Correct section header index
2015-11-08 Paul EggertPrefer xpalloc to doubling buffers by hand
2015-11-08 David ReitterProvide NS notification objects where required to elimi...
2015-11-07 David ReitterIgnore fullscreen exit notifications on NS when frame...
2015-11-07 Eli ZaretskiiSpeed up lookup in redisplay--variables
2015-11-07 Martin RudalicsIn x_consider_frame_title don't set title of tooltip...
2015-11-06 Anders LindgrenFixed NextStep fullscreen problem (bug#21770).
2015-11-06 Eli ZaretskiiEnsure redisplay after evaluation
2015-11-06 Eli ZaretskiiDon't invoke overlay modification hooks in wrong buffer
2015-11-06 Martin RudalicsAvoid division by zero crash observed by Yuan MEI.
2015-11-04 Anders LindgrenRender fringe bitmaps correctly on NextStep (bug#21301).
2015-11-03 Michael AlbinusFix a stupid error in gfilenotify.c.
2015-10-31 Juanma Barranquero* src/alloc.c: Silence compiler warnings
2015-10-30 Eli ZaretskiiFix a typo in a macro name
2015-10-29 Eli Zaretskii; * src/lread.c (syms_of_lread) <load-path>: Improve...
2015-10-29 Andy MoretonHandle negative coordinates in ‘x_calc_absolute_position’
2015-10-29 Dmitry GutovDon't require default-directory to end with a slash
2015-10-28 Paul Eggert* src/dispnew.c (init_display): Simplify overflow checking.
2015-10-28 Anders LindgrenMerge branch 'master' of /Volumes/HD2/build/emacs-git-ssh
2015-10-28 Anders LindgrenMerge branch 'master' of ssh://git.sv.gnu.org/srv/git...
2015-10-28 Anders LindgrenMerge branch 'master' of /Volumes/HD2/build/emacs-git-ssh
2015-10-28 Anders LindgrenFixed OS X startup crash.
2015-10-28 Anders LindgrenMerge branch 'master' of ssh://git.sv.gnu.org/srv/git...
2015-10-28 Artur Malabarba* src/process.c (Fget_buffer_process): Improve docstring
2015-10-28 Anders LindgrenFix incorrect NextStep tool-bar-mode -- wrong number...
2015-10-26 Stephen LeakeClarify that load-path contents should be directory...
2015-10-26 Artur Malabarba* src/keyboard.c (post-command-hook): Shorten docstring
2015-10-25 Artur Malabarba* src/keyboard.c (post-command-hook): Extend the docstring
2015-10-25 Paul EggertPort recent inline functions fix to Standard C
2015-10-24 Juanma Barranquero* src/w32notify.c (Fw32notify_add_watch): Fix version...
2015-10-24 Eli ZaretskiiUpdate frame title when redisplay scrolls selected...
2015-10-24 Eli ZaretskiiUpdate frame title when scrolling the selected window
2015-10-24 Eli ZaretskiiAn even better fix for bug#21739
2015-10-24 Eli Zaretskii; * src/xdisp.c (redisplay_internal): Improve commentary.
2015-10-24 Ken Brown; * src/xdisp.c: Fix typo.
2015-10-24 Eli ZaretskiiAvoid missing inline functions from lisp.h in TAGS
2015-10-24 Eli Zaretskii; * src/xdisp.c: Improve commentary for 'update_mode_li...
2015-10-24 Eli ZaretskiiA better fix for bug#21739
2015-10-23 Eli ZaretskiiFix infloop in redisplay introduced by a recent change
2015-10-23 Eli ZaretskiiFix redisplay of frame title when current buffer is...
2015-10-23 Anders LindgrenNextSten maximization and NSTRACE rewrite.
2015-10-22 Eli ZaretskiiInclude file cleanup for w32 files in src directory
2015-10-22 Paul EggertSpelling fixes
2015-10-22 Paul EggertNew lispref section “Security Considerations”
2015-10-21 Ken BrownFurther include-file cleanup
2015-10-21 Paul EggertInclude-file cleanup for src directory
2015-10-21 Paul Eggert(/ N) now returns the reciprocal of N
2015-10-20 Dima KoganFix memory leak in fontset handling
2015-10-19 Ken BrownEnable --with-wide-int build on 32-bit Cygwin
2015-10-19 Eli ZaretskiiResurrect image loading under auto-image-file-mode
2015-10-17 Eli ZaretskiiAvoid crashes when redisplayng a window changes faces...
2015-10-16 Paul EggertMake src headers idempotent and standalone
2015-10-16 Eli ZaretskiiImprove documentation of COLLECTION in completion functions
2015-10-15 Dmitry GutovRefer to `(elisp)Basic Completion' in completing-read...
2015-10-14 Paul EggertSpelling fixes
2015-10-14 Paul EggertTake XPNTR private
next