]> code.delx.au - gnu-emacs/history - src
Make relative URL parsing and resolution consistent with RFC 3986 (bug#22044)
[gnu-emacs] / src /
2015-11-26 Phillip LordMerge branch 'feature/standard-test-location'
2015-11-25 Michael AlbinusMerge from scratch/kqueue
2015-11-25 Michael AlbinusMerge branch 'scratch/kqueue' of git.sv.gnu.org:/srv... origin/scratch/kqueue
2015-11-25 Michael AlbinusSome final fixes in file notification before merging...
2015-11-25 Michael AlbinusRework file notifications, kqueue has problems with...
2015-11-25 Michael AlbinusContinie with pending events
2015-11-25 Michael AlbinusHandle more complex rename operation in kqueue
2015-11-25 Michael AlbinusFurther fixes for kqueue.
2015-11-25 Michael AlbinusCode cleanup of kqueue.c
2015-11-25 Michael AlbinusFinish implementation in kqueue.c
2015-11-25 Michael AlbinusMore work on kqueue
2015-11-25 Michael AlbinusImplement directory events
2015-11-25 Wolfgang JenknerBuild fixes for kqueue support.
2015-11-25 Michael AlbinusContinue kqueue implementation
2015-11-25 Michael AlbinusWork on kqueue
2015-11-25 Michael AlbinusAdd kqueue support
2015-11-25 Michael AlbinusSome final fixes in file notification before merging...
2015-11-20 Michael AlbinusRework file notifications, kqueue has problems with...
2015-11-19 Michael AlbinusContinie with pending events
2015-11-19 Michael AlbinusHandle more complex rename operation in kqueue
2015-11-18 Michael AlbinusFurther fixes for kqueue.
2015-11-17 Michael AlbinusCode cleanup of kqueue.c
2015-11-16 Michael AlbinusFinish implementation in kqueue.c
2015-11-15 Michael AlbinusMore work on kqueue
2015-11-15 Xue FuqiaoMerge branch 'release-process-lowercase'
2015-11-14 Michael AlbinusImplement directory events
2015-11-13 Juri LinkovSupport rectangular regions for more commands
2015-11-13 Paul EggertSpruce up ftfont.c memory allocation
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-11 Wolfgang JenknerBuild fixes for kqueue support.
2015-11-11 Michael AlbinusContinue kqueue implementation
2015-11-11 Michael AlbinusWork on kqueue
2015-11-11 Michael AlbinusAdd kqueue support
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...
next