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