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