aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2015-08-16 06:24:11 -0400
committerGlenn Morris2015-08-16 06:24:11 -0400
commit87c4e2a686ff8b166974ca21d46faf5e802fb1b6 (patch)
tree1ccd5350af03b7cceff54698c84b09aff08838c4
parentf7ee23e587b01f179284b5554c67d579a2def676 (diff)
downloademacs-87c4e2a686ff8b166974ca21d46faf5e802fb1b6.tar.gz
emacs-87c4e2a686ff8b166974ca21d46faf5e802fb1b6.zip
; Auto-commit of ChangeLog files.
-rw-r--r--ChangeLog.2154
1 files changed, 153 insertions, 1 deletions
diff --git a/ChangeLog.2 b/ChangeLog.2
index b4de90e228a..422dd0b8791 100644
--- a/ChangeLog.2
+++ b/ChangeLog.2
@@ -1,3 +1,155 @@
12015-08-15 Paul Eggert <eggert@cs.ucla.edu>
2
3 substitute-command-keys a few more doc strings
4 * lisp/allout.el (outlineify-sticky):
5 * lisp/files.el (hack-one-local-variable--obsolete):
6 * lisp/help-fns.el (help-fns--obsolete, describe-variable):
7 Use substitute-command-keys on some doc strings so that
8 they don't use hard-coded key bindings or quoting styles.
9
10 Fix quoting in Fformat calls
11 * src/image.c (xbm_read_bitmap_data, xbm_load_image, xbm_load)
12 (xpm_load, xpm_load_image, pbm_load, png_load_body)
13 (jpeg_load_body, tiff_load, gif_load, imagemagick_load_image)
14 (imagemagick_load, svg_load, svg_load_image, gs_load)
15 (x_kill_gs_process):
16 * src/lread.c (load_warn_old_style_backquotes):
17 * src/xfaces.c (load_pixmap):
18 * src/xselect.c (x_clipboard_manager_error_1):
19 Quote diagnostics according to user preference when calling
20 Fformat or its derivatives.
21
222015-08-15 Glenn Morris <rgm@gnu.org>
23
24 * admin/admin.el (set-version, set-copyright): Remove deleted files.
25
262015-08-15 Stephen Leake <stephen_leake@stephe-leake.org>
27
28 Allow describe-function helpers to access buffer-local values.
29 This will be used by cedet/mode-local.el `describe-mode-local-override'
30 on `help-fns-describe-function-functions' in upstream CEDET.
31 * lisp/help-fns.el (describe-function-orig-buffer): New, let-bound in
32 `describe-function'.
33 (describe-function): Bind it, save it on the help xref stack.
34
35 Handle pulse-background being nil
36 * lisp/cedet/pulse.el (pulse-lighten-highlight): Inherit
37 pulse-background, handle it being nil.
38
392015-08-15 Paul Eggert <eggert@cs.ucla.edu>
40
41 Fix "\`" confusion in Lisp strings
42 * admin/authors.el (authors-canonical-author-name):
43 Fix typo by using "\\`" not "\`" in string RE.
44 * lisp/obsolete/complete.el (PC-complete-as-file-name):
45 * lisp/obsolete/vi.el (vi-backward-blank-delimited-word):
46 * lisp/progmodes/verilog-mode.el (verilog-mode-map):
47 Use plain "`", not the equivalent-but-confusing "\`", in strings.
48 * lisp/textmodes/texinfmt.el: Fix comment likewise.
49
502015-08-15 Dani Moncayo <dmoncayo@gmail.com>
51
52 Remove 'nt/zipdist.bat' (no longer used)
53 * nt/zipdist.bat: Remove - no longer used.
54
552015-08-15 Michael Albinus <michael.albinus@gmx.de>
56
57 * lisp/net/tramp-sh.el (tramp-remote-selinux-p): Use "selinuxenabled"
58 rather than "getenforce".
59 (tramp-sh-handle-set-file-selinux-context): Do not
60 cache SELinux context if not all context components are given.
61
622015-08-15 Eli Zaretskii <eliz@gnu.org>
63
64 Add doc strings to 2 help-mode.el functions
65 * lisp/help-mode.el (help-mode-setup, help-mode-finish): Add doc
66 strings. (Bug#21263)
67
68 Remove files used by the old MS-Windows specific build procedure
69 * nt/configure.bat: Remove everything except the blurb about the
70 new build procedure.
71 * make-dist: Remove references to makefile.w32-in in various
72 directories, and to files in nt/ that were deleted.
73 * etc/NEWS: Mention the fact that the files were dropped.
74
752015-08-15 Paul Eggert <eggert@cs.ucla.edu>
76
77 * doc/emacs/mule.texi (Charsets): Give fuller title for ISO-IR.
78 (Bug#21248)
79
802015-08-14 Paul Eggert <eggert@cs.ucla.edu>
81
82 Default to inotify instead of gfile
83 * configure.ac (with_file_notification): Fix typo that
84 prevented suppression of file notification if HAVE_NS.
85 (NOTIFY_OBJ): Prefer inotify to gfile if both exist and
86 with_file_notification is 'yes' (Bug#21241).
87 * etc/NEWS: Mention this.
88
89 Fix broken URLs for ISO-IR
90 * doc/emacs/mule.texi (Charsets):
91 * lisp/international/mule-conf.el:
92 Fix broken URL (Bug#21248).
93
94 Low-level diagnostics now use ‘text-quoting-style’
95 * src/doprnt.c (doprnt):
96 Format ` and ' as per ‘text-quoting-style’.
97 * src/xdisp.c (vmessage, message): Mention that the format should
98 not contain ` or '.
99
100 Prefer ‘format’ to ‘substitute-command-keys’
101 * src/character.h (uLSQM, uRSQM): Move here ...
102 * src/doc.c (uLSQM, uRSQM): ... from here.
103 * src/doc.c (Fsubstitute_command_keys):
104 * src/syntax.c (Finternal_describe_syntax_value):
105 * lisp/cedet/mode-local.el (mode-local-print-binding)
106 (mode-local-describe-bindings-2):
107 * lisp/cedet/srecode/srt-mode.el (srecode-macro-help):
108 * lisp/cus-theme.el (describe-theme-1):
109 * lisp/descr-text.el (describe-text-properties-1, describe-char):
110 * lisp/emacs-lisp/cl-extra.el (cl--describe-class):
111 * lisp/emacs-lisp/cl-generic.el (cl--generic-describe):
112 * lisp/emacs-lisp/eieio-opt.el (eieio-help-constructor):
113 * lisp/emacs-lisp/package.el (describe-package-1):
114 * lisp/faces.el (describe-face):
115 * lisp/help-fns.el (help-fns--key-bindings)
116 (help-fns--compiler-macro, help-fns--parent-mode)
117 (help-fns--obsolete, help-fns--interactive-only)
118 (describe-function-1, describe-variable):
119 * lisp/help.el (describe-mode):
120 Prefer ‘format’ to ‘substitute-command-keys’ when either will do
121 to implement quoting style. This generally makes the code simpler.
122
123 Extend ‘format’ to translate curved quotes
124 This is a followup to the recent doc string change, and deals with
125 diagnostics and the like. This patch is more conservative than
126 the doc string change, in that the behavior of ‘format’ changes
127 only if its first arg contains curved quotes and the user prefers
128 straight or grave quotes. (Come to think of it, perhaps we should
129 be similarly conservative with doc strings too, but that can wait.)
130 The upside of this conservatism is that existing usage is almost
131 surely unaffected. The downside is that we'll eventually have to
132 change Emacs's format strings to use curved quotes in places where
133 the user might want curved quotes, but that's a simple and
134 mechanical translation that I'm willing to do later. (Bug#21222)
135 * doc/lispref/help.texi (Keys in Documentation):
136 Move description of text-quoting-style from here ...
137 * doc/lispref/strings.texi (Formatting Strings):
138 ... to here, and describe new behavior of ‘format’.
139 * etc/NEWS: Describe new behavior.
140 * lisp/calc/calc-help.el (calc-describe-thing):
141 * lisp/emacs-lisp/derived.el (derived-mode-make-docstring):
142 * lisp/info.el (Info-find-index-name):
143 Use ‘concat’ rather than ‘format’ to avoid misinterpretation
144 of recently-added curved quotes.
145 * src/doc.c (uLSQM0, uLSQM1, uLSQM2, uRSQM0, uRSQM1, uRSQM2):
146 Move from here ...
147 * src/lisp.h: ... to here.
148 * src/doc.c (text_quoting_style): New function.
149 (Fsubstitute_command_keys): Use it.
150 * src/editfns.c (Fformat): Implement new behavior.
151 * src/lisp.h (enum text_quoting_style): New enum.
152
12015-08-14 Stefan Monnier <monnier@iro.umontreal.ca> 1532015-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
2 154
3 * src/keyboard.c: Use false/true instead of 0/1 for booleans 155 * src/keyboard.c: Use false/true instead of 0/1 for booleans
@@ -9279,7 +9431,7 @@
9279 9431
9280This file records repository revisions from 9432This file records repository revisions from
9281commit 9d56a21e6a696ad19ac65c4b405aeca44785884a (exclusive) to 9433commit 9d56a21e6a696ad19ac65c4b405aeca44785884a (exclusive) to
9282commit e1e33f201698229ae30a29c7008c3f6a3635d71f (inclusive). 9434commit f7ee23e587b01f179284b5554c67d579a2def676 (inclusive).
9283See ChangeLog.1 for earlier changes. 9435See ChangeLog.1 for earlier changes.
9284 9436
9285;; Local Variables: 9437;; Local Variables: