Preserve arg names for advice of subr and lexical functions.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
c2bd2ab0
SM
12011-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 Preserve arg names for advice of subr and lexical functions (bug#8457).
4 * help-fns.el (help-function-arglist): Consolidate the subr and
5 new-byte-code cases. Add argument `preserve-names' to extract names
6 from the docstring when needed.
7 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
8 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
9 (ad-arglist): Use help-function-arglist's new arg.
10 (ad-definition-type): Use cond.
11
c183f693
JB
122011-04-13 Juanma Barranquero <lekktu@gmail.com>
13
06641a47
JB
14 * autorevert.el (auto-revert-handler):
15 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
16 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
17 Don't quote lambda.
18
c183f693
JB
19 * image-mode.el (image-transform-set-scale):
20 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
21
1e3b6001
G
222011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
23
24 * net/network-stream.el (network-stream-open-starttls): Only do
25 opportunistic STARTTLS upgrades if we have built-in gnutls support.
26 Upgrades via gnutls-cli are too slow to be done opportunistically.
27
2d6af8dd
JB
282011-04-12 Juanma Barranquero <lekktu@gmail.com>
29
30 * dframe.el (dframe-current-frame): Remove spurious quote.
31
c0749a51
GM
322011-04-12 Glenn Morris <rgm@gnu.org>
33
088d0d61
GM
34 * calendar/cal-tex.el (cal-tex-end-document):
35 Try to automatically use latin1 input if needed.
36
c0749a51
GM
37 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
38 Don't try to cons a mark onto an empty element.
39
5c90fde0
LL
402011-04-11 Leo Liu <sdl.web@gmail.com>
41
42 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
43 buffers.
44 (ido-kill-buffer-at-head): Support killing virtual buffers.
45
369e974d
CY
462011-04-10 Chong Yidong <cyd@stupidchicken.com>
47
48 * minibuffer.el (completion-show-inline-help): New var.
49 (completion--do-completion, minibuffer-complete)
50 (minibuffer-force-complete, minibuffer-complete-word): Inhibit
51 minibuffer messages if completion-show-inline-help is nil.
52
53 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
54 to avoid interference from inline help (Bug#5849).
55
37f1c930
LL
562011-04-10 Leo Liu <sdl.web@gmail.com>
57
099c39a4
JB
58 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
59 Fix typo.
37f1c930 60
a32d4040
CY
612011-04-09 Chong Yidong <cyd@stupidchicken.com>
62
63 * image-mode.el (image-toggle-display-image): Signal an error if
64 not in Image mode.
65 (image-transform-mode, image-transform-resize)
66 (image-transform-set-rotation): Doc fix.
67 (image-transform-set-resize): Deleted.
68 (image-transform-set-scale, image-transform-fit-to-height)
69 (image-transform-fit-to-width): Handle image-toggle-display-image
70 and image-transform-resize directly.
71
099c39a4 722011-04-08 Sho Nakatani <lay.sakura@gmail.com>
d7b89879
TH
73
74 * doc-view.el (doc-view-fit-width-to-window)
099c39a4
JB
75 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
76 New functions for fitting the shown image to the Emacs window size.
d7b89879
TH
77 (doc-view-mode-map): Add bindings for the new functions.
78
099c39a4 792011-04-08 Juanma Barranquero <lekktu@gmail.com>
ddc20cdb
JB
80
81 * vc-annotate.el (vc-annotate-show-log-revision-at-line):
82 Fix typo in docstring.
83
3726838a
EZ
842011-04-08 Eli Zaretskii <eliz@gnu.org>
85
04f33f1e
EZ
86 * files.el (file-size-human-readable): Produce one digit after
87 decimal, like "ls -lh" does.
88
89 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
90 the file size representation.
91
3726838a
EZ
92 * simple.el (list-processes): If async subprocesses are not
93 available, error out with a clear error message.
94
cbb59342
CY
952011-04-08 Chong Yidong <cyd@stupidchicken.com>
96
97 * help.el (help-form-show): New function, to be called from C.
98 Put help-form output in a buffer named differently than *Help*.
99
e3971c44
EZ
1002011-04-08 Eli Zaretskii <eliz@gnu.org>
101
102 * files.el (file-size-human-readable): New function.
103
104 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
105 computing the representation inline. Don't require `cl'.
106
12544bbe
GM
1072011-04-08 Glenn Morris <rgm@gnu.org>
108
a1de6c6a
GM
109 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
110
3c4671f4
GM
111 * net/browse-url.el (browse-url-firefox):
112 Test system-type, not system-configuration.
113
b605679c
GM
114 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
115 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
116 Use log-edit-empty-buffer-p. (Bug#7598)
117
56442f0c
GM
118 * net/rlogin.el (rlogin-process-connection-type): Simplify.
119 (rlogin-mode-map): Initialize in the defvar.
120 (rlogin): Use ignore-errors.
121
12544bbe
GM
122 * replace.el (occur-mode-map): Some fixes for menu items.
123
eb237b0f
AH
1242011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
125
126 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
127
7d668f2c
CY
1282011-04-06 Chong Yidong <cyd@stupidchicken.com>
129
e67a13ab
CY
130 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
131 issuing unused warnings.
132
133 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
134 macro directly.
135
7d668f2c
CY
136 * simple.el: Lisp reimplement of list-processes. Based on an
137 earlier reimplementation by Leo Liu, but using tabulated-list.el.
138 (process-menu-mode): New major mode.
139 (list-processes--refresh, list-processes):
140 (process-menu-visit-buffer): New functions.
141
142 * files.el (save-buffers-kill-emacs): Don't assume any return
143 value of list-processes, which is undocumented anyway.
144
a83ec3c9
CY
1452011-04-06 Chong Yidong <cyd@stupidchicken.com>
146
147 * emacs-lisp/tabulated-list.el: New file.
148
e91a96fe
CY
149 * emacs-lisp/package.el: Use Tabulated List mode.
150 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
151 (package-menu-mode): Derive from tabulated-list-mode. Set up the
152 table format using Tabulated List mode variables.
153 (package--push): New macro, replacing package-list-maybe-add.
154 (package-menu--generate): Use package--push. Renamed from
155 package--generate-package-list.
156 (package-menu-refresh, list-packages): Use it.
157 (package-menu--print-info): Renamed from package-print-package.
158 Return insertion data instead of inserting it directly.
099c39a4
JB
159 (package-menu-describe-package, package-menu-execute):
160 Use tabulated-list-get-id.
e91a96fe
CY
161 (package-menu-mark-delete, package-menu-mark-install)
162 (package-menu-mark-unmark, package-menu-backup-unmark)
099c39a4
JB
163 (package-menu-mark-obsolete-for-deletion):
164 Use tabulated-list-put-tag.
e91a96fe
CY
165 (package--list-packages, package-menu-revert)
166 (package-menu-get-package, package-menu-get-version)
167 (package-menu-sort-by-column): Functions deleted.
168 (package-menu-package-list, package-menu-sort-key): Vars deleted.
169 (package-menu--status-predicate, package-menu--version-predicate)
170 (package-menu--name-predicate)
171 (package-menu--description-predicate): Handle arguments in the
172 Tabulated List format.
173 (package-list-packages-no-fetch): Call list-packages.
174
3e214b50
JB
1752011-04-06 Juanma Barranquero <lekktu@gmail.com>
176
177 * files.el (after-find-file-from-revert-buffer): Remove variable.
178 (after-find-file): Dont' bind it.
179 (revert-buffer-in-progress-p): New variable.
180 (revert-buffer): Bind it.
181 Pass nil for `after-find-file-from-revert-buffer'.
182
183 * saveplace.el (save-place-find-file-hook): Use new variable
184 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
185
3f0f1700
GM
1862011-04-06 Glenn Morris <rgm@gnu.org>
187
c0274801
GM
188 * Makefile.in (AUTOGEN_VCS): New variable.
189 (autoloads): Use $AUTOGEN_VCS.
190
3f0f1700
GM
191 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
192 * calendar/calendar.el (calendar-mode-map):
193 Check for toolkit scroll bars. (Bug#8305)
194
41ea9e48
CY
1952011-04-05 Chong Yidong <cyd@stupidchicken.com>
196
197 * minibuffer.el (completion-in-region--postch)
198 (completion-in-region-mode): Remove unnecessary messages.
199
6194c800
JB
2002011-04-05 Juanma Barranquero <lekktu@gmail.com>
201
33256f14
JB
202 * font-lock.el (font-lock-refresh-defaults):
203 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
204 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
205
6194c800
JB
206 * info.el (Info-directory-list, Info-read-node-name-2)
207 (Info-split-parameter-string): Doc fixes.
208 (Info-virtual-nodes): Reflow docstring.
209 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
210 (Info-apropos-toc-nodes, info-finder, Info-get-token)
211 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
212 Fix typos in docstrings.
213 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
214 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
215 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
216 (Info-restore-desktop-buffer): Mark unused parameters.
217 (Info-directory-find-file, Info-directory-find-node)
218 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
219 (Info-virtual-index-find-node, Info-apropos-find-file)
220 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
33256f14 221 Mark unused parameters; fix typos in docstrings.
6194c800
JB
222 (Info-virtual-index): Remove unused local variable `nodename'.
223
b87a8200 2242011-04-05 Deniz Dogan <deniz@dogan.se>
0f6ee7d2 225
b87a8200
DD
226 * net/rcirc.el: Update my e-mail address.
227 (rcirc-mode-map): Remove M-o binding.
0f6ee7d2 228
3b2ff876
CY
2292011-04-05 Chong Yidong <cyd@stupidchicken.com>
230
231 * startup.el (command-line): Save the cursor's theme-face
232 directly, instead of using face-override-spec.
233
234 * custom.el (load-theme): Minor optimization in assigning faces.
235
8d17e7ca
JB
2362011-04-04 Juanma Barranquero <lekktu@gmail.com>
237
238 * help-fns.el (describe-variable): Complete all variables having
239 documentation, including keywords.
240 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
241
2fbc1934
JB
2422011-04-04 Juanma Barranquero <lekktu@gmail.com>
243
244 Convert to lexical-binding.
245
246 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
247 (bs--get-marked-string, bs--get-modified-string)
248 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
249 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
250 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
251
252 * ehelp.el (electric-help-execute-extended)
253 (electric-help-ctrl-x-prefix):
254 * hexl.el (hexl-revert-buffer-function):
255 * linum.el (linum-after-change, linum-after-scroll):
256 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
257
258 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
259
74f50695
DU
2602011-04-04 Daiki Ueno <ueno@unixuser.org>
261
262 * epa-dired.el:
263 * epa-mail.el:
264 * epa-hook.el:
265 * epa-file.el:
266 * epa.el:
267 * epg.el: Use lexical binding.
268
c11325f7
CY
2692011-04-03 Chong Yidong <cyd@stupidchicken.com>
270
0d9e9a12
CY
271 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
272
c11325f7
CY
273 * textmodes/flyspell.el (flyspell-word): Recognize default
274 dictionary case for flyspell-mark-duplications-exceptions. Use
275 regexp matching for languages.
276 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
277 default dictionary (Bug#7926).
278
da91b5f2
CY
2792011-04-02 Chong Yidong <cyd@stupidchicken.com>
280
099c39a4
JB
281 * emacs-lisp/package.el (package--with-work-buffer):
282 Recognize https URLs.
da91b5f2 283
099c39a4
JB
284 * net/network-stream.el: Move from gnus/proto-stream.el.
285 Change prefix to network-stream throughout.
da91b5f2
CY
286 (open-protocol-stream): Merge into open-network-stream, leaving
287 open-protocol-stream as an alias. Handle nil BUFFER args.
288
289 * subr.el (open-network-stream): Move to net/network-stream.el.
290
afa8e9f6
GM
2912011-04-02 Glenn Morris <rgm@gnu.org>
292
1d2e369d
GM
293 * find-dired.el (find-exec-terminator): New option.
294 (find-ls-option): Test for -ls support.
295 (find-ls-subdir-switches): Test for -b in find-ls-option.
296 (find-dired, find-grep-dired): Doc fixes.
297 (find-dired): Use find-exec-terminator.
298
8abb7da8 299 * find-dired.el (find-ls-option, find-ls-subdir-switches)
e7a395b5
GM
300 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
301 (find-name-arg): Remove purecopy.
8abb7da8 302
f3ca7378
GM
303 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
304 (grep-compute-defaults): Check for `-exec COMMAND +' support.
305 Set grep-find-use-xargs, grep-find-command, and grep-find-template
306 accordingly. Don't add the null-device if not needed.
307
afa8e9f6
GM
308 * files.el (save-some-buffers): Doc fix.
309
35eae264
EZ
3102011-04-02 Eli Zaretskii <eliz@gnu.org>
311
312 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
313
26b51db5
JB
3142011-04-01 Juanma Barranquero <lekktu@gmail.com>
315
316 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
317 Use `dolist' rather than `mapcar'.
318
7200d79c
SM
3192011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
320
03408648 321 Add lexical binding.
7200d79c 322
03408648
SM
323 * subr.el (apply-partially): Use new closures rather than CL.
324 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
325 (dolist, dotimes): Use slightly different expansion for lexical code.
326 (functionp): Move to C.
327 (letrec): New macro.
328 (with-wrapper-hook): Use it and apply-partially instead of CL.
329 (eval-after-load): Preserve lexical-binding.
330 (save-window-excursion, with-output-to-temp-buffer): Turn them
331 into macros.
7200d79c 332
03408648
SM
333 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
334
335 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
336 than the arglist.
337 (help-add-fundoc-usage): Don't add `Not documented'.
338 (help-function-arglist): Handle closures, subroutines, and new
339 byte-code-functions.
340 (help-make-usage): Remove leading underscores.
341 (describe-function-1): Handle closures.
342 (describe-variable): Use special-variable-p for completion.
343
344 * files.el (lexical-binding): Declare safe.
f488fb65 345
03408648
SM
346 * emacs-lisp/pcase.el: Don't use destructuring-bind.
347 (pcase--memoize): Rename from pcase-memoize. Change weakness.
348 (pcase): Add `let' pattern.
349 Change memoization so it actually works.
350 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
351 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
352 <let>: New case.
f488fb65 353
03408648
SM
354 * emacs-lisp/macroexp.el: Use lexical binding.
355 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
356 Don't convert ' to #' without checking that it's indeed quoting
357 a lambda.
358
359 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
f488fb65 360 Use eval-sexp-add-defvars.
03408648
SM
361 (eval-sexp-add-defvars): New fun.
362
363 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
364
365 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
366 Don't autoload.
367 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
368 than the internal `byte-compile-lambda'.
369 (defmethod): Don't hide code under quotes.
370 (eieio-defmethod): New `code' argument.
371
372 * emacs-lisp/eieio-comp.el: Remove.
373
374 * emacs-lisp/edebug.el (edebug-eval-defun)
375 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
376 (edebug-toggle): Avoid `eval'.
377
378 * emacs-lisp/disass.el (disassemble-internal): Handle new
379 `closure' objects.
380 (disassemble-1): Handle new byte codes.
381
382 * emacs-lisp/cl.el (pushnew): Silence warning.
383
384 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
385 (cl-byte-compile-throw): Remove.
386 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
387
388 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
389 closures.
390
391 * emacs-lisp/cconv.el: New file.
392
393 * emacs-lisp/bytecomp.el: Use lexical binding instead of
394 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
395 (byte-compile-initial-macro-environment):
396 Handle declare-function here.
397 (byte-compile--lexical-environment): New var.
398 (byte-stack-ref, byte-stack-set, byte-discardN)
399 (byte-discardN-preserve-tos): New lap codes.
400 (byte-interactive-p): Don't use any more.
401 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
402 New macros.
403 (byte-compile-lapcode): Use them and handle new lap codes.
404 (byte-compile-obsolete): Remove.
405 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
406 (byte-compile-arglist-warn): Check late def of inlinable funs.
407 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
408 since they should have been expanded by now.
409 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
410 (byte-compile-from-buffer): Remove unused second arg.
411 (byte-compile-preprocess): New function.
412 (byte-compile-toplevel-file-form): New function to distinguish
413 file-form calls from outside from file-form calls from hunk-handlers.
414 (byte-compile-file-form): Simplify.
415 (byte-compile-file-form-defsubst): Remove.
416 (byte-compile-file-form-defmumble): Simplify now that
417 byte-compile-lambda always returns a byte-code-function.
418 (byte-compile): Preprocess.
419 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
420 Remove, not used any more.
421 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
422 (byte-compile-make-args-desc): New funs.
423 (byte-compile-lambda): Handle lexical functions. Always return
424 a byte-code-function.
425 (byte-compile-reserved-constants): New var, to make up room for
426 closed-over variables.
427 (byte-compile-constants-vector): Obey it.
428 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
429 (byte-compile-macroexpand-declare-function): New function.
430 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
431 byte-code-functions.
432 (byte-compile-form): Check obsolescence here.
433 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
434 (byte-compile-variable-ref): Remove.
435 (byte-compile-dynamic-variable-op): New fun.
436 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
437 (byte-compile-variable-set): New funs.
438 (byte-compile-discard): Add 2 args.
439 (byte-compile-stack-ref, byte-compile-stack-set)
440 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
441 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
442 macroexpand-all instead.
443 (byte-compile-quote-form): Remove.
444 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
445 (byte-compile-bind, byte-compile-unbind): New funs.
446 (byte-compile-let): Handle let* and lexical binding.
447 (byte-compile-let*): Remove.
448 (byte-compile-catch, byte-compile-unwind-protect)
449 (byte-compile-track-mouse, byte-compile-condition-case):
450 Handle a new :fun-body form, used for lexical scoping.
451 (byte-compile-save-window-excursion)
452 (byte-compile-with-output-to-temp-buffer): Remove.
453 (byte-compile-defun): Simplify.
454 (byte-compile-stack-adjustment): New fun.
455 (byte-compile-out): Use it.
456 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
457
458 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
459 handler any more.
460
461 * emacs-lisp/byte-opt.el: Use lexical binding.
462 (byte-inline-lapcode): Remove (to bytecomp).
463 (byte-compile-inline-expand): Pay attention to inlining to/from
464 lexically bound code.
465 (byte-compile-unfold-lambda): Don't handle byte-code-functions
466 any more.
467 (byte-optimize-form-code-walker): Don't handle save-window-excursion
468 any more and don't call compiler-macros.
469 (byte-compile-splice-in-already-compiled-code): Remove.
470 (byte-code): Don't inline any more.
471 (disassemble-offset): Receive `bytes' as argument rather than via
472 dynamic scoping.
473 (byte-compile-tag-number): Declare before first use.
474 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
475 `return' even if make-spliceable.
476 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
477 obsolete interactive-p.
478 (byte-optimize-lapcode): Optimize new lap-codes.
479 Don't trip up on new form of `byte-constant' lap code.
480
481 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
482
483 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
484
485 * custom.el (custom-initialize-default, custom-declare-variable):
486 Use `defvar'.
487
488 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
489 New variables.
490 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
491 (COMPILE_FIRST): Add macroexp and cconv.
492 * makefile.w32-in: Mirror changes in Makefile.in.
493
494 * vc/cvs-status.el:
495 * vc/diff-mode.el:
496 * vc/log-edit.el:
497 * vc/log-view.el:
498 * vc/smerge-mode.el:
499 * textmodes/bibtex-style.el:
500 * textmodes/css.el:
501 * startup.el:
502 * uniquify.el:
da91b5f2
CY
503 * minibuffer.el:
504 * newcomment.el:
505 * reveal.el:
506 * server.el:
507 * mpc.el:
508 * emacs-lisp/smie.el:
509 * doc-view.el:
510 * dired.el:
03408648
SM
511 * abbrev.el: Use lexical binding.
512
0f0c1f27
EZ
5132011-04-01 Eli Zaretskii <eliz@gnu.org>
514
515 * info.el (info-display-manual): New function.
516
c82b2579
SM
5172011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
518
519 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
520
221ddf68
TH
5212011-03-31 Tassilo Horn <tassilo@member.fsf.org>
522
523 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
2fbc1934 524 an entry for that server in rcirc-authinfo. (Bug#8385)
221ddf68 525
cba6e77e
GM
5262011-03-31 Glenn Morris <rgm@gnu.org>
527
e040639f
GM
528 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
529
cba6e77e
GM
530 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
531
6d0f1c9e
CS
5322011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
533
534 * progmodes/python.el (python-default-interpreter)
535 (python-python-command-args, python-jython-command-args)
536 (python-which-shell, python-which-args, python-which-bufname)
537 (python-file-queue, python-comint-output-filter-function)
538 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
539 variables and functions.
540
3e2d70fd
SM
5412011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
542
543 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
544 (completion-in-region-mode): New minor mode.
545 (completion-in-region): Use it.
546 (completion-in-region--data, completion-in-region-mode-map): New vars.
547 (completion-in-region--postch): New function.
548 (completion--capf-misbehave-funs, completion--capf-safe-funs):
549 New vars.
550 (completion--capf-wrapper): New function.
551 (completion-at-point): Use it to track well-behavedness of
552 hook functions.
553 (completion-help-at-point): New command.
554
f3e4086c
JM
5552011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
556
557 * vc/add-log.el (add-change-log-entry): Don't use whitespace
558 syntax class to search for whitespace on a single line
559 (Message-ID: <4D938140.4030905@redhat.com>).
560
eb7ffc14
LL
5612011-03-30 Leo Liu <sdl.web@gmail.com>
562
563 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
564 New commands.
565 (edit-abbrevs-map): Bind them here.
566 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
567
d806ab68
KM
5682011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
569
570 * allout.el (allout-hide-by-annotation, allout-flag-region):
571 Reduce possibility of overlay leakage by making them volatile.
572
573 * allout-widgets.el (allout-widgets-tally): Define as nil so the
574 hash is not shared between buffers. Mode initialization is
575 responsible for giving it a useful starting value.
576 (allout-item-span): Reduce possibility of overlay leakage by
577 making them volatile.
578 (allout-widgets-count-buttons-in-region): Add diagnostic function
579 for tracking down button overlay leaks.
580
ea622834
LL
5812011-03-29 Leo Liu <sdl.web@gmail.com>
582
583 * ido.el (ido-read-internal): Use the default history var
584 minibuffer-history if no HISTORY is specified.
585
b62f8267
G
5862011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
587
03408648
SM
588 * net/imap.el (imap-shell-open, imap-process-connection-type):
589 Use imap-process-connection-type for 'shell' streams as well as
b62f8267
G
590 Kerberos, SSL, other subprocesses.
591
947b6566
LL
5922011-03-28 Leo Liu <sdl.web@gmail.com>
593
594 * abbrev.el (abbrev-table-empty-p): New function.
595 (prepare-abbrev-list-buffer): Place empty abbrev tables after
596 nonempty ones. (Bug#5937)
597
5ffb62aa
JD
5982011-03-27 Jan Djärv <jan.h.d@swipnet.se>
599
600 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
601
7a097943
LL
6022011-03-27 Leo Liu <sdl.web@gmail.com>
603
604 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
605 for foreground and background colors.
606 (ansi-color-make-color-map): Adapt.
607
c5b40130
LL
6082011-03-25 Leo Liu <sdl.web@gmail.com>
609
1f48f7d2
LL
610 * midnight.el (midnight-time-float): Remove. Note it calculates
611 the microsecond component incorrectly and seconds-to-time does the
612 same job.
625897ec 613 Remove redundant (require 'timer).
1f48f7d2 614
c5b40130
LL
615 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
616 (ido-completions): Remove unused arguments. (Bug#8329)
617
d86d2721
SM
6182011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
619
620 * minibuffer.el (completion--flush-all-sorted-completions):
621 Remove itself from hook.
622 (completion-at-point): Let the functions perform the completion
623 immediately and return nil or t.
624 * comint.el (comint-dynamic-complete-functions): Now identical to
625 completion-at-point-functions.
626 (comint-dynamic-list-input-ring): Remove unused var `index'.
627 (comint--match-partial-filename, comint--unquote&expand-filename):
628 New funs, split from comint-match-partial-filename.
629 (comint-dynamic-complete): Use completion-at-point.
630 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
631
e8974c48
DA
6322011-03-24 Drew Adams <drew.adams@oracle.com>
633
634 * thingatpt.el: Support `defun'.
635
def71b5e
LL
6362011-03-23 Leo Liu <sdl.web@gmail.com>
637
cb5af48e
LL
638 * abbrevlist.el: Move to obsolete/abbrevlist.el.
639
def71b5e
LL
640 * help-mode.el (help-mode-finish): Tweak regexp.
641
927c53e7
GM
6422011-03-23 Glenn Morris <rgm@gnu.org>
643
18d05bed
GM
644 * eshell/esh-opt.el (eshell-eval-using-options):
645 Do not bind unused local variable `eshell-option-stub'.
646
927c53e7
GM
647 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
648
9d0da923
JB
6492011-03-22 Juanma Barranquero <lekktu@gmail.com>
650
651 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
652 keymap variable in `with-no-warnings' to avoid a warning when the
653 keymap has been already `defconst'ed.
654
4b978a67
LL
6552011-03-22 Leo Liu <sdl.web@gmail.com>
656
657 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
658 encode all chars in abbrevs; otherwise use emacs-mule or
659 utf-8-emacs. (Bug#8308)
660
5fd62452
JB
6612011-03-22 Juanma Barranquero <lekktu@gmail.com>
662
0b1596c6
JB
663 * simple.el (backward-delete-char-untabify):
664 Avoid warning about using `delete-backward-char'.
665
5fd62452
JB
666 * image.el (image-type-file-name-regexps): Make it variable.
667 `imagemagick-register-types' modifies it, and the user may want
668 to add new extensions for known image types.
669 (imagemagick-register-types): Throw error if not using ImageMagick.
670
0b4e93f1
LL
6712011-03-22 Leo Liu <sdl.web@gmail.com>
672
673 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
674 located before rcirc-prompt-end-marker.
675 (rcirc-complete): Error if point is not after rcirc prompt.
676 Handle the case when table is nil.
9882e214 677 (rcirc-user-authenticated): Define to fix compiler warning.
0b4e93f1 678
fccee4ab
CY
6792011-03-22 Chong Yidong <cyd@stupidchicken.com>
680
681 * custom.el (custom--inhibit-theme-enable): Make it affect only
682 custom-theme-set-variables and custom-theme-set-faces.
683 (provide-theme): Ignore custom--inhibit-theme-enable.
684 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
685 (custom-enabling-themes): Delete variable.
d86d2721
SM
686 (enable-theme): Accept only loaded themes as arguments.
687 Ignore the special custom-enabled-themes variable.
fccee4ab
CY
688 (custom-enabled-themes): Forbid themes from setting this.
689 Eliminate use of custom-enabling-themes.
690 (custom-push-theme): Quote "changed" custom var entry.
0357c7ae 691
af896da6
LL
6922011-03-21 Leo Liu <sdl.web@gmail.com>
693
694 * ido.el (ido-read-internal): Add ido-selected to history instead
695 of user input.
696
78f64af0
SM
6972011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
698
699 * subr.el (deferred-action-list, deferred-action-function):
700 Mark obsolete.
701
b16ac1ec
LL
7022011-03-21 Leo Liu <sdl.web@gmail.com>
703
810f7698
LL
704 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
705 change on 2011-02-13 (bug#8309).
706
b16ac1ec
LL
707 * minibuffer.el (read-file-name-function): Change default value.
708 (read-file-name--defaults): Rename from read-file-name-defaults.
709 (read-file-name-default): Rename from read-file-name.
710 (read-file-name): Call read-file-name-function.
711
4e05e67e
GM
7122011-03-21 Glenn Morris <rgm@gnu.org>
713
714 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
715 Doc fixes.
716
4359915b
CY
7172011-03-21 Chong Yidong <cyd@stupidchicken.com>
718
719 * cus-theme.el: Add missing provide statement.
720 (customize-create-theme): Extract theme value correctly.
721 (custom-theme-visit-theme): Autoload.
722 (customize-create-theme): Prompt before inserting default faces.
723
1fe275ee
JB
7242011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
725
726 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
727 units and musical notes.
728
3ec03f7e
LL
7292011-03-20 Leo <sdl.web@gmail.com>
730
731 * ido.el (ido-read-internal): Use completing-read-default.
732 (ido-completing-read): Fix compatibility with completing-read.
733
7d476bde
CO
7342011-03-20 Christian Ohler <ohler@gnu.org>
735
736 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
737 (ert-delete-all-tests): Use `called-interactively-p' rather than
738 `interactive-p'.
739 (ert--make-xrefs-region): Respect END.
740
fe0fb33e
CY
7412011-03-19 Chong Yidong <cyd@stupidchicken.com>
742
ff854b0b
CY
743 * dired-aux.el (dired-create-directory): Signal an error if the
744 directory already exists (Bug#8246).
745
fe0fb33e
CY
746 * facemenu.el (list-colors-display): Call list-faces-display
747 inside with-help-window.
748 (list-colors-print): Use display property to align the final
749 column, instead of checking window-width.
750
576bce32
EZ
7512011-03-19 Eli Zaretskii <eliz@gnu.org>
752
753 * emerge.el (emerge-metachars): Separate value for ms-dos and
754 windows-nt systems.
755 (emerge-protect-metachars): Quote correctly for ms-dos and
756 windows-nt systems.
757
8546720e 7582011-03-19 Ralph Schleicher <rs@ralph-schleicher.de> (tiny change)
e6ce307c
RS
759
760 * info.el (info-initialize): Replace all uses of `:' with
761 path-separator for compatibility with non-Unix systems.
762 Cache quoting of path-separator. (Bug#8258)
763
b14e3e21 7642011-03-19 Juanma Barranquero <lekktu@gmail.com>
ad22b7f7
JB
765
766 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
767 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
768 (mouse-avoidance-mode): Fix typos in docstrings.
769
4525ce3e
CY
7702011-03-19 Chong Yidong <cyd@stupidchicken.com>
771
772 * startup.el (package-subdirectory-regexp): Move from package.el.
773 Omit \\` and \\', and let callers add them.
774
775 * emacs-lisp/package.el (package-strip-version)
776 (package-load-all-descriptors): Add \\` and \\' to
777 package-subdirectory-regexp before using it.
778 (package-untar-buffer): New arg DIR; ensure that file untars only
779 into this expected directory. Remove superfluous delete-region.
780 (package-unpack): Caller changed.
781 (package-tar-file-info): Use package-subdirectory-regexp.
782
a904a09a 7832011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
1518e4f0 784
a904a09a
SM
785 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
786 diff-mode-shared-map (bug#8284).
787 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
1518e4f0
G
788
7892011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
790
791 * calendar/time-date.el (format-seconds): Use assoc instead of
792 assoc-string, since assoc-string doesn't exist in XEmacs.
793
171fc304
JB
7942011-03-17 Juanma Barranquero <lekktu@gmail.com>
795
796 * custom.el (custom-known-themes): Reflow docstring.
797 (custom-theme-load-path): Fix typo in docstring.
798 (load-theme): Fix typo in error message.
799 (custom-available-themes, custom-variable-theme-value):
800 Use `let', not `let*'.
801
d71990a1
JB
8022011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
803
804 * calc/README: Mention inclusion of musical notes.
805
806 * calc/calc-units.el (calc-lu-quant): Rename from
807 `calc-logunits-quantity'.
808 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
809 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
810 (calc-db): Rename from `calc-dblevel'.
811 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
812 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
813 (calc-np): Rename from `calc-nplevel'.
814 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
815 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
816 (calc-lu-plus): Rename from `calc-logunits-add'.
817 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
818 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
819 (calc-lu-minus): Rename from `calc-logunits-sub'.
820 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
821 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
822 (calc-lu-times): Rename from `calc-logunits-mul'.
823 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
824 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
825 (calc-lu-divide): Rename from `calc-logunits-div'.
826 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
827 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
828
829 * calc/calc-ext.el (calc-init-extensions): Update the names of the
830 functions being autoloaded.
831
832 * calc/calc.el (calc-lu-power-reference): Rename from
833 `calc-logunits-power-reference'.
834 (calc-lu-field-reference): Rename from
835 `calc-logunits-field-reference'.
836
837 * calc/calc-help (calc-l-prefix-help): Mention musical note functions.
838
40c2934b
SM
8392011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
840
841 * minibuffer.el (completion-all-sorted-completions):
842 Use :completion-cycle-penalty text property if present.
843
b0911414
KM
8442011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
845
846 * allout.el (allout-yank-processing): Adjust for new rebulleting
847 regime so bullet being yanked is used without prompting the user
848 for a choice.
849
8a05b668
JB
8502011-03-16 Juanma Barranquero <lekktu@gmail.com>
851
852 * startup.el (command-line): Warn the user that _emacs is deprecated.
853
5ba5fb81
JB
8542011-03-16 Juanma Barranquero <lekktu@gmail.com>
855
856 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
857 (delphi-verbose, delphi-comment-face, delphi-string-face)
858 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
859 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
860 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
861 (delphi-new-comment-line, delphi-font-lock-defaults)
862 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
863 Fix typos in docstrings.
864
2dab465b
KM
8652011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
866
5ba5fb81 867 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
2dab465b
KM
868 Invert the roles of character and string values for INSTEAD, so a
869 string is used for the more common case of a defaulting prompt.
870
0adf5618
SM
8712011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
872
873 * progmodes/ruby-mode.el (ruby-backward-sexp):
874 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
875 * play/gamegrid.el (gamegrid-make-face):
876 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
877 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
878 * notifications.el (notifications-notify):
879 * net/xesam.el (xesam-search-engines):
880 * net/quickurl.el (quickurl-list-insert):
881 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
882
d72700e5
CY
8832011-03-15 Chong Yidong <cyd@stupidchicken.com>
884
885 * startup.el (command-line): Update package subdirectory regexp.
886
49c5410a
SM
8872011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
888
c6eee9aa
SM
889 * allout.el (allout-abbreviate-flattened-numbering)
890 (allout-mode-deactivate-hook): Fix up obsolescence "date".
891
49c5410a
SM
892 * subr.el (read-char-choice): Only show the cursor after the prompt,
893 not after the answer.
894
047b2bb9
KR
8952011-03-15 Kevin Ryde <user42@zip.com.au>
896
897 * help-fns.el (variable-at-point): Skip leading quotes, if any
898 (bug#8253).
899
0a57d256
SM
9002011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
901
902 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
903 warning message.
904
77c992bc
MA
9052011-03-14 Michael Albinus <michael.albinus@gmx.de>
906
907 * shell.el (shell): When called interactively, offer to change the
908 shell file name on remote hosts.
909
eebc475d
TZ
9102011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
911
912 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
913 integration for LDAP parameters. The host, base, user or binddn,
914 and secret tokens can be specified in a netrc file, for instance.
915 This is optional because an `auth-source' parameter must be
916 specified in the search attributes.
917
9d05d1ba
JB
9182011-03-13 Juanma Barranquero <lekktu@gmail.com>
919
920 * help.el (describe-mode): Link to the mode's definition (bug#8185).
921
09d9db2c
GM
9222011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
923
924 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
925 into declaration. Remove redundant and harmful binding.
926
9272011-03-12 Eli Zaretskii <eliz@gnu.org>
928
929 * files.el (file-ownership-preserved-p): Pass `integer' as an
930 explicit 2nd argument to `file-attributes'. If the file's owner
931 is the Administrators group on Windows, and the current user is
932 Administrator, consider that a match.
933
934 * server.el (server-ensure-safe-dir): Consider server directory
935 safe on MS-Windows if its owner is the Administrators group while
936 the current Emacs user is Administrator. Use `=' to compare
937 numerical UIDs, since they could be integers or floats.
938
219bd536
JB
9392011-03-12 Juanma Barranquero <lekktu@gmail.com>
940
941 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
942
f3afd36b
MA
9432011-03-12 Michael Albinus <michael.albinus@gmx.de>
944
945 Sync with Tramp 2.2.1.
946
947 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
948
949 * net/trampver.el: Update release number.
950
3aaaa6f1
SM
9512011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
952
94642599
SM
953 * progmodes/compile.el (compilation--previous-directory): Fix up
954 various nil/dead-marker mismatches (bug#8014).
955 (compilation-directory-properties, compilation-error-properties):
956 Don't call it at a position past the one we're about to change.
957
3aaaa6f1
SM
958 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
959 Disable obsolescence warnings in the file that declares it.
960
14239447
KM
9612011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
962
099c39a4
JB
963 * allout-widgets.el (allout-widgets-tally):
964 Initialize allout-widgets-tally as a hash table rather than nil to
965 prevent mode-line redisplay warnings. Also, clarify the module
966 description and fix a comment typo.
14239447 967
135e287c
JB
9682011-03-11 Juanma Barranquero <lekktu@gmail.com>
969
970 * help-fns.el (describe-variable): Don't complete keywords.
971 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
972
ffbf300e
CY
9732011-03-10 Chong Yidong <cyd@stupidchicken.com>
974
ba08b241
CY
975 * emacs-lisp/package.el (package-version-join): Impose a standard
976 string representation for pre/alpha/beta version lists.
977 (package-unpack-single): Standardize the directory name by passing
978 it through package-version-join.
979 (package-strip-rcs-id): Accept any version string that does not
980 signal an error in version-to-list.
ffbf300e 981
f346fd6b
MA
9822011-03-10 Michael Albinus <michael.albinus@gmx.de>
983
984 * simple.el (delete-trailing-whitespace): Return nil for the
985 benefit of `write-file-functions'.
986
ccb55d27
GM
9872011-03-10 Glenn Morris <rgm@gnu.org>
988
5ceaac0c
GM
989 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
990
02da65ff
GM
991 * vc/vc-git.el (vc-git-program): New option.
992 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
993 (vc-git--call): Use it.
994
b2f603cc
GM
995 * eshell/esh-util.el (eshell-condition-case): Doc fix.
996
5772caab
GM
997 * cus-edit.el (Custom-newline): If no button at point, look
998 for a subgroup button at start-of-line. (Bug#2298)
999
ccb55d27
GM
1000 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
1001
ec6ecaed
JD
10022011-03-10 Julien Danjou <julien@danjou.info>
1003
1004 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
1005 `cursor-type' is nil.
1006
9d5aa01d
JB
10072011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
1008
1009 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
1010
b6a5875b
KM
10112011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
1012
1013 * allout.el Summary: Change so yank of distinctive-bullet items
1014 preserves the existing header prefix, rebulleting it if necessary,
1015 rather than replacing it. This is necessary for proper operation
1016 of cooperative addons like allout-widgets.
219bd536 1017 (allout-make-topic-prefix, allout-rebullet-heading): Change
b6a5875b
KM
1018 SOLICIT arg to INSTEAD, and interpret additionally a string value
1019 as alternate bullet to be used, instead of prompting the user for
1020 a bullet character.
1021
ee545c35
MA
10222011-03-09 Michael Albinus <michael.albinus@gmx.de>
1023
d86d2721
SM
1024 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
1025 Do not use `tramp-file-name-port', because this returns also
ee545c35
MA
1026 `tramp-default-port'.
1027
c47971d7
DD
10282011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1029
1030 * net/rcirc.el (rcirc-handler-001): Remove useless
1031 with-rcirc-process-buffer.
1032 (rcirc-check-auth-status): Swap arguments to string-match.
1033
13522cb4
GM
10342011-03-09 Glenn Morris <rgm@gnu.org>
1035
0be6f4f1
GM
1036 * shell.el (shell-mode):
1037 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
1038
13522cb4
GM
1039 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
1040 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
1041
515de2e3
CY
10422011-03-08 Chong Yidong <cyd@stupidchicken.com>
1043
1044 * emacs-lisp/package.el (package-refresh-contents)
1045 (package-menu-execute): Use condition-case-no-debug.
1046
b511b994
MA
10472011-03-08 Michael Albinus <michael.albinus@gmx.de>
1048
1049 * simple.el (shell-command-to-string): Use `process-file'.
1050
1051 * emacs-lisp/package.el (package-tar-file-info): Handle also
1052 remote files.
1053
d86d2721
SM
1054 * emacs-lisp/package-x.el (package-upload-buffer-internal):
1055 Use `equal' for upload base check.
b511b994 1056
25bbfb31
AM
10572011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
1058
1059 * textmodes/texinfo.el (texinfo-environments):
1060 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
1061
be996521
GM
10622011-03-08 Glenn Morris <rgm@gnu.org>
1063
e9c8529f
GM
1064 * cus-start.el (cursor-in-non-selected-windows):
1065 Fix :set quoting oddness. (Bug#8192)
1066
be996521
GM
1067 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
1068 in some setf expressions. (Bug#2159)
1069
2bb5649e
CY
10702011-03-08 Chong Yidong <cyd@stupidchicken.com>
1071
1072 * custom.el (custom-available-themes): Return themes in
1073 alphabetical order.
1074
33383987 1075See ChangeLog.15 for earlier changes.
e3d51b27
MR
1076
1077;; Local Variables:
1078;; coding: utf-8
e3d51b27
MR
1079;; End:
1080
33383987 1081 Copyright (C) 2011 Free Software Foundation, Inc.
e3d51b27
MR
1082
1083 This file is part of GNU Emacs.
1084
1085 GNU Emacs is free software: you can redistribute it and/or modify
1086 it under the terms of the GNU General Public License as published by
1087 the Free Software Foundation, either version 3 of the License, or
1088 (at your option) any later version.
1089
1090 GNU Emacs is distributed in the hope that it will be useful,
1091 but WITHOUT ANY WARRANTY; without even the implied warranty of
1092 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1093 GNU General Public License for more details.
1094
1095 You should have received a copy of the GNU General Public License
1096 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.