emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] scratch/kqueue updated (15e7544 -> e604e6a)


From: Michael Albinus
Subject: [Emacs-diffs] scratch/kqueue updated (15e7544 -> e604e6a)
Date: Wed, 25 Nov 2015 14:11:12 +0000

albinus pushed a change to branch scratch/kqueue.

      from  15e7544   Some final fixes in file notification before merging with 
master
      adds  9d43941   Implement tray notifications for MS-Windows
      adds  a3b2101   New file with obarray functions.
      adds  20aea42   Rename obarray-foreach to obarray-map
      adds  23036ba   Rename obarray-p to obarrayp
      adds  51d840a   Rename seq-p and map-p to seqp and mapp
      adds  e887f6e   ; * doc/lispref/os.texi: Fix indentation of sample code.
      adds  436d330   Avoid error in submitting a form with EWW
      adds  952395d   * lisp/obarray.el: Fix shadowed variables
      adds  e0f64e7   CC Mode: Respect users' settings of 
open-paren-in-column-0-is-defun-start.
      adds  055ca3a   Sync with soap-client repository, version 3.0.2
      adds  851be0f   Add "^" to the interactive specs of 
`dired-next/previous-line'
      adds  25e32bd   Use color cache for creating bitmap
      adds  e1c27db   Reduce some data dependencies between X calls
      adds  c7f2b6a   Detect XCB and save a connection handle
      adds  a838c83   Enable use of XCB for checking window manager state
      adds  aa17de9   Speed up x_real_pos_and_offsets using XCB
      adds  9dd7da9   * test/automated/keymap-tests.el: New test file
      adds  1e363a8   Enable sorting of JSON object keys when encoding
      adds  c1bc6e5   Fix the MinGW64 and Cygwin-w32 builds
      adds  d2f73db   Bind [?\S-\ ] to previous line command in Dired-like 
modes.
      adds  44dfa86   The heuristic that Emacs uses to add an `undo-boundary' 
has been reworked, as it interacts poorly with functions on `post-command-hook' 
or `after-change-functions'.
      adds  20aa42e   ; Merge branch 
'fix/no-undo-boundary-on-secondary-buffer-change'
      adds  39dbd1c   : Tests for undo-auto functionality.
      adds  0c92826   * test/automated/cl-lib-tests.el 
(cl-lib-struct-constructors): Small fix
      adds  6e5186e   * test/automated/keymaps-test.el: Fix test to make it 
repeatable
      adds  9463abf   shr: don't invoke unbound function (Bug#21895)
      adds  805a39b   Remove intern calls and XXX comments from Fx_export_frames
      adds  d60ed3f   Another fix for MinGW64 and Cygwin builds due to 
notifications
      adds  508e77b   Fix last change
      adds  35f5afb   Fix last change in shr.el
      adds  e221d32   Fix point positioning after transposing with negative arg
      adds  04f69f1   * lisp/loadup.el: Enlarge the size of the hash table to 
80000.
      adds  2fac30e   Add a few more variables to redisplay--variables
      adds  66b9f7b   * src/undo.c: Small fixes for previous change
      adds  2b4c0c0   * lisp/progmodes/elisp-mode.el: Declare function 
`project-roots'
      adds  a731c2f   * test/automated/simple-test.el: Add test for bug#20698 
(bug#21885)
      adds  695a6f9   Remove support for ':timeout' from w32 tray notifications
      adds  4f0ce9c   * src/undo.c (run_undoable_change): Now static.
      adds  4c4b520   Port recent XCB changes to 64-bit ‘long int’
      adds  04ac097   Spruce up ftfont.c memory allocation
      adds  92a5010   Merge from gnulib
      adds  fe973fc   Replace xref-match-bounds with xref-match-length
      adds  f103a27   Handle multiple matches on the same line; add highlighting
      adds  31f6e93   Support rectangular regions for more commands
      adds  246d660   Use generic dispatch for xref backends
      adds  7126e9a   ; Update xref-etags-mode for the latest change
      adds  138ad3d   ; Fix warnings
      adds  9e00a02   Update verilog-mode.el to 2015-11-09-b121d60-vpo.
      adds  ed2e7e2   Mention CONTRIBUTE in README
      adds  5f7a2a9   Increment Emacs version on master branch
      adds  2ac79ae   gitmerge: Try to detect cherry-picks
      adds  dcd5877   gitmerge: Fix git log command
      adds  f8cc14b   * admin/release-process: Rename from admin/FOR-RELEASE.
      adds  9a4aa0f   Document the release process
      adds  9459456   Merge branch 'release-process-lowercase'
      adds  ae0653b   * CONTRIBUTE: Remove information about feature freeze.
      adds  70f1fda   ; Auto-commit of ChangeLog files.
      adds  353f5e7   * lisp/progmodes/verilog-mode.el: Use 
with-silent-modifications
      adds  5f9153f   * lisp/emacs-lisp/package.el: Refactor 
-with-work-buffer-async
      adds  7cc233e   * lisp/emacs-lisp/package.el: Fix a decoding issue
      adds  47f83b6   ; ChangeLog.2 fixes
      adds  9375652   * lisp/progmodes/verilog-mode.el 
(verilog-save-buffer-state): Add backquote
      adds  58e6235   * lisp/image-mode.el: Support encrypted file
      adds  b92307f   linum-mode plays more nicely with other margin-setting 
extensions
      adds  c6457ce   Minor fix to comment indentation and typo in last commit
       new  e3354e2   Add kqueue support
       new  7543d1c   Work on kqueue
       new  e0a68f2   Continue kqueue implementation
       new  c571fc1   Build fixes for kqueue support.
       new  41d9bd0   Implement directory events
       new  e95b309   More work on kqueue
       new  90d6c69   * lisp/filenotify.el (file-notify-add-watch): Fix thinko.
       new  8deebe1   Finish implementation in kqueue.c
       new  99aa855   Doc changes for kqueue
       new  13f3508   Code cleanup of kqueue.c
       new  65ba5a9   Further fixes for kqueue.
       new  5044bdf   New test with a larger number of events.
       new  c8e266f   Handle more complex rename operation in kqueue
       new  6b490c0   Improve loops in file-notify-test06-many-events
       new  5154781   Continie with pending events
       new  0247489   Rework file notifications, kqueue has problems with 
directory monitors
       new  bec57a4   Some final fixes in file notification before merging with 
master
       new  e604e6a   Merge branch 'scratch/kqueue' of 
git.sv.gnu.org:/srv/git/emacs into scratch/kqueue


Summary of changes:
 CONTRIBUTE                             |   15 +-
 ChangeLog.2                            | 1035 +++++++++++++++++++++++++++++++-
 README                                 |    5 +-
 admin/README                           |    4 +-
 admin/authors.el                       |    2 +-
 admin/gitmerge.el                      |   10 +-
 admin/notes/bugtracker                 |    3 +-
 admin/notes/versioning                 |   12 +-
 admin/{FOR-RELEASE => release-process} |  281 +++++----
 configure.ac                           |   17 +-
 doc/lispref/os.texi                    |   84 +++-
 doc/lispref/sequences.texi             |    6 +-
 doc/misc/cc-mode.texi                  |    4 +-
 etc/NEWS                               |    4 +
 etc/TODO                               |    9 +-
 lib/xalloc-oversized.h                 |   13 +-
 lisp/arc-mode.el                       |    1 +
 lisp/cus-edit.el                       |    2 +-
 lisp/dired.el                          |    7 +-
 lisp/emacs-lisp/map.el                 |    6 +-
 lisp/emacs-lisp/package.el             |  158 +++---
 lisp/emacs-lisp/seq.el                 |   10 +-
 lisp/emulation/cua-rect.el             |   26 +-
 lisp/frame.el                          |    4 +-
 lisp/gnus/mm-url.el                    |   23 +-
 lisp/image-mode.el                     |    7 +-
 lisp/json.el                           |  117 +++--
 lisp/linum.el                          |   23 +-
 lisp/loadup.el                         |    2 +-
 lisp/net/shr.el                        |   19 +-
 lisp/net/soap-client.el                |   25 +-
 lisp/net/soap-inspect.el               |    3 +-
 lisp/obarray.el                        |   66 ++
 lisp/proced.el                         |    1 +
 lisp/progmodes/cc-engine.el            |   68 ++-
 lisp/progmodes/cc-mode.el              |   12 +-
 lisp/progmodes/elisp-mode.el           |   42 +-
 lisp/progmodes/etags.el                |   21 +-
 lisp/progmodes/verilog-mode.el         |  533 +++++++++--------
 lisp/progmodes/xref.el                 |  249 ++++----
 lisp/rect.el                           |   32 +-
 lisp/replace.el                        |   87 ++--
 lisp/simple.el                         |  369 +++++++++---
 lisp/url/url-handlers.el               |   42 +-
 lisp/vc/diff-mode.el                   |    2 +-
 lisp/vc/vc-dir.el                      |    1 +
 msdos/sed2v2.inp                       |    2 +-
 src/Makefile.in                        |    3 +-
 src/casefiddle.c                       |   22 +-
 src/cmds.c                             |   56 +--
 src/ftfont.c                           |  106 ++--
 src/image.c                            |   11 +
 src/keyboard.c                         |   16 +-
 src/lisp.h                             |    1 -
 src/undo.c                             |   52 +--
 src/w32fns.c                           |  465 ++++++++++++++
 src/xfns.c                             |  277 ++++++++--
 src/xterm.c                            |   80 +++-
 src/xterm.h                            |    8 +
 test/automated/cl-lib-tests.el         |    4 +-
 test/automated/json-tests.el           |   29 +
 test/automated/keymap-tests.el         |   43 ++
 test/automated/map-tests.el            |   20 +-
 test/automated/obarray-tests.el        |   90 +++
 test/automated/simple-test.el          |   50 ++
 65 files changed, 3682 insertions(+), 1115 deletions(-)
 rename admin/{FOR-RELEASE => release-process} (67%)
 create mode 100644 lisp/obarray.el
 create mode 100644 test/automated/keymap-tests.el
 create mode 100644 test/automated/obarray-tests.el



reply via email to

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