1 2011-04-06 Glenn Morris <rgm@gnu.org>
3 * Makefile.in (AUTOGEN_VCS): New variable.
4 (autoloads): Use $AUTOGEN_VCS.
6 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
7 * calendar/calendar.el (calendar-mode-map):
8 Check for toolkit scroll bars. (Bug#8305)
10 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
12 * minibuffer.el (completion-in-region--postch)
13 (completion-in-region-mode): Remove unnecessary messages.
15 2011-04-05 Juanma Barranquero <lekktu@gmail.com>
17 * font-lock.el (font-lock-refresh-defaults):
18 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
19 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
21 * info.el (Info-directory-list, Info-read-node-name-2)
22 (Info-split-parameter-string): Doc fixes.
23 (Info-virtual-nodes): Reflow docstring.
24 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
25 (Info-apropos-toc-nodes, info-finder, Info-get-token)
26 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
27 Fix typos in docstrings.
28 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
29 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
30 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
31 (Info-restore-desktop-buffer): Mark unused parameters.
32 (Info-directory-find-file, Info-directory-find-node)
33 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
34 (Info-virtual-index-find-node, Info-apropos-find-file)
35 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
36 Mark unused parameters; fix typos in docstrings.
37 (Info-virtual-index): Remove unused local variable `nodename'.
39 2011-04-05 Deniz Dogan <deniz@dogan.se>
41 * net/rcirc.el: Update my e-mail address.
42 (rcirc-mode-map): Remove M-o binding.
44 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
46 * startup.el (command-line): Save the cursor's theme-face
47 directly, instead of using face-override-spec.
49 * custom.el (load-theme): Minor optimization in assigning faces.
51 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
53 * help-fns.el (describe-variable): Complete all variables having
54 documentation, including keywords.
55 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
57 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
59 Convert to lexical-binding.
61 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
62 (bs--get-marked-string, bs--get-modified-string)
63 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
64 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
65 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
67 * ehelp.el (electric-help-execute-extended)
68 (electric-help-ctrl-x-prefix):
69 * hexl.el (hexl-revert-buffer-function):
70 * linum.el (linum-after-change, linum-after-scroll):
71 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
73 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
75 2011-04-04 Daiki Ueno <ueno@unixuser.org>
82 * epg.el: Use lexical binding.
84 2011-04-03 Chong Yidong <cyd@stupidchicken.com>
86 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
88 * textmodes/flyspell.el (flyspell-word): Recognize default
89 dictionary case for flyspell-mark-duplications-exceptions. Use
90 regexp matching for languages.
91 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
92 default dictionary (Bug#7926).
94 2011-04-02 Chong Yidong <cyd@stupidchicken.com>
96 * emacs-lisp/package.el (package--with-work-buffer): Recognize
99 * net/network-stream.el: Move from gnus/proto-stream.el. Change
100 prefix to network-stream throughout.
101 (open-protocol-stream): Merge into open-network-stream, leaving
102 open-protocol-stream as an alias. Handle nil BUFFER args.
104 * subr.el (open-network-stream): Move to net/network-stream.el.
106 2011-04-02 Glenn Morris <rgm@gnu.org>
108 * find-dired.el (find-exec-terminator): New option.
109 (find-ls-option): Test for -ls support.
110 (find-ls-subdir-switches): Test for -b in find-ls-option.
111 (find-dired, find-grep-dired): Doc fixes.
112 (find-dired): Use find-exec-terminator.
114 * find-dired.el (find-ls-option, find-ls-subdir-switches)
115 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
116 (find-name-arg): Remove purecopy.
118 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
119 (grep-compute-defaults): Check for `-exec COMMAND +' support.
120 Set grep-find-use-xargs, grep-find-command, and grep-find-template
121 accordingly. Don't add the null-device if not needed.
123 * files.el (save-some-buffers): Doc fix.
125 2011-04-02 Eli Zaretskii <eliz@gnu.org>
127 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
129 2011-04-01 Juanma Barranquero <lekktu@gmail.com>
131 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
132 Use `dolist' rather than `mapcar'.
134 2011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
138 * subr.el (apply-partially): Use new closures rather than CL.
139 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
140 (dolist, dotimes): Use slightly different expansion for lexical code.
141 (functionp): Move to C.
143 (with-wrapper-hook): Use it and apply-partially instead of CL.
144 (eval-after-load): Preserve lexical-binding.
145 (save-window-excursion, with-output-to-temp-buffer): Turn them
148 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
150 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
152 (help-add-fundoc-usage): Don't add `Not documented'.
153 (help-function-arglist): Handle closures, subroutines, and new
155 (help-make-usage): Remove leading underscores.
156 (describe-function-1): Handle closures.
157 (describe-variable): Use special-variable-p for completion.
159 * files.el (lexical-binding): Declare safe.
161 * emacs-lisp/pcase.el: Don't use destructuring-bind.
162 (pcase--memoize): Rename from pcase-memoize. Change weakness.
163 (pcase): Add `let' pattern.
164 Change memoization so it actually works.
165 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
166 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
169 * emacs-lisp/macroexp.el: Use lexical binding.
170 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
171 Don't convert ' to #' without checking that it's indeed quoting
174 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
175 Use eval-sexp-add-defvars.
176 (eval-sexp-add-defvars): New fun.
178 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
180 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
182 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
183 than the internal `byte-compile-lambda'.
184 (defmethod): Don't hide code under quotes.
185 (eieio-defmethod): New `code' argument.
187 * emacs-lisp/eieio-comp.el: Remove.
189 * emacs-lisp/edebug.el (edebug-eval-defun)
190 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
191 (edebug-toggle): Avoid `eval'.
193 * emacs-lisp/disass.el (disassemble-internal): Handle new
195 (disassemble-1): Handle new byte codes.
197 * emacs-lisp/cl.el (pushnew): Silence warning.
199 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
200 (cl-byte-compile-throw): Remove.
201 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
203 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
206 * emacs-lisp/cconv.el: New file.
208 * emacs-lisp/bytecomp.el: Use lexical binding instead of
209 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
210 (byte-compile-initial-macro-environment):
211 Handle declare-function here.
212 (byte-compile--lexical-environment): New var.
213 (byte-stack-ref, byte-stack-set, byte-discardN)
214 (byte-discardN-preserve-tos): New lap codes.
215 (byte-interactive-p): Don't use any more.
216 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
218 (byte-compile-lapcode): Use them and handle new lap codes.
219 (byte-compile-obsolete): Remove.
220 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
221 (byte-compile-arglist-warn): Check late def of inlinable funs.
222 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
223 since they should have been expanded by now.
224 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
225 (byte-compile-from-buffer): Remove unused second arg.
226 (byte-compile-preprocess): New function.
227 (byte-compile-toplevel-file-form): New function to distinguish
228 file-form calls from outside from file-form calls from hunk-handlers.
229 (byte-compile-file-form): Simplify.
230 (byte-compile-file-form-defsubst): Remove.
231 (byte-compile-file-form-defmumble): Simplify now that
232 byte-compile-lambda always returns a byte-code-function.
233 (byte-compile): Preprocess.
234 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
235 Remove, not used any more.
236 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
237 (byte-compile-make-args-desc): New funs.
238 (byte-compile-lambda): Handle lexical functions. Always return
239 a byte-code-function.
240 (byte-compile-reserved-constants): New var, to make up room for
241 closed-over variables.
242 (byte-compile-constants-vector): Obey it.
243 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
244 (byte-compile-macroexpand-declare-function): New function.
245 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
247 (byte-compile-form): Check obsolescence here.
248 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
249 (byte-compile-variable-ref): Remove.
250 (byte-compile-dynamic-variable-op): New fun.
251 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
252 (byte-compile-variable-set): New funs.
253 (byte-compile-discard): Add 2 args.
254 (byte-compile-stack-ref, byte-compile-stack-set)
255 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
256 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
257 macroexpand-all instead.
258 (byte-compile-quote-form): Remove.
259 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
260 (byte-compile-bind, byte-compile-unbind): New funs.
261 (byte-compile-let): Handle let* and lexical binding.
262 (byte-compile-let*): Remove.
263 (byte-compile-catch, byte-compile-unwind-protect)
264 (byte-compile-track-mouse, byte-compile-condition-case):
265 Handle a new :fun-body form, used for lexical scoping.
266 (byte-compile-save-window-excursion)
267 (byte-compile-with-output-to-temp-buffer): Remove.
268 (byte-compile-defun): Simplify.
269 (byte-compile-stack-adjustment): New fun.
270 (byte-compile-out): Use it.
271 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
273 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
276 * emacs-lisp/byte-opt.el: Use lexical binding.
277 (byte-inline-lapcode): Remove (to bytecomp).
278 (byte-compile-inline-expand): Pay attention to inlining to/from
279 lexically bound code.
280 (byte-compile-unfold-lambda): Don't handle byte-code-functions
282 (byte-optimize-form-code-walker): Don't handle save-window-excursion
283 any more and don't call compiler-macros.
284 (byte-compile-splice-in-already-compiled-code): Remove.
285 (byte-code): Don't inline any more.
286 (disassemble-offset): Receive `bytes' as argument rather than via
288 (byte-compile-tag-number): Declare before first use.
289 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
290 `return' even if make-spliceable.
291 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
292 obsolete interactive-p.
293 (byte-optimize-lapcode): Optimize new lap-codes.
294 Don't trip up on new form of `byte-constant' lap code.
296 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
298 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
300 * custom.el (custom-initialize-default, custom-declare-variable):
303 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
305 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
306 (COMPILE_FIRST): Add macroexp and cconv.
307 * makefile.w32-in: Mirror changes in Makefile.in.
314 * textmodes/bibtex-style.el:
323 * emacs-lisp/smie.el:
326 * abbrev.el: Use lexical binding.
328 2011-04-01 Eli Zaretskii <eliz@gnu.org>
330 * info.el (info-display-manual): New function.
332 2011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
334 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
336 2011-03-31 Tassilo Horn <tassilo@member.fsf.org>
338 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
339 an entry for that server in rcirc-authinfo. (Bug#8385)
341 2011-03-31 Glenn Morris <rgm@gnu.org>
343 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
345 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
347 2011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
349 * progmodes/python.el (python-default-interpreter)
350 (python-python-command-args, python-jython-command-args)
351 (python-which-shell, python-which-args, python-which-bufname)
352 (python-file-queue, python-comint-output-filter-function)
353 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
354 variables and functions.
356 2011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
358 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
359 (completion-in-region-mode): New minor mode.
360 (completion-in-region): Use it.
361 (completion-in-region--data, completion-in-region-mode-map): New vars.
362 (completion-in-region--postch): New function.
363 (completion--capf-misbehave-funs, completion--capf-safe-funs):
365 (completion--capf-wrapper): New function.
366 (completion-at-point): Use it to track well-behavedness of
368 (completion-help-at-point): New command.
370 2011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
372 * vc/add-log.el (add-change-log-entry): Don't use whitespace
373 syntax class to search for whitespace on a single line
374 (Message-ID: <4D938140.4030905@redhat.com>).
376 2011-03-30 Leo Liu <sdl.web@gmail.com>
378 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
380 (edit-abbrevs-map): Bind them here.
381 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
383 2011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
385 * allout.el (allout-hide-by-annotation, allout-flag-region):
386 Reduce possibility of overlay leakage by making them volatile.
388 * allout-widgets.el (allout-widgets-tally): Define as nil so the
389 hash is not shared between buffers. Mode initialization is
390 responsible for giving it a useful starting value.
391 (allout-item-span): Reduce possibility of overlay leakage by
392 making them volatile.
393 (allout-widgets-count-buttons-in-region): Add diagnostic function
394 for tracking down button overlay leaks.
396 2011-03-29 Leo Liu <sdl.web@gmail.com>
398 * ido.el (ido-read-internal): Use the default history var
399 minibuffer-history if no HISTORY is specified.
401 2011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
403 * net/imap.el (imap-shell-open, imap-process-connection-type):
404 Use imap-process-connection-type for 'shell' streams as well as
405 Kerberos, SSL, other subprocesses.
407 2011-03-28 Leo Liu <sdl.web@gmail.com>
409 * abbrev.el (abbrev-table-empty-p): New function.
410 (prepare-abbrev-list-buffer): Place empty abbrev tables after
411 nonempty ones. (Bug#5937)
413 2011-03-27 Jan Djärv <jan.h.d@swipnet.se>
415 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
417 2011-03-27 Leo Liu <sdl.web@gmail.com>
419 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
420 for foreground and background colors.
421 (ansi-color-make-color-map): Adapt.
423 2011-03-25 Leo Liu <sdl.web@gmail.com>
425 * midnight.el (midnight-time-float): Remove. Note it calculates
426 the microsecond component incorrectly and seconds-to-time does the
428 Remove redundant (require 'timer).
430 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
431 (ido-completions): Remove unused arguments. (Bug#8329)
433 2011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
435 * minibuffer.el (completion--flush-all-sorted-completions):
436 Remove itself from hook.
437 (completion-at-point): Let the functions perform the completion
438 immediately and return nil or t.
439 * comint.el (comint-dynamic-complete-functions): Now identical to
440 completion-at-point-functions.
441 (comint-dynamic-list-input-ring): Remove unused var `index'.
442 (comint--match-partial-filename, comint--unquote&expand-filename):
443 New funs, split from comint-match-partial-filename.
444 (comint-dynamic-complete): Use completion-at-point.
445 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
447 2011-03-24 Drew Adams <drew.adams@oracle.com>
449 * thingatpt.el: Support `defun'.
451 2011-03-23 Leo Liu <sdl.web@gmail.com>
453 * abbrevlist.el: Move to obsolete/abbrevlist.el.
455 * help-mode.el (help-mode-finish): Tweak regexp.
457 2011-03-23 Glenn Morris <rgm@gnu.org>
459 * eshell/esh-opt.el (eshell-eval-using-options):
460 Do not bind unused local variable `eshell-option-stub'.
462 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
464 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
466 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
467 keymap variable in `with-no-warnings' to avoid a warning when the
468 keymap has been already `defconst'ed.
470 2011-03-22 Leo Liu <sdl.web@gmail.com>
472 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
473 encode all chars in abbrevs; otherwise use emacs-mule or
474 utf-8-emacs. (Bug#8308)
476 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
478 * simple.el (backward-delete-char-untabify):
479 Avoid warning about using `delete-backward-char'.
481 * image.el (image-type-file-name-regexps): Make it variable.
482 `imagemagick-register-types' modifies it, and the user may want
483 to add new extensions for known image types.
484 (imagemagick-register-types): Throw error if not using ImageMagick.
486 2011-03-22 Leo Liu <sdl.web@gmail.com>
488 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
489 located before rcirc-prompt-end-marker.
490 (rcirc-complete): Error if point is not after rcirc prompt.
491 Handle the case when table is nil.
492 (rcirc-user-authenticated): Define to fix compiler warning.
494 2011-03-22 Chong Yidong <cyd@stupidchicken.com>
496 * custom.el (custom--inhibit-theme-enable): Make it affect only
497 custom-theme-set-variables and custom-theme-set-faces.
498 (provide-theme): Ignore custom--inhibit-theme-enable.
499 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
500 (custom-enabling-themes): Delete variable.
501 (enable-theme): Accept only loaded themes as arguments.
502 Ignore the special custom-enabled-themes variable.
503 (custom-enabled-themes): Forbid themes from setting this.
504 Eliminate use of custom-enabling-themes.
505 (custom-push-theme): Quote "changed" custom var entry.
507 2011-03-21 Leo Liu <sdl.web@gmail.com>
509 * ido.el (ido-read-internal): Add ido-selected to history instead
512 2011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
514 * subr.el (deferred-action-list, deferred-action-function):
517 2011-03-21 Leo Liu <sdl.web@gmail.com>
519 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
520 change on 2011-02-13 (bug#8309).
522 * minibuffer.el (read-file-name-function): Change default value.
523 (read-file-name--defaults): Rename from read-file-name-defaults.
524 (read-file-name-default): Rename from read-file-name.
525 (read-file-name): Call read-file-name-function.
527 2011-03-21 Glenn Morris <rgm@gnu.org>
529 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
532 2011-03-21 Chong Yidong <cyd@stupidchicken.com>
534 * cus-theme.el: Add missing provide statement.
535 (customize-create-theme): Extract theme value correctly.
536 (custom-theme-visit-theme): Autoload.
537 (customize-create-theme): Prompt before inserting default faces.
539 2011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
541 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
542 units and musical notes.
544 2011-03-20 Leo <sdl.web@gmail.com>
546 * ido.el (ido-read-internal): Use completing-read-default.
547 (ido-completing-read): Fix compatibility with completing-read.
549 2011-03-20 Christian Ohler <ohler@gnu.org>
551 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
552 (ert-delete-all-tests): Use `called-interactively-p' rather than
554 (ert--make-xrefs-region): Respect END.
556 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
558 * dired-aux.el (dired-create-directory): Signal an error if the
559 directory already exists (Bug#8246).
561 * facemenu.el (list-colors-display): Call list-faces-display
562 inside with-help-window.
563 (list-colors-print): Use display property to align the final
564 column, instead of checking window-width.
566 2011-03-19 Eli Zaretskii <eliz@gnu.org>
568 * emerge.el (emerge-metachars): Separate value for ms-dos and
570 (emerge-protect-metachars): Quote correctly for ms-dos and
573 2011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
575 * info.el (info-initialize): Replace all uses of `:' with
576 path-separator for compatibility with non-Unix systems.
577 Cache quoting of path-separator. (Bug#8258)
579 2011-03-19 Juanma Barranquero <lekktu@gmail.com>
581 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
582 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
583 (mouse-avoidance-mode): Fix typos in docstrings.
585 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
587 * startup.el (package-subdirectory-regexp): Move from package.el.
588 Omit \\` and \\', and let callers add them.
590 * emacs-lisp/package.el (package-strip-version)
591 (package-load-all-descriptors): Add \\` and \\' to
592 package-subdirectory-regexp before using it.
593 (package-untar-buffer): New arg DIR; ensure that file untars only
594 into this expected directory. Remove superfluous delete-region.
595 (package-unpack): Caller changed.
596 (package-tar-file-info): Use package-subdirectory-regexp.
598 2011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
600 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
601 diff-mode-shared-map (bug#8284).
602 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
604 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
606 * calendar/time-date.el (format-seconds): Use assoc instead of
607 assoc-string, since assoc-string doesn't exist in XEmacs.
609 2011-03-17 Juanma Barranquero <lekktu@gmail.com>
611 * custom.el (custom-known-themes): Reflow docstring.
612 (custom-theme-load-path): Fix typo in docstring.
613 (load-theme): Fix typo in error message.
614 (custom-available-themes, custom-variable-theme-value):
615 Use `let', not `let*'.
617 2011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
619 * calc/README: Mention inclusion of musical notes.
621 * calc/calc-units.el (calc-lu-quant): Rename from
622 `calc-logunits-quantity'.
623 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
624 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
625 (calc-db): Rename from `calc-dblevel'.
626 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
627 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
628 (calc-np): Rename from `calc-nplevel'.
629 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
630 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
631 (calc-lu-plus): Rename from `calc-logunits-add'.
632 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
633 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
634 (calc-lu-minus): Rename from `calc-logunits-sub'.
635 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
636 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
637 (calc-lu-times): Rename from `calc-logunits-mul'.
638 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
639 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
640 (calc-lu-divide): Rename from `calc-logunits-div'.
641 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
642 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
644 * calc/calc-ext.el (calc-init-extensions): Update the names of the
645 functions being autoloaded.
647 * calc/calc.el (calc-lu-power-reference): Rename from
648 `calc-logunits-power-reference'.
649 (calc-lu-field-reference): Rename from
650 `calc-logunits-field-reference'.
652 * calc/calc-help (calc-l-prefix-help): Mention musical note functions.
654 2011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
656 * minibuffer.el (completion-all-sorted-completions):
657 Use :completion-cycle-penalty text property if present.
659 2011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
661 * allout.el (allout-yank-processing): Adjust for new rebulleting
662 regime so bullet being yanked is used without prompting the user
665 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
667 * startup.el (command-line): Warn the user that _emacs is deprecated.
669 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
671 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
672 (delphi-verbose, delphi-comment-face, delphi-string-face)
673 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
674 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
675 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
676 (delphi-new-comment-line, delphi-font-lock-defaults)
677 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
678 Fix typos in docstrings.
680 2011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
682 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
683 Invert the roles of character and string values for INSTEAD, so a
684 string is used for the more common case of a defaulting prompt.
686 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
688 * progmodes/ruby-mode.el (ruby-backward-sexp):
689 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
690 * play/gamegrid.el (gamegrid-make-face):
691 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
692 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
693 * notifications.el (notifications-notify):
694 * net/xesam.el (xesam-search-engines):
695 * net/quickurl.el (quickurl-list-insert):
696 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
698 2011-03-15 Chong Yidong <cyd@stupidchicken.com>
700 * startup.el (command-line): Update package subdirectory regexp.
702 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
704 * allout.el (allout-abbreviate-flattened-numbering)
705 (allout-mode-deactivate-hook): Fix up obsolescence "date".
707 * subr.el (read-char-choice): Only show the cursor after the prompt,
708 not after the answer.
710 2011-03-15 Kevin Ryde <user42@zip.com.au>
712 * help-fns.el (variable-at-point): Skip leading quotes, if any
715 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
717 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
720 2011-03-14 Michael Albinus <michael.albinus@gmx.de>
722 * shell.el (shell): When called interactively, offer to change the
723 shell file name on remote hosts.
725 2011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
727 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
728 integration for LDAP parameters. The host, base, user or binddn,
729 and secret tokens can be specified in a netrc file, for instance.
730 This is optional because an `auth-source' parameter must be
731 specified in the search attributes.
733 2011-03-13 Juanma Barranquero <lekktu@gmail.com>
735 * help.el (describe-mode): Link to the mode's definition (bug#8185).
737 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
739 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
740 into declaration. Remove redundant and harmful binding.
742 2011-03-12 Eli Zaretskii <eliz@gnu.org>
744 * files.el (file-ownership-preserved-p): Pass `integer' as an
745 explicit 2nd argument to `file-attributes'. If the file's owner
746 is the Administrators group on Windows, and the current user is
747 Administrator, consider that a match.
749 * server.el (server-ensure-safe-dir): Consider server directory
750 safe on MS-Windows if its owner is the Administrators group while
751 the current Emacs user is Administrator. Use `=' to compare
752 numerical UIDs, since they could be integers or floats.
754 2011-03-12 Juanma Barranquero <lekktu@gmail.com>
756 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
758 2011-03-12 Michael Albinus <michael.albinus@gmx.de>
760 Sync with Tramp 2.2.1.
762 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
764 * net/trampver.el: Update release number.
766 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
768 * progmodes/compile.el (compilation--previous-directory): Fix up
769 various nil/dead-marker mismatches (bug#8014).
770 (compilation-directory-properties, compilation-error-properties):
771 Don't call it at a position past the one we're about to change.
773 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
774 Disable obsolescence warnings in the file that declares it.
776 2011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
778 * allout-widgets.el (allout-widgets-tally): Initialize
779 allout-widgets-tally as a hash table rather than nil to prevent
780 mode-line redisplay warnings.
781 Also, clarify the module description and fix a comment typo.
783 2011-03-11 Juanma Barranquero <lekktu@gmail.com>
785 * help-fns.el (describe-variable): Don't complete keywords.
786 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
788 2011-03-10 Chong Yidong <cyd@stupidchicken.com>
790 * emacs-lisp/package.el (package-version-join): Impose a standard
791 string representation for pre/alpha/beta version lists.
792 (package-unpack-single): Standardize the directory name by passing
793 it through package-version-join.
794 (package-strip-rcs-id): Accept any version string that does not
795 signal an error in version-to-list.
797 2011-03-10 Michael Albinus <michael.albinus@gmx.de>
799 * simple.el (delete-trailing-whitespace): Return nil for the
800 benefit of `write-file-functions'.
802 2011-03-10 Glenn Morris <rgm@gnu.org>
804 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
806 * vc/vc-git.el (vc-git-program): New option.
807 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
808 (vc-git--call): Use it.
810 * eshell/esh-util.el (eshell-condition-case): Doc fix.
812 * cus-edit.el (Custom-newline): If no button at point, look
813 for a subgroup button at start-of-line. (Bug#2298)
815 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
817 2011-03-10 Julien Danjou <julien@danjou.info>
819 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
820 `cursor-type' is nil.
822 2011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
824 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
826 2011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
828 * allout.el Summary: Change so yank of distinctive-bullet items
829 preserves the existing header prefix, rebulleting it if necessary,
830 rather than replacing it. This is necessary for proper operation
831 of cooperative addons like allout-widgets.
832 (allout-make-topic-prefix, allout-rebullet-heading): Change
833 SOLICIT arg to INSTEAD, and interpret additionally a string value
834 as alternate bullet to be used, instead of prompting the user for
837 2011-03-09 Michael Albinus <michael.albinus@gmx.de>
839 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
840 Do not use `tramp-file-name-port', because this returns also
841 `tramp-default-port'.
843 2011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
845 * net/rcirc.el (rcirc-handler-001): Remove useless
846 with-rcirc-process-buffer.
847 (rcirc-check-auth-status): Swap arguments to string-match.
849 2011-03-09 Glenn Morris <rgm@gnu.org>
851 * shell.el (shell-mode):
852 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
854 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
855 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
857 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
859 * emacs-lisp/package.el (package-refresh-contents)
860 (package-menu-execute): Use condition-case-no-debug.
862 2011-03-08 Michael Albinus <michael.albinus@gmx.de>
864 * simple.el (shell-command-to-string): Use `process-file'.
866 * emacs-lisp/package.el (package-tar-file-info): Handle also
869 * emacs-lisp/package-x.el (package-upload-buffer-internal):
870 Use `equal' for upload base check.
872 2011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
874 * textmodes/texinfo.el (texinfo-environments):
875 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
877 2011-03-08 Glenn Morris <rgm@gnu.org>
879 * cus-start.el (cursor-in-non-selected-windows):
880 Fix :set quoting oddness. (Bug#8192)
882 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
883 in some setf expressions. (Bug#2159)
885 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
887 * custom.el (custom-available-themes): Return themes in
890 See ChangeLog.15 for earlier changes.
896 Copyright (C) 2011 Free Software Foundation, Inc.
898 This file is part of GNU Emacs.
900 GNU Emacs is free software: you can redistribute it and/or modify
901 it under the terms of the GNU General Public License as published by
902 the Free Software Foundation, either version 3 of the License, or
903 (at your option) any later version.
905 GNU Emacs is distributed in the hope that it will be useful,
906 but WITHOUT ANY WARRANTY; without even the implied warranty of
907 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
908 GNU General Public License for more details.
910 You should have received a copy of the GNU General Public License
911 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.