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