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