]> code.delx.au - gnu-emacs/history - src
Add ifdef NS_IMPL_COCOA aound OSX version check (for clang)
[gnu-emacs] / src /
2014-07-11 Jan DjärvAdd ifdef NS_IMPL_COCOA aound OSX version check (for...
2014-07-11 Eli ZaretskiiFix reading input without echoing on MS-Windows.
2014-07-11 Eli ZaretskiiImplement echo suppression in non-interactive mode...
2014-07-11 Michael Albinus* sysdep.c (suppress_echo_on_tty): New function.
2014-07-11 Dmitry Antipov* src/alloc.c (Fmemory_info) [HAVE_LINUX_SYSINFO]:...
2014-07-11 Eli ZaretskiiImplement memory-info for MS-DOS.
2014-07-11 Eli ZaretskiiTemporary fix for the MS-Windows build broken by last...
2014-07-11 Michael AlbinusHide password in batch mode
2014-07-10 Eli ZaretskiiImplement memory-info for MS-Windows.
2014-07-10 Dmitry Antipov* configure.ac: Check whether sys/sysinfo.h provides
2014-07-10 Dmitry Antipov* coding.h (struct coding_system): Remove 'error_positi...
2014-07-09 Paul Eggert* syntax.c (back_comment): Use more-natural location...
2014-07-09 Paul Eggert* font.c, font.h (font_unparse_fcname): Now static.
2014-07-09 Dmitry Antipov* coding.c (ALLOC_CONVERSION_WORK_AREA): Prefer ptrdiff...
2014-07-09 Dmitry AntipovNext minor cleanup of font subsystem.
2014-07-09 Glenn MorrisMerge from emacs-24; up to 2014-06-19T14:03:45Z!monnier...
2014-07-08 Paul Eggert* process.c (read_and_dispose_of_process_output): Fix...
2014-07-08 Eli ZaretskiiFix bug #17969 with vertical-motion through continuatio...
2014-07-08 Dmitry Antipov* font.c (font_build_object) [HAVE_XFT || HAVE_FREETYPE...
2014-07-08 Dmitry Antipov* nsfont.m (nsfont_close): Free glyphs and metrics...
2014-07-08 Dmitry Antipov* chartab.c (char_table_translate): Move to...
2014-07-08 Paul Eggert* process.c: Add sanity checks for file descriptors.
2014-07-07 Paul EggertMinor fixups related to usage of the 'long' type.
2014-07-07 Paul EggertMinor ImageMagick safety fixes.
2014-07-05 Kenichi Handamerge trunk
2014-07-05 Eli Zaretskiisrc/xdisp.c (pos_visible_p): Fix inaccurate comment.
2014-07-05 Eli ZaretskiiFix bug #17944 with pos-visible-in-window-p when there...
2014-07-05 Eli ZaretskiiA better fix for bug #17942.
2014-07-05 Eli ZaretskiiFix bug #17942 with pos-visible-in-window-p and image...
2014-07-05 Stefan Monnier* src/syntax.c (find_defun_start): Try the cache even
2014-07-04 Jan DjärvBackport from trunk.
2014-07-04 Eli ZaretskiiFix bug #17905 with display of point in partially visib...
2014-07-04 Eli Zaretskiisrc/w32.c (network_interface_info): Make sure the argum...
2014-07-04 Dmitry Antipov* font.h (struct font_driver): Remove get_outline and...
2014-07-03 Dmitry AntipovOn MS-Windows, display busy cursor on all GUI frames.
2014-07-03 Dmitry AntipovUse convenient alists to manage per-frame font driver...
2014-07-03 Glenn MorrisMerge from emacs-24; up to 2014-06-15T04:52:34Z!eli...
2014-07-02 Dmitry Antipov* lisp.h (toplevel): Add compile-time assert to verify...
2014-07-02 Dmitry Antipov* print.c (print_object): Adjust to match new layout...
2014-07-02 Dmitry AntipovShrink Lisp_Sub_Char_Table by preferring C integers...
2014-07-02 Stefan Monnier* doc/lispref/keymaps.texi (Key Lookup): Remove mention...
2014-07-01 Eli Zaretskiisrc/dispnew.c: Fix a typo in a comment.
2014-07-01 Eli ZaretskiiFix bug #17892 with mode/header line and display margins.
2014-07-01 Kenichi Handamerge trunk
2014-07-01 Kenichi Handa* coding.c (MIN_CHARBUF_SIZE): Delete it.
2014-07-01 Dmitry AntipovFix ChangeLog entry
2014-07-01 Dmitry Antipov* menu.c (Fx_popup_dialog): Set Vmenu_updating_frame...
2014-07-01 Dmitry Antipov* xfaces.c (init_frame_faces): Always realize basic...
2014-06-30 Jan DjärvFix use of deallocated memory.
2014-06-30 Eli ZaretskiiFix bug #17875 with changing TTY frame size, then selec...
2014-06-30 Eli ZaretskiiFix bug #17881 with infloop in decoding emacs-mule...
2014-06-30 Jan DjärvRemove unnecessary redisplays in NS port.
2014-06-29 Dmitry Antipov* xfns.c (Qsuppress_icon): Remove; no real users.
2014-06-29 Glenn Morris* src/Makefile.in (ns-app): Mark as PHONY.
2014-06-28 Glenn Morris* src/Makefile.in ($(lwlibdir)/liblw.a, $(oldXMenudir...
2014-06-28 Glenn Morris* src/Makefile.in: Fix thinko in previous.
2014-06-28 Glenn MorrisSmall cleanup for src/Makefile liblw.a, libXMenu11...
2014-06-28 Glenn MorrisUse gcc auto-dependency information for lwlib and oldXMenu
2014-06-28 Glenn MorrisMerge from emacs-24; up to 2014-06-12T14:55:48Z!monnier...
2014-06-28 Kenichi Handamerge trunk
2014-06-28 Kenichi Handa* coding.c (MAX_CHARBUF_SIZE): Renamed from CHARBUF_SIZE.
2014-06-28 Andreas SchwabFixes: debbugs:17865
2014-06-28 Kenichi Handamerge trunk
2014-06-27 Eli Zaretskiisrc/w32heap.c: Minor formatting and whitespace changes.
2014-06-27 Glenn MorrisReplace BOOTSTRAPEMACS with an order-only dependence...
2014-06-26 Dmitry Antipov* src/fns.c (Fcompare_strings): Use FETCH_STRING_CHAR_A...
2014-06-26 Glenn MorrisMerge from emacs-24; up to 2014-06-11T19:33:14Z!rgm...
2014-06-25 Glenn MorrisChangeLog fix
2014-06-25 Glenn Morris* src/puresize.h (BASE_PURESIZE): Add 1%, for safety.
2014-06-25 Glenn Morris* src/puresize.h (BASE_PURESIZE): Bump by another 1K.
2014-06-25 Dmitry AntipovFix ChangeLog entry.
2014-06-25 Dmitry AntipovConsistently use validate_subarray to verify substring.
2014-06-25 Dmitry AntipovDo not allow out-of-range character position in Fcompar...
2014-06-24 Paul EggertBe more consistent about the 'Qfoo' naming convention.
2014-06-24 Glenn MorrisMerge from emacs-24; up to 2014-06-08T18:27:22Z!eggert...
2014-06-23 Dmitry AntipovSimplify and cleanup character conversion stuff.
2014-06-22 Mario Lang"the the", "from from" and "and and".
2014-06-22 Dmitry Antipov* xmenu.c (mouse_position_for_popup):
2014-06-21 Glenn MorrisMerge from emacs-24; up to 2014-06-06T02:22:40Z!monnier...
2014-06-21 Eli Zaretskiisrc/dispextern.h: Fix commentary to it's hpos member.
2014-06-21 Eli ZaretskiiFix bug #17823 with vertical-motion in lines with line...
2014-06-21 Eli ZaretskiiImprove documentation of how vertical-motion interprets...
2014-06-21 Paul EggertPort to OS X ACLs.
2014-06-19 Kelvin WhiteMerge commit for debbugs:17755
2014-06-19 Dmitry AntipovMinor cleanup of fonset code.
2014-06-19 Stefan Monnier* src/keyboard.c (read_key_sequence): Don't invoke...
2014-06-19 Dmitry Antipov* font.c (font_make_object): Avoid dangling pointer...
2014-06-18 Eli Zaretskiisrc/image.c: Yet another fix for last commit.
2014-06-18 Eli Zaretskiisrc/image.c: Another fix for last commit.
2014-06-18 Eli Zaretskiisrc/image.c: Fix last commit.
2014-06-18 Eli ZaretskiiFix bug #17790 with compilation against giflib 5.1...
2014-06-17 Paul EggertOmit redundant extern decls.
2014-06-17 Stefan Monnier* src/callint.c (Fcall_interactively): Fix up last...
2014-06-17 Dmitry Antipov* lisp.h (STRING_COPYIN): Remove; unused.
2014-06-17 Dmitry Antipov* eval.c (toplevel): Remove redundant #include directives.
2014-06-17 Dmitry Antipov* fileio.c (Fread_file_name): Do not pass redundant...
2014-06-16 Paul Eggert* Makefile.in (ns-app): Fix typo that broke build on...
2014-06-16 Eli ZaretskiiA better fix for bug #17777 with visual-order cursor...
2014-06-16 Dmitry AntipovDo not ask for XRender extension each time XFT font...
2014-06-15 Paul EggertSpelling fix.
next