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