aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog.trunk
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog.trunk')
-rw-r--r--lisp/ChangeLog.trunk420
1 files changed, 413 insertions, 7 deletions
diff --git a/lisp/ChangeLog.trunk b/lisp/ChangeLog.trunk
index e4d402afa76..d087982edee 100644
--- a/lisp/ChangeLog.trunk
+++ b/lisp/ChangeLog.trunk
@@ -1,3 +1,410 @@
12011-03-21 Glenn Morris <rgm@gnu.org>
2
3 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
4 Doc fixes.
5
62011-03-21 Chong Yidong <cyd@stupidchicken.com>
7
8 * cus-theme.el: Add missing provide statement.
9 (customize-create-theme): Extract theme value correctly.
10 (custom-theme-visit-theme): Autoload.
11 (customize-create-theme): Prompt before inserting default faces.
12
132011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
14
15 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
16 units and musical notes.
17
182011-03-20 Leo <sdl.web@gmail.com>
19
20 * ido.el (ido-read-internal): Use completing-read-default.
21 (ido-completing-read): Fix compatibility with completing-read.
22
232011-03-20 Christian Ohler <ohler@gnu.org>
24
25 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
26 (ert-delete-all-tests): Use `called-interactively-p' rather than
27 `interactive-p'.
28 (ert--make-xrefs-region): Respect END.
29
302011-03-19 Chong Yidong <cyd@stupidchicken.com>
31
32 * dired-aux.el (dired-create-directory): Signal an error if the
33 directory already exists (Bug#8246).
34
35 * facemenu.el (list-colors-display): Call list-faces-display
36 inside with-help-window.
37 (list-colors-print): Use display property to align the final
38 column, instead of checking window-width.
39
402011-03-19 Eli Zaretskii <eliz@gnu.org>
41
42 * emerge.el (emerge-metachars): Separate value for ms-dos and
43 windows-nt systems.
44 (emerge-protect-metachars): Quote correctly for ms-dos and
45 windows-nt systems.
46
472011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
48
49 * info.el (info-initialize): Replace all uses of `:' with
50 path-separator for compatibility with non-Unix systems.
51 Cache quoting of path-separator. (Bug#8258)
52
532011-03-19 Juanma Barranquero <lekktu@gmail.com>
54
55 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
56 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
57 (mouse-avoidance-mode): Fix typos in docstrings.
58
592011-03-19 Chong Yidong <cyd@stupidchicken.com>
60
61 * startup.el (package-subdirectory-regexp): Move from package.el.
62 Omit \\` and \\', and let callers add them.
63
64 * emacs-lisp/package.el (package-strip-version)
65 (package-load-all-descriptors): Add \\` and \\' to
66 package-subdirectory-regexp before using it.
67 (package-untar-buffer): New arg DIR; ensure that file untars only
68 into this expected directory. Remove superfluous delete-region.
69 (package-unpack): Caller changed.
70 (package-tar-file-info): Use package-subdirectory-regexp.
71
722011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
73
74 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
75 diff-mode-shared-map (bug#8284).
76 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
77
782011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
79
80 * calendar/time-date.el (format-seconds): Use assoc instead of
81 assoc-string, since assoc-string doesn't exist in XEmacs.
82
832011-03-17 Juanma Barranquero <lekktu@gmail.com>
84
85 * custom.el (custom-known-themes): Reflow docstring.
86 (custom-theme-load-path): Fix typo in docstring.
87 (load-theme): Fix typo in error message.
88 (custom-available-themes, custom-variable-theme-value):
89 Use `let', not `let*'.
90
912011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
92
93 * calc/README: Mention inclusion of musical notes.
94
95 * calc/calc-units.el (calc-lu-quant): Rename from
96 `calc-logunits-quantity'.
97 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
98 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
99 (calc-db): Rename from `calc-dblevel'.
100 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
101 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
102 (calc-np): Rename from `calc-nplevel'.
103 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
104 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
105 (calc-lu-plus): Rename from `calc-logunits-add'.
106 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
107 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
108 (calc-lu-minus): Rename from `calc-logunits-sub'.
109 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
110 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
111 (calc-lu-times): Rename from `calc-logunits-mul'.
112 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
113 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
114 (calc-lu-divide): Rename from `calc-logunits-div'.
115 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
116 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
117
118 * calc/calc-ext.el (calc-init-extensions): Update the names of the
119 functions being autoloaded.
120
121 * calc/calc.el (calc-lu-power-reference): Rename from
122 `calc-logunits-power-reference'.
123 (calc-lu-field-reference): Rename from
124 `calc-logunits-field-reference'.
125
126 * calc/calc-help (calc-l-prefix-help): Mention musical note functions.
127
1282011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
129
130 * minibuffer.el (completion-all-sorted-completions):
131 Use :completion-cycle-penalty text property if present.
132
1332011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
134
135 * allout.el (allout-yank-processing): Adjust for new rebulleting
136 regime so bullet being yanked is used without prompting the user
137 for a choice.
138
1392011-03-16 Juanma Barranquero <lekktu@gmail.com>
140
141 * startup.el (command-line): Warn the user that _emacs is deprecated.
142
1432011-03-16 Juanma Barranquero <lekktu@gmail.com>
144
145 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
146 (delphi-verbose, delphi-comment-face, delphi-string-face)
147 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
148 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
149 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
150 (delphi-new-comment-line, delphi-font-lock-defaults)
151 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
152 Fix typos in docstrings.
153
1542011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
155
156 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
157 Invert the roles of character and string values for INSTEAD, so a
158 string is used for the more common case of a defaulting prompt.
159
1602011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
161
162 * progmodes/ruby-mode.el (ruby-backward-sexp):
163 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
164 * play/gamegrid.el (gamegrid-make-face):
165 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
166 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
167 * notifications.el (notifications-notify):
168 * net/xesam.el (xesam-search-engines):
169 * net/quickurl.el (quickurl-list-insert):
170 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
171
1722011-03-15 Chong Yidong <cyd@stupidchicken.com>
173
174 * startup.el (command-line): Update package subdirectory regexp.
175
1762011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
177
178 * allout.el (allout-abbreviate-flattened-numbering)
179 (allout-mode-deactivate-hook): Fix up obsolescence "date".
180
181 * subr.el (read-char-choice): Only show the cursor after the prompt,
182 not after the answer.
183
1842011-03-15 Kevin Ryde <user42@zip.com.au>
185
186 * help-fns.el (variable-at-point): Skip leading quotes, if any
187 (bug#8253).
188
1892011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
190
191 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
192 warning message.
193
1942011-03-14 Michael Albinus <michael.albinus@gmx.de>
195
196 * shell.el (shell): When called interactively, offer to change the
197 shell file name on remote hosts.
198
1992011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
200
201 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
202 integration for LDAP parameters. The host, base, user or binddn,
203 and secret tokens can be specified in a netrc file, for instance.
204 This is optional because an `auth-source' parameter must be
205 specified in the search attributes.
206
2072011-03-13 Juanma Barranquero <lekktu@gmail.com>
208
209 * help.el (describe-mode): Link to the mode's definition (bug#8185).
210
2112011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
212
213 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
214 into declaration. Remove redundant and harmful binding.
215
2162011-03-12 Eli Zaretskii <eliz@gnu.org>
217
218 * files.el (file-ownership-preserved-p): Pass `integer' as an
219 explicit 2nd argument to `file-attributes'. If the file's owner
220 is the Administrators group on Windows, and the current user is
221 Administrator, consider that a match.
222
223 * server.el (server-ensure-safe-dir): Consider server directory
224 safe on MS-Windows if its owner is the Administrators group while
225 the current Emacs user is Administrator. Use `=' to compare
226 numerical UIDs, since they could be integers or floats.
227
2282011-03-12 Juanma Barranquero <lekktu@gmail.com>
229
230 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
231
2322011-03-12 Michael Albinus <michael.albinus@gmx.de>
233
234 Sync with Tramp 2.2.1.
235
236 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
237
238 * net/trampver.el: Update release number.
239
2402011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
241
242 * progmodes/compile.el (compilation--previous-directory): Fix up
243 various nil/dead-marker mismatches (bug#8014).
244 (compilation-directory-properties, compilation-error-properties):
245 Don't call it at a position past the one we're about to change.
246
247 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
248 Disable obsolescence warnings in the file that declares it.
249
2502011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
251
252 * allout-widgets.el (allout-widgets-tally): Initialize
253 allout-widgets-tally as a hash table rather than nil to prevent
254 mode-line redisplay warnings.
255 Also, clarify the module description and fix a comment typo.
256
2572011-03-11 Juanma Barranquero <lekktu@gmail.com>
258
259 * help-fns.el (describe-variable): Don't complete keywords.
260 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
261
2622011-03-10 Chong Yidong <cyd@stupidchicken.com>
263
264 * emacs-lisp/package.el (package-version-join): Impose a standard
265 string representation for pre/alpha/beta version lists.
266 (package-unpack-single): Standardize the directory name by passing
267 it through package-version-join.
268 (package-strip-rcs-id): Accept any version string that does not
269 signal an error in version-to-list.
270
2712011-03-10 Michael Albinus <michael.albinus@gmx.de>
272
273 * simple.el (delete-trailing-whitespace): Return nil for the
274 benefit of `write-file-functions'.
275
2762011-03-10 Glenn Morris <rgm@gnu.org>
277
278 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
279
280 * vc/vc-git.el (vc-git-program): New option.
281 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
282 (vc-git--call): Use it.
283
284 * eshell/esh-util.el (eshell-condition-case): Doc fix.
285
286 * cus-edit.el (Custom-newline): If no button at point, look
287 for a subgroup button at start-of-line. (Bug#2298)
288
289 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
290
2912011-03-10 Julien Danjou <julien@danjou.info>
292
293 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
294 `cursor-type' is nil.
295
2962011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
297
298 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
299
3002011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
301
302 * allout.el Summary: Change so yank of distinctive-bullet items
303 preserves the existing header prefix, rebulleting it if necessary,
304 rather than replacing it. This is necessary for proper operation
305 of cooperative addons like allout-widgets.
306 (allout-make-topic-prefix, allout-rebullet-heading): Change
307 SOLICIT arg to INSTEAD, and interpret additionally a string value
308 as alternate bullet to be used, instead of prompting the user for
309 a bullet character.
310
3112011-03-09 Michael Albinus <michael.albinus@gmx.de>
312
313 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band): Do
314 not use `tramp-file-name-port', because this returns also
315 `tramp-default-port'.
316
3172011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
318
319 * net/rcirc.el (rcirc-handler-001): Remove useless
320 with-rcirc-process-buffer.
321 (rcirc-check-auth-status): Swap arguments to string-match.
322
3232011-03-09 Glenn Morris <rgm@gnu.org>
324
325 * shell.el (shell-mode):
326 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
327
328 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
329 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
330
3312011-03-08 Chong Yidong <cyd@stupidchicken.com>
332
333 * emacs-lisp/package.el (package-refresh-contents)
334 (package-menu-execute): Use condition-case-no-debug.
335
3362011-03-08 Michael Albinus <michael.albinus@gmx.de>
337
338 * simple.el (shell-command-to-string): Use `process-file'.
339
340 * emacs-lisp/package.el (package-tar-file-info): Handle also
341 remote files.
342
343 * emacs-lisp/package-x.el (package-upload-buffer-internal): Use
344 `equal' for upload base check.
345
3462011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
347
348 * textmodes/texinfo.el (texinfo-environments):
349 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
350
3512011-03-08 Glenn Morris <rgm@gnu.org>
352
353 * cus-start.el (cursor-in-non-selected-windows):
354 Fix :set quoting oddness. (Bug#8192)
355
356 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
357 in some setf expressions. (Bug#2159)
358
3592011-03-08 Chong Yidong <cyd@stupidchicken.com>
360
361 * custom.el (custom-available-themes): Return themes in
362 alphabetical order.
363
3642011-03-07 Chong Yidong <cyd@stupidchicken.com>
365
366 * progmodes/cc-cmds.el (c-beginning-of-statement): Fix incorrect
367 application of patch from Alan Mackenzie (Bug#7595).
368
3692011-03-07 Deniz Dogan <deniz.a.m.dogan@gmail.com>
370
371 * net/rcirc.el (rcirc-connect): Fix PASS bug.
372
3732011-03-07 Glenn Morris <rgm@gnu.org>
374
375 * vc/vc.el (vc-next-action): Add missing space to y-or-n-p prompt.
376 Give an explicit error if failed to make writable. (Bug#6146)
377
3782011-03-07 Ed Reingold <reingold@emr.cs.iit.edu>
379
380 * calendar/cal-hebrew.el (diary-hebrew-yahrzeit):
381 Add optional `after-sunset' argument. (Bug#8190)
382
3832011-03-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
384
385 * play/morse.el (nato-alphabet, nato-region, denato-region):
386 New variable and functions. (Bug#2288)
387 (morse-region, unmorse-region): Barf if read-only.
388
3892011-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
390
391 * progmodes/gud.el (gdb-script-syntax-propertize-function):
392 Don't change the syntax of a \n that closes a comment (bug#8169).
393
3942011-03-06 Chong Yidong <cyd@stupidchicken.com>
395
396 * emacs-lisp/package-x.el (package-archive-upload-base): Make it a
397 defcustom.
398 (package--update-file): Doc fix. Accept relative file names.
399 (package--archive-contents-from-file): Remove the argument, since
400 it's necessarily always "archive-contents".
401 (package-maint-add-news-item): Pass relative file name args to
402 package--update-file.
403 (package-upload-buffer-internal): Prompt for a destination if
404 package-archive-upload-base is invalid. Create the directory if
405 it does not exist.
406 (package-upload-buffer, package-upload-file): Doc fix.
407
12011-03-06 Chong Yidong <cyd@stupidchicken.com> 4082011-03-06 Chong Yidong <cyd@stupidchicken.com>
2 409
3 * isearch.el (isearch-mode-map): Bind C-y to isearch-yank-kill, 410 * isearch.el (isearch-mode-map): Bind C-y to isearch-yank-kill,
@@ -11,8 +418,8 @@
11 418
122011-03-06 Jay Belanger <jay.p.belanger@gmail.com> 4192011-03-06 Jay Belanger <jay.p.belanger@gmail.com>
13 420
14 * calc/calc-ext.el (calc-init-extensions): Rename 421 * calc/calc-ext.el (calc-init-extensions):
15 calc-logunits-dblevel and calc-logunits-nplevel to calc-dblevel 422 Rename calc-logunits-dblevel and calc-logunits-nplevel to calc-dblevel
16 and calc-nplevel, respectively. Add keybindings for calc-spn, 423 and calc-nplevel, respectively. Add keybindings for calc-spn,
17 calc-midi and calc-freq. Add autoloads for calcFunc-spn, 424 calc-midi and calc-freq. Add autoloads for calcFunc-spn,
18 calcFunc-midi, calcFunc-freq, calc-spn, calc-midi and calc-freq. 425 calcFunc-midi, calcFunc-freq, calc-spn, calc-midi and calc-freq.
@@ -732,7 +1139,7 @@
7322011-02-17 Ken Manheimer <ken.manheimer@gmail.com> 11392011-02-17 Ken Manheimer <ken.manheimer@gmail.com>
733 1140
734 * lisp/allout-widgets.el (allout-widgets-icons-light-subdir) 1141 * lisp/allout-widgets.el (allout-widgets-icons-light-subdir)
735 (allout-widgets-icons-dark-subdir): Track relocations of icons 1142 (allout-widgets-icons-dark-subdir): Track relocations of icons.
736 * lisp/allout.el: Remove commentary about remove encryption 1143 * lisp/allout.el: Remove commentary about remove encryption
737 passphrase mnemonic support and verification. 1144 passphrase mnemonic support and verification.
738 (allout-encrypt-string): Recognize epg failure to decrypt gpg2 1145 (allout-encrypt-string): Recognize epg failure to decrypt gpg2
@@ -1109,10 +1516,9 @@
1109 1516
1110 (allout-auto-activation-helper, allout-setup): New autoloads 1517 (allout-auto-activation-helper, allout-setup): New autoloads
1111 implement new custom set procedure for allout-auto-activation. 1518 implement new custom set procedure for allout-auto-activation.
1112 Also, explicitly invoke 1519 Also, explicitly invoke (allout-setup) after allout-auto-activation
1113 (allout-setup) after allout-auto-activation is custom-defined, to 1520 is custom-defined, to affect the settings in emacs sessions besides
1114 effect the settings in emacs sessions besides the few where 1521 the few where allout-auto-activation customization is done.
1115 allout-auto-activation customization is donea.
1116 (allout-auto-activation): Use allout-auto-activation-helper to 1522 (allout-auto-activation): Use allout-auto-activation-helper to
1117 :set. Revise the docstring. 1523 :set. Revise the docstring.
1118 (allout-init): Reduce functionality to just customizing 1524 (allout-init): Reduce functionality to just customizing