emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] scratch/allow-custom-null-and-false-objects-in-jsonc updat


From: João Távora
Subject: [Emacs-diffs] scratch/allow-custom-null-and-false-objects-in-jsonc updated (3a82866 -> 16a7bce)
Date: Sat, 9 Jun 2018 10:49:33 -0400 (EDT)

capitaomorte pushed a change to branch 
scratch/allow-custom-null-and-false-objects-in-jsonc.

      from  3a82866   Also allow custom false and null when serializing to JSON
       new  4aed7ee   After Eli's doc review
      adds  9966842   Let isearch-yank-kill enable isearch-mode if needed 
(Bug#21419)
      adds  7c16392   Fix GC-related commentary
      adds  b76389f   Don’t over-align if WIDE_EMACS_INT
      adds  4d176b7   Fix ftfont_open2 failure cleanup
      adds  a064128   * src/.gdbinit: Omit soon-obsolete comment.
      adds  a0aa1d4   New function record_unwind_protect_excursion
      adds  0e1bfd3   Minor cleanup of save_excursion_restore
      adds  e2a9800   Fit kill_buffer_xwidgets into 80
      adds  9d447fa   Add support for per-window face remapping
      adds  416ba36   Offer to open large files without modes
      adds  f09e9d2   ; Tiny tpyo fix
      adds  db353b8   Port alignment verification to x86 --with-wide-int
      adds  fe06f64   CC Mode: Fontify unbalanced quotes in unconstrained 
multiline strings, etc.
      adds  21c6534   New flymake-start-on-save-buffer custom variable
      adds  38111b5   Describe flymake-start-on-save-buffer in manual and NEWS
       new  16a7bce   Merge branch 'master' into this scratch branch


Summary of changes:
 doc/lispref/text.texi     |  53 ++++----
 doc/misc/flymake.texi     |   8 ++
 etc/NEWS                  |   8 ++
 lisp/files.el             |  55 +++++++--
 lisp/isearch.el           |   1 +
 lisp/progmodes/cc-mode.el | 214 ++++++++++++++++++++++----------
 lisp/progmodes/flymake.el |  10 +-
 src/.gdbinit              |   3 -
 src/buffer.c              |   2 +-
 src/bytecode.c            |   3 +-
 src/dispextern.h          |   9 +-
 src/dispnew.c             |   3 +-
 src/editfns.c             |  45 +++----
 src/eval.c                |   6 +
 src/font.c                |   4 +-
 src/fringe.c              |  22 +---
 src/ftfont.c              |   7 +-
 src/json.c                |  15 +--
 src/lisp.h                |  46 ++++---
 src/lread.c               |   6 +-
 src/msdos.c               |   8 +-
 src/term.c                |   8 +-
 src/window.c              |   2 +-
 src/xdisp.c               |  51 ++++----
 src/xfaces.c              | 303 ++++++++++++++++++++++++++++++++++++----------
 src/xwidget.c             |  20 +--
 26 files changed, 610 insertions(+), 302 deletions(-)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]