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