]> code.delx.au - gnu-emacs/history - src
; * lisp/abbrev.el (copy-abbrev-table): Remove forgotten debug code.
[gnu-emacs] / src /
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
2015-10-14 Ken RaeburnDo process ConfigureNotify events indicating size changes.
2015-10-13 Juanma Barranquero* src/w32fns.c (x_change_tool_bar_height): Remove unuse...
2015-10-13 Martin RudalicsAllow setting frame pixel sizes from frame parameters...
2015-10-12 Juanma BarranqueroRemove or comment out unused variables
2015-10-12 Juanma Barranquero* src/w32proc.c (sys_select): Fix bitwise test.
2015-10-12 Eli ZaretskiiAttempt to avoid crashes in plist-member
2015-10-12 Juanma Barranquero* w32fns.c (get_wm_chars): Increment counter, not pointer.
2015-10-11 Ken RaeburnHandle an opaque-move X11 window manager operation...
2015-10-11 Ken RaeburnFix cursor setting for tip frame; re-enable cursor...
2015-10-11 Ken RaeburnRewrite x_set_mouse_color to sync less.
2015-10-11 Ken RaeburnAdd x_catch_errors_with_handler.
2015-10-11 Ken RaeburnIntroduce x_uncatch_errors_after_check to reduce XSync...
2015-10-11 Paul EggertUse ‘echo’ safely with ‘\’ or leading ‘-’
2015-10-10 Paul EggertImprove CHECK_IMPURE and PURE_P speedup
2015-10-10 Paul EggertFix --enable-gcc-warnings problem with older GCC
2015-10-10 Eli ZaretskiiFix vertical-motion in truncated lines that end in...
2015-10-10 Eli ZaretskiiAvoid link-time errors due to inline functions
2015-10-10 Andreas Schwab* src/data.c (Faset): Fix last change.
2015-10-10 Paul EggertCHECK_IMPURE and PURE_P speedup
2015-10-09 Martin RudalicsIn adjust_frame_size don't count minibuffer height...
2015-10-09 Daiki UenoUse g_clear_error instead of g_error_free
2015-10-08 Paul Eggert* src/image.c (image_size_error): Simplify.
2015-10-08 Paul EggertFix problems caught with --enable-gcc-warnings
2015-10-08 Ken RaeburnDisable non-working pointerColor setting for X tooltip...
2015-10-08 Ken RaeburnReduce some unnecessary X calls.
2015-10-08 Ken RaeburnReduce color allocation/query traffic in the TrueColor...
2015-10-08 Ken RaeburnCache XParseColor results in the X display info structure.
2015-10-08 Stefan Monnier* src/syntax.c (syms_of_syntax): Make syntax-propertize...
2015-10-07 Eli ZaretskiiFix segfault in image_size_error
2015-10-07 Martin RudalicsIn resize_frame_windows don't set a top position when...
2015-10-06 Paul EggertFix bug in GC_CHECK_MARKED_OBJECTS check
2015-10-06 Eli ZaretskiiFix display of characters adjacent to ZWJ and ZWNJ
2015-10-06 Andreas SchwabDon't use XFASTINT on a negative number
2015-10-05 Xue Fuqiao* src/buffer.c (syms_of_buffer): Typo fix. (Bug#21622)
2015-10-05 K. HandaMerge branch 'master' of git.sv.gnu.org:/srv/git/emacs
2015-10-05 Eli ZaretskiiRemove redundant redisplay code
2015-10-05 Stefan Monnier* src/xdisp.c (windows_or_buffers_changed): Improve...
2015-10-05 YAMAMOTO Mitsuharu* src/macfont.m (macfont_encode_char, syms_of_macfont...
2015-10-04 Eli Zaretskii; Restore some of the recent deletions in fileio.c
2015-10-03 Andreas Schwab * src/coding.c (complement_process_encoding_system...
2015-10-03 Andreas SchwabMore validatation of coding systems
2015-10-03 Eli ZaretskiiAvoid crashes in coding_inherit_eol_type
2015-10-03 Eli ZaretskiiMore validatation of coding system in 'write-region'
2015-10-03 Eli ZaretskiiAvoid crashes due to invalid coding-system
2015-10-03 Tassilo HornRevert my two recent process.c changes
2015-10-02 Paul EggertFix problems found by clang 3.5.0
2015-10-01 Eli ZaretskiiRevert "Attempt to fix slow redisplay caused by last...
next