emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] xwidget_mvp updated (c1a5a72 -> 2f7b194)


From: Joakim Verona
Subject: [Emacs-diffs] xwidget_mvp updated (c1a5a72 -> 2f7b194)
Date: Thu, 22 Oct 2015 21:17:03 +0000

jave pushed a change to branch xwidget_mvp.

      from  c1a5a72   fix conflict
      adds  1fea2f3   * lisp/emacs-lisp/lisp-mode.el (let-when-compile): Work 
like let*
      adds  90a6f8d   * lisp/progmodes/octave.el: Use grammar more; Handle 
enumeration fun
      adds  d6b4957   * lisp/progmodes/sh-script.el: Old "dumb" continued line 
indent
      adds  300bce3   ; * admin/MAINTAINERS: Add entries for Dmitry Gutov
      adds  e187743   * lisp/progmodes/prolog.el: Fix various indentation cases
      adds  47089e0   Clarify documentation of pos-visible-in-window-p
      adds  3968fa6   Avoid empty -path arguments in rgrep
      adds  afd17a9   Clarify :create in auth-source's docs
      adds  9a241dd   ; * Add admin/MAINTAINERS entries
      adds  25979c8   Use unar and lsar to handle RAR archives in arc-mode
      adds  d1fb5e6   * lisp/arc-mode.el (archive-rar-summarize): Better 
alignment of the columns.
      adds  ecbb6ae   * src/macfont.m: Fix compilation with USE_CT_GLYPH_INFO.
      adds  1c6a587   ; Clarify docs of pos-visible-in-window-p some more
      adds  d22634e   Work around crash when displaying etc/HELLO on OS X 10.11
      adds  ecedfd6   * src/macfont.m (mac_font_descriptor_supports_languages): 
Regard "zh" as synonym of "zh-Hans".
      adds  e73b0d6   Implement unprettification of symbol at point
       new  2cd0e6d   upstream merge
      adds  33f2e00   fix for the case that M17N_FLT_USE_NEW_FEATURE is not 
defined
      adds  94ed516   Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs
      adds  52beda9   Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs
      adds  8d5662c   ; Minor updates in admin/MAINTAINERS
      adds  44298d3   ; Yet another tweak of pos-visible-in-window-p doc string
      adds  8b1df96   Try to avoid redisplaying all frames when creating a new 
one
      adds  82df187   Don't modify buffer by unprettification
      adds  5c9304e   Disable some display optimizations when frames need 
redisplay
      adds  80a8607   ; Revert inadvertent premature commit.
      adds  4a6780e   Avoid assertion violations in push_prefix_prop
      adds  cbae482   * lisp/progmodes/prog-mode.el 
(prettify-symbols-unprettify-at-point):
      adds  35ad158   Don't unprettify symbol at point by default
      adds  9e4a6ad   Un- and re-prettification are not exclusive
      adds  cedcce7   ; Auto-commit of loaddefs files.
      adds  e8d83f4   * nt/INSTALL: Document where to find XPM support files
      adds  439f483   Fix GUD display of GDB output with non-ASCII text
      adds  9c86325   ; * lisp/progmodes/gdb-mi.el (gdb-mi-decode): Improve 
last change.
      adds  632847e   Set default base-size in minibuffer-completion-help
      adds  7a94cf9   Improve doc strings in dired.c
      adds  c4c1fb9   Attempt to fix slow redisplay caused by last changes
      adds  511a18de  Fix slow redisplay when daemon frame exists
      adds  6083f33   Revert "Attempt to fix slow redisplay caused by last 
changes"
      adds  dd6346e   Fix a few problems with directed quotes
      adds  87fb1e3   Fix winner in cl-lib not loaded case
      adds  f03311e   * nt/INSTALL: Point to ezwinports for libXpm binaries.
      adds  da4ce83   * nt/INSTALL: Update instructions for running autogen.sh
      adds  355ccbc   Fix problems found by clang 3.5.0
      adds  a5c2033   * lisp/vc/vc-git.el (vc-git-region-history): Handle local 
changes
      adds  4cace70   Allow autogen even when Git is not installed
      adds  d771ae0   * prolog.el: Update and extend operator table
      adds  de7fc45   Revert my two recent process.c changes
      adds  e160525   Adapt to new prettify-symbols-unprettify-at-point default
      adds  40892b4   ; Tramp: Suppress compiler warnings.
      adds  658f2c4   Avoid crashes due to invalid coding-system
      adds  265d525   More validatation of coding system in 'write-region'
      adds  272ca09   Avoid crashes in coding_inherit_eol_type
      adds  b235cea   More validatation of coding systems
      adds  9cca3fe   Doc fix for `defmacro'
      adds  829e818   Add entry for Ulf Jasper.
      adds  9a05f0a     * src/coding.c (complement_process_encoding_system): 
Revert last        change.
      adds  6b66375   Maintain ordering of JSON object keys by default
      adds  9976370   * lisp/ibuffer.el: Fix docstring length (Bug#21541).
      adds  42d0000   * nt/INSTALL: Minor spelling and quote fixes.
      adds  460c357   Support MSW filename style for ant compilation error 
regexp
      adds  ddb8f90   Restore blank line before next section, erroneously 
erased in my previous commit
      adds  fd51234   ; Add some comments
      adds  45d0b3d   shr: fix too long lines in rendered buffers (Bug#21012)
      adds  2021680   ; Restore some of the recent deletions in fileio.c
      adds  b28beb1   ; Auto-commit of ChangeLog files.
      adds  acfb5cd   Improve XEmacs compatibility of Tramp
      adds  cacebbd   * test/automated/coding-tests.el: New file.
      adds  94e5235   Pull in version numbers from rst.el upstream release.
      adds  6cdd3c6   * src/macfont.m (macfont_encode_char, syms_of_macfont): 
Remove unused vars.
      adds  9c4b9a2   Update tutorials/TUTORIAL.cn
      adds  1fa9f86   * src/xdisp.c (windows_or_buffers_changed): Improve 
docstring
      adds  76d5122   Remove redundant redisplay code
      adds  ef171d1   Add first unit tests for auth-source.el
      adds  47e9556   Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs
       new  4041499   upstream merge
      adds  0a74e2b   Fix composition-function-table for Arabic and Syriac
      adds  7e83f50   ; Another minor fix in misc-lang.el
      adds  d62f033   * src/buffer.c (syms_of_buffer): Typo fix.  (Bug#21622)
      adds  25b4572   * doc/lispref/objects.texi (Window Type): Add a cross 
reference.
      adds  0befeb0   Don't use XFASTINT on a negative number
      adds  e2b1ad4   Fix display of characters adjacent to ZWJ and ZWNJ
      adds  8155813   lisp/emacs-lisp/package.el (package-install): Fix name 
error
      adds  11f4214   * test/automated/package-test.el 
(package-test-install-single):
      adds  a4a98a1   Add prettified version of \\Bbb{Q}.
      adds  3b4d119   Fix bug in GC_CHECK_MARKED_OBJECTS check
      adds  f54e5cc   * lisp/indent.el (indent--default-inside-comment): New 
function
      adds  8528f7c   * lisp/textmodes/tex-mode.el: Use lexical-binding
      adds  2ad5109   ; * admin/MAINTAINERS: Remove "unmaintained" section; 
neither correct nor useful
      adds  7876975   ; * admin/MAINTAINERS: Copyedits.
      adds  96973de   ; * admin/MAINTAINERS: Remove no-longer-active people
      adds  4d04cee   * lisp/progmodes/prog-mode.el (prettify-symbols-alist):
      adds  391291f   In resize_frame_windows don't set a top position when 
resizing horizontally.
      adds  9ed9b7d   Add test for `self-insert-command' (bug#21633)
      adds  e60a1e2   * lisp/emacs-lisp/tabulated-list.el (tabulated-list-sort):
      adds  8a40c5a   * test/automated/tabulated-list-test.el: New file
      adds  3cd29a5   Highlight CSS variable definitions
      adds  c026c00   Fix segfault in image_size_error
      adds  0360b7f   * src/syntax.c (syms_of_syntax): Make 
syntax-propertize--done local
      adds  b8eea1d   Cache XParseColor results in the X display info structure.
      adds  e23ed19   Reduce color allocation/query traffic in the TrueColor 
case.
      adds  ee52942   Reduce some unnecessary X calls.
      adds  1f37714   Disable non-working pointerColor setting for X tooltip 
frame.
      adds  2124b33   Format initial input uniformly.
      adds  52fecf5   * lisp/calc/calc.el (calc-digit-start-entry): Fix typo.
      adds  5a3a6aa   Fix problems caught with --enable-gcc-warnings
      adds  a00634c   * src/image.c (image_size_error): Simplify.
      adds  b315455   Use g_clear_error instead of g_error_free
      adds  111cebc   * lisp/calc/calc.el: Silence byte-compiler warnings
      adds  424072f   Typo in example
      adds  9a30d6b   Refactor duplicated code; ensure default is in completions
      adds  c4d8c6a   Avoid inflooping in font-lock
      adds  e6013e8   In adjust_frame_size don't count minibuffer height twice 
(Bug#21643)
      adds  4a1a98a   ; Auto-commit of loaddefs files.
      adds  af45926   Update case-table and categories of recently added 
characters
      adds  d72d97f   * lisp/progmodes/prolog.el: Avoid indenting too much, 
after ":-"
      adds  69b3238   * lisp/textmodes/reftex.el: Silence byte-compiler 
warnings.
      adds  b40d703   * lisp/cedet/ede: Silence some compiler warnings
      adds  1b5953e   * lisp/progmodes/cc-mode.el (c-after-font-lock-init): 
Only *move*
      adds  1196e3f   (tramp-open-connection-setup-interactive-shell): Send 
-onlcr as well.
      adds  bb7c182   CHECK_IMPURE and PURE_P speedup
      adds  8f41c30   * src/data.c (Faset): Fix last change.
      adds  f655d09   Avoid link-time errors due to inline functions
      adds  5b2c9f4   Fix vertical-motion in truncated lines that end in a 
stretch
      adds  c0ae125   Fix --enable-gcc-warnings problem with older GCC
      adds  bb61fa8   ; admin/notes/unicode: Update for latest changes.
      adds  5186c99   Use events instead of chars to keep track of steps.
      adds  89f2c79   Improve CHECK_IMPURE and PURE_P speedup
      adds  ec0d4d2   Allow numbers with different radixes to be yanked.
      adds  29dfca2   Use ‘echo’ safely with ‘\’ or leading ‘-’
      adds  4cbd071   * lisp/calendar/calendar.el: Display buffer before 
executing body.
      adds  54e3734   Document the optional prefix to `calc-yank'.
      adds  5504ede   Introduce x_uncatch_errors_after_check to reduce XSync 
calls.
      adds  fcb5d3e   Add x_catch_errors_with_handler.
      adds  08e27d2   Rewrite x_set_mouse_color to sync less.
      adds  ec2d990   Fix cursor setting for tip frame; re-enable cursor 
generation.
      adds  ce402dd   Handle an opaque-move X11 window manager operation more 
efficiently.
      adds  358794e   ; Auto-commit of ChangeLog files.
      adds  732d259   Have calc-yank recognize numbers in different bases.
      adds  831807f   * lisp/gnus/auth-source.el: Use sharp-quoting with 
functions.
      adds  644d31a   Replace the usage of an obsolete function in 
auth-source.el
       new  67ef998   upstream merge
      adds  3f1c88d   * w32fns.c (get_wm_chars): Increment counter, not pointer.
      adds  70c811c   Support RTF in doc-view
      adds  1a588cb   In gui-get-primary-selection use 
gui--selection-value-internal (Bug#20906)
      adds  8ba156f   Attempt to avoid crashes in plist-member
      adds  402ef22   * nt/INSTALL: Recommend MSYS Automake/Autoconf from 
ezwinports.
      adds  857f73e   Minor typo corrections in doc strings
      adds  48c3842   * src/w32proc.c (sys_select): Fix bitwise test.
      adds  4462823   Remove or comment out unused variables
      adds  0f4efd1   Search for more cover image names in MPC
      adds  e57a0c3   Use highlight for current items.
      adds  38f99a0   Unmacroize ebrowse.c and etags.c a bit
      adds  e53e1a0   * test/automated/file-notify-tests.el 
(file-notify--test-timeout):
      adds  d4fe840   Allow setting frame pixel sizes from frame parameters 
(Bug#21415)
      adds  882c3f3   Use special-mode in eww list modes
      adds  4466c72   * src/w32fns.c (x_change_tool_bar_height): Remove unused 
variable frame.
      adds  8610bd1   * lisp/mpc.el (mpc-songs-refresh): Don't side-effect 
`active'
      adds  7870288   Make dired-do-compress work for directories
      adds  6d6bf46   Make dired-do-compress work for *.tar.gz files
      adds  18b0eb7   Fix error messages for when covers are not found.
      adds  e90de82   Derive mpc-mode from special-mode
      adds  85c1231   Do process ConfigureNotify events indicating size changes.
      adds  9fa9c26   Reduce face-related consing during frame creation.
      adds  a7e6637   Add bindings and menu items for prev and next tracks
      adds  3fa424c   Add MPC play/pause command
      adds  2cc412c   Take XPNTR private
      adds  e668176   Merge from gnulib
      adds  b5e2d74   Better docstrings in seq.el and map.el
      adds  f147c0f   * .gitignore: Add build-aux/ar-lib.
      adds  0e38e94   Make dired-jump work with tar-subfile-mode
      adds  c6cbf6c   ; Auto-commit of loaddefs files.
      adds  aebf282   * lisp/mpc.el (mpc-volume-refresh): Check if buffer is 
live.
      adds  17d4f60   Fix typos in docstrings
      adds  9676433   Fix Bug#21562
      adds  0cced99   Use proper localization in tramp-gvfs.el
      adds  8318dec   ; Submit changes promised last commit already
      adds  e646242   Some editing fixes in Tramp
      adds  100a96c   * lisp/mpc.el (mpc-mode-menu, mpc-toggle-play): Fix 
docstrings
      adds  943f7f9   Spelling fixes
      adds  453af81   * lisp/mpc.el (mpc-format): Always push form to pred
      adds  59def59   Refer to `(elisp)Basic Completion' in completing-read 
docstring
      adds  5110c95   Add commands for controlling MPD modes
      adds  b4c00f9   Fix animation timeout delay calculation
      adds  360d1d8   js-mode: Don't misindent generator methods
      adds  844de50   New file etc/HISTORY
      adds  1c8ccba   Add more release info to etc/HISTORY
      adds  3000d33   ; More updates and corrections in etc/HISTORY
      adds  d05410f   Improve documentation of COLLECTION in completion 
functions
      adds  b0d190f   Minor improvement in documentation of internals
      adds  7175459   Make dired-do-compress work for *.zip files
      adds  3f24a31   lisp/dired-aux.el (dired-shell-command): Fix compile 
warning
      adds  1158df5   Improve the doc string of 'completion-boundaries'
      adds  ce47ac8   * lisp/mpc.el: Rename the new toggling commands
      adds  995b699   * custom.el (custom-theme-load-path): Demote to defvar
      adds  1e1a326   Handle symlink targets containing spaces in tramp-gvfs.el
      adds  55ba8c0   Make src headers idempotent and standalone
      adds  8868b83   * emacs-lisp/package.el: Reload archive-contents if 
priorities change
      adds  4328d3d   Fix quoting of data within htmlfontify doc
      adds  57be62f   Solve timimg issues in file-notify-tests.el
      adds  1431f66   Avoid crashes when redisplayng a window changes faces or 
fonts
      adds  59c67f8   * lisp/emacs-lisp/eldoc.el: Add back-to-indentation to 
the command list
      adds  f8ff393   Minor edits in Tramp
      adds  1d378c0   ; Auto-commit of ChangeLog files.
      adds  1c75616   Some minor Tramp changes
      adds  604222c   ; Add bug number in ChangeLog.2
      adds  1106f31   ; Remove obsolete comment in tramp.el
      adds  b03150f   Fix doc string of 'shell-quote-argument'
      adds  bca2bc4   Improve documentation of functions that change files
      adds  552482d   ; * doc/lispref/processes.texi (Synchronous Processes): 
Minor copyedit.
      adds  f157576   Fix return value of 'set-file-extended-attributes'
      adds  52b9770   Resurrect image loading under auto-image-file-mode
      adds  aa3afdb   * doc/emacs/ack.texi (Acknowledgments): Small, sad, 
update.
      adds  b911b4b   Enable --with-wide-int build on 32-bit Cygwin
      adds  04d604e   New function seq-position
      adds  10df031   Unbreak `group' option for `mail-sources'
      adds  cfc34c1   Update the way directories are compressed
      adds  2add4a6   ; Auto-commit of loaddefs files.
      adds  90e9cf8   * lisp/gnus/mailcap.el (mailcap-mime-data): Conditonalize 
`doc-view-mode', which does not exist on XEmacs.
      adds  28c58bf   Fix memory leak in fontset handling
      adds  5e43955   Don't declare vc-exec-after anymore
      adds  513fe25   Call vc-dir-defresh after stash operations
      adds  e9af822   (/ N) now returns the reciprocal of N
      adds  63cfb75   Include-file cleanup for src directory
      adds  8b40f8d   lisp/gnus/mailcap.el (mailcap-mailcap-entry-passes-test): 
Doc fix
      adds  f2dbc7f   ; etc/NEWS: Remove duplicate text.
      adds  d60e5a9   Make RefTeX work with LaTeX subfiles package
      adds  f6ece24   Add dired-do-compress-to command bound to "c"
      adds  ab65b33   * lisp/isearch.el: Rename word search to regexp-function 
search
      adds  19fada5   * lisp/isearch.el: Support lax-whitespace in 
regexp-function searches
      adds  e5ece32   * lisp/isearch.el (isearch-search-fun-default): Simplify 
logic
      adds  5dc48a2   Fix logic in 'server-kill-emacs-query-function'
      adds  54f5990   Further include-file cleanup
      adds  2ab48ba   Remove fboundp checks from mailcap-mime-data
      adds  0bb27cd   Merge from gnulib
      adds  f373e81   New lispref section “Security Considerations”
      adds  cd42860   Spelling fixes
      adds  01d2af9   Further fix for proper locale handling in tramp-gvfs.el
      adds  717e7a4   Describe dired-do-compress-to in the manual
      adds  11d1422   Improve doc-view wrt. auto-revert-mode
      adds  d4352f8   Include file cleanup for w32 files in src directory
       new  2f7b194   upstream merge


Summary of changes:
 .gitignore                            |    1 +
 ChangeLog.2                           | 1640 ++++++++++++++++++++++++++++++++-
 Makefile.in                           |   25 +-
 admin/FOR-RELEASE                     |    2 +
 admin/MAINTAINERS                     |  574 +-----------
 admin/charsets/mapconv                |    5 +-
 admin/merge-gnulib                    |    6 +-
 admin/merge-pkg-config                |    6 +-
 admin/notes/unicode                   |   11 +-
 admin/quick-install-emacs             |   34 +-
 autogen.sh                            |    2 +-
 build-aux/gitlog-to-emacslog          |   10 +-
 configure.ac                          |  417 +++++----
 doc/emacs/ack.texi                    |    3 +-
 doc/emacs/dired.texi                  |   12 +-
 doc/emacs/frames.texi                 |    1 +
 doc/emacs/text.texi                   |    4 +-
 doc/lispintro/emacs-lisp-intro.texi   |    3 +
 doc/lispref/control.texi              |   16 +-
 doc/lispref/display.texi              |   22 +-
 doc/lispref/elisp.texi                |    1 +
 doc/lispref/files.texi                |    7 +-
 doc/lispref/internals.texi            |    9 +
 doc/lispref/minibuf.texi              |    3 +
 doc/lispref/numbers.texi              |   17 +-
 doc/lispref/objects.texi              |    8 +-
 doc/lispref/os.texi                   |  104 +++
 doc/lispref/processes.texi            |    4 +-
 doc/lispref/sequences.texi            |   19 +
 doc/lispref/two-volume.make           |   47 +-
 doc/lispref/windows.texi              |   14 +-
 doc/misc/autotype.texi                |    2 +-
 doc/misc/calc.texi                    |   13 +
 doc/misc/htmlfontify.texi             |   77 +-
 doc/misc/texinfo.tex                  |  194 +++--
 doc/misc/tramp.texi                   |   26 +-
 etc/HISTORY                           |  204 ++++
 etc/NEWS                              |   36 +-
 etc/compilation.txt                   |    1 +
 etc/tutorials/TUTORIAL.cn             |    5 +-
 lib-src/ChangeLog.1                   |    2 +-
 lib-src/ebrowse.c                     |   84 +-
 lib-src/etags.c                       |   27 +-
 lib-src/rcs2log                       |   20 +-
 lib/binary-io.c                       |    1 +
 lib/c-ctype.h                         |  531 ++----------
 lib/stdalign.in.h                     |    5 +-
 lib/time_rz.c                         |    9 +-
 lib/u64.c                             |    1 +
 lib/unistd.c                          |    1 +
 lisp/ChangeLog.17                     |    4 +-
 lisp/ChangeLog.5                      |    2 +-
 lisp/Makefile.in                      |    9 +-
 lisp/arc-mode.el                      |   35 +-
 lisp/calc/calc-aent.el                |    8 +-
 lisp/calc/calc-prog.el                |   20 +-
 lisp/calc/calc-yank.el                |  134 +++-
 lisp/calc/calc.el                     |  160 ++--
 lisp/calendar/calendar.el             |    4 +-
 lisp/cedet/ede.el                     |  117 ++--
 lisp/cedet/ede/emacs.el               |   28 +-
 lisp/cedet/ede/linux.el               |   29 +-
 lisp/cedet/ede/pconf.el               |    4 +-
 lisp/cedet/mode-local.el              |    4 +-
 lisp/cedet/semantic/senator.el        |    2 +-
 lisp/color.el                         |   18 +-
 lisp/custom.el                        |   14 +-
 lisp/dired-aux.el                     |  224 ++++--
 lisp/dired-x.el                       |   49 +-
 lisp/dired.el                         |   17 +-
 lisp/doc-view.el                      |   23 +-
 lisp/emacs-lisp/bytecomp.el           |    6 +-
 lisp/emacs-lisp/cl-extra.el           |    2 +-
 lisp/emacs-lisp/eldoc.el              |    1 +
 lisp/emacs-lisp/elint.el              |    2 +-
 lisp/emacs-lisp/lisp-mode.el          |   20 +-
 lisp/emacs-lisp/map.el                |   10 +-
 lisp/emacs-lisp/package.el            |   30 +-
 lisp/emacs-lisp/seq.el                |   26 +-
 lisp/emacs-lisp/tabulated-list.el     |    4 +-
 lisp/faces.el                         |   11 +-
 lisp/files.el                         |   21 +-
 lisp/font-lock.el                     |    4 +-
 lisp/frame.el                         |   25 +-
 lisp/gnus/auth-source.el              |   44 +-
 lisp/gnus/mailcap.el                  |   37 +-
 lisp/gnus/nnmail.el                   |    9 +-
 lisp/gnus/nnml.el                     |   27 +-
 lisp/hexl.el                          |    2 +-
 lisp/ibuffer.el                       |   14 +-
 lisp/image.el                         |    2 +-
 lisp/indent.el                        |   22 +-
 lisp/info-xref.el                     |    2 +-
 lisp/info.el                          |    6 +-
 lisp/international/characters.el      |  105 ++-
 lisp/isearch.el                       |  184 ++--
 lisp/json.el                          |   21 +-
 lisp/language/misc-lang.el            |    7 +-
 lisp/ldefs-boot.el                    | 1095 +++++++++++-----------
 lisp/mail/emacsbug.el                 |    3 +-
 lisp/menu-bar.el                      |    8 +-
 lisp/mh-e/mh-e.el                     |    4 +-
 lisp/minibuffer.el                    |   17 +-
 lisp/mpc.el                           |  129 ++-
 lisp/net/eww.el                       |   22 +-
 lisp/net/newst-treeview.el            |    2 +-
 lisp/net/shr-color.el                 |    6 +-
 lisp/net/shr.el                       |   50 +-
 lisp/net/tramp-adb.el                 |    1 +
 lisp/net/tramp-compat.el              |   16 +-
 lisp/net/tramp-gvfs.el                |    7 +-
 lisp/net/tramp-sh.el                  |   12 +-
 lisp/net/tramp.el                     |    9 +-
 lisp/net/trampver.el                  |    7 +-
 lisp/obsolete/longlines.el            |    2 +-
 lisp/obsolete/vc-arch.el              |    4 -
 lisp/progmodes/cc-mode.el             |    5 +-
 lisp/progmodes/compile.el             |    2 +-
 lisp/progmodes/gdb-mi.el              |   57 ++
 lisp/progmodes/grep.el                |   22 +-
 lisp/progmodes/js.el                  |   13 +-
 lisp/progmodes/octave.el              |  316 ++++---
 lisp/progmodes/prog-mode.el           |   71 ++-
 lisp/progmodes/prolog.el              |   58 +-
 lisp/progmodes/sh-script.el           |   79 ++-
 lisp/replace.el                       |    4 +-
 lisp/select.el                        |    2 +-
 lisp/server.el                        |   13 +-
 lisp/subr.el                          |    6 +-
 lisp/term.el                          |   86 +--
 lisp/textmodes/css-mode.el            |    2 +-
 lisp/textmodes/reftex-cite.el         |   52 +-
 lisp/textmodes/reftex.el              |   35 +-
 lisp/textmodes/rst.el                 |   11 +-
 lisp/textmodes/tex-mode.el            |   16 +-
 lisp/vc/vc-bzr.el                     |    1 -
 lisp/vc/vc-cvs.el                     |    2 -
 lisp/vc/vc-dir.el                     |    2 +-
 lisp/vc/vc-git.el                     |   38 +-
 lisp/vc/vc-hg.el                      |    2 -
 lisp/vc/vc-mtn.el                     |    4 -
 lisp/vc/vc-svn.el                     |    4 -
 lisp/winner.el                        |    3 +-
 lwlib/lwlib-widget.h                  |    4 +-
 m4/gnulib-common.m4                   |   43 +-
 m4/gnulib-comp.m4                     |    5 +-
 make-dist                             |   24 +-
 nt/INSTALL                            |   20 +-
 src/ChangeLog.3                       |    2 +-
 src/Makefile.in                       |    2 +-
 src/alloc.c                           |   64 +-
 src/atimer.c                          |    1 -
 src/bidi.c                            |   18 +-
 src/buffer.c                          |    7 +-
 src/buffer.h                          |    8 +
 src/callint.c                         |    2 -
 src/callproc.c                        |    7 +-
 src/casetab.c                         |    1 -
 src/category.c                        |    2 -
 src/category.h                        |    6 +
 src/ccl.h                             |    2 -
 src/character.c                       |    1 -
 src/character.h                       |    1 +
 src/charset.c                         |    1 -
 src/charset.h                         |    1 +
 src/chartab.c                         |    1 -
 src/cm.c                              |    2 -
 src/cm.h                              |    5 +
 src/cmds.c                            |   25 +-
 src/coding.c                          |    5 +-
 src/coding.h                          |    2 +
 src/commands.h                        |    6 +
 src/composite.c                       |    3 +-
 src/conf_post.h                       |    5 +
 src/data.c                            |   21 +-
 src/dbusbind.c                        |    1 -
 src/decompress.c                      |    1 -
 src/dired.c                           |   16 +-
 src/dispnew.c                         |    7 +-
 src/disptab.h                         |    7 +
 src/doc.c                             |    2 +-
 src/editfns.c                         |    2 +-
 src/emacs.c                           |    5 +-
 src/emacsgtkfixed.h                   |    2 +
 src/fileio.c                          |   36 +-
 src/filelock.c                        |    2 -
 src/fns.c                             |   13 +-
 src/font.c                            |    8 +-
 src/font.h                            |    5 +-
 src/fontset.c                         |    6 -
 src/fontset.h                         |    4 +
 src/frame.c                           |  234 +++--
 src/frame.h                           |   15 +-
 src/fringe.c                          |    1 -
 src/ftcrfont.c                        |    5 -
 src/ftfont.c                          |   72 +-
 src/ftxfont.c                         |    4 -
 src/gfilenotify.c                     |    2 -
 src/gnutls.h                          |    2 +
 src/gtkutil.c                         |   52 +-
 src/gtkutil.h                         |    1 -
 src/image.c                           |   63 +-
 src/indent.c                          |    8 +-
 src/indent.h                          |    7 +
 src/inotify.c                         |    2 -
 src/insdel.c                          |    2 +-
 src/intervals.c                       |   11 +-
 src/intervals.h                       |    7 +-
 src/keyboard.c                        |    4 +-
 src/keyboard.h                        |    6 +-
 src/keymap.c                          |   12 +-
 src/keymap.h                          |    2 +
 src/lisp.h                            |    6 -
 src/lread.c                           |    3 +-
 src/macfont.m                         |  171 +++--
 src/macros.c                          |    3 -
 src/macros.h                          |    6 +
 src/menu.c                            |    3 +-
 src/menu.h                            |    1 -
 src/minibuf.c                         |   12 +-
 src/nsfns.m                           |   26 +-
 src/nsterm.m                          |   16 +-
 src/print.c                           |    9 +-
 src/process.c                         |   22 +-
 src/process.h                         |    5 +
 src/puresize.h                        |   34 +-
 src/regex.h                           |    1 +
 src/region-cache.c                    |    1 -
 src/region-cache.h                    |    5 +
 src/scroll.c                          |    2 -
 src/search.c                          |    2 -
 src/sheap.c                           |   11 +-
 src/sound.c                           |    1 -
 src/syntax.c                          |    4 +-
 src/syntax.h                          |    8 +
 src/sysdep.c                          |    4 +-
 src/sysselect.h                       |    2 +
 src/syssignal.h                       |    5 +
 src/sysstdio.h                        |    5 +
 src/systime.h                         |    4 +-
 src/systty.h                          |    7 +
 src/term.c                            |    6 -
 src/termchar.h                        |    6 +
 src/termhooks.h                       |    3 +
 src/terminal.c                        |    3 +-
 src/termopts.h                        |    4 +
 src/textprop.c                        |    1 -
 src/tparam.h                          |    4 +
 src/undo.c                            |    3 -
 src/unexcw.c                          |    2 +-
 src/unexec.h                          |    3 +
 src/unexsol.c                         |    2 -
 src/w32.c                             |   10 +-
 src/w32console.c                      |   19 +-
 src/w32fns.c                          |  215 ++----
 src/w32font.c                         |   21 +-
 src/w32heap.c                         |    2 +-
 src/w32inevt.c                        |    6 +-
 src/w32menu.c                         |   17 +-
 src/w32proc.c                         |   20 +-
 src/w32reg.c                          |    6 +-
 src/w32select.c                       |    8 +-
 src/w32term.c                         |   47 +-
 src/w32uniscribe.c                    |    5 -
 src/w32xfns.c                         |    8 +-
 src/widget.c                          |  208 +----
 src/widget.h                          |    2 +
 src/widgetprv.h                       |    1 -
 src/window.c                          |   25 +-
 src/xdisp.c                           |  107 ++-
 src/xfaces.c                          |   41 +-
 src/xfns.c                            |  345 ++++---
 src/xfont.c                           |    3 -
 src/xftfont.c                         |    6 +-
 src/xgselect.c                        |    3 +-
 src/xgselect.h                        |    3 +-
 src/xmenu.c                           |   42 +-
 src/xml.c                             |    1 -
 src/xrdb.c                            |    5 -
 src/xselect.c                         |   10 +-
 src/xsettings.h                       |    4 +
 src/xsmfns.c                          |    2 -
 src/xterm.c                           |  302 +++++--
 src/xterm.h                           |   47 +
 test/automated/auth-source-tests.el   |  178 ++++
 test/automated/cmds-tests.el          |   34 +
 test/automated/coding-tests.el        |   50 +
 test/automated/file-notify-tests.el   |   21 +-
 test/automated/json-tests.el          |   13 +-
 test/automated/package-test.el        |    6 +
 test/automated/seq-tests.el           |    9 +
 test/automated/tabulated-list-test.el |  118 +++
 test/etags/make-src/Makefile          |    8 +-
 test/indent/js.js                     |    7 +
 test/indent/octave.m                  |   22 +
 test/indent/prolog.prolog             |   52 +-
 296 files changed, 7162 insertions(+), 4354 deletions(-)
 create mode 100644 etc/HISTORY
 create mode 100644 test/automated/auth-source-tests.el
 create mode 100644 test/automated/cmds-tests.el
 create mode 100644 test/automated/coding-tests.el
 create mode 100644 test/automated/tabulated-list-test.el



reply via email to

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