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