]> code.delx.au - gnu-emacs/commitdiff
Merge from origin/emacs-24
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 18 Mar 2015 18:45:36 +0000 (11:45 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 18 Mar 2015 18:45:36 +0000 (11:45 -0700)
1a941d6 Fix incorrect usage of @key in the User Manual  (Bug#20135)
14c47d3 doc/misc/efaq-w32.texi: Spell-check.
ac85901 doc/misc/efaq-w32.texi: Remove outdated information and update.
c43762d Fix description of fullscreen mode on MS-Windows (Bug#20110).
ea8cab3 doc/lispref/minibuf.texi (Basic Completion): Fix a typo.  (Bug#20108)
2fdec80 Improve indexing in Emacs manual  (Bug#20105)
cc11321 Fix --no-bitmap-icon

Conflicts:
doc/emacs/ChangeLog
doc/lispref/ChangeLog
doc/misc/ChangeLog
src/ChangeLog

13 files changed:
1  2 
doc/emacs/ChangeLog
doc/emacs/display.texi
doc/emacs/misc.texi
doc/emacs/msdos-xtra.texi
doc/emacs/msdos.texi
doc/emacs/programs.texi
doc/lispref/ChangeLog
doc/lispref/minibuf.texi
doc/misc/ChangeLog
doc/misc/efaq-w32.texi
doc/misc/efaq.texi
src/ChangeLog
src/frame.h

index 13536406158d7929d8069fefdf7b0deae3d27101,aba1e92bbfa54414ebf402f887a2a0a1887a313f..644281c76b77ca2ecd0ee07b0f504ec7d8dfba65
@@@ -1,4 -1,24 +1,24 @@@
 -2015-03-14  Eli Zaretskii  <eliz@gnu.org>
+ 2015-03-18  Eli Zaretskii  <eliz@gnu.org>
+       * misc.texi (Term Mode):
+       * programs.texi (Basic Indent, Custom C Indent):
+       * mini.texi (Minibuffer History):
+       * text.texi (Org Mode):
+       * display.texi (View Mode): Use @kbd where @key was mistakenly
+       used.  (Bug#20135)
 -2015-01-31  Eli Zaretskii  <eliz@gnu.org>
++2015-03-18  Eli Zaretskii  <eliz@gnu.org>
+       * basic.texi (Moving Point): Improve indexing for HOME and END.
+       * cmdargs.texi (General Variables): Improve indexing for
+       environment variables.
+       * msdog.texi (Windows HOME):
+       * msdog-xtra.texi (MS-DOS File Names): Remove markup from HOME in
+       the index entries.  (Bug#20105)
 +2015-02-26  Eli Zaretskii  <eliz@gnu.org>
  
        * msdog.texi (Windows Files): Document characters invalid in
        Windows file names.  (Bug#19463)
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
index 260656c6cf76fff62e8bbd1b4f4c71d26ae391b1,319386d9f6c76c05b20df924dce394f7b7d63554..3644d40fabf69162e8503be9204d94ef7b8acafd
@@@ -1,9 -1,8 +1,13 @@@
 -2015-03-14  Eli Zaretskii  <eliz@gnu.org>
++2015-03-18  Eli Zaretskii  <eliz@gnu.org>
+       * minibuf.texi (Basic Completion): Fix a typo.  (Bug#20108)
 -2015-02-07  Eli Zaretskii  <eliz@gnu.org>
 +2015-03-09  Nicolas Petton <nicolas@petton.fr>
 +
 +      * sequences.texi (seq-into): Add documentation for the new
 +      seq-into function.
 +
 +2015-03-03  Eli Zaretskii  <eliz@gnu.org>
  
        * processes.texi (Synchronous Processes): Update documentation of
        call-process-shell-command and process-file-shell-command.
Simple merge
index fc85bd97f738786c4444dbfb7e3071fbc1682406,8bb094778a2a80bce697c0d5dfcdad0d10854975..62f565191dcb2481e08d6217fcb8ea8b379dff9d
 -2015-03-16  Eli Zaretskii  <eliz@gnu.org>
++2015-03-18  Eli Zaretskii  <eliz@gnu.org>
+       * efaq-w32.texi: Remove outdated information and update.
 -2015-03-15  Martin Rudalics  <rudalics@gmx.at>
++2015-03-18  Martin Rudalics  <rudalics@gmx.at>
+       * efaq.texi (Fullscreen mode on MS-Windows): Fix description (Bug#20110).
 -2015-02-04  Kelvin White  <kwhite@gnu.org>
 +2015-03-04  Michael Albinus  <michael.albinus@gmx.de>
 +
 +      * tramp.texi (External methods) <adb>: Explain, when Tramp
 +      connects to devices.  Mention port numbers.
 +      (GVFS based methods, File name completion): Add index.
 +      (Multi-hops, Remote Programs, File name completion, Ad-hoc multi-hops):
 +      Improve wording.
 +
 +      * trampver.texi: Update release number.
 +
 +2015-03-03  Kelvin White  <kwhite@gnu.org>
  
        * erc.texi (Advanced Usage, Options): Add descriptions and examples
        for erc-format-nick-function and erc-rename-buffers options.
-       (Connecting): fix typo
+       (Connecting): Fix typo
  
 -2014-12-29  Michael Albinus  <michael.albinus@gmx.de>
 +2015-03-02  Daniel Colascione  <dancol@dancol.org>
  
 -      Sync with Tramp 2.2.11.
 +      * cl.texi (Iteration Clauses): Mention iterator support.
 +
 +2015-02-25  Tassilo Horn  <tsdh@gnu.org>
 +
 +      * reftex.texi (Multifile Documents): Document
 +      reftex-include-file-commands.
 +      (Options): Mention that non-customize changes might require
 +      calling reftex-compile-variables.
 +
 +2015-02-21  Paul Eggert  <eggert@cs.ucla.edu>
 +
 +      * texinfo.tex: Update from gnulib.
 +
 +2015-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
 +
 +      * eww.texi (Basics): Mention eww-toggle-fonts.
 +
 +2015-02-05  Glenn Morris  <rgm@gnu.org>
 +
 +      * auth.texi (Multiple GMail accounts with Gnus): Markup fix.
 +
 +2015-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
 +
 +      * auth.texi (Multiple GMail accounts with Gnus): Add FAQ.
 +
 +2015-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
 +
 +      * gnus.texi (Using IMAP): Fix menu node name.
 +
 +2015-02-05  Trevor Murphy  <trevor.m.murphy@gmail.com>
 +
 +      * gnus.texi (Support for IMAP Extensions): Document the Gmail label
 +      extension.
 +
 +2015-02-04  Paul Eggert  <eggert@cs.ucla.edu>
 +
 +      * texinfo.tex: Update from gnulib.
  
 +2015-01-23  Thomas Fitzsimmons  <fitzsim@fitzsim.org>
 +
 +      * eudc.texi (LDAP Configuration): Rename from LDAP Requirements
 +      and provide configuration examples.
 +
 +2015-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
 +
 +      * eieio.texi (Slot Options): Document :protection as unsupported.
 +
 +2015-01-01  Michael Albinus  <michael.albinus@gmx.de>
 +
 +      Sync with Tramp 2.2.11.
        * trampver.texi: Update release number.
  
 -2014-11-10  Tassilo Horn  <tsdh@gnu.org>
 +2014-12-31  Paul Eggert  <eggert@cs.ucla.edu>
  
 -      * gnus.texi (HTML): Update section so that it mentions shr and w3m.
 -      Also link the full EWW manual that explains more on shr, too.
 +      Less 'make' chatter for Emacs doc
 +      * Makefile.in (AM_DEFAULT_VERBOSITY, AM_V_GEN, am__v_GEN_)
 +      (am__v_GEN_0, am__v_GEN_1): New macros, from ../../src/Makefile.in.
 +      (ENVADD, $(buildinfodir)/%.info, %.html, ${buildinfodir}/ccmode.info)
 +      (${buildinfodir}/efaq%.info, efaq%.html):
 +      Use them.
  
 -      * gnus-faq.texi (FAQ 4 - Reading messages, FAQ 4-16): Add Q&A on how to
 -      increase contrast when displaying HTML mail with shr.
 +2014-12-31  Filipp Gunbin  <fgunbin@fastmail.fm>
 +
 +      * info.texi (Create Info buffer): Mention info-display-manual prefix.
 +
 +2014-12-29  Paul Eggert  <eggert@cs.ucla.edu>
 +
 +      * efaq.texi (Displaying the current file name in the titlebar):
 +      Prefer (system-name) to system-name.
 +      * smtpmail.texi (Server workarounds): Fix grammar.
 +
 +2014-12-18  Eric Abrahamsen  <eric@ericabrahamsen.net>
 +
 +      * gnus.texi (Gnus Registry Setup): Explain pruning changes.
 +      Mention gnus-registry-prune-factor. Explain sorting changes and
 +      gnus-registry-default-sort-function. Correct file extension.
 +
 +2014-12-17  Jay Belanger  <jay.p.belanger@gmail.com>
 +
 +      * calc.texi (About This Manual): Update instructions
 +      for building the manual.
 +
 +2014-12-15  Alan Mackenzie  <acm@muc.de>
 +
 +      "Advice" is a mass noun.  Amend text accordingly.
 +      * cl.texi (Obsolete Macros): Replace "an advice" with "advice".
 +
 +2014-12-12  Paul Eggert  <eggert@cs.ucla.edu>
 +
 +      * texinfo.tex: Update from gnulib.
 +
 +2014-12-08  Andrey Kotlarski  <m00naticus@gmail.com>
 +
 +      * eww.texi (Basics): Document managing multiple eww buffers.
 +
 +2014-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 +
 +      * eww.texi (Basics): Document eww PDF viewing.
 +
 +2014-11-23  Ivan Shmakov  <ivan@siamics.net>
 +
 +      * eww.texi (Advanced): Mention the Desktop stuff (bug#18010).
 +
 +2014-11-23  Michael Albinus  <michael.albinus@gmx.de>
 +
 +      * tramp.texi (Remote processes): Let-bind environment variables to
 +      `process-environment' when running `process-file' or
 +      `start-file-process'.
 +
 +2014-11-19  Ivan Shmakov  <ivan@siamics.net>
 +
 +      * eww.texi (Basics): Document `eww-history-limit'.
 +
 +2014-11-14  Paul Eggert  <eggert@cs.ucla.edu>
 +
 +      * org.texi (The date/time prompt, Matching tags and properties):
 +      Use leading zero with 24-hour times less than 10:00.
 +
 +2014-11-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 +
 +      * eww.texi (Variable Index): Mention `eww-after-render-hook'.
 +
 +2014-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 +
 +      * eww.texi (Basics): Document `eww-readable'.
 +
 +2014-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
 +
 +      * gnus.texi (Top): Add missing `HTML' menu.
 +      (HTML): Fix xref to FAQ 4-16.
  
  2014-11-09  Glenn Morris  <rgm@gnu.org>
  
Simple merge
Simple merge
diff --cc src/ChangeLog
index 1b1a9c59033a07af3a8cfdda52088e72aa89c3f6,90908fcf759bb0e4fe8a855425d39c04c9b61ac7..bdec3c9cde14a6fb88831afed693b153a1f74efb
@@@ -1,74 -1,9 +1,79 @@@
 -2015-03-12  Glenn Morris  <rgm@gnu.org>
++2015-03-18  Glenn Morris  <rgm@gnu.org>
+       * frame.h (x_set_bitmap_icon): Don't set the icon if icon-type is
+       nil/not present in the parameter alist.  (Bug#19680)
 -2015-02-28  Eli Zaretskii  <eliz@gnu.org>
 +2015-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
 +
 +      * alloc.c (purecopy): Handle hash-tables.
 +
 +2015-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
 +
 +      * minibuf.c (Fread_buffer): Add `predicate' argument.
 +      * callint.c (Fcall_interactively): Adjust calls accordingly.
 +
 +2015-03-15  Eli Zaretskii  <eliz@gnu.org>
 +
 +      * xdisp.c (handle_invisible_prop): Fix up it->position even when
 +      we are going to load overlays at the beginning of the invisible text.
 +      (setup_for_ellipsis): Reset the ignore_overlay_strings_at_pos_p
 +      flag also here.
 +      (next_overlay_string): Set the overlay_strings_at_end_processed_p
 +      flag only if the overlays just processed were actually loaded at EOB.
 +
 +2015-03-14  Daniel Colascione  <dancol@dancol.org>
 +
 +      * emacs.c (standard_args): Add --no-x-resources.
 +      (usage_message): Document that -Q implies --no-x-resources.
 +
 +2015-03-13  Paul Eggert  <eggert@cs.ucla.edu>
 +
 +      * frame.c (x_get_resource_string) [!USE_GTK]: Don't define.
 +
 +      * editfns.c, systime.h (mktime_z) [!HAVE_TZALLOC]: Now static.
 +
 +2015-03-12  Eli Zaretskii  <eliz@gnu.org>
 +
 +      * w32font.c (font_supported_scripts): Add subranges for Latin
 +      Supplement, Latin Extended-A/B, Vai, Supplemental Punctuation, Tai
 +      Le, Buginese, Yijing Hexagrams, Ancient Greek Numbers, Tai Xuan
 +      Jing, Counting Rods, Sundanese, Lepcha, Ol Chiki, Saurashtra,
 +      Kayah Li, Rejang, Ancient Symbols, Phistos Disc, Carian, Lycian,
 +      Lydian, Dominoe Tiles, and Mahjong Tiles.  Break the Mathematical
 +      Alphanumeric Symbols into several "scripts" like fontset.el does.
 +      (Bug#19993)
 +      (syms_of_w32font): DEFSYM all the new script symbols.
 +
 +2015-03-07  Eli Zaretskii  <eliz@gnu.org>
 +
 +      * w32fns.c <ImmReleaseContext_Proc, ImmSetCompositionWindow_Proc>:
 +      Fix typedefs to be consistent with the corresponding w32 API
 +      signatures.
 +      (w32_wnd_proc) <WM_IME_STARTCOMPOSITION>: Don't invoke
 +      DefWindowProc if we successfully handled the message, as doing so
 +      causes problems in displaying selection dialogs.  (Bug#11732)
 +
 +2015-03-05  Paul Eggert  <eggert@cs.ucla.edu>
 +
 +      Work around x86 glibc backtrace bug
 +      * sysdep.c (emacs_backtrace): Don't dump core on x86.
 +      Fixes: bug#19959
 +
 +2015-03-05  Eli Zaretskii  <eliz@gnu.org>
 +
 +      * keyboard.c (make_lispy_position): When the click is on the
 +      right-side vertical scroll bar, pass the rightmost X coordinate to
 +      buffer_posn_from_coords, so that the returned text position
 +      reflects the closest point to the click.  Fixes region extension
 +      when mouse moves outside the Emacs frame that has scroll bars on
 +      the right.
 +
 +2015-03-04  Martin Rudalics  <rudalics@gmx.at>
 +
 +      * frame.c (x_set_font): Try to keep frame height and width
 +      unchanged if tool bar size changes with new font.
 +
 +2015-03-03  Eli Zaretskii  <eliz@gnu.org>
  
        * search.c (find_newline): Avoid assertion violations in
        CHAR_TO_BYTE when a portion of the buffer was deleted and we look
diff --cc src/frame.h
Simple merge