* lisp/ido.el (ido-delete-ignored-files): Remove.
[bpt/emacs.git] / lisp / ChangeLog
1 2013-06-12 Glenn Morris <rgm@gnu.org>
2
3 * ido.el (ido-delete-ignored-files): Remove.
4 (ido-wide-find-dirs-or-files, ido-make-file-list-1):
5 Go back to calling ido-ignore-item-p directly.
6
7 2013-06-12 Eyal Lotem <eyal.lotem@gmail.com> (tiny change)
8
9 * ido.el (ido-wide-find-dirs-or-files): Respect ido-case-fold.
10
11 * ido.el (ido-delete-ignored-files): New function,
12 split from ido-make-file-list-1.
13 (ido-wide-find-dirs-or-files): Maybe ignore files. (Bug#13003)
14 (ido-make-file-list-1): Use ido-delete-ignored-files.
15
16 2013-06-12 Leo Liu <sdl.web@gmail.com>
17
18 * progmodes/octave.el (inferior-octave-startup)
19 (inferior-octave-completion-table)
20 (inferior-octave-track-window-width-change)
21 (octave-eldoc-function-signatures, octave-help)
22 (octave-find-definition): Use single quoted strings.
23 (inferior-octave-startup-args): Change default value.
24 (inferior-octave-startup): Do not hard code "-i" and
25 "--no-line-editing".
26 (inferior-octave-resync-dirs): Add optional arg NOERROR.
27 (inferior-octave-directory-tracker): Use it.
28 (octave-goto-function-definition): Robustify.
29 (octave-help): Support highlighting operators in 'See also'.
30 (octave-find-definition): Find subfunctions only in Octave mode.
31
32 2013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
33
34 * help-fns.el (help-fns--compiler-macro): If the handler function is
35 named, then put a link to it.
36 * help-mode.el (help-function-cmacro): Adjust regexp for cl-lib names.
37 * emacs-lisp/cl-macs.el (cl--compiler-macro-typep): New function.
38 (cl-typep): Use it.
39 (cl-eval-when): Simplify debug spec.
40 (cl-define-compiler-macro): Use eval-and-compile. Give a name to the
41 compiler-macro function instead of setting `compiler-macro-file'.
42
43 2013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
44 Daniel Hackney <dan@haxney.org>
45
46 First part of Daniel Hackney's patch to package.el.
47 * emacs-lisp/package.el: Use defstruct.
48 (package-desc): New, main struct.
49 (package--bi-desc, package--ac-desc): New structs, used to describe the
50 format in external files.
51 (package-desc-vers): Replace with package-desc-version accessor.
52 (package-desc-doc): Replace with package-desc-summary accessor.
53 (package-activate-1): Remove `package' arg since the pkg-vec now
54 includes the name.
55 (define-package): Use package-desc-from-define.
56 (package-unpack-single): Change file-name arg to be a symbol.
57 (package--add-to-archive-contents): Use package-desc-create and new
58 accessor functions to package--ac-desc.
59 (package-buffer-info, package-tar-file-info): Return a package-desc.
60 (package-install-from-buffer): Remove `type' argument. Change pkg-info
61 arg to be a package-desc.
62 (package-install-file): Adjust accordingly. Use \' to match EOS.
63 (package--from-builtin): New function.
64 (describe-package-1, package-menu--generate): Use it.
65 (package--make-autoloads-and-compile): Change name arg to be a symbol.
66 (package-generate-autoloads): Idem and return the name of the file.
67 * emacs-lisp/package-x.el (package-upload-buffer-internal):
68 Change pkg-info arg to be a package-desc.
69 Use package-make-ac-desc.
70 (package-upload-file): Use \' to match EOS.
71 * finder.el (finder-compile-keywords): Use package-make-builtin.
72
73 2013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
74
75 * vc/vc.el (vc-deduce-fileset): Change error message.
76 (vc-read-backend): New function.
77 (vc-next-action): Use it.
78
79 * subr.el (function-arity): Remove (mistakenly added) (bug#14590).
80
81 * progmodes/prolog.el (prolog-make-keywords-regexp): Remove.
82 (prolog-font-lock-keywords): Use regexp-opt instead.
83 Don't manually highlight strings.
84 (prolog-mode-variables): Simplify comment-start-skip.
85 (prolog-consult-compile): Use display-buffer. Remove unused old-filter.
86
87 * emacs-lisp/generic.el (generic--normalise-comments)
88 (generic-set-comment-syntax, generic-set-comment-vars): New functions.
89 (generic-mode-set-comments): Use them.
90 (generic-bracket-support): Use setq-local.
91 (generic-make-keywords-list): Declare obsolete.
92
93 2013-06-11 Glenn Morris <rgm@gnu.org>
94
95 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
96 Prettify after setting font-lock-defaults. (Bug#14574)
97
98 2013-06-11 Juanma Barranquero <lekktu@gmail.com>
99
100 * replace.el (query-replace, occur-read-regexp-defaults-function)
101 (replace-search):
102 * subr.el (declare-function, number-sequence, local-set-key)
103 (substitute-key-definition, locate-user-emacs-file)
104 (with-silent-modifications, split-string, eval-after-load):
105 Fix typos, remove unneeded backslashes and reflow some docstrings.
106
107 2013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
108
109 * international/mule-conf.el (file-coding-system-alist): Use utf-8 as
110 default for Elisp files.
111
112 2013-06-11 Glenn Morris <rgm@gnu.org>
113
114 * vc/log-view.el (log-view-mode-map): Inherit from special-mode-map,
115 although define-derived-mode was doing this anyway. (Bug#14583)
116
117 2013-06-10 Juanma Barranquero <lekktu@gmail.com>
118
119 * allout.el (allout-encryption-plaintext-sanitization-regexps):
120 Fix make-variable-buffer-local call to refer to the correct variable.
121
122 2013-06-10 Aidan Gauland <aidalgol@amuri.net>
123
124 * eshell/em-term.el (eshell-visual-commands)
125 (eshell-visual-subcommands, eshell-visual-options):
126 Add summary line to docstrings. Add cross-references.
127
128 2013-06-10 Glenn Morris <rgm@gnu.org>
129
130 * epa.el (epa-read-file-name): New function. (Bug#14510)
131 (epa-decrypt-file): Make plain-file optional. Use epa-read-file-name.
132
133 2013-06-09 Aidan Gauland <aidalgol@amuri.net>
134
135 * eshell/em-term.el (eshell-visual-command-p): Fix bug that caused
136 output redirection to be ignored with visual commands.
137
138 2013-06-09 Aidan Gauland <aidalgol@amuri.net>
139
140 * eshell/em-term.el (eshell-visual-command-p): New function.
141 (eshell-term-initialize): Move long lambda to separate function
142 eshell-visual-command-p.
143 * eshell/em-dirs.el (eshell-dirs-initialise):
144 * eshell/em-script.el (eshell-script-initialize):
145 Add missing #' to lambda.
146
147 2013-06-08 Leo Liu <sdl.web@gmail.com>
148
149 * progmodes/octave.el (octave-add-log-current-defun): New function.
150 (octave-mode): Set add-log-current-defun-function.
151 (octave-goto-function-definition): Do not move point if not found.
152 (octave-find-definition): Enhance to try subfunctions first.
153
154 2013-06-08 Glenn Morris <rgm@gnu.org>
155
156 * emacs-lisp/bytecomp.el (byte-compile-char-before)
157 (byte-compile-backward-char, byte-compile-backward-word):
158 Improve previous change, to handle non-explicit nil.
159
160 2013-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
161
162 * emacs-lisp/smie.el: Improve show-paren-mode behavior.
163 (smie--opener/closer-at-point): New function.
164 (smie--matching-block-data): Use it. Don't match from right after an
165 opener or right before a closer. Obey smie-blink-matching-inners.
166 Don't signal a mismatch for repeated inners like "switch..case..case".
167
168 2013-06-07 Leo Liu <sdl.web@gmail.com>
169
170 * progmodes/octave.el (octave-mode): Set comment-use-global-state
171 to t. (Bug#14303)
172 (octave-function-header-regexp): Fix. (Bug#14570)
173 (octave-help-mode-finish-hook, octave-help-mode-finish):
174 Remove. Just use temp-buffer-show-hook.
175
176 * newcomment.el (comment-search-backward): Revert last change.
177 (Bug#14434)
178
179 * emacs-lisp/smie.el (smie--matching-block-data): Minor simplification.
180
181 2013-06-07 Eli Zaretskii <eliz@gnu.org>
182
183 * Makefile.in (TAGS TAGS-LISP): Pass the (long) list of *.el files
184 through xargs, to avoid failure due to MS-Windows limitations on
185 command-line length.
186
187 2013-06-06 Glenn Morris <rgm@gnu.org>
188
189 * font-lock.el (lisp-font-lock-keywords-2):
190 Treat user-error like error.
191
192 * emacs-lisp/bytecomp.el (byte-compile-char-before)
193 (byte-compile-backward-char, byte-compile-backward-word):
194 Handle explicit nil arguments. (Bug#14565)
195
196 2013-06-05 Alan Mackenzie <acm@muc.de>
197
198 * isearch.el (isearch-allow-prefix): New user option.
199 (isearch-other-meta-char): Don't exit isearch when a prefix
200 argument is typed whilst `isearch-allow-prefix' is non-nil.
201 (Bug#9706)
202
203 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
204
205 * autorevert.el (auto-revert-notify-handler): Use memq.
206 Hide assertion failure.
207
208 * skeleton.el: Use cl-lib.
209 (skeleton-further-elements): Use defvar-local.
210 (skeleton-insert): Use cl-progv.
211
212 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
213
214 * progmodes/prog-mode.el (prog-prettify-symbols)
215 (prog-prettify-install): Update docstrings.
216
217 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
218
219 * simple.el: Move all the prog-mode code to prog-mode.el.
220 * progmodes/prog-mode.el: New file.
221 * loadup.el: Add prog-mode.el.
222
223 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
224
225 * simple.el (prog-prettify-symbols): Add version.
226 (prog-prettify-install): Add convenience function to prettify symbols.
227
228 * progmodes/perl-mode.el (perl--augmented-font-lock-keywords)
229 (perl--augmented-font-lock-keywords-1)
230 (perl--augmented-font-lock-keywords-2, perl-mode): Remove unneeded
231 variables and use it.
232
233 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
234 (cfengine3-mode): Remove unneeded variable and use it.
235
236 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
237 (lisp--augmented-font-lock-keywords-1)
238 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables):
239 Remove unneeded variables and use it.
240
241 2013-06-05 João Távora <joaotavora@gmail.com>
242
243 * net/tls.el (open-tls-stream): Remove unneeded buffer contents up
244 to point when opening the connection. (Bug#14380)
245
246 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
247
248 * subr.el (load-history-regexp, load-history-filename-element)
249 (eval-after-load, after-load-functions, do-after-load-evaluation)
250 (eval-next-after-load, display-delayed-warnings)
251 (collapse-delayed-warnings, delayed-warnings-hook): Move after the
252 definition of save-match-data.
253 (overriding-local-map): Remove accidental obsolescence declaration.
254
255 * emacs-lisp/edebug.el (edebug-result): Move before first use.
256
257 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
258
259 Generalize symbol prettify support to prog-mode and implement it
260 for perl-mode, cfengine3-mode, and emacs-lisp-mode.
261 * simple.el (prog-prettify-symbols-alist, prog-prettify-symbols)
262 (prog--prettify-font-lock-compose-symbol)
263 (prog-prettify-font-lock-symbols-keywords): New variables and
264 functions to support symbol prettification.
265 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
266 (lisp--augmented-font-lock-keywords-1)
267 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables)
268 (lisp--prettify-symbols-alist): Implement prettify of lambda.
269 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
270 (cfengine3--prettify-symbols-alist, cfengine3-mode):
271 Implement prettify of -> => :: strings.
272 * progmodes/perl-mode.el (perl-prettify-symbols)
273 (perl--font-lock-compose-symbol)
274 (perl--font-lock-symbols-keywords): Move to prog-mode.
275 (perl--prettify-symbols-alist): Prettify -> => :: strings.
276 (perl-font-lock-keywords-1)
277 (perl-font-lock-keywords-2): Remove explicit prettify support.
278 (perl--augmented-font-lock-keywords)
279 (perl--augmented-font-lock-keywords-1)
280 (perl--augmented-font-lock-keywords-2, perl-mode):
281 Implement prettify support.
282
283 2013-06-05 Leo Liu <sdl.web@gmail.com>
284
285 Re-implement smie matching block highlight using
286 show-paren-data-function. (Bug#14395)
287 * emacs-lisp/smie.el (smie-matching-block-highlight)
288 (smie--highlight-matching-block-overlay)
289 (smie--highlight-matching-block-lastpos)
290 (smie-highlight-matching-block)
291 (smie-highlight-matching-block-mode): Remove.
292 (smie--matching-block-data-cache): New variable.
293 (smie--matching-block-data): New function.
294 (smie-setup): Use smie--matching-block-data for
295 show-paren-data-function.
296
297 * progmodes/octave.el (octave-mode-menu): Fix.
298 (octave-find-definition): Skip garbage lines.
299
300 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
301
302 Fix compilation error with simultaneous dynamic+lexical scoping.
303 Add warning when a defvar appears after the first let-binding.
304 * emacs-lisp/bytecomp.el (byte-compile-lexical-variables): New var.
305 (byte-compile-close-variables): Initialize it.
306 (byte-compile--declare-var): New function.
307 (byte-compile-file-form-defvar)
308 (byte-compile-file-form-define-abbrev-table)
309 (byte-compile-file-form-custom-declare-variable): Use it.
310 (byte-compile-make-lambda-lexenv): Change the argument. Simplify.
311 (byte-compile-lambda): Share call to byte-compile-arglist-vars.
312 (byte-compile-bind): Handle dynamic bindings that shadow
313 lexical bindings.
314 (byte-compile-unbind): Make arg non-optional.
315 (byte-compile-let): Simplify.
316 * emacs-lisp/cconv.el (byte-compile-lexical-variables): Declare var.
317 (cconv--analyse-function, cconv-analyse-form): Populate it.
318 Protect byte-compile-bound-variables to limit the scope of defvars.
319 (cconv-analyse-form): Add missing rule for (defvar <foo>).
320 Remove unneeded rule for `declare'.
321
322 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin): Use macroexp-let2
323 so as to avoid depending on cl-adjoin at run-time.
324 * emacs-lisp/cl-lib.el (cl-pushnew): Use backquotes.
325
326 * emacs-lisp/macroexp.el (macroexp--compiling-p): New function.
327 (macroexp--warn-and-return): Use it.
328
329 2013-06-05 Leo Liu <sdl.web@gmail.com>
330
331 * eshell/esh-mode.el (eshell-mode): Fix key bindings.
332
333 2013-06-04 Leo Liu <sdl.web@gmail.com>
334
335 * progmodes/compile.el (compile-goto-error): Add optional arg NOMSG.
336 (compilation-auto-jump): Suppress the "Mark set" message to give
337 way to exit message.
338
339 2013-06-04 Alan Mackenzie <acm@muc.de>
340
341 Remove faulty optimisation from indentation calculation.
342 * progmodes/cc-engine.el (c-guess-basic-syntax): Don't calculate
343 search limit based on 2000 characters back from indent-point.
344
345 2013-06-03 Tassilo Horn <tsdh@gnu.org>
346
347 * eshell/em-term.el (cl-lib): Require `cl-lib'.
348
349 2013-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
350
351 * emacs-lisp/lisp.el: Use lexical-binding.
352 (lisp--local-variables-1, lisp--local-variables): New functions.
353 (lisp--local-variables-completion-table): New var.
354 (lisp-completion-at-point): Use it complete let-bound vars.
355
356 * emacs-lisp/lisp-mode.el (eval-sexp-add-defvars): Expand macros
357 eagerly (bug#14422).
358
359 2013-06-03 Michael Albinus <michael.albinus@gmx.de>
360
361 * autorevert.el (auto-revert-notify-enabled)
362 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
363 (auto-revert-notify-event-p, auto-revert-notify-event-file-name)
364 (auto-revert-notify-handler): Handle also gfilenotify.
365
366 * subr.el (file-notify-handle-event): New defun. Replacing ...
367 (inotify-event-p, inotify-handle-event, w32notify-handle-event):
368 Remove.
369
370 2013-06-03 Juri Linkov <juri@jurta.org>
371
372 * bindings.el (search-map): Bind `highlight-symbol-at-point' to
373 `M-s h .'. (Bug#14427)
374
375 * hi-lock.el (highlight-symbol-at-point): New alias for the new
376 command `hi-lock-face-symbol-at-point'.
377 (hi-lock-face-symbol-at-point): New command.
378 (hi-lock-map): Bind `highlight-symbol-at-point' to `C-x w .'.
379 (hi-lock-menu): Add `highlight-symbol-at-point'.
380 (hi-lock-mode): Doc fix.
381
382 * isearch.el (isearch-forward-symbol-at-point): New command.
383 (search-map): Bind `isearch-forward-symbol-at-point' to `M-s .'.
384 (isearch-highlight-regexp): Add a regexp which matches
385 words/symbols for word/symbol mode.
386
387 * subr.el (find-tag-default-bounds): New function with the body
388 mostly moved from `find-tag-default'.
389 (find-tag-default): Move most code to `find-tag-default-bounds',
390 call it and apply `buffer-substring-no-properties' afterwards.
391
392 2013-06-03 Tassilo Horn <tsdh@gnu.org>
393
394 * eshell/em-term.el (eshell-term-initialize):
395 Use `cl-intersection' rather than `intersection'.
396
397 2013-06-02 Xue Fuqiao <xfq.free@gmail.com>
398
399 * vc/log-view.el: Doc fix.
400 (log-view-mode-map): Copy keymap from `special-mode-map'.
401
402 2013-06-02 Eric Ludlam <zappo@gnu.org>
403
404 * emacs-lisp/eieio.el (eieio--defalias, eieio-hook)
405 (eieio-error-unsupported-class-tags, eieio-skip-typecheck)
406 (eieio-optimize-primary-methods-flag, eieio-initializing-object)
407 (eieio-unbound, eieio-default-superclass)
408 (eieio--define-field-accessors, method-static, method-before)
409 (method-primary, method-after, method-num-lists)
410 (method-generic-before, method-generic-primary)
411 (method-generic-after, method-num-slots)
412 (eieio-specialized-key-to-generic-key)
413 (eieio--check-type, class-v, class-p)
414 (eieio-class-name, define-obsolete-function-alias)
415 (eieio-class-parents-fast, eieio-class-children-fast)
416 (same-class-fast-p, class-constructor, generic-p)
417 (generic-primary-only-p, generic-primary-only-one-p)
418 (class-option-assoc, class-option, eieio-object-p)
419 (class-abstract-p, class-method-invocation-order)
420 (eieio-defclass-autoload-map, eieio-defclass-autoload)
421 (eieio-class-un-autoload, eieio-defclass)
422 (eieio-eval-default-p, eieio-perform-slot-validation-for-default)
423 (eieio-add-new-slot, eieio-copy-parents-into-subclass)
424 (eieio--defgeneric-init-form, eieio-defgeneric-form)
425 (eieio-defgeneric-reset-generic-form)
426 (eieio-defgeneric-form-primary-only)
427 (eieio-defgeneric-reset-generic-form-primary-only)
428 (eieio-defgeneric-form-primary-only-one)
429 (eieio-defgeneric-reset-generic-form-primary-only-one)
430 (eieio-unbind-method-implementations)
431 (eieio--defmethod, eieio--typep)
432 (eieio-perform-slot-validation, eieio-validate-slot-value)
433 (eieio-validate-class-slot-value, eieio-barf-if-slot-unbound)
434 (eieio-oref, eieio-oref-default, eieio-default-eval-maybe)
435 (eieio-oset, eieio-oset-default, eieio-slot-originating-class-p)
436 (eieio-slot-name-index, eieio-class-slot-name-index)
437 (eieio-set-defaults, eieio-initarg-to-attribute)
438 (eieio-attribute-to-initarg, eieio-c3-candidate)
439 (eieio-c3-merge-lists, eieio-class-precedence-c3)
440 (eieio-class-precedence-dfs, eieio-class-precedence-bfs)
441 (eieio-class-precedence-list, eieio-generic-call-methodname)
442 (eieio-generic-call-arglst, eieio-generic-call-key)
443 (eieio-generic-call-next-method-list)
444 (eieio-pre-method-execution-functions, eieio-generic-call)
445 (eieio-generic-call-primary-only, eieiomt-method-list)
446 (eieiomt-optimizing-obarray, eieiomt-install)
447 (eieiomt-add, eieiomt-next, eieiomt-sym-optimize)
448 (eieio-generic-form, eieio-defmethod, make-obsolete)
449 (eieio-defgeneric, make-obsolete): Move to eieio-core.el
450 (defclass): Remove `eval-and-compile' from macro.
451 (call-next-method, shared-initialize): Instead of using
452 `scoped-class' variable, use new eieio--scoped-class, and
453 eieio--with-scoped-class.
454 (initialize-instance): Rename local variable 'scoped-class' to
455 'this-class' to remove ambiguitity from old global.
456
457 * emacs-lisp/eieio-core.el: New file. Derived from key parts of
458 eieio.el.
459 (eieio--scoped-class-stack): New variable
460 (eieio--scoped-class): New fcn
461 (eieio--with-scoped-class): New scoping macro.
462 (eieio-defclass): Use pushnew instead of add-to-list.
463 (eieio-defgeneric-form-primary-only-one, eieio-oset-default)
464 (eieio-slot-name-index, eieio-set-defaults, eieio-generic-call)
465 (eieio-generic-call-primary-only, eieiomt-add): Instead of using
466 `scoped-class' variable, use new eieio--scoped-class, and
467 eieio--with-scoped-class.
468
469 * emacs-lisp/eieio-base.el (cl-lib): Require during compile.
470
471 2013-06-02 Tassilo Horn <tsdh@gnu.org>
472
473 * eshell/esh-ext.el (eshell-external-command): Pass args to
474 `eshell-find-interpreter'.
475 (eshell-find-interpreter): Add new second parameter ARGS.
476
477 * eshell/em-script.el (eshell-script-initialize): Add second arg
478 to the function added as MATCH to `eshell-interpreter-alist'.
479
480 * eshell/em-dirs.el (eshell-dirs-initialize): Add second arg to
481 the function added as MATCH to `eshell-interpreter-alist'.
482
483 * eshell/em-term.el (eshell-visual-subcommands): New defcustom.
484 (eshell-visual-options): New defcustom.
485 (eshell-escape-control-x): Adapt docstring.
486 (eshell-term-initialize): Test `eshell-visual-subcommands' and
487 `eshell-visual-options' in addition to `eshell-visual-commands'.
488 (eshell-exec-visual): Pass args to `eshell-find-interpreter'.
489
490 2013-06-01 Fabián Ezequiel Gallina <fgallina@gnu.org>
491
492 * progmodes/python.el (python-indent-block-enders): Add break,
493 continue and raise keywords.
494
495 2013-06-01 Glenn Morris <rgm@gnu.org>
496
497 * pcmpl-gnu.el (pcomplete/tar): Check obsolete variable is bound.
498
499 Plain (f)boundp silences compilation warnings since Emacs 22.1.
500 * progmodes/cc-cmds.el (delete-forward-p):
501 * progmodes/cc-defs.el (buffer-syntactic-context-depth):
502 * progmodes/cc-engine.el (buffer-syntactic-context):
503 * progmodes/cc-fonts.el (face-property-instance):
504 * progmodes/cc-mode.el (set-keymap-parents):
505 * progmodes/cc-vars.el (get-char-table): No need for cc-bytecomp-defun.
506 * progmodes/cc-defs.el (c-set-region-active, c-beginning-of-defun-1)
507 * progmodes/cc-mode.el (c-make-inherited-keymap): Use plain fboundp.
508 * progmodes/cc-defs.el (zmacs-region-stays, zmacs-regions)
509 (lookup-syntax-properties): Remove unecessary cc-bytecomp-defvar.
510
511 * progmodes/cc-vars.el (other): Emacs has this widget since
512 at least 21.1, so don't (re)define it.
513
514 * eshell/em-cmpl.el (eshell-cmpl-initialize):
515 Replace the obsolete alias pcomplete-arg-quote-list.
516
517 2013-06-01 Leo Liu <sdl.web@gmail.com>
518
519 * progmodes/octave.el (octave-mode-syntax-table): Give `.'
520 punctuation syntax.
521 (inferior-octave-minimal-columns)
522 (inferior-octave-last-column-width): New variables.
523 (inferior-octave-track-window-width-change): New function.
524 (inferior-octave-mode): Adjust column width so that Octave output,
525 for example from 'ls', can fit into the window nicely.
526
527 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
528
529 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
530 Highlight expansions inside regexp literals.
531
532 2013-05-31 Glenn Morris <rgm@gnu.org>
533
534 * obsolete/sym-comp.el (symbol-complete):
535 Replace obsolete completion-annotate-function.
536
537 * progmodes/cc-vars.el (c-make-macro-with-semi-re): Silence compiler.
538
539 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
540
541 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
542 New function, checks if point is inside a literal that allows
543 expression expansion.
544 (ruby-syntax-propertize-expansion): Use it.
545 (ruby-syntax-propertize-function): Bind `case-fold-search' to nil
546 around the body.
547
548 2013-05-30 Juri Linkov <juri@jurta.org>
549
550 * isearch.el (isearch-mode-map): Bind `isearch-toggle-invisible'
551 to "\M-si".
552 (isearch-invisible): New variable.
553 (isearch-forward): Doc fix.
554 (isearch-mode): Set `isearch-invisible'
555 to the value of `search-invisible'.
556 (isearch-toggle-case-fold): Doc fix.
557 (isearch-toggle-invisible): New command.
558 (isearch-query-replace): Let-bind `search-invisible'
559 to the value of `isearch-invisible'.
560 (isearch-search): Use `isearch-invisible' instead of
561 `search-invisible'. Let-bind `search-invisible'
562 to the value of `isearch-invisible'. (Bug#11378)
563
564 2013-05-30 Juri Linkov <juri@jurta.org>
565
566 * replace.el (perform-replace): Avoid `isearch-range-invisible'
567 call when `query-flag' is nil and `search-invisible' is non-nil.
568 (Bug#11746)
569
570 2013-05-30 Glenn Morris <rgm@gnu.org>
571
572 * progmodes/gdb-mi.el (gdb-wait-for-pending): Fix typo.
573
574 * progmodes/cc-bytecomp.el (cc-bytecomp-noruntime-functions): New.
575 (cc-require): Suppress spurious "noruntime" warnings.
576 (cc-require-when-compile): Use fboundp, for sake of compiler.
577
578 * progmodes/cc-mode.el: Move load of cc-vars before that of
579 cc-langs (which in turn loads cc-vars), to quieten compiler.
580
581 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
582
583 * paren.el: Simplify the code.
584 (show-paren-mode): Always start the timer.
585 (show-paren--idle-timer): Rename from show-paren-idle-timer.
586 (show-paren--overlay, show-paren--overlay-1): Rename from
587 show-paren-overlay and show-paren-overlay-1, and initialize to an
588 overlay rather than to nil.
589 (show-paren-function): Misc cleanup and simplifications.
590
591 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
592
593 * paren.el (show-paren-data-function): New hook.
594 (show-paren--default): New function, extracted from show-paren-function.
595 (show-paren-function): Use show-paren-data-function.
596
597 2013-05-30 Glenn Morris <rgm@gnu.org>
598
599 * ielm.el (ielm-map, ielm-complete-symbol):
600 Use completion-at-point rather than obsolete functions.
601 (inferior-emacs-lisp-mode): Doc fix.
602 Set completion-at-point-functions, rather than
603 comint-dynamic-complete-functions.
604
605 * eshell/em-cmpl.el (eshell-complete-lisp-symbol): New function.
606 (eshell-cmpl-initialize, eshell-complete-parse-arguments):
607 Replace obsolete lisp-complete-symbol with eshell-complete-lisp-symbol.
608
609 * image.el (image-animated-p): Tweak definition.
610
611 * net/rlogin.el (rlogin-program, rlogin-explicit-args): Default to ssh.
612 (rlogin-process-connection-type): Tweak default. Add set-after.
613 (rlogin-host): Doc fix.
614 (rlogin): Tweak prompt.
615 (rlogin-tab-or-complete): Use completion-at-point rather than alias.
616
617 * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
618 * progmodes/tcl.el (inferior-tcl-mode-map):
619 Use completion-at-point rather than obsolete alias.
620
621 * emacs-lisp/eieio.el (eieio-eval-default-p): Move before use.
622
623 * minibuffer.el (read-file-name-completion-ignore-case):
624 Move before completion--in-region, for eager macro expansion.
625
626 2013-05-29 Juri Linkov <juri@jurta.org>
627
628 * replace.el (occur-engine): Rename `globalcount' to `global-lines'
629 for total count of matching lines. Add `global-matches' for total
630 count of matches. Rename `matches' to `lines' for count of
631 matching lines. Add `matches' for count of matches.
632 Rename `lines' to `curr-line' for line count. Rename `prev-lines'
633 to `prev-line' for line number of prev match endpt.
634 Increment `matches' for every match. Print the number of
635 matching lines in the header.
636 (occur-context-lines): Rename `lines' to `curr-line'.
637 Rename `prev-lines' to `prev-line'. (Bug#14017)
638
639 2013-05-29 Juri Linkov <juri@jurta.org>
640
641 * replace.el (perform-replace): Add `skip-read-only-count',
642 `skip-filtered-count', `skip-invisible-count' let-bound to 0.
643 Increment them for corresponding conditions and report the number
644 of skipped occurrences in the final message. (Bug#11746)
645 (query-replace, query-replace-regexp, query-replace-regexp-eval)
646 (replace-string, replace-regexp): Doc fix.
647
648 2013-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
649
650 * emacs-lisp/trace.el (trace--read-args): Provide a default.
651
652 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Inherit from
653 prog-mode-map (bug#14504).
654
655 2013-05-29 Leo Liu <sdl.web@gmail.com>
656
657 * progmodes/octave.el (octave-indent-comment): Tweak regexps.
658 (octave-help): Small simplification.
659
660 * emacs-lisp/smie.el (smie-highlight-matching-block): Always turn
661 off the highlight first.
662
663 2013-05-29 Glenn Morris <rgm@gnu.org>
664
665 * progmodes/idlwave.el (idlwave-concatenate-rinfo-lists):
666 Handle idlwave-last-system-routine-info-cons-cell being nil.
667
668 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
669 (idlwave-write-paths): Simplify via with-temp-buffer.
670
671 * emulation/cua-gmrk.el: Also load cua-base, cua-rect at run time.
672 * emulation/cua-rect.el: Also load cua-base at run time.
673
674 * progmodes/cperl-mode.el (imenu-choose-buffer-index)
675 (file-of-tag, etags-snarf-tag, etags-goto-tag-location): Declare.
676 (cperl-imenu-on-info): Require imenu.
677
678 2013-05-28 Alan Mackenzie <acm@muc.de>
679
680 Handle "capitalised keywords" correctly.
681 * progmodes/cc-mode.el (c-after-change): Bind case-fold-search to nil.
682
683 2013-05-28 Aidan Gauland <aidalgol@amuri.net>
684
685 * eshell/em-unix.el: Add -r option to cp.
686
687 2013-05-28 Glenn Morris <rgm@gnu.org>
688
689 * vc/vc-arch.el (vc-exec-after): Declare.
690 (vc-switches): Autoload.
691 * vc/vc-bzr.el: No need to require vc when compiling.
692 (vc-exec-after, vc-set-async-update, vc-default-dir-printer)
693 (vc-resynch-buffer, vc-dir-refresh): Declare.
694 (vc-setup-buffer, vc-switches): Autoload.
695 * vc/vc-cvs.el (vc-exec-after, vc-coding-system-for-diff)
696 (vc-resynch-buffer): Declare.
697 (vc-switches, vc-default-revert, vc-version-backup-file): Autoload.
698 * vc/vc-dir.el (desktop-missing-file-warning): Declare.
699 * vc/vc-git.el (vc-exec-after, vc-set-async-update)
700 (grep-read-regexp, grep-read-files, grep-expand-template)
701 (vc-dir-refresh): Declare.
702 (vc-setup-buffer, vc-switches, vc-resynch-buffer): Autoload.
703 * vc/vc-hg.el (vc-exec-after, vc-set-async-update): Declare.
704 (vc-setup-buffer, vc-switches, vc-do-async-command): Autoload.
705 * vc/vc-mtn.el (vc-exec-after): Declare.
706 (vc-switches): Autoload.
707 * vc/vc-rcs.el (vc-expand-dirs, vc-switches)
708 (vc-tag-precondition, vc-buffer-sync, vc-rename-master): Autoload.
709 (vc-file-tree-walk): Declare.
710 * vc/vc-sccs.el (vc-file-tree-walk): Declare.
711 (vc-expand-dirs, vc-switches, vc-setup-buffer, vc-delistify)
712 (vc-tag-precondition, vc-rename-master): Autoload.
713 * vc/vc-svn.el (vc-exec-after): Declare.
714 (vc-switches, vc-setup-buffer): Autoload.
715 * obsolete/vc-mcvs.el (vc-checkout, vc-switches, vc-default-revert):
716 Autoload.
717 (vc-resynch-buffer): Declare.
718
719 * obsolete/fast-lock.el (byte-compile-warnings):
720 Don't warn about obsolete features in this obsolete file.
721
722 * progmodes/cc-vars.el (c-macro-names-with-semicolon):
723 Move definition before use.
724
725 * play/dunnet.el (byte-compile-warnings): Don't disable them all.
726 (dun-unix-verbs): Remove dun-zippy.
727 (dun-zippy): Remove function.
728
729 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
730
731 2013-05-27 Juri Linkov <juri@jurta.org>
732
733 * replace.el (replace-search): New function with code moved out
734 from `perform-replace'.
735 (replace-highlight, replace-dehighlight): Move function definitions
736 up closer to `replace-search'. (Bug#11746)
737
738 2013-05-27 Juri Linkov <juri@jurta.org>
739
740 * replace.el (perform-replace): Ignore invisible matches.
741 In addition to checking `query-replace-skip-read-only', also
742 filter out matches by calling `run-hook-with-args-until-failure'
743 on `isearch-filter-predicates', and also check `search-invisible'
744 for t or call `isearch-range-invisible'.
745 (replace-dehighlight): Call `isearch-clean-overlays'. (Bug#11746)
746
747 2013-05-27 Juri Linkov <juri@jurta.org>
748
749 * isearch.el (isearch-filter-predicates): Rename from
750 `isearch-filter-predicate'. Doc fix. (Bug#11378)
751 (isearch-message-prefix): Display text from the property
752 `isearch-message-prefix' of the currently active filters.
753 (isearch-search): Don't compare `isearch-filter-predicate' with
754 `isearch-filter-visible'. Call `run-hook-with-args-until-failure'
755 on `isearch-filter-predicates'. Also check `search-invisible' for t
756 or call `isearch-range-invisible'.
757 (isearch-filter-visible): Make obsolete.
758 (isearch-lazy-highlight-search):
759 Call `run-hook-with-args-until-failure' on
760 `isearch-filter-predicates' and use `isearch-range-invisible'.
761
762 * info.el (Info-search): Call `run-hook-with-args-until-failure' on
763 `isearch-filter-predicates' instead of `funcall'ing
764 `isearch-filter-predicate'.
765 (Info-mode): Set `Info-isearch-filter' to
766 `isearch-filter-predicates' instead of `isearch-filter-predicate'.
767
768 * dired-aux.el (dired-isearch-filter-predicate-orig):
769 Remove variable.
770 (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
771 (dired-isearch-filenames-end): Add and remove
772 `dired-isearch-filter-filenames' in `isearch-filter-predicates'
773 instead of changing the value of `isearch-filter-predicate'.
774 Rebind `dired-isearch-filenames-toggle' from "\M-sf" to "\M-sff".
775 (dired-isearch-filter-filenames): Don't use `isearch-filter-visible'.
776 Put property `isearch-message-prefix' to "filename " on
777 `dired-isearch-filter-filenames'.
778
779 * wdired.el (wdired-change-to-wdired-mode):
780 Add `isearch-filter-predicates' to `wdired-isearch-filter-read-only'
781 locally instead of changing `isearch-filter-predicate'.
782 (wdired-isearch-filter-read-only): Don't use `isearch-filter-visible'.
783
784 2013-05-27 Dmitry Gutov <dgutov@yandex.ru>
785
786 * vc/vc-git.el (vc-git-working-revision): When in detached mode,
787 return the commit hash (Bug#14459). Also set the
788 `vc-git-detached' property.
789 (vc-git--rev-parse): Extract from `vc-git-previous-revision'.
790 (vc-git-mode-line-string): Use the same help-echo format whether
791 in detached mode or not, because we know the actual revision now.
792 When in detached mode, shorten the revision to 7 chars.
793
794 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
795
796 * emacs-lisp/easy-mmode.el (define-minor-mode):
797 * emacs-lisp/derived.el (define-derived-mode): Always defvar the
798 mode hook and provide a docstring.
799
800 2013-05-27 Alan Mackenzie <acm@muc.de>
801
802 Remove spurious syntax-table text properties inserted by C-y.
803 * progmodes/cc-mode.el (c-after-change): Also clear hard
804 syntax-table property with value nil.
805
806 2013-05-27 Michael Albinus <michael.albinus@gmx.de>
807
808 * net/dbus.el (dbus-call-method): Let-bind `inhibit-redisplay'
809 when reading the events; the buffer layout shall not be changed.
810
811 2013-05-27 Leo Liu <sdl.web@gmail.com>
812
813 * progmodes/octave.el (inferior-octave-directory-tracker-resync):
814 New variable.
815 (inferior-octave-directory-tracker): Automatically re-sync
816 default-directory.
817 (octave-help): Improve handling of 'See also'.
818
819 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
820
821 * doc-view.el: Minor naming convention tweaks.
822 (desktop-buffer-mode-handlers): Don't add to it repeatedly.
823
824 * image-mode.el (image-mode-reapply-winprops): Call image-mode-winprops
825 even if there's no `display' property yet (bug#14435).
826
827 2013-05-25 Eli Zaretskii <eliz@gnu.org>
828
829 * subr.el (unmsys--file-name): Rename from reveal-filename.
830
831 * Makefile.in (custom-deps, finder-data, autoloads)
832 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
833 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
834 ($(CAL_DIR)/hol-loaddefs.el): All users changed.
835
836 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
837
838 * emacs-lisp/lisp.el (lisp-completion-at-point): Don't use
839 error-completion on the first 2 args of condition-case (bug#14446).
840 Don't burp at EOB.
841
842 2013-05-25 Leo Liu <sdl.web@gmail.com>
843
844 * comint.el (comint-previous-matching-input): Do not flood the
845 *Messages* buffer with trivial messages.
846
847 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
848
849 * progmodes/flymake.el (flymake-nop): Don't return a string.
850 (flymake-set-at): Fix typo.
851
852 * simple.el (read--expression): New function, extracted from
853 eval-expression. Set completion-at-point-functions (bug#14465).
854 (eval-expression, eval-minibuffer): Use it.
855
856 2013-05-25 Xue Fuqiao <xfq.free@gmail.com>
857
858 * progmodes/flymake.el (flymake-save-buffer-in-file)
859 (flymake-makehash, flymake-posn-at-point-as-event, flymake-nop)
860 (flymake-selected-frame, flymake-log, flymake-ins-after)
861 (flymake-set-at, flymake-get-buildfile-from-cache)
862 (flymake-add-buildfile-to-cache, flymake-clear-buildfile-cache)
863 (flymake-find-possible-master-files, flymake-save-buffer-in-file):
864 Refine the doc string.
865 (flymake-get-file-name-mode-and-masks): Reformat.
866 (flymake-get-real-file-name-function): Fix a minor bug.
867
868 2013-05-24 Juri Linkov <juri@jurta.org>
869
870 * progmodes/grep.el (grep-mode-font-lock-keywords):
871 Support =linenumber= format used by git-grep for lines with
872 function names. (Bug#13549)
873
874 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
875
876 * progmodes/octave.el (octave-smie-rules): Return nil rather than
877 0 after a semi-colon; it works better for smie-auto-fill.
878 (octave--indent-new-comment-line): New function.
879 (octave-indent-new-comment-line): Use it (indirectly).
880 (octave-mode): Don't disable smie-auto-fill. Use add-function to
881 modify comment-line-break-function.
882
883 * emacs-lisp/smie.el (smie-auto-fill): Rework to be more robust.
884 (smie-setup): Use add-function to set it.
885
886 2013-05-24 Sam Steingold <sds@gnu.org>
887
888 * sort.el (delete-duplicate-lines): Accept an optional `keep-blanks'
889 argument (before the `interactive' argument).
890
891 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
892
893 * image-mode.el (image-mode-winprops): Add winprops to
894 image-mode-winprops-alist before running
895 image-mode-new-window-functions.
896 * doc-view.el (doc-view-new-window-function): Don't delay
897 doc-view-goto-page via timers (bug#14435).
898
899 2013-05-24 Tassilo Horn <tsdh@gnu.org>
900
901 * doc-view.el: Integrate with desktop.el. (Bug#14435)
902 (doc-view-desktop-save-buffer): New function.
903 (doc-view-restore-desktop-buffer): New function.
904 (desktop-buffer-mode-handlers):
905 Add `doc-view-restore-desktop-buffer' as desktop.el buffer mode
906 handler.
907 (doc-view-mode): Set `doc-view-desktop-save-buffer' as custom
908 `desktop-save-buffer' function.
909
910 2013-05-24 Michael Albinus <michael.albinus@gmx.de>
911
912 * net/tramp-gvfs.el (tramp-gvfs-enabled): New defconst.
913 (tramp-gvfs-file-name-handler): Raise a user error when
914 `tramp-gvfs-enabled' is nil.
915 (top): Register signals only when `tramp-gvfs-enabled' is non-nil.
916 Do not raise a user error when loading package. (Bug#14447)
917
918 * net/xesam.el: Move to obsolete/.
919
920 2013-05-24 Glenn Morris <rgm@gnu.org>
921
922 * font-lock.el (lisp-font-lock-keywords-2): Add with-coding-priority.
923
924 * emacs-lisp/chart.el (chart-sort): Replace obsolete `object-name'.
925
926 * progmodes/cperl-mode.el (cperl-mode): Use fboundp.
927 (Info-find-node, Man-getpage-in-background): Declare.
928
929 * mail/unrmail.el (unrmail):
930 Replace obsolete detect-coding-with-priority.
931
932 * net/socks.el (socks-split-string): Use this rather than split-string.
933 (socks-nslookup-host): Update for above change.
934 (dynamic-choice, s5-dynamic-choice-match)
935 (s5-dynamic-choice-match-inline, s5-widget-value-create):
936 Comment out unused code.
937
938 * tooltip.el (tooltip-use-echo-area): Warn only on 'set.
939 * progmodes/gud.el (gud-gdb-completion-function): Move before use.
940 (gud-tooltip-echo-area): Make obsolete.
941 (gud-tooltip-process-output, gud-tooltip-tips): Also check tooltip-mode.
942
943 * progmodes/js.el (js--optimize-arglist): Declare.
944
945 * progmodes/ruby-mode.el (ruby-syntax-propertize-expansion): Declare.
946
947 * progmodes/which-func.el (ediff-window-A, ediff-window-B)
948 (ediff-window-C): Declare.
949
950 * obsolete/pgg-gpg.el, obsolete/pgg-pgp.el, obsolete/pgg-pgp5.el:
951 Tweak requires to silence compiler.
952
953 * obsolete/sym-comp.el: No need to load hipper-exp when compiling.
954 (he-search-string, he-tried-table, he-expand-list)
955 (he-init-string, he-string-member, he-substitute-string)
956 (he-reset-string): Declare.
957
958 * obsolete/options.el (list-options): Use custom-variable-p,
959 rather than obsolete alias.
960
961 2013-05-23 Sam Steingold <sds@gnu.org>
962
963 * simple.el (shell-command-on-region): Pass the `replace' argument
964 down to `call-process-region' to comply with the doc as reported on
965 <http://stackoverflow.com/questions/16720458/emacs-noninteractive-call-to-shell-command-on-region-always-deletes-region>
966
967 2013-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
968
969 * emacs-lisp/smie.el (smie-indent-forward-token)
970 (smie-indent-backward-token): Handle string tokens (bug#14381).
971
972 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
973
974 * ielm.el (ielm-menu): New menu.
975 (inferior-emacs-lisp-mode): Set comment-start.
976
977 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
978
979 * lisp/textmodes/reftex.el (reftex-ref-style-toggle):
980 Fix deactivate action.
981
982 * lisp/textmodes/reftex-vars.el (reftex-ref-style-alist):
983 Add cleveref macros.
984
985 * lisp/textmodes/reftex-parse.el
986 (reftex-locate-bibliography-files): Accept options for
987 bibliography commands.
988 * lisp/textmodes/reftex-vars.el (reftex-bibliography-commands):
989 Add addbibresource. Basic Biblatex support.
990
991 2013-05-23 Michael Albinus <michael.albinus@gmx.de>
992
993 * net/tramp-gvfs.el (top):
994 * net/xesam.el (xesam-dbus-unique-names): Suppress D-Bus errors
995 when loading package. (Bug#14447)
996
997 2013-05-23 Glenn Morris <rgm@gnu.org>
998
999 * progmodes/js.el: No need to load comint when compiling.
1000 (ring-insert, comint-send-string, comint-send-input)
1001 (comint-last-input-end, ido-chop): Declare.
1002
1003 * vc/ediff-diff.el, vc/ediff-merg.el: Require ediff-util at run-time.
1004 * vc/ediff-mult.el: Adjust requires.
1005 (ediff-directories-internal, ediff-directory-revisions-internal)
1006 (ediff-patch-file-internal): Declare.
1007 * vc/ediff-ptch.el: Adjust requires.
1008 (ediff-use-last-dir, ediff-buffers-internal): Declare.
1009 (ediff-find-file): Autoload.
1010 * vc/ediff-util.el: No need to load ediff when compiling.
1011 (ediff-regions-internal): Declare.
1012 * vc/ediff-wind.el: Adjust requires.
1013 (ediff-compute-toolbar-width): Define when compiling.
1014 (ediff-setup-control-buffer, ediff-make-bottom-toolbar): Declare.
1015 * vc/ediff.el: No need to load dired, ediff-ptch when compiling.
1016 (dired-get-filename, dired-get-marked-files)
1017 (ediff-last-dir-patch, ediff-patch-default-directory)
1018 (ediff-get-patch-buffer, ediff-dispatch-file-patching-job)
1019 (ediff-patch-buffer-internal): Declare.
1020
1021 * emacs-lisp/checkdoc.el: No need to load ispell when compiling.
1022 (ispell-process, ispell-buffer-local-words, lm-summary)
1023 (lm-section-start, lm-section-end): Declare.
1024 (checkdoc-ispell-init): Simplify.
1025
1026 * progmodes/vera-mode.el (he-init-string, he-dabbrev-beg)
1027 (he-string-member, he-reset-string, he-substitute-string): Declare.
1028
1029 * eshell/em-ls.el: Adjust requires.
1030 (eshell-glob-regexp): Declare.
1031 * eshell/em-tramp.el: Adjust requires.
1032 (eshell-parse-command): Autoload.
1033 * eshell/em-xtra.el: Adjust requires.
1034 (eshell-parse-command): Autoload.
1035 * eshell/esh-ext.el: Adjust requires.
1036 (eshell-parse-command, eshell-close-handles): Autoload.
1037 * eshell/esh-io.el: Adjust requires.
1038 (eshell-output-filter): Autoload.
1039 * eshell/esh-util.el: No need to load tramp when compiling.
1040 (tramp-file-name-structure, ange-ftp-ls, ange-ftp-file-modtime):
1041 Declare.
1042 (eshell-parse-ange-ls): Require ange-ftp and tramp.
1043 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
1044 * eshell/em-cmpl.el, eshell/em-glob.el, eshell/em-pred.el:
1045 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-smart.el:
1046 * eshell/em-term.el, eshell/esh-arg.el, eshell/esh-mode.el:
1047 * eshell/esh-opt.el, eshell/esh-proc.el:
1048 * eshell/esh-var.el: Adjust requires.
1049 * eshell/eshell.el: Do not require esh-util twice.
1050 (eshell-add-input-to-history): Declare.
1051 (eshell-command): Check history module is active before using it.
1052
1053 * eshell/em-ls.el (eshell-ls-dir): Fix -A handling.
1054
1055 2013-05-22 Leo Liu <sdl.web@gmail.com>
1056
1057 * progmodes/octave.el (inferior-octave-startup): Fix bug#14433.
1058
1059 2013-05-22 Michael Albinus <michael.albinus@gmx.de>
1060
1061 * autorevert.el (auto-revert-notify-add-watch)
1062 (auto-revert-notify-handler): Add `attrib' for the inotify case,
1063 it indicates changes in file modification time.
1064
1065 2013-05-22 Glenn Morris <rgm@gnu.org>
1066
1067 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
1068 Always delete the autoloaded function from the noruntime and
1069 unresolved functions lists.
1070
1071 * allout.el: No need to load epa, epg, overlay when compiling.
1072 (epg-context-set-passphrase-callback, epg-list-keys)
1073 (epg-decrypt-string, epg-encrypt-string, epg-user-id-string)
1074 (epg-key-user-id-list): Declare.
1075
1076 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
1077 (viper-set-parsing-style-toggling-macro)
1078 (viper-set-emacs-state-searchstyle-macros):
1079 Use called-interactively-p on Emacs.
1080 (viper-looking-back): Make it an obsolete alias. Update callers.
1081 * emulation/viper-ex.el: Load viper-keym, not viper-cmd.
1082 Use looking-back rather than viper-looking-back.
1083 (viper-tmp-insert-at-eob, viper-enlarge-region)
1084 (viper-read-string-with-history, viper-register-to-point)
1085 (viper-append-to-register, viper-change-state-to-vi)
1086 (viper-backward-char-carefully, viper-forward-char-carefully)
1087 (viper-Put-back, viper-put-back, viper-add-newline-at-eob-if-necessary)
1088 (viper-change-state-to-emacs): Declare.
1089 * emulation/viper-macs.el: Load viper-mous, viper-ex, not viper-cmd.
1090 (viper-change-state-to-insert, viper-change-state-to-vi): Declare.
1091 * emulation/viper-mous.el: Do not load viper-cmd.
1092 (viper-backward-char-carefully, viper-forward-char-carefully)
1093 (viper-forward-word, viper-adjust-window): Declare.
1094
1095 * vc/ediff.el (ediff-version): Use called-interactively-p on Emacs.
1096
1097 * progmodes/idlw-help.el (idlwave-help-fontify):
1098 Use called-interactively-p.
1099
1100 * term/w32console.el (w32-get-console-codepage)
1101 (w32-get-console-output-codepage): Declare.
1102
1103 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape):
1104 Remove unnecessary declarations.
1105 (dframe-message): Doc fix.
1106
1107 * info.el (dframe-select-attached-frame, dframe-current-frame):
1108 Declare.
1109
1110 * speedbar.el (speedbar-message): Make it an obsolete alias.
1111 Update all callers.
1112 (speedbar-with-attached-buffer)
1113 (speedbar-maybee-jump-to-attached-frame): Make these aliases obsolete.
1114 (speedbar-with-writable): Use backquote.
1115 * emacs-lisp/eieio-opt.el (eieio-describe-class-sb):
1116 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
1117 Use dframe-with-attached-buffer, dframe-maybee-jump-to-attached-frame
1118 rather than speedbar- aliases.
1119 * mail/rmail.el: Load dframe rather than speedbar when compiling.
1120 (speedbar-make-specialized-keymap, speedbar-insert-button)
1121 (dframe-select-attached-frame, dframe-maybee-jump-to-attached-frame)
1122 (speedbar-do-function-pointer): Declare.
1123 (rmail-speedbar-button, rmail-speedbar-find-file)
1124 (rmail-speedbar-move-message):
1125 Use dframe-with-attached-buffer rather than speedbar- alias.
1126 * progmodes/gud.el: Load dframe rather than speedbar when compiling.
1127 (dframe-message, speedbar-make-specialized-keymap)
1128 (speedbar-add-expansion-list, speedbar-mode-functions-list)
1129 (speedbar-make-tag-line, speedbar-remove-localized-speedbar-support)
1130 (speedbar-insert-button, dframe-select-attached-frame)
1131 (dframe-maybee-jump-to-attached-frame)
1132 (speedbar-change-initial-expansion-list)
1133 (speedbar-previously-used-expansion-list-name): Declare.
1134 (gud-speedbar-item-info, gud-gdb-goto-stackframe):
1135 Use dframe-message, dframe-with-attached-buffer rather than
1136 speedbar- aliases.
1137 (gud-sentinel): Silence compiler.
1138 * progmodes/vhdl-mode.el (speedbar-refresh)
1139 (speedbar-do-function-pointer, speedbar-add-supported-extension)
1140 (speedbar-add-mode-functions-list, speedbar-make-specialized-keymap)
1141 (speedbar-change-initial-expansion-list, speedbar-add-expansion-list)
1142 (speedbar-extension-list-to-regex, speedbar-directory-buttons)
1143 (speedbar-file-lists, speedbar-make-tag-line)
1144 (speedbar-line-directory, speedbar-goto-this-file)
1145 (speedbar-center-buffer-smartly, speedbar-change-expand-button-char)
1146 (speedbar-delete-subblock, speedbar-position-cursor-on-line)
1147 (speedbar-make-button, speedbar-reset-scanners)
1148 (speedbar-files-item-info, speedbar-line-text)
1149 (speedbar-find-file-in-frame, speedbar-set-timer)
1150 (dframe-maybee-jump-to-attached-frame, speedbar-line-file): Declare.
1151 (speedbar-with-writable): Do not (re)define it.
1152 (vhdl-speedbar-find-file): Use dframe-maybee-jump-to-attached-frame
1153 rather than speedbar- alias.
1154
1155 2013-05-21 Leo Liu <sdl.web@gmail.com>
1156
1157 * progmodes/octave.el (octave-mode-menu): Update and re-organize
1158 menu items.
1159 (octave-mode): Tweak fill-nobreak-predicate.
1160 (inferior-octave-startup): Check process to avoid infinite loop.
1161 (inferior-octave): Pop to buffer first to show abornmal process
1162 exit information.
1163
1164 2013-05-21 Glenn Morris <rgm@gnu.org>
1165
1166 * printing.el (pr-menu-bar): Define when compiling.
1167
1168 2013-05-21 Leo Liu <sdl.web@gmail.com>
1169
1170 * progmodes/octave.el (octave-auto-fill): Remove.
1171 (octave-indent-new-comment-line): Improve.
1172 (octave-mode): Use auto fill mode through
1173 comment-line-break-function and fill-nobreak-predicate
1174 (octave-goto-function-definition): Support DEFUN_DLD.
1175 (octave-beginning-of-defun): Small Tweak
1176 (octave-help): Show parent directory.
1177
1178 2013-05-21 Glenn Morris <rgm@gnu.org>
1179
1180 * files.el (dired-unmark):
1181 * progmodes/gud.el (gdb-input): Update declarations.
1182
1183 * calculator.el (electric, ehelp): No need to load when compiling.
1184 (Electric-command-loop, electric-describe-mode): Declare.
1185
1186 * doc-view.el (doc-view-current-converter-processes): Move before use.
1187
1188 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
1189 Move MODE-set-explicitly definition before use.
1190
1191 * international/mule-diag.el (mule-diag):
1192 Don't use obsolete window-system-version.
1193
1194 * mail/feedmail.el (smtpmail): No need to load when compiling.
1195 (smtpmail-via-smtp, smtpmail-smtp-server): Declare.
1196
1197 * mail/mail-utils.el (rfc822): No need to load when compiling.
1198 (rfc822-addresses): Autoload it.
1199 (mail-strip-quoted-names): Trivial simplification.
1200
1201 * mail/rmail.el (rmail-mime-message-p, rmail-mime-toggle-raw): Declare.
1202 (rmail-retry-failure): Don't assume that rmail-mime-feature == rmailmm.
1203
1204 * net/snmp-mode.el (tempo): Don't duplicate requires.
1205
1206 * progmodes/prolog.el (info): No need to load when compiling.
1207 (comint): Require before shell requires it.
1208 (Info-goto-node): Autoload it.
1209 (Info-follow-nearest-node): Declare.
1210 (prolog-help-info, prolog-goto-predicate-info): No need to require info.
1211
1212 * textmodes/artist.el (picture-mode-exit): Declare.
1213
1214 * textmodes/reftex-parse.el (reftex-parse-from-file):
1215 Trivial rewrite so the compiler can parse it better.
1216
1217 2013-05-20 Leo Liu <sdl.web@gmail.com>
1218
1219 * progmodes/octave.el (octave-help-mode-map)
1220 (octave-help-mode-finish-hook): New variables.
1221 (octave-help-mode, octave-help-mode-finish): New functions.
1222 (octave-help): Use octave-help-mode.
1223
1224 2013-05-20 Glenn Morris <rgm@gnu.org>
1225
1226 * format-spec.el (format-spec): Allow spec chars with nil. (Bug#14420)
1227
1228 2013-05-19 Dmitry Gutov <dgutov@yandex.ru>
1229
1230 * progmodes/ruby-mode.el (ruby-expression-expansion-re): Allow to
1231 start at point, so that expansion starting right after opening
1232 slash in a regexp is recognized.
1233 (ruby-syntax-before-regexp-re): New defvar, extracted from
1234 ruby-syntax-propertize-function. Since the value of this regexp
1235 is looked up at runtime now, we should be able to turn
1236 `ruby-syntax-methods-before-regexp' into a defcustom later.
1237 (ruby-syntax-propertize-function): Split regexp matching into two
1238 parts, for opening and closing slashes. That allows us to skip
1239 over string interpolations and support multiline regexps.
1240 Don't call `ruby-syntax-propertize-expansions', instead use another rule
1241 for them, which calls `ruby-syntax-propertize-expansion'.
1242 (ruby-syntax-propertize-expansions): Move `remove-text-properties'
1243 call to `ruby-syntax-propertize-function'.
1244 (ruby-syntax-propertize-expansion): Extracted from
1245 `ruby-syntax-propertize-expansions'. Handles one expansion.
1246 (ruby-syntax-propertize-percent-literal): Leave point right after
1247 the percent symbol, so that the expression expansion rule can
1248 propertize the contents.
1249 (ruby-syntax-propertize-heredoc): Leave point at bol following the
1250 heredoc openers.
1251 (ruby-syntax-propertize-expansions): Remove.
1252
1253 2013-05-18 Juri Linkov <juri@jurta.org>
1254
1255 * man.el (Man-default-man-entry): Remove `-' from the end
1256 of the default value. (Bug#14400)
1257
1258 2013-05-18 Glenn Morris <rgm@gnu.org>
1259
1260 * comint.el (comint-password-prompt-regexp):
1261 Allow "password for XXX" where XXX contains colons (eg https://...).
1262
1263 2013-05-18 Leo Liu <sdl.web@gmail.com>
1264
1265 * progmodes/octave.el (inferior-octave-startup): Use OCTAVE_SRCDIR
1266 instead. Include "--no-gui" to prevent hangs for Octave > 3.7.
1267 (octave-source-directories): Don't check process.
1268 (octave-source-directories, octave-find-definition): Doc fix.
1269
1270 2013-05-18 Glenn Morris <rgm@gnu.org>
1271
1272 * progmodes/vhdl-mode.el (vhdl-mode-map-init):
1273 Remove backspace/delete bindings. (Bug#14392)
1274
1275 * cus-dep.el (custom-make-dependencies): Sort the output.
1276 (custom-versions-load-alist): Convert comment to doc.
1277
1278 2013-05-17 Leo Liu <sdl.web@gmail.com>
1279
1280 * newcomment.el (comment-search-backward): Stricter in finding
1281 comment start. (Bug#14303)
1282
1283 * progmodes/octave.el (octave-comment-start): Remove the SPC char.
1284 (octave-comment-start-skip): Properly anchored.
1285
1286 2013-05-17 Leo Liu <sdl.web@gmail.com>
1287
1288 * emacs-lisp/smie.el (smie-highlight-matching-block-mode):
1289 Clean up when turned off. (Bug#14395)
1290 (smie--highlight-matching-block-overlay): No longer buffer-local.
1291 (smie-highlight-matching-block): Adjust.
1292
1293 2013-05-17 Paul Eggert <eggert@cs.ucla.edu>
1294
1295 Doc string fix for "nanoseconds" (Bug#14406).
1296 * emacs-lisp/timer.el (timer-relative-time, timer-inc-time):
1297 Fix doc string typo that had "nanoseconds" instead of "microseconds".
1298
1299 2013-05-17 Jay Belanger <jay.p.belanger@gmail.com>
1300
1301 * calc/calc-units.el (math-extract-units): Preserve powers
1302 of units.
1303
1304 2013-05-17 Leo Liu <sdl.web@gmail.com>
1305
1306 * subr.el (delete-consecutive-dups): New function.
1307 * ido.el (ido-set-matches-1): Use it.
1308 * progmodes/octave.el (inferior-octave-completion-table): Use it.
1309 * ido.el (ido-remove-consecutive-dups): Remove.
1310
1311 2013-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
1312
1313 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
1314 (f90-hpf-keywords-re, f90-constants-re): Use \\_< rather than
1315 regexp-opt's `words'.
1316
1317 2013-05-16 Leo Liu <sdl.web@gmail.com>
1318
1319 * emacs-lisp/smie.el (smie-matching-block-highlight): New face.
1320 (smie--highlight-matching-block-overlay)
1321 (smie--highlight-matching-block-lastpos)
1322 (smie--highlight-matching-block-timer): New variables.
1323 (smie-highlight-matching-block): New function.
1324 (smie-highlight-matching-block-mode): New minor mode. (Bug#14395)
1325 (smie-setup): Conditionally enable smie-blink-matching-open.
1326
1327 2013-05-16 Wilson Snyder <wsnyder@wsnyder.org>
1328
1329 Sync with upstream verilog-mode r840.
1330 * progmodes/verilog-mode.el (verilog-mode-version)
1331 (verilog-mode-release-date): Update.
1332 (verilog-auto-lineup, verilog-auto-reset): Doc fixes.
1333 (verilog-sig-tieoff): Fix string error on
1334 AUTORESET with colon define, bug594. Reported by Andrew Hou.
1335 (verilog-read-decls): Fix parameters confusing
1336 AUTOINST interfaces, bug565. Reported by Leith Johnson.
1337
1338 2013-05-16 Eli Zaretskii <eliz@gnu.org>
1339
1340 * subr.el (reveal-filename): New function.
1341
1342 * loadup.el: Compute Emacs executable versions on MS-Windows,
1343 where executables have the .exe extension. Add a hard link
1344 emacs-XX.YY.ZZ.exe on MS-Windows.
1345
1346 * Makefile.in (XARGS_LIMIT): New variable.
1347 (custom-deps, finder-data, autoloads)
1348 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
1349 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
1350 ($(CAL_DIR)/hol-loaddefs.el): Use reveal-filename.
1351 (compile-main): Limit xargs according to $(XARGS_LIMIT).
1352
1353 2013-05-16 Leo Liu <sdl.web@gmail.com>
1354
1355 * progmodes/octave.el (octave-indent-defun): Mark obsolete.
1356 (octave-mode-menu, octave-mode-map): Remove its uses.
1357
1358 2013-05-16 Reto Zimmermann <reto@gnu.org>
1359
1360 Sync with upstream vhdl mode v3.34.2.
1361 * progmodes/vhdl-mode.el: Use `push' throughout.
1362 (vhdl-version, vhdl-time-stamp, vhdl-doc-release-notes): Update.
1363 (vhdl-compiler-alist): Replace "\t\n" by "\\t\\n".
1364 Add IBM & Quartus compiler. Enhance entry for ADVance MS compiler.
1365 (vhdl-actual-generic-name): New option to derive actual generic name.
1366 (vhdl-port-paste-signals): Replace formal by actual generics.
1367 (vhdl-beautify): New name for old group vhdl-align. Update users.
1368 (vhdl-beautify-options): New option.
1369 (vhdl-last-input-event): New compat alias. Use throughout.
1370 (vhdl-goto-line): Replace user level function `goto-line'.
1371 (vhdl-mode-map): Add bindings for vhdl-fix-statement-region,
1372 vhdl-fix-statement-buffer.
1373 (vhdl-create-mode-menu): Add some entries.
1374 (vhdl-align-region-groups): Respect vhdl-beautify-options.
1375 (vhdl-align-inline-comment-region-1): Handle "--" inside string.
1376 (vhdl-fixup-whitespace-region): Handle symbols at EOL.
1377 (vhdl-fix-statement-region, vhdl-fix-statement-buffer): New commands,
1378 to force statements on one line.
1379 (vhdl-remove-trailing-spaces-region):
1380 New, split from vhdl-remove-trailing-spaces.
1381 (vhdl-beautify-region): Fix statements, trailing spaces, ^M character.
1382 Respect vhdl-beautify-options.
1383 (vhdl-update-sensitivity-list-buffer): If non-interactive save buffer.
1384 (vhdl-update-sensitivity-list): Not add with index if exists without.
1385 Not include array index with signal. Ignore keywords in comments.
1386 (vhdl-get-visible-signals): Regexp tweaks.
1387 (vhdl-template-component-inst): Handle empty library.
1388 (vhdl-template-type): Add template for 'enum' type.
1389 (vhdl-port-paste-generic-map, vhdl-port-paste-constants):
1390 Use vhdl-replace-string.
1391 (vhdl-port-paste-signals): Use vhdl-prepare-search-1.
1392 (vhdl-speedbar-mode-map): Rename from vhdl-speedbar-key-map.
1393 (vhdl-speedbar-initialize): Update for above name change.
1394 (vhdl-compose-wire-components): Fix in handling of constants.
1395 (vhdl-error-regexp-emacs-alist): New variable.
1396 (vhdl-error-regexp-add-emacs): New function;
1397 adds support for new compile.el (Emacs 22+)
1398 (vhdl-generate-makefile-1): Change target order for single lib. units.
1399 Allow use of absolute file names.
1400
1401 2013-05-16 Leo Liu <sdl.web@gmail.com>
1402
1403 * simple.el (prog-indent-sexp): Indent enclosing defun.
1404
1405 2013-05-15 Glenn Morris <rgm@gnu.org>
1406
1407 * cus-start.el (show-trailing-whitespace): Move to editing basics.
1408 * faces.el (trailing-whitespace): Don't use whitespace-faces group.
1409 * obsolete/old-whitespace.el (whitespace-faces): Remove group.
1410 (whitespace-highlight): Move to whitespace group.
1411
1412 * comint.el (comint-source):
1413 * pcmpl-linux.el (pcmpl-linux):
1414 * shell.el (shell-faces):
1415 * eshell/esh-opt.el (eshell-opt):
1416 * international/ccl.el (ccl): Remove empty custom groups.
1417
1418 * completion.el (dynamic-completion-mode):
1419 * jit-lock.el (jit-lock-debug-mode):
1420 * minibuffer.el (completion-in-region-mode):
1421 * type-break.el (type-break-mode-line-message-mode)
1422 (type-break-query-mode):
1423 * emulation/tpu-edt.el (tpu-edt-mode):
1424 * progmodes/subword.el (global-subword-mode, global-superword-mode):
1425 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
1426 * term/vt100.el (vt100-wide-mode): Specify explicit :group.
1427
1428 * term/xterm.el (xterm): Change parent group to terminals.
1429
1430 * master.el (master): Remove empty custom group.
1431 (master-mode): Remove unused :group argument.
1432 * textmodes/refill.el (refill): Remove empty custom group.
1433 (refill-mode): Remove unused :group argument.
1434
1435 * textmodes/rst.el (rst-compile-toolsets): Use rst-compile group.
1436
1437 * cus-dep.el: Provide a feature.
1438 (custom-make-dependencies): Ignore dotfiles (dir-locals).
1439 Don't mistakenly ignore files whose basenames match a basename
1440 from preloaded-file-list (eg cedet/ede/simple.el).
1441 Add a fallback method for getting :group.
1442
1443 2013-05-15 Juri Linkov <juri@jurta.org>
1444
1445 * isearch.el (isearch-char-by-name): Rename from
1446 `isearch-insert-char-by-name'. Doc fix.
1447 (isearch-forward): Mention `isearch-char-by-name' in
1448 the docstring. (Bug#13348)
1449
1450 * isearch.el (minibuffer-local-isearch-map): Bind "\r" to
1451 `exit-minibuffer' instead of
1452 `isearch-nonincremental-exit-minibuffer'.
1453 (isearch-edit-string): Remove mention of
1454 `isearch-nonincremental-exit-minibuffer' from docstring.
1455 (isearch-nonincremental-exit-minibuffer): Mark as obsolete.
1456 (isearch-forward-exit-minibuffer)
1457 (isearch-reverse-exit-minibuffer): Add docstring. (Bug#13348)
1458
1459 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
1460
1461 * loadup.el: Just use unversioned DOC.
1462
1463 * nxml/nxml-mode.el: Treat unclosed <[[, <?, comment, and other
1464 literals as extending to EOB.
1465 (nxml-last-fontify-end): Remove unused variable.
1466 (nxml-after-change1): Use with-silent-modifications.
1467 (nxml-extend-after-change-region): Simplify.
1468 (nxml-extend-after-change-region1): Remove function.
1469 (nxml-after-change1): Don't adjust for dependent regions.
1470 (nxml-fontify-matcher): Simplify.
1471 * nxml/xmltok.el (xmltok-dependent-regions): Remove variable.
1472 (xmltok-add-dependent): Remove function.
1473 (xmltok-scan-after-lt, xmltok-scan-after-processing-instruction-open)
1474 (xmltok-scan-after-comment-open, xmltok-scan-prolog-literal)
1475 (xmltok-scan-prolog-after-processing-instruction-open): Treat
1476 unclosed <[[, <?, comment, and other literals as extending to EOB.
1477 * nxml/rng-valid.el (rng-mark-xmltok-dependent-regions)
1478 (rng-mark-xmltok-dependent-region, rng-dependent-region-changed):
1479 Remove functions.
1480 (rng-do-some-validation-1): Don't mark dependent regions.
1481 * nxml/nxml-rap.el (nxml-adjust-start-for-dependent-regions)
1482 (nxml-mark-parse-dependent-regions, nxml-mark-parse-dependent-region)
1483 (nxml-clear-dependent-regions): Remove functions.
1484 (nxml-scan-after-change, nxml-scan-prolog, nxml-tokenize-forward)
1485 (nxml-ensure-scan-up-to-date):
1486 Don't clear&mark dependent regions.
1487
1488 2013-05-15 Leo Liu <sdl.web@gmail.com>
1489
1490 * progmodes/octave.el (octave-goto-function-definition):
1491 Improve and fix callers.
1492
1493 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
1494
1495 * emacs-lisp/cl-extra.el (cl-getf): Return the proper value in
1496 the setter (bug#14387).
1497
1498 * progmodes/f90.el (f90-blocks-re): Include the terminating \> in the
1499 surrounding group (bug#14402).
1500
1501 2013-05-14 Juri Linkov <juri@jurta.org>
1502
1503 * subr.el (find-tag-default-as-regexp): Return nil if `tag' is nil.
1504 (Bug#14390)
1505
1506 2013-05-14 Glenn Morris <rgm@gnu.org>
1507
1508 * progmodes/f90.el (f90-imenu-generic-expression):
1509 Fix typo in 2013-05-08 change. (Bug#14402)
1510
1511 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
1512
1513 * progmodes/gdb-mi.el (gdb-running, gdb-starting):
1514 Remove signals for which replies are never received.
1515
1516 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
1517
1518 * progmodes/gdb-mi.el: Fix non-responsive gud commands (bug#13845)
1519 (gdb-handler-alist, gdb-handler-number): Remove variables.
1520 (gdb-handler-list): New variable.
1521 (gdb-add-handler, gdb-delete-handler, gdb-get-handler-function)
1522 (gdb-pending-handler-p, gdb-handle-reply)
1523 (gdb-remove-all-pending-triggers): New functions.
1524 (gdb-discard-unordered-replies): New defcustom.
1525 (gdb-handler): New defstruct.
1526 (gdb-wait-for-pending): Fix invalid backquote. Use gdb-handler-list.
1527 instead of gdb-pending-triggers. Update docstring.
1528 (gdb-init-1): Remove dead variables. Initialize gdb-handler-list.
1529 (gdb-speedbar-update, gdb-speedbar-timer-fn, gdb-var-update)
1530 (gdb-var-update-handler, def-gdb-auto-update-trigger)
1531 (def-gdb-auto-update-handler, gdb-get-changed-registers)
1532 (gdb-changed-registers-handler, gdb-get-main-selected-frame)
1533 (gdb-frame-handler): Pending triggers are now automatically managed.
1534 (def-gdb-trigger-and-handler, def-gdb-auto-update-handler):
1535 Remove argument.
1536 (gdb-input): Automatically handles pending triggers. Update docstring.
1537 (gdb-resync): Replace gdb-pending-triggers by gdb-handler-list.
1538 (gdb-thread-exited, gdb-thread-selected, gdb-register-names-handler):
1539 Update comments.
1540 (gdb-done-or-error): Now use gdb-handle-reply.
1541
1542 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
1543
1544 * progmodes/gdb-mi.el (gdb-input): Include token numbers in
1545 gdb-debug-log.
1546
1547 2013-05-14 Glenn Morris <rgm@gnu.org>
1548
1549 * subr.el (user-emacs-directory-warning): New option.
1550 (locate-user-emacs-file): Handle non-accessible .emacs.d. (Bug#13930)
1551
1552 2013-05-14 Leo Liu <sdl.web@gmail.com>
1553
1554 * progmodes/octave.el (octave-font-lock-keywords): Fix error
1555 during redisplay.
1556 (octave-goto-function-definition, octave-find-definition): Minor tweaks.
1557 (octave-font-lock-texinfo-comment): Fix invalid search bound
1558 error: wrong side of point.
1559
1560 2013-05-14 Glenn Morris <rgm@gnu.org>
1561
1562 * progmodes/flymake.el (flymake-xml-program): New option.
1563 (flymake-xml-init): Use it.
1564
1565 * term/xterm.el: Provide a feature.
1566
1567 * term/sup-mouse.el: Move to obsolete/. Provide a feature.
1568
1569 2013-05-13 Glenn Morris <rgm@gnu.org>
1570
1571 * cus-dep.el (defcustom-mh, defgroup-mh, defface-mh):
1572 Add compat aliases as a hack workaround. (Bug#14384)
1573
1574 2013-05-13 Leo Liu <sdl.web@gmail.com>
1575
1576 * progmodes/octave.el (octave-indent-comment): Fix indentation for
1577 ###, and %!.
1578 (octave-mode-map): Bind octave-indent-defun to C-c C-q instead of
1579 C-M-q.
1580 (octave-comment-start-skip): Include %!.
1581 (octave-mode): Set comment-start-skip to octave-comment-start-skip.
1582
1583 2013-05-12 Leo Liu <sdl.web@gmail.com>
1584
1585 * progmodes/octave.el (inferior-octave-startup): Store the value
1586 of __octave_srcdir__ for octave-source-directories.
1587 (inferior-octave-check-process): New function refactored out of
1588 inferior-octave-send-list-and-digest.
1589 (octave-source-directories)
1590 (octave-find-definition-filename-function): New variables.
1591 (octave-source-directories)
1592 (octave-find-definition-default-filename): New functions.
1593 (octave-find-definition): Improve to find functions implemented in C++.
1594
1595 2013-05-12 Glenn Morris <rgm@gnu.org>
1596
1597 * calendar/diary-lib.el (diary-outlook-format-1):
1598 Don't include dayname in the output. (Bug#14349)
1599
1600 2013-05-11 Glenn Morris <rgm@gnu.org>
1601
1602 * emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix.
1603
1604 * cus-dep.el (custom-make-dependencies): Only use safe local variables.
1605 Treat cc-provide like provide.
1606
1607 2013-05-11 Kevin Ryde <user42@zip.com.au>
1608
1609 * cus-dep.el (custom-make-dependencies):
1610 Use generated-autoload-load-name for the sake of files such
1611 such cedet/semantic/bovine/c.el, where the base file name
1612 is not in load-path. (Bug#5277)
1613
1614 2013-05-11 Glenn Morris <rgm@gnu.org>
1615
1616 * dos-vars.el, emacs-lisp/cl-indent.el, emulation/tpu-extras.el:
1617 Provide features.
1618
1619 2013-05-11 Leo Liu <sdl.web@gmail.com>
1620
1621 * progmodes/octave.el (octave-indent-comment): Improve.
1622 (octave-eldoc-message-style, octave-eldoc-cache): New variables.
1623 (octave-eldoc-function-signatures, octave-eldoc-function):
1624 New functions.
1625 (octave-mode, inferior-octave-mode): Add eldoc support.
1626
1627 2013-05-11 Richard Stallman <rms@gnu.org>
1628
1629 * epa.el (epa-decrypt-file): Take output file name as argument
1630 and read it using `interactive'.
1631
1632 2013-05-11 Leo Liu <sdl.web@gmail.com>
1633
1634 * progmodes/octave.el (octave-beginning-of-line)
1635 (octave-end-of-line): Check before using up-list because it jumps
1636 out of more syntactic contructs since moving to smie.
1637 (octave-indent-comment): New function.
1638 (octave-mode): Use it in smie-indent-functions. (Bug#14350)
1639 (octave-begin-keywords, octave-end-keywords)
1640 (octave-reserved-words, octave-smie-bnf-table)
1641 (octave-smie-rules): Add new keywords from Octave 3.6.4.
1642
1643 2013-05-11 Glenn Morris <rgm@gnu.org>
1644
1645 * faces.el (internal-face-x-get-resource):
1646 * frame.el (ns-display-monitor-attributes-list):
1647 * calc/calc-aent.el (math-to-radians-2): Fix declarations.
1648
1649 * emacs-lisp/package.el (tar-header-name, tar-header-link-type):
1650
1651 * calc/calc-menu.el: Make it loadable in isolation.
1652
1653 * net/eudcb-bbdb.el: Make it loadable without bbdb.
1654 (eudc-bbdb-filter-non-matching-record, eudc-bbdb-extract-phones)
1655 (eudc-bbdb-extract-addresses, eudc-bbdb-format-record-as-result)
1656 (eudc-bbdb-query-internal): Require 'bbdb.
1657
1658 * lpr.el (lpr-headers-switches):
1659 * emacs-lisp/testcover.el (testcover-compose-functions): Fix :type.
1660
1661 * progmodes/sql.el (sql-login-params): Fix and improve :type.
1662
1663 * emulation/edt-mapper.el: In batch mode, error rather than hang.
1664
1665 * term.el (term-set-escape-char): Make it idempotent.
1666
1667 2013-05-10 Leo Liu <sdl.web@gmail.com>
1668
1669 * progmodes/octave.el (inferior-octave-completion-table):
1670 No longer a function and all uses changed. Use cache to speed up
1671 completion due to bug#11906.
1672 (octave-beginning-of-defun): Re-write to be more general.
1673
1674 2013-05-10 Glenn Morris <rgm@gnu.org>
1675
1676 * emacs-lisp/cl-macs.el (cl-loop): Doc fix.
1677
1678 2013-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
1679
1680 * comint.el (comint-redirect-send-command-to-process): Use :around
1681 rather than :override for comint-redirect-filter.
1682 (comint-redirect-filter): Add the corresponding `orig-filter' argument.
1683 Call it instead of comint-redirect-original-filter-function (which
1684 is gone). Reported by Juanma Barranquero <lekktu@gmail.com>.
1685
1686 2013-05-09 Jan Djärv <jan.h.d@swipnet.se>
1687
1688 * frame.el (display-monitor-attributes-list): Add NS case.
1689 (ns-display-monitor-attributes-list): Declare.
1690
1691 2013-05-09 Ulrich Mueller <ulm@gentoo.org>
1692
1693 * descr-text.el (describe-char): Fix %d/%x typo. (Bug#14360)
1694
1695 2013-05-09 Glenn Morris <rgm@gnu.org>
1696
1697 * international/fontset.el (vertical-centering-font-regexp):
1698 Set standard-value.
1699
1700 * tar-mode.el (tar-superior-buffer, tar-superior-descriptor): Add doc.
1701
1702 * bookmark.el (bookmark-search-delay):
1703 * cus-start.el (vertical-centering-font-regexp):
1704 * ps-mule.el (ps-mule-font-info-database-default):
1705 * ps-print.el (ps-default-fg, ps-default-bg):
1706 * type-break.el (type-break-good-break-interval):
1707 * whitespace.el (whitespace-indentation-regexp)
1708 (whitespace-space-after-tab-regexp):
1709 * emacs-lisp/testcover.el (testcover-1value-functions)
1710 (testcover-noreturn-functions, testcover-progn-functions)
1711 (testcover-prog1-functions):
1712 * emulation/viper-init.el (viper-emacs-state-cursor-color):
1713 * eshell/em-glob.el (eshell-glob-translate-alist):
1714 * play/tetris.el (tetris-tty-colors):
1715 * progmodes/cpp.el (cpp-face-default-list):
1716 * progmodes/flymake.el (flymake-allowed-file-name-masks):
1717 * progmodes/idlw-help.el (idlwave-help-browser-generic-program)
1718 (idlwave-help-browser-generic-args):
1719 * progmodes/make-mode.el (makefile-special-targets-list):
1720 * progmodes/python.el (python-shell-virtualenv-path):
1721 * progmodes/verilog-mode.el (verilog-active-low-regexp)
1722 (verilog-auto-input-ignore-regexp, verilog-auto-inout-ignore-regexp)
1723 (verilog-auto-output-ignore-regexp, verilog-auto-tieoff-ignore-regexp)
1724 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
1725 * textmodes/reftex-vars.el (reftex-format-label-function):
1726 * textmodes/remember.el (remember-diary-file): Fix custom types.
1727
1728 * jka-cmpr-hook.el (jka-compr-mode-alist-additions): Fix typo.
1729 Add :version.
1730
1731 2013-05-09 Leo Liu <sdl.web@gmail.com>
1732
1733 * progmodes/octave.el (inferior-octave-completion-at-point):
1734 Restore file completion. (Bug#14300)
1735 (inferior-octave-startup): Fix incorrect highlighting for the
1736 first prompt.
1737
1738 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
1739
1740 * progmodes/ruby-mode.el: First cut at SMIE support.
1741 (ruby-use-smie): New var.
1742 (ruby-smie-grammar): New constant.
1743 (ruby-smie--bosp, ruby-smie--implicit-semi-p)
1744 (ruby-smie--forward-token, ruby-smie--backward-token)
1745 (ruby-smie-rules): New functions.
1746 (ruby-mode-variables): Setup SMIE if applicable.
1747
1748 2013-05-08 Eli Zaretskii <eliz@gnu.org>
1749
1750 * simple.el (line-move-visual): Signal beginning/end of buffer
1751 only if vertical-motion moved less than it was requested. Avoids
1752 silly incorrect error messages when there are display strings with
1753 multiple newlines at EOL.
1754
1755 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
1756
1757 * progmodes/vera-mode.el (vera-underscore-is-part-of-word):
1758 * progmodes/prolog.el (prolog-underscore-wordchar-flag)
1759 (prolog-char-quote-workaround):
1760 * progmodes/cperl-mode.el (cperl-under-as-char):
1761 * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word):
1762 Mark as obsolete.
1763 (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in
1764 their declaration.
1765 (vhdl-mode-syntax-table-init): Remove.
1766
1767 * progmodes/m4-mode.el (m4-mode-syntax-table): Add comment on
1768 last change.
1769
1770 * progmodes/ld-script.el (ld-script-mode-syntax-table): Use symbol
1771 syntax for "_".
1772 (ld-script-font-lock-keywords):
1773 Change regexps to use things like \_< and \_>.
1774
1775 * progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_".
1776 Change all regexps to use things like \_< and \_>.
1777
1778 * progmodes/autoconf.el (autoconf-definition-regexp)
1779 (autoconf-font-lock-keywords, autoconf-current-defun-function):
1780 Handle a _ with symbol syntax.
1781 (autoconf-mode): Don't change the syntax-table for imenu and font-lock.
1782
1783 * progmodes/ada-mode.el (ada-mode-abbrev-table):
1784 Consolidate declaration.
1785 (ada-mode-syntax-table, ada-mode-symbol-syntax-table): Initialize in
1786 the declaration.
1787 (ada-create-syntax-table): Remove.
1788 (ada-capitalize-word): Don't mess with the syntax of "_" since it
1789 already has the right syntax nowadays.
1790 (ada-goto-next-word): Don't change the syntax of "_".
1791
1792 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight obsolete
1793 with-wrapper-hook.
1794
1795 2013-05-08 Sam Steingold <sds@gnu.org>
1796
1797 * thingatpt.el (thing-at-point): Accept optional second argument
1798 NO-PROPERTIES to strip the text properties from the return value.
1799 * net/browse-url.el (browse-url-url-at-point): Pass NO-PROPERTIES
1800 to `thing-at-point' instead of stripping the properties ourselves.
1801 Also, when `thing-at-point' fails to find a url, prepend "http://"
1802 to the filename at point on the assumption that the user is
1803 pointing at something like gnu.org/gnu.
1804
1805 2013-05-08 Juanma Barranquero <lekktu@gmail.com>
1806
1807 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
1808 * faces.el (crm-separator):
1809 Silence byte-compiler.
1810
1811 * progmodes/gud.el (gdb-speedbar-auto-raise, gud-tooltip-mode)
1812 (tool-bar-map): Remove unneeded defvars.
1813
1814 2013-05-08 Leo Liu <sdl.web@gmail.com>
1815
1816 Re-work a fix for bug#10994 based on Le Wang's patch.
1817 * ido.el (ido-remove-consecutive-dups): New helper.
1818 (ido-completing-read): Use it.
1819 (ido-chop): Revert fix for bug#10994.
1820
1821 2013-05-08 Adam Spiers <emacs@adamspiers.org>
1822
1823 * cus-edit.el (custom-save-variables):
1824 Pretty-print long values. (Bug#14187)
1825
1826 2013-05-08 Glenn Morris <rgm@gnu.org>
1827
1828 * progmodes/m4-mode.el (m4-program): Assume it is in PATH.
1829 (m4-mode-syntax-table): Init in the defvar.
1830 (m4-mode-abbrev-table): Let define-derived-mode define it.
1831
1832 2013-05-08 Tom Tromey <tromey@redhat.com>
1833
1834 * progmodes/m4-mode.el (m4-mode-syntax-table):
1835 Do not treat "_" as word constituent. (Bug#14167)
1836
1837 2013-05-07 Glenn Morris <rgm@gnu.org>
1838
1839 * eshell/em-hist.el (eshell-isearch-map): Initialize in the defvar.
1840 Remove explicit eshell-isearch-cancel-map.
1841
1842 * progmodes/f90.el (f90-smart-end-names): New option.
1843 (f90-smart-end): Doc fix.
1844 (f90-end-block-optional-name): New constant.
1845 (f90-block-match): Respect f90-smart-end-names.
1846
1847 2013-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
1848
1849 * progmodes/octave.el (octave-smie-forward-token): Be more careful
1850 about implicit semi-colons (bug#14218).
1851
1852 2013-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1853
1854 * frame.el (display-monitor-attributes-list)
1855 (frame-monitor-attributes): New functions.
1856
1857 2013-05-06 Leo Liu <sdl.web@gmail.com>
1858
1859 * progmodes/octave.el (octave-syntax-propertize-function): Change
1860 \'s syntax to escape when inside double-quoted strings. (Bug#14332)
1861 (octave-font-lock-keywords): Use octave-operator-regexp.
1862 (octave-completion-at-point): Rename from
1863 octave-completion-at-point-function.
1864 (inferior-octave-directory-tracker): Robustify.
1865 (octave-text-functions): Remove and fix its uses. No such things
1866 any more.
1867
1868 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
1869
1870 * emacs-lisp/trace.el (trace--display-buffer): New function.
1871 (trace-make-advice): Use it.
1872
1873 2013-05-06 Juri Linkov <juri@jurta.org>
1874
1875 * emacs-lisp/lisp-mode.el (eval-defun-2): Doc fix. (Bug#14344)
1876 (eval-defun-2, eval-defun, eval-last-sexp, eval-last-sexp-1):
1877 Doc fix.
1878 (emacs-lisp-mode-map): Replace "minibuffer" with "echo area"
1879 in the help string. (Bug#12985)
1880
1881 2013-05-06 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
1882
1883 * simple.el (shell-command-on-region): Doc fix. (Bug#14279)
1884
1885 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
1886
1887 * progmodes/perl-mode.el: Add support for here documents.
1888 (perl-syntax-propertize-function): Match here-doc markers.
1889 (perl-syntax-propertize-special-constructs): Find their end.
1890 (perl-imenu-generic-expression): Use [:alnum:].
1891
1892 * emacs-lisp/nadvice.el (advice--member-p): Return the advice if found.
1893 (advice--add-function): Refresh the advice if already present
1894 (bug#14317).
1895
1896 2013-05-06 Ivan Andrus <darthandrus@gmail.com>
1897
1898 * find-file.el (cc-other-file-alist): Add ".m" for ObjC. (Bug#14339)
1899
1900 2013-05-06 Glenn Morris <rgm@gnu.org>
1901
1902 * w32-fns.el (w32-charset-info-alist): Declare.
1903
1904 * eshell/em-cmpl.el: Simply require pcomplete; eg we use a bunch
1905 of its defcustom properties.
1906 (eshell-cmpl-initialize): No need to load pcomplete.
1907
1908 * generic-x.el: No need to require comint when compiling.
1909
1910 * net/eudc-export.el: Make it loadable without bbdb.
1911 (top-level): Use require rather than load-library.
1912 (eudc-create-bbdb-record, eudc-bbdbify-phone)
1913 (eudc-batch-export-records-to-bbdb)
1914 (eudc-insert-record-at-point-into-bbdb, eudc-try-bbdb-insert):
1915 Require bbdb.
1916
1917 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
1918
1919 * progmodes/octave.el (octave-texinfo-font-lock-keywords): Remove.
1920 (octave-font-lock-texinfo-comment): Use texinfo-font-lock-keywords with
1921 some tweaks, instead.
1922
1923 2013-05-05 Leo Liu <sdl.web@gmail.com>
1924
1925 * progmodes/octave.el (octave-font-lock-keywords)
1926 (octave-font-lock-texinfo-comment): Adjust for the byte-compiler.
1927 (inferior-octave-send-list-and-digest): Improve error message.
1928 (octave-mode, inferior-octave-mode): Use setq-local.
1929 (octave-help): Set info-lookup-mode.
1930
1931 2013-05-05 Richard Stallman <rms@gnu.org>
1932
1933 * vc/compare-w.el (compare-windows-whitespace):
1934 Treat no-break space as whitespace.
1935
1936 * mail/rmailsum.el (rmail-summary-rmail-update):
1937 Detect empty summary and don't change selected message.
1938 (rmail-summary-goto-msg): Likewise.
1939
1940 * mail/rmailsum.el (rmail-new-summary, rmail-new-summary-1):
1941 Doc fixes, rename args.
1942
1943 2013-05-05 Alan Mackenzie <acm@muc.de>
1944
1945 * progmodes/cc-defs.el (c-version): Increment to 5.32.5.
1946
1947 2013-05-05 Juri Linkov <juri@jurta.org>
1948
1949 * info.el (Info-read-subfile): Use (point-min) instead of (point)
1950 to not add the length of the summary segment to the return value.
1951 (Bug#14125)
1952
1953 2013-05-05 Leo Liu <sdl.web@gmail.com>
1954
1955 * progmodes/octave.el (inferior-octave-strip-ctrl-g)
1956 (inferior-octave-output-filter): Remove.
1957 (octave-send-region, inferior-octave-startup): Fix callers.
1958 (inferior-octave-mode-map): Don't use comint-dynamic-complete.
1959 (octave-binary-file-extensions): New user variable.
1960 (octave-find-definition): Confirm if opening binary files.
1961 (octave-help-file): Use octave-find-definition to get the binary
1962 confirmation.
1963 (octave-help): Adjust for octave-help-file change.
1964
1965 2013-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
1966
1967 * progmodes/pascal.el (pascal-font-lock-keywords): Use backquotes.
1968 Merge the two entries that handle function definitions.
1969 (pascal--syntax-propertize): New const.
1970 (pascal-mode): Use it. Use setq-local.
1971
1972 2013-05-04 Glenn Morris <rgm@gnu.org>
1973
1974 * calendar/diary-lib.el (diary-from-outlook-function): New variable.
1975 (diary-from-outlook): Respect diary-from-outlook-function.
1976
1977 2013-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
1978
1979 * simple.el (read-expression-map): Use completion-at-point (bug#14255).
1980 Move the declaration from C.
1981 (read-minibuffer, eval-minibuffer): Move from C.
1982 (completion-setup-function): Avoid minibuffer-completion-contents.
1983
1984 2013-05-03 Leo Liu <sdl.web@gmail.com>
1985
1986 * progmodes/octave.el (octave-font-lock-keywords): Do not
1987 dehighlight 'end' in comments or strings.
1988 (octave-completing-read, octave-goto-function-definition):
1989 New helpers.
1990 (octave-help-buffer): New user variable.
1991 (octave-help-file, octave-help-function): New button types.
1992 (octave-help): New command and bind it to C-h ;.
1993 (octave-find-definition): New command and bind it to M-.
1994 (user-error): Alias to error if not defined.
1995
1996 2013-05-02 Leo Liu <sdl.web@gmail.com>
1997
1998 * progmodes/octave.el (octave-mode-syntax-table): Correct syntax
1999 for \. (bug#14332)
2000 (octave-font-lock-keywords): Include [ and {.
2001
2002 2013-05-02 Leo Liu <sdl.web@gmail.com>
2003
2004 * progmodes/octave.el (inferior-octave-startup-file): Change default.
2005 (inferior-octave): Remove calling comint-mode and return the buffer.
2006 (inferior-octave-startup): Cosmetic changes.
2007
2008 2013-05-02 Leo Liu <sdl.web@gmail.com>
2009
2010 * progmodes/octave.el (octave-syntax-propertize-function):
2011 Include the case when ' is at line beginning. (Bug#14336)
2012
2013 2013-05-02 Glenn Morris <rgm@gnu.org>
2014
2015 * vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.
2016 * desktop.el (vc-dir-mode): Just autoload it here.
2017
2018 2013-05-02 Alan Mackenzie <acm@muc.de>
2019
2020 Eliminate variable c-standard-font-lock-fontify-region-function.
2021 * progmodes/cc-mode.el
2022 (c-standard-font-lock-fontify-region-function): Remove.
2023 (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
2024
2025 2013-05-01 Leo Liu <sdl.web@gmail.com>
2026
2027 * progmodes/octave.el: Compatible with older emacs-24 releases.
2028 (inferior-octave-has-built-in-variables): Remove. Built-in
2029 variables were removed from Octave in 2007.
2030 (inferior-octave-startup): Fix uses.
2031 (comint-line-beginning-position): Remove compatibility code for
2032 emacs 21.
2033
2034 2013-05-01 Juri Linkov <juri@jurta.org>
2035
2036 * isearch.el (isearch-forward, isearch-mode): Doc fix. (Bug#13923)
2037
2038 2013-05-01 Juri Linkov <juri@jurta.org>
2039
2040 * comint.el (comint-previous-matching-input): Don't print message
2041 "History item: %d" when `isearch-mode' is active.
2042 (comint-history-isearch-message): Print message "History item: %d"
2043 when `comint-input-ring-index' is not empty and this function is
2044 called from `isearch-update' with a nil `ellipsis'. (Bug#13223)
2045
2046 2013-05-01 Leo Liu <sdl.web@gmail.com>
2047
2048 * progmodes/octave.el (octave-abbrev-table): Remove abbrev
2049 definitions. Use completion-at-point to insert keywords.
2050 (octave-abbrev-start): Remove.
2051 (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
2052
2053 2013-04-30 Leo Liu <sdl.web@gmail.com>
2054
2055 * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
2056 change.
2057
2058 2013-04-30 Alan Mackenzie <acm@muc.de>
2059
2060 Handle arbitrarily long C++ member initialisation lists.
2061 * progmodes/cc-engine.el (c-back-over-member-initializers):
2062 new function.
2063 (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
2064 (most) member init lists.
2065
2066 2013-04-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2067
2068 * progmodes/octave.el (inferior-octave-prompt-read-only): New user
2069 variable.
2070
2071 2013-04-30 Leo Liu <sdl.web@gmail.com>
2072
2073 * progmodes/octave.el (octave-variables): Remove. No builtin
2074 variables any more. All converted to functions.
2075 (octave-font-lock-keywords, octave-completion-at-point-function):
2076 Fix uses.
2077 (octave-font-lock-texinfo-comment): New user variable.
2078 (octave-texinfo-font-lock-keywords): New variable for texinfo
2079 comment block.
2080 (octave-function-comment-block): New face.
2081 (octave-font-lock-texinfo-comment): New function.
2082 (octave-mode): Font lock texinfo comment block.
2083
2084 2013-04-29 Leo Liu <sdl.web@gmail.com>
2085
2086 * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
2087 indexing expression.
2088 (octave-continuation-string): Do not use \.
2089 (inferior-octave-complete-impossible): Remove.
2090 (inferior-octave-completion-table)
2091 (inferior-octave-completion-at-point): Remove its uses.
2092 (inferior-octave-startup): completion_matches was introduced to
2093 Octave in 1996 so safe to assume it.
2094 (octave-function-file-comment): Improve to follow how Octave does it.
2095 (octave-update-function-file-comment): Tweak.
2096
2097 2013-04-29 Leo Liu <sdl.web@gmail.com>
2098
2099 * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
2100 (inferior-octave-startup): Remove inferior-octave-startup-hook.
2101 (octave-function-file-comment): Fix typo.
2102 (octave-sync-function-file-names): Use read-char-choice.
2103
2104 2013-04-28 Jay Belanger <jay.p.belanger@gmail.com>
2105
2106 * calc/calc.el (math-normalize): Don't set `math-normalize-error'
2107 to t for the less important warnings.
2108
2109 2013-04-27 Darren Hoo <darren.hoo@gmail.com> (tiny change)
2110
2111 * isearch.el (isearch-fail-pos): Check for empty `cmds'. (Bug#14268)
2112
2113 2013-04-27 Glenn Morris <rgm@gnu.org>
2114
2115 * vc/log-view.el (log-view-current-entry):
2116 Treat "---" separator lines as part of the following rev. (Bug#14169)
2117
2118 2013-04-27 Juri Linkov <juri@jurta.org>
2119
2120 * subr.el (read-number): Doc fix about using it by interactive
2121 code letter `n'. (Bug#14254)
2122
2123 2013-04-27 Juri Linkov <juri@jurta.org>
2124
2125 * desktop.el (desktop-auto-save-timeout): New option.
2126 (desktop-file-checksum): New variable.
2127 (desktop-save): Add optional arg `auto-save' and don't auto-save
2128 if nothing changed.
2129 (desktop-auto-save-timer): New variable.
2130 (desktop-auto-save, desktop-auto-save-set-timer): New functions.
2131 (after-init-hook): Call `desktop-auto-save-set-timer'.
2132 Suggested by Reuben Thomas <rrt@sc3d.org> in
2133 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
2134
2135 2013-04-27 Leo Liu <sdl.web@gmail.com>
2136
2137 * progmodes/octave.el (octave-function-file-p)
2138 (octave-skip-comment-forward, octave-function-file-comment)
2139 (octave-update-function-file-comment): New functions.
2140 (octave-mode-map): Bind C-c ; to
2141 octave-update-function-file-comment.
2142 (octave-mode-menu): Add octave-update-function-file-comment.
2143 (octave-mode, inferior-octave-mode): Fix doc-string.
2144 (octave-insert-defun): Conform to Octave's coding convention.
2145 (Bug#14285)
2146
2147 * files.el (basic-save-buffer): Don't let errors in
2148 before-save-hook prevent saving buffer.
2149
2150 2013-04-20 Roland Winkler <winkler@gnu.org>
2151
2152 * faces.el (read-face-name): Use completing-read if arg multiple
2153 is nil.
2154
2155 2013-04-27 Ingo Lohmar <i.lohmar@gmail.com> (tiny change)
2156
2157 * ls-lisp.el (ls-lisp-insert-directory): If no files are
2158 displayed, move point to after the totals line.
2159 See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
2160 for the details.
2161
2162 2013-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
2163
2164 * emacs-lisp/package.el (package-autoload-ensure-default-file):
2165 Add current dir to the load-path.
2166 (package-generate-autoloads): Don't rely on
2167 autoload-ensure-default-file.
2168
2169 2013-04-26 Reuben Thomas <rrt@sc3d.org>
2170
2171 * textmodes/remember.el (remember-store-in-files): Document that
2172 the file name format is passed to `format-time-string'.
2173
2174 2013-04-26 Leo Liu <sdl.web@gmail.com>
2175
2176 * progmodes/octave.el (octave-sync-function-file-names): New function.
2177 (octave-mode): Use it in before-save-hook.
2178
2179 2013-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
2180
2181 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
2182 (bug#14274).
2183
2184 * progmodes/octave.el (octave-smie-forward-token): Properly skip
2185 \n and comment, even if it's not an implicit ; (bug#14218).
2186
2187 2013-04-26 Glenn Morris <rgm@gnu.org>
2188
2189 * subr.el (read-number): Once more use `read' rather than
2190 `string-to-number', to trap non-numeric input. (Bug#14254)
2191
2192 2013-04-26 Erik Charlebois <erikcharlebois@gmail.com>
2193
2194 * emacs-lisp/syntax.el (syntax-propertize-multiline):
2195 Use `syntax-multiline' text property consistently instead of
2196 `font-lock-multiline'. (Bug#14237)
2197
2198 2013-04-26 Glenn Morris <rgm@gnu.org>
2199
2200 * emacs-lisp/shadow.el (list-load-path-shadows):
2201 No longer necessary to check for duplicate simple.el, since
2202 2012-07-07 change to init_lread to not include installation lisp
2203 directories in load-path when running uninstalled. (Bug#14270)
2204
2205 2013-04-26 Leo Liu <sdl.web@gmail.com>
2206
2207 * progmodes/octave.el (octave-submit-bug-report): Obsolete.
2208 (octave-mode, inferior-octave-mode): Use setq-local.
2209 (octave-not-in-string-or-comment-p): Rename to
2210 octave-in-string-or-comment-p.
2211 (octave-in-comment-p, octave-in-string-p)
2212 (octave-in-string-or-comment-p): Replace defsubst with defun.
2213
2214 2013-04-25 Paul Eggert <eggert@cs.ucla.edu>
2215
2216 * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
2217
2218 2013-04-25 Bastien Guerry <bzg@gnu.org>
2219
2220 * textmodes/remember.el (remember-data-directory)
2221 (remember-directory-file-name-format): Fix custom types.
2222
2223 2013-04-25 Leo Liu <sdl.web@gmail.com>
2224
2225 * progmodes/octave.el (octave-completion-at-point-function):
2226 Make use of inferior octave process.
2227 (octave-initialize-completions): Remove.
2228 (inferior-octave-completion-table): New function.
2229 (inferior-octave-completion-at-point): Use it.
2230 (octave-completion-alist): Remove.
2231
2232 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
2233
2234 * progmodes/opascal.el: Use font-lock and syntax-propertize.
2235 (opascal-mode-syntax-table): New var.
2236 (opascal-literal-kind, opascal-is-literal-end)
2237 (opascal-literal-token-at): Rewrite.
2238 (opascal--literal-start-re, opascal-font-lock-keywords)
2239 (opascal--syntax-propertize): New constants.
2240 (opascal-font-lock-defaults): Adjust.
2241 (opascal-mode): Use them. Set comment-<foo> variables as well.
2242 (delphi-comment-face, opascal-comment-face, delphi-string-face)
2243 (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
2244 (delphi-other-face, opascal-other-face): Remove face variables.
2245 (opascal-save-state): Remove macro.
2246 (opascal-fontifying-progress-step): Remove constant.
2247 (opascal--ignore-changes): Remove var.
2248 (opascal-set-token-property, opascal-parse-next-literal)
2249 (opascal-is-stable-literal, opascal-complete-literal)
2250 (opascal-is-literal-start, opascal-face-of)
2251 (opascal-parse-region, opascal-parse-region-until-stable)
2252 (opascal-fontify-region, opascal-after-change)
2253 (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
2254 (opascal-debug-parse-region, opascal-debug-parse-window)
2255 (opascal-debug-parse-buffer, opascal-debug-fontify-window)
2256 (opascal-debug-fontify-buffer): Remove.
2257 (opascal-debug-mode-map): Adjust accordingly.
2258
2259 2013-04-25 Leo Liu <sdl.web@gmail.com>
2260
2261 Merge octave-mod.el and octave-inf.el into octave.el with some
2262 cleanups.
2263 * progmodes/octave.el: New file renamed from octave-mod.el.
2264 * progmodes/octave-inf.el: Merged into octave.el.
2265 * progmodes/octave-mod.el: Renamed to octave.el.
2266
2267 2013-04-25 Tassilo Horn <tsdh@gnu.org>
2268
2269 * textmodes/reftex-vars.el
2270 (reftex-label-ignored-macros-and-environments): New defcustom.
2271
2272 * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
2273
2274 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
2275
2276 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
2277 (smie-indent-keyword): Improve the check to ensure that the next
2278 comment is really on the same line.
2279 (smie-indent-comment): Don't align with a subsequent closer (or eob).
2280
2281 * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
2282 semi-colons if the line is not otherwise empty (bug#14218).
2283
2284 2013-04-25 Glenn Morris <rgm@gnu.org>
2285
2286 * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
2287
2288 2013-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
2289
2290 * progmodes/opascal.el (opascal-set-token-property): Rename from
2291 opascal-set-text-properties and only set `token' (bug#14134).
2292 Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
2293 (opascal-literal-text-properties): Remove.
2294 (opascal-parse-next-literal, opascal-debug-unparse-buffer):
2295 Adjust callers.
2296
2297 2013-04-24 Reuben Thomas <rrt@sc3d.org>
2298
2299 * textmodes/remember.el (remember-handler-functions): Add an
2300 option for a new handler `remember-store-in-files'.
2301 (remember-data-directory, remember-directory-file-name-format):
2302 New options.
2303 (remember-store-in-files): New function to store remember notes
2304 as separate files within a directory.
2305
2306 2013-04-24 Magnus Henoch <magnus.henoch@gmail.com>
2307
2308 * progmodes/compile.el (compilation-next-error-function):
2309 Pass "formats" to compilation-find-file (bug#11777).
2310
2311 2013-04-24 Glenn Morris <rgm@gnu.org>
2312
2313 * vc/vc-bzr.el (vc-bzr-print-log):
2314 * vc/vc-hg.el (vc-hg-print-log):
2315 * vc/vc-svn.el (vc-svn-print-log):
2316 Fix START-REVISION with LIMIT != 1. (Bug#14168)
2317
2318 * vc/vc-bzr.el (vc-bzr-print-log):
2319 * vc/vc-cvs.el (vc-cvs-print-log):
2320 * vc/vc-git.el (vc-git-print-log):
2321 * vc/vc-hg.el (vc-hg-print-log):
2322 * vc/vc-mtn.el (vc-mtn-print-log):
2323 * vc/vc-rcs.el (vc-rcs-print-log):
2324 * vc/vc-sccs.el (vc-sccs-print-log):
2325 * vc/vc-svn.el (vc-svn-print-log):
2326 * vc/vc.el (vc-print-log-internal): Doc fixes.
2327
2328 2013-04-23 Glenn Morris <rgm@gnu.org>
2329
2330 * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
2331 Remove venerable code attempting to avoid substitute-command-keys.
2332
2333 2013-04-23 Tassilo Horn <tsdh@gnu.org>
2334
2335 * textmodes/reftex-vars.el (reftex-label-regexps):
2336 Call `reftex-compile-variables' after changes to this variable.
2337
2338 2013-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
2339
2340 * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
2341 Use lexical-binding.
2342 (jit-lock-force-redisplay): Use markers, check buffer's continued
2343 existence and beware narrowed buffers.
2344 (jit-lock-fontify-now): Adjust call accordingly.
2345
2346 2013-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
2347
2348 * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
2349 to avoid misleading the user.
2350
2351 2013-04-22 Leo Liu <sdl.web@gmail.com>
2352
2353 * info-look.el: Prefer latex2e.info. (Bug#14240)
2354
2355 2013-04-22 Michael Albinus <michael.albinus@gmx.de>
2356
2357 Fix pack/unpack coding. Reported by David Smith <davidsmith@acm.org>.
2358
2359 * net/tramp-compat.el (tramp-compat-call-process): Move function ...
2360 * net/tramp.el (tramp-call-process): ... here
2361 (tramp-set-completion-function, tramp-parse-putty):
2362 * net/tramp-adb.el (tramp-adb-execute-adb-command):
2363 * net/tramp-gvfs.el (tramp-gvfs-send-command):
2364 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
2365 (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
2366 (tramp-call-local-coding-command): Use `tramp-call-process'
2367 instead of `tramp-compat-call-process'.
2368
2369 * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
2370 (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
2371 (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region):
2372 (tramp-find-inline-compress): Improve traces.
2373 (tramp-maybe-send-script): Check for Perl binary.
2374 (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
2375
2376 2013-04-22 Daiki Ueno <ueno@gnu.org>
2377
2378 * epg.el (epg-context-pinentry-mode): New function.
2379 (epg-context-set-pinentry-mode): New function.
2380 (epg--start): Pass --pinentry-mode option to gpg command.
2381
2382 2013-04-21 Xue Fuqiao <xfq.free@gmail.com>
2383
2384 * comint.el (comint-dynamic-complete-functions, comint-mode-map):
2385 `comint-dynamic-complete' is obsolete since 24.1, replaced by
2386 `completion-at-point'. (Bug#13774)
2387
2388 * startup.el (normal-no-mouse-startup-screen): Bug fix, the
2389 default key binding for `describe-distribution' has been moved to
2390 `C-h C-o'. (Bug#13970)
2391
2392 2013-04-21 Glenn Morris <rgm@gnu.org>
2393
2394 * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
2395 Add doc strings.
2396 (vc-print-log): Clarify interactive prompt.
2397
2398 2013-04-20 Glenn Morris <rgm@gnu.org>
2399
2400 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
2401 No longer include timestamp etc information.
2402
2403 2013-04-20 Roland Winkler <winkler@gnu.org>
2404
2405 * faces.el (read-face-name): Bug fix, return just one face if arg
2406 multiple is nil. (Bug#14209)
2407
2408 2013-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
2409
2410 * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
2411 (remove-function): Autoload.
2412
2413 * comint.el (comint-redirect-original-filter-function): Remove.
2414 (comint-redirect-cleanup, comint-redirect-send-command-to-process):
2415 * vc/vc-cvs.el (vc-cvs-annotate-process-filter)
2416 (vc-cvs-annotate-command):
2417 * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
2418 * progmodes/prolog.el (prolog-consult-compile):
2419 * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
2420 Use add/remove-function instead.
2421 * progmodes/gud.el (gud-tooltip-original-filter): Remove.
2422 (gud-tooltip-process-output, gud-tooltip-tips):
2423 Use add/remove-function instead.
2424 * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
2425 (scheme-interaction-mode, exit-scheme-interaction-mode):
2426 Use add/remove-function instead.
2427
2428 * vc/vc-dispatcher.el: Use lexical-binding.
2429 (vc--process-sentinel): Rename from vc-process-sentinel.
2430 Change last arg to be the code to run. Don't use vc-previous-sentinel
2431 and vc-sentinel-commands any more.
2432 (vc-exec-after): Allow code to be a function. Use add/remove-function.
2433 (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
2434
2435 2013-04-19 Masatake YAMATO <yamato@redhat.com>
2436
2437 * progmodes/sh-script.el (sh-imenu-generic-expression):
2438 Handle function names with a single character. (Bug#14111)
2439
2440 2013-04-19 Dima Kogan <dima@secretsauce.net> (tiny change)
2441
2442 * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
2443 for subroutines defined in an eval (bug#14182).
2444
2445 2013-04-19 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2446
2447 * bookmark.el (bookmark-completing-read): Improve handling of empty
2448 string (bug#14176).
2449
2450 2013-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
2451
2452 * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
2453
2454 2013-04-19 Fabián Ezequiel Gallina <fgallina@gnu.org>
2455
2456 New faster Imenu implementation (bug#14058).
2457 * progmodes/python.el:
2458 (python-imenu-prev-index-position):
2459 (python-imenu-format-item-label-function)
2460 (python-imenu-format-parent-item-label-function)
2461 (python-imenu-format-parent-item-jump-label-function):
2462 New vars.
2463 (python-imenu-format-item-label)
2464 (python-imenu-format-parent-item-label)
2465 (python-imenu-format-parent-item-jump-label)
2466 (python-imenu--put-parent, python-imenu--build-tree)
2467 (python-imenu-create-index, python-imenu-create-flat-index)
2468 (python-util-popn): New functions.
2469 (python-mode): Set imenu-create-index-function to
2470 python-imenu-create-index.
2471
2472 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
2473
2474 * winner.el (winner-active-region): Use region-active-p, activate-mark
2475 and deactivate-mark (bug#14225).
2476
2477 * simple.el (deactivate-mark): Don't inline it.
2478
2479 2013-04-18 Michael Albinus <michael.albinus@gmx.de>
2480
2481 * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
2482
2483 2013-04-18 Tassilo Horn <tsdh@gnu.org>
2484
2485 * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
2486 file extensions from the archive-mode entry in order to prefer
2487 doc-view-mode-maybe with archive-mode as fallback (bug#14188).
2488
2489 2013-04-18 Leo Liu <sdl.web@gmail.com>
2490
2491 * bindings.el (help-event-list): Add ?\?.
2492
2493 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
2494
2495 * subr.el (with-wrapper-hook): Declare obsolete.
2496 * simple.el (filter-buffer-substring-function): New hook.
2497 (filter-buffer-substring): Use it.
2498 (filter-buffer-substring-functions): Mark obsolete.
2499 * minibuffer.el (completion-in-region-function): New hook.
2500 (completion-in-region): Use it.
2501 (completion-in-region-functions): Mark obsolete.
2502 * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
2503 * abbrev.el (abbrev-expand-function): New hook.
2504 (expand-abbrev): Use it.
2505 (abbrev-expand-functions): Mark obsolete.
2506 * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
2507 and :filter-return.
2508
2509 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
2510
2511 * progmodes/python.el (python-nav--syntactically): Fix cornercases
2512 and do not care about match data.
2513
2514 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
2515
2516 * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
2517 completion tables when completing error conditions and
2518 `declare' arguments.
2519 (lisp-complete-symbol, field-complete): Mark as obsolete.
2520 (check-parens): Unmatched parens are user errors.
2521 * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
2522
2523 2013-04-17 Michal Nazarewicz <mina86@mina86.com>
2524
2525 * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
2526 command changed buffer (ie. `flyspell-pre-buffer' is not current
2527 buffer), which prevents making decisions based on invalid value of
2528 `flyspell-pre-point' in the wrong buffer. Most notably, this used to
2529 cause an error when `flyspell-pre-point' was nil after switching
2530 buffers.
2531 (flyspell-post-command-hook): No longer needs to change buffers when
2532 checking pre-word. While at it remove unnecessary progn.
2533
2534 2013-04-17 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
2535
2536 * textmodes/ispell.el (ispell-add-per-file-word-list):
2537 Fix `flyspell-correct-word-before-point' error when accepting
2538 words and `coment-padding' is an integer by using
2539 `comment-normalize-vars' (Bug #14214).
2540
2541 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
2542
2543 New defun movement commands.
2544 * progmodes/python.el (python-nav--syntactically)
2545 (python-nav--forward-defun, python-nav-backward-defun)
2546 (python-nav-forward-defun): New functions.
2547
2548 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
2549
2550 * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
2551 (python-syntax-context): Use named compiler-macro for backwards
2552 compatibility with Emacs 24.x.
2553
2554 2013-04-17 Leo Liu <sdl.web@gmail.com>
2555
2556 * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
2557 octave-hide-process-buffer.
2558
2559 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
2560
2561 * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
2562 (bug#14216).
2563
2564 2013-04-17 Jean-Philippe Gravel <jpgravel@gmail.com>
2565
2566 * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
2567 Fix adjustment of offset when receiving incomplete responses from GDB
2568 (bug#14129).
2569
2570 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
2571
2572 * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
2573 python-mode-abbrev-table.
2574 (python-skeleton-define): Adjust accordingly.
2575 (python-mode-abbrev-table): New table that inherits from it so that
2576 python-skeleton-autoinsert does not affect non-skeleton abbrevs.
2577
2578 * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
2579 (abbrev-symbol): Use it.
2580 (abbrev--before-point): Use it since we already handle inheritance.
2581
2582 2013-04-16 Leo Liu <sdl.web@gmail.com>
2583
2584 * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
2585 binding to info-lookup-symbol.
2586
2587 2013-04-16 Juanma Barranquero <lekktu@gmail.com>
2588
2589 * minibuffer.el (completion--twq-all):
2590 * term/ns-win.el (ns-initialize-window-system):
2591 * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
2592
2593 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
2594
2595 * emacs-lisp/nadvice.el (add-function): Default simple vars to their
2596 global bindings.
2597
2598 * doc-view.el (doc-view-start-process): Handle url-handler directories.
2599
2600 2013-04-15 Dmitry Gutov <dgutov@yandex.ru>
2601
2602 * progmodes/ruby-mode.el (ruby-beginning-of-defun)
2603 (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
2604 to nil.
2605 (ruby-end-of-defun): Remove the unused arg, change the docstring
2606 to reflect that this function is only used as the value of
2607 `end-of-defun-function'.
2608 (ruby-beginning-of-defun): Remove "top-level" from the docstring,
2609 to reflect an earlier change that beginning/end-of-defun functions
2610 jump between methods in a class definition, as well as top-level
2611 functions.
2612
2613 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
2614
2615 * minibuffer.el (minibuffer-complete): Don't just scroll
2616 a *Completions* that's been iconified.
2617 (minibuffer-force-complete): Make sure repetitions do cycle when going
2618 through completion-in-region -> minibuffer-complete.
2619
2620 2013-04-15 Alan Mackenzie <acm@muc.de>
2621
2622 Correct the placement of c-cpp-delimiters when there're #s not at
2623 col 0.
2624
2625 * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
2626 place a submatch around the #.
2627 * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
2628 Start a search at BOL. Put the c-cpp-delimiter category text propertiy
2629 on the #, not BOL.
2630
2631 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
2632
2633 * emacs-lisp/nadvice.el: Properly test names when adding advice.
2634 (advice--member-p): New arg `name'.
2635 (advice--add-function, advice-member-p): Use it (bug#14202).
2636
2637 2013-04-15 Filipp Gunbin <fgunbin@fastmail.fm>
2638
2639 Reformulate java imenu-generic-expression.
2640 The old expression contained ill formed regexps.
2641
2642 * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
2643 (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
2644 (cc-imenu-java-method-arg-regexp): New defconsts.
2645 (cc-imenu-java-build-type-args-regex): New defun.
2646 (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
2647 handling of spaces in the regexp.
2648
2649 2013-03-15 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2650
2651 * textmodes/ispell.el (ispell-command-loop): Remove
2652 flyspell highlight of a word when ispell accepts it (bug #14178).
2653
2654 2013-04-15 Michael Albinus <michael.albinus@gmx.de>
2655
2656 * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
2657 uses code from the previous `ange-ftp-run-real-handler'.
2658 (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
2659 only in case that function exist. This is needed for proper
2660 unloading of Tramp.
2661
2662 2013-04-15 Tassilo Horn <tsdh@gnu.org>
2663
2664 * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
2665
2666 * textmodes/reftex.el (reftex-compile-variables): Use it.
2667
2668 2013-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
2669
2670 * files.el (normal-mode): Only use default major-mode if no other mode
2671 was specified.
2672
2673 * emacs-lisp/trace.el (trace-values): New function.
2674
2675 * files.el: Allow : in local variables (bug#14089).
2676 (hack-local-variable-regexp): New var.
2677 (hack-local-variables-prop-line, hack-local-variables): Use it.
2678
2679 2013-04-13 Roland Winkler <winkler@gnu.org>
2680
2681 * textmodes/bibtex.el (bibtex-search-entries): Bug fix. Use match
2682 data before it gets modified by bibtex-beginning-of-entry.
2683
2684 2013-04-13 Roland Winkler <winkler@gnu.org>
2685
2686 * textmodes/bibtex.el (bibtex-url): Doc fix.
2687
2688 2013-04-13 Roland Winkler <winkler@gnu.org>
2689
2690 * textmodes/bibtex.el (bibtex-initialize): If the current buffer
2691 does not visit a BibTeX file, exclude it from the list of buffers
2692 returned by bibtex-initialize.
2693
2694 2013-04-13 Stephen Berman <stephen.berman@gmx.net>
2695
2696 * window.el (split-window): Remove interactive form, since as a
2697 command this function is a special case of split-window-below.
2698 Correct doc string.
2699
2700 2013-04-12 Roland Winkler <winkler@gnu.org>
2701
2702 * faces.el (read-face-name): Do not override value of arg default.
2703 Allow single faces and strings as default values. Remove those
2704 elements from return value that are not faces.
2705 (describe-face): Simplify.
2706 (face-at-point): New optional args thing and multiple so that this
2707 function can provide the same functionality previously provided by
2708 read-face-name.
2709 (make-face-bold, make-face-unbold, make-face-italic)
2710 (make-face-unitalic, make-face-bold-italic, invert-face)
2711 (modify-face, read-face-and-attribute): Use face-at-point.
2712
2713 * cus-edit.el (customize-face, customize-face-other-window)
2714 * cus-theme.el (custom-theme-add-face)
2715 * face-remap.el (buffer-face-set)
2716 * facemenu.el (facemenu-set-face): Use face-at-point.
2717
2718 2013-04-12 Michael Albinus <michael.albinus@gmx.de>
2719
2720 * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
2721
2722 2013-04-10 Tassilo Horn <tsdh@gnu.org>
2723
2724 * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
2725 off leading { and trailing } from field values.
2726
2727 2013-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
2728
2729 * emacs-lisp/timer.el (timer--check): New function.
2730 (timer--time, timer-set-function, timer-event-handler): Use it.
2731 (timer-set-idle-time): Simplify.
2732 (timer--activate): CSE.
2733 (timer-event-handler): Give more info in error message.
2734 (internal-timer-start-idle): New function, moved from C.
2735
2736 * mpc.el (mpc-proc): Add `restart' argument.
2737 (mpc-proc-cmd): Use it.
2738 (mpc--status-timer-run): Also catch signals from `mpc-proc'.
2739 (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
2740 less often.
2741
2742 2013-04-10 Masatake YAMATO <yamato@redhat.com>
2743
2744 * progmodes/sh-script.el: Implement `sh-mode' own
2745 `add-log-current-defun-function' (bug#14112).
2746 (sh-current-defun-name): New function.
2747 (sh-mode): Use the function.
2748
2749 2013-04-09 Bastien Guerry <bzg@gnu.org>
2750
2751 * simple.el (choose-completion-string): Fix docstring (bug#14163).
2752
2753 2013-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
2754
2755 * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
2756
2757 * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
2758 timer (bug#14156).
2759
2760 2013-04-07 Nic Ferrier <nferrier@ferrier.me.uk>
2761
2762 * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
2763 declaration.
2764
2765 2013-04-07 Leo Liu <sdl.web@gmail.com>
2766
2767 * pcmpl-x.el: New file.
2768
2769 2013-04-06 Dmitry Antipov <dmantipov@yandex.ru>
2770
2771 Do not set x-display-name until X connection is established.
2772 This is needed to prevent from weird situation described at
2773 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
2774 * frame.el (make-frame): Set x-display-name after call to
2775 window system initialization function, not before.
2776 * term/x-win.el (x-initialize-window-system): Add optional
2777 display argument and use it.
2778 * term/w32-win.el (w32-initialize-window-system):
2779 * term/ns-win.el (ns-initialize-window-system):
2780 * term/pc-win.el (msdos-initialize-window-system):
2781 Add compatible optional display argument.
2782
2783 2013-04-06 Eli Zaretskii <eliz@gnu.org>
2784
2785 * files.el (normal-backup-enable-predicate): On MS-Windows and
2786 MS-DOS compare truenames of temporary-file-directory and of the
2787 file, so that 8+3 aliases (usually found in $TEMP on Windows)
2788 don't fail comparison by compare-strings. Also, compare file
2789 names case-insensitively on MS-Windows and MS-DOS.
2790
2791 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
2792
2793 * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
2794 Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
2795
2796 2013-04-05 Dmitry Gutov <dgutov@yandex.ru>
2797
2798 * whitespace.el (whitespace-color-on, whitespace-color-off):
2799 Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
2800
2801 2013-04-05 Jacek Chrząszcz <chrzaszcz@mimuw.edu.pl> (tiny change)
2802
2803 * ispell.el (ispell-set-spellchecker-params):
2804 Really set `ispell-args' for all equivs.
2805
2806 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
2807
2808 * ido.el (ido-completions): Use extra elements of ido-decorations
2809 (bug#14143).
2810 (ido-decorations): Update docstring.
2811
2812 2013-04-05 Michael Albinus <michael.albinus@gmx.de>
2813
2814 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
2815 (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
2816 nil during initialization, in order not to miss changes since the
2817 file was opened. (Bug#14140)
2818
2819 2013-04-05 Leo Liu <sdl.web@gmail.com>
2820
2821 * kmacro.el (kmacro-call-macro): Fix bug#14135.
2822
2823 2013-04-05 Jay Belanger <jay.p.belanger@gmail.com>
2824
2825 * calc/calc-units.el (calc-convert-units): Rewrite conditional.
2826
2827 2013-04-04 Glenn Morris <rgm@gnu.org>
2828
2829 * electric.el (electric-pair-inhibit-predicate): Add :version.
2830
2831 2013-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
2832
2833 * emacs-lisp/package.el (package-compute-transaction): Fix ordering
2834 when a package is required several times (bug#14082).
2835
2836 2013-04-04 Roland Winkler <winkler@gnu.org>
2837
2838 * faces.el (read-face-name): Behave as promised by the docstring.
2839 Assume that arg default is a list of faces.
2840 (describe-face): Call read-face-name with list of default faces.
2841
2842 2013-04-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2843
2844 * bookmark.el: Fix deletion of bookmarks (bug#13972).
2845 (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
2846 (bookmark-bmenu-execute-deletions): Only skip first line if it's
2847 the header.
2848 (bookmark-exit-hook-internal): Save even if list is empty.
2849
2850 2013-04-04 Yann Hodique <yann.hodique@gmail.com> (tiny change)
2851
2852 * emacs-lisp/package.el (package-pinned-packages): New var.
2853 (package--add-to-archive-contents): Obey it (bug#14118).
2854
2855 2013-04-03 Alan Mackenzie <acm@muc.de>
2856
2857 Handle `parse-partial-sexp' landing inside a comment opener (Bug#13244).
2858 Also adapt to the new values of element 7 of a parse state.
2859
2860 * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
2861 parameter `not-in-delimiter'. Handle being inside comment opener.
2862 (c-invalidate-state-cache-1): Reckon with an extra "invalid"
2863 character in case we're typing a '*' after a '/'.
2864 (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
2865 instead by passing the parameter to c-state-pp-to-literal.
2866
2867 * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
2868 for elt. 7 of a parse state.
2869
2870 2013-04-01 Paul Eggert <eggert@cs.ucla.edu>
2871
2872 Use UTF-8 for most files with non-ASCII characters (Bug#13936).
2873 * international/latin1-disp.el, international/mule-util.el:
2874 * language/cyril-util.el, language/european.el, language/ind-util.el:
2875 * language/lao-util.el, language/thai.el, language/tibet-util.el:
2876 * language/tibetan.el, language/viet-util.el:
2877 Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
2878
2879 2013-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
2880
2881 * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
2882 (electric-pair-post-self-insert-function): Use it.
2883 (electric-pair-default-inhibit): New function, extracted from
2884 electric-pair-post-self-insert-function.
2885
2886 2013-03-31 Roland Winkler <winkler@gnu.org>
2887
2888 * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
2889
2890 2013-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
2891
2892 * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
2893
2894 2013-03-30 Fabián Ezequiel Gallina <fabian@anue.biz>
2895
2896 Un-indent after "pass" and "return" statements (Bug#13888)
2897 * progmodes/python.el (python-indent-block-enders): New var.
2898 (python-indent-calculate-indentation): Use it.
2899
2900 2013-03-30 Michael Albinus <michael.albinus@gmx.de>
2901
2902 * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
2903 defun. Defining it as defalias could introduce too eager
2904 byte-compiler optimization. (Bug#14030)
2905
2906 2013-03-30 Chong Yidong <cyd@gnu.org>
2907
2908 * iswitchb.el (iswitchb-read-buffer): Fix typo.
2909
2910 2013-03-30 Leo Liu <sdl.web@gmail.com>
2911
2912 * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
2913 (kmacro-execute-from-register): Pass the keyboard macro to
2914 kmacro-call-macro or repeating won't work correctly.
2915
2916 2013-03-30 Teodor Zlatanov <tzz@lifelogs.com>
2917
2918 * progmodes/subword.el: Back to using `forward-symbol'.
2919
2920 * subr.el (forward-whitespace, forward-symbol)
2921 (forward-same-syntax): Move from thingatpt.el.
2922
2923 2013-03-29 Leo Liu <sdl.web@gmail.com>
2924
2925 * kmacro.el (kmacro-to-register): New command.
2926 (kmacro-execute-from-register): New function.
2927 (kmacro-keymap): Bind to 'x'. (Bug#14071)
2928
2929 2013-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
2930
2931 * mpc.el: Use defvar-local and setq-local.
2932 (mpc--proc-connect): Connection failures are not bugs.
2933 (mpc-mode-map): `follow-link' only applies to the buffer's content.
2934 (mpc-volume-map): Bind to the up-events.
2935
2936 2013-03-29 Teodor Zlatanov <tzz@lifelogs.com>
2937
2938 * progmodes/subword.el (superword-mode): Use `forward-sexp'
2939 instead of `forward-symbol'.
2940
2941 2013-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
2942
2943 * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
2944 (edebug--recursive-edit): Use it.
2945 (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
2946 (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
2947
2948 2013-03-28 Leo Liu <sdl.web@gmail.com>
2949
2950 * vc/vc-bzr.el (vc-bzr-revert): Don't backup. (Bug#14066)
2951
2952 2013-03-27 Eli Zaretskii <eliz@gnu.org>
2953
2954 * facemenu.el (list-colors-callback): New defvar.
2955 (list-colors-redisplay): New function.
2956 (list-colors-display): Install list-colors-redisplay as the
2957 revert-buffer-function. (Bug#14063)
2958
2959 2013-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
2960
2961 * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
2962 and suffixes don't overlap (bug#14061).
2963
2964 * case-table.el: Use lexical-binding.
2965 (case-table-get-table): New function.
2966 (get-upcase-table): Use it. Mark as obsolete. Adjust callers.
2967
2968 2013-03-27 Teodor Zlatanov <tzz@lifelogs.com>
2969
2970 * progmodes/subword.el: Add `superword-mode' to do word motion
2971 over symbol_words (parallels and leverages `subword-mode' which
2972 does word motion inside MixedCaseWords).
2973
2974 2013-03-27 Aidan Gauland <aidalgol@no8wireless.co.nz>
2975
2976 * eshell/em-unix.el: Move su and sudo to...
2977 * eshell/em-tramp.el: ...Eshell tramp module.
2978
2979 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
2980
2981 * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
2982 Change return value to be a sexp. Delay `get-buffer' to after
2983 restoring the desktop (bug#13951).
2984
2985 2013-03-26 Leo Liu <sdl.web@gmail.com>
2986
2987 * register.el: Move semantic tag handling back to
2988 cedet/semantic/senator.el. (Bug#14052)
2989
2990 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
2991
2992 * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
2993 into the prompt either (bug#13963).
2994
2995 2013-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
2996
2997 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
2998 part of "(error-foo)".
2999
3000 2013-03-24 Juri Linkov <juri@jurta.org>
3001
3002 * replace.el (list-matching-lines-prefix-face): New defcustom.
3003 (occur-1): Pass `list-matching-lines-prefix-face' to the function
3004 `occur-engine' if `face-differs-from-default-p' returns t.
3005 (occur-engine): Add `,' inside backquote construct to evaluate
3006 `prefix-face'. Propertize the prefix with the `prefix-face' face.
3007 Pass `prefix-face' to the functions `occur-context-lines' and
3008 `occur-engine-add-prefix'.
3009 (occur-engine-add-prefix, occur-context-lines): Add optional arg
3010 `prefix-face' and propertize the prefix with `prefix-face'.
3011 (Bug#14017)
3012
3013 2013-03-24 Leo Liu <sdl.web@gmail.com>
3014
3015 * nxml/rng-valid.el (rng-validate-while-idle)
3016 (rng-validate-quick-while-idle): Guard against deleted buffer.
3017 (Bug#13999)
3018
3019 * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
3020 is the last entry in kill-buffer-hook.
3021
3022 * files.el (kill-buffer-hook): Doc fix.
3023
3024 2013-03-23 Dmitry Gutov <dgutov@yandex.ru>
3025
3026 * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
3027 Make it safe-local.
3028
3029 * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
3030
3031 2013-03-23 Leo Liu <sdl.web@gmail.com>
3032
3033 * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
3034 Remove.
3035
3036 * nxml/rng-valid.el (rng-validate-mode)
3037 (rng-after-change-function, rng-do-some-validation):
3038 * nxml/rng-maint.el (rng-validate-buffer):
3039 * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
3040 * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
3041 * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
3042 (nxml-extend-after-change-region): Use with-silent-modifications.
3043
3044 * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
3045 timer-idle-list.
3046
3047 * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
3048 (rng-next-error-1, rng-previous-error-1): Do not let-bind
3049 timer-idle-list. (Bug#13999)
3050
3051 2013-03-23 Juri Linkov <juri@jurta.org>
3052
3053 * info.el (info-index-match): New face.
3054 (Info-index, Info-apropos-matches): Add a nested subgroup to the
3055 main pattern and add text properties with the new face to matches
3056 in index entries relative to the beginning of the index entry.
3057 (Bug#14015)
3058
3059 2013-03-21 Eric Ludlam <zappo@gnu.org>
3060
3061 * eieio/eieio-datadebug.el (data-debug/eieio-insert-slots):
3062 Inhibit read only while inserting objects.
3063
3064 2013-03-22 Teodor Zlatanov <tzz@lifelogs.com>
3065
3066 * progmodes/cfengine.el: Update docs to mention
3067 `cfengine-auto-mode'. Use \_> and \_< instead of \> and \< for
3068 symbol motion. Remove "_" from the word syntax.
3069
3070 2013-03-21 Teodor Zlatanov <tzz@lifelogs.com>
3071
3072 * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
3073 syntax for both `cfengine2-mode' and `cfengine3-mode'.
3074
3075 2013-03-20 Juri Linkov <juri@jurta.org>
3076
3077 * info.el (Info-next-reference-or-link)
3078 (Info-prev-reference-or-link): New functions.
3079 (Info-next-reference, Info-prev-reference): Use them.
3080 (Info-try-follow-nearest-node): Handle footnote navigation.
3081 (Info-fontify-node): Fontify footnotes. (Bug#13989)
3082
3083 2013-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
3084
3085 * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
3086 * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
3087
3088 2013-03-20 Paul Eggert <eggert@cs.ucla.edu>
3089
3090 Suppress unnecessary non-ASCII chatter during build process.
3091 * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
3092 (batch-skkdic-convert): Suppress most of the chatter.
3093 It's not needed so much now that machines are faster,
3094 and its non-ASCII component was confusing; see Dmitry Gutov in
3095 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
3096
3097 2013-03-20 Leo Liu <sdl.web@gmail.com>
3098
3099 * ido.el (ido-chop): Fix bug#10994.
3100
3101 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
3102
3103 * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
3104 Remove vars.
3105 (whitespace-color-on, whitespace-color-off):
3106 Use `font-lock-fontify-buffer' (Bug#13817).
3107
3108 2013-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
3109
3110 * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
3111 remapping in mode-line.
3112 (mouse-on-link-p): Also check [mode-line follow-link] bindings.
3113
3114 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
3115
3116 * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
3117 value for `whitespace-line' face (Bug#13875).
3118 (whitespace-font-lock-keywords): Change description.
3119 (whitespace-color-on): Don't save `font-lock-keywords' value, save
3120 the constructed keywords instead.
3121 (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
3122
3123 2013-03-19 Leo Liu <sdl.web@gmail.com>
3124
3125 * progmodes/compile.el (compilation-display-error): New command.
3126 (compilation-mode-map, compilation-minor-mode-map): Bind it to
3127 C-o. (Bug#13992)
3128
3129 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
3130
3131 * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
3132
3133 2013-03-18 Jan Djärv <jan.h.d@swipnet.se>
3134
3135 * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
3136
3137 2013-03-18 Michael Albinus <michael.albinus@gmx.de>
3138
3139 * net/tramp-compat.el (tramp-compat-user-error): New defun.
3140
3141 * net/tramp-adb.el (tramp-adb-handle-shell-command):
3142 * net/tramp-gvfs.el (top):
3143 * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
3144 (tramp-handle-shell-command): Use it.
3145 (tramp-dissect-file-name): Raise an error when hostname is a
3146 method name, and neither method nor user is specified.
3147
3148 * net/trampver.el: Update release number.
3149
3150 2013-03-18 Leo Liu <sdl.web@gmail.com>
3151
3152 Make sure eldoc can be turned off properly.
3153 * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
3154 eldoc-mode.
3155 (eldoc-display-message-p): Revert last change.
3156 (eldoc-display-message-no-interference-p)
3157 (eldoc-print-current-symbol-info): Tweak.
3158
3159 2013-03-18 Tassilo Horn <tsdh@gnu.org>
3160
3161 * doc-view.el (doc-view-new-window-function): Check the new window
3162 overlay's display property instead the char property of the
3163 buffer's first char. Use `with-selected-window' instead of
3164 `save-window-excursion' with `select-window'.
3165 (doc-view-document->bitmap): Check the current doc-view overlay's
3166 display property instead the char property of the buffer's first char.
3167
3168 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
3169
3170 Automate the build of ja-dic.el (Bug#13984).
3171 * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
3172 from the input, rather than assume that it's been done for us by the
3173 SKK script unannotate.awk. Switch ja-dic.el to UTF-8. Don't put
3174 the current date into a ja-dic.el comment, as that complicates
3175 regression testing.
3176
3177 2013-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
3178
3179 * whitespace.el: Fix double evaluation.
3180 (whitespace-space, whitespace-hspace, whitespace-tab)
3181 (whitespace-newline, whitespace-trailing, whitespace-line)
3182 (whitespace-space-before-tab, whitespace-indentation)
3183 (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
3184 obsolete defvars.
3185 (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
3186 (whitespace-color-on): Use a single font-lock-add-keywords call.
3187 Fix double-evaluation of face variables.
3188
3189 2013-03-17 Michael Albinus <michael.albinus@gmx.de>
3190
3191 * net/tramp-adb.el (tramp-adb-parse-device-names):
3192 Use `start-process' instead of `call-process'. Otherwise, the
3193 function might be blocked under MS Windows. (Bug#13299)
3194
3195 2013-03-17 Leo Liu <sdl.web@gmail.com>
3196
3197 Extend eldoc to display info in the mode-line. (Bug#13978)
3198 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
3199 (eldoc-mode-line-string): New variable.
3200 (eldoc-minibuffer-message): New function.
3201 (eldoc-message-function): New variable.
3202 (eldoc-message): Use it.
3203 (eldoc-display-message-p)
3204 (eldoc-display-message-no-interference-p):
3205 Support eldoc-post-insert-mode.
3206
3207 * simple.el (eval-expression-minibuffer-setup-hook): New hook.
3208 (eval-expression): Run it.
3209
3210 2013-03-17 Roland Winkler <winkler@gnu.org>
3211
3212 * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
3213 strings in the list of return values.
3214
3215 2013-03-17 Jay Belanger <jay.p.belanger@gmail.com>
3216
3217 * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
3218 radix before checking for HMS forms.
3219
3220 2013-03-16 Leo Liu <sdl.web@gmail.com>
3221
3222 * progmodes/scheme.el: Add indentation and font-locking for λ.
3223 (Bug#13975)
3224
3225 2013-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
3226
3227 * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
3228 token before point (bug#13942).
3229
3230 2013-03-16 Leo Liu <sdl.web@gmail.com>
3231
3232 * thingatpt.el (end-of-sexp): Fix bug#13952. Use syntax-after.
3233
3234 2013-03-16 Eli Zaretskii <eliz@gnu.org>
3235
3236 * startup.el (command-line-normalize-file-name): Fix handling of
3237 backslashes in DOS and Windows file names. Reported by Xue Fuqiao
3238 <xfq.free@gmail.com> in
3239 http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
3240
3241 2013-03-15 Michael Albinus <michael.albinus@gmx.de>
3242
3243 Sync with Tramp 2.2.7.
3244
3245 * net/trampver.el: Update release number.
3246
3247 2013-03-14 Tassilo Horn <tsdh@gnu.org>
3248
3249 * doc-view.el Fix bug#13887.
3250 (doc-view-insert-image): Don't modify overlay associated to
3251 non-live windows, and implement horizontal centering of image in
3252 case it's smaller than the window.
3253 (doc-view-new-window-function): Force redisplay of new windows on
3254 doc-view buffers.
3255
3256 2013-03-13 Karl Fogel <kfogel@red-bean.com>
3257
3258 * saveplace.el (save-place-alist-to-file): Don't sort
3259 `save-place-alist', just pretty-print it (bug#13882).
3260
3261 2013-03-13 Michael Albinus <michael.albinus@gmx.de>
3262
3263 * net/tramp-sh.el (tramp-sh-handle-insert-directory): Check,
3264 whether `default-file-name-coding-system' is bound. It isn't in
3265 XEmacs.
3266
3267 2013-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
3268
3269 * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
3270 backquotes for `obsolete' (bug#13929).
3271
3272 * international/mule.el (find-auto-coding): Include file name in
3273 obsolescence warning (bug#13922).
3274
3275 2013-03-12 Teodor Zlatanov <tzz@lifelogs.com>
3276
3277 * progmodes/cfengine.el (cfengine-parameters-indent): New variable
3278 for CFEngine 3-specific indentation.
3279 (cfengine3-indent-line): Use it. Fix up category regex.
3280 (cfengine3-font-lock-keywords): Add bundle and namespace characters.
3281
3282 2013-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
3283
3284 * type-break.el (type-break-file-name):
3285 * textmodes/remember.el (remember-data-file):
3286 * strokes.el (strokes-file):
3287 * shadowfile.el (shadow-initialize):
3288 * saveplace.el (save-place-file):
3289 * ps-bdf.el (bdf-cache-file):
3290 * progmodes/idlwave.el (idlwave-config-directory):
3291 * net/quickurl.el (quickurl-url-file):
3292 * international/kkc.el (kkc-init-file-name):
3293 * ido.el (ido-save-directory-list-file):
3294 * emulation/viper.el (viper-custom-file-name):
3295 * emulation/vip.el (vip-startup-file):
3296 * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
3297 * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
3298
3299 2013-03-12 Paul Eggert <eggert@cs.ucla.edu>
3300
3301 Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
3302 * language/thai-word.el: Switch to UTF-8.
3303
3304 2013-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
3305
3306 * recentf.el (recentf-save-file): Use locate-user-emacs-file (bug#13870).
3307
3308 2013-03-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3309
3310 * net/net-utils.el (net-utils-remove-ctrl-m-filter):
3311 Use with-current-buffer and don't move point.
3312 (net-utils-run-simple): Remove useless code.
3313 (net-utils-remove-ctl-m): Remove unused custom.
3314
3315 2013-03-11 Per Starbäck <starback@stp.lingfil.uu.se>
3316
3317 * international/characters.el (glyphless-set-char-table-range): New fun.
3318 (update-glyphless-char-display): Use it (bug#13744).
3319
3320 2013-03-11 Teodor Zlatanov <tzz@lifelogs.com>
3321
3322 * progmodes/cfengine.el: Update for CFEngine 3.4.2 and higher:
3323 namespaces in the syntax, indent closer for hanging brace
3324 correctly, allow single-quote delimited 'strings', and make
3325 `cfengine3-mode' the default.
3326
3327 2013-03-11 Jean-Philippe Gravel <jpgravel@gmail.com>
3328
3329 * progmodes/gdb-mi.el: Speed up initialization (bug#10580).
3330 Use lexical-binding. Fix up docstring according to conventions.
3331 (gdbmi-debug-mode): New var.
3332 (gdbmi-start-with, gdbmi-same-start, gdbmi-is-number, gdbmi-bnf-init)
3333 (gdbmi-bnf-output, gdbmi-bnf-skip-unrecognized, gdbmi-bnf-gdb-prompt)
3334 (gdbmi-bnf-result-record, gdbmi-bnf-out-of-band-record)
3335 (gdbmi-bnf-async-record, gdbmi-bnf-stream-record)
3336 (gdbmi-bnf-console-stream-output, gdbmi-bnf-target-stream-output)
3337 (gdbmi-bnf-log-stream-output, gdbmi-bnf-result-and-async-record-impl)
3338 (gdbmi-bnf-incomplete-record-result): New functions.
3339 (gdb-car<): Remove function.
3340 (gdbmi-record-list): Remove variable.
3341 (gdbmi-bnf-state, gdbmi-bnf-offset): New vars.
3342 (gdbmi-bnf-result-state-configs): New const.
3343 (gud-gdbmi-marker-filter): Rewrite.
3344 (gdb-ignored-notification, gdb-thread-created, gdb-thread-exited)
3345 (gdb-thread-selected, gdb-running, gdb-starting, gdb-stopped):
3346 Add `token' argument.
3347 (gdb-done, gdb-error): New functions.
3348 (gdb-done-or-error): Add `is-complete' argument. Change arg order.
3349
3350 2013-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
3351
3352 * term/xterm.el (xterm--report-background-handler): Don't burp
3353 upon timeout.
3354 (xterm--version-handler): Extract from terminal-init-xterm.
3355 (xterm--query): Don't mishandle timeout. Remove debugging messages.
3356 Allow multiple handlers.
3357 (terminal-init-xterm): Handle OSX's Terminal.app's incorrect answer.
3358
3359 * term/xterm.el: Don't discard input (bug#6758). Use lexical-binding.
3360 (xterm--report-background-handler, xterm--query): New functions.
3361 (terminal-init-xterm): Use them.
3362
3363 2013-03-11 Michael R. Mauger <michael@mauger.com>
3364
3365 * progmodes/sql.el Version 3.2
3366 Please note that my address changed to <michael@mauger.com>;
3367 the <mmaug@yahoo.com> address remains active.
3368 (sql-connection-alist): Updates documentation to fix bug#13715.
3369 (sql-connect): Handle missing `sql-connection-alist' correctly.
3370 (sql-mode-oracle-font-lock-keywords): Add missing keywords.
3371 (sql-magic-go, sql-magic-semicolon): Mark with `delete-selection'
3372 property.
3373 (sql-default-value): New function.
3374 (sql-get-login-ext, sql-get-login): Fixes bug where buffer-local
3375 values were not used.
3376 (sql-rename-buffer): Make sure alternate buffer name has no text
3377 properties.
3378 (sql-input-sender, sql-execute-feature): Fetch variable with
3379 `buffer-local-value' rather than `with-current-buffer'.
3380 (sql-*): Use #' function syntax consistently.
3381 (sql-*): Use message/error/user-error consistently.
3382
3383 2013-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
3384
3385 * xt-mouse.el (xterm-mouse-event-read): Remove.
3386 (xterm-mouse--read-event-sequence-1000)
3387 (xterm-mouse--read-event-sequence-1006): Use read-event instead.
3388
3389 2013-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
3390
3391 * term/xterm.el (xterm-function-map): Support format used with
3392 formatOtherKeys=1 (bug#13839).
3393
3394 * emacs-lisp/byte-run.el (dont-compile): Declare obsolete.
3395 (with-no-warnings): Use `declare'.
3396
3397 * whitespace.el (whitespace-enable-predicate): New variable.
3398 (whitespace-enable-predicate): Use it.
3399
3400 * comint.el (comint-send-input, comint-snapshot-last-prompt)
3401 (comint-output-filter, comint-update-fence):
3402 Use with-silent-modifications.
3403
3404 2013-03-10 Jambunathan K <kjambunathan@gmail.com>
3405
3406 * replace.el (occur-read-regexp-defaults-function): New var.
3407 (occur-read-regexp-defaults): New defun.
3408 (occur-read-primary-args): Propagate above change (bug#13892).
3409
3410 2013-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
3411
3412 * mouse.el (mouse-drag-track): Remove left-over debugging code.
3413
3414 2013-03-09 Michael Albinus <michael.albinus@gmx.de>
3415
3416 Major rewrite due to changed D-Bus interface of GVFS 1.14.
3417
3418 * net/tramp-gvfs.el (top): Extend check for gvfs availability.
3419 (tramp-gvfs-methods-mounttracker, tramp-gvfs-listmounts)
3420 (tramp-gvfs-mountlocation, tramp-gvfs-mountlocation-signature):
3421 New defconst.
3422 (tramp-gvfs-file-name-handler-alist) [directory-files]
3423 [directory-files-and-attributes, file-exists-p, file-modes]:
3424 Use Tramp default handler.
3425 [file-acl, file-selinux-context, process-file, set-file-acl]:
3426 [set-file-modes, set-file-selinux-context, shell-command]:
3427 [start-file-process]: Remove handler.
3428 [verify-visited-file-modtime]: New handler.
3429 (tramp-gvfs-dbus-string-to-byte-array)
3430 (tramp-gvfs-dbus-byte-array-to-string): New defuns. Replace all
3431 calls of `dbus-string-to-byte-array' and
3432 `tramp-gvfs-dbus-byte-array-to-string'.
3433 (tramp-gvfs-handle-copy-file)
3434 (tramp-gvfs-handle-delete-directory)
3435 (tramp-gvfs-handle-delete-file, tramp-gvfs-handle-file-attributes)
3436 (tramp-gvfs-handle-file-directory-p)
3437 (tramp-gvfs-handle-file-executable-p)
3438 (tramp-gvfs-handle-file-name-all-completions)
3439 (tramp-gvfs-handle-file-readable-p)
3440 (tramp-gvfs-handle-file-writable-p)
3441 (tramp-gvfs-handle-insert-directory)
3442 (tramp-gvfs-handle-insert-file-contents)
3443 (tramp-gvfs-handle-make-directory, tramp-gvfs-handle-rename-file)
3444 (tramp-gvfs-handle-set-visited-file-modtime)
3445 (tramp-gvfs-handle-write-region): Rewrite.
3446 (tramp-gvfs-handle-file-acl)
3447 (tramp-gvfs-handle-file-selinux-context)
3448 (tramp-gvfs-handle-process-file, tramp-gvfs-handle-set-file-acl)
3449 (tramp-gvfs-handle-set-file-modes)
3450 (tramp-gvfs-handle-set-file-selinux-context)
3451 (tramp-gvfs-handle-shell-command)
3452 (tramp-gvfs-handle-start-file-process)
3453 (tramp-gvfs-handle-verify-visited-file-modtime): Remove defuns.
3454 (tramp-gvfs-url-file-name): Do not use `file-truename', we work
3455 over the symlinks. Fix user handling.
3456 (top, tramp-gvfs-handler-mounted-unmounted): Handle different names
3457 of the D-Bus signals.
3458 (tramp-gvfs-connection-mounted-p): Handle different names of the
3459 D-Bus methods.
3460 (tramp-gvfs-mount-spec-entry): New defun.
3461 (tramp-gvfs-mount-spec): Use it.
3462 (tramp-gvfs-maybe-open-connection): Check, that in case of "smb"
3463 there is a share name. Handle different names of the D-Bus
3464 signals and methods. Set connection properties needed for
3465 `tramp-check-cached-permissions'.
3466 (tramp-gvfs-send-command): Apply `tramp-gvfs-maybe-open-connection'.
3467 Return t or nil.
3468
3469 * net/tramp.el (tramp-backtrace): Move up.
3470 (tramp-error): Dump a backtrace into the debug buffer when
3471 `tramp-verbose > 9.
3472 (tramp-file-mode-type-map, tramp-file-mode-from-int)
3473 (tramp-file-mode-permissions, tramp-get-local-uid)
3474 (tramp-get-local-gid, tramp-check-cached-permissions): Move from
3475 tramp-sh.el.
3476
3477 * net/tramp-sh.el (tramp-file-mode-type-map)
3478 (tramp-check-cached-permissions, tramp-file-mode-from-int)
3479 (tramp-file-mode-permissions, tramp-get-local-uid)
3480 (tramp-get-local-gid): Move to tramp.el.
3481
3482 2013-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
3483
3484 Separate mouse-1-click-follows-link from mouse-drag-region.
3485 * mouse.el (mouse--down-1-maybe-follows-link): New function.
3486 (key-translation-map): Use it to implement mouse-1-click-follows-link.
3487 (mouse-drag-line, mouse-drag-track):
3488 Remove mouse-1-click-follows-link code.
3489 (mouse--remap-link-click-p): Remove.
3490
3491 2013-03-08 Jambunathan K <kjambunathan@gmail.com>
3492
3493 * hi-lock.el (hi-lock-read-regexp-defaults-function): New var.
3494 (hi-lock-read-regexp-defaults): New defun.
3495 (hi-lock-line-face-buffer, hi-lock-face-buffer)
3496 (hi-lock-face-phrase-buffer): Propagate above change.
3497 Update docstring (bug#13892).
3498
3499 * subr.el (find-tag-default-as-regexp): New defun.
3500 * replace.el (read-regexp): Propagate above change.
3501
3502 2013-03-08 Jay Belanger <jay.p.belanger@gmail.com>
3503
3504 * calc/calc-units.el (calc-convert-units): Fix the way that default
3505 new units are stored.
3506
3507 2013-03-07 Matthias Meulien <orontee@gmail.com>
3508
3509 * bookmark.el: Define a face to highlight bookmark names in
3510 bookmark menu buffers, where the default is a bold face similarly
3511 to buffer names in buffer menu buffers.
3512 (bookmark-menu-bookmark): New face to highlight bookmark names.
3513 (bookmark-insert-location): Remove duplicated text property to
3514 conform to buffer list (see `list-buffers').
3515 (bookmark-bmenu-list, bookmark-bmenu-hide-filenames): Apply face
3516 `bookmark-menu-bookmark' to bookmark names.
3517
3518 2013-03-07 Matthias Meulien <orontee@gmail.com>
3519 Karl Fogel <kfogel@red-bean.com>
3520
3521 * bookmark.el: Display the bookmark list header similarly to the
3522 buffer list header (see `list-buffers'), where the default is now
3523 an immovable/immutable header line.
3524 (bookmark-bmenu-use-header-line): New variable.
3525 (bookmark-bmenu-inline-header-height): New name for
3526 `bookmark-bmenu-header-height', to avoid confusion with the code
3527 for the new immovable header. All references changed.
3528 (bookmark-bmenu-set-header): New function.
3529 (bookmark-bmenu-list, bookmark-bmenu-toggle-filenames):
3530 Conditionalize header construction accordingly.
3531 (bookmark-bmenu-ensure-position): Conditionalize the skipping of
3532 the inline header height.
3533 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
3534 Conditionalize the skipping of the inline header height.
3535
3536 2013-03-07 Dmitry Gutov <dgutov@yandex.ru>
3537
3538 * progmodes/js.el (js--multi-line-declaration-indentation):
3539 Merge from js2-mode (https://github.com/mooz/js2-mode/issues/89).
3540
3541 2013-03-06 Dmitry Gutov <dgutov@yandex.ru>
3542
3543 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
3544 Only propertize regexp when not inside a string (Bug#13885).
3545
3546 2013-03-06 Alan Mackenzie <acm@muc.de>
3547
3548 Correct the position of point in some line-up functions.
3549 * progmodes/cc-align.el (c-lineup-whitesmith-in-block)
3550 (c-lineup-assignments, c-lineup-gcc-asm-reg ): Take position of
3551 point at column 0 rather than at a random place in the line.
3552
3553 2013-03-05 Michael Albinus <michael.albinus@gmx.de>
3554
3555 * net/tramp-compat.el (tramp-compat-delete-directory):
3556 Implement TRASH argument.
3557
3558 2013-03-05 Dmitry Gutov <dgutov@yandex.ru>
3559
3560 Keep pre-existing highlighting in completion candidates (Bug#13250).
3561 * minibuffer.el (completions-first-difference): State that the
3562 face is "added" in the docstring.
3563 (completions-common-part): Same. And don't inherit from default.
3564 (completion-hilit-commonality): Prepend 'completions-common-part
3565 and 'completion-first-difference faces to the 'face property,
3566 instead of replacing the value(s).
3567 (completion--insert-strings): Same with 'completions-annotations face.
3568 (completion-hilit-commonality): Use 'face instead of
3569 'font-lock-face, because it gets priority if the completion
3570 strings already have 'face set.
3571
3572 2013-03-04 Alan Mackenzie <acm@muc.de>
3573
3574 Replace `last-command-event' by `last-command-char' in XEmacs.
3575 * progmodes/cc-defs.el (c-last-command-char): New macro.
3576 * progmodes/cc-align.el (c-semi&comma-inside-parenlist)
3577 (c-semi&comma-no-newlines-before-nonblanks)
3578 (c-semi&comma-no-newlines-for-oneline-inliners): Use the new macro
3579 in place of `last-command-event'.
3580 * progmodes/cc-cmds.el (c-electric-pound, c-electric-brace)
3581 (c-electric-slash, c-electric-semi&comma, c-electric-lt-gt)
3582 (c-electric-paren, c-electric-continued-statement): Use the new
3583 macro in place of `last-command-event'.
3584
3585 2013-03-04 Glenn Morris <rgm@gnu.org>
3586
3587 * files.el (inhibit-local-variables-regexps):
3588 Add .diff and .patch. (Bug#13862)
3589
3590 2013-03-03 Michael Albinus <michael.albinus@gmx.de>
3591
3592 * net/tramp-adb.el (tramp-adb-maybe-open-connection): Cache,
3593 whether the "su" command is available on the device.
3594
3595 2013-03-01 Michael Albinus <michael.albinus@gmx.de>
3596
3597 * net/tramp-adb.el (tramp-adb-prompt): Extend regexp.
3598 (tramp-adb-handle-process-file): Remove superfluous setting.
3599 (tramp-adb-command-exit-status): Handle case that COMMAND is nil.
3600 (tramp-adb-barf-unless-okay): Use `tramp-adb-command-exit-status'.
3601 (tramp-adb-maybe-open-connection): Apply "su" if user is defined.
3602
3603 2013-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
3604
3605 * textmodes/ispell.el: Fix nitpicks and byte-compiler warnings.
3606 (ispell-print-if-debug): Build `format' in. Avoid end-of-buffer.
3607 (ispell-parse-hunspell-affix-file): Avoid beginning-of-buffer.
3608 Use dict-key rather than dict-name for the error message.
3609
3610 2013-03-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3611
3612 * net/net-utils.el (net-utils-run-simple): Don't display-buffer
3613 when reverting (bug#13831).
3614
3615 2013-03-01 Agustín Martín Domingo <agustin.martin@hispalinux.es>
3616
3617 * textmodes/ispell.el (ispell-find-hunspell-dictionaries):
3618 Always expand affix-file before storing to protect against changed
3619 `default-directory'.
3620 (ispell-print-if-debug): Make sure message is printed at the end
3621 of the debug buffer.
3622
3623 2013-03-01 Michael Albinus <michael.albinus@gmx.de>
3624
3625 * net/tramp.el (tramp-obsolete-methods): New defconst.
3626 (tramp-warned-obsolete-methods): New defvar.
3627 (tramp-find-method): Check for obsolete methods. Map them to a
3628 replacement method if appropriate.
3629
3630 * net/tramp-sh.el (tramp-methods) [scp1, scp2, ssh1, ssh2, plink1]:
3631 Remove methods.
3632 (top): Remove completion functions for "scp1", "scp2", "ssh1",
3633 "ssh2" and "plink1".
3634
3635 2013-02-28 Dale Sedivec <dale@codefu.org>
3636
3637 * textmodes/sgml-mode.el (sgml-syntax-propertize-function):
3638 Return valid syntax-table property value when converting
3639 quotes within text from string syntax to punctuation syntax (bug#13844).
3640
3641 2013-02-28 Juri Linkov <juri@jurta.org>
3642
3643 * dired-aux.el (dired-diff): If file at point is a backup file,
3644 use its original as the default value, and reverse the order
3645 of arguments to the `diff' call. Doc fix. (Bug#13772)
3646
3647 2013-02-28 Michael Albinus <michael.albinus@gmx.de>
3648
3649 * net/tramp-adb.el (tramp-adb-sdk-dir): Remove. Replaced by ...
3650 (tramp-adb-program): New defcustom. Remove function. Adapt calls.
3651
3652 2013-02-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
3653
3654 Initial support for hunspell dictionaries auto-detection (Bug#13639)
3655
3656 * textmodes/ispell.el (ispell-find-hunspell-dictionaries):
3657 Ask hunspell about available and default dictionaries.
3658 (ispell-parse-hunspell-affix-file): Extract relevant info from
3659 hunspell affix file.
3660 (ispell-hunspell-fill-dictionary-entry): Fill non-initialized
3661 `ispell-dictionary-alist' entry for given dictionary after info
3662 provided by `ispell-parse-hunspell-affix-file'.
3663 (ispell-hunspell-dict-paths-alist): New defvar to contain an alist
3664 of parsed hunspell dicts and associated affix files.
3665 (ispell-hunspell-dictionary-alist): New defvar to contain an alist
3666 of parsed hunspell dicts and associated parameters.
3667 (ispell-set-spellchecker-params):
3668 Call `ispell-find-hunspell-dictionaries' if hunspell and not
3669 previously done.
3670 (ispell-start-process):
3671 Call `ispell-hunspell-fill-dictionary-entry' for current
3672 dictionary if it is not initialized.
3673
3674 2013-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
3675
3676 * imenu.el: Comment nitpicks.
3677
3678 2013-02-28 Sam Steingold <sds@gnu.org>
3679
3680 * vc/diff-mode.el (diff-hunk-file-names): Handle filenames with spaces.
3681 See <http://stackoverflow.com/questions/14720205>.
3682
3683 2013-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3684
3685 * net/net-utils.el (net-utils--revert-function): New fun (bug#13831).
3686 (net-utils-mode): Use it.
3687 (net-utils--revert-cmd): New var.
3688 (net-utils-run-simple): Set it, and remove bogus interactive spec.
3689 (traceroute): Use net-utils-run-simple.
3690
3691 2013-02-28 Glenn Morris <rgm@gnu.org>
3692
3693 * textmodes/paragraphs.el (mark-paragraph): Doc fix.
3694
3695 2013-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
3696
3697 * doc-view.el: Preserve h&v scroll across C-c C-c C-c C-c.
3698 (doc-view-fallback-mode): Remove overlays here.
3699 (doc-view-toggle-display): Instead of here. Don't throw away
3700 image-mode-winprops-alist.
3701 (doc-view-goto-page): Don't mess with hscroll.
3702
3703 2013-02-27 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3704
3705 * font-lock.el (lisp-font-lock-keywords-2): Fix highlighting of
3706 &optional (bug#13819).
3707
3708 2013-02-27 Michael Albinus <michael.albinus@gmx.de>
3709
3710 * net/tramp-adb.el (tramp-adb-parse-device-names)
3711 (tramp-adb-maybe-open-connection): Add timeouts. (Bug#13299)
3712
3713 2013-02-26 Michael Albinus <michael.albinus@gmx.de>
3714
3715 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
3716 Add "2>/dev/null" to the ls command, in case "en_US.utf8" is not
3717 defined. POSIX environments fall back to the "C" locale then and
3718 emit a warning, which shall be suppressed.
3719
3720 2013-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
3721
3722 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode): Tweak logic.
3723 (easy-mmode-set-keymap-parents): Use make-composed-keymap.
3724
3725 2013-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
3726
3727 * emacs-lisp/bytecomp.el (byte-compile-file): Use let.
3728
3729 2013-02-25 Juri Linkov <juri@jurta.org>
3730
3731 * replace.el (read-regexp): Let-bind `default' to the first
3732 element of `defaults' if it's a list, otherwise it should be
3733 a string or nil. Let-bind `suggestions' to `defaults' if it's
3734 a list, otherwise make a list with the string value. Doc fix.
3735 (Bug#13805)
3736
3737 2013-02-25 Eli Zaretskii <eliz@gnu.org>
3738
3739 * emacs-lisp/bytecomp.el (byte-recompile-directory): Reject files
3740 that match "\`\.#", to avoid compiling lock files, even if they
3741 are readable (as they are on MS-Windows).
3742
3743 2013-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
3744
3745 * files.el (basic-save-buffer): Remove redundant directory-creation.
3746
3747 2013-02-24 Jay Belanger <jay.p.belanger@gmail.com>
3748
3749 * calc/calc-ext.el (math-to-radians-2, math-from-radians-2):
3750 Add option to force `pi' to remain symbolic.
3751 * calc/calcalg2.el (calcFunc-sin, calcFunc-cos, calcFunc-tan)
3752 (calcFunc-cot, calcFunc-csc, calcFunc-sec, calcFunc-arcsin)
3753 (calcFunc-arccos, calcFunc-arctan): Use symbolic `pi' in the
3754 derivatives, when necessary.
3755
3756 2013-02-23 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
3757
3758 * progmodes/ps-mode.el (ps-mode-version): Bump to 1.1i.
3759 (ps-mode-octal-region): Use string-make-unibyte.
3760
3761 2013-02-23 Glenn Morris <rgm@gnu.org>
3762
3763 * emulation/viper-cmd.el (viper-submit-report):
3764 * progmodes/ps-mode.el (ps-mode-maintainer-address):
3765 * progmodes/vera-mode.el (vera-mode-help-address):
3766 * textmodes/artist.el (artist-maintainer-address):
3767 * textmodes/reftex.el (reftex-report-bug):
3768 * vc/ediff-util.el (ediff-submit-report):
3769 Add bug-gnu-emacs to bug report address.
3770
3771 * progmodes/simula.el (simula-mode-menu, simula-mode-map):
3772 Remove bug report entries.
3773 (simula-mode-help-address, simula-submit-bug-report): Make obsolete.
3774
3775 * emacs-lisp/bytecomp.el (byte-compile-level): New.
3776 (byte-compile-file, byte-compile-from-buffer):
3777 Use separate input/output buffers for each level of recursive
3778 byte-compile-file calls. (Bug#13787)
3779
3780 2013-02-23 Michael Albinus <michael.albinus@gmx.de>
3781
3782 * net/tramp.el (tramp-methods): Fix docstring.
3783 (tramp-ssh-controlmaster-options): Rename it from
3784 `tramp-ssh-controlmaster-template'. Return a string.
3785 (tramp-default-method): Adapt check for
3786 `tramp-ssh-controlmaster-options'.
3787
3788 * net/tramp-sh.el (tramp-methods):
3789 Replace `tramp-ssh-controlmaster-template' by "%c".
3790 (tramp-do-copy-or-rename-file-out-of-band)
3791 (tramp-maybe-open-connection): Use it in format spec. Ensure,
3792 that it is applied for the first hop only.
3793
3794 2013-02-22 Juri Linkov <juri@jurta.org>
3795
3796 * isearch.el (isearch-lazy-highlight-new-loop):
3797 Set `isearch-lazy-highlight-start' and `isearch-lazy-highlight-end'
3798 to `isearch-other-end' if it is not nil. (Bug#13402)
3799
3800 * replace.el (replace-highlight): Let-bind `isearch-other-end'
3801 to `match-beg'.
3802
3803 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
3804 Let-bind `isearch-other-end' to `start', `isearch-forward' to t
3805 and `isearch-error' to nil.
3806
3807 2013-03-16 Fabián Ezequiel Gallina <fgallina@cuca>
3808
3809 * progmodes/python.el (python-info-current-defun):
3810 Enhance match-data cluttering prevention.
3811
3812 2013-02-22 Michael Albinus <michael.albinus@gmx.de>
3813
3814 * net/tramp.el (tramp-tramp-file-p): Fix docstring.
3815
3816 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
3817 Handle multibyte file names.
3818
3819 2013-02-22 Glenn Morris <rgm@gnu.org>
3820
3821 * textmodes/sgml-mode.el (sgml-xml-mode): Move before use.
3822 (sgml-transformation-function): Give it a :set function.
3823 (sgml-tag): Doc fix.
3824
3825 * cmuscheme.el (scheme-buffer):
3826 * progmodes/inf-lisp.el (inferior-lisp-buffer):
3827 * progmodes/tcl.el (inferior-tcl-buffer):
3828 * textmodes/tex-mode.el (tex-command): Doc fixes.
3829
3830 * image-mode.el (image-mode): Add mouse bindings for mode-line-process.
3831
3832 * htmlfontify.el (hfy-default-header): Encode title string. (Bug#7457)
3833
3834 2013-02-21 Bastien Guerry <bzg@gnu.org>
3835
3836 * cmuscheme.el (scheme-buffer): Fix docstring. (Bug#13778)
3837
3838 2013-02-21 Fabián Ezequiel Gallina <fgallina@cuca>
3839
3840 * progmodes/python.el (python-info-current-defun):
3841 Enhance match-data cluttering prevention.
3842
3843 2013-02-21 Glenn Morris <rgm@gnu.org>
3844
3845 * net/tramp.el (tramp-get-debug-buffer): Ensure outline.el is not
3846 loaded while outline-regexp is let bound. (Bug#9584)
3847
3848 2013-02-21 Fabián Ezequiel Gallina <fgallina@cuca>
3849
3850 * progmodes/python.el (python-info-current-defun): Fix failed
3851 defun name retrieval because of unwanted match-data cluttering.
3852
3853 2013-02-21 Michael Albinus <michael.albinus@gmx.de>
3854
3855 * net/tramp.el (tramp-ssh-controlmaster-template): Make it a
3856 defconst. Apply independent check for ControlPersist.
3857
3858 * net/tramp-sh.el (tramp-sh-handle-set-file-times): Set $UTC only
3859 temporarily, via "env".
3860
3861 2013-02-21 Glenn Morris <rgm@gnu.org>
3862
3863 * info.el (Info-enable-edit): Remove.
3864 (Info-edit): Disable it rather than using Info-enable.
3865 (Info-edit-mode-hook, Info-edit-map, Info-edit-mode, Info-edit)
3866 (Info-cease-edit): Make editing of Info files obsolete.
3867
3868 * informat.el (Info-tagify):
3869 Handle buffers not visiting files. (Bug#13763)
3870
3871 2013-02-21 Juanma Barranquero <lekktu@gmail.com>
3872
3873 * calc/calc-graph.el (calc-graph-show-dumb): Fix typo.
3874
3875 2013-02-21 Glenn Morris <rgm@gnu.org>
3876
3877 * files.el (basic-save-buffer): Move check for existing parent
3878 directory after hooks. (Bug#13773)
3879
3880 2013-02-20 Stefan Monnier <monnier@iro.umontreal.ca>
3881
3882 * simple.el (command-execute): Move from C. Add obsolete check.
3883 (extended-command-history): Move from C.
3884
3885 2013-02-20 Ulrich Müller <ulm@gentoo.org>
3886
3887 * jka-cmpr-hook.el (jka-compr-compression-info-list)
3888 (jka-compr-mode-alist-additions): Handle .txz suffix for
3889 XZ-compressed tar archives (bug#13770).
3890
3891 2013-02-20 Bastien Guerry <bzg@gnu.org>
3892
3893 * outline.el (outline-regexp, outline-heading-end-regexp):
3894 Make variables, not options (bug#13731).
3895
3896 2013-02-20 Glenn Morris <rgm@gnu.org>
3897
3898 * image.el (image-current-frame): Change from variable to function.
3899 (image-show-frame): Rename from image-nth-frame. Update callers.
3900 * image-mode.el (image-multi-frame): New variable.
3901 (image-mode-map, image-mode, image-goto-frame):
3902 Use image-multi-frame rather than image-current-frame.
3903 (image-mode, image-goto-frame): Use image-current-frame as
3904 function rather than as variable.
3905
3906 * emacs-lisp/cl-lib.el (cl-floatp-safe): Make it an alias for floatp.
3907 * emacs-lisp/cl-macs.el (cl--make-type-test)
3908 (cl--compiler-macro-assoc): Use floatp rather than cl-floatp-safe.
3909
3910 2013-02-19 Michael Albinus <michael.albinus@gmx.de>
3911
3912 * net/tramp-cache.el (tramp-get-hash-table): New defun.
3913 (tramp-get-file-property, tramp-set-file-property)
3914 (tramp-get-connection-property, tramp-set-connection-property): Use it.
3915 (tramp-flush-file-property, tramp-flush-directory-property):
3916 Rename argument to KEY.
3917 (tramp-flush-connection-property): Simplify a little bit.
3918 (tramp-connection-property-p): New defun.
3919 (top): Reapply saved values only if there isn't a corresponding
3920 entry in `tramp-connection-properties'.
3921
3922 2013-02-19 Fabián Ezequiel Gallina <fgallina@cuca>
3923
3924 * progmodes/python.el (python-indent-context):
3925 Fix python-info-line-ends-backslash-p call.
3926 (python-info-line-ends-backslash-p)
3927 (python-info-beginning-of-backslash): Respect line-number argument.
3928 (python-info-current-line-comment-p):
3929 Fix behavior when not at beginning-of-line.
3930 (python-util-position): Remove function.
3931 (python-util-goto-line): New function.
3932
3933 2013-02-19 Michael Albinus <michael.albinus@gmx.de>
3934
3935 * eshell/em-unix.el (eshell/su): Require tramp.
3936 (eshell/sudo): Require tramp. Remove now unnecessary check.
3937
3938 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Let-bind
3939 `tramp-current-connection' in order to avoid an error when several
3940 commands are invoked in a short time in eshell and friends.
3941
3942 2013-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
3943
3944 Cleanup some of EIEIO's namespace.
3945 * emacs-lisp/eieio.el (eieio--define-field-accessors): New macro.
3946 Use it to define all the class-* and object-* field accessors (renamed
3947 to eieio--class-* and eieio--object-*). Update all uses.
3948 (eieio--class-num-slots, eieio--object-num-slots): Rename from
3949 class-num-slots and object-num-slots.
3950 (eieio--check-type): New macro.
3951 (eieio-defclass, eieio-oref, eieio-oref-default, same-class-p)
3952 (object-of-class-p, child-of-class-p, object-slots, class-slot-initarg)
3953 (eieio-oset, eieio-oset-default, object-assoc, object-assoc-list)
3954 (object-assoc-list-safe): Use it.
3955 (eieio-defclass): Tighten regexp.
3956 (eieio--defmethod): Use `memq'. Signal an error for unknown method kind.
3957 Remove unreachable code.
3958 (object-class-fast): Declare obsolete.
3959 (eieio-class-name, eieio-object-name, eieio-object-set-name-string)
3960 (eieio-object-class, eieio-object-class-name, eieio-class-parents)
3961 (eieio-class-children, eieio-class-precedence-list, eieio-class-parent):
3962 Rename from class-name, object-name, object-set-name-string,
3963 object-class, object-class-name, class-parents, class-children,
3964 class-precedence-list, class-parent; with obsolete alias.
3965 (class-of, class-direct-superclasses, class-direct-subclasses):
3966 Declare obsolete.
3967 (eieio-defmethod): Use `memq'; remove unreachable code.
3968 * emacs-lisp/eieio-base.el (eieio-persistent-read):
3969 * emacs-lisp/eieio-opt.el (eieio-class-button, eieio-describe-generic)
3970 (eieio-browse-tree, eieio-browse): Use eieio--check-type.
3971
3972 2013-02-18 Aidan Gauland <aidalgol@no8wireless.co.nz>
3973
3974 * eshell/em-cmpl.el: Correct "context-related help" keybinding in
3975 commentary.
3976
3977 2013-02-18 Michael Heerdegen <michael_heerdegen@web.de>
3978
3979 * emacs-lisp/eldoc.el (eldoc-highlight-function-argument):
3980 Use font-lock-keyword-face for macros and special forms (bug#8345).
3981
3982 2013-02-17 Didier Verna <didier@didierverna.net>
3983
3984 * net/network-stream.el (network-stream-open-starttls):
3985 Check that response to the starttls-command is non-nil. (Bug#13706)
3986
3987 2013-02-17 Stefan Monnier <monnier@iro.umontreal.ca>
3988
3989 * font-lock.el (lisp-font-lock-keywords-1, lisp-font-lock-keywords-2):
3990 Don't assume all identifier chars have syntax word.
3991 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
3992 Remove bar-not-symbol. Adjust callers.
3993 (lisp-mode-variables): Don't set a font-lock-syntax-table.
3994
3995 2013-02-17 Leo Liu <sdl.web@gmail.com>
3996
3997 * net/rcirc.el (rcirc-keepalive): Fix invalid timer error.
3998
3999 2013-02-17 Glenn Morris <rgm@gnu.org>
4000
4001 * menu-bar.el (menu-bar-tools-menu): Fix case of EDE entry.
4002
4003 * image-mode.el (image-mode-map): Add image-dired menu entry.
4004
4005 * image-dired.el (tumme): Make this alias obsolete.
4006
4007 2013-02-16 Glenn Morris <rgm@gnu.org>
4008
4009 * image.el (image-animated-types): Remove.
4010 (image-multi-frame-p): Rename from image-animated-p, and generalize.
4011 (image-animated-p): Make obsolete alias.
4012 (image-animate, image-nth-frame, image-animate-timeout):
4013 Use image-multi-frame-p.
4014 (image-animate-timeout): If no delay, use image-default-frame-delay.
4015 * image-mode.el (image-mode, image-toggle-animation):
4016 Use image-multi-frame-p. (Bug#763, bug#10739)
4017 (image-mode): Adjust startup message for a multi-frame image.
4018
4019 * image-mode.el (image-mode-map): Give it a menu.
4020
4021 2013-02-16 Michael Albinus <michael.albinus@gmx.de>
4022
4023 * net/tramp-cache.el (tramp-connection-properties): New customer
4024 option.
4025 (tramp-get-connection-property): Use it.
4026
4027 * net/tramp-compat.el (top): Require 'trampver.
4028
4029 * net/tramp-sh.el (tramp-remote-process-environment):
4030 Set tramp-autoload cookie.
4031
4032 2013-02-16 Kevin Ryde <user42@zip.com.au>
4033
4034 * info-look.el (info-lookup-select-mode): If major-mode has no
4035 info-lookup-alist entry then search up derived-mode-parent (bug#8660).
4036
4037 2013-02-16 Jambunathan K <kjambunathan@gmail.com>
4038
4039 * replace.el (read-regexp): Tighten the regexp that matches tag.
4040 When tag is retrieved with `find-tag-default', use regexp that
4041 matches tag at point. Also update docstring (Bug#13687).
4042
4043 2013-02-16 Eli Zaretskii <eliz@gnu.org>
4044
4045 * autorevert.el (auto-revert-notify-add-watch): With 'w32notify',
4046 add watch for the file, not its parent directory, since w32notify
4047 sets up the watch for the directory internally. (Bug#13725)
4048
4049 2013-02-16 Glenn Morris <rgm@gnu.org>
4050
4051 * image.el (image-default-frame-delay): New variable.
4052 (image-animated-p): Use image-default-frame-delay.
4053 (image-minimum-frame-delay): New constant.
4054 (image-animate-timeout): Use image-minimum-frame-delay.
4055
4056 * image.el (image-nth-frame): New, split from image-animate-timeout.
4057 (image-animate-timeout): Use image-nth-frame.
4058 * image-mode.el (image-goto-frame, image-next-frame)
4059 (image-previous-frame): New commands.
4060 (image-mode-map): Add new frame commands.
4061
4062 2013-02-16 Jonas Bernoulli <jonas@bernoul.li>
4063
4064 * emacs-lisp/tabulated-list.el (tabulated-list-print-col):
4065 If col-desc already has help-echo, use it. (Bug#13563)
4066
4067 2013-02-16 Glenn Morris <rgm@gnu.org>
4068
4069 * image.el (image-current-frame): New variable.
4070 (image-animate-timeout): Set image-current-frame.
4071 * image-mode.el (image-mode): For animated images,
4072 display a frame counter via mode-line-process.
4073
4074 * font-lock.el (lisp-font-lock-keywords-1): Add defvar-local.
4075
4076 2013-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
4077
4078 * simple.el (eval-expression): Let `exp' set the mark (bug#13724).
4079
4080 2013-02-15 Alan Mackenzie <acm@muc.de>
4081
4082 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode): When a
4083 global minor mode has been enabled, call the minor mode function
4084 for a new buffer once only, after the major mode hook, whilst
4085 allowing that hook explicitly to disable the minor mode.
4086 (MODE-disable-in-buffer): New (generated) function.
4087 (disable-MODE): New (generated) buffer local variable.
4088
4089 2013-02-15 Jambunathan K <kjambunathan@gmail.com>
4090
4091 * iswitchb.el (iswitchb-read-buffer): Bind `C-.' and `C-,' to
4092 `iswitchb-next-match' and `iswitchb-prev-match' resply.
4093 * ido.el (ido-init-completion-maps): Bind `C-.' and `C-,' to
4094 `ido-next-match' and `ido-prev-match' resply.
4095 * icomplete.el (icomplete-minibuffer-map): Unbind `C-s' and `C-r'.
4096 Bind `C-.' and `C-,' to `icomplete-forward-completions' and
4097 `icomplete-backward-completions' (Bug#13708).
4098
4099 2013-02-15 Glenn Morris <rgm@gnu.org>
4100
4101 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
4102
4103 2013-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
4104
4105 * net/goto-addr.el (goto-address-fontify): Add start and end args.
4106 (goto-address-fontify-region): Use them instead of narrowing, so
4107 syntax-ppss has access to the whole buffer.
4108
4109 2013-02-15 Fabián Ezequiel Gallina <fgallina@cuca>
4110
4111 * progmodes/python.el: Explain how to restore "cc-mode"-like
4112 forward-sexp movement in header documentation (Bug#13642).
4113 (python-nav--forward-sexp): Behave like emacs-lisp-mode in
4114 comments and strings (GH bug 114).
4115
4116 2013-02-15 Fabián Ezequiel Gallina <fgallina@cuca>
4117
4118 * progmodes/python.el (python-info-current-defun): Fix current
4119 defun detection (Bug#13618).
4120
4121 2013-02-15 Chong Yidong <cyd@gnu.org>
4122
4123 * xml.el (xml-parse-string): Fix typo in handling of bad character
4124 references.
4125
4126 2013-02-15 Glenn Morris <rgm@gnu.org>
4127
4128 * play/fortune.el (fortune-compile): Simplify and fix previous change.
4129
4130 2013-02-14 Michael Albinus <michael.albinus@gmx.de>
4131
4132 * net/tramp.el (tramp-debug-message):
4133 Add `tramp-condition-case-unless-debug'.
4134 (tramp-debug-on-error): New defvar.
4135 (tramp-condition-case-unless-debug): New defun.
4136 (tramp-file-name-handler): Use it.
4137
4138 2013-02-14 Juri Linkov <juri@jurta.org>
4139
4140 * info.el (Info-isearch-filter): Treat non-nil values of
4141 `search-invisible' including its default value `open'
4142 like the value `t' to match hidden text. (Bug#13402)
4143
4144 2013-02-14 Glenn Morris <rgm@gnu.org>
4145
4146 * help-fns.el (find-lisp-object-file-name): Give special treatment
4147 to all ~/.foo.elc files, not just ~/.emacs. (Bug#9007)
4148
4149 2013-02-14 David Biesack <sasdjb@d72933.na.sas.com> (tiny change)
4150
4151 * net/quickurl.el (quickurl-save-urls):
4152 Ensure quickurl-urls is not truncated on printing. (Bug#9276)
4153
4154 2013-02-14 Dmitry Gutov <dgutov@yandex.ru>
4155
4156 * progmodes/ruby-mode.el (ruby-parse-partial): Don't increase
4157 depth for unfinished percent literal. Not using it in the caller.
4158 (ruby-move-to-block): Jump over multiline literals of all types,
4159 ignoring code-looking contents inside them.
4160 (ruby-add-log-current-method): Improve performance at the expense
4161 of accuracy. `ruby-block-contains-point' is relatively slow, so
4162 only use it for method and singleton class blocks.
4163
4164 2013-02-13 Michael Albinus <michael.albinus@gmx.de>
4165
4166 Use ControlMaster where applicable. (Bug#13677)
4167
4168 * net/tramp.el (tramp-ssh-controlmaster-template): New defvar,
4169 replacing `tramp-detect-ssh-controlmaster'.
4170 (tramp-default-method): Use it.
4171
4172 * net/tramp-sh.el (tramp-methods) [scp, scp1, scp2, scpx, sftp]:
4173 [rsync, ssh, ssh1, ssh2, sshx]: Add ControlPath and ControlMaster
4174 arguments.
4175 [scpc, rsyncc]: Remove methods.
4176 (top): Remove completion functions for "scpc", "rsyncc", "ssh1_old"
4177 and "ssh2_old".
4178 (tramp-do-copy-or-rename-file-out-of-band): Change trace level.
4179 (tramp-maybe-open-connection): Reuse tmpfile for ControlPath.
4180
4181 2013-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
4182
4183 * emacs-lisp/package.el (package--initialized): Move before first use.
4184
4185 2013-02-13 Jambunathan K <kjambunathan@gmail.com>
4186
4187 * icomplete.el (icomplete-hide-common-prefix): New user option.
4188 (icomplete-first-match): New face.
4189 (icomplete-completions): Correct handling of "complete but not
4190 unique" (Bug#12638).
4191
4192 2013-02-13 YE Qianchuan <stool.ye@gmail.com> (tiny change)
4193
4194 * descr-text.el (describe-char): Display the script (bug#13698).
4195
4196 2013-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
4197
4198 * tmm.el: Use lexical-binding and current-active-maps.
4199 (tmm-menubar): Use map-keymap and pcase.
4200 (tmm--completion-table): New function.
4201 (tmm-prompt): Use it to fix the menu order.
4202 (tmm-get-keybind): Use current-active-maps.
4203
4204 2013-02-12 Christopher Schmidt <christopher@ch.ristopher.com>
4205
4206 Add dired-hide-details-mode. (Bug#6799)
4207
4208 * locate.el (locate-mode): Set parent mode property to dired-mode.
4209
4210 * find-dired.el (find-dired): Call dired-insert-set-properties on
4211 initial information line. Set process mark on end of buffer.
4212 (find-dired-sentinel):
4213 Call dired-insert-set-properties on summary.
4214
4215 * dired.el (dired-hide-details-hide-symlink-targets)
4216 (dired-hide-details-hide-information-lines): New options.
4217 (dired-insert-directory):
4218 Set properties after final treatment of output.
4219 (dired-insert-set-properties):
4220 Set dired-hide-details-* properties.
4221 (dired-mode-map): Bind dired-hide-details-mode.
4222 (dired-mode): Set buffer-invisibility-spec to a list.
4223 (dired-next-line): Skip hidden lines.
4224 (dired-previous-line): Use dired-next-line.
4225 (dired-hide-details-mode): New minor mode.
4226 (dired-hide-details-update-invisibility-spec): New function.
4227
4228 2013-02-13 Glenn Morris <rgm@gnu.org>
4229
4230 * play/yow.el: Move to obsolete/. (Bug#9384)
4231
4232 2013-02-13 Juri Linkov <juri@jurta.org>
4233
4234 * vc/ediff-util.el (ediff-recenter): Use `select-frame-set-input-focus'
4235 to select `ediff-control-frame' and set input focus correctly on Xfce.
4236 (Bug#12218)
4237
4238 2013-02-13 Juri Linkov <juri@jurta.org>
4239
4240 * image-mode.el (image-mode-map):
4241 * doc-view.el (doc-view-mode-map):
4242 * vc/ediff-util.el (ediff-setup-keymap):
4243 Make S-SPC scroll in the opposite sense to SPC. (Bug#2145)
4244
4245 2013-02-13 Dmitry Gutov <dgutov@yandex.ru>
4246
4247 * progmodes/ruby-mode.el (ruby-move-to-block): Improve
4248 performance. Instead of recalculating indentation fully for each
4249 line, sum up indentation depth based only on visited lines.
4250 (ruby-parse-partial): Increase the depth after "do" even when END
4251 is right after it.
4252 (ruby-parse-partial): When END is in the middle of a percent
4253 literal, increase the depth if the delimiter chars belong to the
4254 paren syntax class.
4255
4256 2013-02-13 Kirill A. Korinskiy <catap@catap.ru>
4257
4258 * play/fortune.el (fortune-compile): Also make the compiled file
4259 if it does not exist at all, not just if it is old. (Bug#5338)
4260
4261 2013-02-13 Glenn Morris <rgm@gnu.org>
4262
4263 * emacs-lisp/package.el (package-menu-execute): Doc fix.
4264
4265 2013-02-13 Yves Baumes <ybaumes@gmail.com> (tiny change)
4266
4267 * lisp/emacs-lisp/package.el (package-menu-execute):
4268 Add optional noquery argument. (Bug#13625)
4269
4270 2013-02-13 Michael Albinus <michael.albinus@gmx.de>
4271
4272 * net/ange-ftp.el (ange-ftp-make-directory): Don't raise an error,
4273 if DIR exists and PARENTS is non-nil.
4274
4275 2013-02-13 Juanma Barranquero <lekktu@gmail.com>
4276
4277 * progmodes/js.el (js--multi-line-declaration-indentation):
4278 Silence byte-compiler warning.
4279
4280 2013-02-12 Michael Albinus <michael.albinus@gmx.de>
4281
4282 * net/tramp-adb.el (tramp-adb-handle-start-file-process): Rewrite.
4283
4284 * net/tramp-compat.el (top): Declare `remote-file-name-inhibit-cache'
4285 only if it doesn't exist.
4286
4287 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
4288 Set process marker.
4289
4290 2013-02-12 Tassilo Horn <tsdh@gnu.org>
4291
4292 * doc-view.el (doc-view-odf->pdf-converter-soffice): Use separate
4293 UserInstallation when calling soffice to work around LibreOffice
4294 bug 37531.
4295
4296 2013-02-12 Glenn Morris <rgm@gnu.org>
4297
4298 * files.el (basic-save-buffer):
4299 Offer to create a non-existing directory. (Bug#3016)
4300
4301 * calc/calc-graph.el (calc-graph-show-dumb):
4302 * calendar/calendar.el (calendar-mode-map):
4303 * cus-edit.el (custom-mode-map):
4304 * ehelp.el (electric-help-map):
4305 * emulation/vip.el (vip-mode-map):
4306 * epa.el (epa-key-list-mode-map):
4307 * info.el (Info-mode-map):
4308 * mail/rmail.el (rmail-mode-map):
4309 * mail/rmailsum.el (rmail-summary-mode-map):
4310 * man.el (Man-mode-map):
4311 * net/newst-plainview.el (newsticker-mode-map):
4312 * progmodes/cpp.el (cpp-edit-mode-map):
4313 * progmodes/grep.el (grep-mode-map):
4314 * progmodes/idlw-help.el (idlwave-help-mode-map):
4315 * simple.el (special-mode-map):
4316 * startup.el (splash-screen-keymap):
4317 * view.el (view-mode-map):
4318 Make S-SPC scroll in the opposite sense to SPC. (Bug#2145)
4319
4320 2013-02-11 Elias Pipping <pipping@lavabit.com>
4321
4322 * doc-view.el (doc-view-current-cache-dir): Beware % escapes
4323 (bug#13679).
4324
4325 2013-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
4326
4327 * cus-start.el (all): Remove inhibit-local-menu-bar-menus.
4328
4329 2013-02-11 Glenn Morris <rgm@gnu.org>
4330
4331 * vc/diff.el (diff-use-labels): New variable.
4332 (diff-no-select): Use --label rather than -L, and first
4333 check that it is supported. (Bug#11067)
4334
4335 * files.el (enable-dir-local-variables): New variable.
4336 (hack-dir-local-variables): Respect enable-dir-local-variables.
4337 * tutorial.el (help-with-tutorial):
4338 Ignore directory-local variables. (Bug#11127)
4339
4340 * vc/vc-svn.el (vc-svn-command): Move --non-interactive from here...
4341 (vc-svn-global-switches): ... to here. (Bug#13513)
4342
4343 2013-02-10 Christopher Schmidt <christopher@ch.ristopher.com>
4344
4345 * minibuf-eldef.el (minibuffer-default--in-prompt-regexps):
4346 Handle "foo (bar, default: xxx): " prompts.
4347
4348 2013-02-10 Chong Yidong <cyd@gnu.org>
4349
4350 * files.el (basic-save-buffer-1): Do not set
4351 buffer-file-coding-system-explicit (Bug#4533).
4352
4353 * mail/emacsbug.el (report-emacs-bug): Change binding of
4354 report-emacs-bug-insert-to-mailer to C-c M-i (Bug#13510).
4355
4356 2013-02-09 Jay Belanger <jay.p.belanger@gmail.com>
4357
4358 * calc/calc.el (calc-allow-units-as-numbers): New variable.
4359 * calc/calc-units.el (calc-convert-units): Use new variable.
4360
4361 2013-02-09 Eli Zaretskii <eliz@gnu.org>
4362
4363 * subr.el (buffer-file-type, default-buffer-file-type): Remove.
4364
4365 * net/ange-ftp.el (ange-ftp-insert-file-contents): Don't reference
4366 buffer-file-type.
4367
4368 * mail/feedmail.el (feedmail-force-binary-write): Doc fix.
4369 (feedmail-run-the-queue, feedmail-dump-message-to-queue)
4370 (feedmail-send-it-immediately): Don't bind buffer-file-type, bind
4371 coding-system-for-write instead.
4372
4373 * jka-compr.el (jka-compr-write-region): Don't bind
4374 buffer-file-type.
4375
4376 * emacs-lisp/bytecomp.el (byte-compile-file): Don't bind
4377 buffer-file-type.
4378
4379 * files.el (file-name-buffer-file-type-alist): Remove defvar.
4380 (insert-file-contents-literally): Remove reference to
4381 file-name-buffer-file-type-alist.
4382
4383 * dos-w32.el (file-name-buffer-file-type-alist): Deprecate and
4384 make-obsolete.
4385 (find-buffer-file-type-match, find-buffer-file-type): Remove.
4386 (find-buffer-file-type-coding-system): Remove references to
4387 find-buffer-file-type-match, find-buffer-file-type, and
4388 buffer-file-type.
4389 Don't put find-buffer-file-type-coding-system into
4390 file-coding-system-alist.
4391 (find-file-binary, find-file-text): Bind coding-system-for-read
4392 instead of file-name-buffer-file-type-alist.
4393
4394 2013-02-09 Jambunathan K <kjambunathan@gmail.com>
4395
4396 * doc-view.el: Use (and prefer) soffice as default ODF->PDF
4397 converter (Bug#13622).
4398 (doc-view-unoconv-program): Make obsolete alias.
4399 (doc-view-odf->pdf-converter-program): New variable.
4400 (doc-view-odf->pdf-converter-function): New variable.
4401 (doc-view-mode-p): Use it.
4402 (doc-view-odf->pdf-converter-unoconv):
4403 Rename from `doc-view-odf->pdf-converter-unoconv'.
4404 (doc-view-odf->pdf-converter-soffice): New function.
4405 (doc-view-convert-current-doc):
4406 Use `doc-view-odf->pdf-converter-function'.
4407
4408 2013-02-09 Chong Yidong <cyd@gnu.org>
4409
4410 * minibuffer.el (minibuffer-inactive-mode-map): Bind mouse-1 to
4411 view-echo-area-messages (Bug#13340).
4412
4413 * help.el (view-echo-area-messages): Use display-buffer.
4414
4415 * dired-x.el (dired-do-run-mail): Prompt for confirmation
4416 (Bug#13561).
4417
4418 2013-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
4419
4420 * emacs-lisp/byte-run.el (eval-when-compile, eval-and-compile):
4421 Eval body right away, now that we do eager macroexpansion (bug#13605).
4422
4423 * simple.el (end-of-buffer): Don't touch unrelated windows (bug#13466).
4424 (fundamental-mode): Use run-mode-hooks.
4425
4426 * eshell/esh-proc.el (eshell/kill): Fix last change.
4427 * eshell/em-ls.el (eshell-ls-dir): Fix use of CL in last change.
4428
4429 2013-02-08 Aidan Gauland <aidalgol@no8wireless.co.nz>
4430
4431 * eshell/esh-proc.el (eshell/kill): Rewrite.
4432
4433 * eshell/em-ls.el (show-almost-all): Declare.
4434 (eshell-do-ls): Add support for -A argument.
4435
4436 2013-02-08 Jambunathan K <kjambunathan@gmail.com>
4437
4438 * icomplete.el (icomplete-forward-completions)
4439 (icomplete-backward-completions): Handle corner case (bug#13602).
4440
4441 2013-02-07 Michael Albinus <michael.albinus@gmx.de>
4442
4443 * vc/vc-hooks.el (vc-find-file-hook): `buffer-file-truename' can
4444 be nil. Handle this. (Bug#13636)
4445
4446 2013-02-07 Richard Stallman <rms@gnu.org>
4447
4448 * mail/rmail.el (rmail-variables): Specify `no-conversion' for
4449 `save-buffer-coding-system'.
4450
4451 2013-02-07 Alan Mackenzie <acm@muc.de>
4452
4453 Fix bug in state cache mechanism. Remove 'BOD "strategy". Refactor.
4454 * progmodes/cc-engine.el (c-get-fallback-scan-pos): Remove.
4455 (c-parse-state-get-strategy): Don't return 'BOD any more.
4456 (c-append-lower-brace-pair-to-state-cache):
4457 Extra parameter HERE instead of narrowing.
4458 Widen to top of buffer before searching backwards for a brace pair.
4459 (c-state-push-any-brace-pair): Add HERE parameter to function call.
4460 (c-append-to-state-cache): Extra parameter HERE in place of narrowing.
4461 Narrow to parameter HERE, in place of being called narrowed.
4462 (c-remove-stale-state-cache): Extra parameter HERE in place of
4463 narrowing. Check there's an open brace in the cache before
4464 searching for its match.
4465 (c-invalidate-state-cache-1): Add HERE parameter to function call.
4466 (c-parse-state-1): Don't narrow here for 'forward strategy,
4467 instead passing extra parameter HERE to several functions.
4468 Remove 'BOD strategy.
4469
4470 2013-02-06 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
4471
4472 * emacs-lisp/package.el (describe-package-1): Tell what archive is
4473 used to install the package.
4474
4475 2013-02-06 Glenn Morris <rgm@gnu.org>
4476
4477 * vc/vc-hooks.el (vc-find-file-hook): Don't ask about following links
4478 if we can't get user input. (Bug#6567)
4479
4480 * startup.el (command-line): If simple.el is missing,
4481 test and warn about for some possible causes.
4482
4483 2013-02-05 Jan Djärv <jan.h.d@swipnet.se>
4484
4485 * cus-start.el (all): Add ns-use-native-fullscreen.
4486
4487 2013-02-05 Glenn Morris <rgm@gnu.org>
4488
4489 * profiler.el (profiler-report-mode-map): Add a restart menu entry.
4490
4491 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
4492 Fix directory creation in fallback case.
4493
4494 2013-02-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4495
4496 * vc/vc.el (vc-next-action): Fix inf-loop (bug#13610).
4497 (vc-update-change-log): Use dolist.
4498
4499 2013-02-04 Chong Yidong <cyd@gnu.org>
4500
4501 * thingatpt.el: Rewrite the URL detection routines, absorbing some
4502 code from ffap.el.
4503 (thing-at-point-beginning-of-url-regexp): New var.
4504 (thing-at-point-uri-schemes): Update list of URI schemes.
4505 (thing-at-point-url-regexp): Variable deleted.
4506 (thing-at-point-markedup-url-regexp): Disallow newlines.
4507 (thing-at-point-newsgroup-regexp)
4508 (thing-at-point-newsgroup-heads)
4509 (thing-at-point-default-mail-uri-scheme): New variables.
4510 (thing-at-point-bounds-of-url-at-point): Rewrite. Use ffap's
4511 method to find the possible bounds of the URI at point.
4512 New optional argument to find ill-formed URIs.
4513 (thing-at-point-url-at-point): Rewrite. New arguments for finding
4514 ill-formed URIs. Use thing-at-point-bounds-of-url-at-point, and
4515 the scheme-adding heuristics from ffap-url-at-point.
4516 (thing-at-point--bounds-of-well-formed-url): New function.
4517 Do parens matching to decide whether to include parens in the URI
4518 (Bug#9153).
4519
4520 * ffap.el: Require thingatpt.
4521 (ffap-url-at-point): Delegate URI detection to thing-at-point.
4522 All URI-valid characters are now recognized (Bug#5673).
4523 (ffap-string-at-point): Use use-region-p.
4524 (ffap-url-regexp): Extra character is handled by thing-at-point.
4525 (ffap-string-at-point-mode-alist): Allow parentheses.
4526 (ffap-newsgroup-regexp, ffap-newsgroup-heads, ffap-newsgroup-p):
4527 Convert to aliases; code moved to thingatpt.el.
4528 (ffap-gnus-hook): Use setq-local.
4529
4530 2013-02-04 Glenn Morris <rgm@gnu.org>
4531
4532 * emacs-lisp/ert.el (ert--explain-format-atom):
4533 Don't try to print non-characters as characters. (Bug#13543)
4534
4535 2013-02-03 Michael Albinus <michael.albinus@gmx.de>
4536
4537 * net/tramp.el (tramp-debug-message): Extend function exclude list.
4538 (tramp-backtrace): New defun.
4539 (tramp-handle-insert-file-contents): Use `visit' when inserting
4540 the local copy.
4541
4542 * net/tramp-sh.el (tramp-sh-handle-set-visited-file-modtime):
4543 Use `remote-file-name-inhibit-cache'.
4544
4545 2013-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
4546
4547 * progmodes/cperl-mode.el (cperl-mode): Avoid byte-compile warning
4548 (bug#13614).
4549
4550 * subr.el (internal--called-interactively-p--get-frame): Avoid filling
4551 current-load-list (bug#13366).
4552
4553 2013-02-02 Christopher Schmidt <christopher@ch.ristopher.com>
4554
4555 * progmodes/compile.el (compilation-error-regexp-alist-alist):
4556 Identify g++ template instantiation trace. (Bug#12287)
4557 (compilation-mode-hook, compilation-start-hook)
4558 (compilation-window-height): Simplify docstrings. (Bug#13379)
4559
4560 2013-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
4561
4562 * mouse.el (mouse-drag-track): Always deactivate the mark before
4563 running the final event's command since that command is in charge of
4564 activating the mark if needed (bug#13523).
4565
4566 2013-02-02 Juri Linkov <juri@jurta.org>
4567
4568 * replace.el (perform-replace): Move let-bindings of isearch-*
4569 variables deeper to the loop that searches for the next match.
4570 Add bindings for `isearch-nonincremental' and `isearch-adjusted'.
4571 Use `isearch-search-fun-default' instead of `isearch-search-fun'.
4572 (Bug#13579)
4573
4574 * isearch.el (isearch-search-fun-default): Check for null
4575 first element of isearch-cmds as a precaution when it's used
4576 with inactive isearch.
4577
4578 2013-02-02 Andrew W. Nosenko <andrew.w.nosenko@gmail.com> (tiny change)
4579
4580 * net/tramp.el (tramp-check-for-regexp): Avoid "Args out of range"
4581 error when buffer in question is narrowed so position 1 is out of
4582 visible part.
4583
4584 2013-02-02 Glenn Morris <rgm@gnu.org>
4585
4586 * textmodes/remember.el (remember-clipboard): Doc fix.
4587
4588 2013-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
4589
4590 * progmodes/make-mode.el (makefile-fill-paragraph): Reset syntax-table
4591 properties (bug#13179).
4592
4593 2013-02-02 Juri Linkov <juri@jurta.org>
4594
4595 * progmodes/grep.el (grep-regexp-alist): Use variable grep-match-face
4596 instead of hard-coded default face `match'. (Bug#9438)
4597
4598 2012-02-01 Christopher Schmidt <christopher@ch.ristopher.com>
4599
4600 * vc/vc-arch.el (vc-arch-registered):
4601 * vc/vc-bzr.el (vc-bzr-registered):
4602 * vc/vc-cvs.el (vc-cvs-registered):
4603 * vc/vc-git.el (vc-git-registered):
4604 * vc/vc-hg.el (vc-hg-registered):
4605 * vc/vc-mtn.el (vc-mtn-registered):
4606 * vc/vc-svn.el (vc-svn-registered): Suppress load messages.
4607 (Bug#13139)
4608
4609 * info.el (Info-next-reference, Info-prev-reference): Add numeric
4610 prefix argument. (Bug#11656)
4611
4612 2013-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
4613
4614 * help-fns.el (help-split-fundoc): Don't insert byte-compiled body.
4615
4616 2013-02-01 Glenn Morris <rgm@gnu.org>
4617
4618 * vc/vc-hooks.el (vc-menu-map): Disable vc-rollback menu item
4619 if the backend is known not to support it.
4620
4621 * imenu.el (imenu-default-create-index-function):
4622 Tweak infinite loop test to check for forward motion as well as none.
4623
4624 2013-02-01 Alex Harsanyi <AlexHarsanyi@gmail.com>
4625
4626 * net/soap-client.el (soap-invoke): Encode the string for
4627 `url-request-data' as UTF-8.
4628 Fixes <http://code.google.com/p/emacs-soap-client/issues/detail?id=16>.
4629
4630 2013-02-01 Glenn Morris <rgm@gnu.org>
4631
4632 * calc/calc-help.el (calc-view-news): Use view-emacs-news.
4633
4634 * calc/README, calc/README.prev: Rename/merge to etc/CALC-NEWS.
4635
4636 2013-01-31 Michael Albinus <michael.albinus@gmx.de>
4637
4638 * net/tramp.el (tramp-tramp-file-p): Comment check for
4639 `string-as-unibyte'. The function does not exist on XEmacs, and
4640 likely we need another approach.
4641
4642 * net/tramp-sh.el (tramp-compute-multi-hops): Check, whether
4643 `tramp-gw-*' variables are bound.
4644
4645 2013-01-31 Glenn Morris <rgm@gnu.org>
4646
4647 * files.el (basic-save-buffer-2): Choose coding system for
4648 writing the file before backing it up, to reduce delay between
4649 backing up and writing the new version. (Bug#13522)
4650
4651 2013-01-31 Michal Nazarewicz <mina86@mina86.com>
4652
4653 * simple.el (cycle-spacing): New command.
4654 (just-one-space): Use it.
4655
4656 2013-01-31 Stefan Monnier <monnier@iro.umontreal.ca>
4657
4658 * progmodes/opascal.el: Rename from delphi.el. Use lexical-binding.
4659 (opascal-newline-always-indents): Remove custom.
4660 (opascal-tab, opascal-newline): Remove commands.
4661 (opascal-new-comment-line): Insert "\n" instead of calling newline.
4662 (opascal-mode-map): Keep default bindings for RET and TAB and DEL.
4663 (opascal-save-match-data): Remove, use save-match-data instead.
4664 (opascal-save-state): Use with-silent-modifications.
4665
4666 * progmodes/pascal.el (pascal-mode-syntax-table): Accept //..\n comments
4667 (bug#13585).
4668
4669 2013-01-30 Juri Linkov <juri@jurta.org>
4670
4671 * frame.el (toggle-frame-maximized, toggle-frame-fullscreen):
4672 Use fullboth as an alias for fullscreen. Suggested by Jan Djärv in
4673 <http://lists.gnu.org/archive/html/emacs-devel/2013-01/msg00203.html>.
4674
4675 2013-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
4676
4677 * progmodes/make-mode.el (makefile-backslash-region): Don't compute
4678 column if we're just deleting the backslashes.
4679 (makefile-fill-paragraph): Use eolp.
4680
4681 2013-01-30 Michael Albinus <michael.albinus@gmx.de>
4682
4683 * autorevert.el (auto-revert-use-notify): Fix docstring.
4684
4685 2013-01-30 Leo Liu <sdl.web@gmail.com>
4686
4687 * imenu.el (imenu--truncate-items): Fix subalist checking (bug#13576).
4688
4689 2013-01-30 Glenn Morris <rgm@gnu.org>
4690
4691 * mouse.el (mouse-drag-line): Avoid pushing same event onto
4692 unread-command-events twice in some cases. This tries to implement
4693 the 2012-07-26 changes in a different way. (Bug#13560)
4694
4695 2013-01-30 Fabián Ezequiel Gallina <fgallina@cuca>
4696
4697 * progmodes/python.el
4698 (python-pdbtrack-comint-output-filter-function): Enhancements on
4699 stacktrace detection. (thanks @gnovak)
4700
4701 2013-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
4702
4703 * jit-lock.el (jit-lock-stealth-chunk-start): Don't widen (bug#13542).
4704 (jit-lock-mode, jit-lock-functions, jit-lock-context-unfontify-pos):
4705 Use defvar-local.
4706 (jit-lock-register): Use setq-local.
4707
4708 2013-01-30 Jay Belanger <jay.p.belanger@gmail.com>
4709
4710 * calc-units.el (math-default-units-table): Remove initial value.
4711 (calc-convert-units): Treat expressions where all the units cancel as
4712 if they didn't have units.
4713
4714 2013-01-30 Michael Albinus <michael.albinus@gmx.de>
4715
4716 * net/tramp.el (tramp-process-connection-type): Fix docstring.
4717 (tramp-completion-reread-directory-timeout): Fix type.
4718 (tramp-connection-min-time-diff): New defcustom.
4719
4720 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
4721
4722 2013-01-30 Glenn Morris <rgm@gnu.org>
4723
4724 * imenu.el (imenu-default-create-index-function):
4725 Put back a version of the infinite loop test removed 2013-01-23.
4726
4727 2013-01-30 Fabián Ezequiel Gallina <fgallina@cuca>
4728
4729 * progmodes/python.el (python-shell-parse-command):
4730 Find python-shell-interpreter with modified environment.
4731
4732 2013-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
4733
4734 * emacs-lisp/cl.el (cl-set-getf): Add compatibility alias.
4735
4736 2013-01-29 Alan Mackenzie <acm@muc.de>
4737
4738 Amend to fontify /regexp/s in actions correctly.
4739 * cc-awk.el (c-awk-harmless-char-re, c-awk-harmless-string*-re):
4740 (c-awk-harmless-string*-here-re): Braces, parens and semicolons
4741 are no longer included.
4742 (c-awk-harmless-line-char-re, c-awk-harmless-line-string*-re):
4743 What used to be these variables without "-line" in the name.
4744 (c-awk-neutral-re): { is no longer neutral. Escaped newlines now are.
4745 (c-awk-non-arith-op-bra-re): Now also matches {.
4746 (c-awk-pre-exp-alphanum-kwd-re): New regexp to match "print",
4747 "return", and "case".
4748 (c-awk-kwd-regexp-sign-re): New, to match "print", etc., followed
4749 by /.
4750 (c-awk-syntax-tablify-/): Check special cases "print /re/", etc.
4751 (c-awk-set-syntax-table-properties): Extend FSM to handle {,},(,),;.
4752
4753 2013-01-29 Michael Albinus <michael.albinus@gmx.de>
4754
4755 * autorevert.el (auto-revert-use-notify):
4756 Use `custom-initialize-default' for initialization. (Bug#13583)
4757
4758 * net/ange-ftp.el (ange-ftp-skip-msgs): Add another message.
4759
4760 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
4761 Catch `suppress'. Otherwise, `tramp-run-real-handler' might be called
4762 in `tramp-file-name-handler'.
4763 (tramp-gw-tunnel-method, tramp-gw-socks-method): Declare for
4764 compatibility.
4765 (tramp-compute-multi-hops): Check, whether
4766 `tramp-gw-tunnel-method' and `tramp-gw-socks-method' are non-nil.
4767
4768 2013-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
4769
4770 * hi-lock.el (hi-lock-unface-buffer): Don't assume `face' is a symbol
4771 (bug#13297).
4772
4773 2013-01-27 Dmitry Gutov <dgutov@yandex.ru>
4774
4775 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove some
4776 checks made superfluous by the \_< operator.
4777 * progmodes/ruby-mode.el (ruby-move-to-block): Work with (maybe
4778 temporarily) broken indentation.
4779 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
4780 Highlight nested constants, too. \_< broke that.
4781
4782 2013-01-27 Nobuyoshi Nakada <nobu@ruby-lang.org>
4783
4784 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Use "\\_<"
4785 instead of "\\b".
4786
4787 2013-01-27 Michael Albinus <michael.albinus@gmx.de>
4788
4789 * autorevert.el (auto-revert-handler): Notifications which result
4790 from a saved file shall not be taken into account. (Bug#13557)
4791
4792 2013-01-26 Andreas Schwab <schwab@linux-m68k.org>
4793
4794 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Add optional
4795 parameter BAR-NOT-SYMBOL to control syntax of | for font-lock.
4796 (lisp-mode): Pass t for it. (Bug#13556)
4797
4798 2013-01-25 Alan Mackenzie <acm@muc.de>
4799
4800 AWK Mode: Fix indentation bug at top level. Bug #12274.
4801
4802 * progmodes/cc-engine.el (c-guess-basic-syntax): Move CASE 5P to
4803 just before CASE 5D.
4804
4805 2013-01-25 Dmitry Antipov <dmantipov@yandex.ru>
4806
4807 * net/socks.el (socks-nslookup-host): Use string-to-number.
4808
4809 2013-01-25 Michael Albinus <michael.albinus@gmx.de>
4810
4811 * autorevert.el (auto-revert-remote-files)
4812 (auto-revert-notify-exclude-dir-regexp): New defcustoms.
4813 (auto-revert-notify-enabled, auto-revert-use-notify)
4814 (auto-revert-notify-watch-descriptor-hash-list)
4815 (auto-revert-notify-modified-p, auto-revert-notify-event-p)
4816 (auto-revert-notify-event-descriptor)
4817 (auto-revert-notify-event-action)
4818 (auto-revert-notify-event-file-name): Doc fix.
4819 (global-auto-revert-mode): Reorder checks.
4820 (auto-revert-notify-rm-watch): Respect changed values of
4821 `auto-revert-notify-watch-descriptor-hash-list'.
4822 (auto-revert-notify-add-watch): Check for
4823 `auto-revert-notify-exclude-dir-regexp'. Adapt filters for
4824 `inotify-add-watch'. Watch `default-directory' instead of
4825 `buffer-file-name'. `auto-revert-notify-watch-descriptor-hash-list'
4826 has a changed meaning now. (Bug#13540)
4827 (auto-revert-notify-handler): Change implementation wrt events
4828 returning from a directory.
4829 (auto-revert-handler): Reorder implementation for checks of remote
4830 files.
4831 (auto-revert-buffers): Fix parentheses error.
4832
4833 2013-01-25 Fabián Ezequiel Gallina <fgallina@cuca>
4834
4835 * progmodes/python.el: Enhancements to header documentation about
4836 skeletons. (Bug#5716)
4837
4838 * imenu.el (imenu-default-create-index-function): Remove useless
4839 infinite loop check. (Bug#13438)
4840
4841 2013-01-25 Alan Mackenzie <acm@muc.de>
4842
4843 Fix a bug in the state cache mechanism. Refactor this a bit.
4844
4845 * progmodes/cc-engine.el (c-parse-state-get-strategy): Remove the
4846 `cache-pos' element from the return value.
4847 (c-append-lower-brace-pair-to-state-cache): "Narrow" to end of
4848 buffer to enable proper searching from beyond HERE. Amend the
4849 test for detecting the sought brace pair. Amend the value written
4850 to the "brace desert cache" when the brace isn't found.
4851 (c-remove-stale-state-cache): Rename `good-pos' to `start-point',
4852 and several other variables analogously.
4853 (c-remove-stale-state-cache-backwards): Change `cache-pos' from a
4854 parameter to a locally calculated variable.
4855 (c-parse-state-1): Change the calling conventions to the two
4856 defuns involving `cache-pos'.
4857
4858 2013-01-25 Chong Yidong <cyd@gnu.org>
4859
4860 * xml.el (xml-entity-or-char-ref-re): Fix regexp.
4861
4862 2013-01-24 Aaron Ecay <aaronecay@gmail.com> (tiny change)
4863
4864 * paren.el (show-paren-function): Make sure to set 'priority and
4865 'face only if the overlay does exist.
4866
4867 2013-01-24 Michael Albinus <michael.albinus@gmx.de>
4868
4869 * net/tramp.el (tramp-tramp-file-p): Check, whether NAME is unibyte.
4870
4871 * net/tramp-sh.el (tramp-sh-handle-set-file-acl): Do not suppress
4872 basic attributes.
4873 (tramp-sh-handle-set-file-acl): Improve error checking.
4874
4875 2013-01-24 Dmitry Antipov <dmantipov@yandex.ru>
4876
4877 * doc-view.el (doc-view-display): Force mode line update until all
4878 document is converted. Suggested by Stefan Monnier (Bug#13164).
4879
4880 2013-01-23 Bastien Guerry <bzg@gnu.org>
4881
4882 * paren.el (show-paren-function): Make sure an overlay exists
4883 before trying to delete it. Also use `pos' as a position only
4884 when it is an integer.
4885
4886 2013-01-23 Dmitry Antipov <dmantipov@yandex.ru>
4887
4888 * play/gametree.el (gametree-break-line-here): Use point-marker.
4889
4890 2013-01-22 Michael Albinus <michael.albinus@gmx.de>
4891
4892 * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
4893 Mark descriptive parts with `display' property.
4894
4895 2013-01-21 Agustín Martín Domingo <agustin.martin@hispalinux.es>
4896
4897 * textmodes/ispell.el (ispell-hunspell-dictionary-equivs-alist):
4898 New variable to map standard dict names to hunspell ones.
4899 (ispell-set-spellchecker-params): Make sure specific dict names
4900 are used for standard dicts with hunspell.
4901
4902 2013-01-21 Tassilo Horn <tsdh@gnu.org>
4903
4904 * textmodes/reftex-cite.el (reftex-format-citation): Add format
4905 chars for note (%N) and url (%U).
4906 * textmodes/reftex-vars.el (reftex-cite-format): Document them.
4907
4908 2013-01-21 Juri Linkov <juri@jurta.org>
4909
4910 * frame.el: Bind `f10' in `esc-map' to `toggle-frame-maximized'
4911 in addition to existing separate binding `meta f10' in `global-map'.
4912 (Bug#13484)
4913
4914 2013-01-21 Michael Albinus <michael.albinus@gmx.de>
4915
4916 Improve XEmacs compatibility.
4917
4918 * net/tramp.el (tramp-replace-environment-variables): Make it a defun.
4919
4920 * net/tramp-adb.el (top): Require `time-date'.
4921 (tramp-adb-ls-output-time-less-p): Use `tramp-time-less-p'.
4922 (tramp-adb-handle-copy-file, tramp-adb-handle-rename-file):
4923 Use `tramp-file-name-handler'.
4924 (tramp-adb-maybe-open-connection):
4925 Use `tramp-compat-set-process-query-on-exit-flag'.
4926
4927 * net/tramp-sh.el (tramp-sh-handle-file-acl):
4928 Use `tramp-compat-funcall'.
4929
4930 * net/tramp-smb.el (tramp-smb-handle-file-acl): Use `looking-at' and
4931 `tramp-compat-funcall'.
4932
4933 2013-01-21 Jürgen Hötzel <juergen@archlinux.org>
4934
4935 * net/tramp-adb.el (tramp-adb-handle-start-file-process): Complete
4936 reimplementation using "adb shell command ..." instead of running
4937 remote shell interactively.
4938
4939 2013-01-20 Glenn Morris <rgm@gnu.org>
4940
4941 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
4942 Add native profiler menu entries.
4943
4944 * profiler.el (profiler-running-p): New function.
4945 (profiler-cpu-profile): Use profiler-running-p.
4946 (profiler-report-mode-map): Add some more menu entries.
4947
4948 2013-01-19 Glenn Morris <rgm@gnu.org>
4949
4950 * mail/unrmail.el (unrmail): Do not mangle the mbox From line;
4951 fixes 2012-12-07 change. (Bug#13499)
4952
4953 2013-01-19 Leo Liu <sdl.web@gmail.com>
4954
4955 * dired.el (dired-get-marked-files): Prune erroneous values due to
4956 last change. (Bug#13152)
4957
4958 2013-01-19 Glenn Morris <rgm@gnu.org>
4959
4960 * progmodes/etags.el (tags-table-check-computed-list):
4961 Preserve point in tags buffer. (Bug#13412)
4962
4963 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
4964
4965 2013-01-19 Christian Wittern <cwittern@gmail.com> (tiny change)
4966 Chong Yidong <cyd@gnu.org>
4967
4968 * image-mode.el (image-next-file, image-previous-file):
4969 New commands (Bug#8453).
4970 (image-mode-map): Bind them to n and p.
4971 (image-mode--images-in-directory): New helper function.
4972
4973 2013-01-19 Chong Yidong <cyd@gnu.org>
4974
4975 * image-mode.el (image-mode-fit-frame): Add a frame argument.
4976 Suggested by Drew Adams (Bug#7730). Handle window decorations;
4977 save and restore the old window configuration.
4978
4979 2013-01-18 Leo Liu <sdl.web@gmail.com>
4980
4981 * progmodes/js.el: Tweak autoload cookie for alias.
4982
4983 2013-01-17 Michael Albinus <michael.albinus@gmx.de>
4984
4985 * autorevert.el (auto-revert-notify-watch-descriptor): Make it
4986 buffer local, again. This was lost with the fix on 2013-01-12.
4987
4988 2013-01-17 Jürgen Hötzel <juergen@archlinux.org>
4989
4990 * eshell/esh-util.el (eshell-path-env): Make it buffer local, in
4991 order to support several eshell buffers in parallel.
4992
4993 2013-01-17 Michael Albinus <michael.albinus@gmx.de>
4994
4995 * autorevert.el (auto-revert-use-notify): In the :set function, do
4996 not modify `kill-buffer-hook'.
4997 (auto-revert-notify-rm-watch):
4998 Remove `auto-revert-notify-rm-watch' from `kill-buffer-hook'.
4999 (auto-revert-notify-add-watch): Do not call
5000 `auto-revert-notify-rm-watch', but add it to a buffer local
5001 `kill-buffer-hook'.
5002
5003 2013-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
5004
5005 * emacs-lisp/trace.el (trace--read-args): Use a closure and an honest
5006 call to `eval' rather than a backquoted lambda.
5007
5008 2013-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
5009
5010 * emacs-lisp/nadvice.el (advice--tweak): Make it possible for `tweak'
5011 to return an explicit nil.
5012 (advice--remove-function): Change accordingly.
5013
5014 * emacs-lisp/advice.el (ad-preactivate-advice): Adjust the cleanup to
5015 the use of nadvice.el.
5016
5017 * progmodes/which-func.el (which-function): Silence imenu errors
5018 (bug#13433).
5019
5020 2013-01-15 Michael R. Mauger <mmaug@yahoo.com>
5021
5022 * progmodes/sql.el (sql-imenu-generic-expression):
5023 (sql-mode-font-lock-object-name): Match schema qualified names.
5024 (sql-connect): Use string keys.
5025 (sql-product-interactive): Wait for interpreter prompt.
5026 (sql-comint-oracle): Set process coding based on NLS_LANG.
5027
5028 2013-01-15 Michael R. Mauger <mmaug@yahoo.com>
5029
5030 * progmodes/sql.el (sql-output-to-send): Remove, unused.
5031 (sql-interactive-remove-continuation-prompt):
5032 (sql-send-magic-terminator, sql-interactive-mode): Remove references.
5033
5034 2013-01-14 Leo Liu <sdl.web@gmail.com>
5035
5036 * calendar/calendar.el (calendar-redraw): Sync window-point and point.
5037 (Bug#13420)
5038
5039 2013-01-14 Glenn Morris <rgm@gnu.org>
5040
5041 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5042 Fix interpretation of gnu line.col1-col2 format. (Bug#13335)
5043
5044 2013-01-13 Fabián Ezequiel Gallina <fgallina@cuca>
5045
5046 * progmodes/python.el (python-nav-end-of-statement):
5047 Fix cornercase when handling multiline strings.
5048
5049 2013-01-13 Richard Stallman <rms@gnu.org>
5050
5051 * mail/sendmail.el (mail-position-on-field): Add doc string.
5052
5053 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
5054 Get current message boundaries and pass them to
5055 message-forward-make-body-mime. Minor style changes.
5056
5057 2013-01-13 Eli Zaretskii <eliz@gnu.org>
5058
5059 * cus-start.el (all): Avoid warnings about
5060 scroll-bar-adjust-thumb-portion on platforms where it is not defined.
5061
5062 2013-01-11 Jan Djärv <jan.h.d@swipnet.se>
5063
5064 * cus-start.el (all): Add scroll-bar-adjust-thumb-portion.
5065
5066 2013-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
5067
5068 * jit-lock.el (jit-lock-debug-mode): New minor mode.
5069 (jit-lock--debug-fontifying): New var.
5070 (jit-lock--debug-fontify): New function.
5071 * subr.el (condition-case-unless-debug): Don't prevent catching the
5072 error, just let the debbugger run.
5073 * emacs-lisp/timer.el (timer-event-handler): Don't prevent debugging
5074 timer code and don't drop errors silently.
5075
5076 2013-01-12 Michael Albinus <michael.albinus@gmx.de>
5077
5078 * autorevert.el (auto-revert-notify-watch-descriptor): Give it
5079 `permanent-local' property.
5080 (auto-revert-notify-handler): Use `file-equal-p'.
5081
5082 2013-01-12 Eli Zaretskii <eliz@gnu.org>
5083
5084 * autorevert.el (auto-revert-notify-handler): Fix filtering of
5085 file notification by ACTION. For filtering by file name, compare
5086 only the non-directory part of the file name.
5087
5088 2013-01-12 Stefan Monnier <monnier@iro.umontreal.ca>
5089
5090 * autorevert.el: Use cl-lib instead of cl.
5091
5092 * vc/vc-bzr.el (vc-bzr--sanitize-header): New function (bug#13307).
5093 (vc-bzr-checkin): Use it.
5094 * vc/log-edit.el (log-edit-extract-headers): Don't presume FUNCTION
5095 will preserve match-data.
5096
5097 2013-01-11 Felix H. Dahlke <fhd@ubercode.de>
5098
5099 * progmodes/js.el: Fix multiline declarations's indentation (bug#8576).
5100 (js--declaration-keyword-re): New var.
5101 (js--multi-line-declaration-indentation): New function.
5102 (js--proper-indentation): Use it.
5103
5104 2013-01-11 Aaron S. Hawley <Aaron.Hawley@vtinfo.com>
5105
5106 * calc/calc.el (calc-highlight-selections-with-faces)
5107 (calc-dispatch):
5108 * comint.el (comint-history-isearch-message):
5109 * emacs-lisp/edebug.el (edebug-read, edebug-eval-defun):
5110 * ffap.el (ffap-string-at-point-region, ffap-next)
5111 (ffap-string-at-point, ffap-string-around)
5112 (ffap-copy-string-as-kill, ffap-highlight-overlay)
5113 (ffap-literally):
5114 * font-lock.el (font-lock-keywords-alist)
5115 (font-lock-removed-keywords-alist):
5116 * help-mode.el (help-xref-symbol-regexp):
5117 * info.el (Info-find-emacs-command-nodes):
5118 * international/mule.el (add-to-coding-system-list):
5119 * isearch.el (isearch-message-function, isearch-fail-pos):
5120 * misearch.el (multi-isearch-next-buffer-function):
5121 * newcomment.el (comment-box):
5122 * printing.el (pr-txt-printer-alist, pr-ps-printer-alist)
5123 (pr-setting-database):
5124 * progmodes/cc-fonts.el (c-font-lock-keywords-3)
5125 (c++-font-lock-keywords-3, objc-font-lock-keywords-3)
5126 (java-font-lock-keywords-3, idl-font-lock-keywords-3)
5127 (pike-font-lock-keywords-3):
5128 * progmodes/compile.el (compile):
5129 * progmodes/etags.el (tags-table-files)
5130 (tags-table-files-function, tags-included-tables-function):
5131 * progmodes/gdb-mi.el (gdb, gdb-setup-windows)
5132 (gdb-restore-windows):
5133 * ps-print.el (ps-even-or-odd-pages, ps-spool-buffer-with-faces)
5134 (ps-n-up-filling-database):
5135 * server.el (server-buffer, server-log):
5136 * simple.el (newline, delete-backward-char, delete-forward-char)
5137 (minibuffer-history-isearch-message, kill-line, track-eol)
5138 (temporary-goal-column):
5139 * textmodes/flyspell.el (flyspell-mark-duplications-flag)
5140 (flyspell-default-deplacement-commands):
5141 * textmodes/ispell.el (ispell-accept-output):
5142 * textmodes/sgml-mode.el (html-tag-help):
5143 * vc/compare-w.el (compare-ignore-whitespace)
5144 (compare-ignore-case, compare-windows-dehighlight):
5145 * vc/diff.el (diff):
5146 * whitespace.el (whitespace-point)
5147 (whitespace-font-lock-refontify, whitespace-bob-marker)
5148 (whitespace-eob-marker): Fix ambiguous doc string cross-reference(s).
5149
5150 2013-01-11 Michael Albinus <michael.albinus@gmx.de>
5151
5152 * autorevert.el (top): Require 'cl in order to pacify byte compiler.
5153 (auto-revert-notify-rm-watch): Ignore errors.
5154 (auto-revert-notify-add-watch): Ignore errors. Use '(modify) for
5155 inotify, and '(size last-write-time) for w32notify.
5156 Set buffer-local `auto-revert-use-notify' to nil when adding a file
5157 watch fails - this is a fallback to the file modification check.
5158 (auto-revert-notify-event-p, auto-revert-notify-event-descriptor)
5159 (auto-revert-notify-event-action)
5160 (auto-revert-notify-event-file-name): New defuns.
5161 (auto-revert-notify-handler): Use them. Implement first
5162 plausibility checks.
5163 (auto-revert-handler): Handle also `auto-revert-tail-mode'.
5164
5165 2013-01-11 Julien Danjou <julien@danjou.info>
5166
5167 * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
5168 max are almost equal. Also return the correct value for V which is
5169 already between 0 and 1.
5170
5171 2013-01-11 Dmitry Antipov <dmantipov@yandex.ru>
5172
5173 * emacs-lisp/ert.el (ert-run-test): Use point-max-marker.
5174
5175 2013-01-11 Eli Zaretskii <eliz@gnu.org>
5176
5177 * autorevert.el (auto-revert-notify-rm-watch)
5178 (auto-revert-notify-add-watch): Fix typos in w32notify function
5179 names.
5180
5181 2013-01-10 Michael Albinus <michael.albinus@gmx.de>
5182
5183 * autorevert.el (auto-revert-notify-enabled): Move up.
5184 (auto-revert-use-notify): New defcustom.
5185 (auto-revert-mode, global-auto-revert-mode)
5186 (auto-revert-notify-add-watch, auto-revert-handler)
5187 (auto-revert-buffers): Use `auto-revert-use-notify' instead of
5188 `auto-revert-notify-enabled'.
5189
5190 2013-01-10 Elias Pipping <pipping@exherbo.org>
5191
5192 * files.el (auto-mode-alist): Use doc-view for djvu files (bug#13164).
5193 * doc-view.el (doc-view-document->bitmap):
5194 Use doc-view-single-page-converter-function instead of
5195 single-page-converter arg; adjust callers.
5196
5197 2013-01-10 Feng Li <fengli@gmail.com> (tiny change)
5198
5199 * progmodes/which-func.el (which-function): Understand Semantic's use
5200 of overlays in imenu--index-alist.
5201
5202 2013-01-10 Wolfgang Jenkner <wjenkner@inode.at>
5203
5204 * man.el: Handle different "man -k" behaviors (bug#13160). Use utf-8.
5205 (Man-man-k-use-anchor): New var.
5206 (Man-parse-man-k): New function.
5207 (Man-completion-table): Use it.
5208 (man): Flush the completion cache between uses.
5209
5210 2013-01-10 Michael Albinus <michael.albinus@gmx.de>
5211
5212 * autorevert.el: Add file watch support.
5213 (auto-revert-notify-enabled): New defconst.
5214 (auto-revert-notify-watch-descriptor-hash-list)
5215 (auto-revert-notify-watch-descriptor)
5216 (auto-revert-notify-modified-p): New defvars.
5217 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
5218 (auto-revert-notify-handler): New defuns.
5219 (auto-revert-mode, global-auto-revert-mode): Remove file watches
5220 when mode is disabled.
5221 (auto-revert-handler): Check for `auto-revert-notify-modified-p'.
5222 (auto-revert-buffers): Add file watches for active buffers.
5223
5224 2013-01-10 Dmitry Antipov <dmantipov@yandex.ru>
5225
5226 * cus-start.el (toplevel): Only allow float values for
5227 scroll-up-aggressively and scroll-down-aggressively.
5228 Allow any number for line-spacing.
5229
5230 2013-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
5231
5232 * doc-view.el (doc-view-pdfdraw-program): Allow "pdfdraw" name.
5233 (doc-view-pdf->png-converter-function): Use mupdf if available.
5234 (doc-view-djvu->png-converter-function)
5235 (doc-view-ps->png-converter-function): Remove.
5236 (doc-view--image-file-pattern): Replace doc-view--image-file-extension.
5237 (doc-view-goto-page, doc-view-convert-current-doc, doc-view-display)
5238 (doc-view-already-converted-p): Adjust accordingly.
5239 (doc-view-mode-p): Simplify.
5240 (doc-view-enlarge): Use setq-local.
5241 (doc-view-pdf->png-converter-ghostscript)
5242 (doc-view-djvu->png-converter-ddjvu)
5243 (doc-view-pdf->png-converter-mupdf): Rework to call
5244 doc-view-start-process directly.
5245 (doc-view-pdf/ps->png): Simplify accordingly.
5246 (doc-view-pdf->png-1, doc-view-djvu->png-1): Remove.
5247 (doc-view-document->bitmap): Rename from doc-view-document->png.
5248 (doc-view-convert-current-doc): Merge pdf and djvu cases.
5249 (doc-view-set-slice-from-bounding-box): Fix completion table.
5250 (doc-view-mode): Use add-hook for after-revert-hook.
5251
5252 2013-01-10 Glenn Morris <rgm@gnu.org>
5253
5254 * emacs-lisp/authors.el (authors-ignored-files)
5255 (authors-valid-file-names, authors-renamed-files-alist):
5256 Add some more entries.
5257
5258 2013-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
5259
5260 * image-mode.el (image-mode-winprops): Don't throw away the fallback
5261 `t' pseudo-window entry.
5262
5263 2013-01-10 Alan Mackenzie <acm@muc.de>
5264
5265 Fix bugs in the c-parse-state mechanism. Reuse some markers
5266 instead of continually generating new ones.
5267
5268 * progmodes/cc-engine.el (c-state-old-cpp-beg-marker)
5269 (c-state-old-cpp-end-marker): New variables.
5270 (c-append-lower-brace-pair-to-state-cache): Start a backward
5271 search for "}" definitively outside CPP constructs.
5272 (c-remove-stale-state-cache): Inform the caller of a need to
5273 search back for a brace pair in certain circumstances.
5274 (c-state-maybe-marker): New macro.
5275 (c-parse-state): Reuse markers when appropriate.
5276
5277 2013-01-10 Glenn Morris <rgm@gnu.org>
5278
5279 * simple.el (execute-extended-command): Doc fix.
5280 Bind prefix-arg around read-extended-command, for prompt. (Bug#13395)
5281
5282 2013-01-10 Chong Yidong <cyd@gnu.org>
5283
5284 * faces.el (read-face-name): Doc fix.
5285
5286 2013-01-10 Roland Winkler <winkler@gnu.org>
5287
5288 * emacs-lisp/crm.el: Allow any regexp for separators.
5289 (crm-default-separator): All spaces around the default comma separator.
5290 (crm--completion-command): New macro.
5291 (crm-completion-help, crm-complete, crm-complete-word): Use it.
5292 (crm-complete-and-exit): Handle non-single-char separators.
5293
5294 2013-01-09 Elias Pipping <pipping@lavabit.com>
5295
5296 * doc-view.el: Add support for DjVu (bug#13164).
5297 (doc-view-djvu->png-converter-function): New config var.
5298 (doc-view-single-page-converter-function, doc-view--image-type)
5299 (doc-view--image-file-extension): New vars.
5300 (doc-view-mode): Initialize them.
5301 (doc-view-goto-page): Use them.
5302 (doc-view-mode-p): Add support for ddjvu.
5303 (doc-view-djvu->png-converter-ddjvu, doc-view-djvu->png-1)
5304 (doc-view-set-up-single-converter): New funs.
5305 (doc-view-pdf/ps->png): Extend for djvu.
5306 (doc-view-document->png): Rename from doc-view-pdf->png.
5307 (doc-view-convert-current-doc): Handle djvu.
5308 (doc-view-insert-image, doc-view-display)
5309 (doc-view-already-converted-p): Don't hardcode png.
5310 (doc-view-set-doc-type): Recognize djvu docs.
5311
5312 2013-01-09 Elias Pipping <pipping@lavabit.com>
5313
5314 * doc-view.el: Add support for mupdf converter (bug#13164).
5315 (doc-view-pdfdraw-program, doc-view-pdf->png-converter-function)
5316 (doc-view-ps->png-converter-function): New config vars.
5317 (doc-view-pdf->png-converter-ghostscript)
5318 (doc-view-ps->png-converter-ghostscript)
5319 (doc-view-pdf->png-converter-mupdf): New functions.
5320 (doc-view-pdf/ps->png, doc-view-pdf->png-1): Use them.
5321
5322 2013-01-09 Jürgen Hötzel <juergen@archlinux.org>
5323
5324 * net/tramp.el (tramp-eshell-directory-change): Check remote-path
5325 first in session cache: When `tramp-own-remote-path' is in
5326 `tramp-remote-path', the remote path is only set in the session
5327 cache.
5328
5329 2013-01-09 Glenn Morris <rgm@gnu.org>
5330
5331 * emacs-lisp/trace.el (trace-function-foreground)
5332 (trace-function-background): Doc fix.
5333
5334 2013-01-09 Juri Linkov <juri@jurta.org>
5335
5336 * international/mule-cmds.el (read-char-by-name): Move let-binding
5337 of completion-ignore-case around completing-read to fix regression
5338 exhibited by the test case `C-x 8 RET *acc TAB' and caused by
5339 `string-match-p' using the nil value of `case-fold-search' and
5340 `completion-ignore-case' in `completion-pcm--all-completions'.
5341 (Bug#12615).
5342
5343 2013-01-09 Glenn Morris <rgm@gnu.org>
5344
5345 * progmodes/compile.el (compilation-parse-errors):
5346 Fix typo. (Bug#13369)
5347
5348 2013-01-09 Vitalie Spinu <spinuvit@gmail.com> (tiny change)
5349
5350 * comint.el (comint-send-input): Check size of buffer before
5351 waiting for process output, in case already accepted. (Bug#13290)
5352
5353 2013-01-09 Paul Eggert <eggert@cs.ucla.edu>
5354
5355 Spelling fixes.
5356 * net/tramp-adb.el (tramp-adb-get-toolbox):
5357 Fix misspelling of 'unknown'.
5358
5359 2013-01-08 Juri Linkov <juri@jurta.org>
5360
5361 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
5362 * progmodes/flymake.el (flymake-errline, flymake-warnline):
5363 Use underline style wave on terminals that support it. (Bug#13000)
5364
5365 2013-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
5366
5367 * emacs-lisp/pcase.el (pcase--split-equal): Also take advantage if
5368 the predicate returns nil.
5369
5370 * simple.el: Use lexical-binding.
5371 (primitive-undo): Use pcase.
5372 (minibuffer-history-isearch-push-state): Use a closure.
5373
5374 2013-01-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
5375
5376 * simple.el (primitive-undo): Move from undo.c.
5377
5378 2013-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
5379
5380 * vc/pcvs.el (cvs-cleanup-collection): Extend meaning of `rm-handled'.
5381 (cvs-mode-remove-handled): Use it (bug#13380).
5382
5383 * emacs-lisp/nadvice.el (advice--tweak): New function.
5384 (advice--remove-function, advice--subst-main): Use it.
5385
5386 * emacs-lisp/advice.el: Update commentary.
5387
5388 2013-01-08 Michael Albinus <michael.albinus@gmx.de>
5389
5390 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
5391 Remove spurious entry.
5392
5393 2013-01-08 Glenn Morris <rgm@gnu.org>
5394
5395 * net/tramp.el (tramp-default-host-alist): Add :version.
5396
5397 2013-01-08 Juri Linkov <juri@jurta.org>
5398
5399 * info.el (Info-read-node-name-2): Don't duplicate suffixes for
5400 single completion. (Bug#12456)
5401 (info--manual-names): Expand node completions into an explicit list
5402 before appending it to another list. Filter out internal buffers
5403 with the leading space in the buffer name. (Bug#10771)
5404
5405 2013-01-08 Juri Linkov <juri@jurta.org>
5406
5407 * info.el (Info-read-node-name-1): Allow empty node name in (FILENAME)
5408 that defaults to the Top node.
5409 (Info-goto-node, Info-read-node-name): Doc fix to mention that
5410 the short format (FILENAME) goes to the Top node.
5411 (Info-build-node-completions): Rename arg `file' to `filename'.
5412 (Bug#13365)
5413
5414 2013-01-07 Bastien Guerry <bzg@gnu.org>
5415
5416 * menu-bar.el (menu-bar-search-documentation-menu):
5417 Use `apropos-user-option' and fix the help message.
5418
5419 2013-01-07 Bastien Guerry <bzg@gnu.org>
5420
5421 * apropos.el (apropos-do-all): Update docstring.
5422 (apropos-user-option-button): New face.
5423 (apropos-user-option): Rename from `apropos-variable' and update
5424 docstring.
5425 (apropos-variable): Rewrite, now show all variables by default.
5426 (apropos-print): Mention "User option" instead of "Variable" when
5427 printing doc for user options. (Bug#13276)
5428
5429 2013-01-07 Jürgen Hötzel <juergen@archlinux.org>
5430
5431 * net/tramp-adb.el (tramp-do-parse-file-attributes-with-ls):
5432 Handle filename correctly, when parsing "source -> target" symlink
5433 output.
5434 (tramp-adb-handle-set-file-times): New defun.
5435
5436 2013-01-07 Stefan Monnier <monnier@iro.umontreal.ca>
5437
5438 * emacs-lisp/advice.el (ad-activate-advised-definition): Refresh the
5439 advice list when the interactive-spec of ad-Advice-* changes.
5440
5441 2013-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
5442
5443 * wid-edit.el (widget-default-get): Work for inlined elements.
5444 (Bug#12670)
5445
5446 2013-01-07 Michael Albinus <michael.albinus@gmx.de>
5447
5448 * net/tramp.el (tramp-default-host-alist): New defcustom.
5449 (tramp-find-host): Use it.
5450 (tramp-eshell-directory-change): Move from tramp-sh.el. Add to
5451 `eshell-directory-change-hook'.
5452
5453 * net/tramp-adb.el (top): Add adb specific entry in
5454 `tramp-default-host-alist'.
5455 (tramp-adb-file-name-host): Remove function.
5456 (tramp-adb-execute-adb-command, tramp-adb-maybe-open-connection):
5457 Use `tramp-file-name-host' instead of `tramp-adb-file-name-host'.
5458
5459 * net/tramp-sh.el: Move eshell integration code to tramp.el.
5460
5461 2013-01-06 Jürgen Hötzel <juergen@archlinux.org>
5462
5463 * net/tramp-adb.el (tramp-methods): Add `tramp-tmpdir' entry.
5464
5465 2013-01-06 Michael Albinus <michael.albinus@gmx.de>
5466
5467 * net/tramp-adb.el (tramp-adb-ls-toolbox-regexp): The file size can
5468 consist of more than one digit.
5469 (tramp-adb-file-name-handler-alist):
5470 Use `tramp-handle-file-exists-p' consistently.
5471 (tramp-adb-file-name-handler): Don't tweak `tramp-default-host'.
5472 (tramp-adb-handle-file-exists-p): Remove function.
5473 (tramp-adb-file-name-host): New defun.
5474 (tramp-adb-execute-adb-command, tramp-adb-maybe-open-connection):
5475 Use it.
5476 (tramp-adb-maybe-open-connection): Set "remote-path" property.
5477
5478 2013-01-06 Chong Yidong <cyd@gnu.org>
5479
5480 * vc/vc.el (vc-next-action): Detect buffer modifications
5481 conflicting with locking VCS operation (Bug#11490).
5482
5483 * vc/vc-hooks.el (vc-after-save): DTRT for locking VCSes.
5484
5485 2013-01-05 Michael Albinus <michael.albinus@gmx.de>
5486
5487 * net/tramp-adb.el (tramp-do-parse-file-attributes-with-ls):
5488 (tramp-adb-handle-directory-files-and-attributes): Fix typos.
5489
5490 2013-01-05 Jürgen Hötzel <juergen@archlinux.org>
5491
5492 * net/tramp-adb.el (tramp-adb-handle-file-attributes): More robust
5493 parsing of ls output using regular expression (handle filenames
5494 with spaces). Use virtual device number.
5495 (tramp-do-parse-file-attributes-with-ls): New defun (Code
5496 cleanup).
5497
5498 2013-01-04 Daiki Ueno <ueno@gnu.org>
5499
5500 * epg.el: Silence byte-compiler warnings.
5501 (epg--start): Use delete-char instead of delete-backward-char.
5502 (epg-wait-for-completion): Pass FRAME arg to redraw-frame.
5503
5504 2013-01-04 Daiki Ueno <ueno@gnu.org>
5505
5506 * epg.el (epg--start): Don't call "tty" program on W32 platforms.
5507 Suggested by Eli Zaretskii <eliz@gnu.org>.
5508
5509 2013-01-04 Michael Albinus <michael.albinus@gmx.de>
5510
5511 * net/tramp-sh.el (tramp-set-file-uid-gid): UID and GID must be
5512 non-negative integers. Otherwise, the default values are used.
5513 (tramp-convert-file-attributes): Convert uid and gid to integers.
5514
5515 2013-01-04 Glenn Morris <rgm@gnu.org>
5516
5517 * term.el (term-handle-colors-array): Ensure face attributes
5518 are fully specified, not nil. (Bug#13337)
5519
5520 * term.el (term-default-fg-color, term-default-bg-color):
5521 Fix custom type.
5522
5523 * progmodes/etags.el (tags-compression-info-list): Doc fix.
5524 (tag-find-file-of-tag-noselect): Check auto-compression-mode
5525 rather than 'jka-compr being loaded. (Bug#13338)
5526
5527 2013-01-04 Wesley Dawson <whd@lavabit.com> (tiny change)
5528
5529 * icomplete.el (icomplete-completions):
5530 Honor icomplete-prospects-height once more following
5531 2012-11-29 changes. (Bug#13224)
5532
5533 2013-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
5534
5535 * subr.el (internal--called-interactively-p--get-frame): Find aliases
5536 of called-interactively-p as well (bug#13237).
5537
5538 * view.el (view--enable, view--disable): Rename from view-mode-enable
5539 and view-mode-disable and assume it's called from view-mode.
5540 (view-mode-enable, view-mode-disable): Redefine as obsolete
5541 compatibility layer above view-mode.
5542 (view-mode-enter): Call `view-mode'.
5543
5544 * files.el (after-find-file): Call `view-mode'.
5545
5546 * doc-view.el (doc-view-scale-internally): New var.
5547 (doc-view-enlarge, doc-view-insert-image): Obey it.
5548
5549 2013-01-03 Daiki Ueno <ueno@gnu.org>
5550
5551 * epg.el (epg--start): Ignore errors when /dev/fd/0 does not
5552 exist. (Bug#13344)
5553
5554 2013-01-03 Glenn Morris <rgm@gnu.org>
5555
5556 * mail/rmail.el (rmail-set-header-1): Ignore case.
5557 Handle multi-line headers. (Bug#13330)
5558
5559 * progmodes/make-mode.el (makefile-fill-paragraph): Add doc.
5560 Handle paragraph starting at beginning of buffer.
5561
5562 * subr.el (eval-after-load): Don't purecopy the form, so that it
5563 can be nconc'd later on; reverts 2009-11-11 change. (Bug#13331)
5564
5565 * emacs-lisp/byte-run.el (defun): Place cl declarations
5566 after any interactive spec. (Bug#13265)
5567
5568 2013-01-02 Andreas Schwab <schwab@linux-m68k.org>
5569
5570 * emacs-lisp/byte-run.el (defmacro): Use same argument parsing as
5571 defun. Don't check for DECL if DOCSTRING isn't a string.
5572 (defun): Likewise.
5573
5574 2013-01-02 Glenn Morris <rgm@gnu.org>
5575
5576 * eshell/em-cmpl.el (eshell-pcomplete):
5577 More thoroughly imitate pcomplete. (Bug#13293)
5578
5579 * files.el (parse-colon-path): Doc fix. (Bug#12351)
5580 Return nil for empty path elements. (Bug#13296)
5581
5582 2013-01-02 Fabián Ezequiel Gallina <fgallina@cuca>
5583
5584 * progmodes/python.el (python-nav-end-of-statement): Rewrite in
5585 order to improve efficiency (Based on Daniel Colascione's
5586 <dancol@dancol.org> patch). (Bug#13182)
5587
5588 2013-01-02 Glenn Morris <rgm@gnu.org>
5589
5590 * vc/log-edit.el (log-edit-header-contents-regexp): Add doc string.
5591
5592 2013-01-02 Andreas Schwab <schwab@linux-m68k.org>
5593
5594 * emacs-lisp/byte-run.el (defmacro): Don't lose final nil if
5595 neither DOCSTRING nor DECL was given. (Bug#13316)
5596
5597 2013-01-02 Michael Albinus <michael.albinus@gmx.de>
5598
5599 * net/tramp-sh.el (tramp-sh-handle-set-file-acl): Add argument to
5600 `error' call.
5601 (tramp-do-copy-or-rename-file): Ignore errors when calling
5602 `set-file-extended-attributes'.
5603
5604 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
5605 Add handler for `file-acl'.
5606 (tramp-smb-handle-file-acl): New defun.
5607
5608 2013-01-02 Jay Belanger <jay.p.belanger@gmail.com>
5609
5610 * calc/README: Mention ISO 8601 week-numbering dates.
5611
5612 2013-01-01 Martin Rudalics <rudalics@gmx.at>
5613
5614 * view.el (view-mode-enable): New argument run-view-mode-hook.
5615 Run view-mode-hook only when it's non-nil (Bug#13315).
5616 (view-mode-enter): Call view-mode-enable with run-view-mode-hook
5617 argument t.
5618
5619 2012-12-31 Jürgen Hötzel <juergen@archlinux.org>
5620
5621 * net/tramp-adb.el (tramp-adb-maybe-open-connection): Handle errors
5622 (No device connected, invalid device name). (Bug #13299)
5623
5624 2012-12-31 Martin Rudalics <rudalics@gmx.at>
5625
5626 * window.el (window-resizable--p): Rename to window-resizable-p.
5627 (window-resize-no-error): New function.
5628
5629 * mail/rmail.el (rmail-maybe-display-summary): Restore behavior
5630 broken in fix from 2012-12-28.
5631
5632 2012-12-31 Stefan Monnier <monnier@iro.umontreal.ca>
5633
5634 * subr.el (special-form-p): Don't signal errors on undef aliases.
5635
5636 2012-12-31 Jay Belanger <jay.p.belanger@gmail.com>
5637
5638 * calc/calc-forms.el (math-parse-date): Try using
5639 `math-parse-iso-date' when it looks like it might be needed.
5640 Allow times of 24:00.
5641 (math-parse-date-validate, math-parse-iso-date-validate): Allow times
5642 of 24:00.
5643
5644 2012-12-30 Glenn Morris <rgm@gnu.org>
5645
5646 * net/mairix.el (rmail, rmail-summary-displayed, rmail-summary):
5647 Remove unnecessary/buggy autoloads (missing interactive). (Bug#13294)
5648 (rmail-summary-displayed, rmail-summary): Declare.
5649 (mairix-rmail-display): Just require rmail.
5650
5651 2012-12-30 Chong Yidong <cyd@gnu.org>
5652
5653 * emacs-lisp/package.el (package-untar-buffer): Improve integrity
5654 check for the tarball contents.
5655
5656 2012-12-30 Matt Fidler <matt.fidler@alcon.com> (tiny change)
5657
5658 * emacs-lisp/package.el (package-untar-buffer): Handle problematic
5659 tarfile content listings (Bug#13136).
5660
5661 2012-12-30 Mark Lillibridge <mark.lillibridge@hp.com>
5662
5663 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
5664 Insert the undecoded text of the message being forwarded. (Bug#9521)
5665
5666 2012-12-30 Michael Albinus <michael.albinus@gmx.de>
5667
5668 * net/tramp-sh.el (tramp-set-file-uid-gid): Convert UID and GID to
5669 integers, if they are real numbers. (Bug#13282)
5670
5671 * net/tramp-sh.el (tramp-sh-handle-set-file-selinux-context):
5672 Return `t' on success.
5673
5674 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
5675 Add handler for `set-file-selinux-context'.
5676
5677 2012-12-29 Michael Albinus <michael.albinus@gmx.de>
5678
5679 * net/tramp-sh.el (tramp-sh-handle-file-acl): Suppress basic attributes.
5680 (tramp-sh-handle-set-file-acl): Return `t' on success.
5681
5682 2012-12-29 Eli Zaretskii <eliz@gnu.org>
5683
5684 * files.el (backup-buffer-copy, basic-save-buffer-2):
5685 If set-file-extended-attributes fails, fall back on set-file-modes
5686 instead of signaling an error. (Bug#13298)
5687 (basic-save-buffer): Likewise.
5688
5689 2012-12-29 Fabián Ezequiel Gallina <fgallina@cuca>
5690
5691 * progmodes/python.el: Support other commands triggering
5692 python-indent-line so indentation cycling continues to work.
5693 (python-indent-trigger-commands): New defcustom.
5694 (python-indent-line): Use it.
5695
5696 2012-12-29 Fabián Ezequiel Gallina <fgallina@cuca>
5697
5698 * progmodes/python.el (python-shell-send-region): Add blank lines
5699 for non sent code so backtraces remain correct.
5700
5701 2012-12-29 Fabián Ezequiel Gallina <fgallina@cuca>
5702
5703 * progmodes/python.el: Remove cl dependency.
5704 (python-syntax-count-quotes): Replace incf call.
5705 (python-fill-string): Replace setf call.
5706
5707 2012-12-29 Damien Cassou <damien.cassou@gmail.com>
5708
5709 * info.el (info-other-window): New arg, for consistency with info.
5710
5711 2012-12-28 Martin Rudalics <rudalics@gmx.at>
5712
5713 * mail/rmail.el (rmail-maybe-display-summary):
5714 Rewrite (Bug#13066).
5715
5716 2012-12-28 Andreas Schwab <schwab@linux-m68k.org>
5717
5718 * epg.el (epg--start): Modify process-environment locally.
5719
5720 2012-12-28 Daiki Ueno <ueno@gnu.org>
5721
5722 * epg.el: Support pinentry-curses.
5723 Suggested by Werner Koch in
5724 <http://lists.gnu.org/archive/html/emacs-devel/2007-02/msg00755.html>.
5725 (epg-agent-file, epg-agent-mtime): New variable.
5726 (epg--start): Record the modified time of gpg-agent socket file,
5727 to restore Emacs frame after pinentry-curses termination.
5728 (epg-wait-for-completion): Restore Emacs frame here.
5729
5730 2012-12-27 Juri Linkov <juri@jurta.org>
5731
5732 * info.el (Info-file-completions): New variable.
5733 (Info-read-node-name-1): Complete node names in the Info file
5734 when a file name is given. Call `Info-build-node-completions'
5735 with a file name.
5736 (Info-build-node-completions): Add new arg `file'. When it is
5737 non-nil, visit it in a temporary buffer and cache its completions in
5738 `Info-current-file-completions'. Move most of the function body to
5739 `Info-build-node-completions-1'.
5740 (Info-build-node-completions-1): New function with the body from
5741 `Info-build-node-completions'. (Bug#12456)
5742
5743 2012-12-27 Juri Linkov <juri@jurta.org>
5744
5745 * frame.el (frame-maximization-style): Remove user option.
5746 (cycle-frame-maximized): Remove function.
5747 (toggle-frame-maximized): Rewrite and bind to M-<f10>.
5748 (toggle-frame-fullscreen): New command bound to <f11> instead of
5749 `toggle-frame-maximized'.
5750 http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00703.html
5751
5752 2012-12-27 Michael Albinus <michael.albinus@gmx.de>
5753
5754 * net/tramp.el (tramp-handle-file-accessible-directory-p): New defun.
5755
5756 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
5757 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
5758 * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
5759 for `file-accessible-directory-p'. (Bug#13275)
5760
5761 2012-12-27 Sam Steingold <sds@gnu.org>
5762
5763 * progmodes/cperl-mode.el (cperl-calculate-indent): Do not stagger
5764 continuations, see <http://stackoverflow.com/questions/3582436>.
5765
5766 2012-12-27 Dmitry Gutov <dgutov@yandex.ru>
5767
5768 * progmodes/ruby-mode.el (ruby-indent-beg-re): Only allow "class",
5769 "module" and "def" to have indentation before them.
5770 Regression from 2012-09-07T04:15:56Z!dgutov@yandex.ru (see the new test).
5771
5772 * progmodes/ruby-mode.el: Bump the version to 1.2 (Bug#13200).
5773
5774 2012-12-27 Alan Mackenzie <acm@muc.de>
5775
5776 Speed up fontification where there's large brace blocks.
5777 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Add a limit
5778 to a call of c-beginning-of-decl-1.
5779
5780 2012-12-27 Vitalie Spinu <spinuvit@gmail.com> (tiny change)
5781
5782 * comint.el (comint-adjust-window-point): New function.
5783 (comint-postoutput-scroll-to-bottom):
5784 Call comint-adjust-window-point (Bug#13248).
5785
5786 2012-12-26 Dmitry Gutov <dgutov@yandex.ru>
5787
5788 * progmodes/ruby-mode.el (auto-mode-alist): `purecopy' the
5789 Rakefile regexp.
5790 (auto-mode-alist): Associate .gemspec files with ruby-mode
5791 (https://bugs.ruby-lang.org/issues/5453).
5792
5793 2012-12-26 Jürgen Hötzel <juergen@archlinux.org>
5794
5795 * net/tramp-adb.el (tramp-adb-get-ls-command): New defun.
5796 Suppress coloring, if possible (required for BusyBox based systems like
5797 CyanogenMod).
5798 (tramp-adb-handle-file-attributes)
5799 (tramp-adb-handle-insert-directory)
5800 (tramp-adb-handle-file-name-all-completions): Use it.
5801 (tramp-adb-get-toolbox): New defun. Check for remote shell
5802 implementation (BusyBox or Toolbox).
5803
5804 2012-12-24 Constantin Kulikov <zxnotdead@gmail.com> (tiny change)
5805
5806 * startup.el (initial-buffer-choice): Allow function as value
5807 (Bug#13251).
5808 (command-line-1): Handle case where initial-buffer-choice
5809 specifies a function.
5810 * server.el (server-execute): Handle case where
5811 initial-buffer-choice specifies a function.
5812
5813 2012-12-24 Lars Ingebrigtsen <larsi@gnus.org>
5814
5815 * mail/smtpmail.el (smtpmail-try-auth-method): Refactored out into
5816 its own function.
5817 (smtpmail-try-auth-methods): Forget the user name/password if the
5818 login is unsuccessful (bug#12424).
5819
5820 2012-12-22 Michael Albinus <michael.albinus@gmx.de>
5821
5822 * notifications.el (notifications-notify): Protect body with
5823 `with-demoted-errors'.
5824
5825 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
5826 Check properties of remote device. Restart connection, if there is a
5827 change.
5828
5829 2012-12-21 Chong Yidong <cyd@gnu.org>
5830
5831 * sort.el (sort-subr): Doc fix (Bug#13056).
5832
5833 2012-12-21 Bastien Guerry <bzg@gnu.org>
5834
5835 * progmodes/etags.el (tags-search): Fix typo. Bug #13232.
5836
5837 2012-12-21 Michael Albinus <michael.albinus@gmx.de>
5838
5839 * simple.el (process-file): Overwrite stderr file, if exists.
5840
5841 2012-12-21 Daiki Ueno <ueno@gnu.org>
5842
5843 * epg.el (epg--start): Print GPG_AGENT_INFO in the debug buffer.
5844 (epg-error): Set `error-message' property.
5845
5846 2012-12-21 Chong Yidong <cyd@gnu.org>
5847
5848 * international/mule-cmds.el (read-char-by-name): Signal an error
5849 if the user does not supply a valid character (Bug#13177).
5850
5851 * simple.el (transpose-subr-1): Preserve marker positions by
5852 changing the insertion sequence (Bug#13122).
5853
5854 2012-12-21 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
5855
5856 * simple.el (kill-region): Deactivate mark even for empty regions
5857 (Bug#13169).
5858
5859 2012-12-21 Chong Yidong <cyd@gnu.org>
5860
5861 * help-fns.el (describe-variable): Make sure we get the right
5862 buffer name (Bug#13105). Suggested by Kelly Dean.
5863
5864 2012-12-20 Michael R. Mauger <mmaug@yahoo.com>
5865
5866 * comint.el (comint-redirect-previous-input-string): New variable.
5867 (comint-redirect-setup, comint-redirect-cleanup)
5868 (comint-redirect-preoutput-filter): Use it. Fixes redirection bug.
5869 (comint-redirect-preoutput-filter): Fix verbose message.
5870
5871 2012-12-20 Michael Albinus <michael.albinus@gmx.de>
5872
5873 * progmodes/grep.el (rgrep): Escape command line. Sometimes, it
5874 is too long for Tramp. See discussion in
5875 <http://thread.gmane.org/gmane.emacs.tramp/8233/focus=8244>.
5876
5877 * progmodes/compile.el (compilation-start): Remove line escape
5878 template.
5879
5880 2012-12-20 Dmitry Antipov <dmantipov@yandex.ru>
5881
5882 * vc/ediff-ptch.el (ediff-map-patch-buffer): Use `point-min-marker'.
5883 Adjust comment.
5884
5885 2012-12-19 Jonas Bernoulli <jonas@bernoul.li>
5886
5887 * emacs-lisp/lisp-mnt.el (lm-section-end): Always end before the
5888 following non-comment text (bug#13207).
5889 (lm-header-multiline): Continuation lines need to be indented more than
5890 the first line.
5891 (lm-homepage): New function.
5892 (lm-with-file): Don't be confused if narrowing is in effect.
5893
5894 2012-12-19 Stefan Monnier <monnier@iro.umontreal.ca>
5895
5896 * vc/diff-mode.el (diff-post-command-hook): Don't ignore changes at the
5897 very beginning of a hunk (e.g. killing the first line).
5898
5899 2012-12-19 Michael Albinus <michael.albinus@gmx.de>
5900
5901 * net/tramp-sh.el (tramp-sh-handle-file-acl): Delete empty lines
5902 and text properties from returned ACL string.
5903 (tramp-sh-handle-set-file-acl): Do not use additional parentheses
5904 for "setfacl" command.
5905
5906 2012-12-18 Michael Albinus <michael.albinus@gmx.de>
5907
5908 * net/tramp.el (tramp-error-with-buffer): Give a hint to use
5909 `tramp-cleanup-this-connection', when the process has died.
5910 (Bug#13151)
5911
5912 2012-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
5913
5914 * icomplete.el (icomplete-completions): Also use … to truncate prefix.
5915
5916 2012-12-17 Kevin Ryde <user42@zip.com.au>
5917
5918 * files.el (auto-save-file-name-p): Use \` and \' (bug#13186).
5919
5920 2012-12-17 Michael Albinus <michael.albinus@gmx.de>
5921
5922 Add support for preserving ACL entries of files.
5923
5924 * net/tramp.el (tramp-file-name-for-operation): Add `file-acl' and
5925 `set-file-acl' handlers.
5926
5927 * net/tramp-adb.el (tramp-adb-handle-copy-file):
5928 Handle PRESERVE-EXTENDED-ATTRIBUTES.
5929
5930 * net/tramp-compat.el (tramp-compat-copy-file):
5931 Handle PRESERVE-EXTENDED-ATTRIBUTES.
5932
5933 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
5934 Add `file-acl' and `set-file-acl' handlers.
5935 (tramp-gvfs-handle-copy-file):
5936 Handle PRESERVE-EXTENDED-ATTRIBUTES.
5937 (tramp-gvfs-handle-file-acl, tramp-gvfs-handle-set-file-acl):
5938 New defuns.
5939
5940 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
5941 Add `file-acl' and `set-file-acl' handlers.
5942 (tramp-remote-acl-p, tramp-sh-handle-file-acl)
5943 (tramp-sh-handle-set-file-acl): New defuns.
5944 (tramp-sh-handle-copy-file, tramp-do-copy-or-rename-file):
5945 Handle PRESERVE-EXTENDED-ATTRIBUTES.
5946
5947 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
5948 Add `file-acl' and `set-file-acl' handlers.
5949 (tramp-smb-handle-copy-file): Handle PRESERVE-EXTENDED-ATTRIBUTES.
5950
5951 2012-12-17 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
5952
5953 * help-macro.el (make-help-screen): Instead of switch-to-buffer
5954 use pop-to-buffer with NORECORD argument t. As buffer name, use
5955 *Metahelp* with a leading space (Bug#13190).
5956
5957 2012-12-16 Romain Francoise <romain@orebokech.com>
5958
5959 * files.el (file-extended-attributes)
5960 (set-file-extended-attributes): New functions.
5961 (backup-buffer): Use them to handle both SELinux context and ACL
5962 entries.
5963 (backup-buffer-copy): Work with an alist of extended attributes,
5964 rather than an SELinux context.
5965 (basic-save-buffer-2): Ditto.
5966
5967 2012-12-16 Timo Myyrä <timo.myyra@gmail.com>
5968
5969 * battery.el (battery-bsd-apm): New function.
5970
5971 2012-12-16 Jay Belanger <jay.p.belanger@gmail.com>
5972
5973 * calc/calc.el (calc-standard-date-formats): Adjust one of the
5974 standard date formats.
5975
5976 2012-12-15 Juri Linkov <juri@jurta.org>
5977
5978 * isearch.el (isearch-mode-map): Bind `C-x 8 RET' to
5979 `isearch-insert-char-by-name'.
5980 (with-isearch-suspended): New defmacro with body mostly from
5981 `isearch-edit-string' except the part that sets
5982 `isearch-new-string' and `isearch-new-message'.
5983 (isearch-edit-string): Use new macro `with-isearch-suspended' with
5984 body that sets `isearch-new-string' and `isearch-new-message'.
5985 (isearch-insert-char-by-name): New command.
5986 * international/mule-cmds.el (read-char-by-name): Let-bind
5987 `enable-recursive-minibuffers' to t.
5988 http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00234.html
5989
5990 2012-12-15 Juri Linkov <juri@jurta.org>
5991
5992 * isearch.el (isearch-delete-char, isearch-del-char): Doc fix.
5993 (Bug#13175)
5994
5995 2012-12-15 Christopher Schmidt <christopher@ch.ristopher.com>
5996
5997 * dired-x.el (dired-guess-shell-command): Put colon at the end of
5998 the prompt. (Bug#13045)
5999
6000 2012-12-14 Glenn Morris <rgm@gnu.org>
6001
6002 * emacs-lisp/macroexp.el (macroexp--warn-and-return):
6003 Try to include filename in non-bytecomp warning. (Bug#13132)
6004
6005 2012-12-14 Paul Eggert <eggert@cs.ucla.edu>
6006
6007 Fix permissions bugs with setgid directories etc. (Bug#13125)
6008 * files.el (backup-buffer): Don't rely on 9th output of
6009 file-attributes, as it's now a placeholder. Instead, use the new
6010 optional arg of file-ownership-preserved-p.
6011 (file-ownership-preserved-p): New optional arg GROUP.
6012 Fix mishandling of setuid directories that would cause this
6013 function to return t when it should have returned nil.
6014 Document what happens if the file does not exist, and when
6015 it's not known whether the ownership will be preserved.
6016 * net/tramp-sh.el (tramp-sh-handle-file-ownership-preserved-p):
6017 Likewise.
6018 (tramp-get-local-gid): Use group-gid for integer, as that's
6019 faster and more reliable.
6020
6021 2012-12-14 Julien Danjou <julien@danjou.info>
6022
6023 * progmodes/sql.el (sql-mode-postgres-font-lock-keywords):
6024 Update keywords list, data type and PL/pgSQL.
6025
6026 2012-12-14 Dave Abrahams <dave@boostpro.com>
6027
6028 * vc/ediff-util.el (ediff-buffer-type): New function.
6029 (ediff-clone-buffer-for-current-diff-comparison): Compute the buf-type
6030 rather than taking it as as argument.
6031 (ediff-inferior-compare-regions): Adjust calls accordingly (bug#11319).
6032
6033 2012-12-14 Ryan Crum <ryan.crum@eleostech.com>
6034
6035 * json.el: Add pretty-print option (bug#12634).
6036 (json-encoding-separator, json-encoding-default-indentation)
6037 (json--encoding-current-indentation, json-encoding-pretty-print)
6038 (json-encoding-lisp-style-closings): New vars.
6039 (json--with-indentation): New macro.
6040 (json-encode-hash-table, json-encode-alist, json-encode-plist)
6041 (json-encode-array): Use it to obey json-encoding-pretty-print.
6042 (json-pretty-print-buffer, json-pretty-print): New commands.
6043
6044 2012-12-14 Dmitry Gutov <dgutov@yandex.ru>
6045
6046 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
6047 Extract `ruby-syntax-propertize-expansions'.
6048 (ruby-syntax-propertize-expansions): Only change syntax on
6049 certain string delimiters, to punctuation. This way the common
6050 functions like forward-word and thing-at-point still work.
6051 (ruby-match-expression-expansion): Improve readability.
6052 (ruby-block-contains-point): New function.
6053 (ruby-add-log-current-method): Handle several edge cases.
6054
6055 2012-12-13 Juanma Barranquero <lekktu@gmail.com>
6056
6057 * emacs-lisp/edebug.el (edebug-unload-function): Make sure that
6058 unload-feature finishes even when aborting an ongoing edebug session.
6059 Also, do not worry about edebug-mode, unload-feature takes care of it.
6060
6061 2012-12-13 Andreas Schwab <schwab@suse.de>
6062
6063 * net/tls.el (tls-program): Update customize type.
6064
6065 2012-12-13 Juanma Barranquero <lekktu@gmail.com>
6066
6067 * emacs-lisp/edebug.el (edebug--require-cl-read): New function.
6068 (edebug-setup-hook, cl-read-load-hooks): Use it.
6069 (edebug-unload-function): New function. (Bug#13163)
6070
6071 2012-12-13 Michael Albinus <michael.albinus@gmx.de>
6072
6073 * net/tramp-adb.el (tramp-adb-file-name-p): Make it a defsubst.
6074 Otherwise, there could be errors in autoloading. (Bug#13151)
6075
6076 2012-12-13 Jürgen Hötzel <juergen@archlinux.org>
6077
6078 * net/tramp-adb.el (tramp-adb-wait-for-output): Remove spurious " ^H"
6079 sequences.
6080
6081 2012-12-13 Alan Mackenzie <acm@muc.de>
6082
6083 Make CC Mode not hang when _some_ lines end in CRLF. Bug #11841.
6084 * progmodes/cc-engine.el (c-backward-comments): Add code to work
6085 around `forward-comment' not recognizing ^M as whitespace.
6086
6087 2012-12-13 Fabián Ezequiel Gallina <fgallina@cuca>
6088
6089 * progmodes/python.el (python-skeleton-class)
6090 (python-skeleton-def): Do not add space after defun name.
6091
6092 2012-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
6093
6094 * emacs-lisp/cl.el (letf): Make it an alias of cl-letf.
6095 (cl--symbol-function): Remove (now that funbound is like nil).
6096
6097 2012-12-12 Glenn Morris <rgm@gnu.org>
6098
6099 * button.el (button--area-button-p): Fix typo.
6100
6101 2012-12-12 Sam Steingold <sds@gnu.org>
6102
6103 * frame.el (frame-maximization-style): New user option.
6104 (toggle-frame-maximized): Toggle frame maximization according to
6105 `frame-maximization-style', bound to <f11>.
6106 (cycle-frame-maximized): Cycle between all maximization styles and
6107 non-maximized frame, bound to shift-<f11>.
6108
6109 2012-12-12 David Cadé <codename68@gmail.com>
6110
6111 * mpc.el (mpc-format): Use truncate-string-to-width (bug#13143).
6112
6113 2012-12-12 Jonas Bernoulli <jonas@bernoul.li>
6114
6115 * lisp/emacs-lisp/eieio.el: Prettier object pretty-printing (bug#13115).
6116 (eieio-override-prin1): Don't quote kewords and booleans.
6117 (object-write) <eieio-default-superclass>: Don't put closing parens
6118 on new line, avoid needless empty lines, align values that are objects
6119 with the slot keyword (instead of beginning on the same line).
6120 (eieio-list-prin1): Align value with slot keyword; increase
6121 eieio-print-depth before printing members of the list.
6122
6123 2012-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
6124
6125 * mail/emacsbug.el (report-emacs-bug): Move the intangible text to
6126 a display text-property.
6127 (report-emacs-bug-hook): Don't bother deleting it any more.
6128
6129 * hilit-chg.el (highlight-save-buffer-state): Delete.
6130 Use with-silent-modifications instead.
6131 (hilit-chg-set-face-on-change): Only fixup the text that's modified.
6132
6133 * button.el: Handle buttons in display text-properties.
6134 (button--area-button-p, button--area-button-string):
6135 Use (STRING . STRING-POS) representation instead of just STRING.
6136
6137 2012-12-11 Eli Zaretskii <eliz@gnu.org>
6138
6139 * makefile.w32-in (compile4-SH): Fix a typo that caused term
6140 subdirectory be skipped.
6141
6142 2012-12-11 Glenn Morris <rgm@gnu.org>
6143
6144 * net/rcirc.el (rcirc-urls, rcirc-condition-filter): Doc fixes.
6145
6146 * progmodes/f90.el (f90-line-continued, f90-indent-region):
6147 Treat preprocessor lines embedded in continuations like comments.
6148 (f90-indent-line): Special-case preprocessor lines. (Bug#13138)
6149
6150 2012-12-11 Jay Belanger <jay.p.belanger@gmail.com>
6151
6152 * calc/calc.el (calc-standard-date-formats): Add more date
6153 formats.
6154 * calc/calc-forms.el (math-parse-iso-date): New function.
6155 (math-parse-date): Use `math-parse-iso-date' when appropriate.
6156 (math-parse-iso-date-validate): Add extra error checking.
6157 (calc-date-notation): Add ability to access new date formats.
6158
6159 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
6160
6161 * hi-lock.el (hi-lock--regexps-at-point): Fix boundary case for
6162 font-lock as well as when there's no text-property.
6163
6164 2012-12-10 Jambunathan K <kjambunathan@gmail.com>
6165
6166 * hi-lock.el: Refine the choice of default face.
6167 (hi-lock-keyword->face): New function. Use it wherever we used
6168 cadadadr instead.
6169 (hi-lock--regexps-at-point): Ignore faces that can't come from hi-lock.
6170 (hi-lock--last-face): Remove var.
6171 (hi-lock--unused-faces): New var to replace it.
6172 (hi-lock-read-face-name): Use/maintain it.
6173 (hi-lock-unface-buffer): Maintain it. Fix error for the C-u case.
6174 (hi-lock-set-pattern): Ignore new rule if it has the same regexp even
6175 if it has another face.
6176
6177 2012-12-10 Eli Zaretskii <eliz@gnu.org>
6178
6179 * subr.el (w32notify-handle-event): New function.
6180 (inotify-handle-event): Doc fix.
6181
6182 2012-12-10 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
6183
6184 * subr.el (inotify-event-p, inotify-handle-event): New functions.
6185
6186 2012-12-10 Dani Moncayo <dmoncayo@gmail.com>
6187
6188 * simple.el (just-one-space): Doc fix.
6189
6190 2012-12-10 Eli Zaretskii <eliz@gnu.org>
6191
6192 * textmodes/texinfo.el (texinfo-enable-quote-envs): Add "smallexample".
6193
6194 2012-12-10 Le Wang <l26wang@gmail.com>
6195
6196 * hilit-chg.el (hilit-chg-set-face-on-change): Don't burp in
6197 narrowed buffer (bug#12361).
6198
6199 2012-12-10 Juanma Barranquero <lekktu@gmail.com>
6200
6201 * vc/vc-hooks.el (vc-state): Doc fix.
6202
6203 2012-12-10 Glenn Morris <rgm@gnu.org>
6204
6205 * mail/rmail.el (rmail-maybe-display-summary):
6206 Preserve buffer, in case select-window changes it. (Bug#13066)
6207
6208 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
6209
6210 * emacs-lisp/cl.el, emacs-lisp/cl-lib.el: Move cl-unload-function and
6211 cl-load-hook where they belong.
6212
6213 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
6214
6215 * emacs-lisp/cl-lib.el (cl-declaim): Paren typo.
6216
6217 2012-12-09 Eli Zaretskii <eliz@gnu.org>
6218
6219 Parallelize byte compilation on MS-Windows.
6220 * makefile.w32-in (WINS_BASIC1, WINS_BASIC2, WINS_BASIC3)
6221 (WINS_BASIC4): New variables, subdivide subdirectories into 4 parts.
6222 (WINS_BASIC): Define as concatenation of the above.
6223 (compile): Subdivide into 4 separate and independent jobs that can
6224 be run in parallel.
6225 (compile0-CMD, compile0-SH): New targets for compiling
6226 COMPILE_FIRST files, which are prerequisites for the rest of the
6227 byte-compilation.
6228 (compile1-CMD, compile2-CMD, compile3-CMD, compile4-CMD):
6229 New targets for parallel compilation with cmd.exe.
6230 (compile1-SH, compile2-SH, compile3-SH, compile4-SH): Ditto for
6231 compiling under a Unixy shell.
6232
6233 2012-12-09 Chong Yidong <cyd@gnu.org>
6234
6235 * simple.el (set-mark-default-inactive): Delete this
6236 accidentally-introduced option.
6237 (set-mark-command, exchange-point-and-mark): Remove calls.
6238
6239 2012-12-09 Glenn Morris <rgm@gnu.org>
6240
6241 * emacs-lisp/lisp-mode.el (eval-defun-1): Doc fix.
6242 Respect a defcustom's :set function, if appropriate. (Bug#109)
6243 (eval-defun): Doc fix.
6244
6245 2012-12-08 Juri Linkov <juri@jurta.org>
6246
6247 * info.el (Info-copy-current-node-name, Info-breadcrumbs)
6248 (Info-fontify-node, Info-bookmark-make-record): Remove the
6249 file extension from Info-current-file (Bug#13016).
6250
6251 2012-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
6252
6253 * hi-lock.el (hi-lock-unface-buffer): If there's no matching regexp at
6254 point, still provide some default.
6255 (hi-lock--regexps-at-point): Don't enforce a "hi-lock-" prefix on face
6256 names, since we don't use it right now. Actually return the list.
6257 (hi-lock-file-patterns, hi-lock-interactive-patterns): Use defvar-local.
6258
6259 2012-12-07 Chong Yidong <cyd@gnu.org>
6260
6261 * novice.el (disabled-command-function): Remove a spurious help
6262 xref (Bug#13043). Suggested by Kelly Dean.
6263
6264 * subr.el (text-clone-maintain): Fix clone overlay deletion when a
6265 syntax is specified (Bug#13025).
6266
6267 * info.el (Info-set-mode-line): Remove the file extension from
6268 Info-current-file if there is one (Bug#13016).
6269
6270 2012-12-07 Glenn Morris <rgm@gnu.org>
6271
6272 * mail/rmail.el (rmail-mime-decoded): New permanent local.
6273 (rmail-show-message-1): Set rmail-mime-decoded when appropriate.
6274 * mail/rmailedit.el (rmail-cease-edit): Respect rmail-mbox-format
6275 and rmail-mime-decoded. (Bug#9841)
6276
6277 * mail/unrmail.el (unrmail-mbox-format): New option. (Bug#6574)
6278 (batch-unrmail, unrmail): Doc fixes.
6279 (unrmail): Respect unrmail-mbox-format.
6280 * mail/rmail.el (rmail-mbox-format): New option.
6281 (rmail-show-message-1): Respect rmail-mbox-format.
6282
6283 2012-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
6284
6285 * emacs-lisp/cl-macs.el (cl-tagbody): New macro.
6286
6287 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
6288
6289 Further cleanup of the "cl-" namespace. Fit CL in 80 columns.
6290 * emacs-lisp/cl-macs.el (cl--pop2, cl--optimize-safety)
6291 (cl--optimize-speed, cl--not-toplevel, cl--parse-loop-clause)
6292 (cl--expand-do-loop, cl--proclaim-history, cl--declare-stack)
6293 (cl--do-proclaim, cl--proclaims-deferred): Rename from the "cl-" prefix.
6294 (cl-progv): Don't rely on dynamic scoping to find the body.
6295 * emacs-lisp/cl-lib.el (cl--optimize-speed, cl--optimize-safety)
6296 (cl--proclaims-deferred): Rename from the "cl-" prefix.
6297 (cl-declaim): Use backquotes.
6298 * emacs-lisp/cl-extra.el (cl-make-random-state, cl-random-state-p):
6299 Use "cl--" prefix for the object's tag.
6300
6301 * ses.el: Use advice-add/remove.
6302 (ses--advice-copy-region-as-kill, ses--advice-yank): New functions.
6303 (copy-region-as-kill, yank): Use advice-add.
6304 (ses-unload-function): Use advice-remove.
6305
6306 2012-12-06 Jonas Bernoulli <jonas@bernoul.li>
6307
6308 * button.el: Make them work in header-lines (bug#12817).
6309 (button-map): Add bindings for header-line and mode-line use.
6310 (button-get, button-put, button-label): `button' may now be a string.
6311 (button-activate): Don't make it a defsubst.
6312 (button--area-button-p, button--area-button-string): New functions.
6313 (make-text-button): Fix the return value when `beg' was a string.
6314 (push-button): Handle the mode-line case.
6315
6316 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
6317
6318 * progmodes/sql.el: Use cl-lib and lexical-binding; various cleanup.
6319 (sql-signum): Remove. Use `cl-signum' instead.
6320 (sql-read-passwd): Remove; use read-passwd instread.
6321 (sql-get-login-ext): Use read-string.
6322 (sql-get-login): Use dolist and pcase.
6323 (sql--completion-table): Rename from sql-try-completion.
6324 Use complete-with-action.
6325 (sql-mode): Don't change abbrev-all-caps globally.
6326 (sql-connect): Don't rely on dynamic scoping for `new-name'.
6327 (sql-postgres-completion-object): Initialize vars in their `let'.
6328 (sql-comint-sybase, sql-comint-sqlite, sql-comint-mysql)
6329 (sql-comint-solid, sql-comint-ms, sql-comint-postgres)
6330 (sql-comint-interbase): Use a single append, without setq.
6331 (sql-comint-linter): Same, and unwind-protect the LINTER_MBX var.
6332
6333 * hi-lock.el: Rework the default face and the serialize regexp code.
6334 (hi-lock--auto-select-face-defaults): Remove.
6335 (hi-lock-string-serialize-serial): Remove.
6336 (hi-lock--hashcons-hash): Rename from hi-lock-string-serialize-hash;
6337 make weak.
6338 (hi-lock--hashcons): Rename from hi-lock-string-serialize, return an
6339 equal string.
6340 (hi-lock-set-pattern): Adjust accordingly.
6341 (hi-lock--regexps-at-point): Simplify accordingly.
6342 (hi-lock--auto-select-face-defaults): Remove.
6343 (hi-lock--last-face): New var to replace it.
6344 (hi-lock-read-face-name): Rewrite (bug#11095).
6345 (hi-lock-unface-buffer): Arrange for the face to be the next default.
6346
6347 2012-12-06 Michael Albinus <michael.albinus@gmx.de>
6348
6349 * net/tramp.el (tramp-replace-environment-variables):
6350 Hide compiler warning.
6351 (tramp-file-name-for-operation): Remove `executable-find',
6352 `start-process', `call-process' and `call-process-region'.
6353
6354 * net/tramp-compat.el (top): Don't require 'tramp-util and 'tramp-vc.
6355
6356 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Ensure backward
6357 compatibility.
6358
6359 * net/tramp-sh.el (top): Remove `tramp-sh-handle-call-process-region'.
6360
6361 2012-12-06 Chong Yidong <cyd@gnu.org>
6362
6363 * ffap.el (ffap-replace-file-component): Fix typo.
6364
6365 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
6366
6367 * progmodes/octave-mod.el (octave-mark-block): Move out of tokens and
6368 fix open-paren-like token test (bug#12785).
6369
6370 2012-12-06 Glenn Morris <rgm@gnu.org>
6371
6372 * mail/rmailsum.el (rmail-new-summary): Tweak for
6373 rmail-maybe-display-summary changing buffer. (Bug#13066)
6374
6375 2012-12-06 Juri Linkov <juri@jurta.org>
6376
6377 * info.el (Info-fontify-node): Don't hide the last newline.
6378 (Bug#12272)
6379
6380 2012-12-06 Katsumi Yamaoka <yamaoka@jpl.org>
6381
6382 * mail/mailabbrev.el (mail-abbrev-expand-wrapper): Work in minibuffer
6383 so as to enable message-read-from-minibuffer to expand mail aliases.
6384
6385 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
6386
6387 * minibuf-eldef.el (minibuf-eldef-update-minibuffer): Don't mess with
6388 the `intangible' property.
6389 Suggested by Christopher Schmidt <christopher@ch.ristopher.com>
6390
6391 2012-12-05 Deniz Dogan <deniz@dogan.se>
6392
6393 * net/rcirc.el (rcirc-urls): Update documentation.
6394 (rcirc-condition-filter): New function.
6395 (rcirc-browse-url, rcirc-markup-urls): Use only URLs before point
6396 and exclude consecutive duplicate URLs (Bug#6082).
6397
6398 2012-12-05 Michael Albinus <michael.albinus@gmx.de>
6399
6400 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
6401 Check return code of copy command.
6402
6403 * net/tramp-adb.el (tramp-adb-sdk-dir, tramp-adb-prompt):
6404 Use group `tramp'. Add version.
6405
6406 2012-12-05 Chong Yidong <cyd@gnu.org>
6407
6408 * ffap.el (ffap-url-regexp): Don't require matching at front of
6409 string (Bug#4952).
6410 (ffap-url-p): If only a substring matches, return that.
6411 (ffap-url-at-point): Use the return value of ffap-url-p.
6412 (ffap-read-file-or-url, ffap-read-file-or-url-internal)
6413 (find-file-at-point, dired-at-point, dired-at-point-prompter)
6414 (ffap-guess-file-name-at-point): Likewise.
6415 (ffap-replace-file-component): Fix typo.
6416
6417 * info.el (info-display-manual): Add existing Info buffers, whose
6418 files may not be in Info-directory-list, to the completion.
6419 (info--manual-names): New helper function.
6420
6421 2012-12-05 Glenn Morris <rgm@gnu.org>
6422
6423 * vc/vc-hg.el (vc-hg-resolve-when-done, vc-hg-find-file-hook):
6424 New functions, for detecting and resolving conflicts. (Bug#10709)
6425
6426 2012-12-04 Jambunathan K <kjambunathan@gmail.com>
6427
6428 * hi-lock.el (hi-lock-auto-select-face): New user variable.
6429 (hi-lock-auto-select-face-defaults): New buffer local variable.
6430 (hi-lock-read-face-name): Honor `hi-lock-auto-select-face'.
6431 (hi-lock-unface-buffer): Prompt user with useful defaults.
6432 With prefix arg, unhighlight all hi-lock patterns in buffer.
6433
6434 2012-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
6435
6436 * obsolete/terminal.el, obsolete/longlines.el: Add obsolecence info.
6437
6438 2012-12-04 Michael Albinus <michael.albinus@gmx.de>
6439
6440 * Makefile.in (TRAMP_SRC):
6441 * makefile.w32-in (TRAMP_SRC): Add tramp-adb.el.
6442
6443 2012-12-04 Juergen Hoetzel <juergen@archlinux.org>
6444
6445 * net/tramp-adb.el: New package.
6446
6447 2012-12-04 Chong Yidong <cyd@gnu.org>
6448
6449 * terminal.el: Move to obsolete/.
6450
6451 * longlines.el: Move to obsolete/.
6452
6453 * vc/ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
6454 Remove code referring to longlines mode.
6455
6456 2012-12-03 Juri Linkov <juri@jurta.org>
6457
6458 * sort.el (delete-duplicate-lines): New command. (Bug#13032)
6459
6460 2012-12-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
6461
6462 * textmodes/ispell.el (ispell-init-process)
6463 (ispell-start-process, ispell-internal-change-dictionary):
6464 Make sure personal dictionary name is expanded after initial
6465 `default-directory' value. Use expanded strings for
6466 keep/restart checks and for value (Bug#13019).
6467
6468 2012-12-03 Jay Belanger <jay.p.belanger@gmail.com>
6469
6470 * calc/calc-forms.el (math-date-to-iso-dt): Fix weekday number.
6471
6472 2012-12-03 Leo Liu <sdl.web@gmail.com>
6473
6474 * files.el (dir-locals-read-from-file): Check file non-empty
6475 before reading. (Bug#13038)
6476
6477 2012-12-03 Glenn Morris <rgm@gnu.org>
6478
6479 * jka-cmpr-hook.el (jka-compr-get-compression-info):
6480 Remove any version extension before checking filename. (Bug#13006)
6481 (jka-compr-compression-info-list): Belated :version bump.
6482
6483 2012-12-03 Chong Yidong <cyd@gnu.org>
6484
6485 * simple.el (transient-mark-mode): Doc fix (Bug#11523).
6486
6487 * buff-menu.el (Buffer-menu-delete-backwards, Buffer-menu-mode)
6488 (buffer-menu): Doc fix (Bug#12294).
6489
6490 2012-12-03 Roland Winkler <winkler@gnu.org>
6491
6492 * calendar/diary-lib.el (diary-header-line-format): Use keybinding
6493 of diary-show-all-entries in the diary buffer (Bug#12994).
6494
6495 2012-12-03 Michael Albinus <michael.albinus@gmx.de>
6496
6497 * net/tramp-sh.el (tramp-perl-encode): Use "read STDIN" instead of
6498 "<STDIN>". This is binary safe.
6499
6500 2012-12-03 Jay Belanger <jay.p.belanger@gmail.com>
6501
6502 * calc/calc-forms.el (math-absolute-from-iso-dt)
6503 (math-date-to-iso-dt, math-parse-iso-date-validate)
6504 (math-iso-dt-to-date): New functions.
6505 (math-fd-iso-dt, math-fd-isoyear, math-fd-isoweek)
6506 (math-fd-isoweekday): New variables.
6507 (calc-date-notation, math-parse-standard-date, math-format-date)
6508 (math-format-date-part): Add support for more formatting codes.
6509
6510 2012-12-02 Dmitry Gutov <dgutov@yandex.ru>
6511
6512 * vc/vc.el (vc-delete-file, vc-rename-file): Default to the
6513 current buffer's file name when called interactively (Bug#12488).
6514
6515 2012-12-02 Juri Linkov <juri@jurta.org>
6516
6517 * info.el (info-display-manual): Don't clobber an existing Info
6518 buffer (Bug#10770). Add completion (Bug#10771).
6519
6520 2012-12-01 Yuya Nishihara <yuya@tcha.org> (tiny change)
6521
6522 * vc/vc-hooks.el (vc-find-file-hook): Expand buffer-file-truename
6523 before using it for comparison (Bug#5297).
6524
6525 2012-12-01 Jari Aalto <jari.aalto@cante.net>
6526
6527 * textmodes/css-mode.el (css-current-defun-name): New function.
6528 (css-mode): Use it.
6529
6530 * textmodes/sgml-mode.el (html-current-defun-name): New function.
6531 (html-mode): Use it.
6532
6533 2012-12-01 Chong Yidong <cyd@gnu.org>
6534
6535 Modularize add-log-current-defun (Bug#2224).
6536 Suggested by Jari Aalto.
6537
6538 * vc/add-log.el (add-log-current-defun-function): Doc fix.
6539 (add-log-current-defun): Move mode-specific code to other files.
6540 (add-log-lisp-like-modes, add-log-c-like-modes)
6541 (add-log-tex-like-modes): Variables deleted.
6542
6543 * emacs-lisp/lisp-mode.el (lisp-current-defun-name): New.
6544 (lisp-mode-variables): Use it.
6545
6546 * progmodes/cc-mode.el (c-common-init):
6547 * progmodes/cperl-mode.el (cperl-mode): Set a value for
6548 add-log-current-defun-function.
6549
6550 * progmodes/m4-mode.el (m4-current-defun-name): New function.
6551 (m4-mode): Use it.
6552
6553 * progmodes/perl-mode.el (perl-current-defun-name): New.
6554 (perl-mode): Use it.
6555
6556 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
6557 Use lisp-current-defun-name.
6558
6559 * textmodes/tex-mode.el (tex-current-defun-name): New.
6560 (tex-common-initialization): Use it.
6561
6562 * textmodes/texinfo.el (texinfo-current-defun-name): New.
6563 (texinfo-mode): Use it.
6564
6565 2012-12-01 Chong Yidong <cyd@gnu.org>
6566
6567 * emacs-lisp/lisp-mode.el (lisp-mode-variables, lisp-mode):
6568 * progmodes/autoconf.el (autoconf-mode):
6569 * progmodes/js.el (js-mode):
6570 * progmodes/make-mode.el (makefile-mode, makefile-makepp-mode)
6571 (makefile-bsdmake-mode, makefile-imake-mode, makefile-browse):
6572 * progmodes/perl-mode.el (perl-mode):
6573 * progmodes/sh-script.el (sh-mode, sh-set-shell):
6574 * textmodes/css-mode.el (css-mode):
6575 * textmodes/sgml-mode.el (html-mode, sgml-mode)
6576 (sgml-tags-invisible, sgml-guess-indent):
6577 * textmodes/tex-mode.el (tex-common-initialization)
6578 (latex-complete-bibtex-keys, tex-shell, tex-main-file)
6579 (doctex-mode, plain-tex-mode, latex-mode):
6580 * textmodes/texinfo.el (texinfo-mode): Use setq-local.
6581
6582 2012-12-01 Kirk Kelsey <kirk.kelsey@0x4b.net>
6583
6584 * vc/vc-hg.el (vc-hg-next-revision):
6585 Ensure use of default "tip" output format. (Bug#6968)
6586
6587 2012-12-01 Kim F. Storm <storm@cua.dk>
6588
6589 * startup.el (fancy-startup-tail): Add a clickable link
6590 (Bug#2176).
6591
6592 2012-12-01 Chong Yidong <cyd@gnu.org>
6593
6594 * startup.el (fancy-startup-tail): Improve the message about
6595 auto-save files (Bug#2176).
6596
6597 * files.el (recover-session): Improve the descriptive message, and
6598 use substitute-command-keys.
6599
6600 2012-12-01 Glenn Morris <rgm@gnu.org>
6601
6602 * ido.el (ido-file-internal):
6603 Handle other-window, other-frame for dired. (Bug#13036)
6604
6605 2012-11-30 Glenn Morris <rgm@gnu.org>
6606
6607 * icomplete.el (icomplete-separator): Fix :version.
6608
6609 2012-11-30 Chong Yidong <cyd@gnu.org>
6610
6611 * shell.el (shell): For C-u M-x shell, use an inactive shell
6612 buffer as the default (Bug#1975).
6613 (shell-apply-ansi-color, shell-reapply-ansi-color): New functions.
6614 (shell-mode): Use them to reapply ansi colorization if Shell mode
6615 is re-enabled.
6616
6617 2012-11-30 Yuriy Vostrikov <delamonpansie@gmail.com> (tiny change)
6618
6619 * vc/vc-git.el (vc-git-command): Disable the pager (Bug#6137).
6620
6621 2012-11-30 Samuel Bronson <naesten@gmail.com>
6622
6623 * progmodes/grep.el (grep-compute-defaults): Do not pass the -e
6624 flag to xargs, for compatibility with BSD xargs (Bug#11703).
6625
6626 2012-11-30 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
6627
6628 * textmodes/fill.el (fill-region-as-paragraph): Handle overshoot
6629 by move-to-column (Bug#3234).
6630
6631 2012-11-30 Chong Yidong <cyd@gnu.org>
6632
6633 * longlines.el (longlines-wrap-line, longlines-encode-region):
6634 Preserve text properties (Bug#1425).
6635
6636 2012-11-30 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
6637
6638 * vc/vc.el (vc-register): Allow registering a file which is
6639 already registered with a different backend (Bug#10589).
6640
6641 2012-11-29 Jambunathan K <kjambunathan@gmail.com>
6642 Stefan Monnier <monnier@iro.umontreal.ca>
6643
6644 * icomplete.el: Change separator; add ido-style commands.
6645 (icomplete-show-key-bindings): Remove custom var.
6646 (icomplete-get-keys): Remove function.
6647 (icomplete-forward-completions, icomplete-backward-completions):
6648 New commands.
6649 (icomplete-minibuffer-map): New var.
6650 (icomplete-minibuffer-setup): Use it.
6651 (icomplete-exhibit): Don't delay if the list of completions is known.
6652 (icomplete-separator): New custom.
6653 (icomplete-completions): Use it.
6654 * minibuffer.el (completion-all-sorted-completions): Delete duplicates.
6655 (minibuffer-force-complete-and-exit): New command.
6656 (minibuffer--complete-and-exit): New function extracted from
6657 minibuffer-complete-and-exit.
6658 (minibuffer-complete-and-exit): Use it.
6659
6660 * progmodes/etags.el (visit-tags-table-buffer): Give a more precise
6661 error message when the file doesn't exist (bug#12974).
6662
6663 2012-11-29 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
6664
6665 * simple.el (activate-mark): Run activate-mark-hook (bug#13027).
6666
6667 2012-11-29 Glenn Morris <rgm@gnu.org>
6668
6669 * files.el (hack-dir-local-variables): Warn if try to set
6670 coding via dir-locals, since it doesn't work. (Bug#7169)
6671
6672 Add desktop support for restoring vc-dir buffers. (Bug#10606)
6673 * vc/vc-dir.el (vc-dir-mode): Autoload it (for desktop restore).
6674 Set buffer-local value of desktop-save-buffer.
6675 (vc-dir-desktop-buffer-misc-data, vc-dir-restore-desktop-buffer):
6676 New functions.
6677 (desktop-buffer-mode-handlers): Add vc-dir-mode entry.
6678 * desktop.el (desktop-save-buffer-p): Treat vc-dir like dired.
6679
6680 * files.el (inhibit-local-variables-ignore-case): New. (Bug#10610)
6681 (inhibit-local-variables-p): Use inhibit-local-variables-ignore-case.
6682 Doc fix.
6683 (inhibit-local-variables-regexps, inhibit-local-variables-suffixes):
6684 Doc fixes.
6685
6686 2012-11-28 Jay Belanger <jay.p.belanger@gmail.com>
6687
6688 * calc/calc-forms.el (calc-date-notation): Fix regexp
6689 used to find time codes. Fix symbol for seconds.
6690
6691 2012-11-27 Glenn Morris <rgm@gnu.org>
6692
6693 * emacs-lisp/derived.el (derived-mode-make-docstring):
6694 Don't mention "abbrev" or "syntax" if nil. (Bug#11277)
6695
6696 2012-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
6697
6698 * textmodes/table.el (table-insert): Don't use `symbol-name' on
6699 lexically scoped variables (bug#13005).
6700
6701 2012-11-27 Glenn Morris <rgm@gnu.org>
6702
6703 * vc/vc-hooks.el (vc-mistrust-permissions):
6704 Default to t, to avoid data-loss. (Bug#11490)
6705
6706 2012-11-27 Fabián Ezequiel Gallina <fgallina@cuca>
6707
6708 * progmodes/python.el (python-indent-guess-indent-offset):
6709 If indentation is guessed make python-indent-offset buffer-local.
6710
6711 Fix Imenu regression.
6712 * progmodes/python.el (python-nav-beginning-of-defun):
6713 Fix forward movement when statement(s) separates point from defun.
6714 (python-imenu-prev-index-position): New function.
6715
6716 2012-11-27 Eli Zaretskii <eliz@gnu.org>
6717
6718 * subr.el (buffer-file-type): Declare with defvar-local. Doc fix.
6719
6720 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
6721 Don't set buffer-file-type. Return nil. (Bug#12989)
6722
6723 2012-11-27 Glenn Morris <rgm@gnu.org>
6724
6725 * hippie-exp.el (hippie-expand-try-functions-list):
6726 Re-autoload it. (Bug#12982)
6727
6728 2012-11-27 Eli Zaretskii <eliz@gnu.org>
6729
6730 * descr-text.el (describe-char-padded-string):
6731 Call internal-char-font only on GUI frames. (Bug#11964)
6732
6733 2012-11-27 Andreas Schwab <schwab@linux-m68k.org>
6734
6735 * buff-menu.el (Buffer-menu-buffer+size-width): Fix customize type
6736 and obsoletion message.
6737
6738 2012-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
6739
6740 * emacs-lisp/cl-macs.el (cl--transform-lambda): Add back `declare' in
6741 the constructs to keep outside of the `cl-block' (bug#12977).
6742
6743 2012-11-27 Chong Yidong <cyd@gnu.org>
6744
6745 * mouse.el (mouse-drag-line): Even if the line is not draggable,
6746 keep reading until we get the up-event anyway, in order to process
6747 the up-event for mouse-1-click-follows-link (Bug#12971).
6748
6749 2012-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
6750
6751 * emacs-lisp/advice.el (ad-should-compile): Don't compile advice if the
6752 base function is not yet defined (bug#12965).
6753 (ad-activate-advised-definition): Use ad-compile-function.
6754 (ad-activate): Use cond.
6755
6756 2012-11-25 Leo Liu <sdl.web@gmail.com>
6757
6758 * textmodes/sgml-mode.el (sgml-tag): Fix indentation for closing tag.
6759 (Bug#12979)
6760
6761 2012-11-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
6762
6763 * textmodes/reftex-parse.el (reftex-parse-from-file): Use variable
6764 reftex-section-info-function in order to be compatible with
6765 Texinfo integration.
6766
6767 * textmodes/reftex.el (reftex-section-pre-regexp)
6768 (reftex-section-post-regexp, reftex-section-info-function):
6769 New variable.
6770 (reftex-compile-variables): Use variables reftex-section-pre-regexp,
6771 reftex-section-post-regexp, and reftex-section-info-function in order
6772 to be compatible with Texinfo integration.
6773
6774 * textmodes/reftex-toc.el (reftex-toc-promote-action):
6775 use reftex-section-pre-regexp variable in order to be compatible with
6776 Texinfo integration.
6777
6778 2012-11-25 Chong Yidong <cyd@gnu.org>
6779
6780 * faces.el: Make face-spec-set more analogous to setq.
6781 (face-spec-set): Change the third arg to specify whether this
6782 function is being called via defface, customize, or a third party.
6783 Set the appropriate symbol properties. Clear the override spec if
6784 setting via Custom. Initialize face if necessary. (Bug#4988)
6785 (face-spec-recalc): Allow theme faces to completely replace the
6786 defface spec, in the same way as custom faces (Bug#8454).
6787
6788 * cus-face.el (custom-declare-face): Move face initialization to
6789 face-spec-set.
6790 (custom-theme-set-faces): Don't initialize the face name here, as
6791 that is now done in face-spec-set.
6792
6793 * cus-edit.el (custom-face-set, custom-face-mark-to-save)
6794 (custom-face-reset-saved, custom-face-mark-to-reset-standard):
6795 Simplify by using the new arg to face-spec-set.
6796
6797 * emacs-lisp/lisp-mode.el (eval-defun-1): When evaluating defface,
6798 reset face-override-spec too, and use custom-declare-face.
6799
6800 2012-11-24 Jan Djärv <jan.h.d@swipnet.se>
6801
6802 * term/ns-win.el (ns-initialize-window-system): Move creation of
6803 fontsets here (Bug#11964).
6804
6805 2012-11-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
6806
6807 * ses.el (ses-rename-cell): Correct bug on mode-line update after
6808 cell renaming.
6809
6810 2012-11-24 Chong Yidong <cyd@gnu.org>
6811
6812 * woman.el (woman-default-faces, woman-monochrome-faces): Mark as
6813 obsolete.
6814
6815 * custom.el (custom-theme-set-variables): Use a topological sort
6816 for ordering by custom dependencies (Bug#12952).
6817 (custom--sort-vars, custom--sort-vars-1): New functions.
6818
6819 2012-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
6820
6821 * emacs-lisp/bytecomp.el (byte-compile-file): Setup default value for
6822 lexical-binding (bug#12938).
6823
6824 2012-11-24 Wolfgang Jenkner <wjenkner@inode.at>
6825
6826 * image-mode.el (image-transform-check-size): Use assertions only
6827 for images of type imagemagick.
6828
6829 Otherwise no error, image-transform-fit-to-{width,height} is
6830 silently ignored, as before. Doc fix.
6831
6832 2012-11-24 Chong Yidong <cyd@gnu.org>
6833
6834 * faces.el (color-defined-p): Doc fix (Bug#12853).
6835
6836 2012-11-24 Juri Linkov <juri@jurta.org>
6837
6838 * dired.el (dired-mark): Add optional arg `interactive'.
6839 Check for `use-region-p' if `interactive' is non-nil.
6840 (dired-unmark, dired-flag-file-deletion): Add optional arg
6841 `interactive'. Call `dired-mark' with the arg `interactive'.
6842 (Bug#10624)
6843
6844 * wdired.el: Revert 2012-10-17 change partly and replace it with
6845 Patch by Christopher Schmidt <christopher@ch.ristopher.com>.
6846 (wdired-finish-edit): Add marks for new file names to
6847 `wdired-old-marks'. Restore marks using `dired-mark-remembered'
6848 after `revert-buffer'.
6849 (wdired-do-renames): Remove calls to `dired-remove-file',
6850 `dired-add-file', `dired-add-entry'. (Bug#11795)
6851
6852 2012-11-24 Alan Mackenzie <acm@muc.de>
6853
6854 * progmodes/cc-defs.el (c-version): Bump to 5.32.4.
6855
6856 Fix bugs in the state cache. Enhance a debugging mechanism.
6857 * progmodes/cc-engine.el (c-parse-state-get-strategy): Don't use
6858 "brace at column zero" strategy for C++.
6859 (c-append-lower-brace-pair-to-state-cache): Repair algorithm.
6860 (c-parse-state-point): New variable.
6861 (c-record-parse-state-state): Record old parse state with
6862 `copy-tree'. Record previous value of point.
6863 (c-debug-parse-state-double-cons): New debugging function.
6864 (c-debug-parse-state): Call the above new function.
6865 (c-toggle-parse-state-debug): Output a confirmatory message.
6866
6867 * progmodes/cc-mode.el (c-before-change, c-after-change):
6868 Call c-invalidate-state-cache from `c-before-change' instead of
6869 `c-after-change'.
6870
6871 2012-11-23 Chong Yidong <cyd@gnu.org>
6872
6873 * find-cmd.el (find-constituents): Add executable, ipath,
6874 readable, samefile, writable, daystart, regextype (Bug#12856).
6875
6876 2012-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
6877
6878 * emacs-lisp/ert.el, emacs-lisp/ert-x.el: Use cl-lib and lexical-binding.
6879
6880 2012-11-22 Paul Eggert <eggert@cs.ucla.edu>
6881
6882 * calc/calc.el (calc-gregorian-switch): Move to after calc-refresh
6883 definition. This fixes a bootstrap failure.
6884 (calc-gregorian-switch): In menu, put dates before regions.
6885 This is easier to follow, lines up better in the menu, and lets us
6886 coalesce regions that switch at the same time. Give country
6887 names, not "Vatican", as that's better for non-expert users.
6888 Use names that are stable between the date of switch and now, e.g.,
6889 Bohemia and Moravia (which existed then and now) and not
6890 Czechoslovakia (which didn't exist then and doesn't exist now).
6891 What is now the U.S. mostly did not switch at the same time as
6892 Britain, so omit the U.S. Correct spelling of "Britain".
6893 Catholic Switzerland was too much of a mess, so omit it.
6894
6895 2012-11-22 Jay Belanger <jay.p.belanger@gmail.com>
6896
6897 * calc/calc.el (calc-gregorian-switch): Refresh the Calc buffer
6898 after the variable is changed.
6899
6900 2012-11-21 Daniel Colascione <dancol@dancol.org>
6901
6902 * progmodes/sql.el (sql-mode-font-lock-object-name): Support IF NOT EXISTS
6903 in SQL declarations for font-lock.
6904 (sql-imenu-generic-expression): Teach imenu about IF NOT EXISTS.
6905
6906 2012-11-21 Glenn Morris <rgm@gnu.org>
6907
6908 * faces.el (face-underline-p, face-inverse-video-p, face-bold-p)
6909 (face-italic-p): Add optional argument "inherit".
6910
6911 * faces.el (set-face-inverse-video, set-face-bold, set-face-italic):
6912 Remove -p suffix from names, for consistency with other set-face-*.
6913 (set-face-inverse-video): Fix interactive spec.
6914 * play/gamegrid.el (gamegrid-make-mono-tty-face):
6915 * textmodes/table.el (table--update-cell-face):
6916 Use set-face-inverse-video rather than now obsolete alias.
6917
6918 2012-11-21 Eli Zaretskii <eliz@gnu.org>
6919
6920 * simple.el (line-move): Don't call line-move-partial if
6921 scroll-conservatively is in effect. (Bug#12927)
6922
6923 2012-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
6924
6925 * eshell/em-cmpl.el (eshell-pcomplete): Refine fix for bug#12838:
6926 Fallback on completion-at-point rather than
6927 pcomplete-expand-and-complete, and only if pcomplete actually failed.
6928 (eshell-cmpl-initialize): Setup completion-at-point.
6929
6930 * pcomplete.el (pcomplete--entries): Obey pcomplete-ignore-case.
6931
6932 * emacs-lisp/ert.el (ert--expand-should-1): Adapt to cl-lib.
6933
6934 2012-11-21 Michael Albinus <michael.albinus@gmx.de>
6935
6936 * net/tramp-sh.el (tramp-do-copy-or-rename-file): If both files
6937 are remote, check out-of-band property for both.
6938
6939 2012-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
6940
6941 * window.el (switch-to-buffer): Re-add the warning that was lost in the
6942 code rewrite.
6943
6944 2012-11-21 Paul Eggert <eggert@cs.ucla.edu>
6945
6946 More minor time fixes.
6947 * calendar/time-date.el: Commentary fix.
6948 * net/tramp-sh.el (tramp-do-file-attributes-with-ls): Undo last change;
6949 too much other code depends on (0 0) time stamps.
6950 * net/tramp.el (tramp-time-less-p, tramp-time-subtract):
6951 Add a couple of FIXME comments.
6952
6953 Minor cleanup for times as lists of four integers.
6954 * files.el (dir-locals-directory-cache):
6955 * ps-bdf.el (bdf-file-mod-time, bdf-read-font-info):
6956 Doc fixes.
6957 * net/tramp-sh.el (tramp-do-file-attributes-with-ls):
6958 * ps-bdf.el (bdf-file-newer-than-time):
6959 Process four-integers time stamps, not two. Doc fixes.
6960
6961 2012-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
6962
6963 * uniquify.el (uniquify-managed): Use defvar-local.
6964 (rename-buffer, create-file-buffer): Advise with advice-add.
6965 (uniquify-unload-function): Unadvise accordingly.
6966
6967 * emacs-lisp/trace.el: Rewrite, use nadvice and lexical-binding.
6968 (trace-buffer): Don't purecopy.
6969 (trace-entry-message, trace-exit-message): Add `context' arg.
6970 (trace--timer): New var.
6971 (trace-make-advice): Adjust for use in nadvice.
6972 Add `context' argument. Delay `display-buffer' via a timer.
6973 (trace-function-internal): Use advice-add.
6974 (trace--read-args): New function.
6975 (trace-function-foreground, trace-function-background): Use it.
6976 (trace-function): Rename to trace-function-foreground and redefine as
6977 an alias to that new name.
6978 (untrace-function, untrace-all): Adjust to the use of nadvice.
6979
6980 * emacs-lisp/bytecomp.el (byte-compile): Fix handling of closures.
6981
6982 * emacs-lisp/byte-run.el (defun-declarations-alist): Fix last change.
6983
6984 * subr.el (called-interactively-p-functions): New var.
6985 (internal--called-interactively-p--get-frame): New macro.
6986 (called-interactively-p, interactive-p): Rewrite in Lisp.
6987 * emacs-lisp/nadvice.el (advice--called-interactively-skip): New fun.
6988 (called-interactively-p-functions): Use it.
6989 * emacs-lisp/edebug.el (edebug--called-interactively-skip): New fun.
6990 (called-interactively-p-functions): Use it.
6991 * allout.el (allout-called-interactively-p): Don't assume
6992 called-interactively-p is a subr.
6993
6994 2012-11-20 Glenn Morris <rgm@gnu.org>
6995
6996 * profiler.el (profiler-report-mode-map): Add a menu.
6997 No need to bind `q' because we derive from special-mode.
6998 (profiler-report-find-entry): Handle calls from the menu-bar.
6999
7000 2012-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
7001
7002 * emacs-lisp/byte-run.el (defun-declarations-alist):
7003 Allow a compiler-macro to be a lambda expression.
7004
7005 * progmodes/python.el: Use cl-lib. Move var declarations outside of
7006 eval-when-compile.
7007 (python-syntax-context): Add compiler-macro.
7008 (python-font-lock-keywords): Simplify with De Morgan.
7009
7010 * vc/diff-mode.el (diff-hunk): Don't make useless timers.
7011
7012 * files.el (load-file): Require match in minibuffer selection, as was
7013 the case in Emacs-20 before we changed the spec to allow .elc files
7014 (bug#12935).
7015
7016 * json.el: Don't require cl since we don't use it.
7017 * color.el: Don't require cl.
7018 (color-complement): `caddr' -> `nth 2'.
7019
7020 * calendar/time-date.el (time-to-seconds): De-obsolete.
7021
7022 2012-11-19 Jay Belanger <jay.p.belanger@gmail.com>
7023
7024 * calc/calc-forms.el (math-leap-year-p): Fix formula for negative
7025 year numbers.
7026 (math-date-to-julian-dt): Adjust the initial approximation for the
7027 year to deal with the new definition of the DATE.
7028
7029 2012-11-19 Daniel Colascione <dancol@dancol.org>
7030
7031 * term/w32-win.el (cygwin-convert-path-from-windows):
7032 Accomodate rename of cygwin_convert_path* to cygwin_convert_file_name*.
7033
7034 2012-11-18 Chong Yidong <cyd@gnu.org>
7035
7036 * filecache.el (file-cache--read-list): New function.
7037 (file-cache-add-directory-list, file-cache-add-file-list)
7038 (file-cache-delete-file-list, file-cache-delete-directory-list):
7039 Use it to read a list of files or directories (Bug#12846).
7040 (file-cache-add-file, file-cache-add-directory)
7041 (file-cache-delete-file-list, file-cache-delete-file-regexp)
7042 (file-cache-delete-directory): Print an message.
7043
7044 2012-11-18 Jay Belanger <jay.p.belanger@gmail.com>
7045
7046 * calc/calc-forms.el (math-date-to-dt): Use integer date when
7047 calling `math-date-to-julian-dt' and 'math-date-to-gregorian-dt'.
7048
7049 2012-11-18 Glenn Morris <rgm@gnu.org>
7050
7051 * image.el (insert-image, insert-sliced-image): Doc fix.
7052
7053 2012-11-18 Chong Yidong <cyd@gnu.org>
7054
7055 * emacs-lisp/syntax.el (syntax-propertize-function): Doc fix
7056 (Bug#12810).
7057
7058 2012-11-18 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
7059
7060 * vc/vc-svn.el (vc-svn-merge-news): Properly parse the merge
7061 response when the target file is in a subdirectory (Bug#12757).
7062
7063 2012-11-18 Chong Yidong <cyd@gnu.org>
7064
7065 * filecache.el (file-cache-add-file-list): Doc fix (Bug#12694).
7066
7067 2012-11-18 Glenn Morris <rgm@gnu.org>
7068
7069 * emacs-lisp/cl-lib.el (face-underline-p):
7070 Use set-face-underline rather than the alias set-face-underline-p.
7071
7072 * window.el (with-temp-buffer-window): Doc fix.
7073 * subr.el (with-output-to-temp-buffer):
7074 Add doc xref to with-temp-buffer-window.
7075
7076 2012-11-18 Juanma Barranquero <lekktu@gmail.com>
7077
7078 * woman.el (woman-non-underline-faces): Use `set-face-underline'.
7079 * calc/calc.el (math-format-date-cache): Declare.
7080
7081 2012-11-17 Paul Eggert <eggert@cs.ucla.edu>
7082
7083 Calc by default uses the Gregorian calendar for all dates (Bug#12633).
7084 It also uses January 1, 1 AD as its day number 1.
7085 * calc/calc-forms.el (math-julian-date-beginning)
7086 (math-julian-date-beginning-int): Implement this.
7087
7088 2012-11-17 Juanma Barranquero <lekktu@gmail.com>
7089
7090 * descr-text.el (quail-find-key):
7091 * dired.el (desktop-file-name):
7092 * dirtrack.el (shell-prefixed-directory-name, shell-process-cd):
7093 * generic-x.el (comint-mode, comint-exec):
7094 * image-dired.el (widget-forward):
7095 * info.el (speedbar-add-expansion-list, speedbar-center-buffer-smartly)
7096 (speedbar-change-expand-button-char)
7097 (speedbar-change-initial-expansion-list, speedbar-delete-subblock)
7098 (speedbar-make-specialized-keymap, speedbar-make-tag-line):
7099 * printing.el (easy-menu-add-item, easy-menu-remove-item)
7100 (widget-field-action, widget-value-set):
7101 * speedbar.el (imenu--make-index-alist):
7102 * term.el (ring-empty-p, ring-ref, ring-insert-at-beginning)
7103 (ring-length, ring-insert):
7104 * vcursor.el (compare-windows-skip-whitespace):
7105 * woman.el (dired-get-filename):
7106 Declare functions.
7107
7108 * term/w32-win.el (cygwin-convert-path-from-windows): Fix declaration.
7109
7110 2012-11-17 Jay Belanger <jay.p.belanger@gmail.com>
7111
7112 * calc/calc.el (calc-gregorian-switch): New variable.
7113
7114 * calc/calc-forms.el (math-day-in-year, math-dt-before-p)
7115 (math-absolute-from-gregorian-dt, math-absolute-from-julian-dt)
7116 (math-date-to-julian-dt, math-date-to-gregorian-dt): New functions.
7117 (math-leap-year-p): Add option to distinguish between Julian
7118 and Gregorian calendars.
7119 (math-day-number): Use `math-day-in-year' to do the computations.
7120 (math-absolute-from-dt): Rename from `math-absolute-from-date'.
7121 Use `math-absolute-from-gregorian' and `math-absolute-from-julian'
7122 to do the computations.
7123 (math-date-to-dt): Use `math-date-to-julian-dt' and
7124 `math-date-to-gregorian-dt' to do the computations.
7125 (calcFunc-weekday, math-format-date-part): Use the new version of
7126 the DATE to determine the weekday.
7127 (calcFunc-newmonth, calcFunc-newyear): Use `calc-gregorian-switch'
7128 when necessary.
7129
7130 2012-11-17 Eli Zaretskii <eliz@gnu.org>
7131
7132 * term/w32-win.el (w32-handle-dropped-file): Use 'file://' only on
7133 Cygwin; otherwise use 'file:'. (Bug#12914)
7134 (cygwin-convert-path-from-windows): Declare, to avoid
7135 byte-compiler warnings.
7136
7137 2012-11-17 Andreas Politz <politza@fh-trier.de>
7138
7139 * ibuffer.el (ibuffer-mark-forward, ibuffer-unmark-forward)
7140 (ibuffer-unmark-backward, ibuffer-mark-interactive): Support plain
7141 prefix and negative numeric prefix args (Bug#12795).
7142
7143 2012-11-17 Stephen Berman <stephen.berman@gmx.net>
7144
7145 * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
7146 Don't signal an error with a score that is too low to add to the
7147 list of top scores. (Bug#12779)
7148
7149 2012-11-17 Chong Yidong <cyd@gnu.org>
7150
7151 * help-mode.el (help-xref-interned): End on point-min (Bug#12737).
7152
7153 * filecache.el (file-cache-add-file): Handle relative file name in
7154 the argument (Bug#12694).
7155
7156 2012-11-16 Jürgen Hötzel <juergen@archlinux.org> (tiny change)
7157
7158 * eshell/em-unix.el (eshell/mkdir): Handle "--parents" (bug#12897).
7159
7160 2012-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
7161
7162 * emacs-lisp/advice.el (ad-make-advised-definition): Improve last fix.
7163
7164 * emacs-lisp/cl-lib.el: Set more meaningful version number.
7165
7166 2012-11-16 Martin Rudalics <rudalics@gmx.at>
7167
7168 * window.el (enlarge-window, shrink-window): Don't mention return
7169 value in doc-string (Bug#12896).
7170 (window--display-buffer): Don't resize frames - it won't work
7171 with all window managers and defeat pop-up-frame-alist.
7172 (display-buffer-alist): In doc-string explain that CONDITION can
7173 be a function and which arguments are passed to it (Bug#12854).
7174 (display-buffer-assq-regexp): New argument ACTION. Handle lambda
7175 expressions (Bug#12854).
7176 (display-buffer): Pass ACTION argument to
7177 display-buffer-assq-regexp.
7178
7179 2012-11-16 Glenn Morris <rgm@gnu.org>
7180
7181 * window.el (fit-frame-to-buffer-bottom-margin)
7182 (fit-frame-to-buffer, fit-window-to-buffer): Doc fixes.
7183
7184 * faces.el (face-underline-p): Use face-attribute-specified-or.
7185
7186 2012-11-16 Juanma Barranquero <lekktu@gmail.com>
7187
7188 * emacs-lisp/cl-macs.el (cl-loop, cl-do, cl-do*): Doc fixes.
7189
7190 2012-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
7191
7192 * emacs-lisp/cl-macs.el (cl-flet, cl-flet*): Fix docstring (bug#12895).
7193
7194 2012-11-16 Glenn Morris <rgm@gnu.org>
7195
7196 * eshell/em-cmpl.el (eshell-pcomplete): New command. (Bug#12838)
7197 (eshell-cmpl-initialize): Bind eshell-pcomplete to TAB, C-i.
7198
7199 * faces.el (face-underline-p): Doc fix. Handle :underline being
7200 things other than `t' (a string, a list).
7201 (face-inverse-video-p): Doc fix.
7202 (set-face-underline): Rename it back from set-face-underline-p.
7203 Doc fix. Allow interactive input of values other than t.
7204 (read-face-attribute): Apply formatting to :underline,
7205 since like :box and :stipple it can take list values.
7206
7207 * term.el (ansi-term): Don't let C-x escape-char binding
7208 clobber the more standard C-c binding. (Bug#12842)
7209
7210 * subr.el (set-temporary-overlay-map): Doc fix.
7211
7212 2012-11-16 Martin Rudalics <rudalics@gmx.at>
7213
7214 * window.el (record-window-buffer)
7215 (display-buffer-record-window): When copying the markers to
7216 window-point preserve window-point-insertion-type. (Bug#12588)
7217
7218 2012-11-16 Glenn Morris <rgm@gnu.org>
7219
7220 * emacs-lisp/eieio-datadebug.el (eieio-debug-methodinvoke):
7221 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error):
7222 Use new names for hooks rather than obsolete aliases.
7223
7224 2012-11-15 Daniel Colascione <dancol@dancol.org>
7225
7226 * term/w32-win.el (w32-handle-dropped-file): Use a "file://"
7227 prefix instead of "file:" so that when FILE-NAME begins with "//",
7228 as it does when the target file is on a network share, url-handler
7229 isn't confused.
7230
7231 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
7232
7233 * emacs-lisp/advice.el (ad-definition-type): Make sure we don't use
7234 a preactivated advice from an old advice.el; they're not compatible!
7235
7236 2012-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
7237
7238 * emacs-lisp/nadvice.el (advice--make-interactive-form):
7239 Fix string-spec case.
7240
7241 * emacs-lisp/advice.el (ad-make-advised-definition): Fix undefined case.
7242
7243 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
7244
7245 * emacs-lisp/nadvice.el: Add buffer-local support to add-function.
7246 (advice--buffer-local-function-sample): New var.
7247 (advice--set-buffer-local, advice--buffer-local): New functions.
7248 (add-function, remove-function): Use them.
7249
7250 2012-11-15 Drew Adams <drew.adams@oracle.com>
7251
7252 * imenu.el (imenu--split-submenus): Use imenu--subalist-p (bug#12717).
7253
7254 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
7255
7256 * emacs-lisp/cl-macs.el (cl--transform-lambda): Defend against
7257 potential binding of print-gensym to t, and prettify (back)quotes in
7258 case they appear in args's default values (bug#12884).
7259
7260 2012-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
7261
7262 * emacs-lisp/nadvice.el: Add around advice for interactive specs.
7263 (advice-eval-interactive-spec): New function.
7264 (advice--make-interactive-form): Support around advice (bug#12844).
7265
7266 2012-11-14 Dmitry Gutov <dgutov@yandex.ru>
7267
7268 * progmodes/ruby-mode.el (ruby-expr-beg): Make heredoc detection
7269 more strict. Add docstring.
7270 (ruby-expression-expansion-re): Extract from
7271 `ruby-match-expression-expansion'.
7272 (ruby-syntax-propertize-function): After everything else, search
7273 for expansions in string literals, mark their insides as
7274 whitespace syntax and save match data for font-lock.
7275 (ruby-font-lock-keywords): Use the 2nd group from expression
7276 expansion matches.
7277 (ruby-match-expression-expansion): Use the match data saved to the
7278 text property in ruby-syntax-propertize-function.
7279
7280 2012-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
7281
7282 * emacs-lisp/gv.el (setf): Fix debug spec for multiple assignments
7283 (bug#12879).
7284
7285 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
7286
7287 * progmodes/ruby-mode.el (ruby-move-to-block): Looks for a block
7288 start/end keyword a bit harder. Works with different values of N.
7289 Add more comments.
7290 (ruby-end-of-block): Update accordingly.
7291
7292 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
7293
7294 * woman.el (woman-file-name): Don't mess with unread-command-events
7295 (bug#12861).
7296
7297 * emacs-lisp/advice.el: Layer on top of nadvice.el.
7298 Remove out of date self-require hack.
7299 (ad-do-advised-functions): Use simple `dolist'.
7300 (ad-advice-name, ad-advice-protected, ad-advice-enabled)
7301 (ad-advice-definition): Redefine as functions.
7302 (ad-advice-classes): Move before first use.
7303 (ad-make-origname, ad-set-orig-definition, ad-clear-orig-definition)
7304 (ad-make-mapped-call, ad-make-advised-docstring)
7305 (ad-make-plain-docstring, ad--defalias-fset): Remove functions.
7306 (ad-make-advicefunname, ad-clear-advicefunname-definition): New funs.
7307 (ad-get-orig-definition): Rewrite.
7308 (ad-make-advised-definition-docstring): Change base docstring.
7309 (ad-real-orig-definition): Rewrite.
7310 (ad-map-arglists): Change name of called function.
7311 (ad--make-advised-docstring): Redirect `function' from ad-Advice-...
7312 (ad-make-advised-definition): Simplify.
7313 (ad-assemble-advised-definition): Tweak for new calling context.
7314 (ad-activate-advised-definition): Setup ad-Advice-* i.s.o ad-Orig-*.
7315 (ad--defalias-fset): Rename from ad-handle-definition. Make it set the
7316 function and call ad-activate if needed.
7317 (ad-activate, ad-deactivate): Don't call ad-handle-definition any more.
7318 (ad-recover): Clear ad-Advice-* instead of ad-Orig-*.
7319 (ad-compile-function): Compile ad-Advice-*.
7320 (ad-activate-on-top-level, ad-with-auto-activation-disabled): Remove.
7321 (ad-start-advice, ad-stop-advice): Remove.
7322
7323 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
7324
7325 * progmodes/ruby-mode.el (ruby-add-log-current-method): Print the
7326 period before class method names, not after. Remove handling of
7327 one impossible case. Add comments.
7328
7329 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
7330
7331 * emacs-lisp/advice.el: Remove support for freezing.
7332 (ad-make-freeze-docstring, ad-make-freeze-definition): Remove functions.
7333 (ad-make-single-advice-docstring, ad-defadvice-flags, defadvice):
7334 Remove support for `freeze'.
7335
7336 * emacs-lisp/cl.el (dolist, dotimes, declare): Use advice-add to
7337 override the default.
7338 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Rewrite without using
7339 cl--dotimes/dolist.
7340 * subr.el (dolist, dotimes, declare): Redefine them normally, even when
7341 `cl' is loaded.
7342
7343 * emacs-lisp/nadvice.el (advice--normalize): New function, extracted
7344 from add-advice.
7345 (advice--strip-macro): New function.
7346 (advice--defalias-fset): Use them to handle macros.
7347 (advice-add): Use them.
7348 (advice-member-p): Correctly handle macros.
7349
7350 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
7351
7352 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
7353 Never font-lock the beginning of singleton class as heredoc.
7354
7355 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
7356
7357 * emacs-lisp/gv.el (gv-define-simple-setter): One more fix (bug#12871).
7358
7359 2012-11-13 Wolfgang Jenkner <wjenkner@inode.at>
7360
7361 * ansi-color.el (ansi-color-apply-sequence): Implement SGR codes
7362 39 and 49 (bug#12792). Also, treat unimplemented parameters as 0,
7363 thereby restoring the behavior of revisions prior to 2012-08-15T03:33:55Z!monnier@iro.umontreal.ca.
7364
7365 2012-11-13 Fabián Ezequiel Gallina <fgallina@cuca>
7366
7367 Fix end-of-defun misbehavior.
7368 * progmodes/python.el (python-nav-beginning-of-defun): Rename from
7369 python-beginning-of-defun-function. Handle nested defuns
7370 correctly.
7371 (python-nav-end-of-defun): Rename from
7372 python-end-of-defun-function. Ensure forward movement.
7373 (python-info-current-defun): Reimplement to work as intended
7374 with new fixed python-nav-{end,beginning}-of-defun. Stop scanning
7375 parent defuns as soon as possible.
7376
7377 2012-11-13 Glenn Morris <rgm@gnu.org>
7378
7379 * progmodes/flymake.el (flymake-error-bitmap)
7380 (flymake-warning-bitmap, flymake-fringe-indicator-position): Doc fixes.
7381 (flymake-error-bitmap, flymake-warning-bitmap): Fix :types.
7382
7383 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
7384
7385 * progmodes/ruby-mode.el (ruby-move-to-block): When moving
7386 backward, always stop at indentation. Reverts the change from
7387 2012-08-12T22:06:56Z!monnier@iro.umontreal.ca (Bug#12851).
7388
7389 2012-11-13 Glenn Morris <rgm@gnu.org>
7390
7391 * ibuffer.el (ibuffer-mode-map, ibuffer-mode):
7392 Add ibuffer-filter-by-derived-mode.
7393
7394 * ibuffer.el (ibuffer-mode-map): Don't have two menu items with
7395 the same name shadowing each other.
7396
7397 * window.el (with-temp-buffer-window): Doc tweak.
7398
7399 * emacs-lisp/debug.el (debugger-bury-or-kill): Doc tweak.
7400
7401 * help.el (temp-buffer-max-height):
7402 * window.el (fit-frame-to-buffer, fit-frame-to-buffer-bottom-margin):
7403 * emacs-lisp/debug.el (debugger-bury-or-kill): Fix :version.
7404
7405 2012-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
7406
7407 * emacs-lisp/nadvice.el: New package.
7408 * subr.el (special-form-p): New function.
7409 * emacs-lisp/elp.el: Use lexical-binding and advice-add.
7410 (elp-all-instrumented-list): Remove var.
7411 (elp-not-profilable): Remove elp-wrapper.
7412 (elp-profilable-p): Use autoloadp and special-form-p.
7413 (elp--advice-name): New const.
7414 (elp-instrument-function): Use advice-add.
7415 (elp--instrumented-p): New predicate.
7416 (elp-restore-function): Use advice-remove.
7417 (elp-restore-all, elp-reset-all): Use mapatoms.
7418 (elp-set-master): Use elp--instrumented-p.
7419 (elp--make-wrapper): Rename from elp-wrapper, return a function
7420 suitable for advice-add. Use cl-inf.
7421 (elp-results): Use mapatoms+elp--instrumented-p.
7422 * emacs-lisp/debug.el: Use lexical-binding and advice-add.
7423 (debug-function-list): Remove var.
7424 (debug): Rename arg, and then let-bind it explicitly inside.
7425 (debugger-setup-buffer): Rename arg.
7426 (debugger-setup-buffer): Adjust counts to new debug-on-entry setup.
7427 (debugger-frame-number): Adjust to new debug-on-entry setup.
7428 (debug--implement-debug-on-entry): Rename from
7429 implement-debug-on-entry, add argument.
7430 (debugger-special-form-p): Remove, use special-form-p instead.
7431 (debug-on-entry): Use advice-add.
7432 (debug--function-list): New function.
7433 (cancel-debug-on-entry): Use it, along with advice-remove.
7434 (debug-arglist, debug-convert-byte-code, debug-on-entry-1): Remove.
7435 (debugger-list-functions): Use debug--function-list instead of
7436 debug-function-list.
7437 * emacs-lisp/advice.el (ad-save-real-definition): Remove, unused.
7438 (ad-special-form-p): Remove, use special-form-p instead.
7439 (ad-set-advice-info): Use add-function and remove-function.
7440 (ad--defalias-fset): Adjust accordingly.
7441
7442 2012-11-10 Glenn Morris <rgm@gnu.org>
7443
7444 * mail/emacsbug.el (report-emacs-bug-tracker-url)
7445 (report-emacs-bug-bug-alist, report-emacs-bug-choice-widget)
7446 (report-emacs-bug-create-existing-bugs-buffer)
7447 (report-emacs-bug-parse-query-results)
7448 (report-emacs-bug-query-existing-bugs): Remove. (Bug#7449)
7449
7450 * term.el (term-default-fg-color, term-default-bg-color):
7451 Make obsolete, rather than just saying "deprecated" in the doc.
7452
7453 * term.el (term): Rename from `term-face'.
7454 (term-current-face, ansi-term-color-vector)
7455 (term-default-fg-color, term-default-bg-color, term-ansi-reset):
7456 Update all users.
7457
7458 2012-11-10 Jan Djärv <jan.h.d@swipnet.se>
7459
7460 * server.el (server-create-window-system-frame): Handle Nextstep
7461 specially (Bug#12780).
7462
7463 2012-11-10 Glenn Morris <rgm@gnu.org>
7464
7465 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs):
7466 Unautoload, and make obsolete. (Bug#7449)
7467
7468 2012-11-10 Chong Yidong <cyd@gnu.org>
7469
7470 * vc/diff-mode.el (diff-delete-trailing-whitespace): Rewrite, and
7471 rename from diff-remove-trailing-whitespace (Bug#12831).
7472
7473 2012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
7474
7475 * emacs-lisp/advice.el: Require `cl-lib' at run-time to fix
7476 miscompilation of trace.el.
7477
7478 2012-11-10 Glenn Morris <rgm@gnu.org>
7479
7480 * vc/diff-mode.el (diff-remove-trailing-whitespace): Doc fix.
7481
7482 2012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
7483
7484 * emacs-lisp/gv.el (gv-define-simple-setter): Fix last change
7485 (bug#12812).
7486
7487 2012-11-10 Chong Yidong <cyd@gnu.org>
7488
7489 * minibuf-eldef.el (minibuffer-eldef-shorten-default): Convert to
7490 a defcustom with an appropriate :set function.
7491 (minibuffer-default--in-prompt-regexps): New function.
7492
7493 2012-11-10 Glenn Morris <rgm@gnu.org>
7494
7495 * emacs-lisp/cl.el (define-setf-expander, defsetf)
7496 (define-modify-macro): Doc fixes.
7497
7498 * emacs-lisp/gv.el (gv-letplace): Fix doc typo.
7499 (gv-define-simple-setter): Update doc of `fix-return'.
7500
7501 2012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
7502
7503 * emacs-lisp/gv.el (gv-define-simple-setter): Don't evaluate `val'
7504 twice when `fix-return' is set (bug#12813).
7505
7506 * emacs-lisp/cl.el (defsetf): Pass the third arg to
7507 gv-define-simple-setter (bug#12812).
7508
7509 * woman.el (woman-decode-region): Disable adaptive-fill when rendering
7510 (bug#12756).
7511
7512 2012-11-10 Glenn Morris <rgm@gnu.org>
7513
7514 * emacs-lisp/gv.el (gv-define-setter): Fix doc typo.
7515
7516 * emacs-lisp/cl-extra.el (cl-prettyexpand):
7517 * emacs-lisp/cl-lib.el (cl-proclaim, cl-declaim):
7518 * emacs-lisp/cl-macs.el (cl-destructuring-bind, cl-locally)
7519 (cl-the, cl-compiler-macroexpand): Add basic doc strings.
7520
7521 * emacs-lisp/cl-extra.el (cl-maplist, cl-mapcan): Doc fix.
7522
7523 2012-11-10 Leo Liu <sdl.web@gmail.com>
7524
7525 * ido.el (ido-set-matches-1): Improve flex matching performance by
7526 removing backtracking in the regexp (suggested by Stefan). (Bug#12796)
7527
7528 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
7529
7530 * emacs-lisp/advice.el (ad-set-advice-info): Set defalias-fset-function.
7531 (ad--defalias-fset): New function.
7532 (ad-safe-fset): Remove.
7533 (ad-make-freeze-definition): Use cl-letf*.
7534
7535 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
7536
7537 * subr.el (dolist): Don't bind VAR in RESULT.
7538
7539 * emacs-lisp/advice.el: Miscellaneous cleanup. Use lexical-binding.
7540 (fset, documentation): Don't save real def since we don't advise.
7541 (ad-do-advised-functions): Remove problematic `result-form'.
7542 (ad-safe-fset): `ad-real-fset' => `fset'.
7543 (ad-read-advised-function): Don't assume that ad-do-advised-functions
7544 uses CL's dolist internally.
7545 (ad-arglist): Remove unused arg `name'.
7546 (ad-docstring, ad-make-advised-docstring):
7547 `ad-real-documentation' => `documentation'.
7548 (warning-suppress-types): Declare.
7549 (ad-set-arguments): Simple CSE.
7550 (ad-recover-normality): Sanity check.
7551
7552 * emacs-lisp/bytecomp.el (byte-compile-out-toplevel): Don't turn
7553 (funcall '(lambda ..) ..) into ((lambda ..) ..).
7554
7555 2012-11-09 Vincent Belaïche <vincentb1@users.sourceforge.net>
7556
7557 * ses.el: Symbol to coordinate mapping is made by symbol property
7558 `ses-cell'. This means that the same mapping is done for all SES
7559 sheets. That is good enough for cells with standard A1 names, but
7560 not for named cell. So a hash map is added for the latter.
7561 (defconst ses-localvars): Add local variable ses--named-cell-hashmap
7562 (ses-sym-rowcol): Use hashmap for named cell.
7563 (ses-is-cell-sym-p): New defun.
7564 (ses-decode-cell-symbol): New defun.
7565 (ses-create-cell-variable): Add cell to hashmap when name is not
7566 A1-like.
7567 (ses-rename-cell): Check that cell new name is not already in
7568 spreadsheet with the use of ses-is-cell-sym-p
7569 (ses-rename-cell): Use hash map for named cells, but accept also
7570 renaming back to A1-like.
7571
7572 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
7573
7574 * emacs-lisp/advice.el: Use new dynamic docstrings.
7575 (ad-make-advised-definition-docstring, ad-advised-definition-p):
7576 Use dynamic-docstring-function instead of ad-advice-info.
7577 (ad--make-advised-docstring): New function extracted from
7578 ad-make-advised-docstring.
7579 (ad-make-advised-docstring): Use it.
7580 * progmodes/sql.el (sql--make-help-docstring): New function, extracted
7581 from sql-help.
7582 (sql-help): Use it with dynamic-docstring-function.
7583
7584 * env.el (env--substitute-vars-regexp): Don't use rx (for bootstrap).
7585
7586 2012-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
7587
7588 * files.el (hack-one-local-variable--obsolete): New function.
7589 (hack-one-local-variable): Use it for obsolete settings.
7590
7591 * subr.el (locate-user-emacs-file): If both old and new name exist, use
7592 the new name.
7593
7594 * progmodes/js.el (js--filling-paragraph): New var.
7595 (c-forward-sws, c-backward-sws, c-beginning-of-macro): Advise.
7596 (js-c-fill-paragraph): Prefer advice to cl-letf so the rebinding is
7597 less sneaky.
7598
7599 2012-11-08 Julien Danjou <julien@danjou.info>
7600
7601 * progmodes/ruby-mode.el (auto-mode-alist): Add Rakefile in
7602 `auto-mode-alist' (Bug#12835).
7603
7604 2012-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
7605
7606 * progmodes/perl-mode.el (perl-prettify-symbols): New defcustom.
7607 (perl--prettify-symbols-alist): New const.
7608 (perl--font-lock-compose-symbol, perl--font-lock-symbols-keywords):
7609 New functions.
7610 (perl-font-lock-keywords-2): Use them.
7611 (perl-electric-noindent-p): New function.
7612 (perl-mode): Use it to set up electric-indent-mode.
7613 (perl-electric-terminator, perl-indent-command): Mark obsolete.
7614 (perl-mode-map): Remove bindings for them.
7615 (perl-imenu-generic-expression, perl-outline-level):
7616 Match functions&packages in column>0.
7617
7618 * env.el (env--substitute-vars-regexp): New const.
7619 (substitute-env-vars): Use it. Add `only-defined' arg.
7620 * net/tramp.el (tramp-replace-environment-variables): Use it.
7621
7622 * emacs-lisp/bytecomp.el (byte-compile-initial-macro-environment):
7623 Byte-compile *before* eval in eval-and-compile.
7624 (byte-compile-log-warning): Remove redundant inhibit-read-only.
7625 (byte-compile-file-form-autoload): Don't hide actual definition.
7626 (byte-compile-maybe-guarded): Accept `functionp' as well.
7627
7628 * emacs-lisp/gv.el (gv-ref, gv-deref): New function and macro.
7629
7630 2012-11-07 Michael Albinus <michael.albinus@gmx.de>
7631
7632 * notifications.el (notifications-get-server-information-method):
7633 New defconst.
7634 (notifications-get-capabilities): Fix docstring.
7635 (notifications-get-server-information): New defun.
7636
7637 2012-11-06 Agustín Martín Domingo <agustin.martin@hispalinux.es>
7638
7639 * textmodes/ispell.el (ispell-region): Standard re-indent for better
7640 readability.
7641
7642 * textmodes/ispell.el: Experimental support for support debugging.
7643 (ispell-create-debug-buffer): Create a `ispell-debug-buffer' debug
7644 buffer for ispell.
7645 (ispell-print-if-debug): New function to print stuff to
7646 `ispell-debug-buffer' if debugging is enabled.
7647 (ispell-region, ispell-process-line): Use `ispell-print-if-debug' to
7648 show some debugging info.
7649 (ispell-buffer-with-debug): New function that creates a debugging
7650 buffer and calls `ispell-buffer' with debugging enabled.
7651
7652 * textmodes/ispell.el (ispell-region): Do not prefix sent string by
7653 comment in autoconf mode. (Bug#12768)
7654
7655 2012-11-06 Dmitry Antipov <dmantipov@yandex.ru>
7656
7657 * emacs-lisp/byte-opt.el (toplevel): Add compare-window-configurations,
7658 frame-first-window, frame-root-window, frame-selected-window,
7659 minibuffer-selected-window, minibuffer-window,
7660 window-absolute-pixel-edges, window-at, window-body-height,
7661 window-body-width, window-display-table, window-combination-limit,
7662 window-frame, window-fringes, window-inside-absolute-pixel-edges,
7663 window-inside-edges, window-inside-pixel-edges, window-left-child,
7664 window-left-column, window-margins, window-next-buffers,
7665 window-next-sibling, window-new-normal, window-new-total,
7666 window-normal-size, window-parameter, window-parameters, window-parent,
7667 window-pixel-edges, window-point, window-prev-buffers,
7668 window-prev-sibling, window-redisplay-end-trigger, window-scroll-bars,
7669 window-start, window-text-height, window-top-child, window-top-line,
7670 window-total-height, window-total-width and window-use-time to the list
7671 of functions without side-effects.
7672 (toplevel): Add window-valid-p to the list of error-free functions
7673 without side-effects.
7674
7675 2012-11-05 Agustín Martín Domingo <agustin.martin@hispalinux.es>
7676
7677 * textmodes/ispell.el (ispell-program-name):
7678 Update spellchecker parameters when customized.
7679
7680 2012-11-04 Glenn Morris <rgm@gnu.org>
7681
7682 * vc/vc-svn.el (vc-svn-state-heuristic): Avoid calling svn. (Bug#7850)
7683
7684 2012-11-04 Chong Yidong <cyd@gnu.org>
7685
7686 * bookmark.el (bookmark-bmenu-switch-other-window): Avoid binding
7687 same-window-* variables.
7688
7689 2012-11-04 Juri Linkov <juri@jurta.org>
7690
7691 * isearch.el (isearch-help-for-help, isearch-describe-bindings)
7692 (isearch-describe-key, isearch-describe-mode): Use a display
7693 action instead of binding same-window-* variables (Bug#10040).
7694
7695 2012-11-03 Glenn Morris <rgm@gnu.org>
7696
7697 * emacs-lisp/cl-macs.el (cl-parse-loop-clause):
7698 Rename handler properties back from cl-- to cl-. (Bug#12788)
7699
7700 * emacs-lisp/cl-macs.el (cl-do-all-symbols): Add doc string.
7701
7702 2012-11-03 Eli Zaretskii <eliz@gnu.org>
7703
7704 * term/pc-win.el: Don't load term/internal from here.
7705
7706 * loadup.el: Load term/internal from here.
7707
7708 2012-11-03 Fabián Ezequiel Gallina <fgallina@cuca>
7709
7710 * progmodes/python.el (inferior-python-mode): Fix hang in
7711 jit-lock (Bug#12645).
7712
7713 2012-11-03 Martin Rudalics <rudalics@gmx.at>
7714
7715 * window.el (switch-to-visible-buffer)
7716 (switch-to-buffer-preserve-window-point): Fix doc-strings.
7717
7718 2012-11-03 Glenn Morris <rgm@gnu.org>
7719
7720 * emacs-lisp/cl-lib.el (cl--random-time):
7721 Rename from cl-random-time. (Bug#12773)
7722 (cl--gensym-counter, cl--random-state): Update callers.
7723 * emacs-lisp/cl-extra.el (cl-make-random-state): Update callers.
7724
7725 2012-11-03 Chong Yidong <cyd@gnu.org>
7726
7727 * cus-start.el: Make cursor-type customizable (Bug#11633).
7728
7729 2012-11-02 Glenn Morris <rgm@gnu.org>
7730
7731 * filecache.el: No need to load find-lisp when compiling.
7732 (find-lisp-find-files): Autoload it.
7733 (file-cache-add-directory-recursively): Don't require find-lisp.
7734
7735 * image.el (image-type-from-file-name): Trivial simplification.
7736
7737 * emacs-lisp/bytecomp.el (byte-compile-eval):
7738 Decouple "noruntime" and "cl-functions" warnings.
7739
7740 2012-11-01 Stephen Berman <stephen.berman@gmx.net>
7741
7742 * play/gomoku.el (gomoku-display-statistics): Update mode line
7743 only if in Gomoku buffer; don't capitalize "won" (Bug#12771).
7744
7745 2012-10-31 Martin Rudalics <rudalics@gmx.at>
7746
7747 * window.el (quit-restore-window): If the window has been
7748 created on an existing frame and ended up as the sole window on
7749 that frame, do not delete it (Bug#12764).
7750
7751 2012-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
7752
7753 * progmodes/sh-script.el (sh--inside-noncommand-expression):
7754 Rename from sh--inside-arithmetic-expression, handle more cases
7755 (bug#11263).
7756
7757 * progmodes/sh-script.el (sh--inside-arithmetic-expression): New func.
7758 (sh-font-lock-open-heredoc): Use it (bug#12770).
7759
7760 2012-10-30 Glenn Morris <rgm@gnu.org>
7761
7762 * emacs-lisp/cl-extra.el (cl-mapc): Add autoload cookie. Doc fix.
7763
7764 * emacs-lisp/cl.el (letf): Doc fix. (Bug#12760)
7765
7766 2012-10-29 Chong Yidong <cyd@gnu.org>
7767
7768 * isearch.el (isearch-other-meta-char): Ensure that a reprocessed
7769 function key is stored in a keyboard macro (Bug#4894).
7770
7771 * thingatpt.el (number-at-point): Apply a thing-at-point property.
7772
7773 2012-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
7774
7775 * vc/diff-mode.el (diff-context->unified): Don't get confused by "hunk
7776 header comments".
7777 (diff-unified->context, diff-context->unified)
7778 (diff-reverse-direction, diff-fixup-modifs): Use `use-region-p'.
7779
7780 * emacs-lisp/cl.el (letf): Add missing indent rules (bug#12759).
7781
7782 * files.el (find-alternate-file): Only ask one question (bug#12487).
7783
7784 2012-10-29 Chong Yidong <cyd@gnu.org>
7785
7786 * vc/vc-hooks.el (vc-file-clearprops): Kill vc-parent-buffer.
7787 Suggested by Dan Nicolaescu (Bug#6326).
7788
7789 * info.el (Info-complete-menu-item): Avoid duplicates (Bug#12705).
7790
7791 * startup.el (fancy-about-screen): Don't message (Bug#12680).
7792
7793 * thingatpt.el (thing-at-point): Doc fix (Bug#12691).
7794
7795 * imenu.el (imenu): Inhibit push-mark message (Bug#12726).
7796
7797 * face-remap.el (face-remap-add-relative): Handle the case where a
7798 face-remapping-alist entry is a cons cell (Bug#12762).
7799
7800 2012-10-29 Kevin Ryde <user42@zip.com.au>
7801
7802 * woman.el (woman-parse-numeric-value): Handle picas correctly
7803 (Bug#12639).
7804
7805 2012-10-29 Glenn Morris <rgm@gnu.org>
7806
7807 * emacs-lisp/cl.el (defsetf): Doc fix.
7808
7809 2012-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
7810
7811 * progmodes/sh-script.el (sh-font-lock-paren): Also put punctuation
7812 syntax to the matching opener, if any (bug#12547).
7813 (sh-smie-sh-forward-token, sh-smie-sh-backward-token): Recognize this
7814 matching open as a "case-(".
7815 (sh-smie-rc-grammar): Add a corresponding rule for it.
7816
7817 2012-10-28 Daniel Hackney <dan@haxney.org>
7818
7819 * emacs-lisp/package.el (package-generate-autoloads): Kill buffer
7820 "PKGNAME-autoloads.el" in case we created it.
7821
7822 2012-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
7823
7824 * minibuffer.el (completion--sifn-requote): Rewrite to handle things
7825 like Tramp's "/foo:~bar//baz" -> "/scpc:foo:/baz" mapping (bug#11714).
7826 (completion--twq-all): Disable too-strict assertions.
7827
7828 * tmm.el (tmm-prompt): Use map-keymap (bug#12744).
7829
7830 2012-10-27 Eli Zaretskii <eliz@gnu.org>
7831
7832 * profiler.el (profiler-report-make-entry-part): Fix help-echo
7833 text to match the real keybindings.
7834
7835 2012-10-27 Juri Linkov <juri@jurta.org>
7836
7837 * wdired.el (wdired-keep-marker-rename): New defcustom.
7838 (wdired-do-renames): Use it instead of `dired-keep-marker-rename'.
7839 (Bug#11795)
7840
7841 * dired.el (dired-keep-marker-rename): Add reference to
7842 `wdired-keep-marker-rename' in the docstring.
7843 Add default character value ?R to display initially in
7844 Customization UI instead of ?@.
7845
7846 2012-10-27 Martin Rudalics <rudalics@gmx.at>
7847
7848 * window.el (display-buffer): In doc-string describe
7849 window-height and window-width alist entries.
7850
7851 * time.el (display-time-world): Restore fit-window-to-buffer
7852 behavior.
7853
7854 2012-10-27 Chong Yidong <cyd@gnu.org>
7855
7856 * subr.el (insert-buffer-substring-as-yank): Doc fix.
7857
7858 2012-10-26 Jambunathan K <kjambunathan@gmail.com>
7859
7860 * minibuffer.el (completion-category-overrides): New completion
7861 category `bookmark' (bug#11131).
7862
7863 2012-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
7864
7865 * emacs-lisp/advice.el (ad-assemble-advised-definition):
7866 Silence bogus compiler warnings for ad-do-it.
7867
7868 * bookmark.el (bookmark-completing-read): Set the completion category
7869 to `bookmark' (bug#11131).
7870
7871 2012-10-26 Bastien <bzg@altern.org>
7872 Stefan Monnier <monnier@iro.umontreal.ca>
7873
7874 * face-remap.el: Use lexical-binding.
7875 (text-scale-adjust): Improve docstring. Use itself for the temporary
7876 overlay-map bindings, so as to repeat the "Use..." message each time.
7877
7878 2012-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
7879
7880 * emacs-lisp/macroexp.el (macroexp--expand-all):
7881 Obey byte-compile-warning-enabled-p (bug#12486).
7882
7883 * vc/diff-mode.el (diff-end-of-hunk): Also skip potential "no LF at eol".
7884 (diff-refine-hunk): Similarly, handle the "no LF at eol" (bug#12584).
7885
7886 2012-10-26 Martin Rudalics <rudalics@gmx.at>
7887
7888 * mouse.el (mouse-drag-line): Move last form into preceding when
7889 clause (Bug#12731).
7890
7891 * help.el (resize-temp-buffer-window): Fix doc-string.
7892
7893 2012-10-25 David Engster <deng@randomsample.de>
7894
7895 * emacs-lisp/eieio.el (eieio-update-lisp-imenu-expression):
7896 Remove. This feature is already integrated in imenu.
7897
7898 * emacs-lisp/eieio-opt.el: Remove require for `button' since it is
7899 always loaded. Require `speedbar' unconditionally.
7900
7901 2012-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
7902
7903 * dired.el (dired-get-marked-files): Allow ! on . and .. (bug#12725).
7904
7905 * minibuffer.el (minibuffer-force-complete): Fix thinko.
7906
7907 * net/ldap.el (ldap-search-internal): The official ldif format starts
7908 with a "version: 1" header (bug#12724).
7909
7910 * emacs-lisp/package.el (package-installed-p): Warn if not ready
7911 (bug#12721).
7912
7913 2012-10-25 Glenn Morris <rgm@gnu.org>
7914
7915 * emacs-lisp/cl-macs.el (cl-progv): Doc fix.
7916
7917 2012-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
7918
7919 * minibuffer.el (minibuffer-force-complete): Use one more marker
7920 for the temporary-overlay-map command (bug#12619).
7921
7922 2012-10-24 Chong Yidong <cyd@gnu.org>
7923
7924 * time.el (display-time-world-mode): Derive from special-mode.
7925 (display-time-world): Use display-buffer (Bug#12708).
7926 (display-time-world-mode-map): Variable deleted.
7927 (display-time-world-display): Wrap the final delete-char inside
7928 inhibit-read-only.
7929
7930 2012-10-24 Chong Yidong <cyd@gnu.org>
7931
7932 * dired.el (dired-mark, dired-unmark, dired-flag-file-deletion):
7933 Doc fix.
7934
7935 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix (Bug#12628).
7936
7937 2012-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
7938
7939 * minibuffer.el (completion--all-sorted-completions-location): New var.
7940 (completion--cache-all-sorted-completions)
7941 (completion--flush-all-sorted-completions): Use it.
7942 (completion-in-region, completion-in-region--postch)
7943 (completion-at-point, completion-help-at-point): Use markers in
7944 completion-in-region--data (bug#12619).
7945
7946 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
7947
7948 * progmodes/compile.el (compilation-start): Try to handle common
7949 quoting of `cd' argument (bug#12640).
7950
7951 * vc/diff-mode.el (diff-hunk): `save-excursion' while refining
7952 (bug#12671).
7953
7954 2012-10-23 Glenn Morris <rgm@gnu.org>
7955
7956 * progmodes/gud.el (gud-menu-map):
7957 Check gdb-active-process is bound. (Bug#12358)
7958
7959 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
7960
7961 * repeat.el (repeat): Set real-this-command (bug#12232).
7962
7963 * htmlfontify.el (hfy-post-html-hook):
7964 * filesets.el (filesets-cache-fill-content-hook):
7965 * arc-mode.el (archive-extract-hook):
7966 * progmodes/cc-mode.el (c-prepare-bug-report-hook):
7967 * net/rcirc.el (rcirc-sentinel-functions)
7968 (rcirc-receive-message-functions, rcirc-activity-functions)
7969 (rcirc-print-functions):
7970 * net/dbus.el (dbus-event-error-functions):
7971 * emacs-lisp/eieio.el (eieio-pre-method-execution-functions):
7972 * emacs-lisp/checkdoc.el (checkdoc-style-functions)
7973 (checkdoc-comment-style-functions): Don't use "-hooks" suffix.
7974 * term/sun.el (sun-raw-prefix-hooks):
7975 * mail/sendmail.el (mail-yank-hooks): Use make-obsolete-variable.
7976
7977 2012-10-23 Michael Albinus <michael.albinus@gmx.de>
7978
7979 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
7980 Set `tramp-chunksize' to 1. This improves the performance.
7981 (tramp-smb-wait-for-output): Add timeout to
7982 `tramp-accept-process-output' calls.
7983
7984 2012-10-23 Chong Yidong <cyd@gnu.org>
7985
7986 * faces.el (font-list-limit): Define as an obsolete variable.
7987
7988 * startup.el (command-line):
7989 * cus-start.el: Don't refer to font-list-limit.
7990
7991 * newcomment.el (comment-normalize-vars): Doc fix (Bug#12583).
7992
7993 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
7994
7995 * subr.el (internal-temp-output-buffer-show): Rename from
7996 temp-output-buffer-show, since previously compiled files expect this name.
7997
7998 2012-10-23 Glenn Morris <rgm@gnu.org>
7999
8000 * image.el (image-type-from-file-name): If multiple types match,
8001 return the first one that is supported. (Bug#9045)
8002
8003 2012-10-22 Glenn Morris <rgm@gnu.org>
8004
8005 * image.el (imagemagick-enabled-types): Doc fix.
8006
8007 2012-10-22 Takafumi Arakaki <aka.tkf@gmail.com> (tiny change)
8008
8009 * progmodes/which-func.el (which-func-current): The hash-table may have
8010 an explicit nil (bug#12338).
8011
8012 2012-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
8013
8014 * electric.el (electric-pair-delete-selection-self-insert-function):
8015 Rename to electric-pair-will-use-region, return a boolean.
8016 (electric-pair-mode): Adjust accordingly. Don't require delsel.
8017
8018 * delsel.el (delete-selection-helper): Use a function instead of a hook.
8019 (delete-selection-pre-hook): Use use-region-p.
8020 (delete-selection-self-insert-function): Remove.
8021 (self-insert-command): Obey self-insert-uses-region-functions.
8022 (self-insert-iso): Revert to previous setting, since we don't actually
8023 know what that command does.
8024 (delete-selection-self-insert-hooks): Remove.
8025
8026 2012-10-22 Simon Law <sfllaw@sfllaw.ca> (tiny change)
8027
8028 * delsel.el (delete-selection-helper): New function, extracted from
8029 delete-selection-pre-hook.
8030 (delete-selection-pre-hook): Use it.
8031 (delete-selection-self-insert-function): New function.
8032 (delete-selection-self-insert-hooks): New hook.
8033 (self-insert-command, self-insert-iso): Use it.
8034 * electric.el (electric-pair-syntax): New function, extracted from
8035 electric-pair-post-self-insert-function.
8036 (electric-pair-post-self-insert-function): Use it.
8037 (electric-pair-delete-selection-self-insert-function): New function.
8038 (electric-pair-mode): Require delsel and setup
8039 delete-selection-self-insert-hooks (bug#11520).
8040
8041 2012-10-20 Chong Yidong <cyd@gnu.org>
8042
8043 * vc/vc.el (vc-diff-internal): Set up Diff mode even if there are
8044 no changes to show (Bug#12586).
8045
8046 * eshell/esh-cmd.el (eshell-rewrite-for-command): Copy the body
8047 list explicitly (Bug#12571).
8048
8049 2012-10-20 Arne Jørgensen <arne@arnested.dk>
8050
8051 * progmodes/flymake.el (flymake-create-temp-inplace):
8052 Use file-truename.
8053
8054 2012-10-20 Eli Zaretskii <eliz@gnu.org>
8055
8056 * loadup.el: Update comment about uncompiled Lisp files. (Bug#12395)
8057
8058 2012-10-20 Jay Belanger <jay.p.belanger@gmail.com>
8059
8060 * calc/calc-units.el (math-extract-units): Properly extract powers
8061 of units.
8062
8063 2012-10-20 Daniel Colascione <dancol@dancol.org>
8064
8065 * frame.el (make-frame): Set x-display-name as we used to in order
8066 to unbreak creating an X11 frame from an Emacs daemon started
8067 without a display.
8068
8069 2012-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
8070
8071 * minibuffer.el (minibuffer-force-complete): Make the next completion use
8072 the same completion-field (bug#12221).
8073
8074 2012-10-19 Martin Rudalics <rudalics@gmx.at>
8075
8076 * emacs-lisp/debug.el (debug): Record height of debugger window
8077 also when debugger will be back (Bug#8789).
8078
8079 2012-10-18 Chong Yidong <cyd@gnu.org>
8080
8081 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
8082 Convert to defcustom.
8083 (gdb-get-source-file): Don't bind pop-up-windows.
8084
8085 * progmodes/gud.el (gud-display-line): Don't specially re-use
8086 other frames for the gdb-mi case (Bug#12648).
8087
8088 2012-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
8089
8090 * emacs-lisp/advice.el: Clean up commentary a bit.
8091 (ad-do-advised-functions, ad-with-originals): Use `declare'.
8092 (byte-code-function-p): Never redefine.
8093
8094 * emacs-lisp/gv.el (cond): Same fix as before for `if'.
8095
8096 2012-10-18 Glenn Morris <rgm@gnu.org>
8097
8098 * dired.el (dired-sort-toggle): Some ls implementations only allow
8099 a single option string. (Bug#12666)
8100
8101 * minibuffer.el (completion-cycle-threshold): Doc fix.
8102
8103 2012-10-17 Kenichi Handa <handa@gnu.org>
8104
8105 * international/mule.el (set-keyboard-coding-system):
8106 Recover input meta mode when the new coding system doesn not use 8-bit.
8107 Supply TERMINAL arg to set-input-meta-mode.
8108
8109 2012-10-17 Michael Heerdegen <michael_heerdegen@web.de>
8110
8111 * wdired.el (wdired-old-marks): New variable.
8112 (wdired-change-to-wdired-mode): Locally set wdired-old-marks.
8113 (wdired-do-renames): Move point with renamed file and don't lose
8114 mark status (Bug#11795).
8115
8116 2012-10-16 Juri Linkov <juri@jurta.org>
8117
8118 * replace.el (query-replace-help): Mention multi-buffer replacement
8119 keys in the Help message. (Bug#12655)
8120
8121 2012-10-15 Chong Yidong <cyd@gnu.org>
8122
8123 * emacs-lisp/byte-run.el (defsubst): Doc fix.
8124
8125 2012-10-14 Eli Zaretskii <eliz@gnu.org>
8126
8127 * window.el (display-buffer): Doc fix.
8128
8129 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8130 Adjust the msft regexp to the output of Studio 2010, and move msft
8131 before edg-1. See the discussion on emacs-devel,
8132 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00579.html,
8133 for the details.
8134
8135 2012-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
8136
8137 * emacs-lisp/eieio.el (eieio-oset-default, eieio-oset, oset-default)
8138 (oset): Move uses of object-class-fast macro after its definition.
8139
8140 * emacs-lisp/gv.el (if): Don't use closures in non-lexical-binding code.
8141
8142 2012-10-13 Chong Yidong <cyd@gnu.org>
8143
8144 * textmodes/ispell.el (ispell-pdict-save): If flyspell-mode is
8145 enabled, re-enable it (Bug#11963).
8146
8147 2012-10-13 Martin Rudalics <rudalics@gmx.at>
8148
8149 * emacs-lisp/debug.el (debug): When debugger-will-be-back is
8150 non-nil, restore window configuration (Bug#12623).
8151
8152 2012-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
8153
8154 * help-fns.el (describe-variable, describe-function-1):
8155 * help-mode.el (help-make-xrefs): Remove error handler, made unneeded.
8156
8157 * emacs-lisp/eieio.el (lisp-imenu-generic-expression): Fix typo.
8158
8159 2012-10-12 Glenn Morris <rgm@gnu.org>
8160
8161 * mail/rmailsum.el (rmail-header-summary):
8162 Fix 2010-11-26 test for multiline Subject: field. (Bug#12625)
8163
8164 2012-10-12 Fabián Ezequiel Gallina <fgallina@cuca>
8165
8166 * progmodes/python.el (python-mode-map):
8167 Replace subtitute-key-definition with proper command remapping.
8168 (python-nav--up-list): Fix behavior for blocks on the same level.
8169
8170 2012-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
8171
8172 * help-fns.el (describe-function-1): Handle autoloads w/o docstrings.
8173
8174 * emacs-lisp/bytecomp.el (byte-compile-eval): Adjust to long-ago
8175 changes to the format of load-history.
8176
8177 * international/mule-cmds.el (read-char-by-name): Move let-binding of
8178 completion-ignore-case in case that var is buffer-local (bug#12615).
8179
8180 2012-10-11 Kenichi Handa <handa@gnu.org>
8181
8182 * international/eucjp-ms.el: Re-generated.
8183
8184 2012-10-10 Kenichi Handa <handa@gnu.org>
8185
8186 * select.el (xselect--encode-string): If a coding is specified for
8187 selection, and that is compatible with COMPOUND_TEXT, use it.
8188
8189 2012-10-10 Martin Rudalics <rudalics@gmx.at>
8190
8191 * window.el (switch-to-buffer-preserve-window-point): New option.
8192 (switch-to-buffer):
8193 Obey `switch-to-buffer-preserve-window-point' (Bug#4041).
8194
8195 2012-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
8196
8197 * newcomment.el (comment-start-skip, comment-end-skip, comment-end):
8198 Don't document nil as a useful value (bug#12583).
8199
8200 2012-10-09 Michael Albinus <michael.albinus@gmx.de>
8201
8202 * net/tramp.el (tramp-debug-message):
8203 Remove "tramp-with-progress-reporter" from regexp of ignored functions.
8204 (with-tramp-progress-reporter): Rename from
8205 `tramp-with-progress-reporter'.
8206 (with-tramp-file-property, with-tramp-connection-property):
8207 Move from tramp-cache.el, rename from `with-file-property' and
8208 `with-connection-property', respectively.
8209
8210 * net/tramp-cache.el: Remove `with-file-property' and
8211 `with-connection-property'.
8212
8213 * net/tramp.el:
8214 * net/tramp-gvfs.el:
8215 * net/tramp-sh.el:
8216 * net/tramp-smb.el: Adapt callees.
8217
8218 * net/trampver.el: Update release number.
8219
8220 2012-10-09 Glenn Morris <rgm@gnu.org>
8221
8222 * w32-fns.el (set-message-beep):
8223 * term/w32-win.el (set-message-beep): Update declarations.
8224
8225 2012-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
8226
8227 * bindings.el (mode-line-toggle-read-only, mode-line-toggle-modified)
8228 (mode-line-widen, mode-line-input-method-map)
8229 (mode-line-coding-system-map, mode-line-remote)
8230 (mode-line-unbury-buffer, mode-line-bury-buffer)
8231 (mode-line-next-buffer, mode-line-previous-buffer):
8232 Replace save-selected-window+select-window => with-selected-window.
8233
8234 * progmodes/cc-bytecomp.el (cc-bytecomp-defmacro): Remove, unused.
8235 * progmodes/cc-vars.el (bq-process): Remove, unused.
8236
8237 * emacs-lisp/cl-macs.el (cl-defstruct): Obey the :read-only property.
8238
8239 2012-10-09 Fabián Ezequiel Gallina <fgallina@cuca>
8240
8241 Implemented `backward-up-list'-like navigation.
8242 * progmodes/python.el (python-nav-up-list)
8243 (python-nav-backward-up-list): New functions.
8244 (python-mode-map): Define substitute key for backward-up-list to
8245 python-nav-backward-up-list.
8246
8247 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
8248
8249 * progmodes/python.el (python-fill-paragraph): Rename from
8250 python-fill-paragraph-function. Fixed fill-paragraph for
8251 decorators (Bug#12605).
8252
8253 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
8254
8255 * progmodes/python.el (python-shell-output-filter): Handle extra
8256 carriage return in OSX (Bug#12409).
8257
8258 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
8259
8260 Fix shell handling of unbalanced quotes and parens in output.
8261 * progmodes/python.el (python-rx-constituents): Add string-delimiter.
8262 (python-syntax-propertize-function): Use it.
8263 (python-shell-output-syntax-table): New var.
8264 (inferior-python-mode): Prevent unbalanced parens/quotes from
8265 previous output mess with current input context.
8266
8267 2012-10-08 Juanma Barranquero <lekktu@gmail.com>
8268
8269 * generic-x.el (javascript-generic-mode, javascript-generic-mode-hook):
8270 Make obsolete aliases of js-mode and js-mode-hook (from js.el).
8271
8272 2012-10-08 Michael Albinus <michael.albinus@gmx.de>
8273
8274 * ffap.el (ffap-replace-file-component): Support Tramp file name
8275 syntax, not only ange-ftp's one.
8276
8277 2012-10-08 Glenn Morris <rgm@gnu.org>
8278
8279 * cus-start.el (message-log-max): Set :version.
8280
8281 * calendar/calendar.el (calendar-intermonth-header): Doc fix.
8282
8283 2012-10-08 Martin Rudalics <rudalics@gmx.at>
8284
8285 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't try to split
8286 the minibuffer window (Bug#10851).
8287
8288 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
8289
8290 Enhancements on forward-sexp movement.
8291 * progmodes/python.el (python-nav-beginning-of-statement)
8292 (python-nav-end-of-statement): Return point-marker.
8293 (python-nav-forward-sexp): lisp-like forward-sexp behavior.
8294 (python-info-current-symbol)
8295 (python-info-statement-starts-block-p): Rename from
8296 python-info-beginning-of-block-p.
8297 (python-info-statement-ends-block-p): Rename from
8298 python-info-end-of-block-p.
8299 (python-info-beginning-of-statement-p)
8300 (python-info-end-of-statement-p)
8301 (python-info-beginning-of-block-p, python-info-end-of-block-p):
8302 New functions.
8303
8304 2012-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
8305
8306 * comint.el (comint-preinput-scroll-to-bottom): Preserve the
8307 frame-selected-windows.
8308
8309 2012-10-08 Daniel Colascione <dancol@dancol.org>
8310
8311 * battery.el (battery-status-function): Check for
8312 w32-battery-status itself, not system-time windows-nt.
8313
8314 * frame.el: Require cl-lib.
8315 (display-format-alist): New variable mapping frame types to
8316 functions that initialize them.
8317 (window-system-for-display): New function: interprets
8318 display-format-alist.
8319 (make-frame-on-display): Remove existing display-selection logic
8320 and just forward to make-frame, which will now DTRT.
8321 (make-frame): Restructure to use window-system-for-display to
8322 figure out how to create a frame on a given display.
8323 (display-mouse-p): Look for frame-type w32, not a particular
8324 system-type.
8325
8326 * loadup.el: Load w32 lisp code when we have the w32 feature.
8327
8328 * mouse.el (mouse-yank-primarY): Look for frame-type w32, not
8329 system-type windows-nt.
8330
8331 * server.el (server-create-window-system-frame): Look for window
8332 type.
8333 (server-proces-filter): Only force a window system when windows-nt
8334 _and_ w32. Explain why.
8335
8336 * simple.el (normal-erase-is-backspace-mode): Add w32 to the list
8337 of window systems we configure for the mode.
8338
8339 * startup.el (command-line): Mark window system is initialized
8340 after we've done it.
8341
8342 * common-win.el (x-select-text): Look for w32, not windows-nt.
8343
8344 * ns-win.el: Require cl-lib. Add ourselves to
8345 display-format-alist.
8346 (ns-initialize-window-system): Assert we're not initialized twice.
8347
8348 * w32-win.el: Enable lexical binding; require cl-lib; add
8349 ourselves to display-format-alist.
8350 (w32-handle-dropped-file): Convert incoming dropped files from
8351 Windows paths to Cygwin ones before passing them on to the rest of
8352 Emacs.
8353 (w32-drag-n-drop): New paramter new-frame. Simplify logic.
8354 (w32-initialize-window-system): Assert we're not initialized twice.
8355
8356 * x-win.el: Require cl-lib; add ourselves to display-format-alist.
8357 (x-initialize-window-system): Assert we're not initialized twice.
8358
8359 * w32-common-fns.el: New File.
8360 (w32-version, w32-using-nt, w32-get-clipboard-data)
8361 (w32-set-clipboard-data, x-set-selection, x-get-selection)
8362 (w32-charset-info-alist, x-last-selected, text)
8363 (x-get-selection-value, x-selection-value): Move here.
8364
8365 * w32-fns.el: Require w32-common-fns.
8366 (w32-version, w32-using-nt, w32-get-clipboard-data)
8367 (w32-set-clipboard-data, x-set-selection, x-get-selection)
8368 (w32-charset-info-alist, x-last-selected, text)
8369 (x-get-selection-value, x-selection-value): Move to
8370 w32-common-fns.
8371
8372 * w32-vars.el:
8373 (w32-allow-system-shell, w32-system-shells): Define only in
8374 non-cygwin case.
8375
8376 2012-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
8377
8378 * subr.el (read-passwd-map): Don't use `defconst' (bug#12597).
8379 (read-passwd): Remove a few more potential sources of leaks.
8380
8381 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
8382
8383 * progmodes/python.el (inferior-python-mode)
8384 (python-shell-make-comint): Fix initialization of local
8385 variables copied from parent buffer.
8386
8387 2012-10-07 Jan Djärv <jan.h.d@swipnet.se>
8388
8389 * term/ns-win.el (ns-read-file-name): Update declaration to match
8390 nsfns.m.
8391 (ns-respond-to-change-font): Change fontsize separately so we are sure
8392 it is set when font is acted upon.
8393
8394 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
8395
8396 Enhancements to indentation.
8397 * progmodes/python.el (python-indent-context): Give priority to
8398 inside-string context. Make comments indentation markers.
8399 (python-indent-region): Do not mess with strings, unless it's the
8400 enclosing set of quotes.
8401
8402 2012-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
8403
8404 * window.el (internal--before-save-selected-window)
8405 (internal--after-save-selected-window): New functions extracted from
8406 save-selected-window. Make sure we return the `alist' we construct.
8407 (save-selected-window): Use them.
8408
8409 * textmodes/tex-mode.el (tex-recenter-output-buffer):
8410 Use with-selected-window.
8411
8412 * emacs-lisp/autoload.el (make-autoload): Add `cl-defmacro' to the
8413 forms that define macros (bug#12593).
8414
8415 2012-10-07 Kenichi Handa <handa@gnu.org>
8416
8417 * international/mule-conf.el (compound-text-with-extensions):
8418 Add :mime-charset property as x-ctext.
8419
8420 2012-10-07 Stefan Merten <smerten@oekonux.de>
8421
8422 * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
8423 (rst-indent-literal-normal, rst-indent-literal-minimized)
8424 (rst-indent-comment): Correct :version tag.
8425 (rst-official-cvs-rev): Correct version string.
8426
8427 2012-10-07 Glenn Morris <rgm@gnu.org>
8428
8429 * mail/rmailmm.el (rmail-mime-process-multipart):
8430 Do not confuse a multipart message with an epilogue
8431 with a "truncated" one; fixes 2011-06-27 change. (Bug#10101)
8432
8433 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
8434
8435 Fix shell output retrieval and comint-prompt-regexp init.
8436 * progmodes/python.el (inferior-python-mode):
8437 (python-shell-make-comint): Fix initialization of
8438 comint-prompt-regexp from copied file local variables.
8439 (python-shell-fetched-lines): Remove var.
8440 (python-shell-output-filter-in-progress): Rename from
8441 python-shell-fetch-lines-in-progress.
8442 (python-shell-output-filter-buffer): Rename from
8443 python-shell-fetch-lines-string.
8444 (python-shell-fetch-lines-filter): Delete function.
8445 (python-shell-output-filter): New function.
8446 (python-shell-send-string-no-output): Use them.
8447
8448 2012-10-07 Glenn Morris <rgm@gnu.org>
8449
8450 * hi-lock.el (hi-lock-process-phrase):
8451 Try to make it less fragile. (Bug#7161)
8452
8453 * hi-lock.el (hi-lock-face-phrase-buffer): Doc fix.
8454
8455 2012-10-06 Glenn Morris <rgm@gnu.org>
8456
8457 * ehelp.el (electric-help-mode): Use help-mode rather than
8458 non-existent mode `help'.
8459 (electric-help-map): Use button-buffer-map. (Bug#10917)
8460
8461 * textmodes/reftex-vars.el (reftex-create-bibtex-header)
8462 (reftex-create-bibtex-footer): Fix custom types.
8463
8464 * progmodes/sh-script.el (sh-indent-after-continuation):
8465 Add explicit :group.
8466
8467 * textmodes/rst.el (rst-preferred-decorations)
8468 (rst-shift-basic-offset): Clarify obsolescence versions.
8469
8470 * profiler.el (profiler): Add missing group :version tag.
8471 * avoid.el (mouse-avoidance-banish-position):
8472 * proced.el (proced-renice-command):
8473 * calc/calc.el (calc-ensure-consistent-units):
8474 * calendar/icalendar.el (icalendar-import-format-uid):
8475 * net/tramp.el (tramp-save-ad-hoc-proxies):
8476 * progmodes/bug-reference.el (bug-reference-bug-regexp):
8477 * progmodes/flymake.el (flymake-error-bitmap)
8478 (flymake-warning-bitmap, flymake-fringe-indicator-position):
8479 * progmodes/sh-script.el (sh-indent-after-continuation):
8480 * progmodes/verilog-mode.el (verilog-auto-template-warn-unused)
8481 (verilog-before-save-font-hook, verilog-after-save-font-hook):
8482 * progmodes/vhdl-mode.el (vhdl-makefile-default-targets)
8483 (vhdl-array-index-record-field-in-sensitivity-list)
8484 (vhdl-indent-comment-like-next-code-line):
8485 * textmodes/reftex-vars.el (reftex-ref-style-alist)
8486 (reftex-ref-macro-prompt, reftex-ref-style-default-list)
8487 (reftex-cite-key-separator, reftex-create-bibtex-header)
8488 (reftex-create-bibtex-footer):
8489 * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
8490 (rst-indent-literal-normal, rst-indent-literal-minimized)
8491 (rst-indent-comment): Add missing custom :version tags.
8492
8493 * calendar/timeclock.el (timeclock-modeline-display):
8494 Add missing obsolete alias for renamed user option.
8495
8496 * strokes.el (strokes-modeline-string):
8497 * emulation/crisp.el (crisp-mode-modeline-string):
8498 * eshell/esh-mode.el (eshell-status-in-modeline):
8499 Aliases to defcustoms must come before the defcustom.
8500
8501 * calendar/cal-tex.el (cal-tex-diary, cal-tex-cursor-week)
8502 (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
8503 (cal-tex-cursor-week-monday): Doc fixes.
8504 (cal-tex-cursor-week2-summary): Doc fix.
8505 Rename from cal-tex-cursor-week-at-a-glance.
8506
8507 * calendar/cal-menu.el (cal-menu-context-mouse-menu):
8508 Tweak week descriptions. Add cal-tex-cursor-week2-summary.
8509
8510 * calendar/calendar.el (calendar-mode-map):
8511 Add cal-tex-cursor-week2-summary.
8512
8513 2012-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
8514
8515 * emacs-lisp/cl-macs.el (cl-defstruct): Improve docstring.
8516
8517 * subr.el (read-passwd-map): New var.
8518 (read-passwd): Use `read-string' again.
8519 * minibuffer.el (delete-minibuffer-contents): Make it interactive.
8520
8521 2012-10-06 Jambunathan K <kjambunathan@gmail.com>
8522
8523 * register.el (append-to-register, prepend-to-register):
8524 Deactivate mark, as does `copy-to-register' (bug#12389).
8525
8526 2012-10-06 Chong Yidong <cyd@gnu.org>
8527
8528 * files.el (auto-mode-alist): Add .by and .wy (Semantic grammars).
8529
8530 2012-10-06 Ikumi Keita <ikumi@ikumi.que.jp> (tiny change)
8531
8532 * international/characters.el: Fix simple mistake ((car chars) ->
8533 elt), delete duplicated code.
8534
8535 2012-10-06 Glenn Morris <rgm@gnu.org>
8536
8537 * subr.el (read-passwd): Allow C-u to erase entry. (Bug#12570)
8538
8539 2012-10-06 Julian Scheid <julians37@gmail.com> (tiny change)
8540
8541 * color.el (color-hsl-to-rgb): Fix incorrect results for
8542 small and large hue values. (Bug#12559)
8543
8544 2012-10-05 Fabián Ezequiel Gallina <fgallina@cuca>
8545
8546 Enhancements to docstring formatting when filling paragraphs.
8547 * progmodes/python.el (python-fill-docstring-style): Rename from
8548 python-fill-string-style. Added new style.
8549 (python-fill-string): Use new style. Better checks for
8550 docstrings.
8551
8552 2012-10-05 Glenn Morris <rgm@gnu.org>
8553
8554 * net/newst-treeview.el (newsticker-group-move-feed): Doc fix.
8555
8556 * color.el (color-name-to-rgb, color-rgb-to-hex)
8557 (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
8558 (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
8559 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
8560 (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
8561
8562 * emacs-lisp/timer.el (with-timeout): Add missing progn. (Bug#12577)
8563
8564 2012-10-05 Juanma Barranquero <lekktu@gmail.com>
8565
8566 * ido.el (ido-directory-too-big-p): Pass dir through file-truename
8567 to get the correct size across symlinks.
8568
8569 * ido.el (ido-buffer-disable-smart-matches): Fix typo in docstring.
8570
8571 2012-10-04 Juri Linkov <juri@jurta.org>
8572
8573 * replace.el (query-replace-interactive): Declare obsolete.
8574 (query-replace-read-from): Add the last incremental search string
8575 to the list of default values accessible via M-n.
8576 (map-query-replace-regexp): Use `read-regexp'.
8577 (query-replace, query-replace-regexp, query-replace-regexp-eval)
8578 (map-query-replace-regexp, replace-string, replace-regexp):
8579 Fix docstrings to replace mentions of `query-replace-interactive'
8580 with alternatives. (Bug#12526)
8581
8582 2012-10-04 Juri Linkov <juri@jurta.org>
8583
8584 * dired.el (dired-shrink-to-fit): Declare obsolete. (Bug#1806)
8585 (dired-pop-to-buffer): Declare obsolete.
8586 (dired-mark-pop-up): Doc fix.
8587
8588 2012-10-04 Fabián Ezequiel Gallina <fgallina@cuca>
8589
8590 Allow user to set docstring style for fill-paragraph.
8591 * progmodes/python.el
8592 (python-fill-comment-function, python-fill-string-function)
8593 (python-fill-decorator-function, python-fill-paren-function):
8594 Remove :safe for defcustoms.
8595 (python-fill-string-style): New defcustom
8596 (python-fill-paragraph-function): Enhance context detection.
8597 (python-fill-string): Honor python-fill-string-style settings.
8598
8599 2012-10-04 Martin Rudalics <rudalics@gmx.at>
8600
8601 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Select window
8602 after setting its buffer (Bug#10805).
8603
8604 2012-10-03 Fabián Ezequiel Gallina <fgallina@cuca>
8605
8606 Fix cornercase for string syntax.
8607 * progmodes/python.el (python-syntax-propertize-function):
8608 Simplify and enhance the regexp for unescaped quotes. Now it also
8609 matches quotes in weird situations like the single quote in
8610 "something\"'".
8611 (python-syntax-stringify): Simplify num-quotes detecting code.
8612
8613 2012-10-03 Glenn Morris <rgm@gnu.org>
8614
8615 * help-macro.el (three-step-help):
8616 Revert 2012-09-29 change. (Bug#12567)
8617
8618 2012-10-03 Martin Rudalics <rudalics@gmx.at>
8619
8620 * menu-bar.el (kill-this-buffer): Don't do anything when
8621 `menu-frame' is not alive or visible (Bug#8184).
8622
8623 * emacs-lisp/debug.el (debug): When quitting the debugger window
8624 restore current buffer (Bug#12502).
8625
8626 2012-10-02 Chong Yidong <cyd@gnu.org>
8627
8628 * progmodes/hideif.el (hif-lookup, hif-defined):
8629 Handle semantic-c-takeover-hideif.
8630
8631 2012-10-02 Paul Eggert <eggert@cs.ucla.edu>
8632
8633 Change sampling interval units from ms to ns.
8634 * profiler.el (profiler-sampling-interval): Change units
8635 from ms to ns, multiplying the default by 1000000 so that
8636 it remains 1 ms.
8637 (profiler-report-cpu-line-format): Give enough room for
8638 the maximum counters on 64-bit hosts.
8639 (profiler-report-render-calltree-1): Call them "CPU samples",
8640 not "Time (ms)", since they are not milliseconds now (and
8641 never really were).
8642
8643 2012-10-02 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
8644
8645 * net/eudcb-bbdb.el (eudc-bbdb-format-record-as-result):
8646 Fix querying BBDB for entries without a last name (Bug#11580).
8647
8648 2012-10-02 Chong Yidong <cyd@gnu.org>
8649
8650 * emacs-lisp/eieio.el: Restore Version header.
8651
8652 2012-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
8653
8654 * vc/diff-mode.el (diff--auto-refine-data): New var.
8655 (diff-hunk): Use it to delay refinement.
8656 (diff-mode): Remove overlays when we turn off font-lock.
8657
8658 * textmodes/table.el: Use lexical-binding, dolist, define-minor-mode.
8659 (table-initialize-table-fixed-width-mode)
8660 (table-set-table-fixed-width-mode): Remove functions.
8661 (table-command-list): Move initialization into declaration.
8662 (table--tweak-menu-for-xemacs): Move defun outside mapcar.
8663 (table-with-cache-buffer): Use `declare'.
8664 (table-span-cell): Simplify via CSE.
8665 (table-fixed-width-mode): Use define-minor-mode.
8666 (table-call-interactively, table-funcall, table-apply): Remove.
8667 (table-function): New function, to replace them.
8668
8669 * bookmark.el (bookmark-search-pattern): Remove var.
8670 (bookmark-read-search-input): Remove function.
8671 (bookmark-bmenu-search): Reimplement using a minibuffer.
8672
8673 * faces.el (modeline): Remove obsolete face name.
8674
8675 * vc/add-log.el (add-log-buffer-file-name-function): Demote to defvar
8676 and give a non-nil default value.
8677 (add-change-log-entry): Simplify accordingly.
8678
8679 2012-10-01 Dmitry Gutov <dgutov@yandex.ru>
8680
8681 * vc/vc-git.el (vc-git-log-edit-toggle-signoff): New function.
8682 (vc-git-log-edit-toggle-amend): New function.
8683 (vc-git-log-edit-toggle-signoff): New function.
8684 (vc-git-log-edit-mode): New major mode.
8685 (vc-git-log-edit-mode-map): Keymap for it.
8686 (vc-git-checkin): Handle "Amend" and "Sign-Off" headers.
8687
8688 * vc/log-edit.el (log-edit-font-lock-keywords): Allow hyphens in
8689 header names.
8690 (log-edit-toggle-header): New function.
8691 (log-edit-extract-headers): Accept function values in HEADERS alist.
8692
8693 2012-10-01 David Engster <deng@randomsample.de>
8694
8695 * emacs-lisp/eieio-opt.el (eieio-describe-class): Add filename
8696 from symbol property and change message to be more consistent with
8697 Emacs proper.
8698 (eieio-describe-generic): Add filename for each implementation.
8699 Fix indices for generic and normal methods.
8700 (eieio-method-def, eieio-class-def): New buttons.
8701 (eieio-help-find-method-definition)
8702 (eieio-help-find-class-definition): New functions.
8703 (eieio-help-mode-augmentation-maybee): Add buttons to filenames of
8704 class, constructor and method definitions.
8705
8706 * emacs-lisp/eieio.el (eieiomt-add, eieio-defclass): Save file
8707 information in symbol property.
8708 (scoped-class): Remove.
8709 (eieio-slot-name-index, call-next-method): Check if it is bound.
8710
8711 2012-10-01 Leo P. White <lpw25@cam.ac.uk>
8712
8713 * emacs-lisp/eieio-custom.el (eieio-custom-mode-map): New option.
8714 (eieio-custom-mode): New major mode.
8715 (eieio-customize-object): Use it.
8716
8717 2012-10-01 Eric Ludlam <zappo@gnu.org>
8718
8719 * emacs-lisp/eieio-base.el (eieio-persistent-read): New input args
8720 specifying the expected class, and whether subclassing is allowed.
8721 (eieio-persistent-convert-list-to-object):
8722 (eieio-persistent-validate/fix-slot-value)
8723 (eieio-persistent-slot-type-is-class-p): New functions.
8724 (eieio-named::slot-missing): Doc fix.
8725
8726 * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
8727 Stop using unused publd variable.
8728
8729 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
8730 (eieio-speedbar-description, eieio-speedbar-derive-line-path)
8731 (eieio-speedbar-object-buttonname, eieio-speedbar-make-tag-line)
8732 (eieio-speedbar-handle-click): Do not specify a class for the
8733 method. Fixes method invocation order problems with EDE.
8734
8735 2012-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
8736
8737 * emacs-lisp/bytecomp.el (byte-compiler-abbreviate-file): New function.
8738 (byte-compile-warning-prefix, byte-compile-file): Use it (bug#12508).
8739
8740 2012-10-01 Karl Fogel <kfogel@red-bean.com>
8741
8742 * bookmark.el (bookmark-version-control): Give tags in the
8743 :type choices (Bug#12309), and improve doc string.
8744 (bookmark-write-file): Bind `print-circle' to `t' to allow
8745 circular custom bookmark types. (Bug#12503)
8746
8747 2012-10-01 Paul Eggert <eggert@cs.ucla.edu>
8748
8749 Revert the FOLLOW-SYMLINKS change for file-attributes.
8750 * files.el (remote-file-name-inhibit-cache, after-find-file):
8751 * time.el (display-time-file-nonempty-p): Undo last change.
8752
8753 * profiler.el (profiler-sampling-interval): Change default back to 1.
8754 See Stefan Monnier in
8755 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00863.html>.
8756
8757 2012-10-01 Fabián Ezequiel Gallina <fgallina@cuca>
8758
8759 Shell output catching a la gud-gdb.
8760 * progmodes/python.el (python-shell-fetch-lines-in-progress)
8761 (python-shell-fetch-lines-string, python-shell-fetched-lines):
8762 New Vars.
8763 (python-shell-fetch-lines-filter): New function.
8764 (python-shell-send-string-no-output): Use them.
8765
8766 2012-09-30 Tomohiro Matsuyama <tomo@cx4a.org>
8767
8768 * profiler.el (profiler-sampling-interval): Rename from
8769 profiler-sample-interval.
8770 (profiler-sampling-interval): Default to 10.
8771 (profiler-find-profile): New command (was profiler-find-log).
8772 (profiler-find-profile-other-window): New command.
8773 (profiler-find-profile-other-frame): New command.
8774 (profiler-profile): Introduce API-level data structure.
8775
8776 2012-09-30 Paul Eggert <eggert@cs.ucla.edu>
8777
8778 file-attributes has a new optional arg FOLLOW-SYMLINKS.
8779 * files.el (remote-file-name-inhibit-cache):
8780 * time.el (display-time-file-nonempty-p): Use it.
8781 * files.el (after-find-file): Don't chase links before calling
8782 file-exists-p, as file-exists-p already does the right thing.
8783
8784 2012-09-30 Ralf Angeli <angeli@caeruleus.net>
8785
8786 Merge from standalone RefTeX repository.
8787
8788 The following ChangeLog entries are shortened versions of the
8789 original ones with file paths adapted. A not so strongly edited
8790 version of the original ChangeLog can be found in the commit log.
8791
8792 * textmodes/reftex-auc.el: Move `provide' call to bottom of file.
8793 (reftex-arg-cite): Use `reftex-cite-key-separator'.
8794 Correctly handle new value type returned by `reftex-citation'.
8795
8796 * textmodes/reftex-cite.el (reftex-create-bibtex-file): Make sure
8797 that entries with whitespace at various places are found.
8798 Doc fix. Include entries that are cross-referenced from cited entries.
8799 Include @String definitions in the resulting bib file. Add header
8800 and footer defined in `reftex-create-bibtex-header' and
8801 `reftex-create-bibtex-footer'.
8802 (reftex-do-citation): Make it possible again to insert
8803 non-existent entries. Save match data when asking for optional
8804 arguments. Return all keys, not just the first one.
8805 (reftex-all-used-citation-keys): Fix regexp to correctly extract
8806 all citations in the same line.
8807 (reftex-parse-bibtex-entry): Accept additional optional argument
8808 `raw' and keep quotes or braces if it is non-nil. Match fields
8809 containing hyphens besides word constituents.
8810 (reftex-get-string-refs): New function.
8811 (reftex-extract-bib-entries): Check if BibTeX file changed on disk
8812 and ask if it should be reread in case it did.
8813 (reftex-pop-to-bibtex-entry)
8814 (reftex-extract-bib-entries-from-thebibliography): Match \bibitem
8815 entries with spaces or tabs in front of arguments.
8816 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
8817 (reftex-parse-bibtex-entry, reftex-create-bibtex-file):
8818 Match entries containing numbers and symbol constituents.
8819 (reftex-do-citation, reftex-figure-out-cite-format):
8820 Use `reftex-cite-key-separator'.
8821
8822 * textmodes/reftex-dcr.el: Move provide statement to end of file.
8823 (reftex-mouse-view-crossref): Explain why point is set.
8824
8825 * textmodes/reftex-global.el: Whitespace changes.
8826
8827 * textmodes/reftex-index.el: Move provide statement to end of
8828 file.
8829 (reftex-index-selection-or-word): Use `reftex-region-active-p'.
8830 (reftex-index-visit-phrases-buffer): Set marker when visiting
8831 buffer. This allows for returning from the phrases file to the
8832 file one was just editing instead of the file where the last
8833 phrases was added from.
8834 (reftex-index-phrases-syntax-table): New variable. Give ?\"
8835 punctuation syntax as it usually is not used as string quote in
8836 TeX-related modes and may occur unmatched. The change also
8837 prevents fontification of quoted content.
8838 (reftex-index-phrases-mode): Use it.
8839
8840 * textmodes/reftex-parse.el (reftex-parse-from-file):
8841 Move backward one char if a `\' was matched after a section macro.
8842 (reftex-parse-from-file): Use beginning of match instead of end as
8843 bound.
8844
8845 * textmodes/reftex-ref.el: Adapt creation of
8846 `reftex-<package>-<macro>' functions to new structure of
8847 `reftex-ref-style-alist'.
8848 (reftex-reference): Use `reftex-ref-style-list' function.
8849 Adapt to new structure of `reftex-ref-style-alist'. Prompt for a
8850 reference macro if `reftex-ref-macro-prompt' is non-nil.
8851 (reftex-reference): Pass refstyle to `reftex-format-special'.
8852 Determine reference macro by looking at
8853 `reftex-ref-style-default-list' and `reftex-ref-style-alist'.
8854 Use only one special format function.
8855 (reftex-varioref-vref, reftex-fancyref-fref)
8856 (reftex-fancyref-Fref): Remove definitions. The functions are now
8857 generated from `reftex-ref-style-alist'.
8858 (reftex-format-vref, reftex-format-Fref, reftex-format-fref):
8859 Remove.
8860 (reftex-format-special): New function.
8861
8862 * textmodes/reftex-sel.el
8863 (reftex-select-cycle-ref-style-internal): Adapt to new structure
8864 of `reftex-ref-style-alist'. Remove code for testing macro type.
8865 (reftex-select-toggle-varioref)
8866 (reftex-select-toggle-fancyref): Remove.
8867 (reftex-select-cycle-ref-style-internal)
8868 (reftex-select-cycle-ref-style-forward)
8869 (reftex-select-cycle-ref-style-backward): New functions.
8870 (reftex-select-label-map): Use `v' and `V' for general cycling
8871 through reference styles. Add `p' for switching between number
8872 and page reference types.
8873
8874 * textmodes/reftex-toc.el (reftex-re-enlarge):
8875 Call `enlarge-window' only if there is something to do because in Emacs
8876 the horizontal version throws an error even if the parameter is 0.
8877
8878 * textmodes/reftex-vars.el (reftex-label-alist): Doc fix.
8879 (reftex-plug-into-AUCTeX): Doc fix.
8880 (reftex-vref-is-default, reftex-fref-is-default): Adapt doc
8881 string. Adapt to new name.
8882 (reftex-ref-style-alist): Change structure so that it is not
8883 possible to use multiple different package names within a style.
8884 Remove the symbols for symbols for macro type distinction.
8885 Add characters for macro selection.
8886 (reftex-ref-macro-prompt, reftex-create-bibtex-header)
8887 (reftex-create-bibtex-footer): New variables.
8888 (reftex-format-ref-function): Mention third argument of special
8889 format function.
8890 (reftex-ref-style-alist, reftex-ref-style-default-list):
8891 New variables.
8892 (reftex-vref-is-default, reftex-fref-is-default): Adapt doc string
8893 to new implementation. Mark as obsolete. Add compatibility code
8894 for honoring the variable values in case they are set.
8895 (reftex-cite-format-builtin, reftex-bibliography-commands):
8896 Add support for ConTeXt.
8897 (reftex-format-ref-function, reftex-format-cite-function):
8898 Fix custom type.
8899 (reftex-cite-key-separator): New variable.
8900
8901 * textmodes/reftex.el (reftex-syntax-table-for-bib)
8902 (reftex-mode): Do not derive `reftex-syntax-table-for-bib' from
8903 `reftex-syntax-table' because parens have to retain their paren
8904 syntax in order for parsing of BibTeX entries like @book(...) to
8905 work.
8906 (reftex-in-comment): Do not error out if `comment-start-skip' is
8907 not set. Deal correctly with escaped comment characters.
8908 (reftex-tie-multifile-symbols): Add doc string.
8909 Initialize `reftex-ref-style-list'.
8910 (reftex-untie-multifile-symbols): Add doc string.
8911 (reftex-add-index-macros): Doc fix.
8912 (reftex-ref-style-activate, reftex-ref-style-toggle)
8913 (reftex-ref-style-list): New functions.
8914 (reftex-mode-menu): Use them. Adapt to new structure of
8915 `reftex-ref-style-alist'.
8916 (reftex-select-with-char): Kill the RefTeX Select buffer when
8917 done.
8918 (reftex-remove-if): New function.
8919 (reftex-erase-all-selection-and-index-buffers)
8920 (reftex-mode-menu): Reference styles are now computed from
8921 `reftex-ref-style-alist'. Fix typo.
8922 (reftex-report-bug): New function.
8923 (reftex-uniquify, reftex-uniquify-by-car): Replace O(n^2)
8924 algorithms with O(n log n). Introduce optional argument SORT (not
8925 yet used).
8926
8927 2012-09-30 Fabián Ezequiel Gallina <fgallina@cuca>
8928
8929 Enhancements for triple-quote string syntax.
8930 * progmodes/python.el (python-syntax-propertize-function):
8931 Match both quote cases in one regexp.
8932 (python-syntax-stringify): Handle matches properly.
8933
8934 2012-09-30 Juri Linkov <juri@jurta.org>
8935
8936 * arc-mode.el (archive-summarize): Let-bind `buffer-file-truename'
8937 to nil around the call to `insert' to prevent
8938 directory time modification by lock_file. (Bug#2295)
8939 * tar-mode.el (tar-summarize-buffer): Idem.
8940
8941 2012-09-30 Juri Linkov <juri@jurta.org>
8942
8943 * facemenu.el (list-colors-sort): Add option "Luminance".
8944 (list-colors-sort-key): Implement it.
8945
8946 * vc/diff-mode.el (diff-refine-removed):
8947 * vc/ediff-init.el (ediff-fine-diff-A):
8948 * vc/smerge-mode.el (smerge-refined-removed):
8949 Change background color "#ffaaaa" to "#ffbbbb". (Bug#10181)
8950
8951 2012-09-30 Jan Djärv <jan.h.d@swipnet.se>
8952
8953 * term/ns-win.el (x-file-dialog): New function.
8954
8955 2012-09-30 Juanma Barranquero <lekktu@gmail.com>
8956
8957 * ido.el (ido-max-directory-size): Default to nil; the current
8958 default is small for POSIX systems, and impractical on Windows 7
8959 now that lstat returns directory sizes for NTFS.
8960
8961 2012-09-30 Martin Rudalics <rudalics@gmx.at>
8962
8963 In buffer display functions handle window-height/window-width
8964 alist entries. Suggested by Juri Linkov as fix for Bug#1806.
8965 * window.el (window--display-buffer): New argument ALIST.
8966 Obey window-height and window-width alist entries.
8967 (window--try-to-split-window): New argument ALIST.
8968 Bind window-combination-limit to t when the window's size shall be
8969 changed and window-combination-limit equals `window-size'.
8970 (display-buffer-in-atom-window)
8971 (display-buffer-in-major-side-window)
8972 (display-buffer-in-side-window, display-buffer-same-window)
8973 (display-buffer-reuse-window, display-buffer-pop-up-frame)
8974 (display-buffer-pop-up-window, display-buffer-below-selected)
8975 (display-buffer-at-bottom, display-buffer-in-previous-window)
8976 (display-buffer-use-some-window): Adjust all callers of
8977 window--display-buffer and window--try-to-split-window.
8978 (fit-frame-to-buffer): New option.
8979 (fit-window-to-buffer): Can resize frames if fit-frame-to-buffer
8980 is non-nil.
8981 (display-buffer-in-major-side-window): Evaluate window-height /
8982 window-width alist entries.
8983
8984 * help.el (temp-buffer-resize-frames)
8985 (temp-buffer-resize-regexps): Remove options.
8986 (temp-buffer-resize-mode): Adjust doc-string.
8987 (resize-temp-buffer-window): Don't consult
8988 temp-buffer-resize-regexps. Use fit-frame-to-buffer instead of
8989 temp-buffer-resize-frames.
8990
8991 * dired.el (dired-mark-pop-up):
8992 Call display-buffer-below-selected with a fit-window-to-buffer alist
8993 entry.
8994
8995 2012-09-30 Chong Yidong <cyd@gnu.org>
8996
8997 * server.el (server-host): Document the security implications.
8998 (server-auth-key): Doc fix.
8999
9000 * startup.el (initial-buffer-choice): Doc fix.
9001
9002 * minibuffer.el (minibuffer-local-filename-syntax): Doc fix.
9003
9004 * simple.el (delete-trailing-whitespace): Avoid an unnecessary
9005 restriction change.
9006
9007 * bindings.el (goto-map): Bind M-g TAB to move-to-column.
9008
9009 * help-fns.el (help-fns--obsolete): Fix last change.
9010
9011 2012-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
9012
9013 * winner.el (winner-mode-map): Obey winner-dont-bind-my-keys here.
9014 (minor-mode-map-alist): Remove redundant code.
9015
9016 * vc/pcvs.el (cvs-cleanup-collection): Keep entries that are currently
9017 visited in a buffer.
9018 (cvs-insert-visited-file): New function.
9019 (find-file-hook): Use it.
9020
9021 * vc/pcvs-info.el (cvs-fileinfo-pp): Don't use non-existent faces.
9022
9023 * vc/log-edit.el (log-edit-font-lock-keywords): Ignore case to
9024 chose face.
9025 (log-edit-empty-buffer-p): Don't require a space after a header.
9026
9027 * vc/ediff-util.el (ediff-diff-at-point): Don't assume point-min==1.
9028
9029 * tutorial.el (help-with-tutorial): Use minibuffer-with-setup-hook.
9030
9031 * textmodes/text-mode.el (paragraph-indent-minor-mode): Make it
9032 a proper minor-mode.
9033
9034 * textmodes/tex-mode.el (tex-mode-map): Don't bind paren keys.
9035
9036 2012-09-29 Glenn Morris <rgm@gnu.org>
9037
9038 * winner.el (winner-mode): Remove variable (let define-minor-mode
9039 handle it).
9040 (winner-dont-bind-my-keys, winner-boring-buffers, winner-mode-hook):
9041 Doc fixes.
9042 (winner-mode-leave-hook): Rename to winner-mode-off-hook.
9043 (winner-mode): Use define-minor-mode.
9044
9045 * vc/vc-sccs.el (vc-sccs-registered): Use the progn trick to get
9046 the full definition in loaddefs, rather than duplicating it.
9047
9048 * help-macro.el (three-step-help): No need to autoload defcustom.
9049
9050 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
9051 (inferior-lisp-program, inferior-lisp-load-command)
9052 (inferior-lisp-prompt, inferior-lisp-mode-hook):
9053 No need to autoload defcustoms.
9054
9055 * hippie-exp.el (hippie-expand-try-functions-list)
9056 (hippie-expand-verbose, hippie-expand-dabbrev-skip-space)
9057 (hippie-expand-dabbrev-as-symbol, hippie-expand-no-restriction)
9058 (hippie-expand-max-buffers, hippie-expand-ignore-buffers)
9059 (hippie-expand-only-buffers): No need to autoload defcustoms.
9060 * progmodes/vhdl-mode.el (vhdl-line-expand):
9061 Explicitly load hippie-exp, so it does not get autoloaded
9062 while hippie-expand-try-functions-list is let-bound.
9063
9064 2012-09-28 Glenn Morris <rgm@gnu.org>
9065
9066 * emacs-lisp/cl.el (flet): Fix case of obsolescence message.
9067
9068 * emacs-lisp/bytecomp.el (byte-compile-cl-file-p):
9069 Only "cl.el" counts as cl these days.
9070
9071 2012-09-28 Juri Linkov <juri@jurta.org>
9072
9073 Display archive errors in the echo area instead of inserting
9074 to the file buffer.
9075
9076 * arc-mode.el (archive-extract-by-stdout): Change arg STDERR-FILE
9077 to STDERR-TEST that can be a regexp matching a successful output.
9078 Create a temporary file and redirect stderr to it. Search for
9079 STDERR-TEST in the stderr output and display it in the echo area
9080 if no match is found.
9081 (archive-extract-by-file): New function like
9082 `archive-extract-by-stdout' but extracting archives to files
9083 and looking for successful matches in stdout. Function body is
9084 mostly copied from `archive-rar-extract'.
9085 (archive-rar-extract): Use `archive-extract-by-file'.
9086 (archive-7z-extract): Use `archive-extract-by-stdout'. (Bug#10347)
9087
9088 2012-09-28 Leo Liu <sdl.web@gmail.com>
9089
9090 * pcomplete.el (pcomplete-show-completions):
9091 Use minibuffer-message to make pcomplete usable in minibuffer.
9092
9093 * ido.el (ido-set-matches-1): Fix 2012-09-11 change.
9094
9095 2012-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
9096
9097 * type-break.el: Use lexical-binding.
9098 (type-break-mode): Use define-minor-mode.
9099
9100 * emacs-lisp/pcase.el (pcase--mark-used): New.
9101 (pcase--u1): Use it (bug#12512).
9102
9103 * custom.el (load-theme): Set buffer-file-name so the load is recorded
9104 in load-history with the right file name.
9105
9106 2012-09-28 Tassilo Horn <tsdh@gnu.org>
9107
9108 * doc-view.el (doc-view-current-cache-doc-pdf): New function.
9109 (doc-view-doc->txt, doc-view-convert-current-doc): Use it.
9110 (doc-view-get-bounding-box): Make bounding box slicing work for
9111 ODF and DVI documents.
9112
9113 2012-09-28 Glenn Morris <rgm@gnu.org>
9114
9115 * type-break.el (type-break-mode, type-break-interval)
9116 (type-break-good-rest-interval, type-break-keystroke-threshold):
9117 No need to autoload.
9118 (type-break-good-rest-interval, type-break-keystroke-threshold):
9119 Add :set-after.
9120
9121 2012-09-28 Chong Yidong <cyd@gnu.org>
9122
9123 * progmodes/verilog-mode.el (verilog-auto-inst-interfaced-ports):
9124 Add :version tag.
9125
9126 2012-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
9127
9128 * json.el (json-encode-char): Codes 127-160 aren't "ASCII printable".
9129
9130 2012-09-27 Glenn Morris <rgm@gnu.org>
9131
9132 * faces.el (x-display-name): Declare (for without-x builds).
9133
9134 * linum.el (linum-format): Don't autoload it. Improve :type.
9135
9136 * progmodes/tcl.el: Don't require outline when compiling.
9137 (outline-regexp, outline-level): Declare.
9138 * textmodes/sgml-mode.el: Don't require outline when compiling.
9139 (outline-regexp, outline-heading-end-regexp, outline-level): Declare.
9140
9141 * term.el (term-ansi-reset):
9142 Try setting term-ansi-face-already-done to nil. (Bug#11785)
9143
9144 * vc/vc.el (vc-next-action): Only gripe about committing read-only
9145 files for RCS and SCCS. (Bug#9781)
9146
9147 2012-09-27 Chong Yidong <cyd@gnu.org>
9148
9149 * progmodes/verilog-mode.el (verilog-mode-release-emacs): Fix last
9150 change; value should be t.
9151
9152 2012-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
9153
9154 * image-mode.el: Use lexical-binding.
9155 (image-mode-winprops): Use t to stand for the window of
9156 a buffer that's not displayed.
9157 * doc-view.el (doc-view-new-window-function): Handle the new
9158 t in winprops.
9159 (doc-view-enlarge): Make it a real nop if the size is not changed.
9160 (doc-view-display): Handle the case where the buffer is not (yet?)
9161 displayed in any window.
9162 (doc-view-saved-settings): New var.
9163 (doc-view-mode): Use it.
9164 (doc-view-fallback-mode): Set it.
9165
9166 * minibuf-eldef.el: Make it possible to replace (default ...) with [...].
9167 Set lexical-binding.
9168 (minibuffer-eldef-shorten-default): New var.
9169 (minibuffer-default-in-prompt-regexps): Use it for new default.
9170 (minibuf-eldef-setup-minibuffer): Add replacement functionality.
9171
9172 2012-09-26 Juanma Barranquero <lekktu@gmail.com>
9173
9174 * international/uni-bidi.el:
9175 * international/uni-category.el:
9176 * international/uni-name.el:
9177 * international/uni-numeric.el: Regenerate.
9178
9179 2012-09-26 Tomohiro Matsuyama <tomo@cx4a.org>
9180 Stefan Monnier <monnier@iro.umontreal.ca>
9181
9182 * profiler.el: New file.
9183
9184 2012-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
9185
9186 * emacs-lisp/testcover.el (testcover-after): Add gv-expander.
9187 (testcover-reinstrument): Simplify with CSE.
9188
9189 2012-09-26 Juanma Barranquero <lekktu@gmail.com>
9190
9191 * window.el (temp-buffer-window-setup): Fix typo in docstring.
9192
9193 2012-09-25 Wilson Snyder <wsnyder@wsnyder.org>
9194
9195 * verilog-mode.el (verilog-auto-ascii-enum, verilog-auto-inout)
9196 (verilog-auto-input, verilog-auto-insert-lisp)
9197 (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
9198 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-undef)
9199 (verilog-auto-unused, verilog-auto-wire)
9200 (verilog-forward-or-insert-line): Fix AUTOs with no trailing
9201 newline. Reported by Andrew Jones.
9202 (verilog-auto-inst) Support expanding $clog2 in AUTOINST.
9203 Reported by Brad Dobbie.
9204 (verilog-batch-delete-trailing-whitespace):
9205 Create verilog-batch-delete-trailing-whitespace.
9206 Reported by Brad Dobbie.
9207 (verilog-auto-inout-param): Support AUTOINOUTPARAM for copying
9208 parameters from another module. Reported by Dan Katz.
9209 (verilog-auto, verilog-auto-assign-modport)
9210 (verilog-auto-inout-modport): Add AUTOASSIGNMODPORT and
9211 AUTOINOUTMODPORT for UVM interface module shell generation.
9212 Reported by Brad Dobbie.
9213 (verilog-auto-inst-interfaced-ports): Make default nil, as more
9214 standard behavior.
9215 (verilog-auto): Fix AUTO parameters with parenthesis arguments.
9216 Reported by Matt Martin.
9217
9218 2012-09-25 Martin Rudalics <rudalics@gmx.at>
9219
9220 * window.el (window--resize-child-windows): When resizing child
9221 windows proportionally, process them in reverse order to
9222 preserve the "when splitting a window the new one gets the odd
9223 line" behavior.
9224 (window--resize-root-window-vertically): When resizing the
9225 minibuffer window try to affect only windows at the bottom of the
9226 frame. (Bug#12419)
9227
9228 2012-09-25 Chong Yidong <cyd@gnu.org>
9229
9230 * subr.el (declare): Doc fix.
9231
9232 * help-fns.el (help-fns--obsolete): Handle macros properly.
9233
9234 2012-09-25 Chong Yidong <cyd@gnu.org>
9235
9236 * bookmark.el (bookmark-jump-noselect): Use a declare form to mark
9237 this function obsolete.
9238
9239 * calendar/cal-x.el (calendar-two-frame-setup)
9240 (calendar-only-one-frame-setup, calendar-one-frame-setup):
9241 * calendar/calendar.el (american-calendar, european-calendar)
9242 (calendar-for-loop):
9243 * comint.el (comint-dynamic-simple-complete)
9244 (comint-dynamic-complete-as-filename, comint-unquote-filename):
9245 * desktop.el (desktop-load-default):
9246 * dired-x.el (dired-omit-here-always)
9247 (dired-hack-local-variables, dired-default-directory):
9248 * emacs-lisp/derived.el (derived-mode-class):
9249 * emacs-lisp/timer.el (timer-set-time-with-usecs):
9250 * emacs-lock.el (toggle-emacs-lock):
9251 * epa.el (epa-display-verify-result):
9252 * epg.el (epg-sign-keys, epg-start-sign-keys)
9253 (epg-passphrase-callback-function):
9254 * eshell/esh-util.el (eshell-for):
9255 * eshell/eshell.el (eshell-remove-from-window-buffer-names)
9256 (eshell-add-to-window-buffer-names):
9257 * files.el (locate-file-completion):
9258 * imenu.el (imenu-example--create-c-index)
9259 (imenu-example--create-lisp-index)
9260 (imenu-example--lisp-extract-index-name)
9261 (imenu-example--name-and-position):
9262 * international/mule-cmds.el (princ-list):
9263 * international/mule-diag.el (decode-codepage-char):
9264 * international/mule-util.el (detect-coding-with-priority):
9265 * iswitchb.el (iswitchb-read-buffer):
9266 * mail/mailalias.el (mail-complete):
9267 * mail/sendmail.el (mail-sent-via):
9268 * mouse.el (mouse-popup-menubar-stuff, mouse-popup-menubar)
9269 (mouse-major-mode-menu):
9270 * password-cache.el (password-read-and-add):
9271 * pcomplete.el (pcomplete-parse-comint-arguments):
9272 * progmodes/sh-script.el (sh-maybe-here-document):
9273 * replace.el (query-replace-regexp-eval):
9274 * savehist.el (savehist-load):
9275 * simple.el (choose-completion-delete-max-match):
9276 * term.el (term-dynamic-simple-complete):
9277 * vc/ediff-init.el (ediff-check-version):
9278 * vc/ediff-wind.el (ediff-choose-window-setup-function-automatically):
9279 * vc/vc.el (vc-diff-switches-list):
9280 * view.el (view-return-to-alist-update): Likewise.
9281
9282 * subr.el (eval-next-after-load, makehash, insert-string)
9283 (assoc-ignore-representation, assoc-ignore-case): Use declare to
9284 mark obsolete.
9285 (mode-line-inverse-video): Variable deleted.
9286
9287 * international/mule-util.el (string-to-sequence): Remove.
9288
9289 * calendar/calendar.el (calendar-version):
9290 * calendar/icalendar.el (icalendar-extract-ical-from-buffer)
9291 (icalendar-convert-diary-to-ical):
9292 * cus-edit.el (custom-mode):
9293 * ansi-color.el (ansi-color-unfontify-region):
9294 * international/latin1-disp.el (latin1-char-displayable-p):
9295 * progmodes/cwarn.el (turn-on-cwarn-mode):
9296 * progmodes/which-func.el (which-func-update-1):
9297 Use define-obsolete-function-alias.
9298
9299 * net/newst-backend.el (newsticker-cache-filename):
9300 * net/newst-treeview.el (newsticker-groups-filename):
9301 Fix incorrect obsolescence declaration.
9302
9303 * allout.el (allout-passphrase-hint-string): Likewise.
9304 (allout-init): Use a declare form to mark obsolete.
9305
9306 * emacs-lisp/byte-run.el (make-obsolete): Doc fix; emphasize that
9307 this applies to functions.
9308
9309 * iswitchb.el (iswitchb-read-buffer): Move code of
9310 iswitchb-define-mode-map here, and delete that obsolete function.
9311
9312 * net/snmp-mode.el (snmp-font-lock-keywords-3): Don't use obsolete
9313 font-lock-reference-face.
9314
9315 2012-09-25 Glenn Morris <rgm@gnu.org>
9316
9317 * buff-menu.el (Buffer-menu-name-width, Buffer-menu-size-width):
9318 Doc fixes.
9319
9320 * eshell/em-term.el (eshell-term-name):
9321 Default to term-term-name. (Bug#12485)
9322
9323 2012-09-24 Fabián Ezequiel Gallina <fgallina@cuca>
9324
9325 * progmodes/python.el (python-shell-send-buffer): Better handling
9326 of "if __name__ == '__main__':" conditionals when sending the buffer.
9327
9328 2012-09-24 Glenn Morris <rgm@gnu.org>
9329
9330 * eshell/esh-cmd.el (eshell-find-alias-function):
9331 Tighten up file-name regexp. (Bug#12499)
9332
9333 2012-09-24 Fabián Ezequiel Gallina <fgallina@cuca>
9334
9335 Enhancements for triple-quote string syntax.
9336 * progmodes/python.el (python-quote-syntax): Remove.
9337 (python-syntax-propertize-function): New value.
9338 (python-syntax-count-quotes, python-syntax-stringify):
9339 New functions.
9340
9341 2012-09-24 Chong Yidong <cyd@gnu.org>
9342
9343 * mail/supercite.el (sc-version): Remove obsolete function.
9344 (sc-describe): Don't mark as obsolete, since it is bound.
9345 (sc-submit-bug-report): Remove.
9346
9347 * vc/log-edit.el (cvs-changelog-full-paragraphs)
9348 (cvs-commit-buffer-require-final-newline): Remove.
9349 (log-edit-require-final-newline)
9350 (log-edit-changelog-full-paragraphs): Default to t.
9351
9352 * vc/pcvs-defs.el (cvs-diff-buffer-name, cvs-diff-ignore-marks)
9353 * vc/vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
9354 * vc/vc.el (vc-checkout-carefully): Likewise.
9355
9356 * vc/emerge.el (emerge-mode): Make it an obsolete alias.
9357 (emerge-version): Remove.
9358
9359 * progmodes/compile.el (compile-internal): Remove.
9360 (compilation-parse-errors-function): Fix typo.
9361
9362 * international/mule.el (set-char-table-default): Remove.
9363 (set-coding-priority, make-coding-system, generic-char-p)
9364 (charset-list, charset-bytes, charset-id): Use declare to mark
9365 functions as obsolete.
9366
9367 * vc/pcvs-defs.el (cvs-buffer-name-alist)
9368 (cvs-invert-ignore-marks): Remove references to obsolete vars.
9369 * vc/vc-hooks.el (vc-default-registered): Don't use
9370 vc-master-templates.
9371
9372 * font-lock.el (font-lock-reference-face):
9373 Use define-obsolete-variable-alias.
9374
9375 * generic-x.el (rul-generic-mode): Use font-lock-constant-face.
9376 * calendar/calendar.el (calendar-font-lock-keywords):
9377 * calendar/diary-lib.el (diary-font-lock-keywords)
9378 (diary-fancy-font-lock-keywords):
9379 * textmodes/reftex-sel.el (reftex-insert-docstruct):
9380 * textmodes/reftex-index.el (reftex-insert-index):
9381 * textmodes/reftex-cite.el (reftex-format-bib-entry):
9382 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
9383 * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
9384 * progmodes/prolog.el (prolog-font-lock-keywords):
9385 * progmodes/idlwave.el (idlwave-idl-keywords):
9386 * progmodes/ada-mode.el (ada-font-lock-keywords):
9387 * net/snmp-mode.el (snmp-font-lock-keywords-3): Likewise.
9388
9389 2012-09-24 Glenn Morris <rgm@gnu.org>
9390
9391 * mail/emacsbug.el (report-emacs-bug): Include `lsb_release -d'.
9392
9393 2012-09-23 Fabián Ezequiel Gallina <fgallina@cuca>
9394
9395 * progmodes/python.el (python-indent-line): More consistent cursor
9396 movement behavior.
9397
9398 2012-09-23 Stefan Merten <smerten@oekonux.de>
9399
9400 * textmodes/rst.el: Fix compiler warning.
9401
9402 2012-09-23 Roland Winkler <winkler@gnu.org>
9403
9404 * textmodes/bibtex.el (bibtex-autokey-transcriptions):
9405 Transcribe also LaTeX hyphenation.
9406 (bibtex-reformat): Bug fix. Do not quote twice the elements of
9407 bibtex-reformat-previous-options.
9408
9409 2012-09-23 Roland Winkler <winkler@gnu.org>
9410
9411 * proced.el (proced-renice-command): New variable.
9412 (proced-marked-processes): New function.
9413 (proced-with-processes-buffer): New macro.
9414 (proced-send-signal): Use them.
9415 (proced-renice): New command bound to r.
9416
9417 2012-09-23 Roland Winkler <winkler@gnu.org>
9418
9419 * ibuf-ext.el (ibuffer-switch-to-saved-filter-groups): If list
9420 ibuffer-saved-filter-groups has one element, shortcut the call of
9421 completing-read. (Bug#12331)
9422
9423 2012-09-23 Chong Yidong <cyd@gnu.org>
9424
9425 * bindings.el (mode-line-toggle-read-only):
9426 * bs.el (bs-toggle-readonly):
9427 * buff-menu.el (Buffer-menu-toggle-read-only):
9428 * dired.el (dired-toggle-read-only):
9429 * ibuffer.el (ibuffer-do-toggle-read-only): Use read-only-mode.
9430
9431 2012-09-23 Chong Yidong <cyd@gnu.org>
9432
9433 * image.el (image-type-available-p): Adapt to init-image-library
9434 argument changes.
9435
9436 2012-09-22 Juri Linkov <juri@jurta.org>
9437
9438 * dired.el (dired-mode-map): Add [remap read-only-mode] for
9439 `dired-toggle-read-only'. (Bug#12462)
9440
9441 2012-09-22 Martin Rudalics <rudalics@gmx.at>
9442
9443 * subr.el (temp-output-buffer-show): New function.
9444 (with-output-to-temp-buffer): Call temp-output-buffer-show
9445 instead of internal-temp-output-buffer-show.
9446
9447 2012-09-22 Chong Yidong <cyd@gnu.org>
9448
9449 * files.el (ctl-x-map): Bind C-x C-q to read-only-mode
9450 (Bug#12462).
9451
9452 * repeat.el (repeat): Doc fix (Bug#12348).
9453
9454 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix
9455 (Bug#10909).
9456
9457 * simple.el (shell-command-on-region): Doc fix.
9458 (read-only-mode): Doc fix.
9459
9460 2012-09-22 Eli Zaretskii <eliz@gnu.org>
9461
9462 * emacs-lisp/timer.el (run-with-idle-timer)
9463 (timer-activate-when-idle): Warn against reinvoking an idle timer
9464 from within its own timer action. (Bug#12447)
9465
9466 2012-09-22 Martin Rudalics <rudalics@gmx.at>
9467
9468 * cus-start.el (window-combination-limit): Add new optional
9469 values.
9470 * window.el (temp-buffer-window-show)
9471 (window--try-to-split-window): Handle new values of
9472 window-combination-limit (Bug#1806).
9473 (split-window): Test window-combination-limit for t instead of
9474 non-nil.
9475 (display-buffer-at-bottom): New buffer display action function.
9476 * help.el (temp-buffer-resize-regexps): New option.
9477 (temp-buffer-resize-mode): Rewrite doc-string.
9478 (resize-temp-buffer-window): Obey temp-buffer-resize-regexps.
9479 Don't resize reused window. Suggested by Glenn Morris.
9480
9481 2012-09-22 Stefan Merten <smerten@oekonux.de>
9482
9483 * textmodes/rst.el: Revamp section title faces.
9484 (rst-official-version)
9485 (rst-package-emacs-version-alist): Sync with official version
9486 V1.4.0.
9487 (rst-faces-defaults, rst-set-level-default)
9488 (rst-level-face-max, rst-level-face-base-color)
9489 (rst-level-face-base-light, rst-level-face-format-light)
9490 (rst-level-face-step-light, rst-define-level-faces): Obsolete.
9491 (rst-adornment-faces-alist): Match new setup.
9492 (rst-level-1, rst-level-2, rst-level-3, rst-level-4)
9493 (rst-level-5, rst-level-6): New faces.
9494
9495 2012-09-22 Chong Yidong <cyd@gnu.org>
9496
9497 * simple.el (undo): Handle indirect buffers (Bug#8207).
9498
9499 2012-09-21 Leo Liu <sdl.web@gmail.com>
9500
9501 IDO: Disable match re-ordering for buffer switching.
9502 * ido.el (ido-buffer-disable-smart-matches): New variable.
9503 (ido-set-matches-1): Use it. (Bug#2042)
9504
9505 2012-09-21 Jose Marino <marinoj@nso.edu> (tiny change)
9506
9507 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
9508 Fix 2011-05-17 change. (Bug#12418)
9509
9510 2012-09-21 Leo Liu <sdl.web@gmail.com>
9511
9512 * subr.el (ignore-errors): Mention with-demoted-errors in doc-string.
9513
9514 2012-09-21 Glenn Morris <rgm@gnu.org>
9515
9516 * emacs-lisp/shadow.el (load-path-shadows-font-lock-keywords):
9517 Be more robust about locating simple.el.
9518
9519 2012-09-21 Glenn Morris <rgm@gnu.org>
9520
9521 * mail/emacsbug.el (report-emacs-bug): Trap load-path-shadows errors.
9522
9523 2012-09-21 Joel Bion <jpbion@westvi.com> (tiny change)
9524
9525 * pcmpl-gnu.el (pcmpl-gnu-tarfile-regexp): Add tar.xz. (Bug#12382)
9526
9527 2012-09-20 Juri Linkov <juri@jurta.org>
9528
9529 * replace.el (query-replace-read-from): Use `read-regexp' instead
9530 of `read-from-minibuffer' when `regexp-flag' is non-nil.
9531 (occur-read-primary-args): Use `read-regexp' instead of
9532 `read-string'.
9533 (multi-occur-in-matching-buffers): Use `read-regexp' instead of
9534 `read-from-minibuffer'.
9535 * isearch.el (isearch-occur): Use `read-regexp' instead of
9536 `read-string'.
9537 * dired.el (dired-read-regexp): Use `read-regexp' instead of
9538 `read-from-minibuffer'.
9539 * progmodes/grep.el (grep-read-regexp): Use `read-regexp' instead
9540 of `read-string'. (Bug#7567)
9541
9542 * replace.el (read-regexp): Rename DEFAULT-VALUE arg to DEFAULTS
9543 and allow accepting a list of strings prepended to a list of
9544 standard default values. Doc fix. (Bug#12321)
9545
9546 * replace.el (read-regexp): Add HISTORY arg. (Bug#7567)
9547
9548 * replace.el (read-regexp): Don't add ": " when PROMPT already
9549 ends with a colon and space. (Bug#12321)
9550
9551 2012-09-20 Tassilo Horn <tsdh@gnu.org>
9552
9553 * doc-view.el (doc-view-display): Better fix for the cl-assertion
9554 error.
9555
9556 2012-09-20 Stefan Merten <smerten@oekonux.de>
9557
9558 * textmodes/rst.el: Integrate support for `imenu' and `which-function'.
9559 Fixes feature request bug#11711.
9560 (rst-mode): Create `imenu-create-index-function'.
9561 (rst-get-stripped-line): Delete after refactoring.
9562 (rst-section-tree, rst-section-tree-rec)
9563 (rst-section-tree-point): Refactor and document properly.
9564 (rst-imenu-find-adornments-for-position)
9565 (rst-imenu-convert-cell, rst-imenu-create-index):
9566 New function.
9567
9568 2012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
9569
9570 * emacs-lisp/macroexp.el (macroexp--obsolete-warning): New function.
9571 (macroexp--expand-all): Use it.
9572 (macroexp--funcall-and-return): Remove by folding it into its sole
9573 caller (macroexp--warn-and-return).
9574 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete):
9575 Use macroexp--obsolete-warning.
9576
9577 * calc/calc.el: Fix last change by removing the whole chunk, since it
9578 was only needed back when Calc was not bundled.
9579
9580 2012-09-20 Martin Rudalics <rudalics@gmx.at>
9581
9582 * emacs-lisp/debug.el (debug): Restore assignment to
9583 debugger-old-buffer removed on 2012-09-08.
9584
9585 2012-09-20 Juri Linkov <juri@jurta.org>
9586
9587 * dired-aux.el (dired-diff): Remove (require 'diff) since
9588 `diff-latest-backup-file' is now autoloaded.
9589
9590 2012-09-20 Chong Yidong <cyd@gnu.org>
9591
9592 * vc/diff.el (diff-latest-backup-file): Autoload.
9593
9594 2012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
9595
9596 * calc/calc.el: Remove redundant autoload shape check.
9597 (sel-mode): Don't defvar.
9598 (calc-get-stack-element): Add `sel-mode' arg instead.
9599 (calc-top, calc-top-list): Pass it this additional argument.
9600 * calc/calc-store.el (calc-store-map):
9601 * calc/calc-map.el (calc-apply, calc-reduce, calc-map)
9602 (calc-map-equation, calc-outer-product, calc-inner-product):
9603 * calc/calc-aent.el (calc-alg-entry): Don't bind sel-mode.
9604
9605 * emacs-lisp/macroexp.el (macroexp--expand-all): Fix last change.
9606
9607 2012-09-19 Juri Linkov <juri@jurta.org>
9608
9609 * dired-aux.el (dired-diff): Add (require 'diff) because
9610 `diff-latest-backup-file' is not autoloaded.
9611 (dired-do-chxxx, dired-do-chmod): Set `no-error-if-not-filep' arg
9612 of `dired-get-filename' to t to not report error when there is
9613 no default file on the current line.
9614
9615 2012-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
9616
9617 * emacs-lisp/macroexp.el (macroexp--funcall-if-compiled): Rename from
9618 macroexp--eval-if-compile.
9619 (macroexp--funcall-and-return, macroexp--warn-and-return): New funs.
9620 (macroexp--expand-all): Use them (bug#12371).
9621
9622 * doc-view.el (doc-view-guess-paper-size)
9623 (doc-view-scale-bounding-box): Fix unbound `caddr'.
9624
9625 2012-09-19 Tassilo Horn <tsdh@gnu.org>
9626
9627 New feature: set optimal slice from BoundingBox information.
9628 * doc-view.el (doc-view-mode-map): Add keybinding.
9629 (doc-view-menu): Add menu entry.
9630 (doc-view-set-slice): Adapt docstring.
9631 (doc-view-get-bounding-box, doc-view-guess-paper-size)
9632 (doc-view-scale-bounding-box)
9633 (doc-view-set-slice-from-bounding-box): New functions.
9634 (doc-view-paper-sizes): New defvar.
9635
9636 2012-09-19 Glenn Morris <rgm@gnu.org>
9637
9638 * emacs-lisp/macroexp.el (byte-compile-warn-obsolete)
9639 (byte-compile-log-warning): Autoload. (Bug#12371)
9640
9641 * calendar/calendar.el (calendar-american-month-header)
9642 (calendar-european-month-header, calendar-iso-month-header)
9643 (calendar-month-header): New options.
9644 (calendar-set-date-style): Set calendar-month-header. Redraw calendar.
9645 (calendar-generate-month): Use calendar-month-header. (Bug#9510)
9646
9647 2012-09-19 Jan Djärv <jan.h.d@swipnet.se>
9648
9649 * startup.el (command-line-ns-option-alist): Add -g and --geometry.
9650
9651 2012-09-18 Juri Linkov <juri@jurta.org>
9652
9653 * dired-aux.el (dired-diff): Restore original functionality of
9654 getting the default value, but keep new feature of using the
9655 latest existing backup file (`diff-latest-backup-file').
9656
9657 2012-09-18 Juri Linkov <juri@jurta.org>
9658
9659 * dired.el (dired-mark): If the region is active in Transient Mark
9660 mode, mark all files in the active region. Doc fix.
9661 (dired-unmark, dired-flag-file-deletion, dired-unmark-backward):
9662 Doc fix. (Bug#10624)
9663
9664 2012-09-18 Juri Linkov <juri@jurta.org>
9665
9666 * dired-aux.el (dired-do-chxxx, dired-do-chmod): Default file
9667 attributes for M-n are pulled from the file at point.
9668 (dired-do-chgrp, dired-do-chown, dired-do-touch): Doc fix.
9669 Suggested by Drew Adams. (Bug#10624)
9670
9671 2012-09-18 Dmitry Gutov <dgutov@yandex.ru>
9672
9673 * progmodes/ruby-mode.el (ruby-brace-to-do-end): Don't add extra
9674 whitespace after "end".
9675 (ruby-do-end-to-brace): Collapse block to one line if it fits
9676 within fill-column.
9677
9678 2012-09-18 Martin Rudalics <rudalics@gmx.at>
9679
9680 * emacs-lisp/debug.el (debugger-bury-or-kill): Fix customization
9681 value.
9682 (debug): Don't remove debugger window when debugger is expected
9683 to be back.
9684
9685 2012-09-18 Chong Yidong <cyd@gnu.org>
9686
9687 * custom.el (defface): Doc fix.
9688
9689 * cus-edit.el (custom-unlispify-remove-prefixes): Add warning.
9690
9691 2012-09-18 Martin Blais <blais@furius.ca> (tiny change)
9692
9693 * progmodes/compile.el (compilation-start): Use compilation-always-kill
9694 to initialize query-on-exit; then test that instead (bug#12288).
9695
9696 2012-09-17 Stefan Merten <smerten@oekonux.de>
9697
9698 * textmodes/rst.el: Add support for `testcover'.
9699 (rst-defcustom-testcover, rst-testcover-add-compose)
9700 (rst-testcover-add-1value): New functions.
9701 (rst-portable-mark-active-p): Replace by `use-region-p'.
9702 (rst-update-section, rst-classify-adornment)
9703 (rst-find-title-line): Mark `1value' forms.
9704 (rst-classify-adornment): Remove superfluous form.
9705 (rst-update-section, rst-get-adornments-around)
9706 (rst-adornment-complete-p, rst-get-next-adornment)
9707 (rst-adjust, rst-promote-region)
9708 (rst-display-adornments-hierarchy, rst-straighten-adornments)
9709 (rst-find-pfx-in-region, rst-section-tree-rec)
9710 (rst-section-tree-point, rst-toc-insert, rst-toc-insert-node)
9711 (rst-toc-node, rst-toc, rst-forward-section)
9712 (rst-iterate-leftmost-paragraphs)
9713 (rst-iterate-leftmost-paragraphs-2, rst-enumerate-region)
9714 (rst-bullet-list-region)
9715 (rst-convert-bullets-to-enumeration, rst-font-lock-keywords)
9716 (rst-compile-find-conf, rst-compile)
9717 (rst-repeat-last-character): Fix style.
9718
9719 2012-09-17 Chong Yidong <cyd@gnu.org>
9720
9721 * comint.el (comint--complete-file-name-data): Don't add a space
9722 if the status is `sole'; that adds a gratuitous space in the
9723 completion-cycling case (Bug#12092).
9724
9725 * pcomplete.el (pcomplete-completions-at-point): Likewise.
9726
9727 2012-09-17 Richard Stallman <rms@gnu.org>
9728
9729 * mail/rmailmm.el (rmail-mime-toggle-raw): Do rmail-mime-insert
9730 only in the mime-shown mode, not in raw mode.
9731 (rmail-mime): Toggle off mime by displaying the message without
9732 mime processing. (Bug#12305)
9733
9734 * mail/rmail.el (rmail-retry-failure):
9735 Turn off mime processing first. (Bug#12037)
9736
9737 * epa-mail.el (epa-mail-encrypt): Fix bug when a name has no key.
9738
9739 2012-09-17 Chong Yidong <cyd@gnu.org>
9740
9741 * shell.el (shell-file-name-chars, shell-file-name-quote-list)
9742 (shell-dynamic-complete-functions): Convert to defcustom.
9743 (shell-prompt-pattern, shell-completion-fignore): Doc fix.
9744
9745 * bookmark.el (bookmark-bmenu-toggle-filenames): Doc fixes.
9746 * comint.el (comint-prompt-read-only):
9747 * custom.el (defcustom):
9748 * hi-lock.el (hi-lock-mode):
9749 * ibuffer.el (ibuffer-formats):
9750 * ielm.el (ielm-prompt-read-only):
9751 * novice.el (disable-command):
9752 * saveplace.el (toggle-save-place):
9753 * speedbar.el (speedbar-supported-extension-expressions):
9754 * startup.el (auto-save-list-file-prefix, init-file-user)
9755 (after-init-hook, inhibit-startup-echo-area-message):
9756 * strokes.el (strokes-help):
9757 * time-stamp.el (time-stamp):
9758 * calendar/calendar.el (calendar, diary-file):
9759 * calendar/diary-lib.el (diary-mail-entries, diary)
9760 (diary-list-entries-hook):
9761 * calendar/holidays.el (holidays, calendar-holidays):
9762 * calendar/lunar.el (lunar-phases):
9763 * calendar/solar.el (sunrise-sunset):
9764 * emulation/edt.el (edt-load-keys):
9765 * emulation/viper.el (viper-mode):
9766 * eshell/em-alias.el (eshell-command-aliases-list):
9767 * eshell/esh-util.el (eshell-convert-numeric-arguments):
9768 * international/ogonek.el (ogonek-information):
9769 * net/tramp-cmds.el (tramp-bug):
9770 * net/quickurl.el (quickurl-reread-hook-postfix):
9771 * play/decipher.el (decipher-font-lock-keywords):
9772 * progmodes/cc-styles.el (c-set-style):
9773 * progmodes/idlw-shell.el (idlwave-shell-prompt-pattern):
9774 * progmodes/inf-lisp.el (inferior-lisp-prompt):
9775 * progmodes/octave-mod.el (octave-mode):
9776 * progmodes/sql.el (sql-mode, sql-interactive-mode, sql-password):
9777 * progmodes/verilog-mode.el (verilog-read-defines):
9778 * textmodes/two-column.el (2C-mode): Likewise.
9779
9780 2012-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
9781
9782 * mail/mailabbrev.el (mail-abbrev-expand-hook): Work for a mail aliasee
9783 that holds many addresses.
9784
9785 2012-09-16 Chong Yidong <cyd@gnu.org>
9786
9787 * align.el (align-areas): Call the indication function with
9788 positions instead of markers for arguments (Bug#12343).
9789
9790 * files.el (parse-colon-path): Use split-string (Bug#12351).
9791
9792 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
9793 (display-buffer-function): Mark as obsolete.
9794
9795 * progmodes/compile.el (compilation-parse-errors): Accept list
9796 values similar to font-lock-keywords (Bug#12136).
9797 Suggested by Oleksandr Manzyuk.
9798 (compilation-error-regexp-alist): Doc fix.
9799
9800 2012-09-15 Glenn Morris <rgm@gnu.org>
9801
9802 * version.el (emacs-bzr-version-bzr): New function.
9803 (emacs-bzr-get-version): Add optional EXTERNAL argument.
9804
9805 * vc/vc-bzr.el (vc-bzr-working-revision): For lightweight local
9806 checkouts, check the parent dirstate matches the branch.
9807 Add "--tree" to "bzr revno" arguments. Don't try to shorten the
9808 empty string.
9809
9810 * version.el (emacs-bzr-version): Doc fix.
9811 (emacs-bzr-version-dirstate): New function.
9812 (emacs-bzr-get-version): For lightweight checkouts, if the parent
9813 is local try and check that it matches the branch. If not, just
9814 use dirstate information. (Bug#12441)
9815
9816 2012-09-14 Juri Linkov <juri@jurta.org>
9817
9818 * dired-aux.el (dired-do-chmod): Use `eq' to detect empty input.
9819 (Bug#12399)
9820
9821 2012-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
9822
9823 * emacs-lisp/advice.el (ad-prognify): Remove, use macroexp-progn.
9824
9825 * emacs-lisp/edebug.el: Miscellaneous cleanup.
9826 Remove obsolete byte-compiler hack that tried to silence some warnings.
9827 (edebug-submit-bug-report): Remove.
9828 (edebug-get-buffer-window, edebug-sit-for, edebug-input-pending-p):
9829 Remove aliases, use the un-prefixed name instead.
9830 (edebug-pop-to-buffer): Consider other frames.
9831 (edebug-original-read):: Make it more obvious that it's always defined.
9832 (edebug--make-form-data-entry, edebug--form-data-name)
9833 (edebug--form-data-begin, edebug--form-data-end): Rename from the
9834 single-dashed name, and implement with cl-defstruct.
9835 (edebug-set-form-data-entry): Use the standard accessors.
9836 (edebug-make-top-form-data-entry): Use push.
9837 (edebug-no-match): Drop useless `funcall'.
9838 (mapcar, mapconcat, mapatoms, apply, funcall): Don't add debug specs
9839 to functions.
9840 (defsubst, dont-compile, eval-when-compile, eval-and-compile)
9841 (delay-mode-hooks, with-temp-file, with-temp-message, ad-dolist)
9842 (with-syntax-table, push, pop, 1value, noreturn, defadvice)
9843 (easy-menu-define, with-custom-print): Remove redundant specs.
9844 (edebug-outside-overriding-local-map)
9845 (edebug-outside-overriding-terminal-local-map): Remove, unused.
9846 (edebug--display): Bind unread-command-events directly to nil rather
9847 than binding it to unread-command-events and later setting it to nil.
9848 (edebug--display): Kill edebug-eval-buffer here...
9849 (edebug--recursive-edit): ...rather than here.
9850 Bind standard-output and standard-input.
9851 (edebug-eval): Check cl-macroexpand-all is fboundp.
9852 (edebug-temp-display-freq-count): Fix last change.
9853
9854 * emacs-lisp/easymenu.el (easy-menu-define): Add `debug' spec.
9855 * subr.el (noreturn, 1value): Add `debug' spec.
9856 * emacs-lisp/advice.el: Require cl-lib.
9857 (ad-copy-tree): Remove, use copy-tree instead.
9858 (ad-dolist): Remove use dolist or cl-dolist instead.
9859 (ad-do-return): Remove, use cl-return instead.
9860 (defadvice): Add `debug' spec.
9861
9862 2012-09-13 Juri Linkov <juri@jurta.org>
9863
9864 * dired-aux.el (dired-do-chxxx): Use `eq' to detect empty input.
9865 (Bug#12399)
9866
9867 2012-09-13 Glenn Morris <rgm@gnu.org>
9868
9869 * calc/calc.el (math-compose-expr):
9870 * calc/calc-ext.el (math-compose-expr):
9871 * progmodes/cc-defs.el (cl-macroexpand-all):
9872 * progmodes/cc-langs.el (delete-duplicates, mapcan)
9873 (cl-macroexpand-all): Update declarations.
9874
9875 * vc/vc.el: No need to require ediff.
9876 (ediff-load-version-control): Declare.
9877 (ediff-vc-internal): Fix declaration.
9878 (vc-version-ediff): Require ediff.
9879
9880 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
9881
9882 Use a more backwards-compatible timer format (Bug#12430).
9883 * emacs-lisp/timer.el (timer): PSECS is now at the end, rather than
9884 being right after USECS, as that better supports old code that
9885 inadvisedly looked directly at the timer vector.
9886
9887 2012-09-13 Kenichi Handa <handa@gnu.org>
9888
9889 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
9890 ("Chinese-CNS", "Chinese-EUC-TW"): Add chinese-gbk to
9891 `coding-priority' property of these language environment.
9892
9893 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
9894
9895 Fix glitches caused by addition of psec to timers (Bug#12430).
9896 * image.el (image-animate-timer):
9897 * time.el (display-time-world-timer):
9898 Use timer--function and timer--args rather than raw access to
9899 timer vector.
9900
9901 2012-09-13 Glenn Morris <rgm@gnu.org>
9902
9903 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
9904 If not compiling a file, try using load-file-name.
9905
9906 2012-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
9907
9908 * emacs-lisp/edebug.el (edebug-outside-unread-command-events):
9909 Fix last change.
9910 (edebug-update-eval-list): Use `push'.
9911
9912 * emacs-lisp/edebug.el: Use lexical-binding.
9913 Remove the "edebug-" prefix from non-dynamically-scoped variables.
9914 Mark unused args with underscore.
9915 (edebug-save-restriction, edebug-outside-excursion): Use `declare'.
9916 (edebug-form-data): Use defvar-local.
9917 (edebug-make-before-and-after-form, edebug-make-after-form):
9918 Use backquote.
9919 (edebug-args, edebug-value, edebug-after-index, edebug-arg-mode):
9920 Not dynamically scoped any more.
9921 (edebug--enter-trace): Add arguments `function' and `args'.
9922 Rename from edebug-enter-trace.
9923 (edebug-enter): Call it accordingly. Bind edebug-function explicitly.
9924 (edebug--update-coverage): Add `after-index' and `value' args.
9925 Rename from edebug-update-coverage.
9926 (edebug-slow-after): Call it accordingly.
9927 (edebug--recursive-edit): Add arg `arg-mode'. Rename from
9928 edebug-recursive-edit.
9929 (edebug--display): Call it accordingly. Add args `value',
9930 `offset-index', and `arg-mode'. Rename from edebug-display.
9931 (edebug-debugger, edebug): Call it accordingly.
9932 (edebug-eval-display-list): Use dolist.
9933
9934 2012-09-12 Juri Linkov <juri@jurta.org>
9935
9936 * info.el (Info-search): Don't check for isearch-mode and
9937 isearch-regexp before let-binding search-spaces-regexp to
9938 Info-search-whitespace-regexp.
9939 (Info-isearch-search): Let-bind Info-search-whitespace-regexp to
9940 search-whitespace-regexp if isearch-lax-whitespace or
9941 isearch-regexp-lax-whitespace is non-nil.
9942 (Info-mode): Don't set local variable search-whitespace-regexp.
9943 http://lists.gnu.org/archive/html/emacs-devel/2012-08/msg00811.html
9944
9945 2012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
9946
9947 * emacs-lisp/debug.el (debugger-outer-unread-command-char, debug)
9948 (debugger-env-macro): Remove support for unread-command-char.
9949
9950 * subr.el (set-temporary-overlay-map): Minimize slightly the impact of
9951 the temporary map re-appearing on emulation-mode-map-alists.
9952
9953 * emacs-lisp/edebug.el (def-edebug-form-spec): Remove, it's been broken
9954 since 22.1.
9955
9956 * ehelp.el (with-electric-help): Accept functions in
9957 electric-help-form-to-execute.
9958 (electric-help-execute-extended, electric-help-ctrl-x-prefix): Use it.
9959 And replace unread-command-char -> unread-command-events.
9960
9961 2012-09-12 Michael Albinus <michael.albinus@gmx.de>
9962
9963 Sync with Tramp 2.2.6.
9964
9965 * net/tramp.el (tramp-accept-process-output): Don't use
9966 JUST-THIS-ONE in the XEmacs case.
9967
9968 * net/trampver.el: Update release number.
9969
9970 2012-09-12 Martin Rudalics <rudalics@gmx.at>
9971
9972 * emacs-lisp/debug.el (debugger-previous-window-height):
9973 New variable.
9974 (debug): When debugger-jumping-flag is non-nil try to restore
9975 height of debugger window. (Bug#8789)
9976
9977 2012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
9978
9979 * emacs-lisp/edebug.el (edebug-enter): Don't mess with
9980 overriding-local-map and pre/post-command-hook here.
9981 (edebug-recursive-edit): Do it here instead (bug#12345).
9982 (edebug-outside-unread-command-char): Remove all uses of
9983 unread-command-char.
9984
9985 * emacs-lisp/debug.el (debug): Don't bind debug-on-error since
9986 inhibit-debugger is bound instead.
9987
9988 2012-09-11 Bastien Guerry <bzg@gnu.org>
9989
9990 * subr.el (set-temporary-overlay-map): Add a docstring.
9991 (Bug#12346)
9992
9993 2012-09-11 Bastien Guerry <bzg@gnu.org>
9994
9995 * minibuffer.el (completion-table-subvert): Fix docstring.
9996 (Bug#12347)
9997
9998 2012-09-11 Bastien Guerry <bzg@gnu.org>
9999
10000 * help-fns.el (describe-variable): Fix typo. (Bug#12346)
10001
10002 2012-09-10 Michael R. Mauger <mmaug@yahoo.com>
10003
10004 * progmodes/sql.el: Version 3.1
10005 (sql-db2-escape-newlines): New variable.
10006 (sql-escape-newlines-filter): Use it.
10007
10008 2012-09-10 Juanma Barranquero <lekktu@gmail.com>
10009
10010 * custom.el (custom-theme-load-confirm): Remove unneeded assignment.
10011
10012 2012-09-10 Dan Nicolaescu <dann@gnu.org>
10013
10014 * vc/diff-mode.el (diff-mode-menu):
10015 Bind diff-remove-trailing-whitespace.
10016
10017 2012-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
10018
10019 * emacs-lisp/lisp-mode.el (emacs-list-byte-code-comment-re): New var.
10020 (emacs-lisp-byte-code-comment, emacs-lisp-byte-code-syntax-propertize)
10021 (emacs-lisp-byte-code-mode): New functions.
10022 (eval-sexp-add-defvars): Don't skip defvars in column >0.
10023 (eval-defun-2): Remove bogus interactive spec.
10024 (lisp-indent-line): Remove redundant whole-exp code, now done in
10025 indent-according-to-mode.
10026 (save-match-data): Remove redundant indent data.
10027
10028 * emacs-lisp/benchmark.el (benchmark-run, benchmark-run-compiled):
10029 Use `declare'.
10030
10031 2012-09-09 Juri Linkov <juri@jurta.org>
10032
10033 * replace.el (replace-regexp-lax-whitespace): New defcustom.
10034 (replace-lax-whitespace, query-replace-regexp)
10035 (query-replace-regexp-eval, replace-regexp): Doc fix.
10036 (perform-replace, replace-highlight): Let-bind
10037 isearch-lax-whitespace to replace-lax-whitespace and
10038 isearch-regexp-lax-whitespace to replace-regexp-lax-whitespace.
10039
10040 * isearch.el (isearch-query-replace): Let-bind
10041 replace-lax-whitespace to isearch-lax-whitespace and
10042 replace-regexp-lax-whitespace to
10043 isearch-regexp-lax-whitespace. (Bug#10885)
10044
10045 2012-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
10046
10047 * eshell/em-unix.el (eshell/sudo): Explicitly drop return value.
10048
10049 2012-09-09 Alan Mackenzie <acm@muc.de>
10050
10051 * progmodes/cc-engine.el (c-state-cache-init):
10052 Initialise c-state-semi-nonlit-pos-cache\(-limit\)? properly.
10053 (c-record-parse-state-state):
10054 Record c-state-semi-nonlit-pos-cache\(-limit\)?.
10055
10056 2012-09-09 Andreas Schwab <schwab@linux-m68k.org>
10057
10058 * register.el (register-separator): Rename from
10059 separator-register. All uses changed. Doc fix.
10060 (register): Fix version.
10061
10062 2012-09-09 Chong Yidong <cyd@gnu.org>
10063
10064 * replace.el (query-replace-map): Bind four new symbols for
10065 requesting window scrolling.
10066
10067 * subr.el (y-or-n-p): Handle the window-scrolling bindings in
10068 query-replace-map (Bug#8948).
10069
10070 * custom.el (custom-theme-load-confirm): Use y-or-n-p.
10071
10072 * emacs-lisp/map-ynp.el (map-y-or-n-p): Don't bind scrolling keys
10073 since they are now in query-replace-map.
10074
10075 * window.el (scroll-other-window-down): Make the arg optional.
10076
10077 2012-09-09 Chong Yidong <cyd@gnu.org>
10078
10079 * files.el (hack-local-variables-confirm): Use quit-window to kill
10080 the *Local Variables* buffer.
10081
10082 2012-09-08 Dmitry Gutov <dgutov@yandex.ru>
10083
10084 * progmodes/ruby-mode.el (ruby-toggle-block): Guess the current block,
10085 not just expect to be at its beginning. Adjust callees.
10086 Succeed when do-end block has no space before the pipe character.
10087 (ruby-brace-to-do-end): When the original block is one-liner,
10088 convert to multiline. Reindent the result.
10089
10090 2012-09-08 Jambunathan K <kjambunathan@gmail.com>
10091
10092 * register.el (register): New group.
10093 (separator-register): New user option.
10094 (increment-register): Route it to `append-to-register', if
10095 register contains text. Implication is that `C-x r +' can now be
10096 used for appending to a text register (bug#12217).
10097 (append-to-register, prepend-to-register): Add separator based on
10098 `separator-register'.
10099
10100 2012-09-08 Alan Mackenzie <acm@muc.de>
10101
10102 AWK Mode: make auto-newline work when there's "==" in the pattern.
10103 * progmodes/cc-cmds.el (c-point-syntax): Handle virtual semicolons
10104 correctly.
10105 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5A.3):
10106 Test more rigorously for "=" token.
10107
10108 2012-09-08 Dmitry Gutov <dgutov@yandex.ru>
10109
10110 * progmodes/ruby-mode.el (ruby-match-expression-expansion):
10111 Only fail when reached LIMIT.
10112
10113 2012-09-08 Chong Yidong <cyd@gnu.org>
10114
10115 * dired.el (dired-mode-map): Don't bind M-=.
10116
10117 * dired-aux.el (dired-diff): Use backup file as default.
10118
10119 2012-09-08 Drew Adams <drew.adams@oracle.com>
10120
10121 * subr.el (add-to-history): Fix delete usage (Bug#12314).
10122
10123 2012-09-08 Chong Yidong <cyd@gnu.org>
10124
10125 * subr.el (syntax-after, syntax-class): Doc fix.
10126
10127 2012-09-08 Martin Rudalics <rudalics@gmx.at>
10128
10129 * window.el (display-buffer-in-previous-window): New buffer
10130 display action function.
10131
10132 * emacs-lisp/debug.el (debugger-bury-or-kill): New option.
10133 (debugger-previous-window): New variable.
10134 (debug): Rewrite using display-buffer-in-previous-window,
10135 quit-restore-window and debugger-bury-or-kill. (Bug#8789)
10136
10137 2012-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
10138
10139 * emacs-lisp/byte-run.el (defun): Tweak message. Simplify code.
10140
10141 2012-09-07 Matt McClure <mlm@aya.yale.edu> (tiny change)
10142
10143 * progmodes/python.el (python-shell-send-string):
10144 When default-directory is remote, create temp file on remote
10145 filesystem.
10146 (python-shell-send-file): When file is remote, pass local view of
10147 file paths to remote Python interpreter. (Bug#12340)
10148
10149 2012-09-07 Chong Yidong <cyd@gnu.org>
10150
10151 * window.el (switch-to-buffer): Doc fix (Bug#12181).
10152
10153 * files.el (after-find-file): Don't fail on a read-only buffer if
10154 require-final-newline is `visit' or `visit-save' (Bug#11156).
10155
10156 * subr.el (read-char-choice): Allow quitting via ESC ESC.
10157
10158 * userlock.el (ask-user-about-supersession-threat):
10159 Use read-char-choice (Bug#12093).
10160
10161 2012-09-07 Chong Yidong <cyd@gnu.org>
10162
10163 * subr.el (buffer-narrowed-p): New function.
10164
10165 * ses.el (ses-widen):
10166 * simple.el (count-words--buffer-message):
10167 * net/browse-url.el (browse-url-of-buffer): Use it.
10168
10169 * simple.el (count-words-region): Don't signal an error if there
10170 is a non-nil prefix arg and the mark is not set.
10171
10172 * help.el (describe-key-briefly): Allow the message to be seen
10173 when invoked from the minibuffer (Bug#7014).
10174
10175 2012-09-07 Dmitry Gutov <dgutov@yandex.ru>
10176
10177 * progmodes/ruby-mode.el (ruby-end-of-defun)
10178 (ruby-beginning-of-defun): Simplify, allow indentation before
10179 block beginning and end keywords.
10180 (ruby-beginning-of-defun): Only consider 3 keywords defun beginners.
10181 (ruby-end-of-defun): Expect that the point is at the beginning of
10182 the defun.
10183
10184 2012-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
10185
10186 * emacs-lisp/cl-macs.el (cl--do-arglist): Understand _ on &key args
10187 (bug#12367).
10188 (cl--make-usage-args): Strip _ from argument names.
10189
10190 2012-09-06 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
10191
10192 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize): Don't use
10193 obsolete alias speedbar-key-map.
10194 (vhdl-doc-variable, vhdl-doc-mode): Use called-interactively-p.
10195 (vhdl-index-menu-init): Don't use obsolete variable
10196 font-lock-maximum-size.
10197
10198 2012-09-06 Chong Yidong <cyd@gnu.org>
10199
10200 * frame.el (window-system-version): Mark as obsolete.
10201
10202 * speedbar.el (speedbar-update-flag, speedbar-mode): Remove uses
10203 of obsolete variable speedbar-key-map.
10204
10205 2012-09-06 Juri Linkov <juri@jurta.org>
10206
10207 * replace.el (replace-lax-whitespace): New defcustom.
10208 (query-replace, query-replace-regexp, query-replace-regexp-eval)
10209 (replace-string, replace-regexp): Mention it in docstrings.
10210 (perform-replace, replace-highlight): Let-bind
10211 isearch-lax-whitespace and isearch-regexp-lax-whitespace according
10212 to the values of replace-lax-whitespace and regexp-flag.
10213 Don't let-bind search-whitespace-regexp. (Bug#10885)
10214
10215 * isearch.el (isearch-query-replace): Let-bind
10216 replace-lax-whitespace instead of let-binding
10217 replace-search-function and replace-re-search-function.
10218 (isearch-lazy-highlight-search): Let-bind isearch-lax-whitespace
10219 and isearch-regexp-lax-whitespace to lazy-highlight variables.
10220 (isearch-toggle-symbol): Set isearch-regexp to nil
10221 in isearch-word mode (like in isearch-toggle-word).
10222
10223 2012-09-06 Juri Linkov <juri@jurta.org>
10224
10225 * replace.el (replace-search-function)
10226 (replace-re-search-function): Set default values to nil.
10227 (perform-replace): Let-bind isearch-related variables based on
10228 replace-related values, call `isearch-search-fun' and let-bind
10229 the result to `search-function'. Remove code that sets
10230 `search-function' and `search-string' separately for
10231 `delimited-flag'.
10232 (replace-highlight): Add new argument `delimited-flag' and
10233 rename other arguments to the names used in `perform-replace'.
10234 Let-bind `isearch-word' to the argument `delimited-flag'.
10235 (Bug#10885, bug#10887)
10236
10237 2012-09-07 Dmitry Gutov <dgutov@yandex.ru>
10238
10239 * progmodes/ruby-mode.el (ruby-indent-beg-re): Add pieces from
10240 ruby-beginning-of-indent, simplify, allow all keywords to have
10241 indentation before them.
10242 (ruby-beginning-of-indent): Adjust for above. Search until the
10243 found point is not inside a string or comment.
10244 (ruby-font-lock-keywords): Allow symbols to start with "@"
10245 character, give them higher priority than variables.
10246 (ruby-syntax-propertize-function)
10247 (ruby-font-lock-syntactic-keywords): Remove the "not comments"
10248 matchers. Expression expansions are not comments when inside a
10249 string, and there comment syntax status is irrelevant.
10250 (ruby-match-expression-expansion): New function. Check that
10251 expression expansion is inside a string, and it's not escaped.
10252 (ruby-font-lock-keywords): Use it.
10253
10254 2012-09-05 Martin Rudalics <rudalics@gmx.at>
10255
10256 * help.el (temp-buffer-max-height): New default value.
10257 (temp-buffer-resize-frames): New option.
10258 (resize-temp-buffer-window): Optionally resize frame.
10259
10260 * window.el (fit-frame-to-buffer-bottom-margin): New option.
10261 (fit-frame-to-buffer): New function.
10262
10263 2012-09-05 Glenn Morris <rgm@gnu.org>
10264
10265 * emulation/cua-rect.el (cua--init-rectangles):
10266 * textmodes/picture.el (picture-mode-map):
10267 * play/blackbox.el (blackbox-mode-map): Remap right-char and left-char
10268 like forward-char and backward-char. (Bug#12317)
10269
10270 2012-09-05 Leo Liu <sdl.web@gmail.com>
10271
10272 * progmodes/flymake.el (flymake-warning-re): New variable.
10273 (flymake-parse-line): Use it.
10274
10275 2012-09-05 Glenn Morris <rgm@gnu.org>
10276
10277 * calendar/holidays.el (holiday-christian-holidays):
10278 Rename an entry. (Bug#12289)
10279
10280 2012-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
10281
10282 * progmodes/sh-script.el (sh-font-lock-paren): Don't burp at BOB
10283 (bug#12222).
10284
10285 2012-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
10286
10287 * loadup.el: Load macroexp. Remove hack.
10288 * emacs-lisp/macroexp.el (macroexp--eval-if-compile): New function.
10289 (macroexp--expand-all): Use it to get better warnings.
10290 (macroexp--backtrace, macroexp--trim-backtrace-frame)
10291 (internal-macroexpand-for-load): New functions.
10292 (macroexp--pending-eager-loads): New var.
10293 (emacs-startup-hook): New hack to replace one in loadup.el.
10294 * emacs-lisp/cl-macs.el (cl--compiler-macro-list*)
10295 (cl--compiler-macro-cXXr): Move to top, before they can be used.
10296 (cl-psetf): Simplify.
10297 (cl-defstruct): Add indent rule.
10298
10299 2012-09-04 Lars Ingebrigtsen <larsi@gnus.org>
10300
10301 * mail/smtpmail.el (smtpmail-send-it): Prefer the From: header
10302 over `user-mail-address' for the SMTP MAIL FROM envelope.
10303 (smtpmail-via-smtp): Ditto.
10304
10305 2012-09-04 Dmitry Gutov <dgutov@yandex.ru>
10306
10307 * progmodes/ruby-mode.el: Clean up keybindings.
10308 (ruby-mode-map): Don't bind ruby-electric-brace,
10309 ruby-beginning-of-defun, ruby-end-of-defun, ruby-mark-defun,
10310 backward-kill-word, reindent-then-newline-and-indent.
10311 (ruby-mark-defun): Remove.
10312 (ruby-electric-brace): Remove. Obsoleted by electric-indent-chars.
10313 (ruby-mode): Set local beginning-of-defun-function and
10314 end-of-defun-function values.
10315
10316 2012-09-03 Martin Rudalics <rudalics@gmx.at>
10317
10318 * window.el (temp-buffer-window-setup-hook)
10319 (temp-buffer-window-show-hook): New hooks.
10320 (temp-buffer-window-setup, temp-buffer-window-show)
10321 (with-temp-buffer-window): New functions.
10322 (fit-window-to-buffer): Remove unused optional argument OVERRIDE.
10323 (special-display-popup-frame): Make sure the window used shows BUFFER.
10324
10325 * help.el (temp-buffer-resize-mode): Fix doc-string.
10326 (resize-temp-buffer-window): New optional argument WINDOW.
10327
10328 * files.el (recover-file, save-buffers-kill-emacs):
10329 * dired.el (dired-mark-pop-up): Use with-temp-buffer-window.
10330
10331 2012-09-02 Michael Albinus <michael.albinus@gmx.de>
10332
10333 * eshell/em-unix.el (eshell/sudo): When we have an ad-hoc
10334 remote definition of `default-directory', ensure we can connect.
10335
10336 2012-09-02 Juri Linkov <juri@jurta.org>
10337
10338 Toggle whitespace matching mode with M-s SPC.
10339 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00008.html
10340
10341 * isearch.el (search-whitespace-regexp): Doc fix.
10342 Remove cons cell customization.
10343 (isearch-mode-map): Bind "\M-s " to isearch-toggle-lax-whitespace.
10344 (isearch-lax-whitespace, isearch-regexp-lax-whitespace):
10345 New variables.
10346 (isearch-forward, isearch-forward-regexp): Doc fix.
10347 (isearch-toggle-lax-whitespace): New command.
10348 (search-forward-lax-whitespace, search-backward-lax-whitespace)
10349 (re-search-forward-lax-whitespace)
10350 (re-search-backward-lax-whitespace): New functions.
10351 (isearch-whitespace-regexp): Remove function.
10352 (isearch-query-replace): Let-bind replace-search-function and
10353 replace-re-search-function.
10354 (isearch-occur): Let-bind search-spaces-regexp according to the
10355 value of isearch-lax-whitespace and isearch-regexp-lax-whitespace.
10356 (isearch-quote-char): Check isearch-regexp-lax-whitespace in the
10357 condition for C-q SPC.
10358 (isearch-search-fun-default): Use new functions mentioned above.
10359 (isearch-search-forward, isearch-search-backward): Remove functions.
10360 (isearch-search): Don't let-bind search-spaces-regexp.
10361 (isearch-lazy-highlight-space-regexp): Remove variable.
10362 (isearch-lazy-highlight-lax-whitespace)
10363 (isearch-lazy-highlight-regexp-lax-whitespace): New variables.
10364 (isearch-lazy-highlight-new-loop): Use them.
10365 (isearch-lazy-highlight-search): Don't let-bind search-spaces-regexp.
10366
10367 2012-09-02 Chong Yidong <cyd@gnu.org>
10368
10369 * dired.el (dired-mode-map): Menu string fixes (Bug#11616).
10370
10371 2012-09-02 Glenn Morris <rgm@gnu.org>
10372
10373 * simple.el (undo): Tweak message in undo-only case. (Bug#12283)
10374
10375 2012-09-01 Glenn Morris <rgm@gnu.org>
10376
10377 * term.el: Tidy up menu definitions.
10378 (term-mode-map): Use easymenu for In/Out, Complete menus.
10379 (term-pager-break-map): Initialize in the defvar.
10380 (term-terminal-menu, term-signals-menu): Define with easymenu.
10381 (term-terminal-menu): Also show it in line-mode. (Bug#11957)
10382 (term-pager-menu): New, extracted from term-process-pager.
10383 (term-mode, term-char-mode, term-process-pager): Use easymenu-add.
10384 (term-update-mode-line): Propertize line/char and page items.
10385 (term-process-pager): Move keymap initialization elsewhere.
10386
10387 2012-09-01 Martin Rudalics <rudalics@gmx.at>
10388
10389 * window.el (switch-to-prev-buffer): Handle additional values of
10390 BURY-OR-KILL argument. Don't switch in minibuffer window.
10391 (switch-to-next-buffer): Don't switch in minibuffer window.
10392 (quit-restore-window): New function based on quit-window.
10393 Handle additional values of former KILL argument.
10394 (quit-window): Call quit-restore-window with appropriate
10395 interpretation of KILL argument.
10396 (display-buffer-below-selected): New buffer display action
10397 function.
10398
10399 2012-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
10400
10401 * minibuffer.el (completion-at-point-functions): Complete docstring
10402 (bug#12254).
10403
10404 2012-09-01 Paul Eggert <eggert@cs.ucla.edu>
10405
10406 Better seed support for (random).
10407 * play/5x5.el, play/animate.el, play/cookie1.el, play/dissociate.el:
10408 * play/doctor.el, play/dunnet.el, play/gomoku.el, play/landmark.el:
10409 * play/mpuz.el, play/tetris.el, play/zone.el:
10410 * calc/calc-comb.el (math-init-random-base):
10411 * play/blackbox.el (bb-init-board):
10412 * play/life.el (life):
10413 * server.el (server-use-tcp):
10414 * type-break.el (type-break):
10415 Remove unnecessary call to (random t).
10416 * net/sasl.el (sasl-unique-id-function):
10417 Change (random t) to (random), now that the latter is more random.
10418 * play/life.el (life-initialized): Remove no-longer-needed var.
10419
10420 2012-08-31 Alp Aker <alp.tekin.aker@gmail.com>
10421
10422 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
10423 Consider frame's buffer predicate when choosing the buffer.
10424 (Bug#12081)
10425
10426 2012-08-30 Richard Stallman <rms@gnu.org>
10427
10428 * simple.el (special-mode-map): Delete binding for `z'.
10429
10430 2012-08-30 Andreas Schwab <schwab@linux-m68k.org>
10431
10432 * progmodes/compile.el (compilation-always-kill): Doc fix.
10433
10434 2012-08-30 Chong Yidong <cyd@gnu.org>
10435
10436 * window.el (display-buffer-reuse-frames): Make the obsolescence
10437 message more informative.
10438
10439 2012-08-30 Glenn Morris <rgm@gnu.org>
10440
10441 * paren.el (show-paren-delay):
10442 Add a :set function. Doc fix. (Bug#12297)
10443
10444 2012-08-29 Martin Blais <blais@furius.ca> (tiny change)
10445
10446 * progmodes/compile.el (compilation-always-kill): New var.
10447 (compilation-start): Use it.
10448
10449 2012-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
10450
10451 * simple.el (read-only-mode): Move from files.el for bootstrapping.
10452 * files.el (read-only-mode): Move to simple.el.
10453
10454 * files.el (read-only-mode): New minor mode.
10455 (toggle-read-only): Use it and mark obsolete.
10456 (find-file--read-only):
10457 * vc/vc.el (vc-next-action, vc-checkout):
10458 * vc/vc-cvs.el (vc-cvs-checkout):
10459 * obsolete/vc-mcvs.el (vc-mcvs-update):
10460 * ffap.el (ffap--toggle-read-only): Update callers.
10461
10462 2012-08-29 Michael Albinus <michael.albinus@gmx.de>
10463
10464 * eshell/esh-ext.el (eshell-external-command): Do not examine
10465 remote shell scripts.
10466 See <https://bugs.launchpad.net/ubuntu/+source/emacs23/+bug/1035790>.
10467
10468 * net/tramp-sh.el (tramp-remote-path): Add "/sbin" and
10469 "/usr/local/sbin".
10470
10471 2012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
10472
10473 * emacs-lisp/cl-lib.el (buffer-string): Fix setter macro (bug#12293).
10474
10475 2012-08-28 Leo Liu <sdl.web@gmail.com>
10476
10477 * progmodes/sh-script.el (sh-dynamic-complete-functions): Adapt to
10478 completion-at-point. (Bug#12220)
10479
10480 * skeleton.el (skeleton-untabify): Change to nil (bug#12223).
10481
10482 * progmodes/sh-script.el (sh-indent-comment): Change to t (bug#12267).
10483
10484 2012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
10485
10486 * files.el (safe-local-eval-forms): Fix before-save-hook entry to
10487 be buffer-local; add delete-trailing-whitespace (bug#12259).
10488
10489 2012-08-28 Jeremy Moore <jmoore@ieee.org> (tiny change)
10490
10491 * progmodes/hideif.el (hif-compress-define-list):
10492 Fix typo. (Bug#11951)
10493
10494 2012-08-28 Dan Nicolaescu <dann@gnu.org>
10495
10496 * progmodes/hideshow.el (hs-block-end-regexp): Restore lost
10497 buffer local setting.
10498
10499 * net/rcirc.el (rcirc-split-message): Fix for buffer-local
10500 rcirc-encode-coding-system.
10501
10502 2012-08-28 Leo Liu <sdl.web@gmail.com>
10503
10504 * net/rcirc.el (rcirc-split-message): New function.
10505 (rcirc-send-message): Use it. (Bug#12051)
10506
10507 2012-08-28 Juri Linkov <juri@jurta.org>
10508
10509 * info.el (Info-fontify-node): Hide empty lines at the end of
10510 the node. (Bug#12272)
10511
10512 2012-08-27 Drew Adams <drew.adams@oracle.com>
10513
10514 * dired.el (dired-pop-to-buffer): Make window start at beginning
10515 of buffer (Bug#12281).
10516
10517 2012-08-26 Chong Yidong <cyd@gnu.org>
10518
10519 * window.el (special-display-regexps, special-display-frame-alist)
10520 (special-display-buffer-names, special-display-function)
10521 (display-buffer-reuse-frames): Mark as obsolete.
10522
10523 * progmodes/compile.el: Don't use display-buffer-reuse-frames.
10524
10525 * help.el (help-print-return-message): Don't treat
10526 display-buffer-reuse-frames specially.
10527
10528 2012-08-26 Chong Yidong <cyd@gnu.org>
10529
10530 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
10531 New variable, replacing gdb-frame-parameters.
10532 (gdb-frame-io-buffer, gdb-frame-breakpoints-buffer)
10533 (gdb-frame-threads-buffer, gdb-frame-memory-buffer)
10534 (gdb-frame-disassembly-buffer, gdb-frame-stack-buffer)
10535 (gdb-frame-locals-buffer, gdb-frame-registers-buffer): Use it.
10536 (def-gdb-frame-for-buffer): Macro deleted. It is easier to define
10537 the functions directly with gdb-display-buffer-other-frame-action.
10538 (gdb-display-breakpoints-buffer, gdb-display-threads-buffer)
10539 (gdb-display-memory-buffer, gdb-display-disassembly-buffer)
10540 (gdb-display-stack-buffer, gdb-display-locals-buffer)
10541 (gdb-display-registers-buffer): Define directly.
10542 (def-gdb-display-buffer): Macro deleted.
10543 (gdb-display-buffer): Remove second and third args, callers don't
10544 use them. Defer to the default display-buffer behavior, apart
10545 from making windows dedicated.
10546 (gdb-setup-windows): Don't call display-buffer unnecessarily.
10547
10548 * progmodes/gud.el (gud-display-line): Just use display-buffer.
10549
10550 * window.el (display-buffer-pop-up-frame): Handle a
10551 pop-up-frame-parameters alist entry.
10552 (display-buffer): Document it.
10553
10554 2012-08-26 Chong Yidong <cyd@gnu.org>
10555
10556 * isearch.el (search-whitespace-regexp): Make string and nil
10557 values apply to both ordinary and regexp search. Allow a cons
10558 cell value to distinguish between the two.
10559 (isearch-whitespace-regexp, isearch-search-forward)
10560 (isearch-search-backward): New functions.
10561 (isearch-occur, isearch-search-fun-default, isearch-search)
10562 (isearch-lazy-highlight-new-loop): Use them.
10563 (isearch-forward, isearch-forward-regexp): Doc fix.
10564
10565 2012-08-26 Chong Yidong <cyd@gnu.org>
10566
10567 * faces.el (help-argument-name): Always inherit from italic
10568 (Bug#12213).
10569
10570 2012-08-25 Martin Rudalics <rudalics@gmx.at>
10571
10572 * window.el (window--even-window-heights): Even heights when
10573 WINDOW and the selected window form a vertical combination.
10574 (display-buffer-use-some-window): Provide that window used gets
10575 sized back by quit-window. (Bug#11880) and (Bug#12091)
10576
10577 2012-08-24 Paul Eggert <eggert@cs.ucla.edu>
10578
10579 Fix file time stamp problem with bzr and CVS (Bug#12001).
10580 * vc/vc-cvs.el (vc-cvs-parse-entry): Ignore subsecond information
10581 in the file's time stamp, since the version control system loses
10582 that information.
10583
10584 2012-08-22 Juri Linkov <juri@jurta.org>
10585
10586 * info.el (Info-fontify-node): Hide the suffix of the
10587 Info file name in the header line. (Bug#12187)
10588
10589 2012-08-22 Glenn Morris <rgm@gnu.org>
10590
10591 * calendar/cal-tex.el (cal-tex-weekly-common):
10592 Restore leading blank page.
10593
10594 2012-08-22 Le Wang <l26wang@gmail.com>
10595
10596 * misc.el (forward-to-word, backward-to-word): Activate or extend
10597 the region under `shift-select-mode'. (Bug#12231)
10598
10599 2012-08-22 Bastien Guerry <bzg@gnu.org>
10600
10601 * progmodes/executable.el (executable-prefix): Set to "#!" instead
10602 of "#! ". http://www.in-ulm.de/~mascheck/various/shebang/#details
10603 gives details on why the space is never needed.
10604
10605 2012-08-22 Martin Rudalics <rudalics@gmx.at>
10606
10607 * window.el (walk-window-tree, window-with-parameter):
10608 New optional argument MINIBUF to control whether these functions
10609 should run on the minibuffer window.
10610 (window-at-side-list): Don't operate on minibuffer window.
10611 (window-in-direction): Simplify and rewrite doc-string.
10612 (window--size-ignore): Rename to window--size-ignore-p.
10613 Update callers.
10614 (display-buffer-in-atom-window, window--major-non-side-window)
10615 (window--major-side-window, display-buffer-in-major-side-window)
10616 (delete-side-window, display-buffer-in-side-window):
10617 New functions.
10618 (window--side-check, window-deletable-p, delete-window)
10619 (delete-other-windows, split-window): Handle side windows and
10620 atomic windows appropriately.
10621 (window--display-buffer): Call display-buffer-record-window also
10622 when the window buffer did not change.
10623
10624 2012-08-22 Christopher Schmidt <christopher@ch.ristopher.com>
10625
10626 * help-fns.el (help-fns--key-bindings):
10627 Abbreviate non-symbol remap targets. (Bug#12174)
10628
10629 2012-08-22 Martin Rudalics <rudalics@gmx.at>
10630
10631 * dired.el (dired-mark-remembered): Don't clobber point.
10632 (Bug#11795)
10633
10634 2012-08-22 Glenn Morris <rgm@gnu.org>
10635
10636 * progmodes/bug-reference.el (bug-reference): New custom group.
10637 (bug-reference-bug-regexp): Make it a defcustom.
10638
10639 2012-08-22 Daiki Ueno <ueno@unixuser.org>
10640
10641 * progmodes/js.el (js-indent-level, js-expr-indent-offset)
10642 (js-paren-indent-offset, js-square-indent-offset)
10643 (js-curly-indent-offset): Add :safe (Bug#12257).
10644
10645 2012-08-22 Edward O'Connor <hober0@gmail.com>
10646
10647 * json.el (json-key-format): Add error properties.
10648 (json-encode-key): New function.
10649 (json-encode-hash-table, json-encode-alist, json-encode-plist):
10650 Use json-encode-key.
10651
10652 2012-08-22 Glenn Morris <rgm@gnu.org>
10653
10654 * calendar/cal-tex.el (cal-tex-longday): New function, replacing...
10655 (cal-tex-leftday, cal-tex-rightday): Remove functions.
10656 (cal-tex-weekly-common, cal-tex-cursor-filofax-2week):
10657 Update for above change.
10658
10659 2012-08-21 Andreas Schwab <schwab@linux-m68k.org>
10660
10661 * cus-face.el (custom-face-attributes): Fix customize type for the
10662 :underline attribute. (Bug#11805)
10663
10664 2012-08-21 Martin Rudalics <rudalics@gmx.at>
10665
10666 * window.el (window-point-1, set-window-point-1): Remove.
10667 (window-in-direction, record-window-buffer)
10668 (set-window-buffer-start-and-point, split-window-below)
10669 (window--state-get-1, display-buffer-record-window):
10670 Replace calls to window-point-1 and set-window-point-1 by calls to
10671 window-point and set-window-point respectively.
10672
10673 2012-08-21 Glenn Morris <rgm@gnu.org>
10674
10675 * calendar/cal-tex.el (cal-tex-weekly-common): New function.
10676 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week):
10677 Use it.
10678
10679 * calendar/cal-tex.el (cal-tex-rightday): Add optional funcname arg.
10680 (cal-tex-shortday): New function.
10681 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week)
10682 (cal-tex-cursor-filofax-daily): Use the above.
10683
10684 * calendar/cal-tex.el (cal-tex-leftday, cal-tex-rightday):
10685 New functions.
10686 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
10687 (cal-tex-cursor-filofax-week): Use them.
10688
10689 * calendar/cal-tex.el (cal-tex-lefthead, cal-tex-righthead):
10690 New constants.
10691 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
10692 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use them.
10693
10694 * calendar/cal-tex.el (cal-tex-preamble): Generate new buffers.
10695 (cal-tex-end-document): Don't rely on buffer name.
10696
10697 * calendar/cal-tex.el (cal-tex-cursor-filofax-year):
10698 Use cal-tex-vspace.
10699 (cal-tex-vspace, cal-tex-hspace, cal-tex-em, cal-tex-bf)
10700 (cal-tex-Huge-bf, cal-tex-large-bf): Use cal-tex-cmd.
10701 (cal-tex-scriptsize, cal-tex-huge, cal-tex-Huge, cal-tex-large):
10702 Use cal-tex-arg.
10703
10704 * calendar/cal-tex.el (cal-tex-cursor-filofax-year)
10705 (cal-tex-cursor-week, cal-tex-cursor-week2)
10706 (cal-tex-cursor-week-iso, cal-tex-cursor-week-at-a-glance)
10707 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
10708 (cal-tex-cursor-filofax-daily, cal-tex-cursor-day)
10709 (cal-tex-insert-preamble, cal-tex-b-document)
10710 (cal-tex-e-document, cal-tex-b-center, cal-tex-e-center):
10711 Improve cal-tex-cmd usage.
10712
10713 * calendar/cal-tex.el (cal-tex-filofax-paper): New function.
10714 (cal-tex-cursor-filofax-year, cal-tex-cursor-filofax-2week)
10715 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use it.
10716 (cal-tex-weekly-paper): New function.
10717 (cal-tex-cursor-week, cal-tex-cursor-week2)
10718 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
10719 (cal-tex-cursor-day): Use it.
10720
10721 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance)
10722 (cal-tex-cursor-filofax-week): Remove leading blank page.
10723
10724 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
10725 Add autoload cookie. For now at least, don't use color, since
10726 no other cal-tex function does.
10727
10728 * calendar/cal-tex.el (cal-tex-cursor-week-iso)
10729 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
10730 (cal-tex-cursor-filofax-daily): Correct start date for diary entries.
10731
10732 2012-08-21 Juri Linkov <juri@jurta.org>
10733
10734 * info.el (Info-file-attributes): New variable.
10735 (info-insert-file-contents): Add file attributes to
10736 `Info-file-attributes'. Clear the caches `Info-index-nodes' and
10737 `Info-toc-nodes' when previous modtime of the Info file is less
10738 than new modtime.
10739 (Info-toc-nodes, Info-index-nodes): Move definitions up to the top
10740 of info.el. (Bug#12230)
10741
10742 2012-08-20 Glenn Morris <rgm@gnu.org>
10743
10744 * calendar/diary-lib.el (diary-include-files, diary-sexp-entry):
10745 * calendar/holidays.el (calendar-holiday-list):
10746 Report errors with display-warning rather than beep'n'sleep.
10747
10748 2012-08-20 Michael Albinus <michael.albinus@gmx.de>
10749
10750 * net/tramp.el (tramp-accept-process-output): Accept only output
10751 from PROC. Otherwise, process filters and sentinels might be
10752 confused. (Bug#12145)
10753
10754 2012-08-20 Chong Yidong <cyd@gnu.org>
10755
10756 * descr-text.el (describe-text-properties-1): Use overlays-in to
10757 report on empty overlays (Bug#3322).
10758
10759 2012-08-20 Glenn Morris <rgm@gnu.org>
10760
10761 * mail/rmailout.el (rmail-output-read-file-name):
10762 Trap and report errors in rmail-output-file-alist elements.
10763
10764 * font-lock.el (font-lock-add-keywords): Doc fix (quote face names
10765 since most non-font-lock faces are not also variables).
10766
10767 2012-08-20 Edward Reingold <reingold@iit.edu>
10768
10769 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
10770 New function. (Bug12160)
10771
10772 2012-08-19 Glenn Morris <rgm@gnu.org>
10773
10774 * mail/rmailout.el (rmail-output-read-file-name):
10775 Fix previous change (when the alist is nil or does not match).
10776
10777 2012-08-19 Chong Yidong <cyd@gnu.org>
10778
10779 * xml.el (xml-escape-string): Don't refer to xml-entity-alist
10780 (Bug#12228).
10781
10782 2012-08-18 Chong Yidong <cyd@gnu.org>
10783
10784 * simple.el (yank-handled-properties): New defcustom.
10785 (yank-excluded-properties): Add font-lock-face and category.
10786 (yank): Doc fix.
10787
10788 * subr.el (remove-yank-excluded-properties):
10789 Obey yank-handled-properties. The special handling of font-lock-face
10790 and category is now done this way, instead of being hard-coded.
10791 (insert-for-yank-1): Remove font-lock-face handling.
10792 (yank-handle-font-lock-face-property)
10793 (yank-handle-category-property): New function.
10794
10795 2012-08-17 Glenn Morris <rgm@gnu.org>
10796
10797 * mail/rmailout.el (rmail-output-read-file-name):
10798 Check rmail-output-file-alist against the full message body
10799 in the correct rmail buffer. (Bug#12214)
10800
10801 2012-08-17 Michael Albinus <michael.albinus@gmx.de>
10802
10803 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
10804 Eliminate superfluous prompt. (Bug#12203)
10805
10806 2012-08-17 Chong Yidong <cyd@gnu.org>
10807
10808 * mouse.el (mouse-appearance-menu): If x-select-font returns a
10809 font spec, set the font directly (Bug#3228).
10810
10811 2012-08-17 Martin Rudalics <rudalics@gmx.at>
10812
10813 * window.el (delete-window): Fix last fix.
10814
10815 2012-08-16 Martin Rudalics <rudalics@gmx.at>
10816
10817 * window.el (window-valid-p): Move to window.c.
10818 (window-child, window-child-count, window-last-child)
10819 (window-normalize-window, window-combined-p)
10820 (window-combinations, window-atom-root, window-min-size)
10821 (window-sizable, window-sizable-p, window-size-fixed-p)
10822 (window-min-delta, window-max-delta, window--resizable)
10823 (window--resizable-p, window-resizable, window-total-size)
10824 (window-full-height-p, window-full-width-p, window-body-size)
10825 (window-at-side-p, adjust-window-trailing-edge, maximize-window)
10826 (minimize-window, window-deletable-p, delete-window)
10827 (delete-other-windows, set-window-buffer-start-and-point)
10828 (next-buffer, previous-buffer, split-window, balance-windows-2)
10829 (set-window-text-height, window-buffer-height)
10830 (fit-window-to-buffer, shrink-window-if-larger-than-buffer)
10831 (truncated-partial-width-window-p): Minor code adjustments.
10832 In doc-strings state whether the argument window has to denote a
10833 live, valid or any window.
10834
10835 2012-08-16 Phil Sainty <psainty@orcon.net.nz> (tiny change)
10836
10837 * progmodes/subword.el (subword-forward-function)
10838 (subword-backward-function, subword-forward-regexp)
10839 (subword-backward-regexp): New variables.
10840 (subword-forward, subword-forward-internal, subword-backward-internal):
10841 Use new variables, eg so that different "word" definitions
10842 can be easily used. (Bug#11411)
10843
10844 2012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
10845
10846 * vc/vc-mtn.el (vc-mtn-revision-completion-table): Handle completion
10847 for composite selectors.
10848 * vc/vc.el (vc-diff-build-argument-list-internal): Don't prevent
10849 operation just because we can't find a previous revision.
10850
10851 2012-08-15 Chong Yidong <cyd@gnu.org>
10852
10853 * frame.el (set-frame-font): Accept font objects.
10854
10855 2012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
10856
10857 * textmodes/tex-mode.el (tex-insert-quote): ~ is a space (bug#12137).
10858
10859 2012-08-15 Wolfgang Jenkner <wjenkner@inode.at>
10860
10861 * man.el (Man-overstrike-face, Man-underline-face)
10862 (Man-reverse-face): Remove variables.
10863 (Man-overstrike, Man-underline, Man-reverse): New faces.
10864 (Man-fontify-manpage): Use them instead of the variables.
10865 (Man-cleanup-manpage): Comment change.
10866 (Man-ansi-color-map): New variable.
10867 (Man-fontify-manpage): Use it.
10868 Call ansi-color-apply-on-region to replace ad hoc code (bug#12147).
10869
10870 Implement ANSI SGR parameters 22-27 (bug#12146).
10871 * ansi-color.el (ansi-colors): Doc fix.
10872 (ansi-color-context, ansi-color-context-region): Doc fix.
10873 (ansi-color--find-face): New function.
10874 (ansi-color-apply, ansi-color-apply-on-region): Use it.
10875 Rename the local variable `face' to `codes' since it is now a list of
10876 ansi codes. Doc fix.
10877 (ansi-color-get-face): Remove.
10878 (ansi-color-parse-sequence): New function, derived from
10879 ansi-color-get-face.
10880 (ansi-color-apply-sequence): Use it. Rewrite, and support ansi
10881 codes 22-27.
10882
10883 2012-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
10884
10885 * subr.el (read-passwd): Allow use from a minibuffer.
10886
10887 2012-08-14 Eli Zaretskii <eliz@gnu.org>
10888
10889 * tooltip.el (tooltip-identifier-from-point): Don't treat tokens
10890 inside comments and strings as identifiers.
10891
10892 * progmodes/gud.el (gud-tooltip-print-command): Quote the
10893 expression to evaluate. This allows to evaluate expressions with
10894 embedded whitespace.
10895 (gud-tooltip-tips): Add a blank before the newline in the
10896 message-box text, for the benefit of message-box emulation on
10897 MS-Windows.
10898
10899 * progmodes/gdb-mi.el (gdb-tooltip-print): Don't ignore error
10900 messages from GDB, pop them up in a tooltip to give feedback to
10901 user.
10902 (gdb-tooltip-print-1): Quote the expression to evaluate.
10903 This allows to evaluate expressions with embedded whitespace.
10904 (gdb-inferior-io--init-proc): Don't send "-inferior-tty" command
10905 if the TTY name is nil or empty (which happens when communicating
10906 with the inferior via pipes, e.g. on MS-Windows).
10907 (gdb-internals): If GDB sends a "&\n" empty debugging message,
10908 don't send that to the GUD buffer.
10909
10910 2012-08-14 Glenn Morris <rgm@gnu.org>
10911
10912 * emacs-lisp/bytecomp.el (byte-compile-setq-default):
10913 Optimize away setq-default with no args, as for setq. (Bug#12195)
10914
10915 2012-08-14 Chong Yidong <cyd@gnu.org>
10916
10917 * minibuffer.el (read-file-name): Doc fix (Bug#10881).
10918
10919 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Doc fix
10920 (Bug#12085).
10921
10922 2012-08-14 Glenn Morris <rgm@gnu.org>
10923
10924 * emacs-lisp/bytecomp.el (byte-recompile-file): Doc fix.
10925
10926 2012-08-14 Michael Albinus <michael.albinus@gmx.de>
10927
10928 * net/tramp-sh.el (tramp-open-shell): Cache the shell name.
10929 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
10930 Use cached shell name.
10931
10932 2012-08-14 Fabián Ezequiel Gallina <fgallina@cuca>
10933
10934 * progmodes/python.el (python-shell-send-string):
10935 (python-shell-send-setup-code): Do not use `format' with `message'.
10936
10937 2012-08-14 Dmitry Gutov <dgutov@yandex.ru>
10938
10939 * progmodes/ruby-mode.el: Improve percent literals (bug#6286).
10940 (ruby-percent-literal-beg-re): New constant.
10941 (ruby-syntax-general-delimiters-goto-beg): Rename to
10942 `ruby-syntax-enclosing-percent-literal', improve literal type check.
10943 (ruby-syntax-propertize-general-delimiters): Rename to
10944 `ruby-syntax-propertize-percent-literal', it's a shorter and more
10945 popular term. Adjust comments everywhere.
10946 (ruby-syntax-propertize-percent-literal): Only propertize when not
10947 inside a simple string or comment. When the literal is unclosed,
10948 leave the text after it unpropertized.
10949 (ruby-syntax-methods-before-regexp): New constant.
10950 (ruby-syntax-propertize-function): Use it to recognize regexps.
10951 Don't look at the text after regexp, just use the whitelist.
10952
10953 2012-08-14 Andreas Schwab <schwab@linux-m68k.org>
10954
10955 * emacs-lisp/bytecomp.el (byte-recompile-file): When LOAD is
10956 non-nil always load the compiled file if it exists. (Bug#12197)
10957
10958 2012-08-14 Chong Yidong <cyd@gnu.org>
10959
10960 * hi-lock.el (hi-lock-mode): Do not unilaterally enable font lock.
10961 (hi-lock-set-pattern): When deciding whether to use font lock or
10962 overlays, look at font-lock-mode instead of font-lock-fontified
10963 (Bug#12168).
10964 (hi-lock-mode, hi-lock-line-face-buffer, hi-lock-unface-buffer)
10965 (hi-lock-face-buffer, hi-lock-face-phrase-buffer): Doc fix.
10966
10967 2012-08-14 Daiki Ueno <ueno@unixuser.org>
10968
10969 * subr.el (internal--after-with-selected-window): Fix typo
10970 (Bug#12193).
10971
10972 2012-08-14 Fabián Ezequiel Gallina <fgallina@cuca>
10973
10974 Use `completion-table-dynamic' for completion functions.
10975 * progmodes/python.el
10976 (python-shell-completion--do-completion-at-point)
10977 (python-shell-completion--get-completions):
10978 Remove functions.
10979 (python-shell-completion-complete-at-point): New function.
10980 (python-completion-complete-at-point): Use it.
10981
10982 2012-08-13 Jambunathan K <kjambunathan@gmail.com>
10983
10984 * vc/vc-dir.el (vc-dir-hide-state): New command (bug#12159).
10985 (vc-dir-hide-up-to-date): Route it to `vc-dir-hide-state'.
10986
10987 2012-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
10988
10989 * subr.el (function-get): Refine `autoload' arg so it can also
10990 autoload functions for gv.el (bug#12191).
10991 * emacs-lisp/edebug.el (get-edebug-spec): Adjust so it only
10992 autoloads macros.
10993
10994 * color.el (color-xyz-to-lab, color-lab-to-xyz, color-cie-de2000):
10995 Prefer pcase-let over destructuring-bind.
10996 * vc/diff-mode.el (diff-remove-trailing-whitespace): Same.
10997 Also, remove whitespace as we go, rather than after accumulating the
10998 various places.
10999
11000 * subr.el (internal--before-with-selected-window)
11001 (internal--after-with-selected-window): Fix typo seleted->selected.
11002 (with-selected-window): Adjust callers.
11003 Reported by Dmitry Gutov <dgutov@yandex.ru>.
11004
11005 2012-08-13 Bastien Guerry <bzg@gnu.org>
11006
11007 * window.el (special-display-popup-frame): Minor docstring
11008 enhancement. (Bug#12172)
11009
11010 2012-08-13 Andreas Schwab <schwab@linux-m68k.org>
11011
11012 * tar-mode.el (tar-header-data-end): Only ignore size for files of
11013 type 1-6.
11014 (tar-header-block-summarize, tar-get-descriptor): Handle pax
11015 extended headers.
11016
11017 * files.el (hack-local-variables-filter): Remove useless eval.
11018
11019 2012-08-13 Martin Rudalics <rudalics@gmx.at>
11020
11021 * subr.el (with-selected-window): Fix last change.
11022
11023 2012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
11024
11025 * subr.el (internal--before-with-seleted-window)
11026 (internal--after-with-seleted-window): New functions.
11027 (with-selected-window): Use them, to replace dependency on
11028 tty-top-frame.
11029
11030 2012-08-12 Nobuyoshi Nakada <nobu@ruby-lang.org>
11031
11032 * progmodes/ruby-mode.el (ruby-mode-map): Remove unnecessary
11033 binding for `newline'.
11034 (ruby-move-to-block): When moving backward, stop at block opening,
11035 not indentation.
11036 * progmodes/ruby-mode.el (ruby-brace-to-do-end)
11037 (ruby-do-end-to-brace, ruby-toggle-block): New functions.
11038 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
11039 `ruby-toggle-block'.
11040
11041 2012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
11042
11043 * ibuffer.el (ibuffer-do-toggle-read-only):
11044 * dired.el (dired-toggle-read-only):
11045 * buff-menu.el (Buffer-menu-toggle-read-only):
11046 * bindings.el (mode-line-toggle-read-only):
11047 * bs.el (bs-toggle-readonly): Call toggle-read-only interactively.
11048
11049 2012-08-12 Andreas Schwab <schwab@linux-m68k.org>
11050
11051 * descr-text.el (describe-char): Put the overlays over the
11052 "displayed as" character.
11053
11054 2012-08-12 Jay Belanger <jay.p.belanger@gmail.com>
11055
11056 * calc/calc-units.el (math-default-units-table): Give an
11057 initial value.
11058 (math-put-default-units): Add options to put composite units and
11059 unit systems in the default units table.
11060 (calc-convert-units): Send composite units to
11061 `math-put-default-units' when appropriate.
11062
11063 2012-08-11 Glenn Morris <rgm@gnu.org>
11064
11065 * emacs-lisp/copyright.el (copyright-update-directory): Logic fix.
11066
11067 * tutorial.el (help-with-tutorial):
11068 * emacs-lisp/copyright.el (copyright-update-directory):
11069 * emacs-lisp/autoload.el (autoload-find-generated-file)
11070 (autoload-find-file): Disable local eval: (for insurance).
11071
11072 * files.el (hack-local-variables-filter): If an eval: form is not
11073 known to be safe, and enable-local-variables is :safe, then ignore
11074 the form totally, as is done for non-eval forms. (Bug#12155)
11075 This is CVE-2012-3479.
11076
11077 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
11078
11079 * emacs-lisp/rx.el (rx-constituents): Don't define as constant.
11080 (rx-form): Simplify.
11081
11082 2012-08-09 Dmitry Gutov <dgutov@yandex.ru>
11083
11084 * progmodes/ruby-mode.el (ruby-expr-beg, ruby-parse-partial):
11085 ?, _, and : are symbol constituents, ! is not (but kinda should be).
11086 (ruby-syntax-propertize-heredoc): Use ruby-singleton-class-p.
11087 (ruby-syntax-propertize-function): Adjust for changes in
11088 `ruby-syntax-propertize-heredoc'.
11089
11090 2012-08-09 Nobuyoshi Nakada <nobu@ruby-lang.org>
11091
11092 * progmodes/ruby-mode.el (ruby-mode-map): Remove deprecated
11093 binding (use `M-;' instead).
11094 (ruby-singleton-class-p): New function.
11095 (ruby-expr-beg, ruby-in-here-doc-p) Use it.
11096
11097 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
11098
11099 * emacs-lisp/cl-macs.el (cl-loop): Improve debug spec.
11100
11101 2012-08-10 Chong Yidong <cyd@gnu.org>
11102
11103 * progmodes/python.el (python-shell-get-process-name): Don't mess
11104 with same-window-buffer-names.
11105
11106 * eshell/eshell.el (eshell-add-to-window-buffer-names)
11107 (eshell-remove-from-window-buffer-names): Make obsolete.
11108 (eshell-buffer-name, eshell-unload-hook): Don't use them.
11109 (eshell): Just use pop-to-buffer-same-window instead.
11110
11111 2012-08-10 Chong Yidong <cyd@gnu.org>
11112
11113 * bindings.el: Bind M-= back to count-words-region.
11114
11115 * simple.el (count-words-region): Accept a prefix arg for acting
11116 on the entire buffer.
11117 (count-words--buffer-message): New helper function.
11118
11119 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
11120
11121 * term/x-win.el (x-menu-bar-open): Always pass last-nonmenu-event.
11122 * subr.el (eventp): `nil' is not an event, and eventp is not hot.
11123 (event-start, event-end): Use posn-at-point to return a more
11124 informative posn.
11125 (posnp): New function.
11126 * mouse.el (popup-menu-normalize-position): Use it.
11127
11128 2012-08-10 Masatake YAMATO <yamato@redhat.com>
11129
11130 * mouse.el (popup-menu-normalize-position): New function.
11131 (popup-menu): Use `popup-menu-normalize-position' to normalize
11132 the form for POSITION argument.
11133
11134 * term/x-win.el (x-menu-bar-open):
11135 Use the value returend from (posn-at-point) as position
11136 passed to `popup-menu'.
11137
11138 2012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
11139
11140 * calc/calccomp.el (math-compose-expr): Add extra argument
11141 indicating that parentheses should be put around products in
11142 denominators. Give multiplication precedence over division during
11143 composition.
11144
11145 2012-08-09 Chong Yidong <cyd@gnu.org>
11146
11147 * man.el (Man-switches, Man-sed-command, Man-awk-command)
11148 (Man-mode-hook, Man-cooked-hook, Man-untabify-command-args)
11149 (Man-untabify-command, manual-program): Convert to defcustom
11150 (Bug#10429).
11151
11152 * vc/add-log.el (change-log-mode): Bind comment-start to nil.
11153
11154 * descr-text.el (describe-char): Don't insert extra newlines
11155 (Bug#10127).
11156
11157 * vc/log-view.el (log-view-diff): Use use-region-p (Bug#10133).
11158 (log-view-diff-changeset, log-view-minor-wrap): Likewise.
11159
11160 * align.el (align-region): Delete temporary markers (Bug#10047).
11161 Plus some code cleanups.
11162
11163 2012-08-09 Fabián Ezequiel Gallina <fgallina@cuca>
11164
11165 * progmodes/python.el (python-pdbtrack-tracked-buffer)
11166 (python-pdbtrack-buffers-to-kill, python-shell-internal-buffer)
11167 (python-shell-internal-last-output): Use make-local-variable
11168 instead of make-variable-buffer-local.
11169
11170 2012-08-09 Fabián Ezequiel Gallina <fgallina@cuca>
11171
11172 * progmodes/python.el: Enhancements to forward-sexp.
11173 (python-nav-forward-sexp): Rename from
11174 python-nav-forward-sexp-function.
11175 (python-nav--forward-sexp, python-nav--backward-sexp):
11176 New functions.
11177
11178 2012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
11179
11180 * calc/calc-menu.el (calc-modes-menu): Add entries for matrix
11181 modes and simplification modes.
11182
11183 2012-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
11184
11185 * delsel.el (delete-selection-pre-hook): Don't propagate the
11186 file-supersession signals (bug#12161).
11187
11188 2012-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
11189
11190 * emacs-lisp/cl.el (cl-map-keymap-recursively, cl-map-intervals)
11191 (cl-map-extents): Add compatibility aliases (bug#12135).
11192
11193 2012-08-08 Michael Albinus <michael.albinus@gmx.de>
11194
11195 * net/tramp-sh.el (tramp-find-file-exists-command): Protect the
11196 tests by `ignore-error'.
11197 (tramp-find-shell): Open also a new shell, when cache is already
11198 set. Reported by Carsten Bormann <cabo@tzi.org>. (Bug#12148)
11199
11200 2012-08-08 Juri Linkov <juri@jurta.org>
11201
11202 * bookmark.el: Add `defaults' property to the bookmark record.
11203 (bookmark-current-buffer): Doc fix.
11204 (bookmark-make-record): Add `defaults' property with default values
11205 to the bookmark record.
11206 (bookmark-minibuffer-read-name-map): Remove key binding "\C-u"
11207 with `bookmark-insert-current-bookmark'.
11208 (bookmark-set): Get `defaults' property from the bookmark record
11209 and use it in `read-from-minibuffer'.
11210 (bookmark-insert-current-bookmark): Remove function.
11211
11212 * info.el (Info-bookmark-make-record): Add `defaults' property
11213 with values of canonical Info node name, the current Info file
11214 name and the current Info node name. (Bug#12107)
11215
11216 2012-08-08 Juri Linkov <juri@jurta.org>
11217
11218 * files.el (basic-save-buffer): Use `buffer-name' as the default
11219 of `read-file-name' when buffer is not visiting a file (bug#12128).
11220
11221 2012-08-08 Juri Linkov <juri@jurta.org>
11222
11223 * info.el (Info-isearch-search): Doc fix.
11224 (Info-search): Change search-failed message from "initial node" to
11225 "end of node" (bug#12078).
11226 (Info-isearch-search): Change `isearch-string-state' to
11227 `isearch--state-string'.
11228
11229 2012-08-08 Glenn Morris <rgm@gnu.org>
11230
11231 * language/persian.el: Remove file.
11232 * language/misc-lang.el: Move unique part of persian.el here.
11233 * loadup.el: Remove language/persian.
11234
11235 2012-08-08 Óscar Fuentes <ofv@wanadoo.es>
11236
11237 * vc/diff-mode.el (diff-remove-trailing-whitespace): New function.
11238
11239 2012-08-08 Fabián Ezequiel Gallina <fgallina@cuca>
11240
11241 * progmodes/python.el: Fix defsubst warning.
11242 (python-syntax-context) Rename from python-info-ppss-context.
11243 (python-syntax-context-type): Rename from
11244 python-info-ppss-context-type.
11245 (python-syntax-comment-or-string-p): Rename from
11246 python-info-ppss-comment-or-string-p.
11247
11248 2012-08-08 Jay Belanger <jay.p.belanger@gmail.com>
11249
11250 * calc/calc-misc.el (calc-record-why): Don't record a message twice.
11251
11252 2012-08-07 Andreas Schwab <schwab@linux-m68k.org>
11253
11254 * emacs-lisp/lisp-mode.el (eval-defun-1): Handle standard value of
11255 a defcustom that is quoted with backquote.
11256
11257 * calc/calc-prog.el (math-do-defmath): Use backquote forms.
11258 Fix handling of interactive spec when the body uses return.
11259 (math-do-arg-check, math-define-function-body): Use backquote forms.
11260 * calc/calc-ext.el (math-defcache): Likewise.
11261 * calc/calc-rewr.el (math-rwfail, math-rweval): Likewise.
11262 * allout.el (allout-new-exposure): Likewise.
11263 * calc/calcalg2.el (math-tracing-integral): Likewise.
11264 * info.el (Info-last-menu-item): Likewise.
11265 * emulation/vip.el (vip-loop): Likewise.
11266 * textmodes/artist.el (artist-funcall): Likewise.
11267 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle):
11268 Construct menu-item directly.
11269
11270 * progmodes/autoconf.el (font-lock-syntactic-keywords):
11271 Don't declare.
11272
11273 2012-08-07 Chong Yidong <cyd@gnu.org>
11274
11275 * simple.el (deactivate-mark): Preserve text properties when
11276 saving the primary selection (Bug#8384).
11277
11278 2012-08-07 Kevin Ryde <user42@zip.com.au>
11279
11280 * woman.el (woman0-if): Quietly treat ".if v" as false (Bug#12109).
11281 (woman-parse-numeric-value): On a bad .IP line, issue a warning
11282 and continue processing (Bug#12110).
11283
11284 2012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
11285
11286 * progmodes/cperl-mode.el (cperl-mode): Yet another fix for
11287 syntax-propertize-function (bug#10095).
11288
11289 2012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
11290
11291 * help-fns.el (help-fns--key-bindings, help-fns--signature)
11292 (help-fns--parent-mode, help-fns--obsolete): New funs, extracted from
11293 describe-function-1.
11294 (describe-function-1): Use them. Move compiler macro after sig.
11295 (help-fns--compiler-macro): Use function-get. Assume we're already in
11296 standard-output. Adjust layout to new call order.
11297
11298 * emacs-lisp/cl-macs.el (cl--sm-macroexpand): Fix handling of
11299 re-binding a symbol that has a symbol-macro (bug#12119).
11300
11301 2012-08-06 Mohsen BANAN <libre@mohsen.1.banan.byname.net>
11302
11303 * language/persian.el: New file. (Bug#11812)
11304 * loadup.el: Add language/persian.el.
11305
11306 2012-08-06 Chong Yidong <cyd@gnu.org>
11307
11308 * window.el (window--maybe-raise-frame): New function.
11309 (window--display-buffer): Split off from here.
11310 (display-buffer-reuse-window, display-buffer-pop-up-frame)
11311 (display-buffer-pop-up-window, display-buffer-use-some-window):
11312 Obey an inhibit-switch-frame action alist entry.
11313 (display-buffer): Update doc.
11314
11315 * replace.el (occur-after-change-function): Avoid losing focus by
11316 using the inhibit-switch-frame display parameter (Bug#12139).
11317
11318 2012-08-06 Fabián Ezequiel Gallina <fgallina@cuca>
11319
11320 Make internal shell process buffer names start with space.
11321 * progmodes/python.el (python-shell-make-comint): Add optional
11322 argument INTERNAL.
11323 (run-python-internal): Use it.
11324 (python-shell-internal-get-or-create-process): Check for new
11325 internal buffer names.
11326
11327 2012-08-06 Glenn Morris <rgm@gnu.org>
11328
11329 * eshell/esh-ext.el (eshell/addpath): Use dolist and mapconcat.
11330 Do less getting and setting of environment variables.
11331
11332 2012-08-05 Chong Yidong <cyd@gnu.org>
11333
11334 * proced.el (proced): Add substitution string to docstring to
11335 trigger autoloading of the proced library on C-h f (Bug#1768).
11336
11337 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
11338 Don't show defvars which have no second argument (Bug#8638).
11339
11340 * imenu.el (imenu-generic-expression): Move documentation here
11341 from imenu--generic-function.
11342 (imenu--generic-function): Refer to imenu-generic-expression.
11343
11344 2012-08-05 Vegard Øye <vegard_oye@hotmail.com> (tiny change)
11345
11346 * emulation/viper-init.el (viper-deflocalvar): Add docstring and
11347 indentation declaration.
11348 (viper-loop): Add indentation declaration (Bug#7025).
11349
11350 2012-08-05 Chong Yidong <cyd@gnu.org>
11351
11352 * help-fns.el (describe-variable): Add hyperlink for
11353 directory-local variables files. Improve buffer-local and
11354 permanent-local reporting; suggested by MON KEY (Bug#6644).
11355
11356 * help-mode.el (help-dir-local-var-def): New button type.
11357
11358 * files.el (kill-buffer-hook): Provide a defvar.
11359
11360 2012-08-05 Glenn Morris <rgm@gnu.org>
11361
11362 * eshell/esh-ext.el (eshell/addpath):
11363 Also update eshell-path-env. (Bug#12013)
11364
11365 2012-08-05 Chong Yidong <cyd@gnu.org>
11366
11367 * wdired.el (wdired-mode, wdired-change-to-wdired-mode): Doc fixes.
11368
11369 * fringe.el (fringe-styles): Add docstring.
11370 (fringe--check-mode): New function.
11371 (set-fringe-mode, set-fringe-style): Use it.
11372 (fringe-mode, set-fringe-style): Doc fixes (Bug#6480).
11373
11374 * files.el (set-auto-mode): Fix invalid setq call.
11375
11376 2012-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
11377
11378 * isearch.el: Misc simplification; use defstruct.
11379 (isearch-mode-map): Dense maps now work like sparse ones.
11380 (isearch--state): New defstruct.
11381 (isearch-string-state, isearch-message-state, isearch-point-state)
11382 (isearch-success-state, isearch-forward-state)
11383 (isearch-other-end-state, isearch-word-state, isearch-error-state)
11384 (isearch-wrapped-state, isearch-barrier-state)
11385 (isearch-case-fold-search-state, isearch-pop-fun-state): Remove,
11386 replaced by defstruct's accessors.
11387 (isearch--set-state): Rename from isearch-top-state and change
11388 calling convention.
11389 (isearch-push-state): Use new isearch--get-state.
11390 (isearch-toggle-word): Disable regexp when enabling word.
11391 (isearch-message-prefix): Remove unused arg _c-q-hack.
11392 (isearch-message-suffix): Remove unused arg _ellipsis.
11393
11394 2012-08-04 Andreas Schwab <schwab@linux-m68k.org>
11395
11396 * simple.el (list-processes--refresh): For a server use :host or
11397 :local as the address.
11398 (list-processes): Doc fix.
11399
11400 2012-08-04 Michal Nazarewicz <mina86@mina86.com>
11401
11402 * lisp/mpc.el: Support password in host argument.
11403 (mpc--proc-connect): Parse and use new password element.
11404 Set mpc-proc variable instead of returning process.
11405 (mpc-proc): Adjust accordingly.
11406
11407 2012-08-03 Eli Zaretskii <eliz@gnu.org>
11408
11409 * whitespace.el (whitespace-display-mappings): Use Unicode
11410 codepoints, instead of emacs-mule codepoints. See
11411 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-07/msg00366.html
11412 for the details.
11413
11414 * files.el (file-truename): Don't skip symlink-chasing part on
11415 windows-nt. Incorporate the resolution of 8+3 short aliases on
11416 Windows into the loop that recursively chases symlinks.
11417 Compare directory and its parent case-insensitively on MS-Windows and
11418 MS-DOS.
11419
11420 2012-08-03 Chong Yidong <cyd@gnu.org>
11421
11422 * menu-bar.el (menu-bar-tools-menu): Remove PCL-CVS.
11423
11424 * sort.el (sort-regexp-fields): Doc fix.
11425
11426 2012-08-03 Tassilo Horn <tsdh@gnu.org>
11427
11428 * textmodes/reftex.el (reftex-compile-variables): Make keyvals
11429 labels regex position point at the expected place.
11430
11431 2012-08-03 MON KEY <monkey@sandpframing.com>
11432
11433 * net/imap.el (imap-interactive-login, imap-authenticate)
11434 (imap-mailbox-lsub, imap-mailbox-list)
11435 (imap-mailbox-status-asynch, imap-mailbox-acl-delete)
11436 (imap-fetch, imap-message-flag-permanent-p, imap-envelope-from)
11437 (imap-parse-response): Doc fix.
11438
11439 2012-08-03 João Távora <joaotavora@gmail.com>
11440
11441 * textmodes/tex-mode.el (latex-forward-sexp): Terminate the loop
11442 if sexp scanning does not move point (Bug#5734).
11443
11444 2012-08-02 Tassilo Horn <tsdh@gnu.org>
11445
11446 * textmodes/reftex-vars.el (reftex-default-label-alist-entries):
11447 Add listings, minted, and ctable packages.
11448 (reftex-label-alist-builtin): Move listings, minted, and ctable
11449 entries before LaTeX.
11450 (reftex-label-alist): Docfix.
11451
11452 2012-08-02 Bastien Guerry <bzg@gnu.org>
11453
11454 * replace.el (occur): Fix docstring (bug#12122).
11455
11456 2012-08-02 Glenn Morris <rgm@gnu.org>
11457
11458 * emacs-lisp/authors.el (authors-renamed-files-alist): Add ms-w32.h.
11459
11460 2012-08-02 Paul Eggert <eggert@cs.ucla.edu>
11461
11462 Obsolete alias inactivate-current-input-method-function (Bug#10150).
11463 * international/mule-cmds.el: Create
11464 inactivate-current-input-method-function as an obsolete alias for
11465 deactivate-current-input-method-function. See Katsumi Yamaoka in
11466 <http://bugs.gnu.org/10150#46>.
11467
11468 2012-08-01 Jay Belanger <jay.p.belanger@gmail.com>
11469
11470 * calc/calc-mode.el (calc-set-simplify-mode): Use `cond' instead
11471 of nested `if's.
11472
11473 2012-08-01 Glenn Morris <rgm@gnu.org>
11474
11475 * progmodes/autoconf.el (autoconf-definition-regexp):
11476 Add AH_TEMPLATE, adjust submatch numbering.
11477 (autoconf-font-lock-keywords, autoconf-imenu-generic-expression)
11478 (autoconf-current-defun-function): Update for above change.
11479 (autoconf-current-defun-function): First skip to end of current word.
11480
11481 2012-08-01 Rupert Swarbrick <rswarbrick@gmail.com> (tiny change)
11482
11483 * calendar/cal-html.el (cal-html-insert-agenda-days):
11484 Fix typo. (Bug#12018)
11485
11486 2012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
11487
11488 Shell processes: enhancements to startup and CEDET compatibility.
11489 * progmodes/python.el (python-shell-send-setup-max-wait): Delete var.
11490 (python-shell-make-comint): accept-process-output at startup.
11491 (run-python-internal): Set inferior-python-mode-hook to nil.
11492 (python-shell-internal-get-or-create-process): Call sit-for.
11493 (python-preoutput-result): Add obsolete alias.
11494 (python-shell-internal-send-string): Use it.
11495 (python-shell-send-setup-code): Remove call to
11496 accept-process-output.
11497
11498 2012-07-31 Andreas Schwab <schwab@linux-m68k.org>
11499
11500 * buff-menu.el (list-buffers-noselect): Use prefix-numeric-value.
11501 (Bug#12108)
11502
11503 2012-07-31 Jay Belanger <jay.p.belanger@gmail.com>
11504
11505 * calc-mode.el (calc-basic-simplification-mode): Rename from
11506 `calc-limited-simplification-mode'.
11507 (calc-alg-simplification-mode): New function.
11508 (calc-set-simplify-mode): Adjust message.
11509
11510 * calc.el (calc-set-mode-line): Adjust mode line display for
11511 basic simplification mode.
11512
11513 * calc-help.el (calc-m-prefix-help): Update help message.
11514
11515 * calc-ext.el (calc-init-extensions): Add bindings and autoloads
11516 for `calc-basic-simplify-mode' and `calc-alg-simplify-mode'.
11517
11518 2012-07-31 Bastien Guerry <bzg@gnu.org>
11519
11520 * man.el (man): Fix comment. (bug#12101)
11521
11522 2012-07-31 Martin Rudalics <rudalics@gmx.at>
11523
11524 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
11525 Don't return a non-nil value when no suitable buffer was found.
11526
11527 2012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
11528
11529 * progmodes/python.el (run-python-internal): Disable font lock for
11530 internal shells.
11531
11532 2012-07-30 Stefan Merten <smerten@oekonux.de>
11533
11534 * textmodes/rst.el: Silence `checkdoc-ispell'.
11535 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
11536 (rst-official-version, rst-official-cvs-rev)
11537 (rst-package-emacs-version-alist): Update to upstream V1.3.1.
11538 (rst-mode-map): New key binding.
11539
11540 2012-07-30 Paul Eggert <eggert@cs.ucla.edu>
11541
11542 Update .PHONY listings in makefiles.
11543 * Makefile.in (.PHONY): Add all, doit, custom-deps, finder-data,
11544 autoloads, update-subdirs, updates, bzr-update, update-authors,
11545 compile-onefile, compile-calc, backup-compiled-files,
11546 compile-after-backup, compile-one-process, mh-autoloads,
11547 bootstrap-clean, distclean, maintainer-clean.
11548
11549 2012-07-29 Jay Belanger <jay.p.belanger@gmail.com>
11550
11551 * calc/calc.el (calc-simplify-mode): Make 'alg the default value.
11552 (calc-set-mode-line): Don't display "AlgSimp ".
11553
11554 * calc/calc-mode.el (calc-alg-simplify-mode): Remove function.
11555 (calc-lim-simplify-mode): New function.
11556 (calc-set-simplify-mode): Default to 'alg.
11557 (calc-default-simplify-mode): Make algebraic simplifications
11558 the default.
11559
11560 * calc/calc-ext.el (calc-init-extensions): Remove binding for
11561 `calc-alg-simplify-mode'. Add binding for `calc-lim-simplify-mode'.
11562
11563 * calc/calc-help.el (calc-m-prefix-help): Change messages to
11564 indicate new simplification modes.
11565
11566 * calc/README: Mention new default simplification mode.
11567
11568 * calc/calc.el (math-normalize-error): New variable.
11569 (math-normalize): Set `math-normalize-error' to t
11570 when there's an error.
11571
11572 * calc/calc-alg.el (math-simplify): Don't simplify when
11573 `math-normalize' returns an error.
11574
11575 2012-07-29 Eli Zaretskii <eliz@gnu.org>
11576
11577 * international/mule-cmds.el (set-locale-environment): Revert last
11578 change, since display-graphic-p returns nil when this function is
11579 called during startup. Instead...
11580
11581 * term/w32console.el (terminal-init-w32console): ...setup the
11582 keyboard and terminal encoding for TTY sessions here. (Bug#12082)
11583
11584 2012-07-29 Juri Linkov <juri@jurta.org>
11585
11586 * simple.el (goto-line): Don't display default line number in the
11587 prompt because it should be displayed by `read-number' (bug#9952).
11588 Add the current line number to the defaults of `goto-line' to
11589 allow its easier modification by users with `M-n' (bug#9201).
11590
11591 * subr.el (read-number): Support multiple default values like in
11592 other minibuffer reading functions. Replace `read' with
11593 `string-to-number' for consistency with `number-to-string'.
11594
11595 2012-07-29 Paul Eggert <eggert@cs.ucla.edu>
11596
11597 deactive->inactive, inactivate->deactivate spelling fixes (Bug#10150)
11598 * emulation/viper-init.el (viper-deactivate-input-method-action):
11599 Rename from viper-inactivate-input-method-action.
11600 (viper-deactivate-input-method):
11601 Rename from viper-inactivate-input-method.
11602 * follow.el (follow-inactive-menu): Rename from follow-deactive-menu.
11603 * international/mule-cmds.el (deactivate-input-method):
11604 Rename from inactivate-input-method.
11605 Also run input-method-deactivate-hook.
11606 (deactivate-current-input-method-function):
11607 Rename from inactivate-current-input-method-function.
11608 (input-method-deactivate-hook): New hook.
11609 (input-method-inactivate-hook): Mark obsolete.
11610 (inactivate-input-method): Mark obsolete.
11611
11612 * international/quail.el (quail-activate):
11613 Also run quail-deactivate-hook.
11614 (quail-deactivate): Rename from quail-inactivate.
11615 * international/robin.el (robin-activate):
11616 Also run robin-deactivate-hook.
11617 (robin-deactivate): Rename from robin-inactivate.
11618
11619 2012-07-29 Chong Yidong <cyd@gnu.org>
11620
11621 * simple.el (indicate-copied-region): New function.
11622 (kill-ring-save): Split off from here.
11623
11624 * rect.el (copy-rectangle-as-kill): Call indicate-copied-region.
11625 (kill-rectangle): Set deactivate-mark to t on read-only error.
11626
11627 * register.el (copy-to-register, copy-rectangle-to-register):
11628 Deactivate the mark, and use indicate-copied-region (Bug#10056).
11629 (append-to-register, prepend-to-register): Call indicate-copied-region.
11630
11631 2012-07-29 Juri Linkov <juri@jurta.org>
11632
11633 * simple.el (async-shell-command-buffer): New defcustom.
11634 (shell-command): Use it. (Bug#4719)
11635
11636 2012-07-28 Eli Zaretskii <eliz@gnu.org>
11637
11638 * international/mule-cmds.el (set-locale-environment): In a
11639 console session on MS-Windows, set up keyboard and terminal
11640 encoding from the OEM codepage, not the ANSI codepage.
11641 (Bug#12055)
11642
11643 2012-07-28 Chong Yidong <cyd@gnu.org>
11644
11645 * progmodes/gdb-mi.el (gdb-place-breakpoints): Fix the call to
11646 gdb-get-location.
11647
11648 2012-07-28 Leo Liu <sdl.web@gmail.com>
11649
11650 * progmodes/cc-menus.el (cc-imenu-objc-function): Avoid leaving nil in
11651 the alist (bug#12029).
11652
11653 2012-07-28 Eli Zaretskii <eliz@gnu.org>
11654
11655 * makefile.w32-in (custom-deps, finder-data, updates, compile)
11656 (compile-always, compile-first)
11657 ($(lisp)/calendar/cal-loaddefs.el)
11658 ($(lisp)/calendar/diary-loaddefs.el)
11659 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
11660 ($(lisp)/net/tramp-loaddefs.el, bootstrap)
11661 ($(lisp)/progmodes/cc-mode.elc): Depend on $(lisp)subdirs.el,
11662 instead of on update-subdirs.
11663 (bootstrap-clean): Delete $(lisp)/subdirs.el.
11664
11665 2012-07-28 Chong Yidong <cyd@gnu.org>
11666
11667 * vc/vc.el (vc-root-diff, vc-print-root-log): Prompt for a
11668 directory if vc-deduce-backend returns nil (Bug#7350).
11669
11670 * simple.el (delete-trailing-lines): New option.
11671 (delete-trailing-whitespace): Obey it (Bug#11879).
11672
11673 2012-07-28 David Engster <deng@randomsample.de>
11674
11675 * xml.el (xml-node-name, xml-parse-file, xml-parse-region):
11676 Explanation of new 'symbol-qnames feature in doc-strings.
11677 (xml-maybe-do-ns): Return expanded names as plain symbols if
11678 'symbol-qnames was provided in XML-NS argument (Bug#11916).
11679 (xml-parse-tag-1): Deal with new definition of PARSE-NS argument.
11680
11681 2012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
11682
11683 Consistent completion in inferior python with emacs -nw.
11684 * progmodes/python.el (inferior-python-mode): Replace "<tab>"
11685 binding in inferior-python-mode-map with "\t".
11686 (python-shell-completion-complete-at-point)
11687 (python-completion-complete-at-point): Remove interactive spec.
11688
11689 2012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
11690
11691 * calc/calccomp.el (math-compose-expr): Undo previous change.
11692
11693 2012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
11694
11695 * progmodes/python.el (python-mode-map): Add keybinding for
11696 run-python.
11697 (python-shell-make-comint): Fix pop-to-buffer call.
11698 (run-python): Autoload. New arg SHOW.
11699 (python-shell-get-or-create-process): Do not pop python process
11700 buffer.
11701
11702 2012-07-27 Michael Albinus <michael.albinus@gmx.de>
11703
11704 * notifications.el (notifications-on-action-signal)
11705 (notifications-on-closed-signal): Use also the bus address for the map.
11706 (notifications-notify, notifications-close-notification)
11707 (notifications-get-capabilities): Add optional argument BUS.
11708
11709 2012-07-27 Tassilo Horn <tsdh@gnu.org>
11710
11711 * textmodes/reftex-vars.el (reftex-label-alist-builtin):
11712 Add support for the lstlisting and minted environments, and for the
11713 ctable macro.
11714 * textmodes/reftex.el (reftex-compile-variables): Also recognize
11715 labels written in keyvals syntax.
11716
11717 2012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
11718
11719 * calc/calccomp.el (math-compose-expr): Use parentheses when
11720 there is a product in the denominator of a fraction.
11721
11722 2012-07-26 Eli Zaretskii <eliz@gnu.org>
11723
11724 * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
11725 ($(lisp)/calendar/diary-loaddefs.el)
11726 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
11727 ($(lisp)/net/tramp-loaddefs.el): Depend on update-subdirs.
11728 Fixes failures in parallel bootstrap because subdirs.el is being
11729 rewritten while the autoload files are built at the same time,
11730 which needs to load subdirs.el.
11731
11732 2012-07-26 Martin Rudalics <rudalics@gmx.at>
11733
11734 * mouse.el (popup-menu): Fix doc-string and re-indent code.
11735 (mouse-drag-line): Don't exit tracking when a switch-frame or
11736 switch-window event occurs (Bug#12006).
11737
11738 2012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
11739
11740 * mouse.el (popup-menu): Fix last change.
11741
11742 2012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
11743
11744 Autoload from Lisp with more care. Follow aliases when looking for
11745 function properties.
11746 * subr.el (autoloadp): New function.
11747 (symbol-file): Use it.
11748 (function-get): New function.
11749 * emacs-lisp/macroexp.el (macroexp--expand-all): Use function-get and
11750 autoload-do-load.
11751 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function)
11752 (lisp-indent-function):
11753 * emacs-lisp/gv.el (gv-get):
11754 * emacs-lisp/edebug.el (get-edebug-spec, edebug-basic-spec):
11755 * emacs-lisp/byte-opt.el (byte-optimize-form):
11756 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
11757 * emacs-lisp/autoload.el (make-autoload, autoload-print-form):
11758 Use function-get.
11759 * emacs-lisp/cl.el: Don't propagate function properties any more.
11760
11761 * speedbar.el (speedbar-add-localized-speedbar-support):
11762 * emacs-lisp/disass.el (disassemble-internal):
11763 * desktop.el (desktop-load-file):
11764 * help-fns.el (help-function-arglist, find-lisp-object-file-name)
11765 (describe-function-1):
11766 * emacs-lisp/find-func.el (find-function-noselect):
11767 * emacs-lisp/elp.el (elp-instrument-function):
11768 * emacs-lisp/advice.el (ad-has-proper-definition):
11769 * apropos.el (apropos-safe-documentation, apropos-macrop):
11770 * emacs-lisp/debug.el (debug-on-entry):
11771 * emacs-lisp/cl-macs.el (cl-compiler-macroexpand):
11772 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
11773 * calc/calc.el (name): Use autoloadp & autoload-do-load.
11774
11775 2012-07-25 Alp Aker <alp.tekin.aker@gmail.com>
11776
11777 * international/mule-cmds.el (ucs-insert): Mark it as an obsolete
11778 function, not an obsolete variable (Bug#12046).
11779
11780 2012-07-25 Andreas Schwab <schwab@linux-m68k.org>
11781
11782 * faces.el (face-spec-reset-face): Fix last change. (Bug#12042)
11783
11784 2012-07-25 Christopher Schmidt <christopher@ch.ristopher.com>
11785
11786 * emacs-lisp/pp.el (pp-display-expression): Select old selected
11787 window only if it is still live (Bug#12034).
11788
11789 2012-07-25 Martin Rudalics <rudalics@gmx.at>
11790
11791 * subr.el (redirect-frame-focus): Add advertised calling
11792 convention (Bug#12030).
11793
11794 2012-07-25 Paul Eggert <eggert@cs.ucla.edu>
11795
11796 Prefer typical American spelling for "acknowledgment".
11797 * vc/add-log.el (change-log-acknowledgment): Rename from
11798 change-log-acknowledgement, with an alias for the old name.
11799
11800 2012-07-25 Jay Belanger <jay.p.belanger@gmail.com>
11801
11802 * calc-alg.el (math-simplify-divide): Don't cross multiply
11803 in an equation when the lhs is a variable.
11804
11805 2012-07-24 Julien Danjou <julien@danjou.info>
11806
11807 * net/netrc.el (netrc-find-service-number, netrc-store-data):
11808 Remove, unused.
11809
11810 2012-07-23 Eli Zaretskii <eliz@gnu.org>
11811
11812 * startup.el (command-line): Don't display an empty user name in
11813 the error message about non-existent home directory, when
11814 init-file-user was set to an empty string. See
11815 http://lists.gnu.org/archive/html/bug-gnu-emacs/2012-07/msg00835.html
11816 for the details and context.
11817
11818 2012-07-22 Vincent Belaïche <vincentb1@users.sourceforge.net>
11819
11820 * ses.el (ses-cell-formula-aset): New macro.
11821 (ses-cell-references-aset): New macro.
11822 (ses-cell-p): New function.
11823 (ses-rename-cell): Do no longer rely on complex operations like
11824 ses-cell-set-formula or ses-set-cell to change the cell and handle
11825 the undo at the same time, but rather use lower level new macros
11826 `ses-cell-formula-aset' and `ses-cell-references-aset' and handle
11827 the undo directly. Refresh the mode line.
11828
11829 2012-07-21 Leo Liu <sdl.web@gmail.com>
11830
11831 * progmodes/cc-cmds.el (c-defun-name):
11832 Use match-string-no-properties instead for consistency.
11833
11834 2012-07-20 Leo Liu <sdl.web@gmail.com>
11835
11836 * progmodes/cc-cmds.el (c-defun-name): Handle objc selectors properly.
11837 (Bug#7879)
11838
11839 * progmodes/cc-langs.el (c-symbol-start): Include char _ (bug#11986).
11840
11841 2012-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
11842
11843 * userlock.el, emacs-lisp/map-ynp.el: Declare part of `emacs' package.
11844 * progmodes/bug-reference.el, misearch.el: Provide themselves
11845 (bug#11915).
11846
11847 * progmodes/cperl-mode.el (cperl-unwind-to-safe): Don't inf-loop at end
11848 of narrowed buffer (bug#11966).
11849
11850 2012-07-20 Vincent Belaïche <vincentb1@users.sourceforge.net>
11851
11852 * ses.el (ses-rename-cell): Set new name also in reference list of
11853 cells of which the renamed cell depends.
11854
11855 2012-07-20 Masatake YAMATO <yamato@redhat.com>
11856
11857 * term/x-win.el (x-menu-bar-open): Use `frame-parameter'
11858 to check whether menu-bar is shown or not. If not shown,
11859 show the menu-bar as a popup menu instead of using tmm.
11860 * mouse.el (popup-menu): Accept `point' as `position' argument.
11861
11862 2012-07-20 Dmitry Gutov <dgutov@yandex.ru>
11863
11864 * progmodes/ruby-mode.el (ruby-parse-partial): No error when end
11865 up inside string symbol literal (bug#11923).
11866
11867 2012-07-20 Eli Zaretskii <eliz@gnu.org>
11868
11869 * startup.el (fancy-startup-text): Read the whole tutorial, not
11870 just its first 256 bytes. Prevents gibberish in display of the
11871 tutorial title.
11872
11873 2012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
11874
11875 Drop idle buffer compaction due to an absence of the
11876 proved efficiency.
11877 * compact.el: Remove.
11878
11879 2012-07-19 Sam Steingold <sds@gnu.org>
11880
11881 * vc/vc-dispatcher.el (vc-compilation-mode): Add, based on
11882 vc-bzr-pull & vc-bzr-merge-branch.
11883 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch): Use it.
11884 (vc-bzr-error-regexp-alist): Rename from vc-bzr-error-regex-alist
11885 for consistency with compilation-error-regexp-alist.
11886 * vc/vc-git.el (vc-git-error-regexp-alist): Add.
11887 (vc-git-pull, vc-git-merge-branch): Call vc-compilation-mode.
11888 * vc/vc-hg.el (vc-hg-error-regexp-alist): Add.
11889 (vc-hg-pull, vc-hg-merge-branch): Call vc-compilation-mode.
11890
11891 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
11892
11893 * emacs-lisp/chart.el: Use lexical-binding.
11894 (chart-emacs-storage): Don't hardcode the list of entries.
11895
11896 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
11897
11898 Next round of tweaks caused by Fgarbage_collect changes.
11899 * emacs-lisp/chart.el (chart-emacs-storage): Adjust again.
11900
11901 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
11902
11903 Compact buffers when idle.
11904 * compact.el: New file.
11905
11906 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
11907
11908 * subr.el (eventp): Presume that if it looks vaguely like an event,
11909 it's an event (bug#10190).
11910
11911 2012-07-19 Fabián Ezequiel Gallina <fgallina@cuca>
11912
11913 Enhancements to ppss related code (thanks Stefan).
11914 * progmodes/python.el (python-indent-context)
11915 (python-indent-calculate-indentation, python-indent-dedent-line)
11916 (python-indent-electric-colon, python-nav-forward-block)
11917 (python-mode-abbrev-table)
11918 (python-info-assignment-continuation-line-p): Simplify checks
11919 for ppss context.
11920 (python-info-continuation-line-p): Cleanup.
11921 (python-info-ppss-context): Do not catch 'quote.
11922 (python-info-ppss-context-type)
11923 (python-info-ppss-comment-or-string-p): Simplify.
11924
11925 2012-07-18 Fabián Ezequiel Gallina <fgallina@cuca>
11926
11927 * progmodes/python.el: Enhancements to eldoc support.
11928 (python-info-current-symbol): New function.
11929 (python-eldoc-at-point): Use python-info-current-symbol.
11930 (python-info-current-defun): Fix cornercase on first defun scan.
11931 (python-eldoc--get-doc-at-point): Use python-info-current-symbol
11932 and signal error when no inferior python process is available.
11933
11934 2012-07-18 Dmitry Gutov <dgutov@yandex.ru>
11935
11936 * vc/vc-git.el (vc-git-state): Don't call `vc-git-registered',
11937 assume it's always t.
11938 (vc-git-registered): Remove caching, the function is only called
11939 once.
11940 (vc-git-branches): Use `vc-git--call' instead of `call-process'.
11941
11942 2012-07-18 Chong Yidong <cyd@gnu.org>
11943
11944 * subr.el (last-input-char, last-command-char): Remove (Bug#9195).
11945
11946 * simple.el (count-words): Report on narrowing (Bug#9959).
11947
11948 * bindings.el: Bind M-= to count-words.
11949
11950 * faces.el (face-spec-reset-face): Handle reverse video (Bug#4238).
11951
11952 2012-07-18 Masatake YAMATO <yamato@redhat.com>
11953
11954 * progmodes/sh-script.el (sh-imenu-generic-expression):
11955 Capture a function with `function' keyword and without parentheses
11956 like "function FOO" (bug#11856).
11957
11958 2012-07-18 Tassilo Horn <tassilo@member.fsf.org>
11959
11960 * window.el (split-window-sensibly): Make WINDOW argument
11961 optional.
11962
11963 2012-07-18 Chong Yidong <cyd@gnu.org>
11964
11965 * subr.el (keyboard-translate): Doc fix (Bug#7261).
11966
11967 * isearch.el (isearch-mode-map): Handle C-x 8 key translations,
11968 and make C-x 8 RET exit isearch (Bug#11439).
11969
11970 * international/iso-transl.el: Move isearch-mode-map key
11971 definitions to isearch.el.
11972
11973 2012-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
11974
11975 * emacs-lisp/eieio.el: Adapt further to gv.el (bug#11970).
11976 (eieio-defclass): Use gv-define-setter when possible.
11977
11978 2012-07-18 Dmitry Antipov <dmantipov@yandex.ru>
11979
11980 Reflect recent changes in Fgarbage_collect.
11981 * emacs-lisp/chart.el (chart-emacs-storage): Change to
11982 reflect new format of data returned by Fgarbage_collect.
11983
11984 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
11985
11986 New utility functions + python-info-ppss-context fix (Bug#11910).
11987 * progmodes/python.el (python-info-beginning-of-block-statement-p)
11988 (python-info-ppss-comment-or-string-p): New functions.
11989 (python-info-ppss-context): Small fix for string check.
11990
11991 2012-07-17 Juri Linkov <juri@jurta.org>
11992
11993 * dired-aux.el (dired-do-async-shell-command): Doc fix.
11994 (dired-do-async-shell-command): Don't add `*' at the end of the
11995 command (Bug#11815).
11996 (dired-do-shell-command): Doc fix.
11997 (dired-shell-stuff-it): Strip the trailing "&" and ";" if any.
11998 Join the individual commands using either "&" or ";" as the
11999 separator depending on the values of these trailing characters.
12000 At the end re-add the trailing "&". (Bug#10598)
12001
12002 * simple.el (async-shell-command): Sync the interactive spec with
12003 `shell-command'. Doc fix.
12004 (shell-command): Doc fix.
12005
12006 2012-07-17 Juri Linkov <juri@jurta.org>
12007
12008 * descr-text.el (describe-char): Fix format args. (Bug#10129)
12009
12010 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
12011
12012 Final renames and doc fixes for movement commands (bug#11899).
12013 * progmodes/python.el (python-nav-beginning-of-statement):
12014 Rename from python-nav-statement-start.
12015 (python-nav-end-of-statement): Rename from
12016 python-nav-statement-end.
12017 (python-nav-beginning-of-block): Rename from
12018 python-nav-block-start.
12019 (python-nav-end-of-block): Rename from python-nav-block-end.
12020
12021 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
12022
12023 * progmodes/python.el (python-shell-send-string-no-output):
12024 Allow accept-process-output to quit, keeping shell process ready for
12025 future interactions (Bug#11868).
12026
12027 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
12028
12029 * emacs-lisp/cl-macs.el (cl-progv): Use a properly prefixed var name.
12030
12031 * emacs-lisp/elint.el (elint-find-args-in-code):
12032 Use help-function-arglist, so as to handle lexical byte-code.
12033
12034 * progmodes/sh-script.el (sh-syntax-propertize-function): Fix last
12035 change (bug#11826).
12036
12037 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
12038
12039 * progmodes/cc-engine.el (c-forward-sws, c-backward-sws):
12040 Avoid spuriously marking the buffer as modified because of c-is-sws.
12041
12042 * progmodes/sh-script.el (sh-syntax-propertize-function): Mark "${#VAR"
12043 as not-a-comment (bug#11946).
12044
12045 * emacs-lisp/macroexp.el (macroexp-let2): Use more informative names
12046 for uninterned vars.
12047
12048 * xt-mouse.el (xterm-mouse-translate-1, xterm-mouse-event-read):
12049 Use read-event since we don't really want to read chars but bytes.
12050
12051 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Highlight not only
12052 $$..$$ but also $..$ using regexps (bug#11953).
12053 Use tex-verbatim for \url and \path.
12054 (tex-font-lock-keywords): Define as defconst like the others.
12055 (tex-common-initialization): Don't use font-lock-syntax-table any more.
12056
12057 2012-07-16 René Kyllingstad <Rene@Kyllingstad.com> (tiny change)
12058
12059 * international/mule-cmds.el (ucs-insert): Make it an obsolete
12060 alias for insert-char.
12061
12062 2012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
12063
12064 * progmodes/python.el: Simplified imenu implementation.
12065 (python-nav-jump-to-defun): Remove command.
12066 (python-mode-map): Use `imenu' instead.
12067 (python-nav-list-defun-positions-cache)
12068 (python-imenu-include-defun-type, python-imenu-make-tree)
12069 (python-imenu-subtree-root-label, python-imenu-index-alist):
12070 Remove vars.
12071 (python-nav-list-defun-positions, python-nav-read-defun)
12072 (python-imenu-tree-assoc, python-imenu-make-element-tree)
12073 (python-imenu-make-tree, python-imenu-create-index):
12074 Remove functions.
12075 (python-mode): Update to interact with imenu by setting
12076 `imenu-extract-index-name-function' only.
12077
12078 2012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
12079
12080 * progmodes/python.el: Enhancements to navigation commands.
12081 (python-nav-backward-sentence)
12082 (python-nav-forward-sentence): Remove.
12083 (python-nav-backward-statement, python-nav-forward-statement)
12084 (python-nav-statement-start, python-nav-statement-end)
12085 (python-nav-backward-block, python-nav-forward-block)
12086 (python-nav-block-start, python-nav-block-end)
12087 (python-nav-forward-sexp-function)
12088 (python-info-current-line-comment-p)
12089 (python-info-current-line-empty-p): New functions.
12090 (python-indent-context): Use `python-nav-statement-start'.
12091
12092 2012-07-16 Michael Albinus <michael.albinus@gmx.de>
12093
12094 * eshell/em-ls.el (eshell/ls): Use `apply'.
12095
12096 * eshell/em-unix.el (eshell/su, eshell/sudo): Apply Tramp's ad-hoc
12097 multi-hops, instead of Tramp internals.
12098
12099 * vc/ediff.el (ediff-directories): Add trailing space to prompts.
12100
12101 * vc/ediff-diff.el (ediff-same-file-contents): Handle the case,
12102 when F1 and F2 are located on different hosts.
12103
12104 2012-07-14 Chong Yidong <cyd@gnu.org>
12105
12106 * xt-mouse.el: Implement extended mouse coordinates (Bug#10642).
12107 (xterm-mouse-translate): Move code into xterm-mouse-translate-1.
12108 (xterm-mouse-translate-extended, xterm-mouse-translate-1)
12109 (xterm-mouse--read-event-sequence-1000)
12110 (xterm-mouse--read-event-sequence-1006): New functions. For old
12111 mouse protocol, handle M-mouse-X events correctly.
12112 (xterm-mouse-event): New arg specifying mouse protocol.
12113 (turn-on-xterm-mouse-tracking-on-terminal)
12114 (turn-off-xterm-mouse-tracking-on-terminal): Send DEC 1006
12115 sequence to toggle extended coordinates on newer XTerms.
12116 This appears to be harmless on terminals which do not support this.
12117
12118 2012-07-14 Leo Liu <sdl.web@gmail.com>
12119
12120 Add fringe bitmap indicators for flymake. (Bug#11253)
12121 * progmodes/flymake.el (flymake-highlight-line): Use fringe bitmaps.
12122 (flymake-make-overlay): New arg BITMAP.
12123 (flymake-error-bitmap, flymake-warning-bitmap)
12124 (flymake-fringe-indicator-position): New user variables.
12125
12126 * fringe.el: New bitmap exclamation-mark.
12127
12128 2012-07-14 Jan Djärv <jan.h.d@swipnet.se>
12129
12130 * progmodes/cc-cmds.el (c-defun-name): Recognize Objective-C methods
12131 also (Bug#7879).
12132
12133 2012-07-14 Chong Yidong <cyd@gnu.org>
12134
12135 * electric.el (electric-pair-post-self-insert-function): Fix pair
12136 insertion in empty-region case (Bug#11520).
12137
12138 2012-07-14 Chong Yidong <cyd@gnu.org>
12139
12140 * bindings.el: Consolidate ctl-x-r-map bindings.
12141 Bind copy-rectangle-as-kill to C-x r w.
12142
12143 * rect.el, register.el: Move bindings to bindings.el.
12144
12145 2012-07-14 Reuben Thomas <rrt@sc3d.org>
12146
12147 * rect.el (copy-rectangle-as-kill): New command (Bug#739).
12148
12149 2012-07-13 Andreas Schwab <schwab@linux-m68k.org>
12150
12151 * emacs-lisp/cl.el (labels): Remove spurious quote. (Bug#11938)
12152
12153 2012-07-13 Juanma Barranquero <lekktu@gmail.com>
12154
12155 * bindings.el (top): Use `mapc' instead of `mapcar'.
12156
12157 * loadup.el (top): Remove bogus `if' choice (brought by 2008-06-21T01:38:39Z!monnier@iro.umontreal.ca).
12158
12159 2012-07-13 Michael Albinus <michael.albinus@gmx.de>
12160
12161 * progmodes/sql.el (sql-comint): Suppress the check for program on
12162 remote hosts. Reported by Francis Devereux <francis@devrx.org>.
12163 (Bug#11908)
12164
12165 2012-07-13 Chong Yidong <cyd@gnu.org>
12166
12167 * bindings.el: Assign a non-nil permanent-local property to
12168 per-buffer variables which lack a default value (Bug#11930).
12169
12170 * help-fns.el (describe-variable): In the "automatically becomes
12171 local" notice, take note of permanent-local variables.
12172
12173 2012-07-13 Chong Yidong <cyd@gnu.org>
12174
12175 * files.el (toggle-read-only): Doc fix and code cleanup. New arg
12176 to allow printing the message when called from Lisp.
12177
12178 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
12179 Remove toggle-read-only.
12180
12181 * bs.el (bs-toggle-readonly):
12182 * buff-menu.el (Buffer-menu-toggle-read-only):
12183 Remove with-no-warnings around toggle-read-only.
12184
12185 * ffap.el (ffap--toggle-read-only): Accept a list of buffers.
12186 Remove with-no-warnings around toggle-read-only.
12187 (ffap-read-only, ffap-read-only-other-window)
12188 (ffap-read-only-other-frame): Callers changed.
12189
12190 * help-mode.el: Don't require view package.
12191 (help-mode-finish): Set buffer-read-only instead of calling
12192 toggle-read-only.
12193
12194 * bindings.el (mode-line-toggle-read-only):
12195 * dired.el (dired-toggle-read-only):
12196 * ibuffer.el (ibuffer-do-toggle-read-only): Call toggle-read-only
12197 with non-nil second arg.
12198
12199 * emacs-lisp/eieio-custom.el (eieio-customize-object):
12200 * vc/ediff.el (ediff-set-read-only-in-buf-A): Set buffer-read-only
12201 directly.
12202
12203 2012-07-12 Eli Zaretskii <eliz@gnu.org>
12204
12205 * emacs-lisp/bytecomp.el (byte-recompile-directory): Use cl-incf,
12206 not incf.
12207
12208 2012-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
12209
12210 More CL cleanups and reduction of use of cl.el.
12211 * woman.el, winner.el, vc/vc-rcs.el, vc/vc-hooks.el, vc/vc-hg.el:
12212 * vc/vc-git.el, vc/vc-dir.el, vc/vc-bzr.el, vc/vc-annotate.el:
12213 * textmodes/tex-mode.el, textmodes/sgml-mode.el, tar-mode.el:
12214 * strokes.el, ses.el, server.el, progmodes/js.el, progmodes/gdb-mi.el:
12215 * progmodes/flymake.el, progmodes/ebrowse.el, progmodes/compile.el:
12216 * play/tetris.el, play/snake.el, play/pong.el, play/landmark.el:
12217 * play/hanoi.el, play/decipher.el, play/5x5.el, nxml/nxml-mode.el:
12218 * net/secrets.el, net/quickurl.el, midnight.el, mail/footnote.el:
12219 * image-dired.el, ibuffer.el, ibuf-macs.el, ibuf-ext.el, hexl.el:
12220 * eshell/eshell.el, eshell/esh-io.el, eshell/esh-ext.el:
12221 * eshell/esh-cmd.el, eshell/em-ls.el, eshell/em-hist.el:
12222 * eshell/em-cmpl.el, eshell/em-banner.el:
12223 * calendar/parse-time.el: Use cl-lib.
12224 * wid-browse.el, wdired.el, vc/vc.el, vc/vc-mtn.el, vc/vc-cvs.el:
12225 * vc/vc-arch.el, tree-widget.el, textmodes/texinfo.el:
12226 * textmodes/refill.el, textmodes/css-mode.el, term/tvi970.el:
12227 * term/ns-win.el, term.el, shell.el, ps-samp.el:
12228 * progmodes/perl-mode.el, progmodes/pascal.el, progmodes/gud.el:
12229 * progmodes/glasses.el, progmodes/etags.el, progmodes/cwarn.el:
12230 * play/gamegrid.el, play/bubbles.el, novice.el, notifications.el:
12231 * net/zeroconf.el, net/xesam.el, net/snmp-mode.el, net/mairix.el:
12232 * net/ldap.el, net/eudc.el, net/browse-url.el, man.el:
12233 * mail/mailheader.el, mail/feedmail.el: Don't use CL.
12234 * ibuf-ext.el (ibuffer-mark-old-buffers): Use float-time.
12235 * eshell/esh-opt.el (eshell-eval-using-options): Quote code with
12236 `lambda' rather than with `quote'.
12237 (eshell-do-opt): Adjust accordingly.
12238 (eshell-process-option): Simplify.
12239 * eshell/esh-var.el:
12240 * eshell/em-script.el: Require `esh-opt' for eshell-eval-using-options.
12241 * emacs-lisp/pcase.el (pcase--dontcare-upats, pcase--let*)
12242 (pcase--expand, pcase--u1): Rename pcase's internal `dontcare' pattern
12243 to `pcase--dontcare'.
12244 * emacs-lisp/cl.el (labels): Mark obsolete.
12245 (cl--letf, letf): Move to cl-lib.
12246 (cl--letf*, letf*): Remove.
12247 * emacs-lisp/cl-lib.el (cl-nth-value): Use defalias.
12248 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Add indent rule.
12249 (cl-progv): Rewrite.
12250 (cl--letf, cl-letf): Move from cl.el.
12251 (cl-letf*): New macro.
12252 * emacs-lisp/cl-extra.el (cl--progv-before, cl--progv-after): Remove.
12253
12254 2012-07-11 Michael Albinus <michael.albinus@gmx.de>
12255
12256 * net/ange-ftp.el (ange-ftp-cf1): Update the files cache.
12257
12258 2012-07-11 Chong Yidong <cyd@gnu.org>
12259
12260 * vc/log-edit.el (log-edit-vc-backend): New variable.
12261 (log-edit): Doc fix.
12262
12263 * vc/vc-dispatcher.el (vc-log-edit): New args. Use PARAMS
12264 argument of log-edit to set up all local variables.
12265 (vc-start-logentry): New optional arg specifying VC backend.
12266
12267 * vc/vc.el (vc-checkin): Use it.
12268 (vc-deduce-fileset): Handle Log Edit buffers.
12269 (vc-diff): Make first argument optional too.
12270
12271 * vc/log-view.el (log-view-vc-fileset, log-view-vc-backend): Doc fix.
12272
12273 2012-07-10 Michael Albinus <michael.albinus@gmx.de>
12274
12275 * eshell/esh-ext.el (eshell-remote-command): Remove remote part of
12276 command, just in case. The function is not needed anymore.
12277 (eshell-external-command): Do not call `eshell-remote-command'.
12278
12279 2012-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
12280
12281 Reduce use of (require 'cl).
12282 * vc/smerge-mode.el, vc/pcvs.el, vc/pcvs-util.el, vc/pcvs-info.el:
12283 * vc/diff-mode.el, vc/cvs-status.el, uniquify.el, scroll-bar.el:
12284 * register.el, progmodes/sh-script.el, net/gnutls.el, net/dbus.el:
12285 * msb.el, mpc.el, minibuffer.el, international/ucs-normalize.el:
12286 * international/quail.el, info-xref.el, imenu.el, image-mode.el:
12287 * font-lock.el, filesets.el, edmacro.el, doc-view.el, bookmark.el:
12288 * battery.el, avoid.el, abbrev.el: Use cl-lib.
12289 * vc/pcvs-parse.el, vc/pcvs-defs.el, vc/log-view.el, vc/log-edit.el:
12290 * vc/diff.el, simple.el, pcomplete.el, lpr.el, comint.el, loadhist.el:
12291 * jit-lock.el, international/iso-ascii.el, info.el, frame.el, bs.el:
12292 * emulation/crisp.el, electric.el, dired.el, cus-dep.el, composite.el:
12293 * calculator.el, autorevert.el, apropos.el: Don't require CL.
12294 * emacs-lisp/bytecomp.el (byte-recompile-directory, display-call-tree)
12295 (byte-compile-unfold-bcf, byte-compile-check-variable):
12296 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
12297 (byte-compile-nilconstp):
12298 * emacs-lisp/autoload.el (make-autoload): Use pcase.
12299 * face-remap.el (text-scale-adjust): Simplify pcase patterns.
12300
12301 * emacs-lisp/gv.el (cond): Make it a valid place.
12302 (if): Simplify slightly.
12303
12304 * emacs-lisp/pcase.el (pcase): Accept self-quoting exps as "upatterns".
12305 (pcase--self-quoting-p): New function.
12306 (pcase--u1): Use it.
12307
12308 2012-07-10 Glenn Morris <rgm@gnu.org>
12309
12310 * emacs-lisp/authors.el (authors-fixed-entries):
12311 (authors-renamed-files-alist): Update for configure.in -> configure.ac.
12312
12313 2012-07-09 Paul Eggert <eggert@cs.ucla.edu>
12314
12315 Rename configure.in to configure.ac (Bug#11603).
12316 * emacs-lisp/authors.el (authors-canonical-file-name):
12317 * progmodes/autoconf.el (autoconf-mode):
12318 Prefer configure.ac to configure.in.
12319
12320 2012-07-08 Chong Yidong <cyd@gnu.org>
12321
12322 * mouse.el (mouse-drag-line): Rewrite the track-mouse loop.
12323 Implement the mouse-1-click-follows-link handling properly.
12324
12325 * info.el (Info-link-keymap): Use follow-link mechanism for
12326 header-line links (Bug#374).
12327
12328 * simple.el (deactivate-mark): Do not set the primary selection
12329 if another program has acquired it (Bug#11772).
12330
12331 2012-07-07 Kevin Ryde <user42@zip.com.au>
12332
12333 * woman.el (woman-strings): Fix double-quote handling (Bug#1151).
12334 (woman-decode-region): Replace escaped-escapes without destroying
12335 bold or underline (Bug#11552).
12336 (woman2-process-escapes): Handle nofill regions (Bug#11591).
12337
12338 2012-07-07 Chong Yidong <cyd@gnu.org>
12339
12340 * simple.el (yank-pop-change-selection): Doc fix (Bug#11361).
12341 (interprogram-cut-function, interprogram-paste-function):
12342 Mention that we typically mean the clipboard.
12343
12344 2012-07-06 Glenn Morris <rgm@gnu.org>
12345
12346 * kmacro.el (kmacro-call-macro): Restore repeat message. (Bug#11817)
12347
12348 * files.el (toggle-read-only): Restrict message to interactive use.
12349
12350 2012-07-06 Michael Albinus <michael.albinus@gmx.de>
12351
12352 * net/tramp.el (tramp-restricted-shell-hosts-alist): New defcustom.
12353
12354 * net/tramp-sh.el (tramp-maybe-open-connection): Handle it.
12355
12356 2012-07-06 Glenn Morris <rgm@gnu.org>
12357
12358 * Makefile.in (compile-one-process): Rename from "recompile".
12359
12360 * Makefile.in (bzr-update): "compile" is the same as "recompile
12361 autoloads", but parallelizable, so use that instead.
12362
12363 2012-07-06 Dmitry Gutov <dgutov@yandex.ru>
12364
12365 * window.el (quit-window): Always restore window height when
12366 it's saved in quit-restore parameter (Bug#11810).
12367
12368 2012-07-06 Glenn Morris <rgm@gnu.org>
12369
12370 * simple.el (kill-whole-line): Doc tweak.
12371
12372 2012-07-06 Eli Zaretskii <eliz@gnu.org>
12373
12374 * files.el (file-relative-name): Compare file names
12375 case-insensitively if on MS-Windows or MS-DOS, or if
12376 read-file-name-completion-ignore-case is non-nil. Don't use
12377 case-fold-search for this purpose. (Bug#11827)
12378
12379 2012-07-17 Andreas Schwab <schwab@linux-m68k.org>
12380
12381 * calendar/cal-dst.el (calendar-current-time-zone):
12382 Return calendar-current-time-zone-cache if non-nil.
12383
12384 2012-07-17 Masatake YAMATO <yamato@redhat.com>
12385 2012-07-06 Andreas Schwab <schwab@linux-m68k.org>
12386
12387 * calendar/cal-dst.el (calendar-current-time-zone):
12388 Return calendar-current-time-zone-cache if non-nil.
12389
12390 2012-07-06 Glenn Morris <rgm@gnu.org>
12391
12392 * Makefile.in (cvs-update): Remove old alias.
12393
12394 2012-07-05 Michael Albinus <michael.albinus@gmx.de>
12395
12396 Sync with Tramp 2.2.6-pre.
12397
12398 * net/tramp.el (tramp-drop-volume-letter): Provide an XEmacs
12399 compatible declaration.
12400
12401 * net/tramp-cmds.el (tramp-append-tramp-buffers):
12402 Protect `list-load-path-shadows' call.
12403
12404 * net/tramp-compat.el (top): Require packages, which aren't
12405 autoloaded anymore for XEmacs. Protect call of
12406 `tramp-file-name-handler' by `tramp-compat-funcall', pacifying the
12407 compiler. Do not require tramp-util.el and tramp-vc.el anymore,
12408 it hurts at least for SXEmacs.
12409 (tramp-compat-temporary-file-directory): In XEmacs, there is no
12410 standard-value for `temporary-file-directory'.
12411
12412 * net/tramp-sh.el (tramp-do-directory-files-and-attributes-with-stat):
12413 Redirect stderr to /dev/null.
12414 (tramp-sh-handle-write-region): uid and gid can be floats.
12415 Reported by Russell Sim <russell.sim@gmail.com>.
12416 (tramp-sh-handle-vc-registered): Hide errors.
12417 (tramp-vc-file-name-handler): Use dummy results for `process-file'
12418 and `start-file-process'.
12419 (tramp-maybe-open-connection): Check also whether `non-essential'
12420 is bound.
12421
12422 2012-07-04 Chong Yidong <cyd@gnu.org>
12423
12424 * xml.el (xml--parse-buffer): Use xml-syntax-table.
12425 (xml-parse-tag): Likewise, and avoid changing entity tables.
12426 (xml-syntax-table): Define from scratch, making sure not to give
12427 x2000 and other Unicode spaces whitespace syntax, since those are
12428 not spaces in XML.
12429 (xml-parse-fragment): Delete unused function.
12430 (xml-name-start-char-re, xml-name-char-re, xml-name-re)
12431 (xml-names-re, xml-nmtoken-re, xml-nmtokens-re, xml-char-ref-re)
12432 (xml-entity-ref, xml-pe-reference-re)
12433 (xml-reference-re, xml-att-value-re, xml-tokenized-type-re)
12434 (xml-notation-type-re, xml-enumeration-re, xml-enumerated-type-re)
12435 (xml-att-type-re, xml-default-decl-re, xml-att-def-re)
12436 (xml-entity-value-re): Use syntax references in regexps where
12437 possible; no need to define inside a let-binding.
12438 (xml-parse-dtd): Use xml-pe-reference-re.
12439 (xml-entity-or-char-ref-re): New defconst.
12440 (xml-parse-string, xml-substitute-special): Use it.
12441
12442 2012-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
12443
12444 * files.el (locate-dominating-file): Allow `name' to be a predicate.
12445 (find-file--read-only): New function.
12446 (find-file-read-only, find-file-read-only-other-window)
12447 (find-file-read-only-other-frame): Use it.
12448 (insert-file-contents-literally): Don't `fset'.
12449 (get-free-disk-space): Use locate-dominating-file.
12450
12451 * emacs-lisp/bytecomp.el (byte-compile): Don't signal an error if the
12452 function is already compiled.
12453
12454 * xml.el (xml-name-regexp): Remove, redundant. Use xml-name-re.
12455
12456 2012-07-03 Michael Albinus <michael.albinus@gmx.de>
12457
12458 * vc/ediff-diff.el (ediff-same-file-contents): Fix it for remote
12459 files on the same host.
12460
12461 2012-07-03 Andreas Schwab <schwab@linux-m68k.org>
12462
12463 * help-fns.el (describe-function-1): Only call
12464 help-fns--autoloaded-p when we have a file name. (Bug#11848)
12465
12466 2012-07-03 Chong Yidong <cyd@gnu.org>
12467
12468 * xml.el: Protect parser against XML bombs.
12469 (xml-entity-expansion-limit): New variable.
12470 (xml-parse-string, xml-substitute-special): Use it.
12471 (xml-parse-dtd): Avoid infloop if the DTD is not terminated.
12472
12473 2012-07-03 Glenn Morris <rgm@gnu.org>
12474
12475 * progmodes/bug-reference.el (bug-reference-bug-regexp):
12476 Allow linking to specific messages in debbugs reports (eg 123#5).
12477
12478 2012-07-02 Chong Yidong <cyd@gnu.org>
12479
12480 * xml.el: Fix entity and character reference expansion, allowing
12481 them to expand into markup as per XML spec.
12482 (xml-default-ns): New variable.
12483 (xml-entity-alist): Use XML spec definitions for lt and amp.
12484 (xml-parse-region): Make first two arguments optional.
12485 Discard text properties.
12486 (xml-parse-tag-1): New function, spun off from xml-parse-tag.
12487 All callers changed.
12488 (xml-parse-tag): Call xml-parse-tag-1. For backward
12489 compatibility, this function should not modify buffer contents.
12490 (xml-parse-tag-1): Fix opening-tag regexp.
12491 (xml-parse-string): Rewrite, handling entity and character
12492 references properly.
12493 (xml--entity-replacement-text): Signal an error if a parameter
12494 entity is undefined.
12495
12496 2012-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
12497
12498 * comint.el (comint-output-filter): Filter out repeated prompts.
12499
12500 * net/ange-ftp.el (ange-ftp-expand-file-name): Use ange-ftp-ftp-name
12501 and file-name-absolute-p.
12502 (ange-ftp-file-exists-p): Use ange-ftp-file-exists-p for
12503 internal calls.
12504
12505 2012-07-02 Paul Eggert <eggert@cs.ucla.edu>
12506
12507 Spelling fixes.
12508 * emacs-lisp/bytecomp.el (byte-compile--reify-function):
12509 Rename from byte-compile--refiy-function. All uses changed.
12510
12511 2012-07-01 Chong Yidong <cyd@gnu.org>
12512
12513 * xml.el (xml--parse-buffer): New function. Move most of
12514 xml-parse-region here.
12515 (xml-parse-region): Copy region into a temporary buffer, since
12516 parameter entity substitution requires changing buffer contents.
12517 Use xml--parse-buffer.
12518 (xml-parse-file): Use xml--parse-buffer.
12519 (xml-parse-dtd): Make parameter entity substitution work right.
12520 Use proper regexps for ELEMENT declarations (Bug#7172).
12521
12522 2012-06-30 Glenn Morris <rgm@gnu.org>
12523
12524 * comint.el (follow-comint-scroll-to-bottom): Fix declaration.
12525
12526 * net/secrets.el, net/tramp-gvfs.el, net/xesam.el, net/zeroconf.el:
12527 Remove outdated and unnecessary dbus declarations.
12528
12529 2012-06-30 Eli Zaretskii <eliz@gnu.org>
12530
12531 * emacs-lisp/timer.el (timer-until): Subtract results of
12532 float-time, instead of taking float-time of the result of
12533 time-subtract, since float-time signals an error for negative time
12534 arguments.
12535
12536 2012-06-30 Chong Yidong <cyd@gnu.org>
12537
12538 * xml.el (xml-*-re): Convert defvars into defconsts, and
12539 eval-and-compile them so eval-and-compile works on derivatives.
12540 (xml--entity-replacement-text): Use eval-and-comple.
12541
12542 2012-06-30 Michael Albinus <michael.albinus@gmx.de>
12543
12544 * vc/vc-git.el (vc-git-registered): Use cache property
12545 `git-registered'.
12546 (vc-git-mode-line-string): Call `vc-working-revision' instead of
12547 `vc-git-working-revision' in order to benefit from the cache.
12548 (vc-git-root): Use cache property `git-root'. (Bug#11757)
12549
12550 2012-06-30 Dmitry Gutov <dgutov@yandex.ru>
12551
12552 * vc/vc-hooks.el (vc-before-save): Clear cache if file has been
12553 removed (likely outside Emacs). (Bug#11757)
12554
12555 2012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
12556
12557 * emacs-lisp/cl-lib.el: Require macroexp.
12558
12559 2012-06-30 Chong Yidong <cyd@gnu.org>
12560
12561 * xml.el: Implement XML parameter entities.
12562 (xml-parameter-entity-alist): New variable.
12563 (xml-parse-region, xml-parse-fragment): Preserve previous values
12564 of xml-entity-alist and xml-parameter-entity-alist, so that
12565 repeated calls on different documents do not change them.
12566 (xml-parse-tag): Fix doctype regexp.
12567 (xml--entity-replacement-text): New function.
12568 (xml-parse-dtd): Use it. Don't handle system entities; doing that
12569 properly requires url retrieval which is unimplemented.
12570 (xml-escape-string): Doc fix.
12571
12572 2012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
12573
12574 * emacs-lisp/cl-lib.el (cl-pushnew): Use macroexp-let2.
12575
12576 2012-06-29 Dmitry Antipov <dmantipov@yandex.ru>
12577
12578 * fringe.el (fringe-mode): Doc fix.
12579
12580 2012-06-29 Michael Albinus <michael.albinus@gmx.de>
12581
12582 * net/ange-ftp.el (ange-ftp-get-passwd): Throw if `non-essential'
12583 is non-nil.
12584 (ange-ftp-ignore-errors-if-non-essential): New defmacro.
12585 (ange-ftp-file-name-all-completions): Use it. (Bug#11808)
12586
12587 2012-06-29 Andreas Schwab <schwab@linux-m68k.org>
12588
12589 * calendar/cal-dst.el (calendar-current-time-zone):
12590 Return calendar-current-time-zone-cache if non-nil.
12591
12592 2012-06-29 Masatake YAMATO <yamato@redhat.com>
12593
12594 * progmodes/which-func.el (which-func-format):
12595 Add mouse-face. (Bug#11698)
12596
12597 2012-06-29 Leo Liu <sdl.web@gmail.com>
12598
12599 * textmodes/enriched.el (enriched-next-annotation): Use eq (Bug#11528).
12600
12601 2012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
12602
12603 * minibuffer.el (minibuffer-confirm-exit-commands):
12604 Add completion-at-point (bug#11725).
12605
12606 2012-06-29 Glenn Morris <rgm@gnu.org>
12607
12608 * progmodes/f90.el (f90-font-lock-keywords-2):
12609 Add some preprocessor elements. (Bug#10499)
12610
12611 2012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
12612
12613 * progmodes/cperl-mode.el (cperl-update-syntaxification):
12614 Use syntax-propertize (bug#11739).
12615
12616 2012-06-28 Juanma Barranquero <lekktu@gmail.com>
12617
12618 * emacs-lisp/cl-lib.el (cl-pushnew): Don't capture X (bug#11811).
12619
12620 2012-06-28 Julien Danjou <julien@danjou.info>
12621
12622 * term.el (term-handle-colors-array): Use a set of new faces to
12623 color the terminal. Also uses :inverse-video property.
12624 (term-default-fg-color): Set to nil by default, deprecate in favor
12625 of `term-face'.
12626 (term-default-bg-color): Set to nil by default, deprecate in favor
12627 of `term-face'.
12628 (term-current-face): Use `term-face' by default.
12629 (term-bold-attribute): Variable deleted.
12630
12631 2012-06-28 Glenn Morris <rgm@gnu.org>
12632
12633 * simple.el (completion-list-mode-finish):
12634 Don't use toggle-read-only. (Since completion-list-mode has
12635 a special mode-class, it wasn't doing anything extra anyway.)
12636
12637 2012-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
12638
12639 Make inlining of other-mode interpreted functions work (bug#11799).
12640 * emacs-lisp/bytecomp.el (byte-compile--refiy-function): New fun.
12641 (byte-compile): Use it to fix compilation of lexical-binding closures.
12642 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Compile the
12643 function, if needed.
12644
12645 2012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
12646
12647 * help-mode.el (help-make-xrefs): Don't just withstand
12648 cyclic-variable-indirection but any error in documentation-property.
12649
12650 * loadup.el (purify-flag): Pre-grow the hash-table to reduce the
12651 memory use.
12652 * bindings.el (bindings--define-key): New function.
12653 * vc/vc-hooks.el, replace.el, menu-bar.el, international/mule-cmds.el:
12654 * emacs-lisp/lisp-mode.el, buff-menu.el, bookmark.el:
12655 * bindings.el: Use it to purecopy define-key bindings.
12656
12657 * textmodes/rst.el (rst-adornment-faces-alist): Avoid copy-list.
12658
12659 * emacs-lisp/cl.el (flet): Mark obsolete.
12660 * emacs-lisp/cl-macs.el (cl-flet*): New macro.
12661 * vc/vc-rcs.el (vc-rcs-annotate-command, vc-rcs-parse):
12662 * progmodes/js.el (js-c-fill-paragraph):
12663 * progmodes/ebrowse.el (ebrowse-switch-member-buffer-to-sibling-class)
12664 (ebrowse-switch-member-buffer-to-derived-class):
12665 * play/5x5.el (5x5-solver): Use cl-flet.
12666
12667 * emacs-lisp/cl.el: Use lexical-binding. Fix flet (bug#11780).
12668 (cl--symbol-function): New macro.
12669 (cl--letf, cl--letf*): Use it.
12670
12671 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
12672 Strip "toggle-" if any.
12673
12674 2012-06-27 Glenn Morris <rgm@gnu.org>
12675
12676 * info.el (Info-default-directory-list): Move here from paths.el.
12677 * paths.el: Remove file, which is now empty.
12678 * loadup.el: No longer load "paths".
12679
12680 * custom.el (custom-initialize-delay): Doc fix.
12681
12682 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
12683 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
12684 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
12685 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
12686 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
12687 * eshell/em-xtra.el: Replace eshell-defgroup with "(progn (defgroup".
12688 * eshell/eshell.el (eshell-defgroup): Remove alias.
12689
12690 2012-06-27 Chong Yidong <cyd@gnu.org>
12691
12692 * help.el (help-enable-auto-load): New variable.
12693
12694 * help-fns.el (help-fns--autoloaded-p): New function.
12695 (describe-function-1): Refer to a function as "autoloaded" if it
12696 was autoloaded at any time in the past. Perform autoloading if
12697 help-enable-auto-load is non-nil.
12698
12699 2012-06-26 Eli Zaretskii <eliz@gnu.org>
12700
12701 * makefile.w32-in (compile, compile-always): Depend on
12702 update-subdirs, not on subdirs.el. Otherwise, several different
12703 sub-targets of 'bootstrap' running in parallel could
12704 simultaneously write to subdirs.el, producing a garbled file.
12705
12706 2012-06-26 Sam Steingold <sds@gnu.org>
12707
12708 * files.el (file-name-base): New convenience function.
12709 * autoinsert.el, cus-dep.el, doc-view.el, image-dired.el:
12710 * woman.el, eshell/esh-cmd.el, progmodes/ada-xref.el:
12711 * progmodes/cc-defs.el, progmodes/cperl-mode.el:
12712 * progmodes/flymake.el, progmodes/gud.el, progmodes/idlwave.el:
12713 * textmodes/ispell.el, textmodes/reftex-ref.el:
12714 * textmodes/tex-mode.el: Use it.
12715 Did not touch cedet and org because they are maintained elsewhere.
12716
12717 2012-06-26 Martin Rudalics <rudalics@gmx.at>
12718
12719 * calendar/calendar.el (calendar-exit): Don't try to delete or
12720 iconify last frame. See:
12721 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00372.html
12722
12723 2012-06-25 Jim Diamond <Jim.Diamond@AcadiaU.ca> (tiny change)
12724
12725 * server.el (server-process-filter): Remember dir in the
12726 process's `server-client-directory' properties.
12727
12728 2012-06-24 Chong Yidong <cyd@gnu.org>
12729
12730 * xml.el (xml-parse-tag): Correctly handle comment embedded in
12731 non-tag text.
12732
12733 2012-06-23 Juanma Barranquero <lekktu@gmail.com>
12734
12735 * makefile.w32-in (COMPILE_FIRST): Synch with changes in 2012-06-22T21:24:54Z!monnier@iro.umontreal.ca.
12736
12737 2012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
12738
12739 * help-fns.el (describe-variable): Don't croak when doc is not found.
12740 * vc/pcvs.el (cvs-retrieve-revision): Avoid toggle-read-only.
12741 * menu-bar.el (menu-bar-line-wrapping-menu): Purecopy a tiny bit more.
12742 * emacs-lisp/syntax.el (syntax-ppss): Simplify with new `if' place.
12743 * emacs-lisp/smie.el (smie-next-sexp): CSE.
12744 * emacs-lisp/macroexp.el (macroexp-let2): Fix edebug spec and avoid
12745 ((lambda ..) ..).
12746 * emacs-lisp/eieio.el (eieio-oref, slot-value): Use simpler defsetf.
12747
12748 2012-06-23 Chong Yidong <cyd@gnu.org>
12749
12750 * info.el (Info-mouse-follow-link): Accept symbol values of
12751 link-args. Select window; suggested by Gerhard Kahl (Bug#11672).
12752 (Info-fontify-node): Use Info-link-keymap for all navigation
12753 buttons, with link-args property to perform the desired action.
12754 (Info-link-keymap): Doc fix.
12755 (Info-next-link-keymap, Info-prev-link-keymap)
12756 (Info-up-link-keymap): Delete now-unused keymaps.
12757
12758 2012-06-23 Chong Yidong <cyd@gnu.org>
12759
12760 * mouse.el (mouse-drag-track): Deactivate the mark before popping.
12761
12762 * progmodes/python.el (python-skeleton-define): Mark abbrevs as
12763 system abbrevs.
12764
12765 * ansi-color.el (ansi-color-apply-on-region): Doc fix.
12766
12767 2012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
12768
12769 * emacs-lisp/cl-macs.el (cl--make-usage-args): Handle improper lists
12770 (bug#11719).
12771
12772 * minibuffer.el (completion--twq-try): Try to fail more gracefully when
12773 the requote function doesn't work properly (bug#11714).
12774
12775 2012-06-23 Glenn Morris <rgm@gnu.org>
12776
12777 * pcmpl-rpm.el (pcmpl-rpm-packages): Give status messages.
12778
12779 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
12780
12781 Further GV/CL cleanups.
12782 * emacs-lisp/gv.el (gv-get): Autoload functions to find their
12783 gv-expander.
12784 (gv--defun-declaration): New function.
12785 (defun-declarations-alist): Use it.
12786 (gv-define-modify-macro, gv-pushnew!, gv-inc!, gv-dec!): Remove.
12787 (gv-place): Autoload.
12788 * emacs-lisp/cl.el (cl--dotimes, cl--dolist): Remember subr.el's
12789 original definition of dotimes and dolist.
12790 * emacs-lisp/cl-macs.el (cl-expr-access-order): Remove unused.
12791 (cl-dolist, cl-dotimes): Use `dolist' and `dotimes'.
12792 * emacs-lisp/cl-lib.el: Move gv handlers from cl-macs to here.
12793 (cl-fifth, cl-sixth, cl-seventh, cl-eighth)
12794 (cl-ninth, cl-tenth): Move gv handler to the function's definition.
12795 * emacs-lisp/cl-extra.el (cl-subseq, cl-get, cl-getf): Move gv handler
12796 to the function's definition.
12797 * Makefile.in (COMPILE_FIRST): Re-order to speed it up by about 50%.
12798 * window.el:
12799 * files.el:
12800 * faces.el:
12801 * env.el: Don't use CL.
12802
12803 2012-06-22 Paul Eggert <eggert@cs.ucla.edu>
12804
12805 Support higher-resolution time stamps (Bug#9000).
12806
12807 * calendar/time-date.el (with-decoded-time-value): New arg
12808 PICO-SYMBOL in VARLIST. It's optional, for backward compatibility.
12809 (encode-time-value): New optional arg PICO. New type 3.
12810 (time-to-seconds) [!float-time]: Support the new picoseconds
12811 component if it's used.
12812 (seconds-to-time, time-subtract, time-add):
12813 Support ps-resolution time stamps as well.
12814
12815 * emacs-lisp/timer.el (timer): New component psecs. All uses changed.
12816 (timerp): Timer vectors now have length 9, not 8.
12817 (timer--time): Support new-style (4-part) time stamps.
12818 (timer-next-integral-multiple-of-time): Time stamps now have
12819 picosecond resolution, so take a bit more care about rounding.
12820 (timer-relative-time, timer-inc-time): New optional arg psecs.
12821 (timer-set-time-with-usecs): Set psecs to 0.
12822 (timer--activate): Check psecs component, too.
12823
12824 * proced.el (proced-time-lessp): Support ps-resolution stamps.
12825
12826 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
12827
12828 * icomplete.el (icomplete-minibuffer-setup, icomplete-completions):
12829 Move the non-essential binding to the post/pre-command-hook where it is
12830 more obviously correct.
12831
12832 * subr.el (read-passwd): Don't use a history at all.
12833 * savehist.el (savehist-save): Remove password saved accidentally
12834 because of the above bug.
12835
12836 2012-06-22 Bastien Guerry <bzg@gnu.org>
12837
12838 * files.el (toggle-read-only): Display a message telling whether
12839 the buffer is read-only or not (bug#11726).
12840
12841 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
12842
12843 * emacs-lisp/gv.el: New file.
12844 * subr.el (push, pop): Extend to generalized variables.
12845 * loadup.el (macroexp): Unload if preloaded and uncompiled (bug#11657).
12846 * emacs-lisp/cl-lib.el (cl-pop, cl-push, cl--set-nthcdr): Remove.
12847 * emacs-lisp/cl-macs.el: Require gv. Use gv-define-setter,
12848 gv-define-simple-setter, and gv-define-expander.
12849 Remove setf-methods defined in gv. Rename cl-setf -> setf.
12850 (cl-setf, cl-do-pop, cl-get-setf-method): Remove.
12851 (cl-letf, cl-letf*, cl-define-modify-macro, cl-defsetf)
12852 (cl-define-setf-expander, cl-struct-setf-expander): Move to cl.el.
12853 (cl-remf, cl-shiftf, cl-rotatef, cl-callf, cl-callf2): Rewrite with
12854 gv-letplace.
12855 (cl-defstruct): Don't define setf-method any more.
12856 * emacs-lisp/cl.el (flet): Don't autoload.
12857 (cl--letf, letf, cl--letf*, letf*, cl--gv-adapt)
12858 (define-setf-expander, defsetf, define-modify-macro)
12859 (cl-struct-setf-expander): Move from cl-lib.el.
12860 * emacs-lisp/syntax.el:
12861 * emacs-lisp/ewoc.el:
12862 * emacs-lisp/smie.el:
12863 * emacs-lisp/cconv.el:
12864 * emacs-lisp/timer.el: Rename cl-setf -> setf, cl-push -> push.
12865 (timer--time): Use gv-define-simple-setter.
12866 * emacs-lisp/macroexp.el (macroexp-let2): Rename from macroexp-let²
12867 to avoid coding-system problems in subr.el. Adjust all users.
12868 (macroexp--maxsize, macroexp-small-p): New functions.
12869 * emacs-lisp/bytecomp.el (byte-compile-file): Don't use cl-letf.
12870 * scroll-bar.el (scroll-bar-mode):
12871 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
12872 (normal-erase-is-backspace-mode): Don't use the `eq' place.
12873 * winner.el (winner-configuration, winner-make-point-alist)
12874 (winner-set-conf, winner-get-point, winner-set): Don't abuse letf.
12875 * files.el (locate-file-completion-table): Avoid list*.
12876
12877 2012-06-22 Chong Yidong <cyd@gnu.org>
12878
12879 * dired-aux.el (dired-do-create-files): Doc fix (Bug#11327).
12880 (dired-create-files): Doc fix (Bug#11329).
12881 (dired-do-copy): Doc fix (Bug#11334).
12882 (dired-mark-read-string): Doc fix (Bug#11553).
12883
12884 * dired.el (dired-recursive-copies, dired-recursive-deletes):
12885 Doc fix (Bug#11326).
12886 (dired-make-relative): Doc fix (Bug#11332). Remove unused arg.
12887 (dired-dwim-target): Doc fix.
12888
12889 * wdired.el (wdired-mode): Doc fix.
12890
12891 2012-06-22 Glenn Morris <rgm@gnu.org>
12892
12893 * pcmpl-rpm.el (pcmpl-rpm-cache): New option.
12894 (pcmpl-rpm-cache-stamp-file): New constant.
12895 (pcmpl-rpm-cache-time, pcmpl-rpm-packages): New variables.
12896 (pcmpl-rpm-packages): Optionally cache list of packages.
12897
12898 * pcmpl-rpm.el (pcmpl-rpm): New group.
12899 (pcmpl-rpm-query-options): New option.
12900 (pcmpl-rpm-packages): No need to inline it.
12901 Use pcmpl-rpm-query-options.
12902
12903 * calendar/calendar.el (calendar-in-read-only-buffer):
12904 Avoid some needless mode changes.
12905
12906 2012-06-21 Chong Yidong <cyd@gnu.org>
12907
12908 * desktop.el (desktop-read): Don't prompt if daemon (Bug#11674).
12909 (desktop-path): Remove . from the default value (Bug#10977).
12910 (desktop-read): Use user-emacs-directory if desktop-path is nil.
12911
12912 2012-06-20 Chong Yidong <cyd@gnu.org>
12913
12914 * term.el (term-send-raw-meta): Make C-M-<char> keys work (Bug#8172).
12915
12916 2012-06-20 David Röthlisberger <david@rothlis.net> (tiny change)
12917
12918 * ido.el (ido-switch-buffer, ido-find-file): Fix up doc of C-j
12919 (bug#11201).
12920
12921 2012-06-20 Chong Yidong <cyd@gnu.org>
12922
12923 * term.el (term-window-width): Handle the case of a missing right
12924 fringe (Bug#8837).
12925 (term-check-size): Use window-text-height (Bug#5445).
12926 (term-mode): Use define-derived-mode. Minor cleanups.
12927 Set font-lock-defaults (Bug#7692).
12928 (term-move-columns, term-insert-char, term-emulate-terminal)
12929 (term-erase-in-line, term-insert-spaces): Use font-lock-face.
12930
12931 2012-06-20 Michael Albinus <michael.albinus@gmx.de>
12932
12933 * net/ange-ftp.el (ange-ftp-get-passwd):
12934 Bind `enable-recursive-minibuffers'.
12935 (ange-ftp-get-process): Throw if `non-essential' is non-nil.
12936
12937 2012-06-19 David Röthlisberger <david@rothlis.net> (tiny change)
12938
12939 * ido.el (ido-find-file): Mention C-d binding in docstring (bug#11244).
12940
12941 2012-06-19 Glenn Morris <rgm@gnu.org>
12942
12943 * progmodes/python.el (python-mode): Derive from prog-mode.
12944
12945 2012-06-19 Kevin Gallagher <Kevin.Gallagher@boeing.com>
12946
12947 * emulation/edt.el (edt-default-menu-bar-update-buffers)
12948 (edt-user-menu-bar-update-buffers): New functions.
12949 (edt-default-emulation-setup, edt-user-emulation-setup): Use them.
12950
12951 2012-06-19 Chong Yidong <cyd@gnu.org>
12952
12953 * subr.el (with-selected-window): Preserve the selected window's
12954 terminal's top-frame (Bug#4702).
12955
12956 * window.el (save-selected-window): Likewise.
12957
12958 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
12959
12960 * progmodes/python.el (python-rx-constituents): Move backquote.
12961 (python-skeleton-define, python-define-auxiliary-skeleton):
12962 Use `declare'.
12963
12964 2012-06-18 Michael Albinus <michael.albinus@gmx.de>
12965
12966 * minibuffer.el (read-file-name-default): Revert the patch from
12967 2012-06-17.
12968
12969 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
12970
12971 * emacs-lisp/pcase.el (pcase--expand): Warn for unused pattern.
12972 (pcase--u1, pcase--q1): Don't use apply-partially.
12973
12974 2012-06-18 Glenn Morris <rgm@gnu.org>
12975
12976 * progmodes/python.el (python-proc, python-buffer)
12977 (python-send-receive, python-send-string): Fix obsolete versions.
12978
12979 2012-06-18 Martin Rudalics <rudalics@gmx.at>
12980
12981 * window.el (special-display-p): Completely remove stringp
12982 check. Suggested by Andreas Schwab <schwab@linux-m68k.org>.
12983
12984 2012-06-17 Michael Albinus <michael.albinus@gmx.de>
12985
12986 * minibuffer.el (read-file-name-default): Bind `non-essential' to `t'.
12987
12988 * net/tramp.el (tramp-file-name-handler): Catch 'non-essential.
12989
12990 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-start-process):
12991 * net/tramp-sh.el (tramp-maybe-open-connection):
12992 Throw if `non-essential' is non-nil.
12993
12994 2012-06-17 Martin Rudalics <rudalics@gmx.at>
12995
12996 * window.el (special-display-p): Signal an error if BUFFER-NAME
12997 is not a string (Bug#11713).
12998
12999 2012-06-17 Paul Eggert <eggert@cs.ucla.edu>
13000
13001 * progmodes/python.el (python-info-beginning-of-backslash):
13002 Rename from python-info-beginning-of-backlash, as a spelling fix.
13003
13004 2012-06-17 Chong Yidong <cyd@gnu.org>
13005
13006 * term.el (term-emulate-terminal): If term-check-size is called,
13007 move point to the process mark without resetting point (Bug#4635).
13008
13009 2012-06-17 Glenn Morris <rgm@gnu.org>
13010
13011 * international/mule-cmds.el (mule-menu-keymap)
13012 (set-language-environment, set-locale-environment): Doc tweaks.
13013
13014 2012-06-16 Aurelien Aptel <aurelien.aptel@gmail.com>
13015
13016 * cus-face.el (custom-face-attributes): Add wave-style underline
13017 attribute.
13018 * faces.el (set-face-attribute): Update docstring to describe
13019 wave-style underline attribute.
13020
13021 2012-06-16 Chong Yidong <cyd@gnu.org>
13022
13023 * term/xterm.el (terminal-init-xterm): Discard input before
13024 querying background mode (Bug#10959).
13025
13026 2012-06-16 Stefan Merten <smerten@oekonux.de>
13027
13028 * textmodes/rst.el: Added and corrected some comments.
13029 (rst-re-alist-def): Improve symbol syntax.
13030 (rst-mode-syntax-table): Correct syntax entries.
13031 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
13032 (rst-official-version, rst-official-cvs-rev): Update version
13033 information.
13034
13035 2012-06-15 Juanma Barranquero <lekktu@gmail.com>
13036
13037 * makefile.w32-in (COMPILE_FIRST): Synch with makefile.in changes
13038 in 2008-06-22T13:57:28Z!monnier@iro.umontreal.ca.
13039
13040 2012-06-15 Fabián Ezequiel Gallina <fgallina@cuca>
13041
13042 * progmodes/python.el: New python.el merge.
13043 (python-guess-indent): Obsolete var.
13044 (python-indent-guess-indent-offset): New defcustom.
13045 (python-indent): Obsolete var.
13046 (python-indent-offset): New defcustom.
13047 (python-python-command, python-jython-command): Delete var.
13048 (python-shell-interpreter): New defcustom.
13049 (python-pdbtrack-do-tracking-p): Delete var.
13050 (python-pdbtrack-activate): New defcustom.
13051 (python-use-skeletons): Obsolete var.
13052 (python-skeleton-autoinsert): New defcustom.
13053 (inferior-python-filter-regexp, python-continuation-offset)
13054 (python-honour-comment-indentation, python-indent-string-contents)
13055 (python-jython-packages, python-mode-hook)
13056 (python-pdbtrack-minor-mode-string, python-remove-cwd-from-path)
13057 (python-shell-prompt-alist)
13058 (python-source-modes): Delete defcustoms.
13059 (python-check-buffer-name, python-eldoc-setup-code)
13060 (python-eldoc-string-code, python-ffap-setup-code)
13061 (python-ffap-string-code, python-fill-comment-function)
13062 (python-fill-decorator-function, python-fill-paren-function)
13063 (python-fill-string-function, python-imenu-include-defun-type)
13064 (python-imenu-make-tree, python-imenu-subtree-root-label)
13065 (python-pdbtrack-stacktrace-info-regexp, python-shell-buffer-name)
13066 (python-shell-compilation-regexp-alist)
13067 (python-shell-completion-module-string-code)
13068 (python-shell-completion-pdb-string-code)
13069 (python-shell-completion-setup-code)
13070 (python-shell-completion-string-code)
13071 (python-shell-enable-font-lock, python-shell-exec-path)
13072 (python-shell-extra-pythonpaths)
13073 (python-shell-internal-buffer-name, python-shell-interpreter-args)
13074 (python-shell-process-environment)
13075 (python-shell-prompt-block-regexp)
13076 (python-shell-prompt-output-regexp)
13077 (python-shell-prompt-pdb-regexp, python-shell-prompt-regexp)
13078 (python-shell-send-setup-max-wait, python-shell-setup-codes)
13079 (python-shell-virtualenv-path): New defcustoms.
13080 (brm-menu, eldoc-documentation-function, inferior-python-mode-map)
13081 (inferior-python-mode-syntax-table, python--prompt-regexp)
13082 (python-buffer, python-command python-python-command)
13083 (python-default-template, python-imports, python-indent-index)
13084 (python-indent-list, python-indent-list-length)
13085 (python-mode-running, python-pdbtrack-is-tracking-p)
13086 (python-preoutput-continuation, python-preoutput-leftover)
13087 (python-preoutput-result, python-preoutput-skip-next-prompt)
13088 (python-prev-dir/file, python-recursing)
13089 (python-saved-check-command, python-version-checked)
13090 (python-which-func-length-limit)
13091 (view-return-to-alist): Delete vars.
13092 (python-check-custom-command, python-dotty-syntax-table)
13093 (python-imenu-index-alist, python-indent-current-level)
13094 (python-indent-dedenters, python-indent-levels)
13095 (python-nav-beginning-of-defun-regexp)
13096 (python-nav-list-defun-positions-cache)
13097 (python-pdbtrack-buffers-to-kill, python-pdbtrack-tracked-buffer)
13098 (python-shell-internal-buffer)
13099 (python-skeleton-available): New vars.
13100 (def-python-skeleton): Delete macro.
13101 (python-skeleton-define): New macro.
13102 (python-define-auxiliary-skeleton, python-rx): New macros.
13103 (python-insert-class): Delete command.
13104 (python-skeleton-class): New command.
13105 (python-insert-def): Delete command.
13106 (python-skeleton-def): New command.
13107 (python-insert-for): Delete command.
13108 (python-skeleton-for): New command.
13109 (python-insert-if): Delete command.
13110 (python-skeleton-if): New command.
13111 (python-insert-try/except, python-insert-try/finally): Delete commands.
13112 (python-skeleton-try): New command.
13113 (python-insert-while): Delete command.
13114 (python-skeleton-while): New command.
13115 (python-backspace): Delete command.
13116 (python-indent-dedent-line-backspace): New command.
13117 (python-electric-colon): Delete command.
13118 (python-indent-electric-colon): New command.
13119 (python-guess-indent): Delete command.
13120 (python-indent-guess-indent-offset): New command.
13121 (python-shift-left): Delete command.
13122 (python-indent-shift-left): New command.
13123 (python-shift-right): Delete command.
13124 (python-indent-shift-right): New command.
13125 (python-find-function): Delete command.
13126 (python-nav-jump-to-defun): New command.
13127 (python-next-statement): Delete command.
13128 (python-nav-forward-sentence): New command.
13129 (python-previous-statement): Delete command.
13130 (python-nav-backward-sentence): New command.
13131 (python-fill-paragraph): Delete command.
13132 (python-fill-paragraph-function): New command.
13133 (python-send-buffer): Delete command.
13134 (python-shell-send-buffer): New command.
13135 (python-send-defun): Delete command.
13136 (python-shell-send-defun): New command.
13137 (python-send-region, python-send-region-and-go): Delete commands.
13138 (python-shell-send-region)
13139 (python-shell-switch-to-shell): New commands.
13140 (python-send-string): Delete command.
13141 (python-shell-send-string): New command.
13142 (python-switch-to-python): Delete command.
13143 (python-shell-switch-to-shell): New command.
13144 (python-describe-symbol): Delete command.
13145 (python-eldoc-at-point): New command.
13146 (python--set-prompt-regexp, python-args-to-list)
13147 (python-after-info-look, python-check-version)
13148 (python-check-comint-prompt, python-find-imports)
13149 (python-execute-file, turn-off-pdbtrack, turn-on-pdbtrack)
13150 (python-unload-function, python-expand-template)
13151 (python-maybe-jython, python-preoutput-filter)
13152 (python-pdbtrack-get-source-buffer)
13153 (python-pdbtrack-grub-for-buffer, python-pdbtrack-overlay-arrow)
13154 (python-pdbtrack-toggle-stack-tracking)
13155 (python-pdbtrack-track-stack-file, python-initial-text)
13156 (python-first-word, python-comment-line-p, python-send-command)
13157 (python-setup-brm, python-sentinel, python-set-proc)
13158 (python-skip-out, python-input-filter, python-outdent-p)
13159 (python-outline-level, python-backslash-continuation-line-p)
13160 (python-end-of-block, python-end-of-statement, python-mark-block)
13161 (python-beginning-of-block, python-beginning-of-statement)
13162 (python-blank-line-p, python-beginning-of-string)
13163 (python-open-block-statement-p): Delete functions.
13164 (python-indent-line, python-indent-line-1): Delete functions.
13165 (python-indent-line): New function.
13166 (python-indentation-levels): Delete function.
13167 (python-indent-calculate-levels): New function.
13168 (python-proc): Delete function.
13169 (python-shell-get-process): New function.
13170 (python-send-receive): Delete function.
13171 (python-shell-send-string-no-output): New function.
13172 (python-module-path): Delete function.
13173 (python-ffap-module-path): New function.
13174 (python-completion-at-point)
13175 (python-symbol-completions): Delete functions.
13176 (python-completion-complete-at-point): New function.
13177 (python-load-file): Delete function.
13178 (python-shell-send-file): New function.
13179 (python-calculate-indentation): Delete function.
13180 (python-indent-calculate-indentation): New function.
13181 (python-skip-comments/blanks): Delete function.
13182 (python-util-forward-comment): New function.
13183 (python-continuation-line-p): Delete function.
13184 (python-info-continuation-line-p): New function.
13185 (python-which-func, python-current-defun): Delete function.
13186 (python-info-current-defun): New function.
13187 (python-beginning-of-defun): Delete function.
13188 (python-nav-beginning-of-defun): New function.
13189 (python-close-block-statement-p)
13190 (python-block-end-p): Delete function.
13191 (python-info-closing-block): New function.
13192 (python-comint-output-filter-function)
13193 (python-eldoc--get-doc-at-point, python-end-of-defun-function)
13194 (python-fill-comment, python-fill-decorator, python-fill-paren)
13195 (python-fill-string, python-imenu-make-element-tree)
13196 (python-imenu-make-tree, python-imenu-tree-assoc)
13197 (python-indent-context, python-indent-dedent-line)
13198 (python-indent-line-function)
13199 (python-indent-post-self-insert-function)
13200 (python-indent-toggle-levels)
13201 (python-info-assignment-continuation-line-p)
13202 (python-info-beginning-of-backlash)
13203 (python-info-block-continuation-line-p)
13204 (python-info-closing-block-message)
13205 (python-info-line-ends-backslash-p)
13206 (python-info-looking-at-beginning-of-defun)
13207 (python-info-ppss-context, python-info-ppss-context-type)
13208 (python-nav-list-defun-positions, python-nav-read-defun)
13209 (python-nav-sentence-end, python-nav-sentence-start)
13210 (python-pdbtrack-comint-output-filter-function)
13211 (python-pdbtrack-set-tracked-buffer)
13212 (python-shell-calculate-exec-path)
13213 (python-shell-calculate-process-environment)
13214 (python-shell-completion--do-completion-at-point)
13215 (python-shell-completion--get-completions)
13216 (python-shell-completion-complete-at-point)
13217 (python-shell-completion-complete-or-indent)
13218 (python-shell-get-or-create-process)
13219 (python-shell-get-process-name)
13220 (python-shell-internal-get-or-create-process)
13221 (python-shell-internal-get-process-name)
13222 (python-shell-internal-send-string, python-shell-make-comint)
13223 (python-shell-parse-command, python-shell-send-setup-code)
13224 (python-skeleton-add-menu-items)
13225 (python-util-clone-local-variables, python-util-position)
13226 (run-python-internal, python-indentation-levels)
13227 (python-nav-beginning-of-defun)
13228 (python-completion-complete-at-point): New functions.
13229 (run-python): Change arguments. New API requirements.
13230
13231 2012-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
13232
13233 * emacs-lisp/cl-lib.el (cl--defsubst-expand): Autoload inliner
13234 (bug#11649).
13235
13236 * emacs-lisp/macroexp.el (macroexp--compiler-macro): New function.
13237 (macroexp--expand-all): Use it.
13238
13239 * emacs-lisp/cl-macs.el (cl--transform-function-property): Remove.
13240 (cl-define-setf-expander, cl-deftype, cl-define-compiler-macro):
13241 Use `cl-function' instead.
13242
13243 2012-06-14 Juanma Barranquero <lekktu@gmail.com>
13244
13245 * makefile.w32-in (COMPILE_FIRST): Remove subr.el.
13246 Suggested by Stefan Monnier while discussing bug#11657.
13247
13248 2012-06-14 Sam Steingold <sds@gnu.org>
13249
13250 * files.el (abort-if-file-too-large): Use `file-size-human-readable'.
13251
13252 2012-06-14 Andreas Schwab <schwab@linux-m68k.org>
13253
13254 * play/doctor.el (doctor-doc): Remove parameter and use
13255 doctor-sent instead of sent.
13256 (doctor-read-print): Use doctor-sent instead of sent. (Bug#11708)
13257
13258 2012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
13259
13260 * files.el: Require cl-lib.
13261 (file-name-non-special): Replace case -> cl-case.
13262
13263 * emacs-lisp/cl-macs.el (cl-defstruct): Don't add print-func.
13264
13265 * emacs-lisp/edebug.el (edebug-read-function): Remove old incorrect
13266 mapping from #' to function*.
13267
13268 2012-06-13 Chong Yidong <cyd@gnu.org>
13269
13270 * mouse.el (mouse-drag-track): Do not set the mark if the user
13271 releases the mouse without selecting anything (Bug#11588).
13272
13273 2012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
13274
13275 * textmodes/tex-mode.el (latex-indent): Recognize tex-verbatim at EOB
13276 as well (bug#11646).
13277
13278 * loadup.el: Count byte-code functions as well.
13279
13280 * emacs-lisp/byte-opt.el (featurep): Move compiler-macro...
13281 * emacs-lisp/bytecomp.el (featurep): ...here (bug#11692).
13282
13283 * emacs-lisp/autoload.el (make-autoload): Accept nil doc-string-elt
13284 (bug#11649). Add cl-defun and cl-defmacro.
13285
13286 2012-06-13 Drew Adams <drew.adams@oracle.com>
13287
13288 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
13289 Fix last change.
13290
13291 2012-06-13 Michael Albinus <michael.albinus@gmx.de>
13292
13293 * net/dbus.el (dbus-call-method): Use timeout for `read-event'.
13294 Otherwise, it blocks in batch mode.
13295
13296 2012-06-13 Juanma Barranquero <lekktu@gmail.com>
13297
13298 * help-mode.el (bookmark-make-record-default): Declare.
13299
13300 2012-06-13 Chong Yidong <cyd@gnu.org>
13301
13302 * emacs-lisp/package.el (list-packages): Compute a list of
13303 packages that are newly-available since the last list-packages
13304 invocation.
13305 (package-menu--new-package-list): New var.
13306 (package-menu--generate, package-menu--print-info)
13307 (package-menu--status-predicate, package-menu-mark-install):
13308 Handle new status label "new".
13309
13310 2012-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
13311
13312 * emacs-lisp/cl-macs.el (cl-remf): Fix error in recent
13313 conversion to backquotes.
13314
13315 2012-06-12 Chong Yidong <cyd@gnu.org>
13316
13317 * emacs-lisp/edebug.el (edebug-inhibit-emacs-lisp-mode-bindings):
13318 Rename from gud-inhibit-global-bindings.
13319
13320 * emacs-lisp/eieio.el (eieio-pre-method-execution-hooks): Doc fix.
13321
13322 * nxml/nxml-glyph.el (nxml-glyph-set-functions): Rename abnormal
13323 hook from nxml-glyph-set-hook.
13324
13325 * progmodes/cwarn.el (cwarn-mode): Remove redundant variable
13326 declaration.
13327
13328 * progmodes/pascal.el (pascal-toggle-completions): Doc fix.
13329
13330 * textmodes/bibtex.el (bibtex-string-file-path, bibtex-file-path):
13331 Convert to defcustom.
13332
13333 2012-06-12 Drew Adams <drew.adams@oracle.com>
13334
13335 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
13336 New functions.
13337 (help-mode): Use them.
13338
13339 2012-06-11 Glenn Morris <rgm@gnu.org>
13340
13341 * progmodes/fortran.el (fortran-font-lock-keywords-3):
13342 Use preprocessor face for directives.
13343 (fortran-directive-re): Doc fix.
13344
13345 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
13346
13347 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Fix error in recent
13348 conversion to backquotes (bug#11652).
13349
13350 Fix compiler-expansion of CL's cXXr functions (bug#11673).
13351 * emacs-lisp/cl-lib.el (cl--defalias): New function.
13352 (cl-values, cl-values-list, cl-copy-seq, cl-svref, cl-first)
13353 (cl-second, cl-rest, cl-endp, cl-third, cl-fourth): Use it.
13354 (cl-plusp, cl-minusp, cl-fifth, cl-sixth, cl-seventh, cl-eighth)
13355 (cl-ninth, cl-tenth): Mark them as inlinable.
13356 (cl-caaar, cl-caadr, cl-cadar, cl-caddr, cl-cdaar, cl-cdadr)
13357 (cl-cddar, cl-cdddr, cl-caaaar, cl-caaadr, cl-caadar, cl-caaddr)
13358 (cl-cadaar, cl-cadadr, cl-caddar, cl-cadddr, cl-cdaaar, cl-cdaadr)
13359 (cl-cdadar, cl-cdaddr, cl-cddaar, cl-cddadr, cl-cdddar, cl-cddddr):
13360 Add a compiler-macro declaration to use cl--compiler-macro-cXXr.
13361 (cl-list*, cl-adjoin): Don't put an autoload manually.
13362 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin)
13363 (cl--compiler-macro-list*): Add autoload cookie.
13364 (cl--compiler-macro-cXXr): New function.
13365
13366 * help-fns.el (help-fns--compiler-macro): New function extracted from
13367 describe-function-1; follow aliases and use `compiler-macro' property.
13368 (describe-function-1): Use it.
13369
13370 2012-06-11 Chong Yidong <cyd@gnu.org>
13371
13372 * startup.el (fancy-splash-head): Use splash.svg even if librsvg
13373 is uninstalled, if imagemagick is installed.
13374
13375 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
13376
13377 * emacs-lisp/cl-lib.el: Use lexical-binding.
13378 (cl-map-extents, cl-maclisp-member): Remove.
13379 (cl--set-elt, cl--set-nthcdr, cl--set-buffer-substring)
13380 (cl--set-substring, cl--block-wrapper, cl--block-throw)
13381 (cl--compiling-file, cl--mapcar-many, cl--do-subst): Use "cl--" prefix.
13382 * emacs-lisp/cl-extra.el: Use lexical-binding.
13383 (cl--mapcar-many, cl--map-keymap-recursively, cl--map-intervals)
13384 (cl--map-overlays, cl--set-frame-visible-p, cl--progv-save)
13385 (cl--progv-before, cl--progv-after, cl--finite-do, cl--set-getf)
13386 (cl--do-remf, cl--do-prettyprint): Use "cl--" prefix.
13387 * emacs-lisp/cl-seq.el: Use lexical-binding.
13388 (cl--parsing-keywords, cl--check-key, cl--check-test-nokey)
13389 (cl--check-test, cl--check-match): Use "cl--" prefix and backquotes.
13390 (cl--alist, cl--sublis-rec, cl--nsublis-rec, cl--tree-equal-rec):
13391 * emacs-lisp/cl-macs.el (cl--lambda-list-keywords): Use "cl--" prefix.
13392 * edmacro.el (edmacro-mismatch): Simplify to remove dependence on
13393 CL's internals.
13394
13395 2012-06-11 Michael Albinus <michael.albinus@gmx.de>
13396
13397 Sync with Tramp 2.2.6-pre.
13398
13399 * net/tramp-cache.el (tramp-dump-connection-properties): Let-bind
13400 `print-length' and `print-level' to nil, in order to avoid
13401 truncation. Reported by Christopher Schmidt
13402 <christopher@ristopher.com>.
13403
13404 * net/tramp-cmds.el (tramp-cleanup-connection): Delete also process.
13405
13406 * net/tramp-compat.el (tramp-compat-condition-case-unless-debug):
13407 New defmacro.
13408 (tramp-compat-copy-directory): Add optional argument
13409 COPY-CONTENTS. It is not handled yet.
13410
13411 * net/tramp-ftp.el (tramp-disable-ange-ftp): Fix docstring.
13412 (tramp-ftp-file-name-p): Simplify.
13413
13414 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name):
13415 * net/tramp-gw.el (tramp-gw-open-connection): Add hop to
13416 connection vector.
13417
13418 * net/tramp-sh.el (tramp-copy-size-limit): Fix docstring.
13419 (tramp-methods): Do not use `tramp-password-end-of-line'.
13420 (tramp-completion-function-alist-putty): Handle UNIX case.
13421 (tramp-remote-path): Add "/opt/bin", "/opt/sbin" and "/opt/local/bin".
13422 (tramp-do-file-attributes-with-stat)
13423 (tramp-do-directory-files-and-attributes-with-stat) Return uid and
13424 gid as real numbers. They could run out of integer range on cygwin.
13425 (tramp-do-copy-or-rename-file-out-of-band): Better trace format.
13426 (tramp-sh-handle-expand-file-name): Handle hops.
13427 (tramp-open-connection-setup-interactive-shell):
13428 Use `tramp-cleanup'. Move check for busyboxes ...
13429 (tramp-find-shell): ... here. Simplify implementation.
13430 Set "remote-shell" property also for alternative shells.
13431 (tramp-remote-coding-commands): Check "test -c /dev/stdout".
13432 If failing, a regular file would be written otherwise.
13433 Reported by Dmitry Kurochkin <dmitry.kurochkin@gmail.com>.
13434 (tramp-find-inline-encoding): Cache the coding commands in the
13435 process cache. Apply test command on the remote side, if defined.
13436 (tramp-find-inline-compress): Cache the compress commands in the
13437 process cache.
13438 (tramp-compute-multi-hops): Save `tramp-default-proxies-alist'
13439 when requested. Handle hops.
13440 (tramp-current-connection): New defvar.
13441 (tramp-maybe-open-connection): Use `tramp-cleanup'.
13442 Throw `suppress', if there was a failed connection shortly before.
13443 Handle user interrupt. (Bug#10187)
13444 (tramp-get-inline-compress, tramp-get-inline-coding):
13445 Read connection properties from the process cache.
13446
13447 * net/tramp-smb.el (tramp-smb-server-version)
13448 (tramp-smb-wrong-passwd-regexp, tramp-smb-actions-with-tar):
13449 New defconsts.
13450 (tramp-smb-prompt): Extend for powershell prompt.
13451 (tramp-smb-file-name-handler-alist): Add handlers for
13452 `process-file', `shell-command' and `start-file-process'.
13453 (tramp-smb-winexe-program, tramp-smb-winexe-shell-command)
13454 (tramp-smb-winexe-shell-command-switch): New defcustoms.
13455 (tramp-smb-file-name-p): Simplify.
13456 (tramp-smb-action-with-tar, tramp-smb-handle-process-file)
13457 (tramp-smb-kill-winexe-function, tramp-smb-call-winexe)
13458 (tramp-smb-shell-quote-argument): New defuns.
13459 (tramp-smb-handle-copy-directory): Add COPY-CONTENTS argument.
13460 Implement using "tar". By this, time-stamps are preserved.
13461 (tramp-smb-handle-copy-file): Handle also the case of directories.
13462 (tramp-smb-do-file-attributes-with-stat)
13463 (tramp-smb-get-file-entries, tramp-smb-get-cifs-capabilities):
13464 Use `tramp-get-connection-buffer').
13465 (tramp-smb-handle-rename-file): Use "rename", when source and
13466 target are on the same share.
13467 (tramp-smb-maybe-open-connection): Handle wrong passwords.
13468 Use `tramp-smb-server-version'.
13469 (tramp-smb-wait-for-output): Remove prompt.
13470
13471 * net/tramp.el (top): Require 'cl.
13472 (tramp-methods, tramp-rsh-end-of-line):
13473 Remove `tramp-password-end-of-line' from docstring.
13474 (tramp-save-ad-hoc-proxies): New defcustom.
13475 (tramp-completion-function-alist): Adapt docstring.
13476 (tramp-default-password-end-of-line): Remove defcustom.
13477 (tramp-shell-prompt-pattern): Allow "[]" style prompts. (Bug#11065)
13478 (tramp-user-regexp, tramp-file-name-regexp-unified)
13479 (tramp-file-name-regexp-url): Extend regexp by hop separator.
13480 (tramp-postfix-hop-format, tramp-postfix-hop-regexp)
13481 (tramp-remote-file-name-spec-regexp): New defconst.
13482 (tramp-file-name-structure): Extend structure for hops.
13483 (tramp-get-method-parameter): Move up.
13484 (tramp-file-name-p, tramp-dissect-file-name)
13485 (with-parsed-tramp-file-name): Handle hops.
13486 (tramp-file-name-hop): New defun.
13487 (tramp-make-tramp-file-name): New optional arg HOP.
13488 (tramp-message-show-progress-reporter-message): New defvar.
13489 (tramp-with-progress-reporter): Use it. We cannot use
13490 `tramp-message-show-message' here, because this suppresses also
13491 error buffers.
13492 (tramp-error-with-buffer): Suppress buffer view, if
13493 `tramp-message-show-message' is nil.
13494 Use `tramp-get-connection-buffer'.
13495 (tramp-cleanup): New defun.
13496 (tramp-rfn-eshadow-update-overlay): Let-bind `non-essential' to `t'.
13497 (tramp-file-name-handler): If `debug-on-error' is set, propagate
13498 an error unchanged.
13499 (tramp-completion-handle-file-name-all-completions): Handle hops.
13500 Fix an error when called from ido.
13501 (tramp-completion-dissect-file-name): Use better local variable
13502 name. Add hop to the vector.
13503 (tramp-handle-insert-file-contents): Use progress-reporter for the
13504 whole scenario.
13505 (tramp-action-password): Let-bind `enable-recursive-minibuffers'
13506 to `t'.
13507 (tramp-check-for-regexp): Simplify search.
13508 (tramp-enter-password): Remove it. Move implementation ...
13509 (tramp-action-password): ... here.
13510 (tramp-mode-string-to-int, tramp-local-host-p)
13511 (tramp-make-tramp-temp-file, tramp-read-passwd)
13512 (tramp-clear-passwd, tramp-time-less-p, tramp-time-diff):
13513 Set tramp-autoload cookie.
13514
13515 * net/trampver.el: Update release number.
13516
13517 2012-06-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
13518 Michael Albinus <michael.albinus@gmx.de>
13519
13520 * net/tramp.el (tramp-set-completion-function): Fix docstring.
13521 (tramp-parse-group, tramp-parse-file)
13522 (tramp-parse-shostkeys-sknownhosts): New defuns.
13523 (tramp-parse-rhosts, tramp-parse-rhosts-group, tramp-parse-shosts)
13524 (tramp-parse-shosts-group, tramp-parse-sconfig)
13525 (tramp-parse-sconfig-group, tramp-parse-shostkeys)
13526 (tramp-parse-sknownhosts, tramp-parse-hosts)
13527 (tramp-parse-hosts-group, tramp-parse-passwd, tramp-parse-netrc):
13528 Use them.
13529 (tramp-parse-passwd-group, tramp-parse-netrc-group)
13530 (tramp-parse-putty-group): Don't narrow.
13531 (tramp-parse-putty): Make a loop.
13532 (tramp-file-name-handler): Catch the `suppress' signal.
13533
13534 2012-06-11 Chong Yidong <cyd@gnu.org>
13535
13536 * image.el (imagemagick-register-types): Put the ImageMagick entry
13537 at the end of image-type-file-name-regexps.
13538
13539 2012-06-11 Johan Bockgård <bojohan@gnu.org>
13540
13541 * emacs-lisp/pcase.el (pcase-UPAT, pcase-QPAT): New edebug specs.
13542 (pcase, pcase-let*, pcase-dolist): Use them.
13543
13544 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
13545
13546 * emacs-lisp/pcase.el (pcase--let*): New function.
13547 (pcase-let*): Use it. Use pcase--memoize to avoid repeated expansions.
13548 (pcase--expand): Use macroexp-let².
13549
13550 2012-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
13551
13552 * emacs-lisp/timer.el, emacs-lisp/syntax.el, emacs-lisp/smie.el:
13553 * emacs-lisp/ewoc.el, emacs-lisp/cconv.el, emacs-lisp/bytecomp.el:
13554 * emacs-lisp/byte-opt.el, emacs-lisp/autoload.el: Convert to cl-lib.
13555 * emacs-lisp/easymenu.el, emacs-lisp/easy-mmode.el:
13556 * emacs-lisp/derived.el: Use pcase instead of `cl'.
13557 * emacs-lisp/cl-lib.el: Get rid of special cl-macs auto load.
13558
13559 2012-06-10 Glenn Morris <rgm@gnu.org>
13560
13561 * mail/rmail.el (rmail-yank-current-message): Leave point at
13562 correct position. (Bug#11660)
13563
13564 2012-06-10 Chong Yidong <cyd@gnu.org>
13565
13566 * allout-widgets.el: Fix code header.
13567
13568 2012-06-10 Chong Yidong <cyd@gnu.org>
13569
13570 * cus-edit.el (customize-changed-options-previous-release):
13571 Bump to 24.1.
13572
13573 2012-06-09 Andreas Schwab <schwab@linux-m68k.org>
13574
13575 * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200.
13576
13577 2012-06-09 Chong Yidong <cyd@gnu.org>
13578
13579 * ebuff-menu.el (electric-buffer-list): Preserve header line.
13580
13581 2012-06-09 Martin Rudalics <rudalics@gmx.at>
13582
13583 * window.el (special-display-popup-frame): Don't use
13584 window--display-buffer (Bug#11651).
13585
13586 2012-06-09 Eli Zaretskii <eliz@gnu.org>
13587
13588 Fix parallel builds: make sure loaddefs.el is not being written
13589 while Lisp files are compiled.
13590 (compile): Don't depend on 'mh-autoloads'.
13591 (compile-CMD, compile-SH): Depend on 'autoloads'.
13592 (bootstrap): Don't depend on 'autoloads' and 'mh-autoloads'.
13593
13594 * makefile.w32-in (BIG_STACK_DEPTH): Enlarge to 2200. (Bug#11649)
13595
13596 2012-06-09 Chong Yidong <cyd@gnu.org>
13597
13598 * face-remap.el (face-remap-add-relative, face-remap-set-base)
13599 (buffer-face-set, buffer-face-toggle, buffer-face-mode-invoke):
13600 Doc fixes (Bug#11225).
13601
13602 2012-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
13603
13604 * emacs-lisp/macroexp.el (macroexp--expand-all): Only autoload
13605 a function if there's a clear indication that it has a compiler-macro.
13606 * emacs-lisp/byte-run.el (defun-declarations-alist, defmacro, defun)
13607 (macro-declarations-alist): Add arglist to declaration functions.
13608 (defun-declarations-alist): Add `obsolete' and `compiler-macro'.
13609 * emacs-lisp/cl-seq.el (cl-member, cl-assoc):
13610 * emacs-lisp/cl-lib.el (cl-list*, cl-adjoin):
13611 * emacs-lisp/cl-extra.el (cl-get): Use the new `declare' statement.
13612 Also add autoload to find the compiler macro.
13613 * emacs-lisp/cl-macs.el (eql) [compiler-macro]: Remove.
13614 (cl--compiler-macro-member, cl--compiler-macro-assoc)
13615 (cl--compiler-macro-adjoin, cl--compiler-macro-list*)
13616 (cl--compiler-macro-get): New functions, replacing calls to
13617 cl-define-compiler-macro.
13618 (cl-typep) [compiler-macro]: Use macroexp-let².
13619
13620 2012-06-08 Nick Dokos <nicholas.dokos@hp.com> (tiny change)
13621
13622 * calendar/icalendar.el (icalendar--parse-vtimezone): Import TZID
13623 string properly, fixes Bug#11473.
13624
13625 2012-06-08 Chong Yidong <cyd@gnu.org>
13626
13627 * faces.el (set-face-attribute): Doc fix.
13628 (modify-face): Don't use :bold and :italic.
13629 (error, warning, success): Tweak definitions.
13630
13631 * cus-edit.el (custom-modified, custom-invalid, custom-rogue)
13632 (custom-modified, custom-set, custom-changed, custom-themed)
13633 (custom-saved, custom-button, custom-button-mouse)
13634 (custom-button-pressed, custom-state, custom-comment-tag)
13635 (custom-variable-tag, custom-group-tag-1, custom-group-tag)
13636 (custom-group-subtitle): Use new-style face specs.
13637 (custom-invalid-face, custom-rogue-face, custom-modified-face)
13638 (custom-set-face, custom-changed-face, custom-saved-face)
13639 (custom-button-face, custom-button-pressed-face)
13640 (custom-documentation-face, custom-state-face)
13641 (custom-comment-face, custom-comment-tag-face)
13642 (custom-variable-tag-face, custom-variable-button-face)
13643 (custom-face-tag-face, custom-group-tag-face-1)
13644 (custom-group-tag-face): Remove obsolete face alias.
13645
13646 * epa.el (epa-validity-high, epa-validity-medium)
13647 (epa-validity-low, epa-mark, epa-field-name, epa-string)
13648 (epa-field-name, epa-field-body):
13649 * font-lock.el (font-lock-comment-face, font-lock-string-face)
13650 (font-lock-keyword-face, font-lock-builtin-face)
13651 (font-lock-function-name-face, font-lock-variable-name-face)
13652 (font-lock-type-face, font-lock-constant-face):
13653 * ido.el (ido-first-match, ido-only-match, ido-subdir)
13654 (ido-virtual, ido-indicator, ido-incomplete-regexp):
13655 * speedbar.el (speedbar-button-face, speedbar-file-face)
13656 (speedbar-directory-face, speedbar-tag-face)
13657 (speedbar-selected-face, speedbar-highlight-face)
13658 (speedbar-separator-face):
13659 * whitespace.el (whitespace-newline, whitespace-space)
13660 (whitespace-hspace, whitespace-tab, whitespace-trailing)
13661 (whitespace-line, whitespace-space-before-tab)
13662 (whitespace-space-after-tab, whitespace-indentation)
13663 (whitespace-empty):
13664 * emulation/cua-base.el (cua-global-mark):
13665 * eshell/em-prompt.el (eshell-prompt):
13666 * net/newst-plainview.el (newsticker-new-item-face)
13667 (newsticker-old-item-face, newsticker-immortal-item-face)
13668 (newsticker-obsolete-item-face, newsticker-date-face)
13669 (newsticker-statistics-face, newsticker-default-face):
13670 * net/newst-reader.el (newsticker-feed-face)
13671 (newsticker-extra-face, newsticker-enclosure-face):
13672 * net/newst-treeview.el (newsticker-treeview-face)
13673 (newsticker-treeview-new-face, newsticker-treeview-old-face)
13674 (newsticker-treeview-immortal-face)
13675 (newsticker-treeview-obsolete-face)
13676 (newsticker-treeview-selection-face):
13677 * net/rcirc.el (rcirc-my-nick, rcirc-other-nick)
13678 (rcirc-bright-nick, rcirc-server, rcirc-timestamp)
13679 (rcirc-nick-in-message, rcirc-nick-in-message-full-line)
13680 (rcirc-prompt, rcirc-track-keyword, rcirc-url, rcirc-keyword):
13681 * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
13682 (nxml-outline-active-indicator, nxml-outline-ellipsis):
13683 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
13684 (mpuz-text):
13685 * progmodes/vera-mode.el (vera-font-lock-number)
13686 (vera-font-lock-function, vera-font-lock-interface):
13687 * textmodes/table.el (table-cell): Use new-style face specs, and
13688 don't use the old :bold and :italic attributes.
13689
13690 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
13691 (ebrowse-member-attribute, ebrowse-default, ebrowse-file-name)
13692 (ebrowse-member-class, ebrowse-progress): Likewise.
13693 (ebrowse-tree-mark-face, ebrowse-root-class-face)
13694 (ebrowse-file-name-face, ebrowse-default-face)
13695 (ebrowse-member-attribute-face, ebrowse-member-class-face)
13696 (ebrowse-progress-face): Remove obsolete faces.
13697
13698 * progmodes/flymake.el (flymake-errline, flymake-warnline):
13699 Inherit from error and warning faces respectively.
13700
13701 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
13702 Likewise.
13703 (flyspell-incorrect-face, flyspell-duplicate-face):
13704 Remove obsolete aliases.
13705
13706 2012-06-08 Michael Albinus <michael.albinus@gmx.de>
13707
13708 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
13709 Avoid infloop.
13710
13711 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
13712
13713 * startup.el (argv, argi): Make lexically scoped.
13714 * emacs-lisp/float-sup.el (pi): Use internal-make-var-non-special.
13715 * emacs-lisp/cl-macs.el: Use lexical-binding.
13716 Rename cl-bind-* to cl--bind-*.
13717 * files.el: Don't require `cl' since it doesn't use it.
13718 * emacs-lisp/pcase.el, emacs-lisp/macroexp.el: Add coding cookie.
13719
13720 2012-06-08 Juanma Barranquero <lekktu@gmail.com>
13721
13722 * textmodes/texinfmt.el: Fix bug#11640 (reverts part of 2008-07-31T05:33:56Z!dann@ics.uci.edu).
13723 (texinfo-format-printindex): Use `texinfo-sort-region' in all platforms,
13724 instead of calling external sort utility.
13725 (texinfo-sort-region, texinfo-sort-startkeyfun): Restore functions.
13726
13727 2012-06-08 Eli Zaretskii <eliz@gnu.org>
13728
13729 * descr-text.el (describe-char): Mention how to insert the
13730 character, if the current input method doesn't support it.
13731 See the discussion in this thread for the details:
13732 http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00533.html.
13733
13734 2012-06-08 Sam Steingold <sds@gnu.org>
13735
13736 * bindings.el (global-map): Bind XF86Forward to next-buffer and
13737 XF86Back to previous-buffer.
13738 (minibuffer-local-map): Bind them to next-history-element and
13739 previous-history-element respectively.
13740 * help-mode.el (help-mode-map): Bind them to help-go-forward and
13741 help-go-back respectively.
13742 * info.el (Info-mode-map): Bind them to Info-history-forward and
13743 Info-history-back respectively.
13744 These are the keys next to Up on the ThinkPad keyboard.
13745
13746 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
13747
13748 Get rid of cl-lexical-let, keeping only lexical-let for compatibility.
13749 * emacs-lisp/cl-macs.el: Provide itself.
13750 (cl--labels-convert-cache): New var.
13751 (cl--labels-convert): New function.
13752 (cl-flet, cl-labels): New implementation with new semantics, relying on
13753 lexical-binding.
13754 * emacs-lisp/cl.el: Mark compatibility aliases as obsolete.
13755 (cl-closure-vars, cl--function-convert-cache)
13756 (cl--function-convert): Move from cl-macs.el.
13757 (lexical-let, lexical-let*, flet, labels): Move from cl-macs.el and
13758 rename by removing the "cl-" prefix.
13759 * emacs-lisp/macroexp.el (macroexp-unprogn): New function.
13760
13761 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
13762
13763 * emacs-lisp/cl.el (cl-macroexpand, cl-macro-environment)
13764 (cl-macroexpand-all, cl-not-hash-table, cl-builtin-gethash)
13765 (cl-builtin-remhash, cl-builtin-clrhash, cl-builtin-maphash)
13766 (cl-map-keymap, cl-copy-tree, cl-gethash, cl-puthash, cl-remhash)
13767 (cl-clrhash, cl-maphash, cl-make-hash-table, cl-hash-table-p)
13768 (cl-hash-table-count): Add old compatibility aliases.
13769
13770 * emacs-lisp/cl-macs.el (cl-macro-environment): Remove var.
13771 Use macroexpand-all-environment instead.
13772 (cl--old-macroexpand): New var.
13773 (cl--sm-macroexpand): New function.
13774 (cl-symbol-macrolet): Use it during macro expansion.
13775 (cl--function-convert-cache): New var.
13776 (cl--function-convert): New function, extracted from
13777 cl-macroexpand-all.
13778 (cl-lexical-let): Use it.
13779
13780 * emacs-lisp/cl-lib.el (cl-macro-environment): Remove decl.
13781 (cl-macroexpand): Move to cl-macs.el and rename to cl--sm-macroexpand.
13782 (cl-member): Remove old alias.
13783
13784 * emacs-lisp/cl-extra.el (cl-map-keymap, cl-copy-tree)
13785 (cl-not-hash-table, cl-builtin-gethash, cl-builtin-remhash)
13786 (cl-builtin-clrhash, cl-builtin-maphash, cl-gethash, cl-puthash)
13787 (cl-remhash, cl-clrhash, cl-maphash, cl-make-hash-table)
13788 (cl-hash-table-p, cl-hash-table-count): Move to cl.el.
13789 (cl-macroexpand-cmacs): Remove var.
13790 (cl-macroexpand-all, cl-macroexpand-body): Remove funs.
13791 Use macroexpand-all instead.
13792
13793 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
13794
13795 * emacs-lisp/macroexp.el (macroexp-progn, macroexp-let*, macroexp-if)
13796 (macroexp-let², macroexp--const-symbol-p, macroexp-const-p)
13797 (macroexp-copyable-p): New functions and macros.
13798 * emacs-lisp/edebug.el (edebug-unwrap):
13799 * emacs-lisp/disass.el (disassemble-internal): Use macroexp-progn.
13800 * emacs-lisp/pcase.el: Use macroexp-let*, macroexp-if, ...
13801 (pcase--let*): Remove.
13802 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p)
13803 (byte-compile-constp): Remove. Use macroexp--const-symbol-p and
13804 macroexp-const-p instead.
13805 * emacs-lisp/byte-opt.el: Use macroexp-const-p and macroexp-progn.
13806
13807 * emacs-lisp/cl-macs.el: Clean up the name space by using "cl--"
13808 instead of "cl-" for internal definitions. Use macroexp-const-p.
13809 (cl-old-bc-file-form): Remove var.
13810 (cl-const-exprs-p): Remove fun.
13811 (cl-labels, cl-macrolet): Use backquote.
13812 (cl-lexical-let): Use cl-symbol-macrolet. Don't use cl-defun-expander.
13813 (cl-defun-expander, cl-byte-compile-compiler-macro): Remove fun.
13814 (cl-define-setf-expander): Rename from cl-define-setf-method.
13815 * emacs-lisp/cl.el: Adjust alias for define-setf-method.
13816
13817 * international/mule-cmds.el: Don't require CL.
13818 (view-hello-file): Don't use `letf'.
13819
13820 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
13821
13822 * tmm.el (tmm-prompt): Use string-prefix-p.
13823 (tmm-completion-delete-prompt): Don't affect current-buffer outside.
13824 (tmm-add-prompt): Use minibuffer-completion-help.
13825 (tmm-delete-map): Remove.
13826
13827 * subr.el (kbd): Make it its own function.
13828
13829 2012-06-07 Stefan Merten <smerten@oekonux.de>
13830
13831 * textmodes/rst.el: Use `eval-when-compile' for requiring `cl.el'.
13832 Silence compiler warnings. Fix versions.
13833 (rst-position-if, rst-position, rst-some, rst-signum): New functions.
13834 (rst-shift-region, rst-adornment-level, rst-compute-tabs)
13835 (rst-indent-line, rst-shift-region, rst-forward-line): Use them.
13836 (rst-package-emacs-version-alist): Correct Emacs version to
13837 represent major merge with upstream.
13838 (rst-transition, rst-adornment, rst-compile-toolsets): Fix versions.
13839
13840 2012-06-06 Glenn Morris <rgm@gnu.org>
13841
13842 * mail/emacsbug.el (report-emacs-bug): Add relevant EMACS env-vars.
13843 Only print environment variables if set.
13844
13845 2012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
13846
13847 * emacs-lisp/macroexp.el: Don't require CL since we don't use it.
13848 (macroexp--cons): Rename from maybe-cons.
13849 (macroexp--accumulate): Rename from macroexp-accumulate.
13850 (macroexp--all-forms): Rename from macroexpand-all-forms.
13851 (macroexp--all-clauses): Rename from macroexpand-all-clauses.
13852 (macroexp--expand-all): Rename from macroexpand-all-1.
13853
13854 2012-06-06 Sam Steingold <sds@gnu.org>
13855
13856 * calendar/calendar.el (calendar-in-read-only-buffer):
13857 Call `special-mode' to enable the standard read-only keybindings.
13858
13859 2012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
13860
13861 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't spam the output
13862 with "loading" messages (bug#11635).
13863
13864 2012-06-06 Michael Albinus <michael.albinus@gmx.de>
13865
13866 * files.el (enable-remote-dir-locals): New option.
13867 (hack-dir-local-variables): Use it. (Bug#1933, Bug#6731)
13868
13869 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
13870 Ensure, that the temp directory is local.
13871
13872 * net/tramp-sh.el (tramp-sh-handle-write-region): Let-bind
13873 `temporary-file-directory'.
13874
13875 * progmodes/python.el (python-send-region): Ensure, that the
13876 temporary file is created also in the remote case.
13877
13878 2012-06-06 Glenn Morris <rgm@gnu.org>
13879
13880 * vc/vc-rcs.el (vc-rcs-rcs2log-program): New.
13881 (vc-rcs-update-changelog): Use it.
13882
13883 * emacs-lisp/authors.el (authors-fixed-entries): Remove vcdiff.
13884
13885 * vc/vc-sccs.el (vc-sccs-write-revision): New function.
13886 (vc-sccs-workfile-unchanged-p): Use vc-sccs-write-revision.
13887 (vc-sccs-diff): Replace use of the external vcdiff script.
13888
13889 2012-06-05 Glenn Morris <rgm@gnu.org>
13890
13891 * ledit.el: Move to obsolete/.
13892
13893 2012-06-05 Sam Steingold <sds@gnu.org>
13894
13895 * calendar/calendar.el (calendar-exit): Reinstate the 2012-03-28
13896 patch (Bug#11140).
13897
13898 2012-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
13899
13900 * emacs-lisp/cust-print.el: Move to obsolete.
13901
13902 * emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during
13903 compiler-macro expansion.
13904
13905 Add native compiler-macro support.
13906 * emacs-lisp/macroexp.el (macroexpand-all-1):
13907 Support compiler-macros directly. Properly follow aliases and apply
13908 the compiler macros more thoroughly.
13909 * emacs-lisp/cl.el: Don't copy compiler-macro properties any more since
13910 macroexpand now properly follows aliases.
13911 * emacs-lisp/cl-macs.el (toplevel, cl-define-compiler-macro)
13912 (cl-compiler-macroexpand): Use new prop.
13913 * emacs-lisp/byte-opt.el (featurep): Optimize earlier.
13914
13915 * emacs-lisp/cl-lib.el (custom-print-functions): Add alias.
13916
13917 2012-06-05 Martin Rudalics <rudalics@gmx.at>
13918
13919 * window.el (get-lru-window, get-mru-window, get-largest-window):
13920 New argument NOT-SELECTED to avoid picking the selected window.
13921 (window--display-buffer-1, window--display-buffer-2): Replace by
13922 new function window--display-buffer
13923 (display-buffer-same-window, display-buffer-reuse-window)
13924 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
13925 Use window--display-buffer.
13926 (display-buffer-use-some-window): Remove temporary dedication
13927 hack by calling get-lru-window and get-largest-window with
13928 NOT-SELECTED argument non-nil. Call window--display-buffer.
13929
13930 2012-06-05 Glenn Morris <rgm@gnu.org>
13931
13932 * vc/vc-sccs.el (vc-sccs-workfile-unchanged-p):
13933 Replace external vcdiff script.
13934
13935 2012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
13936
13937 * emacs-lisp/cl-lib.el (cl-values, cl-values-list): Fix up last change.
13938
13939 2012-06-04 Chong Yidong <cyd@gnu.org>
13940
13941 * image.el (imagemagick-types-inhibit): Revert last change.
13942 Add INFO and M.
13943 (imagemagick-enabled-types): Remove CIN and EPS*.
13944
13945 2012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
13946
13947 * emacs-lisp/cl-lib.el: Rename from cl.el.
13948 * emacs-lisp/cl.el: New compatibility file.
13949 * emacs-lisp/cl-lib.el, emacs-lisp/cl-seq.el, emacs-lisp/cl-macs.el:
13950 * emacs-lisp/cl-extra.el: Rename all top-level functions and variables
13951 to obey the "cl-" prefix.
13952 * emacs-lisp/macroexp.el (macroexpand-all-1): Adjust to new name.
13953
13954 2012-06-03 Glenn Morris <rgm@gnu.org>
13955
13956 * emacs-lisp/authors.el (authors-aliases): Addition.
13957
13958 * cus-start.el (tool-bar-style, tool-bar-max-label-size):
13959 Fix :version.
13960
13961 2012-06-03 Stefan Merten <smerten@oekonux.de>
13962
13963 * textmodes/rst.el: Add comments.
13964 (rst-transition, rst-adornment): New faces.
13965 (rst-adornment-faces-alist): Make default safe to reevaluate.
13966 Fixes
13967 http://sourceforge.net/tracker/?func=detail&atid=422030&aid=3479603&group_id=38414.
13968 Improve customization tags.
13969 (rst-define-level-faces): Clarify meaning.
13970
13971 2012-06-03 Chong Yidong <cyd@gnu.org>
13972
13973 * progmodes/compile.el (compilation-mode-line-fail)
13974 (compilation-mode-line-run, compilation-mode-line-exit):
13975 New faces.
13976 (compilation-start, compilation-handle-exit): Use them (Bug#11032).
13977
13978 2012-06-03 Jack Duthen <duthen.mac.01@gmail.com> (tiny change)
13979
13980 * progmodes/which-func.el (which-func-update-ediff-windows):
13981 New function. Use it in ediff-select-hook (Bug#11478).
13982
13983 2012-06-03 Chong Yidong <cyd@gnu.org>
13984
13985 * bindings.el: Remove explicit help text from format-mode-line.
13986 It is now supplied by mode-line-default-help-echo.
13987 (mode-line-front-space, mode-line-end-spaces)
13988 (mode-line-misc-info): New variables.
13989 (mode-line-modes, mode-line-position): Move the default value to
13990 the variable definition.
13991 (mode-line-default-help-echo): New defcustom.
13992 (mode-line-mule-info-help-echo, mode-line-read-only-help-echo)
13993 (mode-line-modified-help-echo): New functions.
13994 (mode-line-mule-info, mode-line-modified): Use them.
13995 (mode-line-eol-desc, propertized-buffer-identification):
13996 Consistency fixes for help text.
13997 (mode-line-coding-system-map): Allow using mouse-3 to invoke
13998 set-buffer-file-coding-system (Bug#289).
13999 (mode-line-mule-info-help-echo): Update help text.
14000
14001 2012-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
14002
14003 * simple.el (execute-extended-command): Set real-this-command
14004 (bug#11506).
14005
14006 2012-06-02 Chong Yidong <cyd@gnu.org>
14007
14008 Remove incorrect uses of "modeline" in comments, docstrings, and
14009 function/variable names (Bug#10329).
14010
14011 * cus-edit.el (mode-line):
14012 * dframe.el (dframe-mouse-hscroll):
14013 * emacs-lisp/re-builder.el:
14014 * emacs-lisp/easy-mmode.el (define-minor-mode):
14015 * frame.el (set-frame-name):
14016 * help.el (lookup-minor-mode-from-indicator):
14017 * net/rcirc.el (rcirc-activity-string, rcirc-short-buffer-name):
14018 * progmodes/cc-cmds.el (c-toggle-auto-newline)
14019 (c-toggle-hungry-state):
14020 * progmodes/antlr-mode.el (antlr-language-alist):
14021 * progmodes/idlw-shell.el (idlwave-shell-electric-stop-line-face):
14022 * progmodes/vhdl-mode.el (vhdl-mode):
14023 * progmodes/which-func.el (which-func, which-func-cleanup-function):
14024 * term/ns-win.el (ns-face-at-pos):
14025 * term/sup-mouse.el (sup-mouse-report):
14026 * textmodes/flyspell.el (flyspell-mode-line-string):
14027 * textmodes/ispell.el (ispell-highlight-face):
14028 * textmodes/reftex-global.el:
14029 * vc/vc-arch.el (vc-arch-mode-line-string):
14030 * vc/vc-cvs.el (vc-cvs-mode-line-string):
14031 * vc/vc-git.el (vc-git-mode-line-string):
14032 * vc/vc-hooks.el (vc-display-status)
14033 (vc-default-mode-line-string):
14034 * vc/vc-mtn.el (vc-mtn-mode-line-string): Doc fixes.
14035
14036 * ansi-color.el (ansi-color-faces-vector): Change default faces.
14037
14038 * dired.el (dired-sort-set-mode-line): Rename from
14039 dired-sort-set-modeline. All callers changed.
14040
14041 * eshell/esh-mode.el (eshell-status-in-mode-line): Rename from
14042 eshell-status-in-modeline.
14043
14044 * foldout.el (foldout-mode-line-string): Rename from
14045 foldout-modeline-string. All callers changed.
14046 (foldout-update-mode-line): Rename from foldout-update-modeline.
14047
14048 * subr.el (redraw-modeline): Make into obsolete alias.
14049
14050 * calendar/timeclock.el (timeclock-mode-line-display): Rename from
14051 timeclock-modeline-display. Make old name an alias.
14052 (timeclock-update-mode-line): Likewise. All callers changed.
14053 (timeclock-mode-line-display): No need to check before using
14054 add-hook.
14055 (timeclock-relative, timeclock-day-over-hook)
14056 (timeclock-use-elapsed, timeclock-mode-string)
14057 (timeclock-mode-line-display): Doc fix, "modeline" -> "mode line".
14058
14059 * emulation/crisp.el (crisp-mode-mode-line-string): Rename from
14060 crisp-mode-modeline-string.
14061
14062 * play/solitaire.el (solitaire-build-mode-line): Rename from
14063 solitaire-build-modeline. All callers changed.
14064
14065 * play/zone.el (zone-hiding-mode-line): Rename from
14066 zone-hiding-modeline. All callers changed.
14067 (zone): Remove unusued `modeline-hidden-level' property.
14068
14069 * progmodes/xscheme.el (xscheme-mode-line-initialize): Rename from
14070 xscheme-modeline-initialize. All callers changed.
14071
14072 * strokes.el (strokes-lighter): Rename from
14073 strokes-modeline-string.
14074
14075 * textmodes/sgml-mode.el (html-face-tag-alist)
14076 (html-tag-face-alist): Use mode-line face instead of obsolete
14077 alias modeline.
14078
14079 2012-06-02 Stefan Merten <smerten@oekonux.de>
14080
14081 * textmodes/rst.el: Always require `cl'.
14082 (rst-mode-map): Fix meaning of C-M-a / C-M-e.
14083
14084 2012-06-02 Chong Yidong <cyd@gnu.org>
14085
14086 * image.el (imagemagick-enabled-types): Rename from
14087 imagemagick-types-enable. Add many more types.
14088 (imagemagick-types-inhibit): Change default to nil.
14089 (imagemagick-filter-types): Caller changed.
14090
14091 2012-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
14092
14093 * emacs-lisp/cl-macs.el: Use backquotes.
14094 (cl-transform-function-property): Use eval-and-compile rather than
14095 abusing `require'.
14096 (defstruct): Use declare-function instead of with-no-warnings.
14097
14098 * emacs-lisp/bytecomp.el: Fix last change (bug#11594).
14099 (byte-compile-output-docform): Re-add the print-circle bindings.
14100 (byte-compile-fix-header): Use #$ just because it's shorter.
14101 (byte-compile-output-file-form): Remove defun/defmacro.
14102
14103 2012-06-01 Martin Rudalics <rudalics@gmx.at>
14104
14105 * simple.el (choose-completion): Remove now obsolete binding for
14106 owindow.
14107
14108 2012-06-01 Michael Albinus <michael.albinus@gmx.de>
14109
14110 * net/tramp.el (tramp-check-for-regexp): Search from buffer end,
14111 in order to avoid "Stack overflow in regexp matcher".
14112
14113 2012-05-31 Glenn Morris <rgm@gnu.org>
14114
14115 * image.el: For clarity, call imagemagick-register-types at
14116 top-level, rather than relying on a custom :initialize.
14117 (imagemagick-types-enable): New option. (Bug#11557)
14118 (imagemagick-filter-types): New function. (Bug#7406)
14119 (imagemagick-register-types): Use imagemagick-filter-types.
14120 If disabling support, remove elements altogether rather
14121 than using an impossible regexp.
14122 (imagemagick-types-inhibit): Give it the default init function.
14123
14124 2012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
14125
14126 * emacs-lisp/bytecomp.el (byte-compile-fix-header):
14127 Handle arbitrary file name lengths (Bug#11585).
14128
14129 2012-05-31 Martin Rudalics <rudalics@gmx.at>
14130
14131 * desktop.el (desktop-read): Clear previous and next buffers for
14132 all windows and bury *Messages* buffer (bug#11556).
14133
14134 2012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
14135
14136 Add `declare' for `defun'. Align `defmacro's with it.
14137 * emacs-lisp/easy-mmode.el (define-minor-mode)
14138 (define-globalized-minor-mode): Don't autoload the var definitions.
14139 * emacs-lisp/byte-run.el: Use lexical-binding.
14140 (defun-declarations-alist, macro-declarations-alist): New vars.
14141 (defmacro, defun): Use them.
14142 (make-obsolete, define-obsolete-function-alias)
14143 (make-obsolete-variable, define-obsolete-variable-alias):
14144 Use `declare'.
14145 (macro-declaration-function): Mark obsolete.
14146 * emacs-lisp/autoload.el: Use lexical-binding.
14147 (make-autoload): Add `expansion' arg. Rely more on macro expansion.
14148
14149 2012-05-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
14150
14151 * textmodes/ispell.el (ispell-with-no-warnings):
14152 Define as a macro.
14153 (ispell-kill-ispell, ispell-change-dictionary):
14154 Use `called-interactively-p' for Emacs instead of obsolete
14155 `interactive-p'.
14156
14157 2012-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
14158
14159 * emacs-lisp/byte-run.el (defmacro, defun): Move from C.
14160 (macro-declaration-function): Move var from C code.
14161 (macro-declaration-function): Define function with defalias.
14162 * emacs-lisp/macroexp.el (macroexpand-all-1):
14163 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
14164 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't handle
14165 defun/defmacro any more.
14166 * emacs-lisp/bytecomp.el (byte-compile-arglist-signature):
14167 Provide fallback for unknown arglist.
14168 (byte-compile-arglist-warn): Change calling convention.
14169 (byte-compile-output-file-form): Move print-vars binding.
14170 (byte-compile-output-docform): Simplify accordingly.
14171 (byte-compile-file-form-defun, byte-compile-file-form-defmacro)
14172 (byte-compile-defmacro-declaration): Remove.
14173 (byte-compile-file-form-defmumble): Generalize to defalias.
14174 (byte-compile-output-as-comment): Return byte-positions.
14175 Simplify callers accordingly.
14176 (byte-compile-lambda): Use `assert'.
14177 (byte-compile-defun, byte-compile-defmacro): Remove.
14178 (byte-compile-file-form-defalias):
14179 Use byte-compile-file-form-defmumble.
14180 (byte-compile-defalias-warn): Remove.
14181
14182 2012-05-29 Stefan Merten <smerten@oekonux.de>
14183
14184 * textmodes/rst.el: Silence `checkdoc-ispell' errors where
14185 possible. Fix authors. Improve comments. Improve loading of `cl'.
14186
14187 (rst-mode-abbrev-table): Merge definition.
14188 (rst-mode): Make sure `font-lock-defaults' is buffer local.
14189 (rst-define-key, rst-deprecated-keys, rst-call-deprecated): Refactor.
14190
14191 2012-05-29 Ulf Jasper <ulf.jasper@web.de>
14192
14193 * calendar/icalendar.el
14194 (icalendar-export-region): Export UID properly.
14195
14196 2012-05-29 Leo Liu <sdl.web@gmail.com>
14197 * calendar/icalendar.el (icalendar-import-format):
14198 Add `icalendar-import-format-uid' (Bug#11525).
14199 (icalendar-import-format-uid): New.
14200 (icalendar--parse-summary-and-rest, icalendar--format-ical-event):
14201 Export UID.
14202
14203 2012-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
14204
14205 * emacs-lisp/pcase.el (pcase--expand): Accept different sets of vars in
14206 different alternative patterns.
14207 (pcase-codegen): Be more careful to preserve identity.
14208 (pcase--u1): Don't forget to mark vars as used.
14209
14210 * emacs-lisp/bytecomp.el (byte-compile-constp): Treat #'v as a constant.
14211 (byte-compile-close-variables): Bind byte-compile--outbuffer here...
14212 (byte-compile-from-buffer): ...rather than here.
14213
14214 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Don't re-preprocess
14215 functions from byte-compile-function-environment.
14216
14217 2012-05-29 Troels Nielsen <bn.troels@gmail.com>
14218
14219 * window.el (window-deletable-p): Avoid deleting the root window
14220 of a frame with an active minibuffer.
14221
14222 2012-05-29 Martin Rudalics <rudalics@gmx.at>
14223
14224 * simple.el (choose-completion): Use quit-window (Bug#11567).
14225
14226 2012-05-29 Chong Yidong <cyd@gnu.org>
14227
14228 * whitespace.el (whitespace-cleanup): Fix usage of
14229 whitespace-empty-at-bob-regexp (Bug#11492).
14230
14231 2012-05-29 Aaron S. Hawley <aaron.s.hawley@gmail.com>
14232
14233 * vc/vc.el (vc-revert, vc-rollback): Dont kill vc-diff buffer on
14234 revert (Bug#11488).
14235
14236 2012-05-29 Juri Linkov <juri@jurta.org>
14237
14238 * isearch.el (isearch-mode-map): Bind `M-s _' to
14239 `isearch-toggle-symbol'. Bind `M-s c' to
14240 `isearch-toggle-case-fold'.
14241 (search-map): Bind `M-s _' to `isearch-forward-symbol'.
14242 (isearch-forward): Add `M-s _' to the docstring.
14243 (isearch-forward-symbol, isearch-toggle-case-fold)
14244 (isearch-symbol-regexp): New functions. (Bug#11381)
14245
14246 2012-05-29 Juri Linkov <juri@jurta.org>
14247
14248 * isearch.el (isearch-word): Add docstring. (Bug#11381)
14249 (isearch-occur, isearch-search-and-update): If `isearch-word' is
14250 a function, call it to get the regexp.
14251 (isearch-message-prefix): If `isearch-word' holds a symbol, use its
14252 property `isearch-message-prefix' instead of the string "word ".
14253 (isearch-search-fun-default): For the case of `isearch-word',
14254 return a lambda that calls re-search-forward/re-search-backward
14255 with a regexp returned by `word-search-regexp' or by the function
14256 in `isearch-word'.
14257
14258 2012-05-29 Juri Linkov <juri@jurta.org>
14259
14260 * isearch.el (isearch-search-fun-default): New function.
14261 (isearch-search-fun): Move default part to the new function
14262 `isearch-search-fun-default'.
14263 (isearch-search-fun-function): Set the default value to
14264 `isearch-search-fun-default'. (Bug#11381)
14265
14266 * comint.el (comint-history-isearch-end):
14267 Use `isearch-search-fun-default'.
14268 (comint-history-isearch-search): Use `isearch-search-fun-default'
14269 and remove spacial case for `isearch-word'.
14270 (comint-history-isearch-wrap): Remove spacial case for
14271 `isearch-word'.
14272
14273 * hexl.el (hexl-isearch-search-function):
14274 Use `isearch-search-fun-default'.
14275
14276 * info.el (Info-isearch-search): Use `isearch-search-fun-default'.
14277 Use `word-search-regexp' for `isearch-word'.
14278
14279 * misearch.el (multi-isearch-search-fun):
14280 Use `isearch-search-fun-default'.
14281
14282 * simple.el (minibuffer-history-isearch-search):
14283 Use `isearch-search-fun-default' and remove spacial case for
14284 `isearch-word'.
14285 (minibuffer-history-isearch-wrap): Remove spacial case for
14286 `isearch-word'.
14287
14288 * textmodes/reftex-global.el (reftex-isearch-wrap-function):
14289 Remove spacial case for `isearch-word'.
14290 (reftex-isearch-isearch-search): Use `isearch-search-fun-default'.
14291
14292 2012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
14293
14294 Decrease XEmacs incompatibilities.
14295 * textmodes/flyspell.el (flyspell-check-pre-word-p):
14296 Use `string-match'.
14297 (flyspell-delete-region-overlays): Use alternative definition for
14298 XEmacs.
14299 (flyspell-delete-all-overlays): Use `flyspell-delete-region-overlays'.
14300 (flyspell-word): Use `process-kill-without-query' if XEmacs.
14301 (flyspell-mode-on): Use `interactive-p' if XEmacs.
14302 (flyspell-incorrect-face, flyspell-duplicate-face): Do not use
14303 `define-obsolete-face-alias' under XEmacs, but old method.
14304
14305 * textmodes/ispell.el (ispell-with-no-warnings): XEmacs alternative
14306 `with-no-warnings' definition or Emacs alias.
14307 (ispell-command-loop, ispell-message): Use `ispell-with-no-warnings'.
14308 (ispell-word): Do not use `region-p' if XEmacs.
14309
14310 2012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
14311
14312 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
14313 Check for `ispell-dictionary-base-alist' instead of full
14314 `ispell-dictionary-alist'.
14315 (ispell-init-process): Show spellchecker when starting new Ispell
14316 process.
14317
14318 2012-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
14319
14320 * progmodes/vhdl-mode.el: Sync with upstream 3.33.28.
14321 http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
14322
14323 2012-05-27 Juanma Barranquero <lekktu@gmail.com>
14324
14325 * version.el (motif-version-string, gtk-version-string)
14326 (ns-version-string): Declare.
14327
14328 2012-05-27 Juri Linkov <juri@jurta.org>
14329
14330 * emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
14331 after the `eval-defun-1' specialcaseing
14332 like in `edebug-eval-defun' (bug#10181).
14333
14334 * emacs-lisp/edebug.el (edebug-eval-defun): Set `face-documentation'
14335 like in `eval-defun-1'.
14336
14337 2012-05-27 Eli Zaretskii <eliz@gnu.org>
14338
14339 * mail/sendmail.el (mail-yank-region):
14340 Recognize rmail-yank-current-message in addition to insert-buffer.
14341 Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
14342 a *mail* buffer created through rmail-start-mail with sendmail as
14343 mail-user-agent.
14344
14345 2012-05-27 Chong Yidong <cyd@gnu.org>
14346
14347 * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
14348 Default to 256 (Bug#11267).
14349
14350 * help.el (describe-mode): Doc fix.
14351
14352 2012-05-26 Glenn Morris <rgm@gnu.org>
14353
14354 * w32-fns.el (w32-init-info): Remove.
14355 * paths.el (Info-default-directory-list): Add w32-init-info equivalent.
14356
14357 * info.el (info-initialize): For self-contained NS builds, put the
14358 included info/ directory at the front. (Bug#2791)
14359
14360 * paths.el (Info-default-directory-list): Make it a defcustom,
14361 mainly so that we can use custom-initialize-delay.
14362
14363 2012-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
14364
14365 * subr.el (buffer-has-markers-at): Mark obsolete.
14366
14367 * subr.el (lambda): Use declare.
14368
14369 * emacs-lisp/lisp-mode.el (lambda):
14370 * emacs-lisp/edebug.el (lambda): Move properties to its definition.
14371
14372 2012-05-26 Aaron S. Hawley <aaron.s.hawley@gmail.com>
14373
14374 * thingatpt.el (forward-same-syntax): Handle no ARG case. (Bug#11560)
14375
14376 2012-05-26 Glenn Morris <rgm@gnu.org>
14377
14378 * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
14379
14380 2012-05-25 Glenn Morris <rgm@gnu.org>
14381
14382 * paths.el: Remove no-byte-compile.
14383 * loadup.el: No need to load paths.el uncompiled.
14384
14385 * image.el (imagemagick-types-inhibit): Doc fix.
14386
14387 * version.el: Remove no-byte-compile and associated formatting.
14388 * loadup.el: No need to load version.el uncompiled. AFAICS, this
14389 is ancient code from when there was an "inc-vers.el".
14390
14391 2012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
14392
14393 * progmodes/gdb-mi.el: Minor style changes.
14394 (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
14395 Turn into minor modes.
14396 (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
14397 (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
14398 (gdb-shell): Remove unneeded let-binding.
14399 (gdb-get-many-fields): Eliminate O(n²) behavior.
14400
14401 2012-05-25 Eli Zaretskii <eliz@gnu.org>
14402
14403 * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
14404 platforms that don't link in fontset.c.
14405
14406 2012-05-25 Juri Linkov <juri@jurta.org>
14407
14408 Use the same diff color scheme as in modern VCSes (bug#10181).
14409
14410 * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
14411 to avoid confusion with `diff-added' that now uses green colors.
14412 (diff-removed): Use shades of red.
14413 (diff-added): Use shades of green.
14414 (diff-changed): Leave just the yellow color.
14415 (diff-use-changed-face): New variable.
14416 (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
14417 how to highlight context diff changes.
14418 (diff-refine-change): Use shades of yellow.
14419 (diff-refine-removed): New face that uses shades of red.
14420 (diff-refine-added): New face that uses shades of green.
14421 (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
14422 `diff-refine-removed' in the call to `smerge-refine-subst'
14423 depending on the value of `diff-use-changed-face'.
14424
14425 * vc/smerge-mode.el (smerge-mine): Use shades of red.
14426 (smerge-other): Use shades of green.
14427 (smerge-base): Use shades of yellow.
14428 (smerge-refined-change): Empty face.
14429 (smerge-refined-removed): New face that uses shades of red.
14430 (smerge-refined-added): New face that uses shades of green.
14431 (smerge-refine-subst): Rename arg `props' to `props-c'. Add new
14432 args `props-r' and `props-a', and use them. Doc fix.
14433 (smerge-refine): Evaluate `smerge-use-changed-face' and depending
14434 on its value use different faces `smerge-refined-change',
14435 `smerge-refined-removed', `smerge-refined-added' in the call to
14436 `smerge-refine-subst'.
14437
14438 * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
14439 Add face condition `min-colors 88' with shades of red.
14440 (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
14441 `min-colors 88' with shades of green.
14442 (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
14443 `min-colors 88' with shades of yellow.
14444
14445 2012-05-24 Glenn Morris <rgm@gnu.org>
14446
14447 * paths.el (prune-directory-list, remote-shell-program): Move to...
14448 * files.el (prune-directory-list, remote-shell-program): ...here.
14449 For the latter, delay initialization, prefer ssh, just search PATH.
14450
14451 * paths.el (term-file-prefix): Move to faces.el (the only user).
14452 * faces.el (term-file-prefix): Move here, make it a defcustom.
14453
14454 * paths.el (news-directory, news-path, news-inews-program):
14455 Move to gnus/nnspool.el.
14456
14457 * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
14458
14459 * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
14460 * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
14461 Make the latter a defcustom, with a delayed initialization.
14462
14463 * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
14464 These were deleted from Gnus itself late 2010.
14465
14466 2012-05-22 Juanma Barranquero <lekktu@gmail.com>
14467
14468 * progmodes/which-func.el (which-func-ff-hook):
14469 Check against user-error, not error.
14470
14471 * emacs-lisp/edebug.el (top): Do not load or set up loading of
14472 cl-specs.el, which no longer exists.
14473
14474 2012-05-22 Glenn Morris <rgm@gnu.org>
14475
14476 * info.el (info-emacs-bug): New command.
14477 * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
14478 * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
14479
14480 2012-05-21 Glenn Morris <rgm@gnu.org>
14481
14482 * makefile.w32-in (update-subdirs-SH):
14483 * Makefile.in (update-subdirs): Update for moved update-subdirs.
14484
14485 2012-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
14486
14487 * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
14488
14489 * progmodes/compile.el (compilation-error-regexp-alist-alist):
14490 Simplify Maven regexp, and make sure the file can't start with a space
14491 (bug#11517).
14492
14493 2012-05-21 Glenn Morris <rgm@gnu.org>
14494
14495 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
14496 Scrap superfluous subshells.
14497
14498 2012-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
14499
14500 * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
14501 (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
14502
14503 2012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
14504
14505 * calc/calc.el (calc-ensure-consistent-units): New variable.
14506
14507 * calc/calc-units.el (math-consistent-units-p)
14508 (math-check-unit-consistency): New functions.
14509 (calc-quick-units, calc-convert-units):
14510 Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
14511 is non-nil.
14512 (calc-extract-units): Fix typo.
14513
14514 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
14515
14516 * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
14517
14518 * textmodes/flyspell.el: Commenting style, plus code simplifications.
14519 (flyspell-default-deplacement-commands): Don't spell check after
14520 repeated window/frame switches (e.g. triggered by mouse-movement).
14521 (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
14522 (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
14523 (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
14524 (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
14525 Remove unused vars.
14526 (flyspell-get-casechars, flyspell-get-not-casechars):
14527 Simplify; Don't bother removing a ] just to add it back.
14528 * textmodes/ispell.el (ispell-program-name): Use executable-find.
14529
14530 2012-05-18 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
14531
14532 * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
14533 New functions.
14534 (math-function-table): Add support for more C functions.
14535
14536 2012-05-18 Agustín Martín Domingo <agustin.martin@hispalinux.es>
14537
14538 * textmodes/flyspell.el (flyspell-check-pre-word-p)
14539 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
14540 Protect delay handling for otherchars against empty otherchars.
14541
14542 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
14543
14544 * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
14545 their respective macro declarations.
14546 * skeleton.el (define-skeleton):
14547 * progmodes/compile.el (define-compilation-mode):
14548 * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
14549 (define-ibuffer-filter):
14550 * emacs-lisp/generic.el (define-generic-mode):
14551 * emacs-lisp/easy-mmode.el (define-minor-mode)
14552 (define-globalized-minor-mode):
14553 * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
14554 * emacs-lisp/byte-run.el (defsubst):
14555 * custom.el (deftheme): Add doc-string metadata.
14556
14557 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
14558
14559 * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
14560
14561 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
14562
14563 * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
14564
14565 * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
14566 * emacs-lisp/cl-macs.el: Idem.
14567 * emacs-lisp/cl-specs.el: Remove.
14568
14569 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
14570
14571 Minor renaming of internal CL functions and variables.
14572 * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
14573 (cl--position): Rename from cl-position.
14574 (cl--delete-duplicates): Rename from cl-delete-duplicates.
14575 * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
14576 (cl--random-state): Rename from *random-state*.
14577
14578 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
14579
14580 * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
14581 parens around the arg list (bug#11499).
14582
14583 2012-05-17 Juri Linkov <juri@jurta.org>
14584
14585 * isearch.el (word-search-regexp, word-search-backward)
14586 (word-search-forward, word-search-backward-lax)
14587 (word-search-forward-lax): Move functions from search.c
14588 (bug#10145, bug#11381).
14589
14590 2012-05-16 Agustín Martín Domingo <agustin.martin@hispalinux.es>
14591
14592 * textmodes/flyspell.el (flyspell-check-pre-word-p)
14593 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
14594 Delay for otherchars as for normal word components.
14595
14596 2012-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
14597
14598 * minibuffer.el (completion--sifn-requote): Fix last change.
14599 (minibuffer-local-must-match-filename-map):
14600 Move define-obsolete-variable-alias before its var.
14601
14602 2012-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
14603
14604 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
14605
14606 * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
14607 behavior.
14608 (completion--string-equal-p): New function.
14609 (completion--twq-all): Use it to get better assertion failure data.
14610
14611 Only handle ".." and '..' quoting in shell-mode (bug#11466).
14612 * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
14613 (shell--requote-argument): New functions.
14614 (shell-completion-vars): Use them.
14615 (shell--parse-pcomplete-arguments): Rename from
14616 shell-parse-pcomplete-arguments.
14617 * comint.el (comint-word): Obey comint-file-name-quote-list. Simplify.
14618 (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
14619 Obey comint-file-name-quote-list.
14620
14621 * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
14622 (smie-indent-keyword): Use it.
14623
14624 2012-05-14 Stefan Merten <smerten@oekonux.de>
14625
14626 * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
14627
14628 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
14629
14630 * net/rlogin.el (rlogin-mode-map): Fix last change.
14631
14632 2012-05-14 Jason L. Wright <jason.wright@inl.gov> (tiny change)
14633
14634 * mail/smtpmail.el (smtpmail-send-command): Send the command and
14635 the following \r\n using a single `process-send-string', since the
14636 Lotus SMTP server refuses to accept any commands if they are sent
14637 with two `process-send-string's (Bug#11444).
14638
14639 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
14640
14641 * shell.el (shell-parse-pcomplete-arguments):
14642 Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
14643
14644 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
14645
14646 * image-mode.el: Fit to width/height for rotated images (Bug#11431).
14647 (image-transform-scale, image-transform-right-angle-fudge): New vars.
14648 (image-transform-width, image-transform-fit-width): New functions.
14649 (image-transform-properties): Use them.
14650 (image-transform-check-size): New function.
14651 (image-toggle-display-image): Use it (for testing).
14652 (image-transform-set-rotation): Reduce angle mod 360.
14653 Delete obsolete comment.
14654
14655 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
14656
14657 * image-mode.el: Fix scaling (bug#11399).
14658 (image-transform-resize): Doc fix.
14659 (image-transform-properties): Default scale is 1 and height should
14660 be an integer.
14661
14662 2012-05-13 Johan Bockgård <bojohan@gnu.org>
14663
14664 * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
14665 than hard-coding `car', to fix misbehavior when moving forward.
14666
14667 2012-05-13 Chong Yidong <cyd@gnu.org>
14668
14669 * emacs-lisp/tabulated-list.el (tabulated-list-format)
14670 (tabulated-list-entries, tabulated-list-padding)
14671 (tabulated-list-sort-key): Make permanent-local.
14672
14673 * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
14674 (electric-buffer-list): Put electric buffer menu
14675 command descriptions in this docstring, instead of the docstring
14676 of electric-buffer-menu-mode. Code cleanups.
14677 (electric-buffer-menu-mode): Use define-derived-mode. Rename from
14678 Electric-buffer-menu-mode.
14679 (electric-buffer-update-highlight): Minor code cleanup.
14680
14681 2012-05-13 Michael Albinus <michael.albinus@gmx.de>
14682
14683 * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
14684 (Bug#11447)
14685
14686 2012-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
14687
14688 Move define-obsolete-variable-alias before the var's definition.
14689 * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
14690 * tooltip.el (tooltip-hook):
14691 * textmodes/reftex-toc.el (reftex-toc-map):
14692 * textmodes/reftex-sel.el (reftex-select-label-map)
14693 (reftex-select-bib-map):
14694 * textmodes/reftex-index.el (reftex-index-map)
14695 (reftex-index-phrases-map):
14696 * speedbar.el (speedbar-syntax-table, speedbar-key-map):
14697 * progmodes/meta-mode.el (meta-mode-map):
14698 * novice.el (disabled-command-hook):
14699 * loadhist.el (unload-hook-features-list):
14700 * frame.el (blink-cursor):
14701 * files.el (find-file-not-found-hooks, write-file-hooks)
14702 (write-contents-hooks):
14703 * emulation/tpu-edt.el (GOLD-map):
14704 * emacs-lock.el (emacs-lock-from-exiting):
14705 * emacs-lisp/generic.el (generic-font-lock-defaults):
14706 * emacs-lisp/chart.el (chart-map):
14707 * dos-fns.el (register-name-alist):
14708 * dired-x.el (dired-omit-files-p):
14709 * desktop.el (desktop-enable):
14710 * cus-edit.el (custom-mode-hook):
14711 * buff-menu.el (buffer-menu-mode-hook):
14712 * bookmark.el (bookmark-read-annotation-text-func)
14713 (bookmark-exit-hooks):
14714 * allout.el (allout-mode-deactivate-hook)
14715 (allout-exposure-change-hook, allout-structure-added-hook)
14716 (allout-structure-deleted-hook, allout-structure-shifted-hook):
14717 * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
14718 (dirtrack-debug): Move call to define-obsolete-variable-alias so it
14719 comes before the corresponding variable's definition.
14720
14721 2012-05-12 Chong Yidong <cyd@gnu.org>
14722
14723 * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
14724 (Buffer-menu-mouse-select): Restore function (Bug#11459).
14725 (Buffer-menu-mode-map): Bind it.
14726 (Buffer-menu--pretty-name): Add a mouse-face property.
14727
14728 2012-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
14729
14730 * progmodes/prolog.el: Use SMIE. Cleanup regexp setup.
14731 (prolog-upper-case-string, prolog-lower-case-string)
14732 (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
14733 (prolog-use-smie, prolog-smie-grammar): New vars.
14734 (prolog-smie-forward-token, prolog-smie-backward-token)
14735 (prolog-smie-rules): New funs.
14736 (prolog-comment-indent): Remove.
14737 (prolog-mode-variables): Use default comment indentation instead.
14738 Setup SMIE.
14739 (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
14740 (prolog-mode): Don't call them any more.
14741 (prolog-electric-colon, prolog-electric-dash)
14742 (prolog-edit-menu-insert-move): Use indent-according-to-mode.
14743
14744 * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
14745
14746 * minibuffer.el (completion--twq-all): Again, allow case differences.
14747
14748 * term.el: Move keymap initialization code to be more idiomatic.
14749 (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
14750 (term-terminal-menu): Move initialization into declaration.
14751 (term-escape-char): Let the user set it in her .emacs.
14752
14753 * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
14754 Provide SMIE-based indentation (not enabled by default yet).
14755 (sh-mode-map): Don't bind electric keys.
14756 Use electric-pair-mode instead of skeleton-pair.
14757 (sh-assignment-regexp): Fit within 80 columns.
14758 (sh-indent-supported): Specify actual shell name instead of boolean.
14759 (sh--maybe-here-document): New fun, from sh-maybe-here-document.
14760 (sh-maybe-here-document): Use it. Make obsolete.
14761 (sh-electric-here-document-mode) New minor mode.
14762 (sh-mode): Use it. Don't set sh-indent-supported-here here.
14763 (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
14764 (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
14765 (sh-smie-rc-grammar, sh-use-smie): New vars.
14766 (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
14767 (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
14768 (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
14769 (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
14770 (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
14771 (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
14772 (sh-set-shell): Use smie-setup if requested.
14773
14774 * term.el (term-set-escape-char): Properly set term-escape-char.
14775 See http://stackoverflow.com/questions/10524656.
14776
14777 2012-05-10 Chong Yidong <cyd@gnu.org>
14778
14779 * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
14780 Use url-generic-parse-url, and handle host names and Windows
14781 filenames properly.
14782 (ffap-url-unwrap-remote): Use url-generic-parse-url.
14783 (ffap-url-unwrap-remote): Accept list values, specifying a list of
14784 URL schemes to work on.
14785 (ffap--toggle-read-only): New function.
14786 (ffap-read-only, ffap-read-only-other-window)
14787 (ffap-read-only-other-frame): Use it.
14788 (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
14789 necessary for ffap-url-unwrap-remote.
14790
14791 2012-05-10 Dave Abrahams <dave@boostpro.com>
14792
14793 * cus-start.el (create-lockfiles): Add it.
14794
14795 2012-05-09 Chong Yidong <cyd@gnu.org>
14796
14797 * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
14798 (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
14799
14800 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
14801
14802 * shell.el (shell-completion-vars): Fix last change (bug#11348).
14803
14804 2012-05-09 Chong Yidong <cyd@gnu.org>
14805
14806 * ansi-color.el (ansi-color-process-output): Check for validity of
14807 comint-last-output-start before using it. This avoids a bad
14808 interaction with gdb-mi's input/output buffer.
14809
14810 2012-05-09 Glenn Morris <rgm@gnu.org>
14811
14812 * files.el (dir-locals-read-from-file):
14813 Mention dir-locals in any error message.
14814
14815 2012-05-09 Chong Yidong <cyd@gnu.org>
14816
14817 * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
14818 package (Bug#11410).
14819
14820 * emacs-lisp/package.el (package-buffer-info): Avoid putting local
14821 variables into description.
14822
14823 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
14824
14825 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
14826 shell-delimiter-argument-list (bug#11348).
14827 (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
14828
14829 2012-05-09 Juanma Barranquero <lekktu@gmail.com>
14830
14831 * textmodes/rst.el: Silence byte-compiler warnings.
14832 (rst-re-alist, rst-reset-section-caches): Move around.
14833 (rst-re): Use `characterp', not `char-valid-p'.
14834 (font-lock-beg, font-lock-end): Declare.
14835
14836 * progmodes/idlw-shell.el (specs): Remove reference to deleted
14837 variable `idlwave-shell-activate-alt-keybindings' and simplify.
14838
14839 * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
14840
14841 2012-05-08 Glenn Morris <rgm@gnu.org>
14842
14843 * files.el (auto-mode-alist): Treat ".make" like ".mk".
14844
14845 2012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
14846
14847 * vc/log-edit.el: Add GNU coding standards highlighting.
14848 (log-edit-font-lock-gnu-style)
14849 (log-edit-font-lock-gnu-keywords): New vars.
14850 (log-edit-font-lock-keywords): New fun.
14851 (log-edit-mode): Don't fold case in font-lock.
14852 (log-edit-font-lock-keywords): Do not assume case-folding.
14853
14854 * imenu.el: Misc cleanup. Make docstrings out of comments.
14855 Use lexical-binding.
14856 (imenu--index-alist, imenu--last-menubar-index-alist)
14857 (imenu-menubar-modified-tick): Use defvar-local.
14858 (imenu--split-menu): Remove unused var.
14859 (imenu--cleanup-seen): Declare as global.
14860 (imenu--cleanup): Use dolist.
14861
14862 * subr.el (defvar-local): Add debug spec and doc-string position.
14863
14864 2012-05-08 Glenn Morris <rgm@gnu.org>
14865
14866 * language/burmese.el, language/cham.el, language/czech.el:
14867 * language/english.el, language/georgian.el, language/greek.el:
14868 * language/japanese.el, language/khmer.el, language/korean.el:
14869 * language/lao.el, language/misc-lang.el, language/romanian.el:
14870 * language/sinhala.el, language/slovak.el, language/tai-viet.el:
14871 * language/thai.el, language/utf-8-lang.el:
14872 Remove no-byte-compile setting.
14873
14874 * play/zone.el (zone-pgm-stress): Don't pollute kill-ring. (Bug#11388)
14875
14876 2012-05-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
14877
14878 * progmodes/make-mode.el (makefile-browse):
14879 Remove unnecessary interactive. (Bug#11324)
14880
14881 2012-05-07 Glenn Morris <rgm@gnu.org>
14882
14883 * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
14884
14885 * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
14886
14887 2012-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
14888
14889 * loadup.el: Preload newcomment.el.
14890 * newcomment.el: Move autoload-only code to toplevel.
14891
14892 * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
14893 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
14894 Handle new :right-align column property.
14895 (tabulated-list-print-col): Idem, plus use `display' text-property to
14896 try and preserve alignment for variable pitch fonts.
14897
14898 2012-05-07 Chong Yidong <cyd@gnu.org>
14899
14900 * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
14901 (tabulated-list-use-header-line): New var.
14902 (tabulated-list-init-header): Use it.
14903 (tabulated-list-print-fake-header): New function.
14904 (tabulated-list-print): Use it.
14905 (tabulated-list-sort-button-map): Add non-header-line commands.
14906 (tabulated-list-init-header): Add column name property to basic
14907 labels as well.
14908 (tabulated-list-col-sort): Handle non-header-line button case.
14909 (tabulated-list--sort-by-column-name): Fix a corner case.
14910
14911 * buff-menu.el (list-buffers--refresh):
14912 Handle Buffer-menu-use-header-line.
14913
14914 2012-05-06 Chong Yidong <cyd@gnu.org>
14915
14916 * buff-menu.el: Convert to Tabulated List mode.
14917 (Buffer-menu-buffer+size-width): Make obsolete.
14918 (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
14919 (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
14920 (Buffer-menu-mode): Derive from tabulated-list-mode. Move command
14921 documentation into docstring of buffer-menu.
14922 (Buffer-menu-toggle-files-only): Add an informative message.
14923 (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
14924 (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
14925 (Buffer-menu-unmark, Buffer-menu-backup-unmark)
14926 (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
14927 (Buffer-menu-execute, Buffer-menu-select)
14928 (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
14929 (Buffer-menu-bury): Use Tabulated List machinery.
14930 (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
14931 (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
14932 Delete.
14933 (list-buffers--refresh): New function.
14934 (list-buffers-noselect): Use it.
14935 (tabulated-list-entry-size->, Buffer-menu--pretty-name)
14936 (Buffer-menu--pretty-file-name): New helper functions.
14937
14938 * loadup.el: Preload tabulated-list.
14939
14940 * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
14941 tabulated-list-sort-column.
14942 (tabulated-list-init-header): Add the initial aligning space even
14943 if tabulated-list-padding is zero.
14944
14945 2012-05-06 Christopher Schmidt <christopher@ch.ristopher.com>
14946
14947 * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
14948 whose cdr is not a cons cell correctly (bug#11038).
14949
14950 2012-05-06 Chong Yidong <cyd@gnu.org>
14951
14952 * emacs-lisp/tabulated-list.el (tabulated-list-format):
14953 Accept additional plist in column descriptors.
14954 (tabulated-list-init-header): Obey it.
14955 (tabulated-list-get-entry): New function.
14956 (tabulated-list-put-tag): Use it. Use string-width instead of
14957 length.
14958 (tabulated-list--column-number): New function.
14959 (tabulated-list-print): Use it.
14960 (tabulated-list-print-col): New function.
14961 Set `tabulated-list-column-name' property on each column's text.
14962 (tabulated-list-print-entry): Use it.
14963 (tabulated-list-delete-entry, tabulated-list-set-col):
14964 New functions.
14965 (tabulated-list-sort-column): New command (Bug#11337).
14966
14967 * buff-menu.el (list-buffers): Move C-x C-b binding from
14968 buff-menu.el to bindings.el.
14969
14970 * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
14971 :advertised-binding feature.
14972
14973 2012-05-06 Troels Nielsen <bn.troels@gmail.com> (tiny change)
14974
14975 * progmodes/compile.el (compilation-internal-error-properties):
14976 Calculate start position correctly when end-col is set but
14977 end-line is not (Bug#11382).
14978
14979 2012-05-06 Wolfgang Jenkner <wjenkner@inode.at>
14980
14981 * man.el (Man-unindent): Use text-property-default-nonsticky to
14982 prevent untabify from inheriting face properties (Bug#11408).
14983
14984 2012-05-05 Stefan Merten <smerten@oekonux.de>
14985
14986 * textmodes/rst.el: Major merge with upstream development up to
14987 Docutils SVN r7399 / rst.el V1.2.1.
14988
14989 Clarify maintainership and authors.
14990
14991 (rst-extract-version, rst-cvs-header, rst-cvs-rev)
14992 (rst-cvs-timestamp, rst-svn-rev, rst-svn-timestamp)
14993 (rst-official-version, rst-official-cvs-rev, rst-version)
14994 (rst-package-emacs-version-alist): New functions and variables
14995 for version information.
14996
14997 (rst-bullets, rst-uri-schemes, rst-adornment-chars)
14998 (rst-max-inline-length, rst-re-alist-def, rst-re-alist)
14999 (rst-mode-syntax-table, rst-mode): New and corrected functions
15000 and variables representing reStructuredText features.
15001
15002 (rst-re): New function for reStructuredText regexes. Use in
15003 many places.
15004
15005 (rst-deprecated-keys, rst-call-deprecated, rst-define-key)
15006 (rst-mode-map): Rebind keys.
15007
15008 (rst-mode-lazy, rst-font-lock-keywords)
15009 (rst-font-lock-extend-region)
15010 (rst-font-lock-extend-region-internal)
15011 (rst-font-lock-extend-region-extend)
15012 (rst-font-lock-find-unindented-line-limit)
15013 (rst-font-lock-find-unindented-line-match)
15014 (rst-adornment-level, rst-font-lock-adornment-level)
15015 (rst-font-lock-adornment-match)
15016 (rst-font-lock-handle-adornment-pre-match-form)
15017 (rst-font-lock-handle-adornment-matcher): Major revision of
15018 font-locking. Integrate with other code. Use `jit-lock-mode'.
15019
15020 (rst-preferred-adornments, rst-adjust-hook)
15021 (rst-new-adornment-down, rst-preferred-bullets)
15022 (rst-preferred-bullets, rst-indent, rst-indent-width)
15023 (rst-indent-field, rst-indent-literal-normal)
15024 (rst-indent-literal-minimized, rst-indent-comment): Change,
15025 extend and improve customization.
15026
15027 (rst-line-homogeneous-p, rst-line-homogeneous-nodent-p)
15028 (rst-normalize-cursor-position, rst-get-decoration)
15029 (rst-straighten-deco-spacing, rst-re-bullets, rst-re-items)
15030 (rst-rstrip, rst-toc-insert-find-delete-contents)
15031 (rst-shift-fill-region, rst-compute-bullet-tabs)
15032 (rst-debug-print-tabs, rst-debug-mark-found)
15033 (rst-shift-region-guts, rst-shift-region-right)
15034 (rst-shift-region-left, rst-use-char-classes)
15035 (rst-font-lock-keywords-function)
15036 (rst-font-lock-indentation-point)
15037 (rst-font-lock-find-unindented-line-begin)
15038 (rst-font-lock-find-unindented-line-end)
15039 (rst-font-lock-find-unindented-line)
15040 (rst-font-lock-adornment-point, rst-font-lock-level)
15041 (rst-adornment-level-alist): Remove functions and variables.
15042
15043 (rst-compare-adornments, rst-get-adornment-match)
15044 (rst-suggest-new-adornment, rst-get-adornments-around)
15045 (rst-adornment-complete-p, rst-get-next-adornment)
15046 (rst-adjust-adornment, rst-display-adornments-hierarchy)
15047 (rst-straighten-adornments): Standardize function names to
15048 use "adornment" instead of "decoration". Correct callers.
15049 Similar standardizing in many places.
15050
15051 (rst-update-section, rst-adjust, rst-promote-region)
15052 (rst-enumerate-region, rst-bullet-list-region)
15053 (rst-repeat-last-character): Correct use of `interactive'.
15054
15055 (rst-classify-adornment, rst-find-all-adornments)
15056 (rst-get-hierarchy, rst-adjust-adornment, rst-toc-update)
15057 (rst-find-leftmost-column, rst-repeat-last-character):
15058 Refactor functions.
15059
15060 (rst-find-title-line, rst-reset-section-caches)
15061 (rst-get-adornments-around, rst-adjust-adornment-work)
15062 (rst-arabic-to-roman, rst-roman-to-arabic)
15063 (rst-insert-list-pos, rst-insert-list-new-item)
15064 (rst-insert-list-continue, rst-insert-list, rst-forward-line):
15065 New functions.
15066
15067 (rst-all-sections, rst-section-hierarchy)
15068 (rst-arabic-to-roman, rst-initial-enums, rst-initial-items):
15069 New variables.
15070
15071 (rst-toc-return-wincfg, rst-toc-quit-window): Use window
15072 configuration instead of only buffer. Change where necessary.
15073
15074 (rst-line-tabs, rst-compute-tabs, rst-indent-line)
15075 (rst-shift-region, rst-adaptive-fill): New functions for
15076 indentation and filling.
15077
15078 (rst-comment-line-break, rst-comment-indent)
15079 (rst-comment-insert-comment, rst-comment-region)
15080 (rst-uncomment-region): New functions for handling comments.
15081
15082 (rst-compile): Quote shell arguments.
15083
15084 (rst-compile-pdf-preview, rst-compile-slides-preview):
15085 Delete temporary files after use.
15086
15087 2012-05-05 Glenn Morris <rgm@gnu.org>
15088
15089 * calendar/cal-html.el: Optionally include holidays in the output.
15090 Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
15091 (cal-html-holidays): New option.
15092 (cal-html-css-default): Add holiday entry.
15093 (holiday-in-range): Autoload it.
15094 (cal-html-htmlify-entry): Add optional class argument.
15095 (cal-html-htmlify-list): Add optional holidays argument.
15096 (cal-html-insert-agenda-days): Include holidays in the output.
15097 (cal-html-one-month): Maybe include holidays.
15098
15099 * calendar/holidays.el (holiday-in-range):
15100 Move here from cal-tex-list-holidays.
15101 * calendar/cal-tex.el (cal-tex-list-holidays):
15102 Make it an obsolete alias for holiday-in-range. Update all callers.
15103
15104 2012-05-05 Chong Yidong <cyd@gnu.org>
15105
15106 * select.el (xselect--encode-string): Always use utf-8 for TEXT on
15107 Nextstep.
15108
15109 2012-05-05 Ransom Williams <auvergnerw@gmail.com> (tiny change)
15110
15111 * files.el (file-auto-mode-skip): New var.
15112 (set-auto-mode-1): Use it.
15113
15114 2012-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
15115
15116 * repeat.el: Use lexical-binding.
15117 (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
15118 (repeat-undo-count): Remove.
15119 (repeat):
15120 * progmodes/octave-mod.el (octave-abbrev-start):
15121 * progmodes/f90.el (f90-abbrev-start):
15122 * face-remap.el (text-scale-adjust):
15123 * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
15124
15125 * emacs-lisp/pcase.el (pcase--let*): New function.
15126 (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
15127 a bit more.
15128 (pcase--split-pred): Be more clever about ruling out overlap between
15129 a predicate and some constant pattern.
15130 (pcase--q1): Use `null' instead of (eq foo nil).
15131
15132 * subr.el (setq-local, defvar-local): New macros.
15133 (kbd): Redefine as an alias.
15134 (with-selected-window): Leave unrelated frames alone.
15135 (set-temporary-overlay-map): New function.
15136
15137 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
15138
15139 * subr.el (user-error): New function.
15140 * window.el (switch-to-buffer):
15141 * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
15142 (smerge-match-conflict):
15143 * simple.el (previous-matching-history-element)
15144 (next-matching-history-element, goto-history-element, undo-more)
15145 (undo-start):
15146 * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
15147 (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
15148 (next-file, tags-loop-scan, list-tags, complete-tag):
15149 * progmodes/compile.el (compilation-loop):
15150 * mouse.el (mouse-minibuffer-check):
15151 * man.el (Man-bgproc-sentinel, Man-goto-page):
15152 * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
15153 (Info-history-forward, Info-follow-reference, Info-menu)
15154 (Info-extract-menu-item, Info-extract-menu-counting)
15155 (Info-forward-node, Info-backward-node, Info-next-menu-item)
15156 (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
15157 (Info-next-reference, Info-prev-reference, Info-index)
15158 (Info-index-next, Info-follow-nearest-node)
15159 (Info-copy-current-node-name):
15160 * imenu.el (imenu--make-index-alist)
15161 (imenu-default-create-index-function, imenu-add-to-menubar):
15162 * files.el (basic-save-buffer, recover-file):
15163 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
15164 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
15165 (checkdoc-message-text, checkdoc-defun):
15166 * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
15167 * cus-edit.el (customize-changed-options, customize-rogue)
15168 (customize-saved, custom-variable-set, custom-variable-mark-to-save)
15169 (custom-variable-mark-to-reset-standard)
15170 (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
15171 (custom-file):
15172 * completion.el (check-completion-length):
15173 * comint.el (comint-search-arg)
15174 (comint-previous-matching-input-string-position)
15175 (comint-previous-matching-input)
15176 (comint-replace-by-expanded-history-before-point, comint-send-input)
15177 (comint-copy-old-input, comint-backward-matching-input)
15178 (comint-goto-process-mark, comint-set-process-mark):
15179 * calendar/calendar.el (calendar-cursor-to-date): Use it.
15180 * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
15181
15182 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
15183
15184 * dabbrev.el (dabbrev--ignore-case-p): New function.
15185 (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
15186 Use it.
15187
15188 * files.el (automount-dir-prefix): Mark as obsolete.
15189
15190 2012-05-04 Glenn Morris <rgm@gnu.org>
15191
15192 * patcomp.el, play/bruce.el: Move to obsolete/.
15193
15194 2012-05-04 Paul Eggert <eggert@cs.ucla.edu>
15195
15196 Fix minor Y10k bugs.
15197 * arc-mode.el (archive-unixdate):
15198 * autoinsert.el (auto-insert-alist):
15199 * calc/calc-forms.el (math-this-year):
15200 * emacs-lisp/copyright.el (copyright-current-year)
15201 (copyright-update-year, copyright):
15202 * tar-mode.el (tar-clip-time-string):
15203 * time.el (display-time-update):
15204 Don't assume years have 4 digits.
15205
15206 2012-05-04 Chong Yidong <cyd@gnu.org>
15207
15208 * dos-w32.el (file-name-buffer-file-type-alist)
15209 (direct-print-region-use-command-dot-com):
15210 * ffap.el (ffap-menu-regexp):
15211 * find-file.el (ff-special-constructs):
15212 * follow.el (follow-debug):
15213 * forms.el (forms--debug):
15214 * iswitchb.el (iswitchb-all-frames):
15215 * ido.el (ido-all-frames):
15216 * emacs-lisp/timer.el (timer-max-repeats):
15217 * mail/feedmail.el (feedmail-mail-send-hook)
15218 (feedmail-mail-send-hook-queued):
15219 * mail/footnote.el (footnote-signature-separator):
15220 * mail/mailabbrev.el (mail-alias-separator-string)
15221 (mail-abbrev-mode-regexp):
15222 * mail/rmail.el (rmail-speedbar-match-folder-regexp):
15223 * progmodes/idlwave.el (idlwave-libinfo-file)
15224 (idlwave-default-completion-case-is-down)
15225 (idlwave-library-routines): Convert defvars to defcustoms.
15226
15227 * mail/rmail.el (rmail-decode-mime-charset):
15228 * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
15229 (idlwave-shell-fix-inserted-breaks)
15230 (idlwave-shell-activate-alt-keybindings)
15231 (idlwave-shell-use-breakpoint-glyph):
15232 * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
15233
15234 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
15235
15236 * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
15237
15238 2012-05-03 Wilson Snyder <wsnyder@wsnyder.org>
15239
15240 * progmodes/verilog-mode.el (font-lock-keywords):
15241 Fix mis-highligting auto. Reported by Craig Barner.
15242 (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
15243 defines from global name space. Reported by Dan Dever.
15244 (verilog-auto-reset, verilog-auto-reset-widths)
15245 (verilog-auto-tieoff): Support using unbased numbers for
15246 AUTORESET and AUTOTIEOFF.
15247 (verilog-submit-bug-report): Update variable list.
15248 (verilog-read-auto-params): Fix AUTOINPUT regexps containing
15249 parenthesis from not matching. Reported by Michael Rytting.
15250 (verilog-auto-template-lint): Fix hash error when linting modules
15251 with no used templates.
15252 (verilog-warn, verilog-warn-error)
15253 (verilog-warn-fatal): When non-interactive report multiple
15254 warnings before exiting. Suggested by Brad Dobbie.
15255 (verilog-auto-template-lint, verilog-auto-template-warn-unused)
15256 (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
15257 to report unused template errors. Reported by Brad Dobbie.
15258 (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
15259 nets, bug438. Reported by Vns Blore.
15260 (verilog-auto-inout-module, verilog-auto-reg)
15261 (verilog-read-decls, verilog-read-sub-decls-sig)
15262 (verilog-signals-edit-wire-reg, verilog-signals-with):
15263 Fix passing of Verilog data types in ANSI input/output ports
15264 such as "output logic" into the AUTOs. Special case "wire" and
15265 "reg" for backwards compatibility presuming Verilog 2001.
15266 (verilog-auto-ascii-enum): Add "auto enum" as alias.
15267 (verilog-preprocess): Fix replication of preprocess output.
15268 Reported by Brad Dobbie.
15269 (verilog-auto-inst-interfaced-ports):
15270 Create verilog-auto-inst-interfaced-ports, bug429.
15271 Reported by Julian Gorfajn.
15272 (verilog-after-save-font-hook)
15273 (verilog-before-save-font-hook): New variable.
15274 (verilog-modi-cache-results, verilog-save-font-mod-hooked)
15275 (verilog-save-font-mods): Wrap disabling fontification, reported
15276 by David Rogoff.
15277 (verilog-do-indent, verilog-pretty-declarations-auto)
15278 (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
15279 Reported by Pierre-David Pfister.
15280 (verilog-set-auto-endcomments): Fix endtask auto comments outside
15281 of class declarations, bug292. Reported by Kevin Heilman.
15282 (verilog-read-decls): Fix 'parameter type' not appearing in
15283 AUTOINSTPARAM, bug340. Reported by Jonathan Greenlaw.
15284 (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
15285 AUTOINPUTs, bug411. Reported by Jonathan Greenlaw.
15286 (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
15287 Reported by David Kravitz.
15288
15289 2012-05-03 Michael McNamara <mac@mail.brushroad.com>
15290
15291 * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
15292 assignment with tests in ifs and for loops.
15293 (verilog-extended-complete-re, verilog-complete-reg): Change so
15294 that DPI inport functions don't look like fuction declarations.
15295 (verilog-pretty-expr): Don't line up assignment
15296 operations to the test and increment in if and for loops
15297 (verilog-extended-complete-re, verilog-complete-reg): Change so
15298 that DPI inport functions don't look like fuction declarations.
15299
15300 2012-05-03 Kenichi Handa <handa@m17n.org>
15301
15302 * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
15303 decoding, and show a warning message without signaling an error
15304 (Bug#11282).
15305
15306 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
15307
15308 * emacs-lisp/bytecomp.el
15309 (byte-compile-file-form-custom-declare-variable): Compile all elements,
15310 since cconv.el might have introduced :fun-body, internal-make-closure,
15311 and friends for bytecomp to handle (bug#11391).
15312 * custom.el (defcustom): Avoid ((λ ..) ..).
15313
15314 2012-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
15315
15316 * subr.el (read-passwd): Better clean after ourselves (bug#11392).
15317
15318 2012-05-02 Juanma Barranquero <lekktu@gmail.com>
15319
15320 * notifications.el (dbus-debug):
15321 * term/linux.el (gpm-mouse-enable):
15322 * term/screen.el (xterm-register-default-colors): Declare.
15323
15324 2012-05-02 Chong Yidong <cyd@gnu.org>
15325
15326 * cus-start.el (gc-cons-percentage, exec-suffixes)
15327 (dos-display-scancodes, dos-hyper-key, dos-super-key)
15328 (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
15329 (make-cursor-line-fully-visible, void-text-area-pointer)
15330 (font-list-limit): Add customization data.
15331
15332 * allout.el (allout-exposure-change-functions)
15333 (allout-structure-added-functions)
15334 (allout-structure-deleted-functions)
15335 (allout-structure-shifted-functions): Rename abnormal hooks from
15336 *-hook, and convert to defcustoms.
15337 (allout-after-copy-or-kill-hook, allout-post-undo-hook):
15338 Convert to defcustoms.
15339 (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
15340
15341 * allout-widgets.el: Hook callers changed.
15342
15343 2012-05-02 Eli Zaretskii <eliz@gnu.org>
15344
15345 * mail/rmail.el (rmail-yank-current-message): Use the encoding of
15346 the yanked message in preference to the default value of
15347 buffer-file-coding-system.
15348
15349 2012-05-02 Martin Rudalics <rudalics@gmx.at>
15350
15351 * window.el (display-buffer--action-function-custom-type):
15352 Fix entry.
15353
15354 2012-05-02 Alan Mackenzie <acm@muc.de>
15355
15356 * progmodes/cc-defs.el (c-version): Update to 5.32.3.
15357
15358 2012-05-01 Glenn Morris <rgm@gnu.org>
15359
15360 * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
15361
15362 * eshell/esh-cmd.el (eshell-debug-command): Doc fix. Add :set.
15363
15364 * cus-edit.el (custom-variable-documentation): Simplify with format.
15365
15366 2012-05-01 Aaron S. Hawley <aaron.s.hawley@gmail.com>
15367 Stefan Monnier <monnier@iro.umontreal.ca>
15368
15369 * simple.el (suggest-key-bindings, execute-extended-command):
15370 Move from keyboard.c.
15371
15372 2012-05-01 Chong Yidong <cyd@gnu.org>
15373
15374 * follow.el: Eliminate advice.
15375 (set-process-filter, process-filter, sit-for): Advice deleted.
15376 (follow-mode-off-hook): Obsolete hook removed.
15377 (follow-avoid-tail-recenter-p, follow-process-filter-alist):
15378 Vars deleted.
15379 (follow-auto): Use a :set function.
15380 (follow-mode): Rewritten. Don't advise process filters.
15381 (follow-switch-to-current-buffer-all, follow-scroll-up)
15382 (follow-scroll-down): Assume follow-mode is bound.
15383 (follow-comint-scroll-to-bottom)
15384 (follow-align-compilation-windows): New functions.
15385 (follow--window-sorter): New function.
15386 (follow-all-followers): Use it to explicitly sort windows by their
15387 positions; don't make assumptions about next-window order.
15388 (follow-windows-start-end, follow-delete-other-windows-and-split)
15389 (follow-calc-win-start): Doc fix.
15390 (follow-windows-aligned-p, follow-select-if-visible): Don't call
15391 vertical-motion unnecessarily.
15392 (follow-adjust-window): New function.
15393 (follow-post-command-hook): Use it.
15394 (follow-call-set-process-filter, follow-call-process-filter)
15395 (follow-intercept-process-output, follow-tidy-process-filter-alist)
15396 (follow-stop-intercept-process-output, follow-generic-filter):
15397 Functions deleted.
15398 (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
15399 (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
15400 New functions, replacing advice on scroll-bar-* commands.
15401 (follow-mwheel-scroll): New function (Bug#4112).
15402
15403 * comint.el (comint-adjust-point): New function.
15404 (comint-postoutput-scroll-to-bottom): Use it.
15405 Call follow-comint-scroll-to-bottom for Follow mode buffers.
15406
15407 2012-05-01 Glenn Morris <rgm@gnu.org>
15408
15409 * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
15410 * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
15411 * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
15412 * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
15413 * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
15414 Remove no-byte-compile setting.
15415
15416 2012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
15417
15418 * minibuffer.el (completion-table-with-quoting): Fix compatibility
15419 all-completions code to not return a number in the last cdr.
15420
15421 2012-04-30 Leo Liu <sdl.web@gmail.com>
15422
15423 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
15424 read-only error.
15425
15426 2012-04-29 Chong Yidong <cyd@gnu.org>
15427
15428 * follow.el (follow-calc-win-end): Rewrite to handle partial
15429 screen lines correctly (Bug#8390).
15430 (follow-avoid-tail-recenter): Minor cleanup.
15431
15432 2012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
15433
15434 Avoid the obsolete `assoc' package.
15435 * speedbar.el (speedbar-refresh): Avoid adelete.
15436 (speedbar-file-lists): Simplify and avoid aput.
15437 * man.el (Man--sections, Man--refpages): New vars, replacing
15438 Man-sections-alist and Man-refpages-alist.
15439 (Man-build-section-alist, Man-build-references-alist):
15440 Use them; avoid aput.
15441 (Man--last-section, Man--last-refpage): New vars.
15442 (Man-follow-manual-reference): Use them.
15443 Use the `default' arg of completing-read.
15444 (Man-goto-section): Idem. Move prompt to the `interactive' spec.
15445
15446 2012-04-27 Chong Yidong <cyd@gnu.org>
15447
15448 * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
15449
15450 * startup.el (x-apply-session-resources): New function.
15451
15452 * term/ns-win.el (ns-initialize-window-system):
15453 * term/w32-win.el (w32-initialize-window-system):
15454 * term/x-win.el (x-initialize-window-system): Use it to properly
15455 set menu-bar-mode and other vars from X resources, even if the
15456 initial frame is not a window-system frame (Bug#2299).
15457
15458 * subr.el (read-key): Avoid running filter function when setting
15459 up temporary tool bar entries (Bug#9922).
15460
15461 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
15462
15463 * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
15464 (Bug#11344)
15465
15466 2012-04-27 Chong Yidong <cyd@gnu.org>
15467
15468 * select.el (xselect--encode-string): New function, split from
15469 xselect-convert-to-string.
15470 (xselect-convert-to-string): Use it.
15471 (xselect-convert-to-filename, xselect-convert-to-os)
15472 (xselect-convert-to-host, xselect-convert-to-user): Ensure that
15473 returned strings are properly encoded (Bug#11315).
15474
15475 2012-04-27 Chong Yidong <cyd@gnu.org>
15476
15477 * simple.el (delete-active-region): Move to killing custom group.
15478
15479 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
15480
15481 * progmodes/which-func.el (which-func-current): Quote %
15482 characters for mode-line processing.
15483
15484 2012-04-27 Chong Yidong <cyd@gnu.org>
15485
15486 * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
15487 reaching eob (Bug#11286).
15488
15489 2012-04-27 Eli Zaretskii <eliz@gnu.org>
15490
15491 * progmodes/gdb-mi.el (gdb-control-level): New variable.
15492 (gdb): Make it buffer-local and init to zero.
15493 (gdb-control-commands-regexp): New variable.
15494 (gdb-send): Don't wrap in "-interpreter-exec console" if
15495 gdb-control-level is positive. Increment gdb-control-level
15496 whenever the command matches gdb-control-commands-regexp, and
15497 decrement it each time the command is "end". (Bug#11279)
15498
15499 2012-04-27 Martin Rudalics <rudalics@gmx.at>
15500
15501 * window.el (adjust-window-trailing-edge, enlarge-window)
15502 (shrink-window, window-resize):
15503 * mouse.el (mouse-drag-line): Fix resizing of minibuffer
15504 windows (Bug#11276).
15505
15506 2012-04-27 Chong Yidong <cyd@gnu.org>
15507
15508 * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
15509 fix "missing prefix" warning. All callers changed.
15510
15511 2012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
15512
15513 * emacs-lisp/assoc.el: Move to obsolete/.
15514
15515 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
15516
15517 * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
15518
15519 * term/ns-win.el (ns-define-service):
15520 * progmodes/pascal.el (pascal-goto-defun):
15521 * progmodes/js.el (js--read-tab):
15522 * progmodes/etags.el (tags-lazy-completion-table):
15523 * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
15524 * emacs-lisp/ewoc.el (ewoc--wrap):
15525 * emacs-lisp/assoc.el (aput, adelete, amake):
15526 * doc-view.el (doc-view-convert-current-doc):
15527 * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
15528
15529 2012-04-26 Chong Yidong <cyd@gnu.org>
15530
15531 * image.el (image-type-from-buffer): Only return supported image
15532 type (Bug#9045).
15533
15534 * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
15535 value, for symmetry with diff-end-of-hunk.
15536 (diff-split-hunk, diff-find-source-location)
15537 (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
15538 (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
15539 (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
15540 compute the relevant hunk or file properly (Bug#6005).
15541 (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
15542
15543 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
15544
15545 * vc/vc-mtn.el:
15546 * vc/vc-hg.el:
15547 * vc/vc-git.el:
15548 * vc/vc-dir.el:
15549 * vc/vc-cvs.el:
15550 * vc/vc-bzr.el:
15551 * vc/vc-arch.el:
15552 * vc/vc.el: Replace lexical-let by lexical-binding.
15553 * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
15554 * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
15555 * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
15556
15557 2012-04-26 Chong Yidong <cyd@gnu.org>
15558
15559 * vc/diff-mode.el (diff-undo): New command (Bug#5302).
15560 (diff-mode-shared-map): Bind it to / and [remap undo].
15561
15562 * vc/ediff-wind.el (ediff-setup-windows-default): New function.
15563 (ediff-window-setup-function): Use it as the default, to set up
15564 windows based on whether the current frame is graphical (Bug#2138).
15565 (ediff-choose-window-setup-function-automatically): Make obsolete.
15566
15567 * vc/ediff-init.el: Always define ediff-pixel-width/height.
15568
15569 2012-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
15570
15571 * ffap.el: Remove old code for obsolete package.
15572 (ffap-complete-as-file-p): Remove.
15573
15574 Use completion-table-with-quoting for comint and pcomplete.
15575 * comint.el (comint--unquote&requote-argument)
15576 (comint--unquote-argument, comint--requote-argument): New functions.
15577 (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
15578 (comint-quote-filename): Use regexp-opt-charset.
15579 (comint--common-suffix, comint--common-quoted-suffix)
15580 (comint--table-subvert): Remove.
15581 (comint-unquote-function, comint-requote-function): New vars.
15582 (comint--complete-file-name-data): Use them with
15583 completion-table-with-quoting.
15584 * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
15585 * pcomplete.el (pcomplete-arg-quote-list)
15586 (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
15587 (pcomplete-unquote-argument-function): Default to non-nil.
15588 (pcomplete-unquote-argument): Simplify.
15589 (pcomplete--common-quoted-suffix): Remove.
15590 (pcomplete-requote-argument-function): New var.
15591 (pcomplete--common-suffix): New function.
15592 (pcomplete-completions-at-point): Use completion-table-with-quoting
15593 and completion-table-subvert.
15594
15595 * minibuffer.el: Use completion-table-with-quoting for read-file-name.
15596 (minibuffer--double-dollars): Preserve properties.
15597 (completion--sifn-requote): New function.
15598 (completion--file-name-table): Rewrite using it and c-t-with-quoting.
15599
15600 * minibuffer.el: Add support for completion of quoted/escaped data.
15601 (completion-table-with-quoting, completion-table-subvert): New funs.
15602 (completion--twq-try, completion--twq-all): New functions.
15603 (completion--nth-completion): New function.
15604 (completion-try-completion, completion-all-completions): Use it.
15605
15606 2012-04-25 Leo Liu <sdl.web@gmail.com>
15607
15608 * progmodes/python.el (python-pdbtrack-get-source-buffer):
15609 Use compilation-message if available to find real filename.
15610
15611 2012-04-25 Chong Yidong <cyd@gnu.org>
15612
15613 * vc/diff-mode.el (diff-setup-whitespace): New function.
15614 (diff-mode): Use it.
15615
15616 * vc/diff.el (diff-sentinel):
15617 * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
15618 Whitespace mode variables based on diff style (Bug#8612).
15619
15620 2012-04-25 Leo Liu <sdl.web@gmail.com>
15621
15622 * progmodes/python.el (python-send-region): Add suffix .py to the
15623 temp file.
15624
15625 * files.el (auto-mode-alist): Use javascript-mode instead.
15626
15627 2012-04-25 Alex Harsanyi <AlexHarsanyi@gmail.com>
15628
15629 Sync with soap-client repository. Support SOAP simpleType (Bug#10331).
15630
15631 * net/soap-client.el (soap-resolve-references-for-sequence-type)
15632 (soap-resolve-references-for-array-type): Hack to prevent self
15633 references, see Bug#9.
15634 (soap-parse-envelope): Report the contents of the 'detail' node
15635 when receiving a fault reply.
15636 (soap-parse-envelope): Report the contents of the entire 'detail' node.
15637
15638 * net/soap-inspect.el (soap-sample-value-for-simple-type)
15639 (soap-inspect-simple-type): New function.
15640
15641 * net/soap-client.el (soap-simple-type): New struct.
15642 (soap-default-xsd-types, soap-default-soapenc-types)
15643 (soap-decode-basic-type, soap-encode-basic-type):
15644 support unsignedInt and double basic types.
15645 (soap-resolve-references-for-simple-type)
15646 (soap-parse-simple-type, soap-encode-simple-type): New function.
15647 (soap-parse-schema): Parse xsd:simpleType declarations.
15648
15649 * net/soap-client.el (soap-default-xsd-types)
15650 (soap-default-soapenc-types): Add integer, byte and anyURI types.
15651 (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
15652 the local name of "soapenc:Array".
15653 (soap-decode-basic-type, soap-encode-basic-type): Support encoding
15654 decoding integer, byte and anyURI xsd types.
15655
15656 2012-04-25 Chong Yidong <cyd@gnu.org>
15657
15658 * cus-edit.el (custom-buffer-create-internal): Update header text.
15659
15660 2012-04-25 Eli Zaretskii <eliz@gnu.org>
15661
15662 * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
15663 settings on 'system-type', not on 'window-system'. On MS-Windows,
15664 set interactive-mode on in GDB.
15665
15666 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
15667
15668 * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
15669 (ruby-syntax-propertize-regexp): Remove.
15670 (ruby-syntax-propertize-function): Split regexp into chunks.
15671 Match following code directly.
15672
15673 2012-04-24 Dmitry Gutov <dgutov@yandex.ru>
15674
15675 * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
15676 (ruby-syntax-propertize-regexp): New function.
15677 (ruby-syntax-propertize-function): Use it to handle regexp not preceded
15678 by a special keyword.
15679
15680 * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
15681 (ruby-syntax-general-delimiters-goto-beg)
15682 (ruby-syntax-propertize-general-delimiters): New functions.
15683 (ruby-syntax-propertize-function): Use them to handle GDL.
15684 (ruby-font-lock-keywords): Move old handling of GDL...
15685 (ruby-font-lock-syntactic-keywords): .. to here.
15686 (ruby-calculate-indent): Adjust indentation for GDL.
15687
15688 2012-04-24 Michael Albinus <michael.albinus@gmx.de>
15689
15690 * notifications.el (top): Remove unneeded declarations.
15691 (notifications-specification-version): Change to "1.2".
15692 (notifications-interface, notifications-notify-method)
15693 (notifications-close-notification-method): Fix docstring.
15694 (notifications-get-capabilities-method): New defconst.
15695 (notifications-notify): Add :action-items, :resident and
15696 :transient hints. Change "image_data" to "image-data" and
15697 "image_path" to "image-path".
15698 (notifications-get-capabilities): New defun.
15699
15700 2012-04-24 Leo Liu <sdl.web@gmail.com>
15701
15702 * progmodes/python.el: Move hideshow setup to the end.
15703
15704 2012-04-24 Martin Rudalics <rudalics@gmx.at>
15705
15706 * window.el (handle-select-window): Clear echo area since this is
15707 no more done by read_char (Bug#11304).
15708
15709 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
15710
15711 * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
15712 and `/ M' to filter-derived-mode.
15713 * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
15714 (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
15715 (ibuffer-mark-by-mode): Use default rather than initial-input.
15716 (ibuffer-filter-by-derived-mode): Autoload and require-match.
15717
15718 2012-04-24 Ivan Andrus <darthandrus@gmail.com> (tiny change)
15719
15720 * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
15721 (ibuffer-filter-by-derived-mode): New filter.
15722 * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
15723
15724 2012-04-23 Andreas Politz <politza@fh-trier.de>
15725
15726 * subr.el (accept-change-group): Fix arg usage (Bug#6095).
15727
15728 2012-04-23 Chong Yidong <cyd@gnu.org>
15729
15730 * cus-edit.el (customize-apropos, customize-apropos-options):
15731 Disable matching of non-option variables (Bug#11176).
15732 (customize-option, customize-option-other-window)
15733 (customize-changed-options): Doc fix.
15734 (customize-apropos-options, customize-apropos-faces)
15735 (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
15736
15737 * apropos.el (apropos-read-pattern): Make prompt less cryptic.
15738 Fix word list splitting (Bug#11132).
15739 (apropos-symbol, apropos-keybinding, apropos-label)
15740 (apropos-property, apropos-function-button)
15741 (apropos-variable-button, apropos-misc-button): New faces.
15742 (apropos-symbol-face, apropos-keybinding-face)
15743 (apropos-label-face, apropos-property-face, apropos-match-face):
15744 Variables removed (Bug#8396).
15745 (apropos-library-button, apropos-format-plist, apropos-print)
15746 (apropos-print-doc, apropos-describe-plist): Callers changed.
15747
15748 2012-04-23 Michael Albinus <michael.albinus@gmx.de>
15749
15750 * net/xesam.el (xesam-mode-map): Use let-bound map in
15751 initialization. (Bug#11292)
15752
15753 2012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
15754
15755 Preserve ispell session localwords when switching back to
15756 original buffer.
15757
15758 * textmodes/ispell.el (ispell-buffer-session-localwords):
15759 New buffer-local variable to hold buffer session localwords.
15760 (ispell-kill-ispell): Add option 'clear to delete session
15761 localwords.
15762 (ispell-command-loop, ispell-change-dictionary)
15763 (ispell-buffer-local-words): Preserve session localwords when
15764 needed.
15765
15766 * textmodes/flyspell.el (flyspell-process-localwords)
15767 (flyspell-do-correct): Preserve session localwords when needed.
15768
15769 2012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
15770
15771 * textmodes/ispell.el (ispell-insert-word) Remove unneeded function
15772 using obsolete `translation-table-for-input'.
15773 (ispell-word, ispell-process-line, ispell-complete-word):
15774 Use plain `insert' instead of removed `ispell-insert-word'.
15775
15776 2012-04-22 Chong Yidong <cyd@gnu.org>
15777
15778 * cus-edit.el (custom-variable-menu)
15779 (custom-variable-reset-saved, custom-face-menu)
15780 (custom-face-reset-saved): If there is no saved value, make the
15781 "reset-saved" operation bring back the default (Bug#9509).
15782 (custom-face-state): Properly detect themed faces.
15783
15784 * faces.el (face-spec-set): Stop supporting deprecated form of
15785 third arg.
15786
15787 2012-04-22 Michael Albinus <michael.albinus@gmx.de>
15788
15789 Move functions from C to Lisp. Make non-blocking method calls
15790 the default. Implement further D-Bus standard interfaces.
15791
15792 * net/dbus.el (dbus-message-internal): Declare function.
15793 Remove unneeded function declarations.
15794 (defvar dbus-message-type-invalid, dbus-message-type-method-call)
15795 (dbus-message-type-method-return, dbus-message-type-error)
15796 (dbus-message-type-signal): Declare variables. Remove local
15797 definitions.
15798 (dbus-interface-dbus, dbus-interface-peer)
15799 (dbus-interface-introspectable, dbus-interface-properties)
15800 (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
15801 Adapt docstring.
15802 (dbus-interface-objectmanager): New defconst.
15803 (dbus-call-method, dbus-call-method-asynchronously)
15804 (dbus-send-signal, dbus-method-return-internal)
15805 (dbus-method-error-internal, dbus-register-service)
15806 (dbus-register-signal, dbus-register-method): New defuns, moved
15807 from dbusbind.c
15808 (dbus-call-method-handler, dbus-setenv)
15809 (dbus-get-all-managed-objects, dbus-managed-objects-handler):
15810 New defuns.
15811 (dbus-call-method-non-blocking): Make it an obsolete function.
15812 (dbus-unregister-object, dbus-unregister-service)
15813 (dbus-handle-event, dbus-register-property)
15814 (dbus-property-handler): Obey the new structure of
15815 `bus-registered-objects'.
15816 (dbus-introspect): Use `dbus-call-method'. Use a timeout.
15817 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
15818 Use `dbus-call-method'.
15819
15820 2012-04-22 Chong Yidong <cyd@gnu.org>
15821
15822 * cus-edit.el (custom-commands, custom-reset-menu)
15823 (Custom-reset-standard): Tweak labels.
15824 (custom-reset-button-menu): Change default to t.
15825 (custom-buffer-create-internal): For the custom-reset-button-menu
15826 case, put the revert button first.
15827 (custom-group-subtitle): New face.
15828 (custom-group-value-create): Align docstring to a specific column.
15829
15830 * wid-edit.el (widget-documentation-link-add): Don't handle
15831 indentation in this function.
15832 (widget-documentation-string-indent-to): New function.
15833 (widget-documentation-string-value-create): Use it.
15834
15835 * autorevert.el (auto-revert):
15836 * epg-config.el (epg):
15837 * ibuffer.el (ibuffer):
15838 * mpc.el (mpc):
15839 * ses.el (ses):
15840 * eshell/eshell.el (eshell):
15841 * net/ange-ftp.el (ange-ftp):
15842 * progmodes/ebnf2ps.el (postscript):
15843 * progmodes/flymake.el (flymake):
15844 * progmodes/prolog.el (prolog):
15845 * progmodes/verilog-mode.el (verilog-mode):
15846 * progmodes/which-func.el (which-func):
15847 * term/xterm.el (xterm):
15848 * textmodes/picture.el (picture):
15849 * textmodes/tildify.el (tildify):
15850 * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
15851 customization buffers.
15852
15853 2012-04-22 Alan Mackenzie <acm@muc.de>
15854
15855 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
15856 Adding a ) can hide the resulting (..) from searches. Fix it.
15857 Bound the backward search to the position of the existing (.
15858
15859 2012-04-21 Juanma Barranquero <lekktu@gmail.com>
15860
15861 * progmodes/verilog-mode.el (verilog-mode): Check whether
15862 which-func-modes is t before adding verilog-mode.
15863 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
15864
15865 2012-04-21 Leo Liu <sdl.web@gmail.com>
15866
15867 * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
15868
15869 2012-04-21 Michael Vehrs <Michael.Burschik@gmx.de>
15870
15871 * woman.el: Add support for "T{ T}" tbl syntax, and fix the
15872 filling of the last column of a table (Bug#5635).
15873 (woman-find-next-control-line): New arg, specifying an additional
15874 regexp component for the control line.
15875 (woman2-roff-buffer): Use it.
15876 (woman-break-table): New function.
15877 (woman2-TS): Use it.
15878
15879 2012-04-21 Chong Yidong <cyd@gnu.org>
15880
15881 * woman.el (woman-set-buffer-display-table, woman-decode-region)
15882 (woman-horizontal-escapes, woman-negative-vertical-space)
15883 (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
15884 (WoMan-warn-ignored): Use ?\s instead of ?\ .
15885
15886 2012-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
15887
15888 * minibuffer.el (completion-file-name-table): Complete user names.
15889
15890 2012-04-20 Leo Liu <sdl.web@gmail.com>
15891
15892 * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
15893 and pcase-let*.
15894
15895 2012-04-20 Chong Yidong <cyd@gnu.org>
15896
15897 * server.el (server-execute): Respect initial-buffer-choice if it
15898 is a string and there are no files to open (Bug#2825).
15899 (server-create-window-system-frame, server-create-tty-frame):
15900 Don't switch buffers here.
15901 (server-process-filter): Only try to open a window system frame if
15902 compiled with graphical support (Bug#8314).
15903
15904 2012-04-20 Dan Nicolaescu <dann@gnu.org>
15905
15906 * battery.el (battery-echo-area-format): Display remaining time
15907 for sysfs backend too (Bug#11269).
15908 (battery-linux-sysfs): Fix conditional for the charge.
15909
15910 2012-04-20 Chong Yidong <cyd@gnu.org>
15911
15912 * progmodes/gdb-mi.el (gdb): Revert previous change.
15913 (gdb-inferior-io--init-proc): New function.
15914 (gdb-init-1): Use it.
15915 (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
15916 responsible for allocating a new pty and hooking it to gdb when
15917 the old pty gets an EIO due to process exit.
15918 (gdb-delchar-or-quit): New command. Bind it in gdb-mi buffers.
15919 (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
15920 (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
15921
15922 2012-04-20 Eli Zaretskii <eliz@gnu.org>
15923
15924 * window.el (window-min-size, window-sizable, window-min-delta)
15925 (window-max-delta, window--resizable, window-resizable)
15926 (window-total-size, window-full-height-p, window-full-width-p)
15927 (window-in-direction, window--resize-mini-window, window-resize)
15928 (window--resize-child-windows-normal)
15929 (window--resize-child-windows, window--resize-siblings)
15930 (window--resize-this-window, adjust-window-trailing-edge)
15931 (enlarge-window, shrink-window): Doc fixes.
15932
15933 2012-04-20 Chong Yidong <cyd@gnu.org>
15934
15935 * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
15936 New function to call delete-process on the gdb-inferior buffer's pty.
15937 (gdb-reset): Use it, instead of relying on kill-buffer to kill the
15938 pty process (Bug#11273).
15939 (gdb-update): New arg to suppress talking to the gdb process.
15940 (gdb-done-or-error): Use it.
15941 (gdb-stopped-functions): Rename from gdb-stopped-hooks.
15942 (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
15943 sentinel not being called.
15944
15945 * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
15946
15947 * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
15948
15949 2012-04-20 Glenn Morris <rgm@gnu.org>
15950
15951 * net/network-stream.el (open-network-stream): Doc fix.
15952
15953 2012-04-20 Chong Yidong <cyd@gnu.org>
15954
15955 * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
15956
15957 2012-04-20 Alan Mackenzie <acm@muc.de>
15958
15959 Ensure searching for keywords is case sensitive.
15960
15961 * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
15962 (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
15963 (c-defun-name, c-mark-function, c-cpp-define-name)
15964 (c-comment-indent, c-scan-conditionals, c-indent-defun)
15965 (c-context-line-break): Bind case-fold-search to nil.
15966
15967 * progmodes/cc-mode.el (c-font-lock-fontify-region):
15968 Bind case-fold-search to nil.
15969
15970 2012-04-20 Chong Yidong <cyd@gnu.org>
15971
15972 * mail/sendmail.el (mail-bury): Call return action with the right
15973 Rmail buffer (Bug#11242).
15974
15975 * server.el (server-process-filter): Handle corner case where both
15976 tty and nowait options are present (Bug#11102).
15977
15978 2012-04-20 Eli Zaretskii <eliz@gnu.org>
15979
15980 * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
15981 (top level): Put into the executable the ident-style '$Id:' tag on
15982 windows-nt as well.
15983
15984 2012-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
15985
15986 * electric.el (electric-indent-post-self-insert-function): Check that
15987 electric-indent-mode is enabled in current buffer.
15988
15989 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
15990
15991 * imenu.el (imenu-progress-message): Restore; it is "used" in
15992 erc/erc-imenu.el and net/snmp-mode.el.
15993
15994 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
15995
15996 * avoid.el (mouse-avoidance-mode): Mark unused arg.
15997 (mouse-avoidance-nudge-mouse): Remove unused binding.
15998
15999 * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
16000
16001 * descr-text.el (describe-char):
16002 * progmodes/python.el (python-describe-symbol):
16003 Don't call `toggle-read-only', set `buffer-read-only'.
16004
16005 * imenu.el (imenu-default-goto-function): Mark unused args.
16006 (imenu-progress-message): Remove obsolete macro; all callers changed.
16007
16008 * subr.el (keymap-canonicalize): Remove unused binding.
16009 (read-passwd): Mark unused arg.
16010
16011 * tutorial.el (tutorial--display-changes): Remove unused binding.
16012 (tutorial--save-tutorial-to): Remove unused variable.
16013
16014 * emacs-lisp/package.el (define-package, package-menu-mark-delete)
16015 (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
16016 (package-generate-autoloads, package-menu--generate)
16017 (package-menu--find-upgrades): Remove unused bindings.
16018
16019 * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
16020 (cua-restrict-prefix-rectangle): Doc fixes. Remove unused bindings.
16021 (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
16022 (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
16023 (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
16024 (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
16025 (cua--rectangle-aux-replace, cua--left-fill-rectangle)
16026 (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
16027 (cua-delete-char-rectangle): Mark unused args.
16028 (cua-align-rectangle): Remove unused binding.
16029
16030 * mail/rmail.el (compilation--message->loc)
16031 (epa--find-coding-system-for-mime-charset): Declare.
16032
16033 * net/dbus.el (dbus-register-service): Declare.
16034 (dbus-name-owner-changed-handler): Remove unused binding.
16035
16036 * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
16037 (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
16038 (nxml-scan-backward-within): Mark unused arg.
16039 (nxml-dynamic-markup-word): Remove unused binding.
16040
16041 * mouse.el (mouse-menu-major-mode-map):
16042 * emacs-lisp/authors.el (authors-scan-change-log)
16043 (authors-add-to-author-list):
16044 * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
16045 * emacs-lisp/smie.el (smie-auto-fill):
16046 * mail/sendmail.el (mail-bury):
16047 * mail/unrmail.el (unrmail):
16048 * net/tls.el (open-tls-stream):
16049 * textmodes/picture.el (picture-mouse-set-point):
16050 Remove unused bindings.
16051
16052 2012-04-19 Michael Albinus <michael.albinus@gmx.de>
16053
16054 * net/tramp.el (tramp-action-password): Let-bind
16055 `enable-recursive-minibuffers' to t.
16056
16057 2012-04-18 Sam Steingold <sds@gnu.org>
16058
16059 * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
16060 instead of 'string to accommodate values like [f11].
16061 Always use `vconcat' instead of `concat' on it, like in `gud-def'.
16062 * progmodes/gdb-mi.el: Likewise.
16063
16064 2012-04-18 Leo Liu <sdl.web@gmail.com>
16065
16066 * abbrev.el (edit-abbrevs): Move point to the abbrev table of
16067 current buffer.
16068 (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
16069 LOCAL is nil.
16070
16071 2012-04-18 Chong Yidong <cyd@gnu.org>
16072
16073 * simple.el (line-move): Use forward-line if in batch mode
16074 (Bug#11053).
16075
16076 2012-04-18 Christopher Schmidt <christopher@ch.ristopher.com>
16077
16078 * files.el (after-find-file): Do not try to add a final newline if
16079 the buffer is read-only (Bug#11156).
16080
16081 2012-04-17 Richard Stallman <rms@gnu.org>
16082
16083 * mail/rmail.el (rmail-start-mail):
16084 Pass (rmail-mail-return...) for the return-action.
16085 Pass (rmail-yank-current-message...) for the yank-action.
16086 (rmail-yank-current-message): New function.
16087 (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
16088 (rmail-reply): Likewise.
16089 (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
16090
16091 * mail/sendmail.el (mail-bury): Choose the first rmail-mode
16092 buffer, not the last. Reject temp buffers. Use the rmail-mode
16093 buffer, not newbuf.
16094
16095 2012-04-17 Juanma Barranquero <lekktu@gmail.com>
16096
16097 * server.el (server-ensure-safe-dir): Simplify.
16098
16099 2012-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
16100
16101 * emacs-lisp/smie.el: Provide smarter auto-filling.
16102 (smie-auto-fill): New function.
16103 (smie-setup): Use it.
16104
16105 * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
16106
16107 2012-04-17 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
16108
16109 * newcomment.el (comment-inline-offset): New custom var (bug#11090).
16110 (comment-indent): Use it.
16111
16112 2012-04-17 Vincent Belaïche <vincentb1@users.sourceforge.net>
16113
16114 * ses.el: The overall change is to add cell renaming, that is
16115 setting fancy names for cell symbols other than name matching
16116 "\\`[A-Z]+[0-9]+\\'" regexp .
16117 (ses-localvars): Add ses--renamed-cell-symb-list.
16118 (ses-create-cell-variable): New defun.
16119 (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
16120 (ses-relocate-formula): Relocate formulas only for cells the
16121 symbols of which are not renamed, i.e. symbols whose names do not
16122 match regexp "\\`[A-Z]+[0-9]+\\'".
16123 (ses-relocate-all): Relocate values only for cells the symbols of
16124 which are not renamed.
16125 (ses-load): Create cells variables as the (ses-cell ...) are read,
16126 in order to check row col consistency with cell symbol name only
16127 for cells that are not renamed.
16128 (ses-replace-name-in-formula): New defun.
16129 (ses-rename-cell): New defun.
16130
16131 2012-04-17 Peter Oliver <bzr@mavit.org.uk> (tiny change)
16132
16133 * progmodes/perl-mode.el (perl-indent-parens-as-block):
16134 New option (bug#11118).
16135 (perl-calculate-indent): Respect it.
16136
16137 2012-04-17 Glenn Morris <rgm@gnu.org>
16138
16139 * dired-aux.el (dired-mark-read-string): Doc fix.
16140
16141 2012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
16142
16143 * dired-aux.el (dired-mark-read-string): Offer optional completion.
16144 (dired-do-chxxx): Complete chown, chgrp over users, groups. (Bug#7900)
16145
16146 2012-04-17 Glenn Morris <rgm@gnu.org>
16147
16148 * mouse.el (mouse-drag-track):
16149 * speedbar.el (speedbar-frame-mode):
16150 Use auto-hscroll-mode rather than the alias automatic-hscrolling.
16151
16152 2012-04-16 Leo Liu <sdl.web@gmail.com>
16153
16154 * progmodes/python.el: Trivial cleanup.
16155
16156 2012-04-16 Glenn Morris <rgm@gnu.org>
16157
16158 * vc/vc.el (vc-string-prefix-p):
16159 * vc/pcvs-util.el (cvs-string-prefix-p):
16160 * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
16161 * mpc.el (mpc-string-prefix-p):
16162 Make all of these into obsolete aliases for string-prefix-p.
16163 Update callers.
16164 * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
16165
16166 * textmodes/two-column.el: Move custom options to the start.
16167 (frame-width): Remove compat definition.
16168 (2C-associate-buffer, 2C-dissociate):
16169 Use with-current-buffer rather than save-excursion.
16170 (2C-dissociate): Force a mode-line update.
16171 (2C-autoscroll): Use ignore-errors.
16172
16173 * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
16174 Autoload trivia.
16175
16176 * emacs-lisp/cl-extra.el (*random-state*):
16177 Remove unnecessary declaration.
16178
16179 * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
16180
16181 * play/cookie1.el (cookie-snarf):
16182 Give an explicit error if input file cannot be read.
16183
16184 * play/yow.el (yow-file): Use expand-file-name rather than concat.
16185
16186 * progmodes/perl-mode.el (c-macro-expand):
16187 Remove unnecessary autoload (it is in loaddefs.el).
16188
16189 * textmodes/picture.el (picture-desired-column)
16190 (picture-update-desired-column): Convert comments to doc-strings.
16191 (picture-substitute): Remove function.
16192 (picture-mode-map): Initialize in the defvar.
16193
16194 * woman.el: Remove eval-after-load for tar-mode.
16195 * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
16196 (woman-tar-extract-file): Autoload it.
16197
16198 * frame.el (automatic-hscrolling): Make this alias obsolete.
16199
16200 2012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
16201
16202 * textmodes/ispell.el (ispell-set-spellchecker-params): Post-process
16203 `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
16204 (ispell-dictionary-base-alist): Revert to original XEmacs
16205 friendly version for default. [:alpha:] will be added in
16206 `ispell-set-spellchecker-params' if needed.
16207
16208 2012-04-16 Chong Yidong <cyd@gnu.org>
16209
16210 * image.el (imagemagick--file-regexp): New variable.
16211 (imagemagick-register-types): Use it.
16212 (imagemagick-types-inhibit): Add :set function. Allow new value
16213 of t to inhibit all types.
16214
16215 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
16216 so we can preload it.
16217
16218 * loadup.el (fboundp): Preload regexp-opt, needed by
16219 imagemagick-register-types.
16220
16221 2012-04-15 Chong Yidong <cyd@gnu.org>
16222
16223 * frame.el (scrolling): Remove nearly unused customization group.
16224
16225 * scroll-all.el (scroll-all-mode): Move to windows group.
16226
16227 2012-04-15 Chong Yidong <cyd@gnu.org>
16228
16229 * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
16230
16231 2012-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
16232
16233 Avoid the use of ((lambda ...) ...) in lexical-binding code.
16234 * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
16235
16236 2012-04-15 Glenn Morris <rgm@gnu.org>
16237
16238 * simple.el (process-file-side-effects): Doc fix.
16239
16240 2012-04-15 Glenn Morris <rgm@gnu.org>
16241
16242 * international/mule-cmds.el (set-language-environment): Doc fix.
16243
16244 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
16245
16246 * server.el (server-auth-key, server-generate-key): Doc fixes.
16247 (server-get-auth-key): Doc fix. Use `string-match-p'.
16248 (server-start): Reflow docstring.
16249
16250 2012-04-14 Lars Ingebrigtsen <larsi@gnus.org>
16251
16252 * server.el (server-generate-key): `called-interactively-p'
16253 requires a parameter.
16254
16255 2012-04-14 Michal Nazarewicz <mina86@mina86.com>
16256
16257 * server.el (server-auth-key): New variable.
16258 (server-generate-key, server-get-auth-key): New function.
16259 (server-start): Use the new variable and functions to allow
16260 setting a permanent server key (bug#9423).
16261
16262 2012-04-14 Leo Liu <sdl.web@gmail.com>
16263
16264 * vc/diff-mode.el (diff-file-prev/next): Fix typo.
16265
16266 2012-04-14 Paul Eggert <eggert@cs.ucla.edu>
16267
16268 Spelling fixes.
16269 * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
16270 Emacs uses American spelling.
16271
16272 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
16273
16274 * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
16275 (emacs-lock--exit-locked-buffer): Return the locked buffer. Doc fix.
16276 (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
16277 (emacs-lock--kill-buffer-query-functions): Run new hook. (Bug#11017)
16278
16279 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
16280
16281 * progmodes/which-func.el (which-func-modes): Change default.
16282
16283 2012-04-14 Kim F. Storm <storm@cua.dk>
16284
16285 * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
16286 exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
16287
16288 2012-04-14 Chong Yidong <cyd@gnu.org>
16289
16290 * custom.el (custom-theme-set-variables): Doc fix.
16291
16292 2012-04-14 Glenn Morris <rgm@gnu.org>
16293
16294 * international/mule.el (set-auto-coding-for-load): Doc fix.
16295
16296 2012-04-14 Alan Mackenzie <acm@muc.de>
16297
16298 * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
16299 imenu work again for Objective C Mode. Correct the *-index values,
16300 these having been disturbed by a previous change in 2011-08.
16301
16302 * progmodes/cc-engine.el (c-before-change-check-<>-operators):
16303 Correct two search limits.
16304
16305 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
16306
16307 * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
16308
16309 2012-04-14 Andreas Schwab <schwab@linux-m68k.org>
16310
16311 * international/characters.el: Fix sorting.
16312
16313 2012-04-14 Eli Zaretskii <eliz@gnu.org>
16314
16315 * international/characters.el: Add more missing Latin case pairs.
16316
16317 2012-04-14 Glenn Morris <rgm@gnu.org>
16318
16319 * files.el (dir-locals-set-class-variables): Doc fix.
16320
16321 2012-04-14 Eli Zaretskii <eliz@gnu.org>
16322
16323 * international/characters.el: Add set-case-syntax-pair call for
16324 LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
16325 counterpart. (Bug#11209)
16326
16327 * simple.el (shell-command-on-region): Doc fix. (Bug#11208)
16328
16329 2012-04-14 Glenn Morris <rgm@gnu.org>
16330
16331 * calendar/holidays.el (calendar-check-holidays): Doc fix.
16332
16333 2012-04-14 Eli Zaretskii <eliz@gnu.org>
16334
16335 * textmodes/ispell.el (ispell-dictionary-base-alist):
16336 Add data for Hebrew.
16337
16338 2012-04-14 Chong Yidong <cyd@gnu.org>
16339
16340 * net/rcirc.el (rcirc-cmd-quit):
16341 Revert 2012-03-18 change (Bug#11192).
16342
16343 2012-04-14 Glenn Morris <rgm@gnu.org>
16344
16345 * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
16346
16347 2012-04-14 Eli Zaretskii <eliz@gnu.org>
16348
16349 * minibuffer.el (completion-in-region-mode-map):
16350 Bind completion-help-at-point to M-? rather than ?. (Bug#11182)
16351
16352 2012-04-13 Vivek Dasmohapatra <vivek@etla.org>
16353
16354 * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
16355
16356 2012-04-13 Masatake YAMATO <yamato@redhat.com>
16357
16358 * minibuffer.el (minibuffer-local-filename-syntax): New variable
16359 to allow `C-M-f' and `C-M-b' to move to the nearest path
16360 separator (bug#9511).
16361
16362 2012-04-13 Lars Ingebrigtsen <larsi@gnus.org>
16363
16364 * avoid.el: Require cl when compiling. And also move the
16365 `provide' to the end.
16366
16367 2012-04-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
16368
16369 * avoid.el (mouse-avoidance-banish-position): New variable.
16370 (mouse-avoidance-banish-destination): Use it (bug#10165).
16371
16372 2012-04-13 Leo Liu <sdl.web@gmail.com>
16373
16374 * progmodes/which-func.el (which-func-modes): Add objc-mode.
16375
16376 2012-04-13 Ken Brown <kbrown@cornell.edu>
16377
16378 * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
16379 this is no longer needed now that cygstart understands file:// URLs.
16380 (browse-url-filename-alist): For the same reason, don't modify
16381 file:// URLs on Cygwin.
16382
16383 2012-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
16384
16385 * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
16386 the region on shift if the binding is already shifted (bug#11221).
16387
16388 2012-04-12 Glenn Morris <rgm@gnu.org>
16389
16390 * mail/mailpost.el: Move to obsolete/.
16391
16392 2012-04-12 Drew Adams <drew.adams@oracle.com>
16393
16394 * imenu.el (imenu--generic-function): Ignore invisible definitions
16395 (bug#10123).
16396
16397 2012-04-12 Vivek Dasmohapatra <vivek@etla.org>
16398
16399 * hexl.el (hexl-bits): New variable.
16400 (hexl-options): Mention the variable in the doc string.
16401 (hexl-rulerise, hexl-line-displen): New functions.
16402 (hexl-mode): Mention the new variable.
16403 (hexl-mode, hexl-current-address, hexl-current-address):
16404 Use the displen.
16405 (hexl-ascii-start-column): New function.
16406 (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
16407 (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
16408
16409 2012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
16410
16411 * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
16412 '("-i" ENCODING), in 2 separate command-line arguments, to specify
16413 the encoding, as expected by hunspell.
16414
16415 2012-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
16416
16417 * battery.el (battery--linux-sysfs-regexp): New const.
16418 (battery-status-function): Use it. Remove yeeloong special case.
16419 (battery-yeeloong-sysfs): Remove.
16420 (battery-echo-area-format): Remove yeeloong special case.
16421
16422 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
16423
16424 * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
16425 Reported by Noah Friedman.
16426
16427 * subr.el (read-passwd): Use read-string.
16428
16429 2012-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
16430
16431 * vcursor.el (vcursor-move): Increase the priority of the overlay
16432 (bug#9663).
16433
16434 2012-04-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
16435
16436 * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
16437 (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
16438
16439 2012-04-11 William Stevenson <yhvh2000@gmail.com>
16440
16441 * textmodes/artist.el (artist-mode): Convert artist-mode to use
16442 define-minor-mode (bug#10760).
16443
16444 2012-04-11 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
16445
16446 * progmodes/grep.el (rgrep): Tweak the find command line so
16447 that directories matching `grep-find-ignored-files' won't be
16448 pruned (bug#10351).
16449
16450 2012-04-11 Chong Yidong <cyd@gnu.org>
16451
16452 * startup.el (command-line): Remove support for long-obsolete
16453 variable font-lock-face-attributes.
16454
16455 2012-04-11 Glenn Morris <rgm@gnu.org>
16456
16457 * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
16458
16459 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
16460
16461 * window.el (window--state-get-1): Obey window-point-insertion-type.
16462
16463 2012-04-11 Lennart Borgman <lennart.borgman@gmail.com>
16464
16465 * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
16466 to previous function when point is on the first character of a
16467 function. Take care of that in `narrow-to-defun' (bug#6157).
16468
16469 2012-04-11 Glenn Morris <rgm@gnu.org>
16470
16471 * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
16472 not just file-errors.
16473
16474 * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
16475 (vc-bzr-sha1): Use internal sha1.
16476
16477 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
16478
16479 * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
16480
16481 2012-04-10 Sébastien Gross <seb@chezwam.org> (tiny change)
16482
16483 * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
16484 that start in the middle of the line (bug#10496).
16485
16486 2012-04-10 Dan Nicolaescu <dann@gnu.org>
16487
16488 * battery.el (battery-linux-proc-acpi): Only one battery is
16489 discharged at a time, but that seems to confuse battery.el when
16490 computing `rate-type' for the battery not being discharged
16491 (bug#10332).
16492
16493 2012-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
16494
16495 * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
16496
16497 * international/quail.el: Use dolist and simplify.
16498 (quail-define-package, quail-update-keyboard-layout)
16499 (quail-define-rules): Use dolist.
16500 (quail-insert-kbd-layout, quail-get-translation): CSE.
16501
16502 * tmm.el: Use dolist, remove left over hook.
16503 (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
16504 Use dolist.
16505 (calendar-load-hook): Don't mess with it.
16506
16507 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
16508 Use derived-mode-p. Run the diff asynchronously.
16509
16510 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
16511
16512 * obsolete/mouse-sel.el: Add an Obsolete-since header.
16513
16514 2012-04-10 Juanma Barranquero <lekktu@gmail.com>
16515
16516 * misc.el: Display absolute path of loaded DLLs (bug#10424).
16517 (list-dynamic-libraries--loaded): New function.
16518 (list-dynamic-libraries--refresh): Use it.
16519
16520 2012-04-10 Nathan Weizenbaum <nweiz@google.com>
16521
16522 * progmodes/python.el (python-fill-paragraph):
16523 Make python-fill-region in a multiline string work when font-lock is
16524 disabled (bug#7018).
16525
16526 2012-04-10 Laimonas Vėbra <laimonas.vebra@gmail.com> (tiny change)
16527
16528 * language/european.el (cp775): Add oem/legacy (en)coding on
16529 DOS/MS Windows for the Baltic languages. There are still plenty
16530 of texts written in this encoding/codepage (bug#6519).
16531
16532 2012-04-10 Glenn Morris <rgm@gnu.org>
16533
16534 * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
16535 Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
16536
16537 2012-04-10 Florian Adamsky <florian@adamsky.it> (tiny change)
16538
16539 * recentf.el (recentf-dialog-mode-map): Add two keybindings for
16540 next-line "n" and previous-line "p" in order to make recentf more
16541 consistent with ibuffer, dired or org-mode (bug#9387).
16542
16543 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
16544
16545 * image.el (put-image): Return the overlay created instead of the
16546 optional input string (bug#7834). Note that this may break code
16547 that is (for some reason or other) depending on `put-image'
16548 returning the string.
16549
16550 * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
16551
16552 * simple.el (zap-to-char): Allow zapping using input methods
16553 (bug#1580).
16554
16555 * textmodes/fill.el (fill-region): Leave point and mark where they
16556 were before filling (bug#5399).
16557
16558 2012-04-09 Glenn Morris <rgm@gnu.org>
16559
16560 * version.el (emacs-bzr-get-version):
16561 Handle lightweight checkouts of local branches.
16562
16563 2012-04-09 Andreas Schwab <schwab@linux-m68k.org>
16564
16565 * international/characters.el: Recover lost case pairs. (Bug#11209)
16566
16567 2012-04-09 Chong Yidong <cyd@gnu.org>
16568
16569 * custom.el (custom-variable-p): Return nil for non-symbol
16570 arguments instead of signaling an error.
16571 (user-variable-p): Obsolete alias for custom-variable-p.
16572
16573 * apropos.el (apropos-variable):
16574 * files-x.el (read-file-local-variable):
16575 * simple.el (set-variable):
16576 * woman.el (woman-mini-help):
16577 * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
16578
16579 2012-04-09 Glenn Morris <rgm@gnu.org>
16580
16581 * startup.el (normal-top-level): Don't look for leim-list.el
16582 in places where it will not be found. (Bug#910)
16583
16584 * international/mule-cmds.el (set-default-coding-systems):
16585 * files.el (normal-mode):
16586 Remove guarded calls to ucs-set-table-for-input. (Bug#9821)
16587 This function was removed with ucs-tables.el in 2008.
16588
16589 2012-04-08 Eli Zaretskii <eliz@gnu.org>
16590
16591 * textmodes/ispell.el (ispell-check-version): For hunspell, set
16592 ispell-encoding8-command to "-i", without a trailing space.
16593 (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
16594 separate command-line arguments, to specify the encoding, since
16595 that's how hunspell expects it.
16596
16597 2012-04-08 Glenn Morris <rgm@gnu.org>
16598
16599 * loadup.el: Load bindings before cus-start.
16600 This reduces somewhat the number of "rogue" settings in emacs -Q.
16601
16602 2012-04-07 Glenn Morris <rgm@gnu.org>
16603
16604 * version.el (emacs-bzr-get-version): New function.
16605 (emacs-bzr-version): New variable.
16606 * loadup.el (emacs-bzr-version): Set it. (Bug#8054)
16607 * mail/emacsbug.el (report-emacs-bug): Include bzr version.
16608
16609 2012-04-07 Eli Zaretskii <eliz@gnu.org>
16610
16611 * international/uni-bidi.el, international/uni-category.el:
16612 * international/uni-combining.el, international/uni-decimal.el:
16613 * international/uni-decomposition.el, international/uni-digit.el:
16614 * international/uni-lowercase.el, international/uni-mirrored.el:
16615 * international/uni-name.el, international/uni-numeric.el:
16616 * international/uni-titlecase.el, international/uni-uppercase.el:
16617 Update for Unicode 6.1.
16618
16619 2012-04-07 Eli Zaretskii <eliz@gnu.org>
16620
16621 * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
16622
16623 2012-04-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
16624
16625 * window.el (shrink-window): Mention the `window-min-height'
16626 variable in the doc string.
16627
16628 2012-04-05 Bastien Guerry <bzg@altern.org>
16629
16630 * color.el (color-lighten-name): Fix typo.
16631
16632 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
16633
16634 * server.el (server--on-display-p): New function.
16635 (server--on-display-p): Use it.
16636
16637 2012-04-04 Gábor Vida <vidagabor@gmail.com> (tiny change)
16638
16639 * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
16640 (bug#11145).
16641
16642 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
16643
16644 * comint.el (comint--common-quoted-suffix): Check string boundary
16645 before comparing (bug#11158).
16646 * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
16647
16648 2012-04-04 Chong Yidong <cyd@gnu.org>
16649
16650 * minibuffer.el (completion-extra-properties): Doc fix.
16651
16652 * subr.el (delayed-warnings-hook): Doc fix.
16653
16654 2012-04-04 Daiki Ueno <ueno@unixuser.org>
16655
16656 * epa.el (epa--select-keys): Bind C-c C-c to finish the key
16657 selection (Bug#11159).
16658 (epa-insert-keys): Inform that the default public key will be
16659 exported if no key is selected.
16660
16661 2012-04-04 Richard Stallman <rms@gnu.org>
16662
16663 * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
16664
16665 2012-04-03 Chong Yidong <cyd@gnu.org>
16666
16667 * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
16668 mail-insert-file, not its obsolete alias mail-attach-file.
16669
16670 2012-04-03 Michael Albinus <michael.albinus@gmx.de>
16671
16672 * notifications.el (notifications-notify): Fix docstring.
16673
16674 2012-04-02 Glenn Morris <rgm@gnu.org>
16675
16676 * emacs-lisp/authors.el (authors-aliases): Another addition.
16677
16678 2012-04-02 Michael Albinus <michael.albinus@gmx.de>
16679
16680 * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
16681 `tramp-compat-call-process' instead of `tramp-local-call-process'.
16682 Reported by Magnus Henoch <magnus.henoch@gmail.com>.
16683
16684 2012-04-01 Chong Yidong <cyd@gnu.org>
16685
16686 * files.el (file-in-directory-p): Rename from file-subdir-of-p.
16687 Handle root directory properly.
16688 (copy-directory): Caller changed.
16689
16690 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
16691 * net/tramp.el (tramp-file-name-for-operation): Callers changed.
16692
16693 2012-03-31 Glenn Morris <rgm@gnu.org>
16694
16695 * term/xterm.el (xterm-extra-capabilities): Doc fix.
16696
16697 * language/indian.el ("Devanagari"): Fix typo. (Bug#11103)
16698
16699 * calendar/calendar.el (calendar-window-list)
16700 (calendar-hide-window): Restore. (Bug#11140)
16701 (calendar-exit): Use calendar-window-list, calendar-hide-window again.
16702
16703 * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
16704
16705 2012-03-30 Thierry Volpiatto <thierry.volpiatto@gmail.com>
16706
16707 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
16708 Check if file is a symlink (Bug#10489).
16709
16710 * files.el (copy-directory): Likewise.
16711
16712 2012-03-30 Chong Yidong <cyd@gnu.org>
16713
16714 * image.el (imagemagick-types-inhibit)
16715 (imagemagick-register-types): Doc fix.
16716
16717 2012-03-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
16718
16719 * textmodes/ispell.el (ispell-get-extended-character-mode):
16720 Disable extended-char-mode for hunspell. hunspell does not support it
16721 and treats ~word as ordinary words in pipe mode.
16722
16723 2012-03-30 Glenn Morris <rgm@gnu.org>
16724
16725 * tutorial.el (help-with-tutorial): Ensure local variables don't
16726 happen to make the buffer read-only. (Bug#11127)
16727
16728 2012-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
16729
16730 * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
16731 (perl-calculate-indent): Return `noindent' in strings.
16732
16733 2012-03-28 Sam Steingold <sds@gnu.org>
16734
16735 * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
16736 instead of the broken adhockery which does not prevent calendar
16737 buffers from being displayed at random after exit.
16738 (calendar-window-list, calendar-hide-window): Remove the broken
16739 adhockery.
16740
16741 2012-03-28 Glenn Morris <rgm@gnu.org>
16742
16743 * replace.el (query-replace-map): Doc fix.
16744
16745 2012-03-28 Andreas Schwab <schwab@linux-m68k.org>
16746
16747 * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
16748 contents. (Bug#11109)
16749
16750 2012-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
16751
16752 * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
16753 (bug#11077).
16754 (avl-tree--check, avl-tree--check-node): New funs.
16755
16756 2012-03-27 Martin Rudalics <rudalics@gmx.at>
16757
16758 * window.el (switch-to-visible-buffer): New option.
16759 (switch-to-prev-buffer, switch-to-next-buffer):
16760 Observe switch-to-visible-buffer. Make sure that checking for a window
16761 showing a buffer already is done on the same frame.
16762
16763 2012-03-27 Glenn Morris <rgm@gnu.org>
16764
16765 * startup.el (mail-host-address): Doc fix.
16766
16767 2012-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
16768
16769 * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
16770 than 197 variables.
16771
16772 2012-03-26 Ami Fischman <ami@fischman.org>
16773
16774 * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
16775
16776 2012-03-26 Glenn Morris <rgm@gnu.org>
16777
16778 * files.el (save-buffers-kill-emacs): Doc fix.
16779
16780 * startup.el (normal-top-level, command-line, command-line-1):
16781 Give them doc strings.
16782
16783 2012-03-25 Eli Zaretskii <eliz@gnu.org>
16784
16785 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
16786 of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
16787
16788 2012-03-25 Chong Yidong <cyd@gnu.org>
16789
16790 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
16791 theme if it was previously enabled before (Bug#11031).
16792
16793 * cus-theme.el (custom-theme-write-faces): Retrieve current face
16794 spec with custom-face-get-current-spec if its :shown-value is not
16795 determined yet (Bug#9337).
16796 (customize-create-theme, custom-theme-revert): Doc fixes.
16797
16798 * button.el (button-at): Minor addition to docstring.
16799
16800 2012-03-24 Simon Leinen <simon.leinen@gmail.com>
16801
16802 * vc/vc.el (vc-merge): Fix a prompt.
16803
16804 2012-03-24 Chong Yidong <cyd@gnu.org>
16805
16806 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
16807 point (Bug#9623).
16808
16809 * button.el (button-at): Minor addition to docstring.
16810
16811 2012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
16812
16813 * newcomment.el (comment-choose-indent): No space after BOL.
16814
16815 2012-03-22 Sam Steingold <sds@gnu.org>
16816
16817 * window.el (switch-to-prev-buffer): Revert last patch because the
16818 bug turned out to be an advertised feature (Elisp manual 28.14).
16819
16820 2012-03-22 Glenn Morris <rgm@gnu.org>
16821
16822 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
16823 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
16824
16825 2012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
16826
16827 * net/network-stream.el (network-stream-open-starttls): Make error
16828 message under Windows be less misleading.
16829
16830 2012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
16831
16832 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
16833 understands (bug#9942).
16834
16835 2012-03-22 Chong Yidong <cyd@gnu.org>
16836
16837 * simple.el (end-of-visible-line): Handle return value of
16838 next-single-property-change properly (Bug#9371).
16839
16840 2012-03-22 Kenichi Handa <handa@m17n.org>
16841
16842 * international/quail.el (quail-insert-kbd-layout): Fix previous
16843 change. To avoid unwanted bidi reordering, use
16844 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
16845
16846 2012-03-21 Dmitry Gutov <dgutov@yandex.ru>
16847
16848 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
16849 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
16850 (ruby-beginning-of-indent): Be more careful with the difference
16851 between word-boundary and symbol boundary.
16852 (ruby-mode-syntax-table): Make : a symbol constituent.
16853
16854 2012-03-21 Andreas Politz <politza@fh-trier.de>
16855
16856 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
16857
16858 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
16859
16860 * progmodes/etags.el (tags-completion-at-point-function):
16861 Improve last fix.
16862
16863 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
16864
16865 2012-03-21 Sam Steingold <sds@gnu.org>
16866
16867 * progmodes/etags.el (tags-completion-at-point-function):
16868 Avoid the error when point is inside the pattern.
16869
16870 2012-03-21 John Yates <john@yates-sheets.org> (tiny change)
16871
16872 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
16873 line (Bug#10855).
16874
16875 2012-03-21 Drew Adams <drew.adams@oracle.com>
16876
16877 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
16878
16879 2012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
16880
16881 * ido.el (ido-set-current-directory, ido-read-internal)
16882 (ido-choose-completion-string, ido-completion-help): Handle nil
16883 value of ido-completion-buffer (Bug#11008).
16884
16885 2012-03-21 Sam Steingold <sds@gnu.org>
16886
16887 * window.el (switch-to-prev-buffer): Do not switch to a visible
16888 window previous buffer, just like with the frame previous buffers.
16889
16890 2012-03-21 Chong Yidong <cyd@gnu.org>
16891
16892 * faces.el (make-face, make-empty-face, copy-face):
16893 * face-remap.el (face-remap-add-relative, face-remap-set-base):
16894 Doc fixes.
16895
16896 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
16897
16898 * wid-edit.el (widget-complete-field): Remove (bug#11051).
16899 (widget-complete): Remove broken use of it.
16900
16901 2012-03-20 Chong Yidong <cyd@gnu.org>
16902
16903 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
16904 Use string-width and truncate-string-width to handle arbitrary
16905 characters.
16906
16907 2012-03-20 Tassilo Horn <tassilo@member.fsf.org>
16908
16909 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
16910 to draw rectangles, not squares. (Regression introduced by revno
16911 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
16912
16913 2012-03-18 Chong Yidong <cyd@gnu.org>
16914
16915 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
16916 it is not yet defined (for temacs).
16917
16918 2012-03-18 Leo Liu <sdl.web@gmail.com>
16919
16920 * net/rcirc.el (rcirc-cmd-quit): Allow quitting all servers with
16921 prefix.
16922
16923 2012-03-17 Eli Zaretskii <eliz@gnu.org>
16924
16925 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
16926 (ispell-choices-win-default-height, ispell-silently-savep)
16927 (ispell-dictionary-alist, ispell-encoding8-command)
16928 (ispell-check-version, ispell-aspell-find-dictionary)
16929 (ispell-valid-dictionary-list, ispell-words-keyword)
16930 (ispell-get-word, ispell-internal-change-dictionary)
16931 (ispell-region, ispell-skip-region-list)
16932 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
16933 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
16934 (ispell-message-text-end, ispell-message)
16935 (ispell-buffer-local-parsing): Doc fix.
16936
16937 2012-03-13 Jambunathan K <kjambunathan@gmail.com>
16938
16939 * htmlfontify.el: Add support for code block fontification for ODT
16940 export (Bug #9914).
16941 (hfy-optimisations): Define new option
16942 `body-text-only'
16943 (hfy-fontify-buffer): Honor above setting.
16944 (hfy-begin-span, hfy-end-span): New routines factored out form
16945 `hfy-fontify-buffer'.
16946 (hfy-begin-span-handler, hfy-end-span-handler): New variables
16947 that permit insertion of custom tags.
16948 (hfy-fontify-buffer): Use above handlers.
16949 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
16950 (hfy-face-to-css): Re-defined to be a variable.
16951 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
16952 over multiple runs. This is made possible by having the caller let
16953 bind a special variable `hfy-user-sheet-assoc'.
16954 (htmlfontify-string): New defun.
16955 (hfy-compile-face-map): Make sure that the last char in the
16956 buffer is correctly fontified.
16957 (hfy-face-resolve-face): Whitespace only change.
16958
16959 2012-03-17 Eli Zaretskii <eliz@gnu.org>
16960
16961 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
16962 message more clear.
16963
16964 2012-03-16 Leo Liu <sdl.web@gmail.com>
16965
16966 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
16967
16968 2012-03-16 Alan Mackenzie <acm@muc.de>
16969
16970 Further optimize the handling of large macros.
16971
16972 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
16973 limit to a call of `c-literal-limits'.
16974 (c-determine-+ve-limit): New function.
16975 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
16976 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
16977 In CASE 5B, restrict a search limit to 500.
16978 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
16979
16980 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
16981 Restrict macro bounds to +-500 from after-change's BEG END.
16982
16983 2012-03-16 Leo Liu <sdl.web@gmail.com>
16984
16985 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
16986
16987 2012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
16988
16989 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
16990 `special-mode' setting of `buffer-read-only'. (Bug#11010)
16991
16992 2012-03-16 Glenn Morris <rgm@gnu.org>
16993
16994 * view.el (view-buffer, view-buffer-other-window)
16995 (view-buffer-other-frame): Doc fixes re special mode-class.
16996
16997 * subr.el (eval-after-load): If named feature is provided not from
16998 a file, run after-load forms. (Bug#10946)
16999
17000 * calendar/calendar.el (calendar-insert-at-column):
17001 Handle non-unit-width characters a bit better. (Bug#10978)
17002
17003 2012-03-15 Chong Yidong <cyd@gnu.org>
17004
17005 * emacs-lisp/ring.el (ring-extend): New function.
17006 (ring-insert+extend): Extend the ring correctly (Bug#11019).
17007
17008 * comint.el (comint-read-input-ring)
17009 (comint-add-to-input-history): Grow comint-input-ring lazily.
17010
17011 2012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
17012
17013 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
17014 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
17015
17016 * imenu.el: Fix multiple inheritance breakage (bug#9199).
17017 (imenu-add-to-menubar): Don't add a redundant index.
17018 (imenu-update-menubar): Handle a dynamically composed keymap.
17019
17020 2012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
17021
17022 * mail/sendmail.el (mail-encode-header):
17023 Bind rfc2047-encode-encoded-words to nil.
17024
17025 2012-03-13 Glenn Morris <rgm@gnu.org>
17026
17027 * calendar/calendar.el (calendar-string-spread):
17028 Handle non-unit-width characters a bit better. (Bug#10978)
17029
17030 2012-03-13 Leo Liu <sdl.web@gmail.com>
17031
17032 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
17033 directory and file as argument (Bug#10822).
17034
17035 2012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
17036
17037 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
17038 For dynamically generated code, follow $PC.
17039 (gdb-disassembly-handler-custom): Handle no function name case.
17040
17041 2012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
17042
17043 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
17044 * emulation/ws-mode.el (ws-query-replace):
17045 * sort.el (sort-regexp-fields):
17046 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
17047
17048 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
17049
17050 * dabbrev.el: Fix cycle completion order (bug#10963).
17051 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
17052 (dabbrev-completion): Don't use an obarray; provide
17053 a cycle-sort-function.
17054
17055 2012-03-12 Leo Liu <sdl.web@gmail.com>
17056
17057 * simple.el (kill-new): Use equal-including-properties for comparison.
17058 (kill-do-not-save-duplicates): Doc fix.
17059
17060 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
17061
17062 * dabbrev.el: Fix cycle completion (bug#10963).
17063 Use lexical binding and wrap to 80 columns.
17064 (dabbrev-completion): Delay computing the list of completions.
17065
17066 2012-03-12 Kenichi Handa <handa@m17n.org>
17067
17068 * international/quail.el (quail-insert-kbd-layout): Surround each
17069 row by LRO and PDF instead of inserting many LRMs. Pad the left
17070 and right of each non-spacing marks. Insert invisible space
17071 between lower and upper characters to prevent composition.
17072
17073 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
17074
17075 * minibuffer.el (minibuffer-complete): Don't get confused when the
17076 function is run twice via different commands (bug#10958).
17077 (complete-with-action): Fix docstring.
17078
17079 2012-03-12 Chong Yidong <cyd@gnu.org>
17080
17081 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
17082 (nxml-completion-at-point-function): New function.
17083 (nxml-mode): Use it.
17084 (nxml-bind-meta-tab-to-complete-flag): Default to t.
17085
17086 * emacs-lisp/package.el (package-unpack, package-unpack-single):
17087 Load generated autoloads file before byte compiling (Bug#10970).
17088 (package--make-autoloads-and-compile): New helper fun.
17089
17090 2012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
17091
17092 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
17093
17094 2012-03-11 Michael Albinus <michael.albinus@gmx.de>
17095
17096 * autorevert.el (auto-revert-handler): Ensure, that
17097 file-readable-p is applied only for local files or in
17098 auto-revert-tail-mode.
17099
17100 2012-03-11 Andreas Schwab <schwab@linux-m68k.org>
17101
17102 * server.el (server-eval-at): Handle non-tcp connections.
17103 Decode result string.
17104
17105 * server.el (server-msg-size): New constant.
17106 (server-reply-print): New function.
17107 (server-eval-and-print): Use it.
17108 (server-eval-at): Use server-quote-arg and server-unquote-arg.
17109 Handle -print-nonl.
17110
17111 2012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
17112
17113 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
17114 (Bug#10987).
17115
17116 2012-03-11 Chong Yidong <cyd@gnu.org>
17117
17118 * simple.el (goto-line): Doc fix (Bug#9938).
17119
17120 * subr.el (save-window-excursion): Doc fix (Bug#9979).
17121
17122 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
17123 when finished (Bug#10963).
17124
17125 2012-03-11 Martin Rudalics <rudalics@gmx.at>
17126
17127 * window.el (split-window-below): Fix bug in case where
17128 split-window-keep-point is nil (Bug#10971).
17129
17130 2012-03-11 Juri Linkov <juri@jurta.org>
17131
17132 * replace.el (replace-highlight): Set isearch-word to nil
17133 unconditionally. (Bug#10887)
17134
17135 2012-03-10 Eli Zaretskii <eliz@gnu.org>
17136
17137 * net/mairix.el (mairix-replace-invalid-chars): Rename from
17138 mairix-replace-illegal-chars; all callers changed. Don't remove
17139 ^, ~, and = characters: they are meaningful in mairix search specs.
17140 (mairix-widget-create-query): Add usage information about mairix
17141 search forms: negating words, searching for substrings, etc.
17142
17143 2012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
17144
17145 * international/fontset.el (font-encoding-alist): Add an entry for
17146 ksx1001 (Bug#5667).
17147
17148 2012-03-10 Richard Stallman <rms@gnu.org>
17149
17150 * mail/sendmail.el (mail-encode-header):
17151 Set rfc2047-encode-encoded-words.
17152
17153 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
17154
17155 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
17156 view buffer means not swapped.
17157 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
17158 (rmail-write-region-annotate): Error if real text has disappeared.
17159
17160 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
17161
17162 2012-03-10 Chong Yidong <cyd@gnu.org>
17163
17164 * emulation/cua-rect.el (cua--init-rectangles):
17165 * emulation/cua-base.el (cua--init-keymaps):
17166 Add delete-forward-char to remappings (Bug#9666).
17167
17168 2012-03-10 Martin Rudalics <rudalics@gmx.at>
17169
17170 * speedbar.el (speedbar-unhighlight-one-tag-line):
17171 Avoid unhighlighting due to frame switching (Bug#10275).
17172
17173 2012-03-10 Chong Yidong <cyd@gnu.org>
17174
17175 * minibuffer.el (completion-in-region, completion-help-at-point):
17176 Give the completion field overlay a high priority (Bug#6830).
17177
17178 * dired.el (dired-goto-file): Recognize absolute file name
17179 listings (Bug#7126).
17180 (dired-goto-file-1): New helper function.
17181 (dired-toggle-read-only): Inhibit warnings.
17182
17183 2012-03-09 Michael Albinus <michael.albinus@gmx.de>
17184
17185 * net/dbus.el (dbus-property-handler): Return empty array if
17186 there are no properties.
17187
17188 2012-03-09 Leo Liu <sdl.web@gmail.com>
17189
17190 * savehist.el (savehist-printable): Stricter check for string
17191 value (Bug#10937).
17192
17193 2012-03-09 Eli Zaretskii <eliz@gnu.org>
17194
17195 * mail/smtpmail.el (smtpmail-send-it):
17196 Bind coding-system-for-write to *-unix, so that FCC files are kept in
17197 valid mbox format.
17198
17199 2012-03-09 Glenn Morris <rgm@gnu.org>
17200
17201 * files.el (dir-locals-find-file):
17202 Don't check result is regular, readable.
17203 (dir-locals-read-from-file): Demote errors.
17204
17205 2012-03-08 Eli Zaretskii <eliz@gnu.org>
17206
17207 * international/quail.el (quail-insert-kbd-layout):
17208 Insert invisible LRM characters before each character in a keyboard
17209 layout cell, to prevent their reordering by bidi display engine.
17210 For details, see the discussion in
17211 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
17212
17213 2012-03-08 Alan Mackenzie <acm@muc.de>
17214
17215 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
17216 the starting position; make it extend the marked region when
17217 invoked repeatedly - all under appropriate circumstances.
17218 Fixes bugs #5525, #10906.
17219
17220 2012-03-08 Glenn Morris <rgm@gnu.org>
17221
17222 * files.el (locate-dominating-file, dir-locals-find-file):
17223 Undo 2012-03-06 change.
17224
17225 2012-03-07 Eli Zaretskii <eliz@gnu.org>
17226
17227 * international/quail.el (quail-help):
17228 Force bidi-paragraph-direction be left-to-right. See discussion in
17229 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
17230 for the reason.
17231
17232 2012-03-07 Michael Albinus <michael.albinus@gmx.de>
17233
17234 Avoid superfluous registering of signals. (Bug#10807)
17235
17236 * notifications.el (notifications-on-action-object)
17237 (notifications-on-close-object): New defvars.
17238 (notifications-on-action-signal, notifications-on-closed-signal):
17239 Unregister the signal if not needed any longer.
17240 (notifications-notify): Register `notifications-action-signal' or
17241 `notifications-closed-signal', if :on-action or :on-close has been
17242 passed as argument.
17243
17244 2012-03-07 Chong Yidong <cyd@gnu.org>
17245
17246 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
17247 non-X platforms.
17248
17249 2012-03-06 Glenn Morris <rgm@gnu.org>
17250
17251 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
17252 (x-disown-selection-internal, x-get-selection-internal):
17253 Doc fix (add arglist signatures). (Bug#10783)
17254
17255 2012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
17256
17257 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
17258 Handle breakpoints with no "type".
17259
17260 2012-03-06 Glenn Morris <rgm@gnu.org>
17261
17262 * files.el (locate-dominating-file): Add optional predicate argument.
17263 (dir-locals-find-file): Make use of above change.
17264
17265 2012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
17266
17267 * info.el (Info-insert-dir): Also try "dir.gz".
17268
17269 2012-03-06 Glenn Morris <rgm@gnu.org>
17270
17271 * files.el (dir-locals-find-file):
17272 Ignore non-readable or non-regular files. (Bug#10928)
17273
17274 * files.el (locate-dominating-file): Doc fix.
17275
17276 2012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
17277
17278 * calendar/calendar.el (calendar-set-mode-line):
17279 `getenv' returns a string. (Bug#10951)
17280
17281 2012-03-05 Leo Liu <sdl.web@gmail.com>
17282
17283 * simple.el (backward-delete-char-untabify): Constrain point to
17284 field (Bug#10939).
17285
17286 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
17287
17288 2012-03-05 Chong Yidong <cyd@gnu.org>
17289
17290 * simple.el (count-words): If called from Lisp, return the word
17291 count, for symmetry with `count-lines'. Arglist changed.
17292 (count-words--message): Args changed. Consolidate counting code
17293 from count-words and count-words-region.
17294 (count-words-region): Caller changed.
17295 (count-lines-region): Make it an obsolete alias.
17296
17297 2012-03-04 Tassilo Horn <tassilo@member.fsf.org>
17298
17299 * saveplace.el (save-place-to-alist)
17300 (save-place-ignore-files-regexp): Allow value nil to disable this
17301 feature.
17302
17303 2012-03-04 Chong Yidong <cyd@gnu.org>
17304
17305 * faces.el (face-spec-reset-face): For the default face, reset the
17306 attributes to default values (Bug#10748).
17307
17308 2012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
17309
17310 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
17311 previous patch: Check `message-send-mail-function', and not the
17312 default function (bug#10897).
17313
17314 2012-03-04 Michael Albinus <michael.albinus@gmx.de>
17315
17316 * notifications.el (notifications-on-action-signal)
17317 (notifications-on-closed-signal): Check for unique service name of
17318 incoming event. Fix error in removing entry.
17319 (top): Register for signals with wildcard service name.
17320 (notifications-notify): Use daemon unique service name for map entries.
17321
17322 2012-03-04 Chong Yidong <cyd@gnu.org>
17323
17324 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
17325
17326 2012-03-04 Glenn Morris <rgm@gnu.org>
17327
17328 * abbrev.el (copy-abbrev-table, abbrev-table-p)
17329 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
17330 (expand-abbrev, define-abbrev-table): Doc fixes.
17331
17332 2012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
17333
17334 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
17335 `message-default-send-mail-function' and not `send-mail-function'
17336 when doing the prompting for `sendmail-query-once' before sending
17337 in Message buffers (bug#10897).
17338
17339 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
17340 This is inconsistent with all the other stream functions, which leave
17341 the setting up to the higher levels (if so wanted) (bug#10931).
17342
17343 2012-03-02 Alan Mackenzie <acm@muc.de>
17344
17345 Depessimize the handling of very large macros.
17346
17347 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
17348 (c-macro-cache-syntactic): New variables to implement a one
17349 element macro cache.
17350 (c-invalidate-macro-cache): New function.
17351 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
17352 Adapt to use the new cache.
17353 (c-state-safe-place): Use better the cache of safe positions.
17354 (c-state-semi-nonlit-pos-cache)
17355 (c-state-semi-nonlit-pos-cache-limit):
17356 New variables for...
17357 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
17358 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
17359 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
17360 Use c-state-semi-safe-place.
17361
17362 * progmodes/cc-langs.el (c-get-state-before-change-functions):
17363 Add c-invalidate-macro-cache to the C, C++, Obj entries.
17364
17365 2012-03-02 Michael Albinus <michael.albinus@gmx.de>
17366
17367 * jka-compr.el (jka-compr-call-process):
17368 Apply `file-accessible-directory-p' only when the default directory is
17369 not remote.
17370
17371 2012-03-01 Michael Albinus <michael.albinus@gmx.de>
17372
17373 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
17374 access of FILE2, if FILE1 does not exist.
17375
17376 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
17377 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
17378
17379 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
17380 Add "PAGER=" to `process-environment'.
17381
17382 2012-03-01 Michael R. Mauger <mmaug@yahoo.com>
17383
17384 * progmodes/sql.el: Bug fix
17385 (sql-get-login-ext): Save login values in globals.
17386 (sql-get-login): Use new version of `sql-get-login-ext'.
17387 (sql-interactive-mode): Set global `sql-connection' to nil.
17388 (sql-connect): Set global values for connection.
17389 (sql-product-interactive): Save global values as buffer local.
17390
17391 2012-02-29 Leo Liu <sdl.web@gmail.com>
17392
17393 * abbrev.el (define-abbrevs): Reset sys to nil.
17394
17395 2012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
17396
17397 * files.el (file-equal-p): Rename from `files-equal-p'.
17398 Return nil when one or both files don't exist.
17399 (file-subdir-of-p): Now only top directory must exists,
17400 return nil if it doesn't.
17401 (copy-directory): No need to test with `file-subdir-of-p' after
17402 creating dir.
17403 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
17404 to `file-equal-p'.
17405
17406 2012-02-28 Glenn Morris <rgm@gnu.org>
17407
17408 * shell.el (shell-mode):
17409 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
17410 * play/landmark.el (landmark-font-lock-face-O):
17411 * play/handwrite.el (handwrite):
17412 * play/gomoku.el (gomoku-O):
17413 * net/browse-url.el (browse-url-browser-display):
17414 * international/mule.el (define-charset):
17415 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
17416 * filesets.el (filesets-find-file-delay):
17417 * eshell/em-xtra.el (eshell-xtra):
17418 * eshell/em-unix.el (eshell-grep):
17419 * emulation/viper.el (viper-mode):
17420 * emacs-lisp/regexp-opt.el (regexp-opt-group):
17421 * emacs-lisp/easymenu.el (easy-menu-define):
17422 * calendar/timeclock.el (timeclock-use-display-time):
17423 * bs.el (bs-mode):
17424 * bookmark.el (bookmark-save-flag):
17425 Doc fix (standardize possessive apostrophe usage).
17426
17427 2012-02-27 Chong Yidong <cyd@gnu.org>
17428
17429 * emulation/viper-cmd.el (viper-intercept-ESC-key):
17430 Fix key-binding lookup for ESC key (Bug#9146).
17431
17432 * font-lock.el (font-lock-specified-p): Rename from
17433 font-lock-spec-present. Callers changed.
17434
17435 2012-02-27 Daniel Hackney <dan@haxney.org>
17436
17437 * emacs-lisp/package.el (package-compute-transaction):
17438 Handle holding a package version to t in package-load-list.
17439
17440 2012-02-26 Michael Albinus <michael.albinus@gmx.de>
17441
17442 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
17443 (tramp-get-inode, tramp-get-device): Use cached values.
17444
17445 2012-02-26 Alan Mackenzie <acm@muc.de>
17446
17447 Check there is a font-lock specification before doing initial
17448 fontification.
17449
17450 * font-core.el (font-lock-mode): Move the conditional from
17451 :after-hook to font-lock-initial-fontify.
17452 (font-lock-default-function): Move the check for a specification
17453 to font-lock-spec-present.
17454
17455 * font-lock.el (font-lock-initial-fontify): Call ...
17456 (font-lock-spec-present): New function.
17457
17458 2012-02-26 Jim Blandy <jimb@red-bean.com>
17459
17460 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
17461 (gdb-send): Apply it to the operand of the '-interpreter-exec
17462 console' command, so that we can pass arguments with (say) quotes
17463 in them. Store exact string sent in gdb-debug-log (Bug#10765).
17464
17465 2012-02-26 Chong Yidong <cyd@gnu.org>
17466
17467 * help-fns.el (describe-function-1): Clarify description of
17468 remapping (Bug#10844).
17469
17470 * files.el (files-equal-p): Doc fix.
17471 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
17472 and quit the loop once a mismatch is found.
17473
17474 2012-02-25 Juanma Barranquero <lekktu@gmail.com>
17475
17476 * bs.el (bs--show-with-configuration): Don't throw an error
17477 if the window cannot be split; otherwise, subsequent calls to
17478 bs-show fail, restoring a stale window config. (Bug#10882)
17479
17480 2012-02-25 Jan Djärv <jan.h.d@swipnet.se>
17481
17482 * term/ns-win.el (global-map): Bind ns-drag-file to
17483 ns-find-file (Bug#5855, Bug#10050).
17484
17485 2012-02-25 Andreas Schwab <schwab@linux-m68k.org>
17486
17487 * calendar/parse-time.el (parse-time-string): Allow extractor to
17488 return nil.
17489
17490 2012-02-25 Michael Albinus <michael.albinus@gmx.de>
17491
17492 * net/tramp.el (tramp-file-name-for-operation):
17493 Add `files-equal-p' and `file-subdir-of-p'.
17494
17495 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
17496 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
17497 Add COPY-CONTENTS argument.
17498
17499 2012-02-25 Chong Yidong <cyd@gnu.org>
17500
17501 Add custom groups for VC backends, for consistency with vc-bzr.
17502
17503 * vc/vc-arch.el (vc-arch):
17504 * vc/vc-cvs.el (vc-cvs):
17505 * vc/vc-git.el (vc-git):
17506 * vc/vc-hg.el (vc-hg):
17507 * vc/vc-mtn.el (vc-mtn):
17508 * vc/vc-rcs.el (vc-rcs):
17509 * vc/vc-sccs.el (vc-sccs):
17510 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
17511 All relevant defcustoms reassigned.
17512
17513 2012-02-25 Chong Yidong <cyd@gnu.org>
17514
17515 * newcomment.el (comment-styles): Add autoload (Bug#10868).
17516
17517 * term/x-win.el (x-initialize-window-system): Reduce default for
17518 x-selection-timeout to 5 seconds (Bug#8869).
17519
17520 2012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
17521
17522 * files.el (files-equal-p, file-subdir-of-p): New functions.
17523 (copy-directory): Error when trying to copy a directory on itself.
17524 Add missing copy-contents arg to tramp handler.
17525 * dired-aux.el (dired-copy-file-recursive): Same.
17526 (dired-create-files): Modify destination when source is equal to
17527 dest when copying files.
17528 Return also when dest is a subdir of source. (Bug#10489)
17529
17530 2012-02-24 Michael Albinus <michael.albinus@gmx.de>
17531
17532 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
17533 (Bug#10874)
17534
17535 2012-02-23 Alan Mackenzie <acm@muc.de>
17536
17537 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
17538 parameter "after-hook:" to allow the expansion to run code after
17539 the execution of the mode hooks.
17540
17541 * font-lock.el (font-lock-initial-fontify): New function extracted
17542 from font-lock-mode-internal.
17543
17544 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
17545 :after-hook.
17546
17547 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
17548
17549 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
17550 (completion--cache-all-sorted-completions): New function.
17551 (completion-all-sorted-completions): Use it.
17552 (completion--do-completion, minibuffer-force-complete):
17553 Use it to re-instate the flush hook.
17554
17555 * icomplete.el (icomplete-completions): Replace last fix with a better
17556 one (bug#10850).
17557
17558 2012-02-23 Dmitry Gutov <dgutov@yandex.ru>
17559
17560 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
17561 when it might call us back infinitely (bug#10797).
17562
17563 2012-02-23 Glenn Morris <rgm@gnu.org>
17564
17565 * minibuffer.el (completion-category-overrides): Doc fix.
17566
17567 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
17568
17569 * minibuffer.el (completion-table-with-context): Fix inf-loop.
17570 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
17571
17572 2012-02-23 Glenn Morris <rgm@gnu.org>
17573
17574 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
17575 (authors-obsolete-files-regexps, authors-ignored-files)
17576 (authors-ambiguous-files, authors-renamed-files-alist):
17577 Add more entries.
17578
17579 2012-02-23 Juri Linkov <juri@jurta.org>
17580
17581 * isearch.el (isearch-occur): Sync interactive spec with occur's
17582 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
17583
17584 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
17585
17586 2012-02-22 Juri Linkov <juri@jurta.org>
17587
17588 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
17589 (ucs-insert): Doc fix. Check for hex digits in the string.
17590 Don't display `nil' in the error message. (Bug#10857)
17591
17592 2012-02-22 Alan Mackenzie <acm@muc.de>
17593
17594 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
17595
17596 2012-02-22 Glenn Morris <rgm@gnu.org>
17597
17598 * ffap.el (ffap-c-path):
17599 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
17600
17601 2012-02-22 Chong Yidong <cyd@gnu.org>
17602
17603 * custom.el (load-theme): Doc fix.
17604
17605 2012-02-22 Glenn Morris <rgm@gnu.org>
17606
17607 * dired-x.el (dired-guess-shell-alist-default):
17608 Remove escape sequences from nroff output. (Bug#172)
17609
17610 2012-02-21 Glenn Morris <rgm@gnu.org>
17611
17612 * vc/emerge.el (emerge-defvar-local):
17613 Set `permanent-local' property rather than unused `preserved'.
17614
17615 * textmodes/picture.el (picture-delete-char): New alias.
17616 (picture-mode-map): Use it. (Bug#10860)
17617 (picture-mode): Doc fix.
17618
17619 2012-02-21 Juanma Barranquero <lekktu@gmail.com>
17620
17621 * newcomment.el (uncomment-region-default): Remove unused binding.
17622
17623 2012-02-21 Glenn Morris <rgm@gnu.org>
17624
17625 * textmodes/picture.el (picture-motion, picture-motion-reverse)
17626 (picture-self-insert, picture-tab-chars): Doc fix.
17627 (picture-mode-map): Fix C-a, C-e.
17628
17629 2012-02-20 Glenn Morris <rgm@gnu.org>
17630
17631 * emacs-lisp/authors.el (authors-aliases): Add another entry.
17632
17633 2012-02-20 Leo Liu <sdl.web@gmail.com>
17634
17635 * icomplete.el (icomplete-completions): Check FROM arg before
17636 passing to substring (Bug#10850).
17637
17638 2012-02-19 Chong Yidong <cyd@gnu.org>
17639
17640 * comint.el: Require ansi-color.
17641 (comint-output-filter-functions): Add ansi-color-process-output.
17642
17643 * ansi-color.el: Don't set comint-output-filter-functions; it is
17644 now in the initial value defined in comint.el.
17645 (ansi-color-apply-face-function): New variable.
17646 (ansi-color-apply-on-region): Use it.
17647 (ansi-color-apply-overlay-face): New function.
17648
17649 * shell.el (shell): No need to require ansi-color.
17650 (shell-mode): Use ansi-color-apply-face-function to highlight
17651 color escapes using font-lock-face property (Bug#10835).
17652
17653 2012-02-19 Chong Yidong <cyd@gnu.org>
17654
17655 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
17656 mode-line formats (Bug#10839).
17657
17658 2012-02-18 Glenn Morris <rgm@gnu.org>
17659
17660 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
17661
17662 * mail/undigest.el (unforward-rmail-message): Doc fix.
17663
17664 * saveplace.el (save-place-ignore-files-regexp): Add :version.
17665
17666 2012-02-18 Eli Zaretskii <eliz@gnu.org>
17667
17668 * international/characters.el (script-list): Sync with the latest
17669 Unicode Character Database.
17670
17671 2012-02-18 Andreas Schwab <schwab@linux-m68k.org>
17672
17673 * international/titdic-cnv.el: Remove duplicate coding tag.
17674 * language/cham.el: Likewise.
17675 * language/tai-viet.el: Likewise.
17676
17677 2012-02-18 Glenn Morris <rgm@gnu.org>
17678
17679 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
17680 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
17681 (calendar-bahai-all-holidays-flag, calendar-other-dates):
17682 * calendar/diary-lib.el (diary-abbreviated-year-flag):
17683 * calendar/holidays.el (holiday-bahai-holidays)
17684 (calendar-holidays, list-holidays):
17685 Use utf-8 Bahá'í in doc-strings, menus, etc.
17686
17687 2012-02-17 Tassilo Horn <tassilo@member.fsf.org>
17688
17689 * saveplace.el (save-place-ignore-files-regexp): New variable
17690 allowing for excluding files from saving their location of point.
17691 The default value matches the temporary commit message editing
17692 files from Git, SVN, Bazaar, and Mercurial.
17693 (save-place-to-alist): Use it.
17694
17695 2012-02-17 Lawrence Mitchell <wence@gmx.li>
17696 Stefan Monnier <monnier@iro.umontreal.ca>
17697
17698 * newcomment.el (uncomment-region-default): Don't leave extra space
17699 when an arg is provided (bug#8150).
17700
17701 2012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
17702
17703 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
17704
17705 2012-02-17 Glenn Morris <rgm@gnu.org>
17706
17707 * net/socks.el: Require network-stream. (Bug#10599)
17708
17709 2012-02-17 Kenichi Handa <handa@m17n.org>
17710
17711 * international/charprop.el:
17712 * international/uni-name.el:
17713 * international/uni-old-name.el:
17714 * international/uni-comment.el: Regenerate.
17715
17716 2012-02-16 Glenn Morris <rgm@gnu.org>
17717
17718 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
17719 Interactively in calendar buffer, give an error if not on a date.
17720
17721 2012-02-15 Glenn Morris <rgm@gnu.org>
17722
17723 * shell.el (shell-delimiter-argument-list):
17724 Revert 2011-02-17 change. (Bug#8027)
17725
17726 2012-02-15 Chong Yidong <cyd@gnu.org>
17727
17728 * minibuffer.el (completion-at-point-functions): Doc fix.
17729
17730 * custom.el (defcustom): Doc fix; note use of defvar.
17731
17732 2012-02-15 Glenn Morris <rgm@gnu.org>
17733
17734 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
17735 Doc fixes.
17736
17737 2012-02-14 Glenn Morris <rgm@gnu.org>
17738
17739 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
17740
17741 2012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
17742
17743 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
17744 way the ports list is computed.
17745 (smtpmail-query-smtp-server): Prompt the user for a port number if
17746 we can't connect to any of the standard ports (bug#10810).
17747
17748 2012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
17749
17750 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
17751
17752 2012-02-13 Glenn Morris <rgm@gnu.org>
17753
17754 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
17755
17756 2012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
17757
17758 * net/gnutls.el (gnutls-trustfiles): New variable.
17759 (gnutls-negotiate): Use it.
17760
17761 2012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
17762
17763 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
17764 does its stuff if Gnus is running.
17765
17766 2012-02-13 Alan Mackenzie <acm@muc.de>
17767
17768 Fix a loop in c-set-fl-decl-start.
17769
17770 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
17771 c-backward-syntactic-ws actually moves backwards.
17772
17773 2012-02-13 Leo Liu <sdl.web@gmail.com>
17774
17775 * net/rcirc.el (rcirc-markup-attributes): Move point to the
17776 beginning so that all \C-o chars are removed.
17777
17778 2012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
17779
17780 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
17781
17782 2012-02-12 Alan Mackenzie <acm@muc.de>
17783
17784 Fix infinite loop with long macros.
17785 * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
17786
17787 2012-02-12 Chong Yidong <cyd@gnu.org>
17788
17789 * window.el (display-buffer): Doc fix (Bug#10785).
17790
17791 2012-02-12 Glenn Morris <rgm@gnu.org>
17792
17793 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
17794 (x-disown-selection-internal, x-get-selection-internal):
17795 Sync docs with the xselect.c versions.
17796
17797 * allout-widgets.el: Add missing license notice.
17798
17799 2012-02-11 Glenn Morris <rgm@gnu.org>
17800
17801 * select.el (x-get-selection-internal, x-own-selection-internal)
17802 (x-disown-selection-internal):
17803 * x-dnd.el (x-get-selection-internal): Update declarations.
17804
17805 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
17806
17807 * window.el (window-sides-slots):
17808 * tool-bar.el (tool-bar-position):
17809 * term/xterm.el (xterm-extra-capabilities):
17810 * ses.el (ses-self-reference-early-detection):
17811 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
17812 (verilog-auto-wire-type)
17813 (verilog-auto-delete-trailing-whitespace)
17814 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
17815 (verilog-auto-tieoff-declaration):
17816 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
17817 (sql-oracle-statement-starters, sql-oracle-scan-on):
17818 * progmodes/prolog.el (prolog-align-comments-flag)
17819 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
17820 (prolog-left-indent-regexp, prolog-paren-indent-p)
17821 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
17822 (prolog-types, prolog-mode-specificators)
17823 (prolog-determinism-specificators, prolog-directives)
17824 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
17825 (prolog-electric-dot-flag)
17826 (prolog-electric-dot-full-predicate-template)
17827 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
17828 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
17829 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
17830 (prolog-program-switches, prolog-prompt-regexp)
17831 (prolog-debug-on-string, prolog-debug-off-string)
17832 (prolog-trace-on-string, prolog-trace-off-string)
17833 (prolog-zip-on-string, prolog-zip-off-string)
17834 (prolog-use-standard-consult-compile-method-flag)
17835 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
17836 (prolog-imenu-max-lines, prolog-info-predicate-index)
17837 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
17838 (prolog-char-quote-workaround):
17839 * progmodes/cc-vars.el (c-defun-tactic):
17840 * net/tramp.el (tramp-encoding-command-interactive)
17841 (tramp-local-end-of-line):
17842 * net/soap-client.el (soap-client):
17843 * net/netrc.el (netrc-file):
17844 * net/gnutls.el (gnutls):
17845 * minibuffer.el (completion-category-overrides)
17846 (completion-cycle-threshold)
17847 (completion-pcm-complete-word-inserts-delimiters):
17848 * man.el (Man-name-local-regexp):
17849 * mail/feedmail.el (feedmail-display-full-frame):
17850 * international/characters.el (glyphless-char-display-control):
17851 * eshell/em-ls.el (eshell-ls-date-format):
17852 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
17853 (lisp-lambda-list-keyword-parameter-indentation)
17854 (lisp-lambda-list-keyword-parameter-alignment):
17855 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
17856 * dired-x.el (dired-omit-verbose):
17857 * cus-theme.el (custom-theme-allow-multiple-selections):
17858 * calc/calc.el (calc-highlight-selections-with-faces)
17859 (calc-lu-field-reference, calc-lu-power-reference)
17860 (calc-note-threshold):
17861 * battery.el (battery-mode-line-limit):
17862 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
17863 (archive-7z-update):
17864 * allout.el (allout-prefixed-keybindings)
17865 (allout-unprefixed-keybindings)
17866 (allout-inhibit-auto-fill-on-headline)
17867 (allout-flattened-numbering-abbreviation):
17868 * allout-widgets.el (allout-widgets-auto-activation)
17869 (allout-widgets-icons-dark-subdir)
17870 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
17871 (allout-widgets-theme-dark-background)
17872 (allout-widgets-theme-light-background)
17873 (allout-widgets-item-image-properties-emacs)
17874 (allout-widgets-item-image-properties-xemacs)
17875 (allout-widgets-run-unit-tests-on-load)
17876 (allout-widgets-time-decoration-activity)
17877 (allout-widgets-hook-error-post-time)
17878 (allout-widgets-track-decoration):
17879 Add missing :version tags to new defcustoms and defgroups.
17880
17881 * progmodes/sql.el (sql-ansi-statement-starters)
17882 (sql-oracle-statement-starters): Add custom type.
17883
17884 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
17885 (prolog-system-version): Give it a type.
17886
17887 2012-02-11 Eli Zaretskii <eliz@gnu.org>
17888
17889 * term/pc-win.el (x-select-text, x-selection-owner-p)
17890 (x-own-selection-internal, x-disown-selection-internal)
17891 (x-get-selection-internal): Sync doc strings and argument lists
17892 with xselect.c, common-win.el and x-win.el. (Bug#10783)
17893
17894 2012-02-11 Leo Liu <sdl.web@gmail.com>
17895
17896 * progmodes/python.el (python-end-of-statement): Fix infinite
17897 loop. (Bug#10788)
17898
17899 2012-02-10 Glenn Morris <rgm@gnu.org>
17900
17901 * international/mule-cmds.el (unify-8859-on-encoding-mode)
17902 (unify-8859-on-decoding-mode): Properly mark as obsolete.
17903
17904 2012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
17905
17906 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
17907 about SMTP before checking the From header.
17908
17909 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
17910 into own function for reuse by emacsbug.el.
17911
17912 2012-02-10 Leo Liu <sdl.web@gmail.com>
17913
17914 * subr.el (condition-case-unless-debug): Rename from
17915 condition-case-no-debug. All callers changed.
17916 (with-demoted-errors): Fix caller.
17917
17918 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
17919 * nxml/rng-valid.el (rng-do-some-validation):
17920 * emacs-lisp/package.el (package-refresh-contents)
17921 (package-menu-execute):
17922 * desktop.el (desktop-create-buffer):
17923 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
17924
17925 2012-02-10 Glenn Morris <rgm@gnu.org>
17926
17927 * textmodes/bibtex.el:
17928 Add missing :version tags for new/changed defcustoms.
17929
17930 * files.el (remote-file-name-inhibit-cache): Doc fixes.
17931
17932 2012-02-09 Lars Ingebrigtsen <larsi@rusty>
17933
17934 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
17935 (smtpmail-via-smtp): Use it, or fall back on the From address.
17936 (smtpmail-send-it): Ditto.
17937
17938 2012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
17939
17940 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
17941 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
17942 (byte-compile-tmp-var): New const.
17943 (byte-compile-defvar): Use it to minimize .elc size.
17944 Just use `defvar' rather than simulate it (bug#10761).
17945
17946 2012-02-09 Glenn Morris <rgm@gnu.org>
17947
17948 * files.el (rename-uniquely): Doc fix. (Bug#3806)
17949
17950 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
17951 Add :version tags.
17952
17953 * progmodes/compile.el (compilation-error-screen-columns)
17954 (compilation-first-column, compilation-filter-start): Doc fixes.
17955
17956 * vc/log-view.el (log-view-toggle-entry-display):
17957 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
17958
17959 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
17960 (report-emacs-bug-can-use-xdg-email):
17961 (report-emacs-bug-insert-to-mailer): Doc fixes.
17962 (report-emacs-bug): Message fix.
17963
17964 * net/browse-url.el (browse-url-can-use-xdg-open)
17965 (browse-url-xdg-open): Doc fixes.
17966
17967 * electric.el (electric-indent-mode, electric-pair-mode)
17968 (electric-layout-rules, electric-layout-mode): Doc fixes.
17969 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
17970
17971 2012-02-08 Martin Rudalics <rudalics@gmx.at>
17972
17973 * server.el (server-unselect-display): Don't inadvertently kill
17974 the current buffer. (Bug#10729)
17975
17976 2012-02-08 Glenn Morris <rgm@gnu.org>
17977
17978 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
17979 (sql-list-table): Doc fixes.
17980
17981 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
17982 Comment out (does nothing).
17983
17984 * completion.el (dynamic-completion-mode):
17985 * dirtrack.el (dirtrack-debug-mode):
17986 * electric.el (electric-layout-mode):
17987 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
17988 * face-remap.el (text-scale-mode, buffer-face-mode):
17989 * iimage.el (iimage-mode):
17990 * image-mode.el (image-transform-mode):
17991 * minibuffer.el (completion-in-region-mode):
17992 * scroll-lock.el (scroll-lock-mode):
17993 * simple.el (next-error-follow-minor-mode):
17994 * tar-mode.el (tar-subfile-mode):
17995 * tooltip.el (tooltip-mode):
17996 * vcursor.el (vcursor-use-vcursor-map):
17997 * wid-browse.el (widget-minor-mode):
17998 * emulation/tpu-edt.el (tpu-edt-mode):
17999 * emulation/tpu-extras.el (tpu-cursor-free-mode):
18000 * international/iso-ascii.el (iso-ascii-mode):
18001 * language/thai-util.el (thai-word-mode):
18002 * mail/supercite.el (sc-minor-mode):
18003 * net/goto-addr.el (goto-address-mode):
18004 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
18005 * progmodes/cwarn.el (cwarn-mode):
18006 * progmodes/flymake.el (flymake-mode):
18007 * progmodes/glasses.el (glasses-mode):
18008 * progmodes/hideshow.el (hs-minor-mode):
18009 * progmodes/pascal.el (pascal-outline-mode):
18010 * textmodes/enriched.el (enriched-mode):
18011 * vc/smerge-mode.el (smerge-mode):
18012 Doc fixes (minor mode argument).
18013
18014 2012-02-07 Eli Zaretskii <eliz@gnu.org>
18015
18016 * ls-lisp.el (ls-lisp-sanitize): New function.
18017 (ls-lisp-insert-directory): Use it to fix or remove any elements
18018 in file-alist with missing attributes. (Bug#4673)
18019
18020 2012-02-07 Alan Mackenzie <acm@muc.de>
18021
18022 Fix spurious recognition of c-in-knr-argdecl.
18023
18024 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
18025 putative K&R region.
18026
18027 2012-02-07 Alan Mackenzie <acm@muc.de>
18028
18029 * progmodes/cc-engine.el (c-forward-objc-directive):
18030 Prevent looping in "#pragma mark @implementation".
18031
18032 2012-02-07 Michael Albinus <michael.albinus@gmx.de>
18033
18034 * notifications.el (notifications-on-closed-signal): Make `reason'
18035 optional. (Bug#10744)
18036
18037 2012-02-07 Glenn Morris <rgm@gnu.org>
18038
18039 * emacs-lisp/easy-mmode.el (define-minor-mode):
18040 Doc fixes for the macro and the mode it defines.
18041
18042 * image.el (imagemagick-types-inhibit): Doc fix.
18043
18044 * cus-start.el (imagemagick-render-type): Add it.
18045
18046 2012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
18047
18048 * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
18049 Set the default at load time, too, so that `font-lock-fontify-buffer'
18050 can be called without setting up the entire mode first. This fixes
18051 a bug in `mm-inline-text' with C MIME parts.
18052
18053 2012-02-06 Chong Yidong <cyd@gnu.org>
18054
18055 * simple.el (list-processes--refresh): Delete exited processes
18056 (Bug#8094).
18057
18058 * comint.el (comint-next-prompt): next-single-char-property-change
18059 and prev-single-char-property-change never return nil (Bug#8657).
18060
18061 * custom.el (defcustom): Doc fix (Bug#9711).
18062
18063 2012-02-05 Chong Yidong <cyd@gnu.org>
18064
18065 * cus-edit.el (custom-variable-reset-backup): Quote the value
18066 before storing it in the customized-value property (Bug#6712).
18067 (custom-display): Add a customization type tag.
18068 (custom-buffer-create-internal): Improve tooltip message.
18069
18070 * wid-edit.el (widget-field-value-get): New optional arg to
18071 suppress trailing whitespace truncation.
18072 (character): Use it (Bug#2689).
18073
18074 2012-02-05 Andreas Schwab <schwab@linux-m68k.org>
18075
18076 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
18077 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
18078
18079 2012-02-05 Chong Yidong <cyd@gnu.org>
18080
18081 * cus-edit.el (custom-variable-value-create): For mismatched
18082 types, show the current value (Bug#7600).
18083
18084 * custom.el (defcustom): Doc fix.
18085
18086 2012-02-05 Glenn Morris <rgm@gnu.org>
18087
18088 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
18089
18090 2012-02-05 Juanma Barranquero <lekktu@gmail.com>
18091
18092 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
18093 (pp-buffer): Use `ignore-errors', `looking-at-p'.
18094 (pp-last-sexp): Use `looking-at-p'.
18095
18096 2012-02-04 Glenn Morris <rgm@gnu.org>
18097
18098 * files.el (revert-buffer):
18099 Doc fix (mention revert-buffer-in-progress-p).
18100
18101 * emacs-lisp/ert-x.el (ert-simulate-command):
18102 Check deferred-action-list (which is obsolete) is bound.
18103
18104 * subr.el (with-wrapper-hook): Doc fixes.
18105
18106 * simple.el (filter-buffer-substring-functions)
18107 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
18108
18109 2012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
18110
18111 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
18112 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
18113
18114 2012-02-04 Leo Liu <sdl.web@gmail.com>
18115
18116 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
18117
18118 2012-02-04 Glenn Morris <rgm@gnu.org>
18119
18120 * image.el (image-extension-data): Add obsolete alias.
18121
18122 * isearch.el (isearch-update): Doc fix.
18123
18124 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
18125
18126 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
18127
18128 2012-02-03 Glenn Morris <rgm@gnu.org>
18129
18130 * image.el (image-animated-p): Doc fix. Use image-animated-types.
18131 (image-animate-timeout): Doc fix.
18132
18133 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
18134
18135 2012-02-02 Glenn Morris <rgm@gnu.org>
18136
18137 * server.el (server-auth-dir): Doc fix.
18138 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
18139
18140 * subr.el (run-mode-hooks): Doc fix.
18141
18142 2012-02-02 Juri Linkov <juri@jurta.org>
18143
18144 * image-mode.el (image-toggle-display-image): Remove tautological
18145 `major-mode' from the `derived-mode-p' test.
18146
18147 2012-02-02 Kenichi Handa <handa@m17n.org>
18148
18149 * composite.el (compose-region): Cancel previous change.
18150
18151 2012-02-02 Kenichi Handa <handa@m17n.org>
18152
18153 * composite.el (compose-region, compose-string): Signal error for
18154 a null string component (Bug#6988).
18155
18156 2012-02-01 Chong Yidong <cyd@gnu.org>
18157
18158 * view.el (view-buffer-other-window, view-buffer-other-frame):
18159 Handle special modes like view-buffer (Bug#10650).
18160 (view-buffer): Simplify.
18161
18162 * frame.el (set-frame-font): Tweak meaning of third argument.
18163
18164 * dynamic-setting.el (font-setting-change-default-font):
18165 Use set-frame-font (Bug#9982).
18166
18167 2012-02-01 Glenn Morris <rgm@gnu.org>
18168
18169 * progmodes/compile.el (compilation-internal-error-properties):
18170 Respect compilation-first-column in the "*compilation*" buffer.
18171
18172 * emacs-lisp/easy-mmode.el (define-minor-mode):
18173 Relax :variable's test for a named function.
18174
18175 2012-01-31 Alan Mackenzie <acm@muc.de>
18176
18177 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
18178 off by one error.
18179
18180 2012-01-31 Chong Yidong <cyd@gnu.org>
18181
18182 * frame.el (set-frame-font): New arg ALL-FRAMES.
18183
18184 * menu-bar.el (menu-set-font): Use set-frame-font.
18185
18186 * faces.el (face-spec-reset-face): Don't apply unspecified
18187 attribute values to the default face.
18188
18189 2012-01-31 Juanma Barranquero <lekktu@gmail.com>
18190
18191 * progmodes/cwarn.el (cwarn): Remove dead link.
18192 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
18193 Remove * from defcustom docstrings.
18194 (turn-on-cwarn-mode): Make obsolete.
18195 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
18196 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
18197
18198 2012-01-31 Glenn Morris <rgm@gnu.org>
18199
18200 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
18201 Fix :variable handling of mode a symbol not equal to modefun.
18202 Allow named functions to be used as the cdr of :variable.
18203
18204 2012-01-30 Glenn Morris <rgm@gnu.org>
18205
18206 * emacs-lisp/authors.el (authors-fixed-entries):
18207 Remove reference to deleted file rnewspost.el.
18208
18209 2012-01-29 Juanma Barranquero <lekktu@gmail.com>
18210
18211 * window.el (window-with-parameter): Remove unused variable `windows'.
18212 (window--side-check): Remove unused variable `code'.
18213 (window--resize-siblings): Remove unused variable `first'.
18214 (adjust-window-trailing-edge): Remove unused variable `failed'.
18215 (window-deletable-p, window--delete): Remove unused variable `buffer'.
18216 Use `let', not `let*'.
18217 (balance-windows-2): Remove unused variable `found'.
18218 (window--state-put-2): Remove unused variable `splits'.
18219 (window-state-put): Remove unused variable `selected'.
18220 (same-window-p): Use `string-match-p'.
18221 (display-buffer-assq-regexp): Remove unused variable `value'.
18222 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
18223 Mark argument ALIST as ignored.
18224 (pop-to-buffer): Remove unused variable `old-window'.
18225
18226 2012-01-29 Eli Zaretskii <eliz@gnu.org>
18227
18228 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
18229 and .lzma compressed files.
18230
18231 2012-01-29 Chong Yidong <cyd@gnu.org>
18232
18233 * frame.el (window-system-default-frame-alist): Doc fix.
18234
18235 * dynamic-setting.el (font-setting-change-default-font): Don't
18236 change the default face if SET-FONT argument is non-nil (Bug#9982).
18237
18238 2012-01-29 Samuel Bronson <naesten@gmail.com>
18239
18240 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
18241
18242 2012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
18243
18244 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
18245 breakpoints in files outside current directory (Bug#6098).
18246
18247 2012-01-29 Chong Yidong <cyd@gnu.org>
18248
18249 * progmodes/python.el: Require ansi-color at top-level.
18250
18251 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
18252 Define and use in Emacs Lisp mode (Bug#9360).
18253 (lisp-mode-abbrev-table): Add doc.
18254 (lisp-mode-variables): Don't set local-abbrev-table.
18255 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
18256
18257 2012-01-28 Roland Winkler <winkler@gnu.org>
18258
18259 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
18260
18261 2012-01-28 Roland Winkler <winkler@gnu.org>
18262
18263 * textmodes/bibtex.el (bibtex-entry-alist): New function.
18264 (bibtex-set-dialect): Use it. Either set global values of
18265 dialect-dependent variables or bind these variables buffer-locally
18266 (Bug#10254).
18267 (bibtex-mode): Call bibtex-set-dialect via
18268 hack-local-variables-hook.
18269 (bibtex-dialect): Update docstring.
18270 Add safe-local-variable predicate.
18271 (bibtex-entry-alist, bibtex-field-alist): Initialize via
18272 bibtex-set-dialect.
18273 (bibtex-mode-map): Define menu for each dialect.
18274 (bibtex-entry): Fix docstring.
18275
18276 2012-01-28 Chong Yidong <cyd@gnu.org>
18277
18278 * eshell/esh-arg.el (eshell-quote-argument): New function.
18279
18280 * eshell/esh-ext.el (eshell-invoke-batch-file):
18281 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
18282 first arg to eshell-parse-command (Bug#10523).
18283
18284 2012-01-28 Drew Adams <drew.adams@oracle.com>
18285
18286 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
18287 `default-directory' is non-nil.
18288
18289 2012-01-28 Eli Zaretskii <eliz@gnu.org>
18290
18291 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
18292 line that displays system-configuration-options. (Bug#9924)
18293
18294 2012-01-28 Drew Adams <drew.adams@oracle.com>
18295
18296 * descr-text.el (describe-char): Show information about POS, in
18297 addition to information about the character at POS. Improve and
18298 update the doc string. Change "code point" to "code point in
18299 charset", to avoid confusion with the character's Unicode code
18300 point shown above that. (Bug#10129)
18301
18302 2012-01-28 Eli Zaretskii <eliz@gnu.org>
18303
18304 * descr-text.el (describe-char): Show the raw character, not only
18305 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
18306 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
18307 for the reasons.
18308
18309 2012-01-28 Phil Hagelberg <phil@hagelb.org>
18310
18311 * emacs-lisp/package.el (package-install):
18312 Run package-refresh-contents if there is no archive yet (Bug#9798).
18313
18314 2012-01-28 Chong Yidong <cyd@gnu.org>
18315
18316 * emacs-lisp/package.el (package-maybe-load-descriptor):
18317 New function, split from package-maybe-load-descriptor.
18318 (package-maybe-load-descriptor): Use it.
18319 (package-download-transaction): Fully load required packages
18320 inside the loop, so that `require' calls work (Bug#10593).
18321 (package-install): No need to call package-initialize now.
18322
18323 2012-01-28 Chong Yidong <cyd@gnu.org>
18324
18325 * simple.el (deactivate-mark): Doc fix (Bug#8614).
18326
18327 * tooltip.el (tooltip-mode): Doc fix.
18328 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
18329
18330 * frame.el (set-cursor-color): Doc fix (Bug#352).
18331
18332 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
18333 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
18334
18335 * cus-edit.el (custom-buffer-create-internal): Fix search button
18336 action (Bug#10542).
18337 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
18338
18339 2012-01-27 Eduard Wiebe <usenet@pusto.de>
18340
18341 * dired.el (dired-mark-files-regexp):
18342 Include any subdirectory components. (Bug#10445)
18343
18344 2012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
18345
18346 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
18347 Handle [host]:port syntax. (Bug#10533)
18348
18349 2012-01-27 Alex Harsanyi <harsanyi@mac.com>
18350
18351 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
18352
18353 2012-01-26 Glenn Morris <rgm@gnu.org>
18354
18355 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
18356 * term.el (term-raw-escape-map): Use Control-X-prefix.
18357 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
18358
18359 2012-01-25 Martin Rudalics <rudalics@gmx.at>
18360
18361 * window.el (window-state-get, window--state-get-1): Don't deal
18362 with fixed-sizeness of windows. Simplify code.
18363
18364 2012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
18365
18366 * window.el (window--state-get-1, window--state-put-2):
18367 Don't save and restore the mark.
18368
18369 2012-01-25 Chong Yidong <cyd@gnu.org>
18370
18371 * custom.el (custom-variable-p): Doc fix.
18372
18373 2012-01-25 Glenn Morris <rgm@gnu.org>
18374
18375 * dired.el (dired-goto-file): Handle some of the more common
18376 characters that `ls -b' escapes. (Bug#10596)
18377
18378 * progmodes/compile.el (compilation-next-error-function):
18379 Respect compilation-first-column in the "*compilation*" buffer.
18380 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
18381
18382 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
18383
18384 2012-01-24 Glenn Morris <rgm@gnu.org>
18385
18386 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
18387
18388 2012-01-24 Julien Danjou <julien@danjou.info>
18389
18390 * color.el (color-rgb-to-hsl): Fix value computing.
18391 (color-hue-to-rgb): New function.
18392 (color-hsl-to-rgb): New function.
18393 (color-clamp, color-saturate-hsl, color-saturate-name)
18394 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
18395 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
18396
18397 2012-01-24 Glenn Morris <rgm@gnu.org>
18398
18399 * vc/vc-rcs.el (vc-rcs-create-tag):
18400 * vc/vc-sccs.el (vc-sccs-create-tag):
18401 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
18402
18403 2012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
18404
18405 * eshell/esh-util.el (eshell-read-hosts-file):
18406 Skip comment lines. (Bug#10549)
18407
18408 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
18409
18410 2012-01-23 Juanma Barranquero <lekktu@gmail.com>
18411
18412 * subr.el (display-delayed-warnings): Doc fix.
18413 (collapse-delayed-warnings): New function to collapse identical
18414 adjacent warnings.
18415 (delayed-warnings-hook): Add it.
18416
18417 2012-01-22 Michael Albinus <michael.albinus@gmx.de>
18418
18419 * net/tramp.el (tramp-action-login): Set connection property "login-as".
18420
18421 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
18422 (tramp-default-user-alist): Don't add "pscp".
18423 (tramp-do-copy-or-rename-file-out-of-band): Use connection
18424 property "login-as", if set. (Bug#10530)
18425
18426 2012-01-21 Michael Albinus <michael.albinus@gmx.de>
18427
18428 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
18429 "plink1" and "psftp". (Bug#10530)
18430
18431 2012-01-21 Kenichi Handa <handa@m17n.org>
18432
18433 * international/mule-cmds.el (prefer-coding-system): Show a
18434 warning message if the default value of file-name-coding-system
18435 was not changed.
18436
18437 2012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
18438
18439 * windmove.el (windmove-reference-loc):
18440 Fix windmove-reference-loc miscalculation.
18441
18442 2012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
18443
18444 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
18445 default unit.
18446
18447 2012-01-21 Glenn Morris <rgm@gnu.org>
18448
18449 * international/mule.el (auto-coding-alist): Add .tbz.
18450
18451 * files.el (local-enable-local-variables): Doc fix.
18452 (inhibit-local-variables-regexps): Rename from
18453 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
18454 Doc fix. Add some extensions from auto-coding-alist.
18455 (inhibit-local-variables-suffixes):
18456 Rename from inhibit-first-line-modes-suffixes. Doc fix.
18457 (inhibit-local-variables-p):
18458 New function, extracted from set-auto-mode-1.
18459 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
18460 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
18461 (hack-local-variables): Doc fix. Make the mode-only case
18462 respect enable-local-variables and friends.
18463 Respect inhibit-local-variables-regexps for file-locals, but
18464 not for directory-locals.
18465 (set-visited-file-name):
18466 Take account of inhibit-local-variables-regexps.
18467 Whether it applies may change as the file name is changed.
18468 * jka-cmpr-hook.el (jka-compr-install):
18469 * jka-compr.el (jka-compr-uninstall):
18470 Update for inhibit-first-line-modes-suffixes name change.
18471
18472 2012-01-20 Martin Rudalics <rudalics@gmx.at>
18473
18474 * help-macro.el (make-help-screen): Temporarily restore original
18475 binding for minor-mode-map-alist (Bug#10454).
18476
18477 2012-01-19 Julien Danjou <julien@danjou.info>
18478
18479 * color.el (color-name-to-rgb): Use the white color to find the max
18480 color component value and return correctly computed values.
18481 (color-name-to-rgb): Add missing float conversion for max value.
18482
18483 2012-01-19 Martin Rudalics <rudalics@gmx.at>
18484
18485 * window.el (window--state-get-1, window-state-get): Do not use
18486 special state value for window-persistent-parameters.
18487 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
18488 (window--state-put-2): Reset all window parameters to nil before
18489 assigning values of persistent parameters.
18490
18491 2012-01-18 Alan Mackenzie <acm@muc.de>
18492
18493 Eliminate sluggishness and hangs in fontification of "semicolon
18494 deserts".
18495
18496 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
18497 Change value 10000 -> 3000.
18498 (c-state-safe-place): Reformulate so it doesn't stack up an
18499 infinite number of wrong entries in c-state-nonlit-pos-cache.
18500 (c-determine-limit-get-base, c-determine-limit): New functions to
18501 determine backward search limits disregarding literals.
18502 (c-find-decl-spots): Amend commenting.
18503 (c-cheap-inside-bracelist-p): New function which detects "={".
18504
18505 * progmodes/cc-fonts.el
18506 (c-make-font-lock-BO-decl-search-function): Give a limit to a
18507 backward search.
18508 (c-font-lock-declarations): Fix an occurrence of point being
18509 undefined. Check additionally for point being in a bracelist or
18510 near a macro invocation without a semicolon so as to avoid a
18511 fruitless time consuming search for a declarator. Give a more
18512 precise search limit for declarators using the new
18513 c-determine-limit.
18514
18515 2012-01-18 Glenn Morris <rgm@gnu.org>
18516
18517 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
18518 (set-auto-mode): Doc fixes.
18519
18520 2012-01-17 Glenn Morris <rgm@gnu.org>
18521
18522 * isearch.el (search-nonincremental-instead): Fix doc typo.
18523
18524 * dired.el (dired-insert-directory): Handle newlines in directory name.
18525 (dired-build-subdir-alist): Unescape newlines in directory name.
18526
18527 2012-01-17 Michael Albinus <michael.albinus@gmx.de>
18528
18529 * net/tramp.el (tramp-local-end-of-line): New defcustom.
18530 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
18531 (tramp-action-terminal): Use it. (Bug#10530)
18532
18533 2012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
18534
18535 * minibuffer.el (completion--replace): Strip properties (bug#10062).
18536
18537 2012-01-16 Martin Rudalics <rudalics@gmx.at>
18538
18539 * window.el (window-state-ignored-parameters): Remove variable.
18540 (window--state-get-1): Rename argument MARKERS to IGNORE.
18541 Handle persistent window parameters. Make copy of clone-of
18542 parameter only if requested. (Bug#10348)
18543 (window--state-put-2): Install a window parameter only if it has
18544 a non-nil value or an existing parameter shall be overwritten.
18545
18546 2012-01-15 Michael Albinus <michael.albinus@gmx.de>
18547
18548 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
18549
18550 2012-01-14 Eli Zaretskii <eliz@gnu.org>
18551
18552 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
18553 don't pass the (nil) value of `upnode' to string-match.
18554
18555 2012-01-14 Chong Yidong <cyd@gnu.org>
18556
18557 * startup.el (command-line): Fix X resource class for cursorColor.
18558 Fix values recognized by the cursorBlink resource.
18559
18560 2012-01-14 Paul Eggert <eggert@cs.ucla.edu>
18561
18562 * epg.el (epg--make-temp-file): Avoid permission race condition
18563 when running on old Emacs versions (bug#10403).
18564
18565 2012-01-14 Glenn Morris <rgm@gnu.org>
18566
18567 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
18568
18569 2012-01-13 Alan Mackenzie <acm@muc.de>
18570
18571 Fix filling for when filladapt mode is enabled.
18572
18573 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
18574 c-mask-paragraph, pass in `fill-paragraph' rather than
18575 `fill-region-as-paragraph'. (This is a reversion of a previous
18576 change.)
18577 * progmodes/cc-mode.el (c-basic-common-init):
18578 Make fill-paragraph-handle-comment buffer local and set it to nil.
18579
18580 2012-01-13 Glenn Morris <rgm@gnu.org>
18581
18582 * dired.el (dired-switches-escape-p): New function.
18583 (dired-insert-directory): Use dired-switches-escape-p.
18584 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
18585
18586 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
18587
18588 2012-01-12 Glenn Morris <rgm@gnu.org>
18589
18590 * mail/sendmail.el (mail-mode): Update paragraph-separate for
18591 changes in adaptive-fill-regexp. (Bug#10276)
18592
18593 2012-01-11 Alan Mackenzie <acm@muc.de>
18594
18595 Fix Emacs bug #10463 - put `widen's around the critical spots.
18596
18597 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
18598 widen around each invocation of c-state-pp-to-literal. Remove an
18599 unused let variable.
18600
18601 2012-01-11 Glenn Morris <rgm@gnu.org>
18602
18603 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
18604 Doc fix.
18605
18606 2012-01-10 Chong Yidong <cyd@gnu.org>
18607
18608 * net/network-stream.el (network-stream-open-starttls):
18609 Avoid emitting a confusing error message when the server gives a bad
18610 response to the capability command.
18611
18612 2012-01-10 Glenn Morris <rgm@gnu.org>
18613
18614 * mail/unrmail.el (unrmail): Tweak previous change.
18615
18616 2012-01-09 Chong Yidong <cyd@gnu.org>
18617
18618 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
18619
18620 2012-01-08 Alan Mackenzie <acm@muc.de>
18621
18622 Optimize font locking in long enum definitions.
18623
18624 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
18625 arm to a cond form to handle enums.
18626 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
18627 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
18628
18629 2012-01-07 Paul Eggert <eggert@cs.ucla.edu>
18630
18631 * files.el (move-file-to-trash): Preserve default file modes on error.
18632 (Bug#10401)
18633
18634 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
18635
18636 * faces.el (set-face-attribute): Clarify the meaning of the nil
18637 frame (bug#10294).
18638
18639 * subr.el (with-selected-frame): Mention that the selected frame
18640 is restored (bug#9980).
18641
18642 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
18643 (bug#9759).
18644
18645 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
18646 (password-read): Don't autoload unused function.
18647
18648 2012-01-07 Juanma Barranquero <lekktu@gmail.com>
18649
18650 * progmodes/which-func.el (which-func-mode): Turn into a
18651 non-interactive function and mark as obsolete (bug#10428).
18652
18653 2012-01-06 Chong Yidong <cyd@gnu.org>
18654
18655 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
18656 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
18657 functions, along with 1 and -1.
18658
18659 2012-01-06 Eli Zaretskii <eliz@gnu.org>
18660
18661 * time.el (display-time-load-average)
18662 (display-time-default-load-average): Doc fixes. See the thread
18663 starting at
18664 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
18665 for the details.
18666
18667 2012-01-06 Glenn Morris <rgm@gnu.org>
18668
18669 * mail/unrmail.el (unrmail): Give an explicit error if the input file
18670 has no messages. (Bug#10377)
18671
18672 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
18673 than Info-edit. (Bug#10385)
18674
18675 * time.el (display-time-load-average, display-time-next-load-average):
18676 Doc fixes.
18677
18678 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
18679 local setting of buffer-read-only to the input buffer. (Bug#10419)
18680
18681 * calendar/calendar.el (calendar-mode):
18682 Locally set scroll-margin to 0. (Bug#10379)
18683
18684 2012-01-06 Ulrich Mueller <ulm@gentoo.org>
18685
18686 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
18687
18688 2012-01-05 Glenn Morris <rgm@gnu.org>
18689
18690 * eshell/em-unix.el (diff-no-select): Autoload it.
18691 (eshell/diff): Use diff-no-select. (Bug#10420)
18692
18693 2012-01-05 Chong Yidong <cyd@gnu.org>
18694
18695 * shell.el (shell-dynamic-complete-functions): Revert last change.
18696 (shell-command-completion-function): New function.
18697 (shell-completion-vars): Use it to implement
18698 shell-completion-execonly (Bug#10417).
18699
18700 * custom.el (enable-theme): Don't set custom-safe-themes.
18701
18702 * cus-theme.el (custom-theme-merge-theme):
18703 Ignore custom-enabled-themes and custom-safe-themes.
18704
18705 2012-01-05 Michael R. Mauger <mmaug@yahoo.com>
18706
18707 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
18708 first prompt in `sql-interacive-mode'.
18709 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
18710 keywords.
18711 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
18712 (sql-product-interactive): Bug fix: Set `sql-buffer' in
18713 context of original buffer. Invoke `sql-login-hook'.
18714
18715 2012-01-04 Eli Zaretskii <eliz@gnu.org>
18716
18717 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
18718 letters in cite-prefix.
18719
18720 2012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
18721
18722 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
18723
18724 2012-01-03 Chong Yidong <cyd@gnu.org>
18725
18726 * shell.el (shell-dynamic-complete-functions):
18727 Put pcomplete-completions-at-point, so as to try
18728 comint-filename-completion first (Bug#10417).
18729
18730 2012-01-02 Richard Stallman <rms@gnu.org>
18731
18732 * battery.el (battery-status-function):
18733 Detect when to use battery-yeeloong-sysfs.
18734 (battery-echo-area-format): Add string for Yeeloong.
18735 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
18736 (battery-yeeloong-sysfs): New function.
18737
18738 2012-01-02 Chong Yidong <cyd@gnu.org>
18739
18740 * dirtrack.el (dirtrack-list): Eliminate unused third element.
18741 (dirtrack): Merge code for handling relative filenames in prompt
18742 from shell-dir-cookie-watcher.
18743 (dirtrack-debug-message): New arg to avoid excess format calls.
18744
18745 * shell.el (shell-dir-cookie-re): Variable deleted.
18746 (shell-dir-cookie-watcher): Function deleted.
18747 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
18748 with dirtrack-mode.
18749
18750 2012-01-01 Eli Zaretskii <eliz@gnu.org>
18751
18752 * term/w32-win.el (dynamic-library-alist) <gnutls>:
18753 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
18754 libgnutls-26.dll.
18755
18756 2011-12-31 Andreas Schwab <schwab@linux-m68k.org>
18757
18758 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
18759
18760 2011-12-31 Eli Zaretskii <eliz@gnu.org>
18761
18762 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
18763 headers of non-MIME messages, when rmail-enable-mime is non-nil.
18764
18765 2011-12-29 Michael Albinus <michael.albinus@gmx.de>
18766
18767 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
18768 also for alternative shells.
18769 (tramp-open-connection-setup-interactive-shell): Check, whether
18770 the shell is a busybox.
18771 (tramp-send-command): Don't suppress multiple prompts for
18772 busyboxes, it hurts.
18773
18774 2011-12-28 Chong Yidong <cyd@gnu.org>
18775
18776 * progmodes/gdb-mi.el (gdb-get-source-file-list)
18777 (gdb-get-source-file): Move mode line update to
18778 gdb-get-source-file (Bug#10087).
18779
18780 2011-12-25 Chong Yidong <cyd@gnu.org>
18781
18782 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
18783 gud-gdb-marker-filter without taking it as an argument.
18784 (gud-gdb-run-command-fetch-lines): Caller changed.
18785 (gud-gdb-completion-function): New variable.
18786 (gud-gdb-completion-at-point): Use it.
18787 (gud-gdb-completions-1): Split from gud-gdb-completions.
18788
18789 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
18790 function as separate arguments.
18791 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
18792 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
18793 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
18794 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
18795 (gdb-stopped, def-gdb-auto-update-trigger)
18796 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
18797 (gdb-get-changed-registers, gdb-get-main-selected-frame):
18798 Callers changed.
18799 (gud-gdbmi-completions): New function.
18800 (gdb): Use it for generating the completion table.
18801
18802 2011-12-24 Alan Mackenzie <acm@muc.de>
18803
18804 Introduce a mechanism to widen the region used in context font
18805 locking. Use this to protect declarations from losing their contexts.
18806
18807 * progmodes/cc-langs.el (c-before-font-lock-functions):
18808 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
18809 (c-before-context-fontification-functions): New defvar, a list of
18810 functions to be run just before context (etc.) font locking.
18811
18812 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
18813 New, functionality extracted from
18814 c-neutralize-syntax-in-and-mark-CPP.
18815 (c-in-after-change-fontification): New variable.
18816 (c-after-change): Set c-in-after-change-fontification.
18817 (c-set-fl-decl-start): Rejig its interface, so it can be called
18818 from both after-change and context fontifying.
18819 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
18820 New functions.
18821 (c-standard-font-lock-fontify-region-function): New variable.
18822 (c-font-lock-fontify-region): New function.
18823
18824 2011-12-24 Juri Linkov <juri@jurta.org>
18825
18826 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
18827 (Bug#10348)
18828
18829 2011-12-23 Michael Albinus <michael.albinus@gmx.de>
18830
18831 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
18832 existence of source file. (Bug#10325)
18833
18834 2011-12-23 Alan Mackenzie <acm@muc.de>
18835
18836 Fix unstable fontification inside templates.
18837
18838 * progmodes/cc-langs.el (c-before-font-lock-functions):
18839 Newly created from the singular version. The (c c++ objc) entry now
18840 additionally has c-set-fl-decl-start. The other languages (apart
18841 from AWK) have that as a single entry.
18842
18843 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
18844 The functionality for "local" declarations has been extracted to
18845 c-set-fl-decl-start.
18846
18847 * progmodes/cc-mode.el (c-common-init, c-after-change):
18848 Changes due to pluralisation of c-before-font-lock-functions.
18849 (c-set-fl-decl-start): New function, extracted from
18850 c-font-lock-enclosing-decls and enhanced.
18851
18852 2011-12-23 Juanma Barranquero <lekktu@gmail.com>
18853
18854 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
18855
18856 2011-12-22 Juri Linkov <juri@jurta.org>
18857
18858 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
18859
18860 2011-12-22 Chong Yidong <cyd@gnu.org>
18861
18862 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
18863
18864 2011-12-21 Drew Adams <drew.adams@oracle.com>
18865
18866 * files.el (file-remote-p): Fix docstring. (Bug#10319)
18867
18868 2011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
18869
18870 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
18871
18872 2011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
18873
18874 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
18875 highlighting and support. Fix up comments for capitalization.
18876 (cfengine-mode-debug): New var.
18877 (cfengine3-mode): Change the modeline indicator to "CFE3".
18878 (cfengine3-font-lock-keywords): Improve defun highlighting.
18879 (cfengine2-actions): Rename from `cfengine-actions'.
18880 (cfengine2-font-lock-keywords): Rename from
18881 `cfengine-font-lock-keywords'.
18882 (cfengine2-imenu-expression): Rename from
18883 `cfengine-imenu-expression'.
18884 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
18885 (cfengine2-beginning-of-defun): Rename from
18886 `cfengine-beginning-of-defun'.
18887 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
18888 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
18889 (cfengine2-mode): Rename from `cfengine-mode'. Change the
18890 modeline indicator to "CFE2".
18891 (cfengine-mode): Defalias to `cfengine-auto-mode'.
18892 (cfengine-mode-abbrevs): Mark obsolete.
18893
18894 2011-12-21 Chong Yidong <cyd@gnu.org>
18895
18896 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
18897 filename argument.
18898
18899 2011-12-20 Martin Rudalics <rudalics@gmx.at>
18900
18901 * window.el (window-normalize-buffer-to-display): Remove.
18902 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
18903
18904 2011-12-19 Chong Yidong <cyd@gnu.org>
18905
18906 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
18907 Don't signal an error in a predicate function; return non-nil.
18908 (vc-dir-mark-file): Move the error here.
18909 (vc-dir-mark-unmark): If acting on the region, keep going if one
18910 of the entries cannot be marked/unmarked.
18911 (vc-dir-mark-all-files): If current entry is a directory, mark
18912 only child files, as documented.
18913
18914 2011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
18915
18916 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
18917 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
18918 addition.
18919
18920 2011-12-18 Jan Djärv <jan.h.d@swipnet.se>
18921
18922 * term/ns-win.el (ns-get-selection-internal)
18923 (ns-store-selection-internal): Declare.
18924 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
18925 Declare as obsolete.
18926 (ns-get-pasteboard, ns-paste-secondary):
18927 Use ns-get-selection-internal.
18928 (ns-set-pasteboard, ns-copy-including-secondary):
18929 Use ns-store-selection-internal.
18930
18931 2011-12-17 Chong Yidong <cyd@gnu.org>
18932
18933 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
18934 (vc-deduce-fileset): Doc fix.
18935
18936 2011-12-16 Andreas Schwab <schwab@linux-m68k.org>
18937
18938 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
18939
18940 2011-12-13 Sam Steingold <sds@gnu.org>
18941
18942 * man.el (Man-getpage-in-background): When running under a
18943 window-system, ignore $MANWIDTH and $COLUMNS.
18944
18945 2011-12-15 Kenichi Handa <handa@m17n.org>
18946
18947 * language/ethio-util.el: Change coding tag to utf-8-emacs.
18948 (setup-ethiopic-environment-internal): Comment out key-binding for
18949 ethio-toggle-punctuation.
18950
18951 2011-12-13 Alan Mackenzie <acm@muc.de>
18952
18953 Add the switch statement to AWK Mode.
18954
18955 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
18956 "default" to the keywords regexp.
18957
18958 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
18959 expression as the rest.
18960 (c-nonlabel-token-key): Allow string literals for AWK.
18961 Refactor for the other modes.
18962
18963 Large brace-block initialisation makes CC Mode slow: Fix.
18964 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
18965 routines. Limit backward searching in c-font-lock-enclosing.decl.
18966
18967 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
18968 pp-state and literal type in addition to the limits.
18969 (c-state-safe-place): New defun, extracted from c-state-literal-at.
18970 (c-state-literal-at): Use the above new defun.
18971 (c-slow-in-literal, c-fast-in-literal): Remove.
18972 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
18973
18974 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
18975 being in a literal. Add a limit for backward searching.
18976
18977 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
18978 c-slow-in-literal.
18979
18980 2011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
18981
18982 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
18983
18984 2011-12-13 Martin Rudalics <rudalics@gmx.at>
18985
18986 * window.el (delete-other-windows): Use correct frame in call to
18987 window-with-parameter.
18988
18989 2011-12-12 Daniel Pfeiffer <occitan@t-online.de>
18990
18991 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
18992 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
18993 (makefile-gmake-statements, makefile-makepp-statements):
18994 Use it and add new makepp keywords.
18995 (makefile-makepp-font-lock-keywords): Add new patterns.
18996 (makefile-match-function-end): Match new [...] and [[...]].
18997
18998 2011-12-11 Juanma Barranquero <lekktu@gmail.com>
18999
19000 * ses.el (ses-call-printer-return, ses-cell-property-get)
19001 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
19002 (ses-create-cell-variable, ses-reset-header-string)
19003 (ses-cell-set-formula, ses-repair-cell-reference-all)
19004 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
19005 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
19006 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
19007 (ses-aset-with-undo, ses-load, ses-truncate-cell)
19008 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
19009 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
19010 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
19011 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
19012 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
19013 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
19014 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
19015 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
19016
19017 2011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
19018
19019 * ses.el: The overall change is to add cell renaming, that is
19020 setting fancy names for cell symbols other than name matching
19021 "\\`[A-Z]+[0-9]+\\'" regexp .
19022 (ses-create-cell-variable): New defun.
19023 (ses-relocate-formula): Relocate formulas only for cells the
19024 symbols of which are not renamed, i.e. symbols whose names do not
19025 match regexp "\\`[A-Z]+[0-9]+\\'".
19026 (ses-relocate-all): Relocate values only for cells the symbols of
19027 which are not renamed.
19028 (ses-load): Create cells variables as the (ses-cell ...) are read,
19029 in order to check row col consistency with cell symbol name only
19030 for cells that are not renamed.
19031 (ses-replace-name-in-formula): New defun.
19032 (ses-rename-cell): New defun.
19033
19034 2011-12-11 Chong Yidong <cyd@gnu.org>
19035
19036 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
19037 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
19038
19039 2011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
19040
19041 * window.el (other-window): Fix docstring.
19042
19043 2011-12-10 Eli Zaretskii <eliz@gnu.org>
19044
19045 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
19046 `from' or `to' address before taking its substring.
19047 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
19048 encoded name is chopped in the middle of the encoded string, and
19049 thus displayed encoded.
19050
19051 2011-12-10 Juanma Barranquero <lekktu@gmail.com>
19052
19053 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
19054
19055 2011-12-10 Eli Zaretskii <eliz@gnu.org>
19056
19057 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
19058 to use texinfo-update-node and commands that call it if the
19059 Texinfo file uses @node lines without next/prev/up pointers.
19060 Correct outdated description about texinfo-master-menu.
19061 (texinfo-all-menus-update, texinfo-master-menu)
19062 (texinfo-update-node, texinfo-every-node-update)
19063 (texinfo-multiple-files-update): Doc fix. Warn against updating
19064 all the @node lines.
19065 (texinfo-master-menu): Only call texinfo-update-node if the prefix
19066 argument is numeric. Explain better in the doc string what the
19067 function really does.
19068 (texinfo-insert-master-menu-list): Improve the error message
19069 displayed if there's no menu in the Top node.
19070 (Bug#2975) See also this thread:
19071 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
19072
19073 2011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
19074
19075 * speedbar.el (speedbar-supported-extension-expressions):
19076 Add .adb and .ads, commonly used for Ada source code (bug#10256).
19077
19078 2011-12-09 Juanma Barranquero <lekktu@gmail.com>
19079
19080 * printing.el (pr-mode-alist):
19081 * simple.el (filter-buffer-substring-functions)
19082 (completion-list-insert-choice-function):
19083 * window.el (window-with-parameter, window-atom-root)
19084 (window-sides-slots, window-size-fixed, window-min-delta)
19085 (window-max-delta, window--resize-mini-window)
19086 (window--resize-child-windows-normal, window-tree)
19087 (delete-other-windows, quit-window, split-window)
19088 (display-buffer-record-window, special-display-buffer-names)
19089 (special-display-regexps, special-display-popup-frame)
19090 (same-window-p, split-window-sensibly)
19091 (display-buffer-overriding-action, display-buffer-alist)
19092 (display-buffer-base-action, display-buffer, switch-to-buffer)
19093 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
19094 (fit-window-to-buffer, recenter-positions)
19095 (mouse-autoselect-window-state, mouse-autoselect-window-select):
19096 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
19097 and remove unneeded backslashes in docstrings.
19098
19099 2011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
19100
19101 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
19102
19103 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
19104 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
19105 end in ".mk".
19106 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
19107 when reading the makefile (bug#10116).
19108
19109 2011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
19110
19111 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
19112 (bug#10116).
19113
19114 2011-12-06 Glenn Morris <rgm@gnu.org>
19115
19116 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
19117
19118 2011-12-06 Chong Yidong <cyd@gnu.org>
19119
19120 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
19121
19122 2011-12-06 Juanma Barranquero <lekktu@gmail.com>
19123
19124 * textmodes/table.el (table-shorten-cell): Fix typo.
19125
19126 2011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
19127
19128 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
19129
19130 2011-12-05 Eli Zaretskii <eliz@gnu.org>
19131
19132 * descr-text.el (describe-char): Fix display of strong
19133 right-to-left characters and directional embeddings and overrides.
19134
19135 * simple.el (what-cursor-position): Fix display of codepoints of
19136 strong right-to-left characters.
19137
19138 2011-12-05 Chong Yidong <cyd@gnu.org>
19139
19140 * faces.el (read-color): Doc fix.
19141
19142 2011-12-05 Glenn Morris <rgm@gnu.org>
19143
19144 * align.el (align--set-marker): Add doc-string.
19145 Don't try to move something that is not a marker. (Bug#10216)
19146
19147 2011-12-04 Glenn Morris <rgm@gnu.org>
19148
19149 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
19150 overly zealous deletion of trailing whitespace.
19151
19152 2011-12-04 Juanma Barranquero <lekktu@gmail.com>
19153
19154 * server.el (server-delete-client): On Windows, do not try to delete
19155 the only terminal.
19156 (server-process-filter): On Windows, treat requests for a tty frame as
19157 if they were for a GUI frame if the running server is in GUI mode.
19158
19159 2011-12-03 Glenn Morris <rgm@gnu.org>
19160
19161 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
19162
19163 2011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
19164
19165 * electric.el: Streamline electric-indent's hook.
19166 (electric-indent-chars): Revert to simple list.
19167 (electric-indent-functions): New var.
19168 (electric-indent-post-self-insert-function): Use it.
19169
19170 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
19171 there's no inferior buffer (bug#10196).
19172 (prolog-consult-compile): Don't use toggle-read-only.
19173
19174 2011-12-02 Michael Albinus <michael.albinus@gmx.de>
19175
19176 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
19177 interrupt. (Bug#10187)
19178
19179 2011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
19180
19181 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
19182 (bug#9160).
19183
19184 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
19185 (bug#10191).
19186
19187 2011-12-02 Juri Linkov <juri@jurta.org>
19188
19189 * info.el (Info-search): Display "end of manual" when Isearch
19190 reaches the end of single-file Info manual. (Bug#9918)
19191
19192 2011-12-02 Eli Zaretskii <eliz@gnu.org>
19193
19194 * isearch.el (isearch-message-prefix): Run the input method part
19195 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
19196
19197 2011-12-02 Juri Linkov <juri@jurta.org>
19198
19199 * isearch.el (isearch-occur): Use `word-search-regexp' for
19200 `isearch-word'.
19201 (isearch-search-and-update): Add condition for `isearch-word' and
19202 call `word-search-regexp'. (Bug#10145)
19203
19204 2011-12-01 Glenn Morris <rgm@gnu.org>
19205
19206 * eshell/em-hist.el (eshell-hist-initialize):
19207 Handle eshell-history-size nil and HISTSIZE set or unset.
19208 (eshell-history-file-name, eshell-history-size): Fix custom type.
19209
19210 2011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
19211
19212 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
19213
19214 2011-12-01 Michael McNamara <mac@mail.brushroad.com>
19215
19216 * progmodes/verilog-mode.el (verilog-pretty-expr):
19217 Rework verilog-pretty-expr to handle new assignment operators in system
19218 verilog, such as += *= and the like.
19219 (verilog-assignment-operator-re): Regular expression to find the
19220 assigment operator in a verilog assignment.
19221 (verilog-assignment-operation-re): Regular expression to find an
19222 assignment statement for pretty-expr.
19223 (verilog-in-attribute-p): Query returns true if point is in an
19224 attribute context; used to skip these for expression line up from
19225 pretty-expr.
19226 (verilog-in-parameter-p): Query returns true if point is in an
19227 parameter definition context; used to skip these for expression
19228 line up from pretty-expr.
19229 (verilog-in-parenthesis-p): Query returns true if point is in a
19230 parenthetical expression, specifically ( ) but not [ ] or { };
19231 used by pretty-expr.
19232 (verilog-just-one-space): If there is no space, don't add one.
19233 (verilog-get-lineup-indent-2): Specifically skip just attribute
19234 contexts for expression lineup, rather than skipping all
19235 parenthetical expressions.
19236 (verilog-calculate-indent): Fix comment, and fix indent.
19237 (verilog-do-indent): Indent declarations in lists (suggested by
19238 Joachim Lechner).
19239 (verilog-mode-abbrev-table): Populate abbrev mode with the various
19240 skeleton items.
19241 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
19242 by Alain Mellan).
19243
19244 2011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
19245
19246 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
19247 parameters with embedded comments. Reported by Ray Stevens.
19248 (verilog-calc-1, verilog-fork-wait-re, verilog-forward-sexp)
19249 (verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
19250 Reported by Tim Holt.
19251 (verilog-auto): Fix AUTOing a upper module then AUTOing module
19252 instantiated by upper module causing wrong expansion until AUTOed a
19253 second time. Reported by K C Buckenmaier.
19254 (verilog-diff-auto): Fix showing .* as a difference when
19255 `verilog-auto-star-save' off. Reported by Dan Dever.
19256 (verilog-auto-reset, verilog-read-always-signals)
19257 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
19258 temporary signals in reset list if
19259 verilog-auto-reset-blocking-in-non is nil, and match assignment
19260 style to each signal's assignment type, bug381.
19261 Reported by Thomas Esposito.
19262 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
19263 (verilog-uvm-statement-re): Support UVM indentation and
19264 highlighting, with old OVM keywords only.
19265 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
19266 Support AUTOTIEOFF creating non-wire data types.
19267 Suggested by Jonathan Greenlaw.
19268 (verilog-auto-insert-lisp, verilog-delete-to-paren)
19269 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
19270 (verilog-inject-sense, verilog-read-inst-pins)
19271 (verilog-read-sub-decls, verilog-read-sub-decls-line):
19272 Fix mismatching parenthesis inside commented out code when deleting
19273 AUTOINST, bug383. Reported by Jonathan Greenlaw.
19274 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
19275 non-numeric vector width. Reported by Alex Reed.
19276 (verilog-auto-ascii-enum): Add "onehot" option to work around not
19277 detecting signals with parameter widths. Reported by Alex Reed.
19278 (verilog-auto-delete-trailing-whitespace):
19279 With `verilog-auto-delete-trailing-whitespace' remove trailing
19280 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
19281 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
19282 Fix verilog-scan-cache corruption when running user AUTO expansion
19283 hooks that call indentation routines.
19284 (verilog-simplify-range-expression): Fix typo ignoring lower case
19285 identifiers.
19286 (verilog-delete-auto): Fix delete-autos to also remove user created
19287 automatics, as long as they start with AUTO.
19288 (verilog-batch-diff-auto, verilog-diff-auto)
19289 (verilog-diff-function): Add `verilog-diff-auto' and bind to
19290 "C-c?" to report differences in AUTO expansion, ignoring spaces.
19291 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
19292 (verilog-in-paren-quick, verilog-re-search-backward-quick)
19293 (verilog-re-search-forward-quick, verilog-syntax-ppss):
19294 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
19295 is disabled and its cache will get corrupt, causing AUTOS not to
19296 expand. Instead use only -quick functions.
19297 (verilog-scan-region): Fix scanning over escaped quotes.
19298 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
19299 (verilog-re-search-backward-quick)
19300 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
19301 related functions now ignore strings, to fix misparsing of strings
19302 with magic comments embedded in them.
19303 (verilog-read-auto-template):
19304 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
19305 Reported by Brad Dobbie.
19306 (verilog-read-auto-template):
19307 Fix 'verilog-auto-inst-template-numbers' with comments.
19308 Reported by Brad Dobbie.
19309 (verilog-auto-inst, verilog-auto-inst-param)
19310 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
19311 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
19312 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
19313 debugging templates without merge conflicts, bug357.
19314 Reported by Brad Dobbie.
19315 (verilog-read-auto-template):
19316 Fix verilog-auto-inst-template-numbers with multiple templates.
19317 Reported by Brad Dobbie.
19318 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
19319 abbrevs so user won't be asked to save.
19320 (verilog-read-auto-lisp-present): Fix to start at beginning of
19321 buffer in case called outside of verilog-auto.
19322 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
19323 to "X-2". Reported by Matthew Myers.
19324 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
19325 all inputs from module templates. Reported by Leith Johnson.
19326 (verilog-module-inside-filename-p): Fix locating programs as with
19327 modules.
19328 (verilog-auto-inst-port): Fix vl-width expressions when using
19329 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
19330 (verilog-decls-get-regs, verilog-decls-get-signals,
19331 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
19332 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
19333 verilog-read-decls): Combine reg and wire structures into one var
19334 structure to represent SystemVerilog concepts.
19335 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
19336 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
19337 (verilog-auto-wire-type, verilog-insert-definition):
19338 Add verilog-auto-wire-type and AUTOLOGIC to support using
19339 SystemVerilog "logic" keyword instead of "wire"/"reg".
19340 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
19341 to declares outputs that also have assignments (presumably in an
19342 ifdef or generate if so there's not a driver conflict).
19343 Reported by Matthew Myers.
19344 (verilog-auto-declare-nettype, verilog-insert-definition):
19345 Add verilog-auto-declare-nettype to fix declarations using
19346 `default_nettype none. Reported by Julian Gorfajn.
19347 (verilog-read-always-signals-recurse, verilog-read-decls)
19348 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
19349 malformed end statement, bug325. Reported by Joshua Wise and
19350 Andrew Drake.
19351 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
19352 (verilog-inst-comment-re): Fix not deleting Interfaced comment
19353 when expanding .* in interfaces, bug320.
19354 Reported by Pierre-David Pfister.
19355 (verilog-read-module-name): Fix import statements between module
19356 name and open parenthesis, bug317.
19357 Reported by Pierre-David Pfister.
19358 (verilog-simplify-range-expression): Fix simplification of
19359 multiplications inside AUTOWIRE connections, bug303.
19360 (verilog-auto-inst-port): Support parameter expansion in
19361 multidimensional arrays.
19362 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
19363 after "assert property". Reported by Julian Gorfajn.
19364 (verilog-simplify-range-expression): Fix "couldn't merge" errors
19365 with multiplication, bug303.
19366 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
19367 Reported by Jan Frode Lonnum.
19368
19369 2011-11-30 Juanma Barranquero <lekktu@gmail.com>
19370
19371 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
19372 (hfy-shell-file-name, hfy-shell):
19373 * international/fontset.el (x-decompose-font-name): Fix typos.
19374
19375 2011-11-29 Ken Brown <kbrown@cornell.edu>
19376
19377 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
19378 (gdb-version): Remove defvar.
19379 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
19380 (gdb-gud-context-command, gdb-non-stop-handler)
19381 (gdb-current-context-command, gdb-stopped): Use it.
19382 (gdb-init-1): Enable pretty printing here.
19383 (gdb-non-stop-handler): Don't enable pretty-printing here.
19384 Check to see if the target supports non-stop mode; if not, turn off
19385 non-stop mode. Use the following.
19386 (gdb-check-target-async): New defun.
19387 (gud-watch, gdb-stopped): Fix whitespace.
19388 (gdb-get-source-file): Don't try to display the source file if
19389 `gdb-main-file' is nil.
19390
19391 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
19392
19393 * align.el: Try to generate fewer markers (bug#10047).
19394 (align--set-marker): New macro.
19395 (align-region): Use it.
19396
19397 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
19398
19399 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
19400
19401 2011-11-29 Chong Yidong <cyd@gnu.org>
19402
19403 * indent.el (indent-for-tab-command, indent-according-to-mode):
19404 Doc fix.
19405 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
19406
19407 2011-11-29 Michael Albinus <michael.albinus@gmx.de>
19408
19409 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
19410 aware of remote file names. (Bug#10124)
19411
19412 2011-11-29 Chong Yidong <cyd@gnu.org>
19413
19414 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
19415
19416 2011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
19417
19418 * files.el (find-file): Don't use force-same-window (bug#10144).
19419 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
19420 use pop-to-buffer if the selected window can't be used.
19421 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
19422
19423 2011-11-28 Eli Zaretskii <eliz@gnu.org>
19424
19425 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
19426 special-mode-map.
19427
19428 2011-11-28 Chong Yidong <cyd@gnu.org>
19429
19430 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
19431
19432 2011-11-27 Nick Roberts <nickrob@snap.net.nz>
19433
19434 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
19435 gdb-get-source-file-list on gdb-create-source-file-list.
19436
19437 2011-11-26 Eli Zaretskii <eliz@gnu.org>
19438
19439 * whitespace.el (whitespace-newline): Use a different foreground
19440 color for 16-color light-background displays.
19441
19442 2011-11-24 Chong Yidong <cyd@gnu.org>
19443
19444 * window.el (display-buffer--special-action): Doc fix.
19445
19446 2011-11-25 Juanma Barranquero <lekktu@gmail.com>
19447
19448 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
19449 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
19450 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
19451 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
19452 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
19453 (avl-tree-stack-first):
19454 * emacs-lisp/cconv.el (cconv--analyse-use):
19455 * net/gnutls.el (gnutls-negotiate): Fix typos.
19456
19457 2011-11-24 Glenn Morris <rgm@gnu.org>
19458
19459 * lpr.el (lpr-windows-system, lpr-lp-system):
19460 * mail/binhex.el (binhex-begin-line):
19461 * progmodes/grep.el (grep-history, grep-find-history):
19462 * textmodes/flyspell.el:
19463 * vc/pcvs-defs.el (cvs-global-menu):
19464 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
19465 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
19466 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
19467
19468 * net/tls.el: Fix case of "GnuTLS".
19469
19470 * paths.el (rmail-file-name): Format doc-string for make-docfile.
19471
19472 * version.el (emacs-build-system): Give it a doc-string.
19473
19474 2011-11-24 Juri Linkov <juri@jurta.org>
19475
19476 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
19477
19478 2011-11-24 Glenn Morris <rgm@gnu.org>
19479
19480 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
19481 if called on a non-mime message just toggle the headers. (Bug#8006)
19482
19483 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
19484
19485 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
19486 (allout-lead-with-comment-string, allout-structure-deleted-hook)
19487 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
19488 (allout-rebullet-heading, allout-open-sibtopic)
19489 (allout-toggle-current-subtree-encryption)
19490 (allout-toggle-subtree-encryption, allout-encrypt-string)
19491 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
19492 (allout-distinctive-bullets-string, allout-auto-activation):
19493 * window.el (window-normalize-buffer-to-display):
19494 * progmodes/verilog-mode.el (verilog-batch-indent):
19495 * textmodes/bibtex.el (bibtex-field-braces-opt)
19496 (bibtex-field-strings-opt):
19497 * vc/cvs-status.el (cvs-tree-merge):
19498 Fix typos.
19499
19500 2011-11-23 Michael Albinus <michael.albinus@gmx.de>
19501
19502 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
19503 `non-essential' to t, in order to avoid remote connections.
19504
19505 2011-11-23 Eli Zaretskii <eliz@gnu.org>
19506
19507 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
19508 On MS-DOS and MS-Windows, compare with loaddefs.el
19509 case-insensitively.
19510
19511 2011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
19512
19513 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
19514
19515 2011-11-23 Glenn Morris <rgm@gnu.org>
19516
19517 * paths.el (rmail-file-name): Reformat the doc-string so that it
19518 is picked up.
19519
19520 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
19521 (rmail-auto-file): Ignore case in the "special" field names,
19522 as mail-fetch-field does for all others.
19523
19524 * mail/rmail.el (rmail-forward):
19525 * mail/rmailkwd.el (rmail-set-label):
19526 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
19527 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
19528
19529 * mail/rmail.el (rmail-current-message): Doc fix.
19530
19531 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
19532
19533 2011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
19534
19535 * server.el (server-eval-and-print): Allow C-g (bug#6585).
19536
19537 2011-11-22 Glenn Morris <rgm@gnu.org>
19538
19539 * mail/rmailmm.el (test-rmail-mime-handler)
19540 (test-rmail-mime-bulk-handler)
19541 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
19542
19543 2011-11-21 Juri Linkov <juri@jurta.org>
19544
19545 * calc/calc.el (calc-read-key-sequence):
19546 Let-bind `input-method-function' to nil. (Bug#10018)
19547
19548 2011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
19549
19550 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
19551 Tell the caller that the next line needs recomputation, even
19552 though it doesn't start a sexp (bug#10094).
19553
19554 2011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
19555
19556 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
19557
19558 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
19559
19560 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
19561 Use force-same-window.
19562
19563 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
19564
19565 * descr-text.el (describe-char-unicode-data):
19566 * json.el (json-string-escape):
19567 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
19568 (Footnote-unicode, Footnote-style-p):
19569 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
19570
19571 2011-11-20 Chong Yidong <cyd@gnu.org>
19572
19573 * window.el (replace-buffer-in-windows): Restore interactive spec.
19574
19575 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
19576
19577 * electric.el (electric-indent-mode): Fix last change (too optimistic).
19578
19579 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
19580 (byte-compile-global-not-obsolete-vars): New var.
19581 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
19582 Use it.
19583 (byte-compile-warn-obsolete): Align text with the one in *Help*.
19584
19585 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
19586
19587 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
19588 * progmodes/pascal.el (electric-pascal-equal):
19589 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
19590 * xml.el (xml-substitute-special): Fix typos.
19591
19592 2011-11-20 Glenn Morris <rgm@gnu.org>
19593
19594 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
19595 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
19596 Doc fixes.
19597 (rmail-decode-mime-charset): Mark as obsolete.
19598
19599 * mail/rmailsum.el (rmail-message-regexp-p-1):
19600 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
19601 Before using mime functions, check they are set. (Bug#10077)
19602
19603 2011-11-19 Juri Linkov <juri@jurta.org>
19604
19605 * info.el (Info-finder-find-node): Use `package--builtins' instead
19606 of `package-alist'. Use node names formed by the pattern "Keyword "
19607 and the keyword name.
19608
19609 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
19610
19611 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
19612
19613 2011-11-19 Juri Linkov <juri@jurta.org>
19614
19615 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
19616 that calls `revert-buffer' on all Info buffers. (Bug#9915)
19617 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
19618 `old-history', `old-history-forward'. Add let-binding
19619 `window-selected'. Remove calls to `kill-buffer',
19620 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
19621 before calling `Info-find-node', so `Info-find-node-2' will reread
19622 the Info file. Restore window positions only when `window-selected'
19623 is non-nil.
19624
19625 2011-11-19 Juri Linkov <juri@jurta.org>
19626
19627 * isearch.el (isearch-lazy-highlight-new-loop):
19628 Remove condition `(not isearch-error)'. (Bug#9918)
19629
19630 * misearch.el (multi-isearch-search-fun): Add condition
19631 `(not bound)' to ignore lazy-highlighting search.
19632 Add the search-failed message "end of multi" when the end of
19633 multi-sequence is reached. Uncapitalize the search-failed
19634 message "Repeat for next buffer".
19635
19636 * info.el (Info-search): Add the search-failed message
19637 "end of the manual" when the end of the manual is reached
19638 in Isearch mode.
19639
19640 2011-11-19 Juri Linkov <juri@jurta.org>
19641
19642 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
19643 Use non-destructive `remove' instead of `delete' because
19644 `Info-history-list' stored to `Info-isearch-initial-history-list' in
19645 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
19646
19647 2011-11-19 Juri Linkov <juri@jurta.org>
19648
19649 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
19650 to nil instead of binding `search-ring' and `regexp-search-ring'.
19651 (Bug#9185)
19652
19653 2011-11-19 Eli Zaretskii <eliz@gnu.org>
19654
19655 * simple.el (line-move): Force movement by logical lines for any
19656 hscrolled window, not only when auto-hscroll-mode is on.
19657 (line-move-visual): Update doc string to that effect. (Bug#10076)
19658
19659 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
19660
19661 * language/european.el (macintosh): Define as alias for mac-roman.
19662
19663 2011-11-19 Eli Zaretskii <eliz@gnu.org>
19664
19665 * mail/rmailmm.el (rmail-mime-display-header)
19666 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
19667 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
19668 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
19669 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
19670 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
19671 of a raw aref.
19672 (rmail-mime-entity-segment): To get past the tagline, move forward
19673 2 more lines, to account for the 2 empty lines that precede and
19674 follow the line with the buttons.
19675 (rmail-mime-update-tagline): Move one more line, to get past the
19676 empty line that follows the buttons in the tagline. (Bug#9520)
19677
19678 2011-11-19 Martin Rudalics <rudalics@gmx.at>
19679
19680 * window.el (window-max-delta-1, window-min-delta-1)
19681 (window-min-size-1, window-state-get-1, window-state-put-1)
19682 (window-state-put-2): Use "window--" prefix.
19683
19684 2011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
19685
19686 * emacs-lisp/smie.el: Improve warnings and conflict detection.
19687 (smie-warning-count): New var.
19688 (smie-set-prec2tab): Use it.
19689 (smie-bnf->prec2): Improve warnings. Add docstring.
19690 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
19691 (smie-bnf--set-class): New function.
19692 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
19693 corner case.
19694
19695 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
19696 (compilation-error-properties, compilation-move-to-column):
19697 Handle compilation-first-column while in the target buffer.
19698
19699 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
19700 Don't hardcode point-min==1.
19701
19702 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
19703 (eshell-rewrite-for-command): Remove workaround.
19704 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
19705 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
19706 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
19707
19708 * files-x.el (modify-file-local-variable): Obey commenting conventions.
19709
19710 2011-11-17 Glenn Morris <rgm@gnu.org>
19711
19712 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
19713 Ignore buffer-local generated-autoload-file if it is the same
19714 as the global value. (Bug#10049)
19715
19716 2011-11-17 Juanma Barranquero <lekktu@gmail.com>
19717
19718 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
19719 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
19720 (reftex-toc-previous-heading, reftex-toc-max-level)
19721 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
19722 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
19723 (reftex-toc-do-promote, reftex-toc-promote-prepare)
19724 (reftex-toc-promote-action, reftex-toc-extract-section-number)
19725 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
19726 (reftex-toc-rename-label, reftex-toc-visit-location)
19727 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
19728 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
19729 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
19730 leaving "*toc*" only for references to the buffer.
19731
19732 2011-11-17 Martin Rudalics <rudalics@gmx.at>
19733
19734 * window.el (window-resize, delete-window, split-window):
19735 Replace window-splits by window-combination-resize.
19736 * cus-start.el (window-splits): Replace by window-combination-resize.
19737
19738 2011-11-17 Glenn Morris <rgm@gnu.org>
19739
19740 * progmodes/sh-script.el (sh-font-lock-keywords-var):
19741 Make bash entry derive from sh entry, not shell entry.
19742
19743 2011-11-16 Michael Albinus <michael.albinus@gmx.de>
19744
19745 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
19746 local file name.
19747
19748 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
19749
19750 * menu-bar.el (menu-bar-file-menu):
19751 * printing.el (pr-ps-utility):
19752 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
19753 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
19754 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
19755 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
19756 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
19757 (icalendar--convert-cyclic-to-ical)
19758 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
19759 (icalendar--convert-ical-to-diary)
19760 (icalendar--convert-recurring-to-diary)
19761 (icalendar--convert-non-recurring-all-day-to-diary)
19762 (icalendar-import-format-sample):
19763 * progmodes/idlw-shell.el (idlwave-shell-mode):
19764 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
19765 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
19766 (vhdl-ps-print-init): Fix typos.
19767
19768 2011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
19769
19770 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
19771 FSF and collapse date sequence, obscure author/maintainer email address
19772 better, remove extra version line, track relocation of author's webpage.
19773
19774 * progmodes/python.el (python-pdbtrack-input-prompt)
19775 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
19776 regular python pdb prompts. Adjustments shamelessly taken exactly as
19777 suggested in EmacsWiki page (tiny change):
19778 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
19779
19780 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
19781
19782 * expand.el (expand-pos, expand-index, expand-point):
19783 Remove redundant info from docstring.
19784 (expand-add-abbrevs): Doc fix.
19785 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
19786 (expand-sample-perl-mode-expand-list): Fix typos.
19787
19788 * net/dbus.el (dbus-event-member-name):
19789 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
19790 * term/pc-win.el (msdos-create-frame-with-faces):
19791 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
19792
19793 2011-11-16 Martin Rudalics <rudalics@gmx.at>
19794
19795 * window.el (split-window, window-state-get-1)
19796 (window-state-put-1, window-state-put-2): Rename occurrences of
19797 window-nest to window-combination-limit.
19798 * cus-start.el (window-nest): Rename to window-combination-limit.
19799
19800 2011-11-16 Chong Yidong <cyd@gnu.org>
19801
19802 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
19803 regexp (Bug#10033).
19804
19805 2011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
19806
19807 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
19808 `completing-read' will remove *Completions* and will preserve
19809 current-buffer for us.
19810 (tmm-add-prompt): Users of *Completions* will always (re)set its
19811 major mode.
19812 (tmm-old-comp-map): Remove.
19813
19814 2011-11-16 Glenn Morris <rgm@gnu.org>
19815
19816 * mail/rmailedit.el: Require rmailmm when compiling.
19817 (rmail-old-mime-state): New declaration.
19818 (rmail-edit-current-message): If editing a mime message,
19819 edit the "raw" message from the mbox buffer.
19820 (rmail-cease-edit): Handle mime messages. (Bug#9840)
19821
19822 2011-11-15 Glenn Morris <rgm@gnu.org>
19823
19824 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
19825 which wasn't being used. Add optional arg to force given state.
19826 (rmail-mime): Add optional arg to force given state.
19827
19828 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
19829
19830 * allout.el (allout-encryption-plaintext-sanitization-regexps):
19831 * frame.el (display-mm-dimensions-alist):
19832 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
19833 (outline-move-subtree-down):
19834 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
19835 (newsticker--treeview-do-get-node):
19836 * net/quickurl.el (quickurl-list-buffer-name):
19837 * progmodes/dcl-mode.el (dcl-mode):
19838 * progmodes/gdb-mi.el (gdb-mapcar*):
19839 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
19840
19841 2011-11-15 Glenn Morris <rgm@gnu.org>
19842
19843 * mail/rmail.el (rmail-file-coding-system): It's only ever used
19844 in a boolean sense, so just make it a boolean, and fix the doc.
19845 (rmail-show-mime-function, rmail-mime-feature)
19846 (rmail-require-mime-maybe): Doc fixes.
19847 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
19848
19849 * mail/rmailmm.el (rmail-show-mime): Doc fix.
19850
19851 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
19852
19853 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
19854 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
19855 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
19856 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
19857
19858 2011-11-15 Glenn Morris <rgm@gnu.org>
19859
19860 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
19861 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
19862 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
19863 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
19864 (rmail-mime, rmail-show-mime): Doc fixes.
19865
19866 * term/ns-win.el (mode-line-frame-identification):
19867 Leave it alone. (Bug#10051)
19868
19869 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
19870
19871 * mail/rmailout.el (rmail-output-to-rmail-buffer):
19872 Handle empty buffers. (Bug#9978)
19873
19874 2011-11-14 Juanma Barranquero <lekktu@gmail.com>
19875
19876 * international/mule.el (define-charset):
19877 * mail/rmailmm.el (rmail-mime-find-header-encoding):
19878 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
19879 * progmodes/verilog-mode.el (verilog-backward-token):
19880 * textmodes/ispell.el (lookup-words):
19881 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
19882
19883 2011-11-14 Glenn Morris <rgm@gnu.org>
19884
19885 * progmodes/executable.el
19886 (executable-make-buffer-file-executable-if-script-p):
19887 Handle file-modes returning nil.
19888
19889 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
19890 message - not necessary, and causes problems. (Bug#9831)
19891
19892 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
19893
19894 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
19895
19896 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
19897 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
19898 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
19899
19900 2011-11-12 Martin Rudalics <rudalics@gmx.at>
19901
19902 * window.el (window-resize, delete-window): Use window-splits
19903 variable instead of function.
19904 (window-state-get-1, window-state-put-2, window-state-put):
19905 Don't deal with windows' splits status.
19906
19907 2011-11-12 Glenn Morris <rgm@gnu.org>
19908
19909 * apropos.el (apropos-do-all, apropos-library, apropos-value)
19910 (apropos-documentation): Doc fixes.
19911
19912 2011-11-11 Juanma Barranquero <lekktu@gmail.com>
19913
19914 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
19915 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
19916
19917 2011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
19918
19919 * electric.el (electric-indent-post-self-insert-function): Make it
19920 possible for a char to only indent in some circumstances.
19921 (electric-indent-mode): Simplify.
19922
19923 2011-11-11 Martin Rudalics <rudalics@gmx.at>
19924
19925 * window.el (windows-with-parameter): Remove unused function.
19926 (windows-at-side): Rename to window-at-side-list.
19927 (window-check, window-atom-check, window-atom-check-1)
19928 (window-side-check, window-size-ignore, window-size-fixed-1)
19929 (window-in-direction-2): Prefix with "window--".
19930 (window-tree-1): Rename to window--subtree, fix doc-string.
19931
19932 2011-11-11 Glenn Morris <rgm@gnu.org>
19933
19934 * subr.el (eval-after-load): If FILE is already loaded,
19935 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
19936
19937 2011-11-10 Glenn Morris <rgm@gnu.org>
19938
19939 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
19940 Call svn via vc-svn-command rather than vc-do-command.
19941 (vc-svn-command): Add --non-interactive. (Bug#9993)
19942 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
19943
19944 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
19945 Add toggle-read-only. (Bug#7292)
19946 * files.el (toggle-read-only): Mention that it should only
19947 be used interactively. (Bug#10006)
19948
19949 2011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
19950
19951 * progmodes/compile.el (compilation-error-regexp-alist-alist):
19952 Adjust regexp for OCaml warnings.
19953
19954 * electric.el (electric-pair-post-self-insert-function): Let user
19955 turn it off buffer-locally (bug#9932).
19956
19957 * progmodes/python.el (python-beginning-of-statement):
19958 Rewrite (bug#2703).
19959
19960 * progmodes/compile.el: Better handle TABs (bug#9749).
19961 (compilation-internal-error-properties)
19962 (compilation-next-error-function): Obey the target buffer's
19963 compilation-error-screen-columns.
19964
19965 2011-11-09 Juanma Barranquero <lekktu@gmail.com>
19966
19967 * progmodes/meta-mode.el: Remove obsolete comments.
19968 (meta-right-comment-regexp, meta-ignore-comment-regexp):
19969 Fix typos in docstrings.
19970
19971 2011-11-09 Martin Rudalics <rudalics@gmx.at>
19972
19973 * window.el (window-size-fixed-p): Rewrite doc-string.
19974 (window-resizable-p): Rename to window--resizable-p. Update callers.
19975 (window--resizable): New function. Make all callers of
19976 window-resizable call window--resizable instead.
19977 (window-resizable): Rewrite in terms of window--resizable.
19978
19979 2011-11-08 Glenn Morris <rgm@gnu.org>
19980
19981 * progmodes/delphi.el (delphi-mode-syntax-table):
19982 Let define-derived-mode define a proper syntax table. (Bug#9994)
19983
19984 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
19985
19986 * window.el: Stay away from defsubst.
19987 (window-list-no-nils): Remove.
19988 (window-state-get-1, window-state-get): Use backquote instead.
19989
19990 2011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
19991
19992 * emacs-lisp/find-func.el (find-function-read):
19993 Fix incorrect use of default argument in `completing-read'.
19994
19995 2011-11-08 Martin Rudalics <rudalics@gmx.at>
19996
19997 * window.el (display-buffer-function, special-display-function):
19998 Mention display-buffer-record-window but do not mention
19999 help-setup parameter in doc-strings.
20000 (window-min-delta): Fix doc-string typo.
20001
20002 2011-11-08 Chong Yidong <cyd@gnu.org>
20003
20004 * window.el (window-total-height, window-total-width): Doc fix.
20005 (window-body-size): Move from C.
20006 (window-body-height, window-body-width): Move to C.
20007
20008 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
20009
20010 * window.el: Make special-display like display-buffer-alist (bug#9532).
20011 (display-buffer--special-action): New function, morphed
20012 from display-buffer--special.
20013 (display-buffer): Use it to handle special-display-buffers at higher
20014 priority (just after display-buffer-alist).
20015 (display-buffer-fallback-action, display-buffer--other-frame-action)
20016 (pop-to-buffer-same-window): Remove display-buffer--special.
20017
20018 2011-11-07 Glenn Morris <rgm@gnu.org>
20019
20020 * calendar/cal-menu.el (cal-menu-set-date-title):
20021 Do nothing if not in a calendar. (Bug#9976)
20022
20023 2011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
20024
20025 * files.el (find-file): Always use selected-window.
20026
20027 2011-11-07 Martin Rudalics <rudalics@gmx.at>
20028
20029 * window.el (window-combinations): Make WINDOW argument
20030 mandatory. Rewrite doc-string.
20031 (walk-window-subtree, window-atom-check, window-min-delta)
20032 (window-max-delta, window--resize-this-window)
20033 (window--resize-root-window-vertically, window-tree)
20034 (balance-windows, window-state-put): Rewrite doc-strings as to
20035 not mention the term "subwindow".
20036 (window--resize-subwindows-skip-p): Rename to
20037 window--resize-child-windows-skip-p.
20038 (window--resize-subwindows-normal): Rename to
20039 window--resize-child-windows-normal.
20040 (window--resize-subwindows): Rename to
20041 window--resize-child-windows.
20042 (window-or-subwindow-p): Rename to window--in-subtree-p.
20043
20044 2011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
20045
20046 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
20047 Ensure that mbox format messages end in two newlines (Bug#9974).
20048
20049 2011-11-06 Chong Yidong <cyd@gnu.org>
20050
20051 * window.el (window-combination-p): Function deleted; its
20052 side-effect is not used in any existing code.
20053 (window-combinations, window-combined-p): Call window-*-child
20054 directly.
20055
20056 2011-11-05 Chong Yidong <cyd@gnu.org>
20057
20058 * window.el (window-valid-p): Rename from window-any-p.
20059 (window-size-ignore, window-state-get): Callers changed.
20060 (window-normalize-window): Rename from window-normalize-any-window.
20061 New arg LIVE-ONLY, replacing window-normalize-live-window.
20062 (window-normalize-live-window): Delete.
20063 (window-combination-p, window-combined-p, window-combinations)
20064 (walk-window-subtree, window-atom-root, window-min-size)
20065 (window-sizable, window-sizable-p, window-size-fixed-p)
20066 (window-min-delta, window-max-delta, window-resizable)
20067 (window-resizable-p, window-full-height-p, window-full-width-p)
20068 (window-current-scroll-bars, window-point-1, set-window-point-1)
20069 (window-at-side-p, window-in-direction, window-resize)
20070 (adjust-window-trailing-edge, maximize-window, minimize-window)
20071 (window-deletable-p, delete-window, delete-other-windows)
20072 (record-window-buffer, unrecord-window-buffer)
20073 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
20074 (quit-window, split-window, window-state-put)
20075 (set-window-text-height, fit-window-to-buffer)
20076 (shrink-window-if-larger-than-buffer): Callers changed.
20077
20078 2011-11-04 Eli Zaretskii <eliz@gnu.org>
20079
20080 * mail/rmail.el (rmail-simplified-subject): Decode subject with
20081 rfc2047-decode-string.
20082 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
20083 warnings.
20084
20085 * window.el (window-body-height, window-body-width): Mention in
20086 the doc string that the return values are in frame's canonical
20087 units. (Bug#9949)
20088
20089 2011-11-03 Alan Mackenzie <acm@muc.de>
20090
20091 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
20092 change in cc-engine.el.
20093
20094 2011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
20095
20096 * window.el (switch-to-buffer): Use `force-same-window' interactively.
20097
20098 2011-11-02 Martin Rudalics <rudalics@gmx.at>
20099
20100 * window.el (quit-window): Call unrecord-window-buffer after
20101 showing another buffer in the window. (Bug#9937)
20102 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
20103
20104 2011-11-02 Juanma Barranquero <lekktu@gmail.com>
20105
20106 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
20107 Accept status with more than 9 shelves. (Bug#9935)
20108 Reported by Colin D Bennett <colin@gibibit.com>.
20109
20110 2011-11-01 Martin Rudalics <rudalics@gmx.at>
20111
20112 * help.el (with-help-window): Don't reference
20113 temp-buffer-show-specifiers in doc-string.
20114
20115 2011-10-31 Andreas Schwab <schwab@linux-m68k.org>
20116
20117 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
20118 menu-item.
20119
20120 2011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20121
20122 * whitespace.el: New version 13.2.2.
20123 (whitespace-newline-mode): Disable properly. Reported by Sarah
20124 <EmacsWiki>.
20125
20126 2011-10-30 Ulf Jasper <ulf.jasper@web.de>
20127
20128 * net/newst-treeview.el: Remove "Time-stamp".
20129 (newsticker--group-manage-orphan-feeds): Do not call
20130 newsticker--treeview-tree-update.
20131 (newsticker-treeview-update, newsticker-treeview):
20132 Call newsticker--treeview-tree-update if necessary.
20133
20134 2011-10-30 Martin Rudalics <rudalics@gmx.at>
20135
20136 * window.el (window-iso-combination-p, window-iso-combined-p)
20137 (window-iso-combinations): Remove "iso-" infix.
20138 Suggested by Chong Yidong.
20139 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
20140 (window-max-delta-1, window-resize, window--resize-siblings)
20141 (window--resize-this-window, adjust-window-trailing-edge)
20142 (split-window, balance-windows-1)
20143 (shrink-window-if-larger-than-buffer):
20144 * calendar/calendar.el (calendar-generate-window):
20145 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
20146
20147 2011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
20148
20149 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
20150 in place (bug#9907).
20151 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
20152 (eshell-rewrite-if-command, eshell-rewrite-for-command)
20153 (eshell-structure-basic-command, eshell-rewrite-while-command)
20154 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
20155 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
20156 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
20157 (eshell-do-pipelines-synchronously, eshell-eval-command):
20158 Use backquotes and prefer setq to set.
20159 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
20160 (eshell-macrop): Use functionp.
20161 (eshell-do-eval): Handle multiple expressions in `while' body.
20162
20163 2011-10-30 Chong Yidong <cyd@gnu.org>
20164
20165 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
20166 instead of set-mark (Bug#9810).
20167
20168 2011-10-30 Chong Yidong <cyd@gnu.org>
20169
20170 * window.el (split-window-below, split-window-right): Rename from
20171 split-window-above-each-other and split-window-side-by-side
20172 respectively. All callers changed.
20173 (split-window-sensibly, split-window-sensibly): Use them.
20174 (split-window-keep-point): Doc fix.
20175
20176 * isearch.el: Add isearch-scroll property to split-window-below
20177 and split-window-right.
20178
20179 * follow.el (follow-mode):
20180 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
20181 * progmodes/ada-xref.el (ada-gdb-application):
20182 * emulation/vip.el (vip-buffer-in-two-windows):
20183 * image-dired.el (image-dired-dired-with-window-configuration):
20184 * dired-x.el (dired-do-find-marked-files):
20185 * dired.el (dired-pop-to-buffer):
20186 * bs.el (bs--show-with-configuration):
20187 * vc/emerge.el (emerge-setup-windows):
20188 * textmodes/two-column.el (2C-two-columns):
20189 * textmodes/reftex-toc.el (reftex-toc):
20190 * progmodes/gdb-mi.el (gdb-setup-windows):
20191 * progmodes/fortran.el (fortran-window-create):
20192 * net/newst-treeview.el (newsticker--treeview-window-init):
20193 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
20194 * emulation/tpu-edt.el (tpu-gold-map):
20195 * emulation/crisp.el (crisp-mode-map):
20196 * calendar/calendar.el (calendar-basic-setup): Callers changed.
20197
20198 2011-10-29 Chong Yidong <cyd@gnu.org>
20199
20200 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
20201
20202 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
20203
20204 * textmodes/flyspell.el (flyspell-word): Fix char offset for
20205 forged Ispell output (Bug#7904).
20206
20207 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
20208
20209 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
20210
20211 * doc-view.el: Avoid ugly errors about not finding nil.
20212 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
20213 (doc-view-dvipdf-program, doc-view-unoconv-program)
20214 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
20215 Avoid nil or absolute file name as default value.
20216 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
20217
20218 2011-10-28 Alan Mackenzie <acm@muc.de>
20219
20220 * progmodes/cc-defs.el (c-version): -> 5.32.2.
20221
20222 2011-10-28 Alan Mackenzie <acm@muc.de>
20223
20224 Amend the handling of c-beginning/end-of-defun in nested declaration
20225 scopes.
20226
20227 * progmodes/cc-vars.el (c-defun-tactic): Move here from
20228 cc-langs.el. Change it to a defcustom.
20229
20230 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
20231 cc-vars.el.
20232
20233 * progmodes/cc-engine.el (c-beginning-of-statement-1):
20234 Prevent "class foo : bar" being spuriously recognized as a label.
20235
20236 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
20237 Add parameter `inclusive' (to include enclosing braces in the region).
20238 (c-widen-to-enclosing-decl-scope): New function.
20239 (c-while-widening-to-decl-block): New macro.
20240 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
20241 outward for defun boundaries, and correspondingly change symbol
20242 `respect-enclosure' to `go-outward'.
20243 (c-declaration-limits): Change algorithm to report only the "innermost"
20244 defun's boundaries.
20245
20246 2011-10-28 Deniz Dogan <deniz@dogan.se>
20247
20248 * net/rcirc.el (rcirc-mode): Use hard newlines.
20249
20250 2011-10-28 Alan Mackenzie <acm@muc.de>
20251
20252 Amend to indent and fontify macros "which include their own semicolon"
20253 correctly, using the "virtual semicolon" mechanism.
20254
20255 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
20256
20257 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
20258 Recode to scan one line at a time rather than having \n and \r
20259 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
20260 (c-forward-label): Amend for virtual semicolons.
20261 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
20262
20263 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
20264 of the new C macros.
20265
20266 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
20267 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
20268 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
20269 (c-opt-cpp-macro-define): Make into a full language variable.
20270 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
20271 AWK Mode (including \n, \r) removed, no longer needed.
20272
20273 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
20274 Invoke c-make-macro-with-semi-re.
20275
20276 * progmodes/cc-vars.el (c-macro-with-semi-re):
20277 (c-macro-names-with-semicolon): New variables.
20278 (c-make-macro-with-semi-re): New function.
20279
20280 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
20281
20282 * vc/log-edit.el: Fill empty field rather than adding new one.
20283 (log-edit-add-field): New function.
20284 (log-edit-insert-changelog): Use it.
20285
20286 2011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
20287
20288 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
20289
20290 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
20291
20292 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
20293 (gdb--check-interpreter): New function.
20294 (gdb): Use it.
20295
20296 2011-10-27 Glenn Morris <rgm@gnu.org>
20297
20298 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
20299 (least-positive-float, least-negative-float)
20300 (least-positive-normalized-float, least-negative-normalized-float)
20301 (float-epsilon, float-negative-epsilon):
20302 Remove unnecessary declarations.
20303
20304 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
20305 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
20306 (least-positive-float, least-negative-float)
20307 (least-positive-normalized-float, least-negative-normalized-float)
20308 (float-epsilon, float-negative-epsilon): Add doc-strings,
20309 based on those in cl.texi.
20310
20311 * files.el (set-visited-file-name): If the major-mode changed,
20312 reload the local variables. (Bug#9796)
20313
20314 2011-10-27 Chong Yidong <cyd@gnu.org>
20315
20316 * subr.el (change-major-mode-after-body-hook): New hook.
20317 (run-mode-hooks): Run it.
20318
20319 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
20320 Use change-major-mode-before-body-hook.
20321
20322 * simple.el (fundamental-mode):
20323 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
20324 change introducing fundamental-mode-hook.
20325
20326 2011-10-26 Juanma Barranquero <lekktu@gmail.com>
20327
20328 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
20329
20330 2011-10-26 Michael Albinus <michael.albinus@gmx.de>
20331
20332 * ido.el (ido-file-name-all-completions-1): Do not require
20333 tramp.el explicitly. (Bug#7583)
20334
20335 2011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
20336
20337 * progmodes/octave-mod.el:
20338 * progmodes/octave-inf.el: Update maintainer.
20339
20340 2011-10-26 Chong Yidong <cyd@gnu.org>
20341
20342 * subr.el (with-wrapper-hook): Rewrite doc.
20343
20344 2011-10-25 Michael Albinus <michael.albinus@gmx.de>
20345
20346 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
20347 filenames "/method:foo:". (Bug#9793)
20348
20349 2011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
20350
20351 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
20352 (bug#9865).
20353
20354 2011-10-24 Glenn Morris <rgm@gnu.org>
20355
20356 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
20357
20358 2011-10-24 Michael Albinus <michael.albinus@gmx.de>
20359
20360 * notifications.el: Add the requirement of a running D-Bus session
20361 bus to the Commentary.
20362
20363 2011-10-24 Juri Linkov <juri@jurta.org>
20364
20365 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
20366 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
20367 (Bug#9364)
20368
20369 2011-10-24 Juri Linkov <juri@jurta.org>
20370
20371 * info.el (Info-following-node-name-re): Add newline to the list
20372 of allowed characters for leading space. (Bug#9824)
20373
20374 2011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
20375
20376 * progmodes/octave-inf.el (inferior-octave-mode-map):
20377 Fix C-c C-h binding.
20378 * progmodes/octave-mod.el (octave-help): Remove.
20379
20380 2011-10-23 Michael Albinus <michael.albinus@gmx.de>
20381
20382 Sync with Tramp 2.2.3.
20383
20384 * net/tramp-cache.el (top): Pacify byte-compiler using
20385 `init-file-user' and `site-run-file'.
20386
20387 * net/trampver.el: Update release number.
20388
20389 2011-10-23 Chong Yidong <cyd@gnu.org>
20390
20391 * files.el (toggle-read-only): Remove obsolete comment about
20392 version control.
20393
20394 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
20395 for toggle-read-only. Note that this hasn't called vc-next-action
20396 since 2008-05-02, though it wasn't documented at the time.
20397
20398 * vc/ediff-init.el (ediff-toggle-read-only-function):
20399 Use toggle-read-only.
20400
20401 2011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
20402
20403 Fix bug #9560, sporadic wrong indentation; improve instrumentation
20404 of c-parse-state.
20405
20406 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
20407 correct faulty logical expression.
20408 (c-parse-state-state, c-record-parse-state-state):
20409 (c-replay-parse-state-state): New defvar/defuns.
20410 (c-debug-parse-state): Use new functions.
20411
20412 2011-10-22 Martin Rudalics <rudalics@gmx.at>
20413
20414 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
20415 last fix. Use window-in-direction correctly.
20416
20417 2011-10-21 Chong Yidong <cyd@gnu.org>
20418
20419 * progmodes/idlwave.el (idlwave-mode):
20420 * progmodes/vera-mode.el (vera-mode): No need to set
20421 require-final-newline; that's done in prog-mode.
20422 Suggested by Stefan Monnier.
20423
20424 2011-10-21 Martin Rudalics <rudalics@gmx.at>
20425
20426 * mouse.el (mouse-drag-window-above)
20427 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
20428 (mouse-drag-mode-line-1, mouse-drag-header-line)
20429 (mouse-drag-vertical-line-rightward-window): Remove.
20430 (mouse-drag-line): New function.
20431 (mouse-drag-mode-line, mouse-drag-header-line)
20432 (mouse-drag-vertical-line): Call mouse-drag-line.
20433 * window.el (window-at-side-p, windows-at-side): New functions.
20434
20435 2011-10-21 Ulrich Mueller <ulm@gentoo.org>
20436
20437 * tar-mode.el (tar-grind-file-mode):
20438 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
20439
20440 2011-10-21 Chong Yidong <cyd@gnu.org>
20441
20442 * progmodes/idlwave.el (idlwave-mode):
20443 * progmodes/vera-mode.el (vera-mode):
20444 Use mode-require-final-newline.
20445
20446 2011-10-20 Glenn Morris <rgm@gnu.org>
20447
20448 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
20449
20450 2011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
20451
20452 * emulation/cua-base.el (cua-set-mark): Fix case of string.
20453
20454 2011-10-20 Chong Yidong <cyd@gnu.org>
20455
20456 * emulation/cua-base.el (cua-mode):
20457 * mail/footnote.el (footnote-mode):
20458 * mail/mailabbrev.el (mail-abbrevs-mode):
20459 * net/xesam.el (xesam-minor-mode):
20460 * progmodes/bug-reference.el (bug-reference-mode):
20461 * progmodes/cap-words.el (capitalized-words-mode):
20462 * progmodes/compile.el (compilation-minor-mode)
20463 (compilation-shell-minor-mode):
20464 * progmodes/gud.el (gud-tooltip-mode):
20465 * progmodes/hideif.el (hide-ifdef-mode):
20466 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
20467 * progmodes/subword.el (subword-mode):
20468 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
20469 * progmodes/which-func.el (which-function-mode):
20470 * term/tvi970.el (tvi970-set-keypad-mode):
20471 * term/vt100.el (vt100-wide-mode):
20472 * textmodes/flyspell.el (flyspell-mode):
20473 * textmodes/ispell.el (ispell-minor-mode):
20474 * textmodes/nroff-mode.el (nroff-electric-mode):
20475 * textmodes/paragraphs.el (use-hard-newlines):
20476 * textmodes/refill.el (refill-mode):
20477 * textmodes/reftex.el (reftex-mode):
20478 * textmodes/rst.el (rst-minor-mode):
20479 * textmodes/sgml-mode.el (html-autoview-mode)
20480 (sgml-electric-tag-pair-mode):
20481 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
20482 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
20483 * emulation/crisp.el (crisp-mode):
20484 * emacs-lisp/eldoc.el (eldoc-mode):
20485 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
20486 minor mode behavior.
20487
20488 2011-10-19 Juri Linkov <juri@jurta.org>
20489
20490 * descr-text.el (describe-char): Add #x2010 and #x2011 to
20491 the list of hard-coded chars with escape-glyph face.
20492
20493 2011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
20494
20495 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
20496
20497 2011-10-19 Michael Albinus <michael.albinus@gmx.de>
20498
20499 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
20500 running process.
20501
20502 2011-10-19 Glenn Morris <rgm@gnu.org>
20503
20504 * vc/vc-bzr.el (vc-bzr-after-dir-status):
20505 Ignore ignored files. (Bug#9726)
20506
20507 2011-10-19 Chong Yidong <cyd@gnu.org>
20508
20509 Doc fix for minor modes, stating that an omitted argument enables
20510 the mode unconditionally when called from Lisp.
20511
20512 * abbrev.el (abbrev-mode):
20513 * allout.el (allout-mode):
20514 * autoinsert.el (auto-insert-mode):
20515 * autoarg.el (autoarg-mode, autoarg-kp-mode):
20516 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
20517 (global-auto-revert-mode):
20518 * battery.el (display-battery-mode):
20519 * composite.el (global-auto-composition-mode)
20520 (auto-composition-mode):
20521 * delsel.el (delete-selection-mode):
20522 * desktop.el (desktop-save-mode):
20523 * dired-x.el (dired-omit-mode):
20524 * dirtrack.el (dirtrack-mode):
20525 * doc-view.el (doc-view-minor-mode):
20526 * double.el (double-mode):
20527 * electric.el (electric-indent-mode, electric-pair-mode):
20528 * emacs-lock.el (emacs-lock-mode):
20529 * epa-hook.el (auto-encryption-mode):
20530 * follow.el (follow-mode):
20531 * font-core.el (font-lock-mode):
20532 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
20533 * help.el (temp-buffer-resize-mode):
20534 * hilit-chg.el (highlight-changes-mode)
20535 (highlight-changes-visible-mode):
20536 * hi-lock.el (hi-lock-mode):
20537 * hl-line.el (hl-line-mode, global-hl-line-mode):
20538 * icomplete.el (icomplete-mode):
20539 * ido.el (ido-everywhere):
20540 * image-file.el (auto-image-file-mode):
20541 * image-mode.el (image-minor-mode):
20542 * iswitchb.el (iswitchb-mode):
20543 * jka-cmpr-hook.el (auto-compression-mode):
20544 * linum.el (linum-mode):
20545 * longlines.el (longlines-mode):
20546 * master.el (master-mode):
20547 * mb-depth.el (minibuffer-depth-indicate-mode):
20548 * menu-bar.el (menu-bar-mode):
20549 * minibuf-eldef.el (minibuffer-electric-default-mode):
20550 * mouse-sel.el (mouse-sel-mode):
20551 * msb.el (msb-mode):
20552 * mwheel.el (mouse-wheel-mode):
20553 * outline.el (outline-minor-mode):
20554 * paren.el (show-paren-mode):
20555 * recentf.el (recentf-mode):
20556 * reveal.el (reveal-mode, global-reveal-mode):
20557 * rfn-eshadow.el (file-name-shadow-mode):
20558 * ruler-mode.el (ruler-mode):
20559 * savehist.el (savehist-mode):
20560 * scroll-all.el (scroll-all-mode):
20561 * scroll-bar.el (scroll-bar-mode):
20562 * server.el (server-mode):
20563 * shell.el (shell-dirtrack-mode):
20564 * simple.el (auto-fill-mode, transient-mark-mode)
20565 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
20566 (line-number-mode, column-number-mode, size-indication-mode)
20567 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
20568 * strokes.el (strokes-mode):
20569 * time.el (display-time-mode):
20570 * t-mouse.el (gpm-mouse-mode):
20571 * tool-bar.el (tool-bar-mode):
20572 * tooltip.el (tooltip-mode):
20573 * type-break.el (type-break-mode-line-message-mode)
20574 (type-break-query-mode):
20575 * view.el (view-mode):
20576 * whitespace.el (whitespace-mode, whitespace-newline-mode)
20577 (global-whitespace-mode, global-whitespace-newline-mode):
20578 * xt-mouse.el (xterm-mouse-mode): Doc fix.
20579
20580 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
20581 Fix autogenerated docstring.
20582
20583 2011-10-19 Juri Linkov <juri@jurta.org>
20584
20585 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
20586 by checking environment variables "DESKTOP_SESSION" and
20587 "XDG_CURRENT_DESKTOP". (Bug#9779)
20588
20589 2011-10-19 Juri Linkov <juri@jurta.org>
20590
20591 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
20592 (browse-url-chromium-program, browse-url-chromium-arguments):
20593 New defcustoms.
20594 (browse-url-default-browser): Check for `browse-url-chromium' and
20595 call `browse-url-chromium-program'.
20596 (browse-url-chromium): New command. (Bug#9779)
20597
20598 2011-10-18 Juanma Barranquero <lekktu@gmail.com>
20599
20600 * facemenu.el (list-colors-duplicates): On Windows, detect more
20601 duplicates by assuming that only colors matching "^System" are
20602 special "system colors". (Bug#9722)
20603
20604 2011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
20605
20606 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
20607 to distinguish the author from the committer.
20608
20609 2011-10-18 Michael Albinus <michael.albinus@gmx.de>
20610
20611 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
20612
20613 2011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
20614
20615 * international/mule.el (sgml-html-meta-auto-coding-function):
20616 Add support for detecting encoding in HTML5 specified only as
20617 <meta charset="UTF-8">. Implementation just makes http-equiv and
20618 content-type parts from HTML4 encoding string optional. (Bug#9716)
20619
20620 2011-10-18 Glenn Morris <rgm@gnu.org>
20621
20622 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
20623
20624 2011-10-18 Chong Yidong <cyd@gnu.org>
20625
20626 * faces.el (cursor): Doc fix.
20627
20628 2011-10-17 Chong Yidong <cyd@gnu.org>
20629
20630 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
20631
20632 2011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
20633
20634 * dirtrack.el (dirtrack): Support shell buffers with path
20635 prefixes, e.g. tramp-based remote shells. (Bug#9647)
20636
20637 2011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
20638
20639 * json.el: Bump version to 1.3 and note change in History.
20640 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
20641
20642 2011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
20643
20644 * comint.el (comint-insert-input, comint-send-input)
20645 (comint-get-old-input-default, comint-backward-matching-input)
20646 (comint-next-prompt): Use nil instead of `input' for field property of
20647 past user input (bug#114).
20648
20649 * minibuffer.el (completion--replace): Inherit surrounding properties
20650 (bug#114).
20651 (minibuffer-complete-and-exit): Use it.
20652
20653 * comint.el (comint--table-subvert): Quote the all-completions output
20654 (bug#9160).
20655
20656 2011-10-17 Martin Rudalics <rudalics@gmx.at>
20657
20658 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
20659
20660 * menu-bar.el (menu-bar-file-menu): Add entry for making new
20661 window on right of selected. (Bug#9350) Reword other window
20662 entries and separate them from frame entries.
20663
20664 2011-10-15 Glenn Morris <rgm@gnu.org>
20665
20666 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
20667 Doc fixes.
20668
20669 2011-10-15 Chong Yidong <cyd@stupidchicken.com>
20670
20671 * net/network-stream.el (network-stream-open-starttls):
20672 Improve detection of failure due to lack of TLS support.
20673
20674 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
20675 putting the input text in front and in bold.
20676
20677 2011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
20678
20679 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
20680
20681 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
20682 empty buffer.
20683
20684 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
20685 unread-command-events rather than pushing yet-another event.
20686
20687 2011-10-14 Eli Zaretskii <eliz@gnu.org>
20688
20689 * mail/sendmail.el (sendmail-query-once): Improve the wording of
20690 the explanation of the possible choices. Make the options passed
20691 to completing-read shorter.
20692
20693 2011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
20694
20695 * textmodes/flyspell.el (flyspell-large-region): Make sure
20696 extended character mode is used if defined (Bug#1339).
20697
20698 2011-10-13 Eli Zaretskii <eliz@gnu.org>
20699
20700 * simple.el (what-cursor-position): Fix the display of the
20701 character info for LRE, LRO, RLE, and RLO characters by appending
20702 an invisible PDF.
20703
20704 2011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
20705
20706 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
20707 even in case of error; add debug spec; simplify data flow.
20708 (with-timeout-handler): Remove.
20709
20710 2011-10-12 Michael Albinus <michael.albinus@gmx.de>
20711
20712 Fix Bug#6019, Bug#9315.
20713
20714 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
20715 complete `buffer-file-name', the local file name part could look
20716 remotely (for example on VMS).
20717
20718 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
20719 `tramp-run-real-handler'.
20720 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
20721 already quoted by '"'.
20722
20723 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
20724 Let `file-name-handler-alist' be nil, the local file name part
20725 could look remotely (for example on VMS).
20726
20727 2011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
20728
20729 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
20730 from here...
20731 (flyspell-post-command-hook): ...to here.
20732
20733 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
20734
20735 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
20736 if not needed.
20737 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
20738 using completion. Protect against "slow" callers.
20739 Remove the "message hack".
20740
20741 2011-10-11 Juri Linkov <juri@jurta.org>
20742
20743 * isearch.el (isearch-lazy-highlight-word): New variable.
20744 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
20745 Use it. (Bug#9727)
20746
20747 2011-10-11 Glenn Morris <rgm@gnu.org>
20748
20749 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
20750 like f90-previous-statement does.
20751
20752 2011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
20753
20754 * eshell/eshell.el (eshell-command): History should be saved
20755 only in interactive use, to avoid error.
20756
20757 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
20758
20759 * minibuffer.el (completion-file-name-table): Fix last change,
20760 i.e. ignore normal errors but not the other ones.
20761
20762 2011-10-10 Martin Rudalics <rudalics@gmx.at>
20763
20764 * window.el (special-display-buffer-names)
20765 (special-display-regexps): Remove some remnants of earlier
20766 changes from doc-strings.
20767 (quit-windows-on): New function.
20768
20769 * vc/vc.el (vc-revert, vc-rollback):
20770 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
20771 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
20772 (Bug#6183) (Bug#7074) (Bug#7447)
20773
20774 2011-10-09 Martin Rudalics <rudalics@gmx.at>
20775
20776 * window.el (frame-auto-hide-function): Add version tag.
20777 (Bug#9699)
20778
20779 2011-10-09 Michael Albinus <michael.albinus@gmx.de>
20780
20781 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
20782 condition.
20783
20784 2011-10-09 Leo Liu <sdl.web@gmail.com>
20785
20786 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
20787 (Bug#9701)
20788
20789 2011-10-08 Glenn Morris <rgm@gnu.org>
20790
20791 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
20792 before the first code statement zero indent. (Bug#9690)
20793
20794 2011-10-08 Chong Yidong <cyd@stupidchicken.com>
20795
20796 * simple.el (count-words-region): Always count in the region.
20797 Report the number of lines and characters too.
20798 (count-words): New command, which counts in the buffer if the
20799 region is inactive, as count-words-region used to.
20800 (count-words--message): New function. Handle plurals.
20801 (count-lines-region): Make it an alias for count-words-region.
20802
20803 * bindings.el (esc-map): Replace count-lines-region with
20804 count-words-region.
20805
20806 2011-10-08 Martin Rudalics <rudalics@gmx.at>
20807
20808 * window.el (window--delete): Delete dedicated frame
20809 unconditionally when argument KILL is non-nil. (Bug#9699)
20810 (switch-to-buffer): Fix doc-string typo.
20811
20812 2011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
20813
20814 * eshell/eshell.el (eshell-command): Avoid using hooks.
20815
20816 2011-10-07 Chong Yidong <cyd@stupidchicken.com>
20817
20818 * bindings.el ([M-left], [M-right]): Bind to left-word and
20819 right-word respectively.
20820
20821 2011-10-07 Glenn Morris <rgm@gnu.org>
20822
20823 * cus-start.el (debug-on-quit): Fix custom type.
20824
20825 2011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
20826
20827 * subr.el (define-key-after): Clarify that the function is not
20828 useful for non-menu keymaps.
20829
20830 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
20831
20832 2011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
20833
20834 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
20835 in current minibuffer (Fix bug with recursive minibuffers).
20836
20837 2011-10-06 Chong Yidong <cyd@stupidchicken.com>
20838
20839 * progmodes/gdb-mi.el (gdb): Doc fix.
20840
20841 2011-10-05 Martin Rudalics <rudalics@gmx.at>
20842
20843 * window.el (frame-auto-hide-function): New option replacing
20844 frame-auto-delete. Suggested by Stefan Monnier.
20845 (window--delete): Call frame-auto-hide-function instead of
20846 investigating frame-auto-delete.
20847 (window-point-1, set-window-point-1): New functions.
20848 (window-in-direction, record-window-buffer, window-state-get-1)
20849 (display-buffer-record-window): Use window-point-1 instead of
20850 window-point.
20851 (set-window-buffer-start-and-point): Use set-window-point-1.
20852
20853 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
20854
20855 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
20856
20857 2011-10-05 Glenn Morris <rgm@gnu.org>
20858
20859 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
20860 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
20861
20862 2011-10-05 Leo Liu <sdl.web@gmail.com>
20863
20864 * subr.el (read-char-choice): Fix argument to buffer-live-p which
20865 works with buffer object.
20866
20867 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
20868
20869 * mpc.el (mpc-tool-bar-map): Add labels.
20870
20871 2011-10-04 Glenn Morris <rgm@gnu.org>
20872
20873 * calendar/holidays.el (calendar-check-holidays): Doc fix.
20874
20875 2011-10-04 Martin Rudalics <rudalics@gmx.at>
20876
20877 * window.el (window--delete): New function.
20878 (frame-auto-delete): Resuscitate option.
20879 (bury-buffer, replace-buffer-in-windows)
20880 (quit-window): Rewrite using window--delete.
20881 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
20882 Pass display-buffer-mark-dedicated to window--display-buffer-2
20883 (Bug#9639).
20884
20885 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
20886
20887 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
20888 returns a list (bug#9554). Add remote file name completion.
20889 * comint.el (comint--table-subvert): Curry and get quote&unquote
20890 functions as arguments.
20891 (comint--complete-file-name-data): Adjust call accordingly.
20892 * pcomplete.el (pcomplete--table-subvert): Remove.
20893 (pcomplete-completions-at-point): Use comint--table-subvert instead.
20894
20895 * minibuffer.el (completion-table-case-fold): Use currying.
20896 (completion--styles-type, completion--cycling-threshold-type):
20897 New constants.
20898 (completion-styles, completion-category-overrides)
20899 (completion-cycle-threshold): Use them.
20900 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
20901 completion-table-case-fold.
20902
20903 2011-10-03 Stephen Berman <stephen.berman@gmx.net>
20904
20905 * minibuffer.el (completion-category-overrides): Fix type of styles
20906 and add more user friendly tags (bug#9660).
20907
20908 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
20909
20910 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
20911 (mule-input-method-string): New widget.
20912 (default-input-method, language-info-custom-alist): Use it.
20913
20914 2011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
20915
20916 * pcomplete.el: Require comint.
20917 (pcomplete--common-suffix): Remove.
20918 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
20919 (pcomplete--table-subvert): Sync with comint--table-subvert.
20920 (pcomplete--entries): Use comint-completion-file-name-table.
20921 * comint.el (comint-unquote-filename): Simplify.
20922 (comint-completion-file-name-table): New function (bug#9616).
20923 (comint--complete-file-name-data): Use it.
20924
20925 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
20926 (pcmpl-gnu-tar-buffer): Remove.
20927 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
20928 around. Make sure pcomplete-suffix-list is only changed temporarily.
20929 Don't look inside the tar's file if it's too large.
20930
20931 2011-10-01 Chong Yidong <cyd@stupidchicken.com>
20932
20933 * cus-edit.el (custom-mode-map):
20934 * epa.el (epa-key-list-mode-map):
20935 * man.el (Man-mode-map):
20936 * startup.el (splash-screen-keymap):
20937 * simple.el (special-mode-map): Use scroll-up-command and
20938 scroll-down-command.
20939
20940 * progmodes/idlw-help.el (idlwave-help-mode-map):
20941 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
20942 * net/newst-plainview.el (newsticker-mode-map):
20943 * emulation/ws-mode.el (wordstar-mode-map):
20944 * emulation/vi.el (vi-com-map):
20945 * calc/calc-graph.el (calc-graph-show-dumb):
20946 * term/sun.el (terminal-init-sun):
20947 * term/ns-win.el (global-map):
20948 * progmodes/grep.el (grep-mode-map):
20949 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
20950 * mail/rmail.el (rmail-mode-map):
20951 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
20952
20953 * custom.el (custom-safe-themes, load-theme): Treat value of t for
20954 custom-safe-themes as special.
20955
20956 2011-10-01 Julien Danjou <julien@danjou.info>
20957
20958 * notifications.el (notifications-notify): Fix docstring.
20959
20960 2011-10-01 Per Starbäck <per@starback.se>
20961
20962 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
20963
20964 2011-09-30 Martin Rudalics <rudalics@gmx.at>
20965
20966 * startup.el (command-line-1): Fix last fix by inserting
20967 initial-scratch-message into *scratch* before displaying it.
20968 (Bug#9605) and (Bug#9636)
20969
20970 2011-09-29 Eli Zaretskii <eliz@gnu.org>
20971
20972 * simple.el (line-move): If auto-hscroll-mode is disabled and the
20973 window is hscrolled, move by logical lines. (Bug#9607)
20974 (line-move-visual): Update the doc string to the above effect.
20975
20976 2011-09-29 Martin Rudalics <rudalics@gmx.at>
20977
20978 * window.el (display-buffer-record-window): When WINDOW is the
20979 selected window use `point' instead of `window-point'. (Bug#9626)
20980
20981 * startup.el (command-line-1): Use insert-before-markers when
20982 inserting initial-scratch-message. (Bug#9605)
20983
20984 * help.el (help-window): Remove variable.
20985
20986 2011-09-29 Glenn Morris <rgm@gnu.org>
20987
20988 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
20989
20990 2011-09-29 Juanma Barranquero <lekktu@gmail.com>
20991
20992 * descr-text.el (describe-char-categories): Accept category
20993 descriptions more than one line long.
20994
20995 2011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
20996
20997 * simple.el (delete-trailing-whitespace): Fix last change.
20998
20999 * progmodes/perl-mode.el (perl-syntax-propertize-function):
21000 Don't confuse "y => 3" as the beginning of a `y' operation.
21001
21002 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
21003 object has more than 4 slots (bug#9613).
21004
21005 2011-09-28 Juanma Barranquero <lekktu@gmail.com>
21006
21007 * subr.el (with-output-to-temp-buffer):
21008 * net/quickurl.el (quickurl, quickurl-browse-url):
21009 Fix typos in docstrings.
21010
21011 2011-09-27 Eli Zaretskii <eliz@gnu.org>
21012
21013 * minibuffer.el (completion-styles)
21014 (completion-category-overrides): Cross reference each other in doc
21015 strings.
21016
21017 2011-09-27 Glenn Morris <rgm@gnu.org>
21018
21019 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
21020 to split-string. (Bug#9606)
21021
21022 2011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
21023
21024 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
21025 (bug#9615).
21026
21027 2011-09-27 Chong Yidong <cyd@stupidchicken.com>
21028
21029 * emacs-lisp/package.el (list-packages): Fix echo area message.
21030
21031 2011-09-27 Leo Liu <sdl.web@gmail.com>
21032
21033 * ido.el (ido-read-internal): Accept cons cell HIST arg.
21034
21035 2011-09-25 Michael Albinus <michael.albinus@gmx.de>
21036
21037 * net/dbus.el (dbus-unregister-object): Don't release services for
21038 registered signals. (Bug#9581)
21039
21040 2011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
21041
21042 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
21043 function that picks between cfengine 2 and 3 support
21044 automatically. Update docs accordingly.
21045
21046 2011-09-22 Kenichi Handa <handa@m17n.org>
21047
21048 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
21049 ZERO.
21050 (indian-itrans-v5-table-for-tamil): New variable.
21051 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
21052
21053 2011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
21054
21055 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
21056 that's true if the current command involved collapsing of text.
21057 It's reset to false at the beginning of the next command.
21058 (allout-post-command-business): Move the cursor to the beginning
21059 of entry if the cursor is hidden and collapsing activity just
21060 happened.
21061
21062 2011-09-24 Chong Yidong <cyd@stupidchicken.com>
21063
21064 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
21065 tracking (Bug#9541).
21066
21067 2011-09-24 Ulf Jasper <ulf.jasper@web.de>
21068
21069 * net/newst-reader.el (newsticker-html-renderer)
21070 (newsticker-show-news): Automatically load html rendering package
21071 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
21072 because w3m-fill-column is let-bound" and the error "Symbol's value
21073 as variable is void: w3m-fill-column".
21074
21075 2011-09-24 Michael Albinus <michael.albinus@gmx.de>
21076
21077 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
21078 Release services only if they are defined. (Bug#9581)
21079
21080 2011-09-23 Richard Stallman <rms@gnu.org>
21081
21082 * textmodes/paragraphs.el (forward-sentence): For backwards case,
21083 distinguish start of paragraph from start of its text.
21084
21085 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
21086
21087 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
21088 (rmail-generate-viewer-buffer): Put that hook on view buffer.
21089 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
21090
21091 2011-09-23 Andreas Schwab <schwab@linux-m68k.org>
21092
21093 * international/mule-diag.el (mule-diag): Insert a newline after
21094 each fontset description.
21095
21096 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
21097
21098 * simple.el (delete-trailing-whitespace):
21099 Document last change; simplify.
21100
21101 2011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
21102
21103 * simple.el (delete-trailing-whitespace): Also delete
21104 extra newlines at the end of the buffer.
21105
21106 * textmodes/picture.el: Make motion commands obey shift-select-mode.
21107 (picture-newline): Use forward-line so as to ignore fields.
21108
21109 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
21110
21111 * subr.el (with-wrapper-hook): Fix edebug spec.
21112
21113 2011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
21114
21115 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
21116 (bug#4538).
21117
21118 2011-09-23 Michael Albinus <michael.albinus@gmx.de>
21119
21120 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
21121 Fix nasty bug using wrong cached values.
21122
21123 2011-09-23 Alan Mackenzie <acm@muc.de>
21124
21125 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
21126
21127 2011-09-23 Chong Yidong <cyd@stupidchicken.com>
21128
21129 * window.el (pop-to-buffer): Ensure right window is selected if we
21130 chose another frame.
21131
21132 2011-09-22 Eli Zaretskii <eliz@gnu.org>
21133
21134 * simple.el (what-cursor-position): Use get-char-property-change
21135 and next-single-char-property-change, to be able to show display
21136 properties that come from overlays as well as text properties.
21137
21138 2011-09-22 Chong Yidong <cyd@stupidchicken.com>
21139
21140 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
21141
21142 * cmuscheme.el (run-scheme, switch-to-scheme):
21143 * cus-edit.el (customize-group, custom-buffer-create)
21144 (customize-browse):
21145 * info.el (info):
21146 * shell.el (shell):
21147 * mail/sendmail.el (mail):
21148 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
21149
21150 2011-09-22 Richard Stallman <rms@gnu.org>
21151
21152 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
21153 move back only to line beg, don't move back over blank lines.
21154
21155 2011-09-22 Michael Albinus <michael.albinus@gmx.de>
21156
21157 * files.el (copy-directory): Set directory attributes only in case
21158 they could be retrieved from the source directory. (Bug#9565)
21159
21160 2011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
21161
21162 * progmodes/hideshow.el (hs-looking-at-block-start-p)
21163 (hs-find-block-beginning, hs-hide-level-recursive):
21164 Ignore strings as well as comments. (Bug#9502)
21165
21166 2011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
21167
21168 * progmodes/sql.el (sql-comint-postgres):
21169 Convert port number to a string. (Bug#9566)
21170
21171 2011-09-22 Martin Rudalics <rudalics@gmx.at>
21172
21173 * window.el (quit-window): Undedicate window when switching to
21174 previous buffer. Reported by Thierry Volpiatto
21175 <thierry.volpiatto@gmail.com>.
21176 (special-display-popup-frame): When popping up a new frame reset
21177 its previous buffers to nil. Simplify code.
21178
21179 2011-09-21 Michael Albinus <michael.albinus@gmx.de>
21180
21181 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
21182 and process filter, as done also in `shell-command'.
21183
21184 2011-09-21 Martin Rudalics <rudalics@gmx.at>
21185
21186 * window.el (set-window-buffer-start-and-point):
21187 Call set-window-start with NOFORCE argument t.
21188 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
21189 (quit-window): Reword doc-string. Handle new format of
21190 quit-restore parameter. Don't delete window if it has a
21191 previous buffer we can show instead of the present one.
21192 (display-buffer-record-window): Rewrite using a new format for
21193 the quit-restore window parameter
21194 (special-display-popup-frame, display-buffer-same-window)
21195 (display-buffer-reuse-window, display-buffer-pop-up-frame)
21196 (display-buffer-pop-up-window, display-buffer-use-some-window):
21197 Adapt symbol passed to display-buffer-record-window.
21198 * help.el (help-window-setup): Handle new format of quit-restore
21199 parameter.
21200
21201 2011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
21202
21203 * faces.el (face-list): Fix docstring (bug#9564).
21204
21205 * window.el (display-buffer--action-function-custom-type):
21206 Don't include internal functions in the Custom interface.
21207
21208 2011-09-20 Juri Linkov <juri@jurta.org>
21209
21210 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
21211 (Info-forward-node, Info-backward-node, Info-next-preorder)
21212 (Info-last-preorder): Use it. (Bug#9528)
21213
21214 2011-09-20 Juri Linkov <juri@jurta.org>
21215
21216 * info.el (Info-last-preorder): Visit last menu item only when
21217 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
21218
21219 2011-09-20 Julien Danjou <julien@danjou.info>
21220
21221 * password-cache.el (password-cache-remove): Remove entries even if the
21222 value is nil, so that password with a nil value (negative caching) is
21223 possible to invalidate.
21224
21225 2011-09-20 Lawrence Mitchell <wence@gmx.li>
21226
21227 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
21228 all whitespace around breakpoint. (Bug#9553)
21229 (f90-find-breakpoint): Only break at whitespace inside a comment.
21230
21231 2011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
21232
21233 * minibuffer.el (completion-file-name-table): Keep track of errors.
21234 (completion-table-with-predicate): Handle the case where pred1 is nil.
21235 * pcomplete.el (pcomplete-completions-at-point): Simplify.
21236
21237 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
21238
21239 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
21240 (debugger-return-value): Signal an error if the debugging context does
21241 not await any return value.
21242
21243 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
21244 * image-mode.el (image-toggle-display-text)
21245 (image-toggle-display-image): Stay away from evil `intangible'.
21246
21247 2011-09-19 Leo Liu <sdl.web@gmail.com>
21248
21249 * replace.el (occur-revert-arguments): Make it permanent-local.
21250 (occur-mode): Don't call font-lock-defontify.
21251
21252 2011-09-19 Chong Yidong <cyd@stupidchicken.com>
21253
21254 * net/ldap.el (ldap-search-internal): Don't push empty search
21255 result (Bug#9508).
21256
21257 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
21258
21259 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
21260
21261 2011-09-19 Michael Albinus <michael.albinus@gmx.de>
21262
21263 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
21264 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
21265
21266 2011-09-18 Juri Linkov <juri@jurta.org>
21267
21268 * buff-menu.el (Buffer-menu-mode-map):
21269 * dired.el (dired-mode-map):
21270 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
21271 (lisp-interaction-mode-map):
21272 * emacs-lisp/package.el (package-menu-mode-map):
21273 * epa.el (epa-key-list-mode-map):
21274 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
21275 (menu-bar-options-menu):
21276 * outline.el (outline-mode-menu-bar-map):
21277 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
21278 * vc/vc-dir.el (vc-dir-menu-map):
21279 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
21280 Capitalize non-function content words in menu item strings.
21281
21282 * dired.el (dired-mode-map): Add menu item for
21283 `image-dired-dired-toggle-marked-thumbs'.
21284
21285 2011-09-18 Juri Linkov <juri@jurta.org>
21286
21287 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
21288 to `isearch-case-fold-search' and restore its original value
21289 after the `isearch-mode' call.
21290
21291 2011-09-18 Juri Linkov <juri@jurta.org>
21292
21293 * progmodes/grep.el (grep-process-setup): Don't check code for 1
21294 because `zgrep' returns 1 for successful matches (bug#9226).
21295
21296 2011-09-18 Juri Linkov <juri@jurta.org>
21297
21298 * info.el (Info-extract-menu-node-name): Check the second match
21299 for empty string (second test-case of bug#9528).
21300 (Info-last-preorder): Let-bind `Info-history' to nil to not add
21301 intermediate nodes to the history (first test-case of bug#9528).
21302
21303 2011-09-18 Juri Linkov <juri@jurta.org>
21304
21305 * info.el (Info-mode-syntax-table): New variable.
21306 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
21307
21308 2011-09-18 Juri Linkov <juri@jurta.org>
21309
21310 * info.el (Info-file-supports-index-cookies):
21311 Increment line-beginning-position's arg from 3 to 4 because makeinfo
21312 outputs one more line for long file names (bug#4142).
21313
21314 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
21315
21316 * newcomment.el (comment-normalize-vars): If prompting for
21317 comment-start, set comment-start-skip too (Bug#8424).
21318
21319 2011-09-18 Johan Bockgård <bojohan@gnu.org>
21320
21321 * icomplete.el: Fix previous fix of Bug#5849.
21322 (icomplete-mode): Don't set completion-show-inline-help.
21323 (icomplete-minibuffer-setup): Set completion-show-inline-help
21324 locally during icompletion.
21325
21326 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
21327
21328 * woman.el (woman2-process-escapes): Don't delete unrecognized
21329 escapes (Bug#7843).
21330
21331 * files.el (inhibit-first-line-modes-regexps): Add image files.
21332 (hack-local-variables-prop-line): Return nil for malformed
21333 prop-lines (Bug#9044).
21334
21335 2011-09-18 Michael Albinus <michael.albinus@gmx.de>
21336
21337 * net/tramp.el (top): Don't require 'shell.
21338 (tramp-methods): Fix docstring.
21339 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
21340 Return complete remote file name. Handle "smb" case.
21341 Use `tramp-tmpdir', if defined for the respective method.
21342 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
21343
21344 * net/tramp-compat.el (top): Require 'shell.
21345
21346 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
21347 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
21348 `tramp-current-host'.
21349 (tramp-get-remote-tmpdir): Remove.
21350
21351 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
21352 `tramp-tmpdir' entries.
21353 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
21354 (tramp-smb-handle-file-attributes): Ignore errors.
21355 (tramp-smb-wait-for-output): Check also for process end.
21356
21357 2011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
21358
21359 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
21360 when sending QUIT (bug#9312).
21361
21362 2011-09-17 Chong Yidong <cyd@stupidchicken.com>
21363
21364 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
21365 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
21366 occur-mode-display-occurrence.
21367 (occur-edit-mode): Add usage message.
21368 (occur-cease-edit): New command.
21369 (occur-after-change-function): Use text properties to find the
21370 position of the prefix text.
21371 (occur-engine): Set stickiness of prefix text properties.
21372
21373 2011-09-17 Glenn Morris <rgm@gnu.org>
21374
21375 * progmodes/etags.el (complete-tag):
21376 Fix call to completion-in-region. (Bug#9526)
21377
21378 2011-09-17 Juri Linkov <juri@jurta.org>
21379
21380 * textmodes/ispell.el (ispell-word): Add to the error message
21381 the word, ispell program name and current dictionary (bug#9121).
21382 (ispell-tex-arg-end): Capitalize "error" in the error message.
21383
21384 2011-09-17 Andreas Schwab <schwab@linux-m68k.org>
21385
21386 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
21387 check. (Bug#4251)
21388
21389 2011-09-17 Juri Linkov <juri@jurta.org>
21390
21391 * window.el (window-safe-min-height, window-safe-min-width):
21392 Fix typos (followup to bug#9522).
21393
21394 2011-09-17 Sven Joachim <svenjoac@gmx.de>
21395
21396 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
21397
21398 2011-09-16 Eli Zaretskii <eliz@gnu.org>
21399
21400 * simple.el (line-move): If goal-column is set, move by logical
21401 lines, not by display lines. (Bug#971)
21402 (next-line, previous-line, goal-column, line-move-visual): Doc fix
21403 to reflect the above change.
21404
21405 2011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
21406
21407 * image.el (imagemagick-register-types): Use regexp-opt.
21408
21409 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
21410
21411 * window.el (display-buffer-base-action): Rename from
21412 display-buffer-default-action. Make default value empty.
21413 (display-buffer-overriding-action): Convert to defvar.
21414 (display-buffer-fallback-action): New var.
21415
21416 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
21417
21418 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
21419 declaration.
21420 (package--add-to-archive-contents): If there is a duplicate entry
21421 with an older version, remove it.
21422 (package-menu-mark-delete, package-menu-mark-install)
21423 (package-menu-mark-unmark): Make unused args optional.
21424 (package-menu-mark-obsolete-for-deletion):
21425 Use package-menu-get-status instead of a regexp search.
21426 (package-menu-get-status): Use tabulated-list-entry.
21427 (package-menu-mark-upgrades): New command.
21428 (package-menu-mode-map): Bind it to U. Add it to menu bar.
21429 (package-menu-execute): Do installation before deletion.
21430 (package-menu-refresh, package-menu-execute): Use derived-mode-p
21431 instead of checking major-mode.
21432 (package-menu--find-upgrades): New function.
21433
21434 2011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
21435
21436 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
21437 passwords in the log buffer.
21438 (smtpmail-process-filter): Update the process marker so that the
21439 "broken by peer" status message is inserted in the right place.
21440
21441 2011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
21442
21443 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
21444 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
21445 bibtex-completion-at-point-function.
21446 (bibtex-completion-at-point-function): Use them.
21447
21448 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
21449
21450 * mpc.el (mpc-constraints-tag-lookup): New function.
21451 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
21452 also to browser "album|playlist".
21453
21454 2011-09-14 Juri Linkov <juri@jurta.org>
21455
21456 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
21457 (isearch-edit-string): Use length of `isearch-string' when
21458 `isearch-fail-pos' returns nil.
21459 (isearch-message): Remove duplicate code and call
21460 `isearch-fail-pos' with arg `t'.
21461
21462 2011-09-14 Chong Yidong <cyd@stupidchicken.com>
21463
21464 * replace.el (occur-mode-goto-occurrence): Don't force using other
21465 window (Bug#9499).
21466
21467 * dired-aux.el (dired-do-chmod): Don't provide initial input.
21468
21469 2011-09-14 Martin Rudalics <rudalics@gmx.at>
21470
21471 * window.el (display-buffer-window): Remove.
21472 (display-buffer-record-window): Use help-setup window parameter
21473 instead of variable display-buffer-window.
21474 (display-buffer-function, special-display-buffer-names)
21475 (special-display-function): Mention help-setup parameter instead
21476 of display-buffer-window in doc-string.
21477 * help.el (help-window-setup): New argument help-window.
21478 Use help-window-setup parameter instead of display-buffer-window.
21479 Reword some messages.
21480 (with-help-window): Pass window used for displaying the buffer
21481 to help-window-setup. Don't set display-buffer-window.
21482
21483 2011-09-13 Glenn Morris <rgm@gnu.org>
21484
21485 * emacs-lisp/debug.el (debugger-make-xrefs):
21486 Preserve point. (Bug#9462)
21487
21488 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
21489
21490 * window.el (window-deletable-p): Use next-frame.
21491
21492 2011-09-13 Martin Rudalics <rudalics@gmx.at>
21493
21494 * window.el (window-auto-delete): Remove.
21495 (window-deletable-p): Remove argument FORCE. Don't deal with
21496 dedication and previous buffers.
21497 (switch-to-prev-buffer): Don't delete window.
21498 (delete-windows-on): Delete a window's frame if and only if the
21499 window is dedicated.
21500 (replace-buffer-in-windows): Delete buffer's window or frame if
21501 and only if window is dedicated.
21502 (quit-window): Handle quit-restore as before last change.
21503 (bury-buffer): Delete window only if window-deletable-p returns t.
21504
21505 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
21506
21507 * window.el (window-deletable-p): Never delete the last frame on a
21508 given terminal.
21509
21510 2011-09-13 Glenn Morris <rgm@gnu.org>
21511
21512 * help.el (describe-key-briefly): Copy previous standard-output change.
21513
21514 2011-09-13 PJ Weisberg <pj@irregularexpressions.net>
21515
21516 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
21517
21518 2011-09-13 Glenn Morris <rgm@gnu.org>
21519
21520 * emacs-lisp/lisp-mode.el (lisp-indent-function):
21521 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
21522
21523 2011-09-12 Chong Yidong <cyd@stupidchicken.com>
21524
21525 * dired-aux.el (dired-mark-read-string): Don't return default
21526 value on empty input (Bug#9361).
21527 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
21528 Omit initial minibuffer contents.
21529 (dired-do-chmod): Signal an error on empty input.
21530 (dired-mark-read-string): Don't return default on empty input.
21531
21532 * files.el (file-modes-symbolic-to-number): Doc fix.
21533
21534 2011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
21535
21536 * international/mule-cmds.el (ucs-completions): Remove.
21537 (read-char-by-name): Use complete-with-action instead; add metadata.
21538
21539 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
21540
21541 * window.el (display-buffer--action-function-custom-type)
21542 (display-buffer--action-custom-type): New vars.
21543 (display-buffer-alist, display-buffer-default-action)
21544 (display-buffer-overriding-action): Add defcustom types.
21545
21546 * frame.el (delete-other-frames): Doc fix (Bug#276).
21547
21548 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
21549
21550 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
21551
21552 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
21553
21554 Change modes that used same-window-* vars to use switch-to-buffer.
21555
21556 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
21557 Use switch-to-buffer.
21558
21559 * cus-edit.el (customize-group, custom-buffer-create)
21560 (customize-browse, custom-buffer-create-other-window):
21561 Use switch-to-buffer or switch-to-buffer-other-window.
21562
21563 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
21564 (Info-prev, Info-up, Info-speedbar-goto-node)
21565 (info-display-manual): Use switch-to-buffer.
21566 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
21567
21568 * mail/sendmail.el (mail): Use switch-to-buffer.
21569 (mail-recover): Use switch-to-buffer-other-window.
21570
21571 * cmuscheme.el (run-scheme, switch-to-scheme):
21572 * ielm.el (ielm):
21573 * shell.el (shell):
21574 * net/rlogin.el (rlogin):
21575 * net/telnet.el (telnet, rsh):
21576 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
21577
21578 2011-09-11 Andreas Schwab <schwab@linux-m68k.org>
21579
21580 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
21581
21582 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
21583
21584 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
21585 so don't mention it (bug#9301).
21586 (dired-sort-toggle-or-edit): Clarify string further.
21587
21588 * faces.el (face-spec-set-match-display): Make `(type graphic)'
21589 match `x', `w32' and `ns', like the manual says (bug#9029).
21590
21591 * subr.el (eval-after-load): Doc string clarification (bug#9125).
21592 (process-kill-buffer-query-function): Mention the buffer name in
21593 the query.
21594
21595 * image-mode.el (image-next-line): The line parameter is mandatory
21596 (bug#9258).
21597
21598 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
21599 which can be useful (bug#9301).
21600
21601 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
21602
21603 * subr.el (match-string): Mention that the current buffer should
21604 be the same as the search was done in (bug#9282).
21605
21606 * facemenu.el: Disable the remove-* commands if the mark isn't
21607 active (bug#9162).
21608
21609 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
21610
21611 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
21612 of display-buffer.
21613 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
21614
21615 * replace.el (occur-mode-goto-occurrence)
21616 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
21617 and display-buffer.
21618
21619 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
21620 display-buffer.
21621
21622 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
21623 special-display and same-window variables.
21624 (mail-other-window): Use switch-to-buffer-other-window.
21625 (mail-other-frame): USe switch-to-buffer-other-frame.
21626
21627 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
21628 Use display-buffer-other-frame.
21629 (gdb-display-gdb-buffer): Use pop-to-buffer.
21630
21631 * progmodes/gud.el (gud-goto-info): Use info-other-window.
21632
21633 * progmodes/python.el: Don't set same-window-buffer-names.
21634
21635 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
21636
21637 * window.el (display-buffer-alist): Add *Python*.
21638
21639 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
21640
21641 * window.el (display-buffer-alist): Add entry for buffers
21642 previously handled same-window-*.
21643 (display-buffer-alist, display-buffer-default-action)
21644 (display-buffer-overriding-action): Mark as risky.
21645 (display-buffer-alist): Document action function changes.
21646 (display-buffer--same-window-action)
21647 (display-buffer--other-frame-action): New variables.
21648 (switch-to-buffer, display-buffer-other-frame): Use them.
21649 (display-buffer): Rename reuse-frame entry to reusable-frames.
21650 (display-buffer-reuse-selected-window): Function deleted.
21651 (display-buffer-reuse-window): Handle reusable-frames alist entry.
21652 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
21653 (display-buffer-special): New function.
21654 (display-buffer--maybe-pop-up-frame-or-window): Rename from
21655 display-buffer-reuse-or-pop-window. Split off special-display
21656 part into display-buffer-special.
21657 (display-buffer-use-some-window): Don't perform any special
21658 pop-up-frames handling.
21659 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
21660 (display-buffer--maybe-same-window): Rename from
21661 display-buffer-maybe-same-window.
21662
21663 * info.el: Don't set same-window-regexps.
21664 (info-setup): New function.
21665 (info-other-window, info): Call it.
21666
21667 * cus-edit.el: Don't set same-window-regexps.
21668 (customize-group): New argument.
21669 (customize-group-other-window): Use it.
21670 (customize-face, customize-face-other-window): Likewise.
21671 (custom-buffer-create-other-window): Use pop-to-buffer directly.
21672
21673 * net/rlogin.el:
21674 * net/telnet.el:
21675 * progmodes/gud.el: Don't set same-window-regexps.
21676
21677 * cmuscheme.el:
21678 * ielm.el:
21679 * shell.el:
21680 * mail/sendmail.el:
21681 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
21682
21683 2011-09-10 Juri Linkov <juri@jurta.org>
21684
21685 * isearch.el (isearch-edit-string): Remove obsolete mention of
21686 `C-w' (`isearch-yank-word-or-char') from docstring.
21687 (isearch-query-replace): Fix typo in docstring (bug#9466).
21688
21689 2011-09-10 Juri Linkov <juri@jurta.org>
21690
21691 * paren.el (show-paren-function): Don't show escaped parens.
21692 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
21693
21694 2011-09-10 Eli Zaretskii <eliz@gnu.org>
21695
21696 * mail/sendmail.el (mml-to-mime, mml-attach-file)
21697 (mm-default-file-encoding): Remove autoload forms, they are
21698 replaced with autoload cookies in mml.el and mm-encode.el.
21699 (mail-add-attachment): New command.
21700 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
21701 (mail-mode): Mention mail-insert-file and mail-add-attachment in
21702 the doc string.
21703 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
21704
21705 2011-09-10 Reuben Thomas <rrt@sc3d.org>
21706
21707 * simple.el (count-words-region): Use buffer if there's no region
21708 (bug#9429).
21709
21710 2011-09-09 Juri Linkov <juri@jurta.org>
21711
21712 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
21713 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
21714 (wdired-isearch-filter-read-only): New function. (Bug#6362)
21715
21716 2011-09-09 Alan Mackenzie <acm@muc.de>
21717
21718 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
21719 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
21720
21721 2011-09-09 Eli Zaretskii <eliz@gnu.org>
21722
21723 Fix for Savannah bug#9392.
21724 * simple.el (mail-encode-mml): New defvar.
21725
21726 * mail/rmail.el (mail-encode-mml): Add a defvar.
21727 (rmail-enable-mime-composing): Default to t.
21728 (rmail-forward): Use MIME method of forwarding only if both
21729 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
21730 Set mail-encode-mml non-nil if the MIME method was used.
21731
21732 * mail/sendmail.el (mml-to-mime): Add autoload form.
21733 (mail-encode-mml): Add a defvar.
21734 (mail-mode): Make mail-encode-mml buffer-local and initialize it
21735 to nil.
21736 (mail-send): If mail-encode-mml is non-nil, run the outgoing
21737 message through mml-to-mime, and reset mail-encode-mml to nil.
21738
21739 2011-09-09 Glenn Morris <rgm@gnu.org>
21740
21741 * woman.el (woman-if-body): When processing an .el block,
21742 do not delete the next .el block as well. (Bug#9447)
21743 (woman-special-characters): Add oq, cq, and hy characters.
21744
21745 2011-09-08 Martin Rudalics <rudalics@gmx.at>
21746
21747 * window.el (window-deletable-p): Make sure window is live before
21748 invoking window-prev-buffers.
21749
21750 2011-09-08 Leo Liu <sdl.web@gmail.com>
21751
21752 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
21753
21754 2011-09-08 Juri Linkov <juri@jurta.org>
21755
21756 * progmodes/compile.el (compilation-environment): Make it
21757 a defcustom (bug#8340).
21758
21759 2011-09-08 Martin Rudalics <rudalics@gmx.at>
21760
21761 * window.el (frame-auto-delete): Rename to window-auto-delete.
21762 Make it control auto-deletion of windows and/or frames.
21763 (window-deletable-p): New argument FORCE. Rewrite conditions
21764 for deleting window/frame. (Bug#9419)
21765 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
21766 Rewrite handling of case when window/frame can be deleted.
21767 (delete-windows-on): Call window-deletable-p with new FORCE
21768 argument t. (Bug#9456)
21769
21770 2011-09-07 Chong Yidong <cyd@stupidchicken.com>
21771
21772 * help-mode.el (help-mode): Restore autoload.
21773
21774 2011-09-07 Juri Linkov <juri@jurta.org>
21775
21776 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
21777 `compilation-environment'. Set buffer-local
21778 `compilation-environment' to `thisenv' later after (funcall mode).
21779 (Bug#8340)
21780
21781 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
21782 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
21783 instead of replacing its value. (Bug#8340)
21784
21785 2011-09-07 Juri Linkov <juri@jurta.org>
21786
21787 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
21788 based on text properties put by `grep-filter' instead of matching
21789 escape sequences.
21790 (grep-mode): Set buffer-local `compilation-error-screen-columns'
21791 to the value of `grep-error-screen-columns' (bug#9438).
21792
21793 2011-09-07 Juri Linkov <juri@jurta.org>
21794
21795 * simple.el (next-error-highlight, next-error-highlight-no-select):
21796 Doc fix (bug#9432).
21797
21798 2011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
21799
21800 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
21801 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
21802
21803 2011-09-07 Leo Liu <sdl.web@gmail.com>
21804
21805 * net/rcirc.el (rcirc-mode): Conditionally initialize
21806 rcirc-input-ring.
21807
21808 2011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
21809
21810 * emacs-lisp/find-func.el (find-function-C-source): Only set
21811 find-function-C-source-directory after checking that we found a source
21812 file there (bug#9440).
21813
21814 2011-09-06 Alan Mackenzie <acm@muc.de>
21815
21816 * isearch.el (isearch-other-meta-char): Wherever a key list is
21817 unread, "unread" the prefix arg, too. This fixes bug #8901.
21818
21819 2011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
21820
21821 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
21822
21823 2011-09-05 Juri Linkov <juri@jurta.org>
21824
21825 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
21826
21827 2011-09-05 Juri Linkov <juri@jurta.org>
21828
21829 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
21830 keeping point where processing of grep matches begins, and
21831 continue to delete remaining escape sequences from the same point.
21832 (grep-filter): Make leading zero optional in "0?1;31m" because
21833 git-grep emits "\033[1;31m" escape sequences unlike expected
21834 "\033[01;31m" as GNU Grep does (bug#9408).
21835 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
21836
21837 2011-09-05 Juri Linkov <juri@jurta.org>
21838
21839 * subr.el (y-or-n-p): Capitalize "yes".
21840
21841 2011-09-04 Michael Albinus <michael.albinus@gmx.de>
21842
21843 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
21844 `tramp-cache-unload-hook' where appropriate.
21845 (tramp-methods): Rename `tramp-remote-sh' to
21846 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
21847 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
21848
21849 * net/tramp-sh.el (top): Don't require 'shell.
21850 (tramp-methods): Add `tramp-remote-shell' and
21851 `tramp-remote-shell-args' entries.
21852 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
21853 (tramp-sh-handle-shell-command): Remove.
21854 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
21855 Use `tramp-remote-shell'.
21856
21857 2011-09-03 Chong Yidong <cyd@stupidchicken.com>
21858
21859 * mail/sendmail.el (sendmail-query-once-function): Delete.
21860 (sendmail-query-once): Save directly to send-mail-function.
21861 Update message-send-mail-function too.
21862
21863 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
21864
21865 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
21866
21867 * progmodes/python.el (python-mode-map): Use correct function to
21868 start python interpreter from menu-bar (as reported by Geert
21869 Kloosterman).
21870 (inferior-python-mode-map): Fix typo.
21871 (python-shell-map): Remove.
21872
21873 2011-09-03 Deniz Dogan <deniz@dogan.se>
21874
21875 * net/rcirc.el (rcirc-print): Simplify code for
21876 rcirc-scroll-show-maximum-output. There is no need to walk
21877 through all windows to find the right one.
21878
21879 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
21880
21881 * help.el (help-return-method): Doc fix.
21882
21883 2011-09-03 Martin Rudalics <rudalics@gmx.at>
21884
21885 * window.el (window-deletable-p): Don't return a non-nil value
21886 when there's a buffer that was shown in the window before.
21887 (Bug#9419)
21888 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
21889 Set window's previous buffers to nil.
21890
21891 2011-09-03 Eli Zaretskii <eliz@gnu.org>
21892
21893 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
21894 newline before and after the tag line, so it doesn't interfere
21895 with determining the paragraph direction of bidirectional text.
21896
21897 2011-09-03 Leo Liu <sdl.web@gmail.com>
21898
21899 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
21900
21901 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
21902
21903 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
21904 (pop-to-buffer): Change interactive spec. Pass second argument
21905 directly to display-buffer.
21906 (display-buffer): Fix interactive spec. Use functionp to
21907 distinguish between a function and a list of functions.
21908
21909 * abbrev.el (edit-abbrevs):
21910 * arc-mode.el (archive-extract):
21911 * autoinsert.el (auto-insert):
21912 * bookmark.el (bookmark-bmenu-list):
21913 * files.el (find-file):
21914 * view.el (view-buffer):
21915 * progmodes/compile.el (compilation-goto-locus):
21916 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
21917
21918 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
21919
21920 * window.el (display-buffer-alist): Doc fix.
21921 (display-buffer): Add docstring. Don't treat
21922 display-buffer-default specially.
21923 (display-buffer-reuse-selected-window)
21924 (display-buffer-same-window, display-buffer-maybe-same-window)
21925 (display-buffer-reuse-window, display-buffer-pop-up-frame)
21926 (display-buffer-pop-up-window)
21927 (display-buffer-reuse-or-pop-window)
21928 (display-buffer-use-some-window): New functions.
21929 (display-buffer-default-action): Use them.
21930 (display-buffer-default): Delete.
21931 (pop-to-buffer-1): Fix choice of actions.
21932
21933 2011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
21934
21935 * minibuffer.el (completion--insert-strings): Don't get confused by
21936 completion entries that end with an LF char.
21937
21938 2011-09-01 Eli Zaretskii <eliz@gnu.org>
21939
21940 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
21941
21942 2011-09-01 Chong Yidong <cyd@stupidchicken.com>
21943
21944 * window.el (display-buffer): Restore interactive spec.
21945 (display-buffer-same-window, display-buffer-other-window):
21946 New functions.
21947 (pop-to-buffer-1): New function. Use the above.
21948 (pop-to-buffer, pop-to-buffer-same-window): Use it.
21949 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
21950
21951 * view.el (view-buffer-other-window, view-buffer-other-frame):
21952 Just use pop-to-buffer.
21953
21954 2011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
21955
21956 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
21957
21958 2011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
21959
21960 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
21961
21962 2011-08-31 Richard Stallman <rms@gnu.org>
21963
21964 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
21965 of the separation of rmail-view-buffer from rmail-buffer.
21966 If you say no to "replace original", the decrypt is in the
21967 view buffer. If you say yes, the decrypt goes into the
21968 rmail buffer also.
21969
21970 2011-08-31 Martin Rudalics <rudalics@gmx.at>
21971
21972 * window.el (display-buffer-window): Rewrite doc-string.
21973 (display-buffer-record-window): New function.
21974 (display-buffer-macro-specifiers)
21975 (display-buffer-even-window-sizes, display-buffer-set-height)
21976 (display-buffer-set-width, display-buffer-in-window)
21977 (display-buffer-reuse-window, display-buffer-split-specifiers)
21978 (display-buffer-side-specifiers, display-buffer-split-window-1)
21979 (display-buffer-split-window, display-buffer-split-atom-window)
21980 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
21981 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
21982 (display-buffer-other-window-means-other-frame)
21983 (display-buffer-normalize-special)
21984 (display-buffer-normalize-default)
21985 (display-buffer-normalize-argument)
21986 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
21987 (display-buffer-normalize-specifiers, display-buffer-frame)
21988 (display-buffer-same-window, display-buffer-same-frame)
21989 (display-buffer-other-window)
21990 (display-buffer-same-frame-other-window)
21991 (display-buffer-other-frame, pop-to-buffer-same-window)
21992 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
21993 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
21994 (switch-to-buffer-same-frame)
21995 (switch-to-buffer-other-window-same-frame)
21996 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
21997 (display-buffer-alist-set-1, display-buffer-alist-set-2)
21998 (display-buffer-alist-set): Remove.
21999 (display-buffer-function, special-display-buffer-names)
22000 (special-display-regexps, special-display-function):
22001 In doc-string refer to display-buffer-window and quit-restore
22002 parameter.
22003 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
22004 (special-display-frame-alist, special-display-popup-frame)
22005 (same-window-buffer-names, same-window-regexps, same-window-p)
22006 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
22007 (split-window-preferred-function, split-height-threshold)
22008 (split-width-threshold, window-splittable-p)
22009 (split-window-sensibly, window--try-to-split-window)
22010 (window--frame-usable-p, even-window-heights)
22011 (window--even-window-heights, window--display-buffer-1)
22012 (window--display-buffer-2, display-buffer-other-frame):
22013 Restore old Emacs 23 code, order and doc-strings where applicable.
22014 (display-buffer-default, display-buffer-assq-regexp): New functions.
22015 (display-buffer-alist): Rewrite doc-string.
22016 (display-buffer-default-action)
22017 (display-buffer-overriding-action): New variables.
22018 (display-buffer, switch-to-buffer): Rewrite.
22019 (pop-to-buffer): Restore Emacs 23 behavior but use
22020 window-normalize-buffer-to-display.
22021 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
22022 Restore Emacs 23 behavior but use
22023 window-normalize-buffer-to-switch-to.
22024 (pop-to-buffer-same-window): Rewrite.
22025 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
22026 Rewrite using Emacs 23 options.
22027
22028 2011-08-31 Michael Albinus <michael.albinus@gmx.de>
22029
22030 * net/tramp.el (tramp-root-regexp): Remove.
22031 (tramp-completion-file-name-regexp-unified)
22032 (tramp-completion-file-name-regexp-separate)
22033 (tramp-completion-file-name-regexp-url): Don't use leading volume
22034 letter on w32 systems. (Bug#5303, Bug#9311)
22035 (tramp-drop-volume-letter): Simplify definition.
22036 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
22037
22038 2011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
22039
22040 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
22041 (bug#9356).
22042
22043 2011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
22044
22045 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
22046
22047 2011-08-29 Juri Linkov <juri@jurta.org>
22048
22049 * isearch.el (isearch-done): Don't display message "Mark saved"
22050 when arg `edit' is non-nil to prevent its flicker in the echo area.
22051
22052 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
22053
22054 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
22055 obsolete packages for deletion.
22056
22057 2011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
22058
22059 * help-mode.el (help-mode-map): Add special-mode-map to parent.
22060 (help-mode): Derive help-mode from special-mode. Don't invoke
22061 view-mode from help-mode.
22062 (help-xref-override-view-map): Remove.
22063 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
22064 view-mode is not used anymore.
22065
22066 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
22067
22068 * server.el (server-port): Doc fix.
22069
22070 * cus-theme.el (custom-theme-choose-mode): Inherit from
22071 special-mode (Bug#9124).
22072 (custom-theme-choose-mode-map): Add special-mode to parent.
22073
22074 2011-08-28 Alan Mackenzie <acm@muc.de>
22075
22076 * progmodes/cc-fonts.el
22077 (c-make-font-lock-BO-decl-search-function): New function.
22078 (c-basic-matchers-after - "Fontify the clauses after various
22079 keywords"): Extract the three keyword lists for the 3 erroneous
22080 constructs from the list of four, and use the new function above
22081 in place of an old one.
22082
22083 2011-08-28 Deniz Dogan <deniz@dogan.se>
22084
22085 * net/rcirc.el (rcirc-insert-prev-input)
22086 (rcirc-insert-next-input): Remove unused argument.
22087
22088 2011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
22089
22090 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
22091
22092 2011-08-27 Alan Mackenzie <acm@muc.de>
22093
22094 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
22095 handle function pointer parameters properly.
22096
22097 2011-08-27 Martin Rudalics <rudalics@gmx.at>
22098
22099 * window.el (display-buffer-reuse-window): Fix case where
22100 selected window was reused with non-nil OTHER-WINDOW argument.
22101 (Bug#9381)
22102
22103 2011-08-27 Deniz Dogan <deniz@dogan.se>
22104
22105 * net/rcirc.el (rcirc-check-auth-status): Adding support for
22106 oftc's NickServ messages.
22107
22108 2011-08-27 Glenn Morris <rgm@gnu.org>
22109
22110 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
22111
22112 2011-08-26 Chong Yidong <cyd@stupidchicken.com>
22113
22114 * emacs-lisp/package.el (package-install): Call package-initialize
22115 if called interactively.
22116
22117 2011-08-26 Leo Liu <sdl.web@gmail.com>
22118
22119 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
22120
22121 2011-08-25 Juri Linkov <juri@jurta.org>
22122
22123 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
22124 `search-whitespace-regexp' (bug#9364).
22125
22126 2011-08-25 Juri Linkov <juri@jurta.org>
22127
22128 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
22129 `regexp-search-ring' to their global values to protect from
22130 updating by `read-from-minibuffer' (bug#9185).
22131
22132 2011-08-25 Juri Linkov <juri@jurta.org>
22133
22134 * textmodes/ispell.el (ispell-command-loop): Add newline
22135 at the end of the "Use option `i'..." line.
22136
22137 2011-08-25 Juri Linkov <juri@jurta.org>
22138
22139 * battery.el (display-battery-mode): If `battery-status-function'
22140 or `battery-mode-line-format' is nil, display the message and set
22141 `display-battery-mode' to nil (bug#9363).
22142
22143 2011-08-25 Eli Zaretskii <eliz@gnu.org>
22144
22145 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
22146 bidi-string-mark-left-to-right; they are unnecessary now.
22147
22148 2011-08-25 Deniz Dogan <deniz@dogan.se>
22149
22150 * net/quickurl.el: Documentation typo fixes.
22151
22152 2011-08-25 Chong Yidong <cyd@stupidchicken.com>
22153
22154 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
22155
22156 2011-08-25 Glenn Morris <rgm@gnu.org>
22157
22158 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
22159
22160 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
22161 (smtpmail-via-smtp): Handle nil response from smtp.
22162
22163 2011-08-24 Juri Linkov <juri@jurta.org>
22164
22165 * proced.el (proced-marked): Inherit from `error' instead of
22166 `font-lock-warning-face'.
22167
22168 * ibuffer.el (ibuffer-marked-face): Change default face from
22169 `font-lock-warning-face' to `warning'.
22170 (ibuffer-deletion-face): Change default face from
22171 `font-lock-type-face' to `error'.
22172
22173 * battery.el (battery-update): Use the face `error' instead of
22174 `font-lock-warning-face' (bug#6117).
22175
22176 2011-08-24 Juri Linkov <juri@jurta.org>
22177
22178 * faces.el (success): Change face color from "Green3" to
22179 "ForestGreen" on light background (bug#9353).
22180
22181 2011-08-24 Chong Yidong <cyd@stupidchicken.com>
22182
22183 * window.el (quit-window): Rename from quit-restore-window.
22184 Use same arglist as old quit-window.
22185 (frame-auto-delete): Doc fix.
22186
22187 * view.el (view-mode-exit): Use quit-window.
22188
22189 2011-08-24 Juri Linkov <juri@jurta.org>
22190
22191 * isearch.el (isearch-ring-adjust1): Start visiting previous
22192 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
22193 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
22194 for empty search string (when the last search string is reused
22195 automatically) to adjust the isearch ring to the last element and
22196 prepare the correct index for further M-p commands (bug#9185).
22197
22198 2011-08-24 Kenichi Handa <handa@m17n.org>
22199
22200 * international/ucs-normalize.el: If decomposition property of
22201 CHAR is the default one (i.e. a list of CHAR itself), treat it as
22202 nil.
22203 (nfd, nfkd): Likewise.
22204
22205 2011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
22206
22207 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
22208 from process filters aren't reliably transmitted to the surrounding
22209 accept-process-output.
22210 (mpc-proc-check): New function.
22211 (mpc-proc-sync): Use it (bug#8293)
22212
22213 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
22214
22215 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
22216 Add compatibility functions (bug#9313).
22217
22218 2011-08-23 Eli Zaretskii <eliz@gnu.org>
22219
22220 * cus-start.el (all): Add entry for bidi-paragraph-direction.
22221
22222 * international/uni-bidi.el: Regenerate.
22223
22224 2011-08-23 Kenichi Handa <handa@m17n.org>
22225
22226 * international/charprop.el:
22227 * international/uni-bidi.el:
22228 * international/uni-category.el:
22229 * international/uni-combining.el:
22230 * international/uni-comment.el:
22231 * international/uni-decimal.el:
22232 * international/uni-decomposition.el:
22233 * international/uni-digit.el:
22234 * international/uni-lowercase.el:
22235 * international/uni-mirrored.el:
22236 * international/uni-name.el:
22237 * international/uni-numeric.el:
22238 * international/uni-old-name.el:
22239 * international/uni-titlecase.el:
22240 * international/uni-uppercase.el: Regenerate.
22241
22242 2011-08-23 Martin Rudalics <rudalics@gmx.at>
22243
22244 * help.el (help-window-setup): Fix message displayed when other
22245 window is reused. (Bug#9341)
22246
22247 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
22248
22249 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
22250 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
22251
22252 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
22253 Mark obsolete.
22254 * shell.el (shell-parse-pcomplete-arguments): New function.
22255 (shell-completion-vars): Use it instead (bug#9160).
22256
22257 2011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
22258
22259 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
22260 strings and comments (bug#9333).
22261
22262 * emacs-lisp/debug.el (debug-arglist): New function.
22263 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
22264 (debug-on-entry-1): Handle interpreted closures (bug#9120).
22265
22266 2011-08-22 Juri Linkov <juri@jurta.org>
22267
22268 * progmodes/compile.el (compilation-mode-font-lock-keywords):
22269 Revert regexp that highlights output switches to its old
22270 pre-2010-10-28 value and remove one `?' from it (bug#9319).
22271
22272 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
22273 to check for empty output (bug#9226).
22274
22275 2011-08-22 Chong Yidong <cyd@stupidchicken.com>
22276
22277 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
22278 symbol-constituent as the default, as that stops font-lock from
22279 working properly (Bug#8843).
22280
22281 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
22282
22283 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
22284 `coding-system-for-*' around the process open call to avoid
22285 auth-source side effects.
22286 (smtpmail-try-auth-methods): Expand the secret password.
22287 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
22288 probe hangs.
22289
22290 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
22291
22292 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
22293
22294 * emacs-lisp/find-func.el (find-function-noselect): New arg
22295 lisp-only.
22296
22297 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
22298 signal an error for built-in functions (Bug#6664).
22299
22300 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
22301
22302 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
22303 (smtpmail-try-auth-methods): Use it.
22304
22305 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
22306
22307 * font-lock.el (font-lock-fontify-region)
22308 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
22309 (font-lock-default-unfontify-buffer)
22310 (font-lock-default-fontify-region)
22311 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
22312
22313 * progmodes/compile.el (compilation-error-properties):
22314 Fix confusion between file struct and message struct (Bug#9319).
22315 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
22316 `ant' regexp.
22317
22318 * net/browse-url.el (browse-url-firefox): Don't call
22319 browse-url-firefox-sentinel unless using -remote (Bug#9328).
22320
22321 2011-08-20 Glenn Morris <rgm@gnu.org>
22322
22323 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
22324
22325 * tutorial.el (tutorial--default-keys): Update some default bindings.
22326
22327 * files.el (hack-local-variables): Fully ignore case for "mode:".
22328
22329 2011-08-20 Alan Mackenzie <acm@muc.de>
22330
22331 Resolve invalid use of a regexp in regexp-opt.
22332
22333 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
22334 detection for a java annotation.
22335
22336 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
22337 detection for a java annotation.
22338
22339 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
22340 handling for java.
22341 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
22342
22343 2011-08-20 Chong Yidong <cyd@stupidchicken.com>
22344
22345 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
22346 (Bug#9274).
22347
22348 2011-08-20 Alan Mackenzie <acm@muc.de>
22349
22350 Fontify CPP expressions correctly when starting in the middle of
22351 such a construct. Mainly for when jit-lock etc. starts a chunk
22352 here.
22353
22354 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
22355 variable.
22356 (c-make-font-lock-search-form): New function, extracted from
22357 c-make-font-lock-search-function.
22358 (c-make-font-lock-search-function): Use the above function.
22359 (c-make-font-lock-context-search-function): New function.
22360 (c-cpp-matchers): Enhance the preprocessor expression case with
22361 the above function
22362 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
22363 which takes an expression.
22364
22365 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
22366
22367 2011-08-20 Martin Rudalics <rudalics@gmx.at>
22368
22369 * window.el (display-buffer-reuse-window)
22370 (display-buffer-pop-up-window): Don't reuse or split a side
22371 window.
22372
22373 2011-08-19 Glenn Morris <rgm@gnu.org>
22374
22375 * files.el (hack-local-variables-prop-line, hack-local-variables):
22376 Downcase "Mode:". (Bug#9331)
22377
22378 2011-08-18 Chong Yidong <cyd@stupidchicken.com>
22379
22380 * international/characters.el: Add L and R categories.
22381
22382 * subr.el (bidi-string-mark-left-to-right): Rename from
22383 string-mark-left-to-right. Use category search.
22384
22385 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
22386
22387 2011-08-18 Juri Linkov <juri@jurta.org>
22388
22389 * faces.el (error, warning, success): New faces with definitions
22390 copied from old default values of `font-lock-warning-face',
22391 `compilation-warning', `compilation-info' (bug#6117).
22392
22393 * font-lock.el (font-lock-warning-face): Inherit from `error'.
22394
22395 * progmodes/compile.el (compilation-error): Inherit from `error'.
22396 (compilation-warning): Inherit from `warning'.
22397 (compilation-info): Inherit from `success'.
22398
22399 * dired.el (dired-marked): Inherit from `warning'.
22400 (dired-flagged): Inherit from `error'.
22401
22402 2011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
22403
22404 * mail/smtpmail.el (auth-source): Require to avoid problems with
22405 binding variables (bug#9298). Also clean up some unused
22406 autoloads.
22407
22408 * net/network-stream.el (network-stream-open-starttls):
22409 Support using starttls.el without using gnutls-cli.
22410
22411 2011-08-17 Juri Linkov <juri@jurta.org>
22412
22413 * progmodes/grep.el (rgrep): Handle the case when
22414 `grep-find-command' is a cons cell (bug#9278).
22415
22416 2011-08-17 Martin Rudalics <rudalics@gmx.at>
22417
22418 * window.el (display-buffer-pop-up-frame): Run frame creation
22419 function with BUFFER current (as special-display-popup-frame
22420 does). Reported by Drew Adams.
22421
22422 2011-08-17 Daiki Ueno <ueno@unixuser.org>
22423
22424 * epa-mail.el: Simplify GnuPG group expansion using
22425 epg-expand-group.
22426 (epa-mail-group-alist, epa-mail-group-modtime)
22427 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
22428 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
22429 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
22430 Remove.
22431
22432 2011-08-16 Feng Li <fengli@gmail.com> (tiny change)
22433
22434 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
22435
22436 2011-08-16 Alan Mackenzie <acm@muc.de>
22437
22438 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
22439 Correct, to avoid the inside of macros.
22440
22441 2011-08-16 Richard Stallman <rms@gnu.org>
22442
22443 * epa-mail.el: Handle GnuPG group definitions.
22444 (epa-mail-group-alist, epa-mail-group-modtime)
22445 (epa-mail-gnupg-conf-file): New variables.
22446 (epa-mail-parse-groups, epa-mail-sync-groups)
22447 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
22448 (epa-mail-expand-recipients): New functions.
22449 (epa-mail-encrypt): Call epa-mail-expand-recipients.
22450
22451 * mail/rmail.el (rmail-epa-decrypt): New command.
22452
22453 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
22454 Don't bind buffer-read-only, just inhibit-read-only.
22455 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
22456 (epa-decrypt-armor-in-region): Make error message clearer.
22457
22458 2011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
22459
22460 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
22461 and "a2b" to "ab" for `prefix'.
22462
22463 2011-08-14 Chong Yidong <cyd@stupidchicken.com>
22464
22465 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
22466 filter groups.
22467 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
22468 Fourquet (Bug#8804).
22469
22470 2011-08-12 Juanma Barranquero <lekktu@gmail.com>
22471
22472 * startup.el (argi): Declare as global variable (bug#9275).
22473
22474 2011-08-12 Chong Yidong <cyd@stupidchicken.com>
22475
22476 * subr.el (string-mark-left-to-right): Search the entire string
22477 for RTL script, not just the terminating character. Doc fix.
22478
22479 2011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
22480
22481 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
22482 New function.
22483 (js--regexp-literal, js-syntax-propertize-function): Remove.
22484 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
22485 (js-mode-map): Don't rebind electric keys.
22486 (js-insert-and-indent): Remove.
22487 (js-mode): Setup electric-layout and electric-indent instead.
22488
22489 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
22490
22491 2011-08-12 Daiki Ueno <ueno@unixuser.org>
22492
22493 * epa.el (epa-progress-callback-function): Fix the logic of
22494 displaying progress.
22495 * epa-file.el (epa-file-insert-file-contents): Make progress
22496 display more user-friendly.
22497 (epa-file-write-region): Ditto.
22498
22499 2011-08-10 Chong Yidong <cyd@stupidchicken.com>
22500
22501 * subr.el (string-mark-left-to-right): New function.
22502
22503 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
22504 Use string-mark-left-to-right.
22505 (list-buffers-noselect): Caller changed.
22506
22507 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
22508 Use string-mark-left-to-right.
22509 (tabulated-list-print): Recenter after moving point.
22510
22511 2011-08-10 Juri Linkov <juri@jurta.org>
22512
22513 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
22514 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
22515 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
22516
22517 2011-08-09 Chong Yidong <cyd@stupidchicken.com>
22518
22519 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
22520 (Bug#7554).
22521
22522 2011-08-09 Andreas Schwab <schwab@linux-m68k.org>
22523
22524 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
22525 character. (Bug#6594)
22526
22527 2011-08-08 Chong Yidong <cyd@stupidchicken.com>
22528
22529 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
22530 (image-dired--with-db-file): New macro.
22531 (image-dired-write-tags, image-dired-remove-tag)
22532 (image-dired-create-gallery-lists, image-dired-write-comments)
22533 (image-dired-get-comment, image-dired-mark-tagged-files)
22534 (image-dired-list-tags, image-dired-gallery-generate): Use it.
22535 (image-dired-gallery-generate): Use insert-file-contents.
22536
22537 * time.el (display-time-world-list, display-time-world-display):
22538 * time-stamp.el (time-stamp-string):
22539 * vc/add-log.el (add-change-log-entry): Use setenv instead of
22540 set-time-zone-rule (Bug#7337).
22541
22542 2011-08-08 Daiki Ueno <ueno@unixuser.org>
22543
22544 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
22545 (epg-error-to-string, epg-errors-to-string): New function.
22546 (epg-wait-for-completion): Reverse errors list.
22547 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
22548 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
22549 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
22550 (epg-sign-keys, epg-generate-key-from-file)
22551 (epg-generate-key-from-string): Format errors by using
22552 epg-errors-to-string (bug#9255).
22553 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
22554
22555 2011-08-07 Juri Linkov <juri@jurta.org>
22556
22557 * faces.el (list-faces-display): Remove extra angle bracket
22558 from `help-mode-map'.
22559
22560 * info.el (Info-history-toc-nodes): Doc fix.
22561
22562 * longlines.el (longlines-mode): Doc fix.
22563
22564 2011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
22565
22566 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
22567 of statements and in a few more cases (bug#9183).
22568
22569 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
22570 New functions.
22571 (cl-transform-lambda): Use them (bug#9239).
22572
22573 2011-08-05 Martin Rudalics <rudalics@gmx.at>
22574
22575 * window.el (display-buffer-same-window)
22576 (display-buffer-same-frame, display-buffer-other-window)
22577 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
22578 (pop-to-buffer-other-window)
22579 (pop-to-buffer-same-frame-other-window)
22580 (pop-to-buffer-other-frame): Make them defuns.
22581 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
22582
22583 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
22584
22585 * subr.el (make-composed-keymap): Move from C. Change calling
22586 convention, and improve docstring to bring attention to a subtle point.
22587 * minibuffer.el (completing-read-default): Adjust accordingly.
22588
22589 2011-08-03 Michael Albinus <michael.albinus@gmx.de>
22590
22591 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
22592 (tramp-open-shell): Use `tramp-shell-quote-argument'.
22593
22594 * net/trampver.el: Update release number.
22595
22596 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
22597
22598 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
22599 "in" (bug#9190).
22600
22601 2011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
22602
22603 * mail/sendmail.el (sendmail-query-once): Restore the current
22604 buffer after querying (bug#9074).
22605
22606 * dired.el (dired-flagged): Use different faces for marked and
22607 flagged files (bug#6117).
22608
22609 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
22610 (bug#4433).
22611
22612 * ido.el (ido-mode): Switch off the message if called
22613 non-interactively.
22614
22615 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
22616 before 587, since it appears that that's more likely to work for
22617 more people.
22618
22619 * cus-edit.el (custom-file): When running under emacs -q, always
22620 refuse to save the customizations, even if the .emacs file doesn't
22621 exist.
22622
22623 * info.el: Remove the `Info-beginning-of-buffer' function
22624 (bug#8325).
22625
22626 * net/network-stream.el (network-stream-open-starttls):
22627 Use `starttls-available-p' to see whether starttls.el can be used.
22628
22629 2011-08-01 Martin Rudalics <rudalics@gmx.at>
22630
22631 * window.el (display-buffer-in-window): Don't set dedicated status
22632 of window here (Bug#9215).
22633 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
22634 (display-buffer-pop-up-side-window)
22635 (display-buffer-in-side-window): Set dedicated status of window here.
22636
22637 2011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
22638
22639 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
22640 before binding generated-autoload-file.
22641
22642 2011-08-01 Deniz Dogan <deniz@dogan.se>
22643
22644 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
22645
22646 2011-07-30 Michael Albinus <michael.albinus@gmx.de>
22647
22648 Sync with Tramp 2.2.2.
22649
22650 * net/trampver.el: Update release number.
22651
22652 2011-07-30 Juri Linkov <juri@jurta.org>
22653
22654 * dired-aux.el (dired-touch-initial): Remove function.
22655 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
22656 current time, and `default' to the last modification time of the
22657 current marked file (bug#6887).
22658
22659 2011-07-28 Jose E. Marchesi <jemarch@gnu.org>
22660
22661 * simple.el (goto-line): Use string-to-number to provide a
22662 numeric argument to read-number (bug#9163).
22663
22664 2011-07-27 Michael Albinus <michael.albinus@gmx.de>
22665
22666 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
22667 connection process, it could be nil.
22668
22669 2011-07-27 Leo Liu <sdl.web@gmail.com>
22670
22671 Simplify url handling in rcirc-mode.
22672
22673 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
22674 (rcirc-browse-url-at-mouse): Remove.
22675 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
22676
22677 2011-07-26 Alan Mackenzie <acm@muc.de>
22678
22679 Fontify bitfield declarations properly.
22680
22681 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
22682 (c-symbol-chars): Now exported as a lang variable.
22683 (c-not-primitive-type-keywords): New lang variable.
22684
22685 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
22686 QT keyword "more" to prevent "more slots: ...." being spuriously
22687 parsed as a bitfield declaration.
22688
22689 * progmodes/cc-engine.el (c-beginning-of-statement-1):
22690 Refactor and enhance to handle bitfield declarations.
22691 (c-punctuation-in): New function.
22692 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
22693 declarations properly.
22694
22695 2011-07-26 Ulf Jasper <ulf.jasper@web.de>
22696
22697 * calendar/icalendar.el (icalendar--all-events): Take care of
22698 multiple vcalendars in a single file.
22699 (icalendar--convert-float-to-ical): Checkdoc fixes.
22700
22701 2011-07-25 Deniz Dogan <deniz@dogan.se>
22702
22703 * image.el (insert-image): Clarifying docstring.
22704
22705 2011-07-24 Michael Albinus <michael.albinus@gmx.de>
22706
22707 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
22708 `tramp-send-command-and-check' if there is no error.
22709 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
22710
22711 2011-07-22 Alan Mackenzie <acm@muc.de>
22712
22713 Prevent cc-langs.elc being loaded at run time.
22714
22715 * progmodes/cc-mode.el: Remove two autoload forms which loaded
22716 cc-langs.
22717
22718 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
22719 "(require 'cc-langs)". Quote a form so it will evaluate at
22720 (cc-mode's) compilation time.
22721
22722 2011-07-22 Michael Albinus <michael.albinus@gmx.de>
22723
22724 * net/tramp.el (tramp-file-name-handler): Avoid recursive
22725 loading. (Bug#9114)
22726
22727 2011-07-21 Martin Rudalics <rudalics@gmx.at>
22728
22729 * window.el (display-buffer-pop-up-window)
22730 (display-buffer-pop-up-side-window)
22731 (display-buffer-in-side-window): Call display-buffer-set-height
22732 and display-buffer-set-width after setting the new window's
22733 buffer so `fit-window-to-buffer' and friends work on the right buffer.
22734
22735 2011-07-20 Sam Steingold <sds@gnu.org>
22736
22737 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
22738 (etags-tags-included-tables): Call `convert-standard-filename' on
22739 the file names contained in TAGS so that windows Emacs can handle
22740 TAGS files created by cygwin ctags.
22741
22742 2011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
22743
22744 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
22745 which apparently didn't work.
22746
22747 2011-07-19 Roland Winkler <winkler@gnu.org>
22748
22749 * proced.el (proced-send-signal): For *Marked Processes* buffer
22750 put point at beginning of buffer.
22751
22752 2011-07-19 Stephen Berman <stephen.berman@gmx.net>
22753
22754 * proced.el (proced-format): Make header lines align with the text
22755 (bug#1779).
22756
22757 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
22758
22759 * view.el (view-buffer): Allow running in `special' modes if we're
22760 visiting a file (bug#8615).
22761
22762 2011-07-19 Martin Rudalics <rudalics@gmx.at>
22763
22764 * window.el (display-buffer-alist-of-strings-p)
22765 (display-buffer-alist-set-1, display-buffer-alist-set-2):
22766 New functions.
22767 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
22768 more accurately.
22769
22770 2011-07-18 Alan Mackenzie <acm@muc.de>
22771
22772 Fontify declarators properly when, e.g., a jit-lock chunk begins
22773 inside a declaration.
22774
22775 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
22776
22777 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
22778 New function.
22779 (c-complex-decl-matchers): Insert reference to
22780 c-font-lock-enclosing-decls.
22781
22782 * progmodes/cc-engine.el (c-backward-single-comment):
22783 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
22784 to nil around calls to (forward-comment -1).
22785
22786 2011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
22787
22788 * image.el (put-image): Doc typo fix.
22789
22790 * progmodes/etags.el (tags-search): Doc typo fix.
22791
22792 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
22793 password if we get errors 550 to 554.
22794
22795 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
22796
22797 * net/gnutls.el (gnutls-log-level): Remove.
22798
22799 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
22800 indentation character (bug#6380).
22801
22802 * files.el (buffer-offer-save): Made permanently local (bug#6241).
22803
22804 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
22805 to clarify what the problem is (bug#4291).
22806
22807 * simple.el (current-kill): Clarify what
22808 `interprogram-paste-function' does (bug#7500).
22809 (auto-fill-mode): Document `auto-fill-function' in relation to
22810 `auto-fill-mode' (bug#2470).
22811
22812 2011-07-16 Lawrence Mitchell <wence@gmx.li>
22813
22814 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
22815 method if slot is read-only (bug#9035).
22816
22817 2011-07-16 Martin Rudalics <rudalics@gmx.at>
22818
22819 * frame.el (select-frame-set-input-focus): New argument NORECORD.
22820 * window.el (pop-to-buffer): Select window used even if it was
22821 selected before, see discussion of (Bug#8615), (Bug#6954).
22822 Pass argument NORECORD on to select-frame-set-input-focus.
22823
22824 2011-07-15 Glenn Morris <rgm@gnu.org>
22825
22826 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
22827 Respect help-form.
22828
22829 2011-07-09 Lawrence Mitchell <wence@gmx.li>
22830
22831 * net/gnutls.el (gnutls-min-prime-bits): New variable.
22832 (gnutls-negotiate): Use it.
22833
22834 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
22835
22836 * net/gnutls.el (gnutls-negotiate):
22837 Upcase `gnutls-algorithm-priority'.
22838
22839 2011-07-15 Glenn Morris <rgm@gnu.org>
22840
22841 * jka-compr.el (jka-compr-verbose): Move from here...
22842 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
22843 Add missing :version tag.
22844 * info.el: No need to require jka-compr when compiling.
22845
22846 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
22847
22848 * net/gnutls.el (gnutls-algorithm-priority): New variable.
22849 (gnutls-negotiate): Use it.
22850
22851 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
22852
22853 * info.el (Info-beginning-of-buffer): New command.
22854 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
22855 announcing `b' as the key (bug#8325).
22856 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
22857
22858 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
22859
22860 * international/mule-cmds.el
22861 (describe-specified-language-support): Make the error message
22862 clearer (bug#8905).
22863
22864 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
22865
22866 * isearch.el (isearch-barrier): Add a doc string, since it's
22867 mentioned in a function doc string (bug#8678).
22868
22869 2011-07-15 Martin Rudalics <rudalics@gmx.at>
22870
22871 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
22872 buffer argument (Bug#9083) and self-identifying label argument.
22873
22874 2011-07-15 Glenn Morris <rgm@gnu.org>
22875
22876 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
22877
22878 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
22879
22880 * man.el (Man-fontify-manpage): Fix message when formatting the
22881 man page (bug#7929).
22882
22883 2011-07-14 Eli Zaretskii <eliz@gnu.org>
22884
22885 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
22886 argument LRM; if non-nil, append an invisible LRM character to the
22887 buffer name.
22888 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
22889 last argument non-nil, when formatting buffer names.
22890 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
22891 paragraph direction.
22892
22893 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
22894
22895 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
22896 the man page name (bug#7929).
22897
22898 * image.el (put-image): Mention the `put-image' overlay property
22899 (bug#7834).
22900
22901 * scroll-bar.el (set-scroll-bar-mode): Mention that
22902 `scroll-bar-mode' lists the values (bug#7772).
22903
22904 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
22905 command (bug#7729).
22906
22907 * rect.el (apply-on-rectangle): Return the point after the last
22908 operation.
22909 (string-rectangle): Go to the point after the last operation
22910 (bug#7522).
22911
22912 * printing.el (pr-toggle-region): Clarify the documentation
22913 slightly (bug#7493).
22914
22915 * time.el (display-time-update):
22916 Allow `display-time-mail-function' to return nil (bug#7158).
22917 Fix suggested by Detlev Zundel.
22918
22919 * vc/diff.el (diff): Clarify the order the file names are read
22920 (bug#7111).
22921
22922 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
22923 the doc string (bug#7015).
22924
22925 * font-lock.el (font-lock-maximum-decoration): Mention what
22926 numeric levels mean (bug#6935).
22927
22928 * startup.el (initial-buffer-choice): Don't mention the `none'
22929 selection, which is against policy.
22930
22931 2011-07-14 Martin Rudalics <rudalics@gmx.at>
22932
22933 * window.el (display-buffer-normalize-special):
22934 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
22935
22936 2011-07-14 Eli Zaretskii <eliz@gnu.org>
22937
22938 * subr.el (version<, version<=, version=): Mention "-CVS" and
22939 "-12345" alpha version numbers.
22940
22941 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
22942
22943 * bindings.el: Add advertised binding for set-mark-command
22944 (Bug#5772).
22945
22946 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
22947
22948 * bindings.el (mode-line-other-buffer):
22949 * bookmark.el (bookmark-bmenu-2-window):
22950 * bs.el (bs-cycle-next, bs-cycle-previous):
22951 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
22952 switch-to-buffer.
22953
22954 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
22955 Delete.
22956
22957 2011-07-14 Juanma Barranquero <lekktu@gmail.com>
22958
22959 * follow.el (follow-debug-message, follow-redisplay):
22960 * jka-cmpr-hook.el (with-auto-compression-mode):
22961 Fix typos in docstrings.
22962
22963 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
22964
22965 * subr.el (with-silent-modifications): Clarify somewhat what the
22966 macro inhibits (bug#6525).
22967
22968 * simple.el (eval-expression): Note what it does if called
22969 interactively (bug#6495).
22970
22971 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
22972
22973 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
22974 Use pop-to-buffer buffer-or-name if it is nil.
22975
22976 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
22977 Remove switch-to-buffer.
22978
22979 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
22980
22981 * files.el (make-directory): Clarify that an error will be raised
22982 if there's an error (bug#6397).
22983
22984 * startup.el (initial-buffer-choice): Add `none' as a choice
22985 (bug#6234).
22986
22987 * subr.el (add-hook): Clarify section about buffer-local hooks
22988 (bug#6218).
22989
22990 * dired.el (dired-flagged): Clarify doc string (bug#6117).
22991
22992 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
22993
22994 * tabify.el (untabify): Preserve the current column so that point
22995 doesn't move (bug#6032).
22996
22997 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
22998
22999 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
23000 Rewrite to avoid awkward possessive "s" (bug#5986).
23001
23002 2011-07-13 Glenn Morris <rgm@gnu.org>
23003
23004 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
23005 (dired-insert-directory): Give a message the first time
23006 if ls is found not to support --dired.
23007
23008 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
23009
23010 * simple.el (toggle-truncate-lines): Clarify what is toggled
23011 (bug#5580). Text by Drew Adams.
23012
23013 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
23014
23015 * simple.el (blink-matching-open): Make the error message from the
23016 last change less verbose.
23017
23018 2011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
23019
23020 * font-lock.el (font-lock-comment-face): Use the high contrast
23021 "yellow" color for font-lock-comment-face on low color terminals
23022 using a dark background color (bug#4221).
23023
23024 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
23025
23026 * dired.el (dired-insert-set-properties): Make the doc string
23027 reflect what it does now (bug#5325).
23028
23029 * simple.el (blink-matching-open): Say that we were unable to find
23030 the match within the limit, if we're limited (bug#5122).
23031
23032 * international/mule-cmds.el (prefer-coding-system): Add an
23033 example (bug#4869).
23034
23035 * progmodes/etags.el (tags-search): Document `file-list-form'
23036 (bug#4731).
23037
23038 2011-07-13 Lawrence Mitchell <wence@gmx.li>
23039
23040 * net/browse-url.el (browse-url-default-browser)
23041 (browse-url-browser-function): Make the default browser choice a
23042 bit more logical (bug#4300). Also clean up the doc string.
23043
23044 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
23045
23046 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
23047 binary endings (bug#4440).
23048
23049 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
23050
23051 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
23052 which can be pretty annoying (bug#8971).
23053
23054 * jka-compr.el (jka-compr-verbose): New variable, and use
23055 throughout (bug#8971).
23056
23057 * info.el (Info-find-file): Fall back on the installation
23058 directory if we can't find the info node anywhere else.
23059
23060 2011-07-13 Sergei Organov <osv@javad.com> (tiny change)
23061
23062 * vc/vc.el (vc-revert-file):
23063 Don't set file time-stamp in the past. (Bug#5181)
23064
23065 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
23066
23067 * files.el (after-find-file): Give a better error message when
23068 trying to find a symlink that points to a file that doesn't exist
23069 (bug#4398).
23070
23071 * progmodes/cc-vars.el: Remove (probably) misleading comment
23072 (bug#4396).
23073
23074 2011-07-12 Johan Bockgård <bojohan@gnu.org>
23075
23076 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
23077
23078 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
23079
23080 * mouse-sel.el: Hack restoring functionality, while keeping
23081 compatibility with 2010-07-03 changes to mouse selection.
23082 (mouse-sel-primary-overlay): New var.
23083 (mouse-sel-selection-alist): Use it.
23084 (mouse-sel-mode): Doc fix; remove points that are default features
23085 of mouse.el.
23086
23087 2011-07-12 Johan Bockgård <bojohan@gnu.org>
23088
23089 * progmodes/compile.el (compilation-error-regexp-alist-alist):
23090 Fix previous fix (bug#2490).
23091
23092 2011-07-12 Roland Winkler <winkler@gnu.org>
23093
23094 * textmodes/bibtex.el (bibtex-initialize):
23095 Use pop-to-buffer-same-window.
23096 (bibtex-search-entries): Fix interactive call.
23097
23098 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
23099
23100 * progmodes/compile.el (compilation-error-regexp-alist-alist):
23101 Fontise bytecomp Error lines more correctly (bug#2490).
23102 Fix suggested by Johan Bockgård.
23103
23104 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
23105
23106 * dired-x.el (dired-guess-default): Use `delete-dups'.
23107
23108 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
23109
23110 * dired.el (dired-mark-prompt):
23111 * dired-aux.el (dired-read-shell-command): Doc fix.
23112
23113 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
23114
23115 * mail/sendmail.el (sendmail-query-once):
23116 Use `customize-save-variable' unconditionally, now that it works under
23117 emacs -Q.
23118
23119 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
23120
23121 * cus-edit.el (custom-file): Take an optional no-error variable.
23122 (customize-save-variable): Set the variable, and give a warning if
23123 running under "emacs -q".
23124
23125 2011-07-11 Juanma Barranquero <lekktu@gmail.com>
23126
23127 * loadhist.el (unload-feature-special-hooks):
23128 Add `auto-coding-functions', `fill-nobreak-predicate' and
23129 `find-directory-functions' (bug#5327).
23130
23131 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
23132
23133 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
23134
23135 * cus-edit.el (custom-guess-name-alist): -alist variables should
23136 use the `alist' type (bug#3120). Suggested by Drew Adams.
23137
23138 * printing.el: Add documentation to all the `pr-toggle-' commands.
23139
23140 2011-07-11 Leo Liu <sdl.web@gmail.com>
23141
23142 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
23143 backends where it makes sense (bug#2623).
23144
23145 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
23146
23147 * dired-x.el (dired-guess-default): Remove duplicate shell command
23148 entries (bug#2028).
23149 (dired-guess-default): Fix grammar in doc string (bug#2028).
23150 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
23151
23152 * subr.el (remove-duplicates): New conveniency function.
23153
23154 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
23155
23156 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
23157 (bug#1526).
23158
23159 2011-07-10 Martin Rudalics <rudalics@gmx.at>
23160
23161 * window.el (display-buffer-normalize-default): Don't invert
23162 meaning of even-window-heights. Reported by Eli Zaretskii
23163 <eliz@gnu.org>.
23164
23165 2011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
23166
23167 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
23168
23169 2011-07-10 Chong Yidong <cyd@stupidchicken.com>
23170
23171 * window.el (display-buffer): Fix arguments to
23172 display-buffer-reuse-window in last change.
23173
23174 * faces.el (link): Use a less saturated blue on light backgrounds.
23175
23176 * startup.el (fancy-startup-text, fancy-about-text)
23177 (fancy-startup-tail): Use font-lock faces, for background safety.
23178
23179 2011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
23180
23181 * emulation/viper-cmd.el (viper-change-state-to-vi):
23182 Limit triggering of abbrev expansion (Bug#9038).
23183
23184 2011-07-09 Martin Rudalics <rudalics@gmx.at>
23185
23186 * window.el (display-buffer-default-specifiers): Remove.
23187 (display-buffer-macro-specifiers): Remove default specifiers.
23188 (display-buffer-alist): Default to nil.
23189 (display-buffer-reuse-window): New optional argument other-window.
23190 (display-buffer-pop-up-window): Allow splitting internal
23191 windows. Check whether a live window was created.
23192 (display-buffer-other-window-means-other-frame)
23193 (display-buffer-normalize-arguments): Rename to
23194 display-buffer-normalize-argument and rewrite. Set the
23195 other-window specifier.
23196 (display-buffer-normalize-special): New function.
23197 (display-buffer-normalize-options): Rename to
23198 display-buffer-normalize-default and rewrite.
23199 (display-buffer-normalize-options-inhibit): Remove.
23200 (display-buffer-normalize-specifiers): Rewrite.
23201 (display-buffer): Process other-window specifier and call
23202 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
23203 more faithfully.
23204 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
23205 (display-buffer-alist-set): Don't handle 'unset default values.
23206 (display-buffer-in-window, display-buffer-alist-set):
23207 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
23208 <tassilo@member.fsf.org>.
23209
23210 2011-07-09 Leo Liu <sdl.web@gmail.com>
23211
23212 * register.el (insert-register): Restore accidental change on
23213 2011-06-26. (Bug#9028)
23214
23215 2011-07-09 Glenn Morris <rgm@gnu.org>
23216
23217 * subr.el (remq): Handle the empty list. (Bug#9024)
23218
23219 2011-07-08 Andreas Schwab <schwab@linux-m68k.org>
23220
23221 * mail/sendmail.el (send-mail-function): No longer delay custom
23222 initialization.
23223 * custom.el (custom-initialize-delay): Doc fix.
23224
23225 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
23226
23227 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
23228
23229 2011-07-08 Michael Albinus <michael.albinus@gmx.de>
23230
23231 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
23232 human-friendly prompt.
23233
23234 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
23235
23236 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
23237 provided by a particular plugin.
23238
23239 2011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
23240
23241 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
23242 save customizations (with "emacs -Q"), just set the variable
23243 instead of erroring out.
23244
23245 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
23246
23247 2011-07-08 Juri Linkov <juri@jurta.org>
23248
23249 * arc-mode.el (archive-zip-expunge, archive-zip-update)
23250 (archive-zip-update-case): Use 7z if found by `executable-find'.
23251 The order of searching the available programs is the same as in
23252 `archive-zip-extract' (bug#8968).
23253
23254 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
23255
23256 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
23257 (menu-bar-options-menu): Tweak descriptions.
23258
23259 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
23260
23261 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
23262 menu items into verb phrases (bug#1421). Also refill to fit under
23263 80 columns.
23264
23265 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
23266
23267 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
23268 (Info-read-node-name): Doc fix (Bug#1084).
23269
23270 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
23271 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
23272 (end-of-sexp, beginning-of-sexp)
23273 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
23274 (forward-symbol, forward-same-syntax, word-at-point)
23275 (sentence-at-point): Doc fix (Bug#1144).
23276
23277 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
23278
23279 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
23280 should cover it (bug#1281).
23281
23282 * cus-edit.el (custom-show): Mark as obsolete.
23283
23284 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
23285 negotiation fails, then possibly try again with a non-encrypted
23286 connection (bug#9017).
23287
23288 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
23289 be used.
23290
23291 2011-07-07 Richard Stallman <rms@gnu.org>
23292
23293 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
23294 property, and handle its changed format.
23295 Look for the correct line number.
23296 Use file's line contents (but not past first =) to find
23297 correct line in message.
23298
23299 2011-07-07 Kenichi Handa <handa@m17n.org>
23300
23301 * international/characters.el (build-unicode-category-table):
23302 Delete it.
23303 (unicode-category-table): Set it by unicode-property-table-internal.
23304
23305 * international/mule-cmds.el (char-code-property-alist): Move to
23306 to src/chartab.c.
23307 (get-char-code-property): Call unicode-property-table-internal to
23308 load a file. Call get-unicode-property-internal where necessary.
23309 (put-char-code-property): Call unicode-property-table-internal to
23310 load a file. Call put-unicode-property-internal where necessary.
23311 put-unicode-property-internal where necessary.
23312 (char-code-property-description):
23313 Call unicode-property-table-internal to load a file.
23314
23315 * international/charprop.el:
23316 * international/uni-bidi.el:
23317 * international/uni-category.el:
23318 * international/uni-combining.el:
23319 * international/uni-comment.el:
23320 * international/uni-decimal.el:
23321 * international/uni-decomposition.el:
23322 * international/uni-digit.el:
23323 * international/uni-lowercase.el:
23324 * international/uni-mirrored.el:
23325 * international/uni-name.el:
23326 * international/uni-numeric.el:
23327 * international/uni-old-name.el:
23328 * international/uni-titlecase.el:
23329 * international/uni-uppercase.el: Regenerate.
23330
23331 * loadup.el: Load international/charprop.el before
23332 international/characters.
23333
23334 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
23335
23336 * window.el (next-buffer, previous-buffer): Signal an error if
23337 called from a minibuffer window.
23338
23339 * bindings.el: Revert 2011-07-04 change.
23340
23341 2011-07-06 Richard Stallman <rms@gnu.org>
23342
23343 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
23344 (rmail-mime-insert-bulk, rmail-mime-insert-text):
23345 Treat markers like ints.
23346 (rmail-mime-entity): Doc fix.
23347
23348 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
23349
23350 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
23351 defcustom again for backwards compatibility.
23352
23353 * simple.el (shell-command-on-region): Fill.
23354
23355 * dired-aux.el (dired-kill-line): Add a doc string.
23356
23357 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
23358 to "\\sw\\|\\s_" (bug#358).
23359
23360 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
23361 (dired-unmark-backward): Ditto.
23362 (dired-flag-backup-files): Ditto.
23363
23364 * dired-x.el (dired-mark-sexp): Ditto.
23365
23366 2011-07-06 Richard Stallman <rms@gnu.org>
23367
23368 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
23369 (rmail-mime-entity): New arg TRUNCATED.
23370 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
23371 New functions.
23372 (rmail-mime-save): Warn if entity is truncated.
23373 (rmail-mime-toggle-hidden): Likewise, for showing.
23374 (rmail-mime-process-multipart): Record when an entity is truncated.
23375
23376 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
23377 if ENTITY is a string.
23378
23379 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
23380
23381 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
23382 of faces when `M-C-x'-ing their definitions (bug#8378).
23383 Also clean up the code slightly.
23384
23385 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
23386 because that makes the colors go away.
23387
23388 * mail/sendmail.el (send-mail-function): Change the default to
23389 `sendmail-query-once'.
23390 (sendmail-query-once): Add an autoload cookie.
23391
23392 * net/network-stream.el (network-stream-open-starttls): Try using
23393 a plain connection even if the server offered STARTTLS, and we
23394 kinda wanted to use it, if Emacs doesn't have any STARTTLS
23395 capability. This should make smtpmail.el work in slightly more
23396 configurations.
23397
23398 2011-07-06 Michael Albinus <michael.albinus@gmx.de>
23399
23400 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
23401 New defun.
23402 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
23403
23404 2011-07-06 Michael R. Mauger <mmaug@yahoo.com>
23405
23406 * progmodes/sql.el: Version 3.0
23407 (sql-product-alist): Add product :completion-object,
23408 :completion-column, and :statement attributes.
23409 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
23410 (sql-mode-syntax-table): Mark all punctuation.
23411 (sql-font-lock-keywords-builder): Temporarily remove fallback on
23412 ansi keywords.
23413 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
23414 (sql-mode-oracle-font-lock-keywords): Improve.
23415 (sql-oracle-show-reserved-words): New function for development.
23416 (sql-product-font-lock): Simplify for source code buffers.
23417 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
23418 New functions.
23419 (sql-highlight-product): Set product specific syntax table.
23420 (sql-mode-map): Add statement movement functions.
23421 (sql-ansi-statement-starters, sql-oracle-statement-starters):
23422 New variable.
23423 (sql-statement-regexp, sql-beginning-of-statement)
23424 (sql-end-of-statement, sql-signum): New functions.
23425 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
23426 (sql-show-sqli-buffer): Bug fix.
23427 (sql-interactive-mode): Store connection data as buffer local.
23428 (sql-connect): Add NEW-NAME parameter. Redesign interaction
23429 with sql-interactive-mode.
23430 (sql-save-connection): Save buffer local settings.
23431 (sql-connection-menu-filter): Change menu entry name.
23432 (sql-product-interactive): Bug fix.
23433 (sql-preoutput-hold): New variable.
23434 (sql-interactive-remove-continuation-prompt): Bug fixes.
23435 (sql-debug-redirect): New variable.
23436 (sql-str-literal): New function.
23437 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
23438 Redesign.
23439 (sql-oracle-save-settings, sql-oracle-restore-settings)
23440 (sql-oracle-list-all, sql-oracle-list-table): New functions.
23441 (sql-completion-object, sql-completion-column)
23442 (sql-completion-sqlbuf): New variables.
23443 (sql-build-completions-1, sql-build-completions)
23444 (sql-try-completion): New functions.
23445 (sql-read-table-name): Use them.
23446 (sql-contains-names): New buffer local variable.
23447 (sql-list-all, sql-list-table): Use it.
23448 (sql-oracle-completion-types): New variable.
23449 (sql-oracle-completion-object, sql-sqlite-completion-object)
23450 (sql-postgres-completion-object): New functions.
23451
23452 2011-07-06 Glenn Morris <rgm@gnu.org>
23453
23454 * window.el (pop-to-buffer): Doc fix.
23455
23456 2011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
23457
23458 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
23459
23460 2011-07-06 Chong Yidong <cyd@stupidchicken.com>
23461
23462 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
23463
23464 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
23465
23466 2011-07-05 Chong Yidong <cyd@stupidchicken.com>
23467
23468 * button.el (button): Inherit from link face. Suggested by Dan
23469 Nicolaescu.
23470
23471 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
23472
23473 * progmodes/gdb-mi.el: Fit in 80 columns.
23474 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
23475 switch-to-buffer.
23476
23477 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
23478 if imenu is simply not configured (bug#8941).
23479
23480 2011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
23481
23482 * allout.el (allout-post-undo-hook): New allout outline-change
23483 event hook to signal undo activity.
23484 (allout-post-command-business): Run allout-post-undo-hook if an
23485 undo just occurred.
23486 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
23487 * allout-widgets.el (allout-widgets-after-undo-function):
23488 Ensure the integrity of the current item's decoration after it has been
23489 in the vicinity of an undo.
23490 (allout-widgets-mode): Include allout-widgets-after-undo-function
23491 on the new allout-post-undo-hook.
23492
23493 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
23494
23495 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
23496 Let define-derived-mode define it.
23497 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
23498 cycles of abbrev-table inheritance (bug#8998).
23499
23500 2011-07-05 Roland Winkler <winkler@gnu.org>
23501
23502 * textmodes/bibtex.el: Add support for biblatex.
23503 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
23504 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
23505 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
23506 (bibtex-entry-alist, bibtex-field-alist): New variables.
23507 (bibtex-entry-field-alist): Obsolete alias for
23508 bibtex-BibTeX-entry-alist.
23509 (bibtex-entry-alist, bibtex-field-alist): New widgets.
23510 (bibtex-set-dialect): New command.
23511 (bibtex-entry-type, bibtex-entry-head)
23512 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
23513 Bind via bibtex-set-dialect.
23514 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
23515 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
23516 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
23517 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
23518 Define via bibtex-set-dialect.
23519 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
23520 Obey bibtex-no-opt-remove-re.
23521 (bibtex-vec-push, bibtex-vec-incr): New functions.
23522 (bibtex-format-entry, bibtex-field-list)
23523 (bibtex-print-help-message, bibtex-validate)
23524 (bibtex-search-entries): Use new format of bibtex-entry-alist.
23525
23526 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
23527
23528 * progmodes/compile.el (compilation-goto-locus):
23529 * net/tramp-cmds.el (tramp-append-tramp-buffers):
23530 * bs.el (bs-cycle-next, bs-cycle-previous):
23531 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
23532 * bindings.el (mode-line-other-buffer):
23533 * autoinsert.el (auto-insert):
23534 * arc-mode.el (archive-extract):
23535 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
23536
23537 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
23538
23539 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
23540 Fix check of `emacs-lock-unlockable-modes'.
23541 Coerce true values of `emacs-lock--try-unlocking' to t.
23542
23543 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
23544
23545 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
23546 * emacs-lock.el: New file.
23547
23548 2011-07-05 Julien Danjou <julien@danjou.info>
23549
23550 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
23551 than `boundp' to check if face is set.
23552
23553 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
23554
23555 * register.el (registerv-make):
23556 * window.el (window-min-height): Fix typos in docstrings.
23557
23558 2011-07-05 Jan Djärv <jan.h.d@swipnet.se>
23559
23560 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
23561 Update doc string.
23562
23563 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
23564
23565 * server.el (server-execute): Catch quit and call
23566 `server-return-error' to pass the error back to emacsclient and
23567 close the connection (bug#8942).
23568
23569 2011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
23570
23571 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
23572 insecure exception for current topic. Also note that auto-saves
23573 are handled differently.
23574
23575 (allout-auto-save-temporarily-disabled, allout-just-did-undo):
23576 State variables for tracking auto-save inhibition situation.
23577
23578 (allout-write-contents-hook-handler): Rename from
23579 'allout-write-file-hook-handler', and describe how it depends on
23580 write-contents-functions sensitivity to non-nil value to prevent
23581 file write.
23582
23583 (allout-auto-save-hook-handler): Remove. auto-save does not check
23584 this in individual buffers, only in the starting buffer, so this
23585 is not the right way for us to inhibit auto-save in a buffer
23586 according to its condition.
23587
23588 (allout-mode): Use new allout-write-contents-hook-handler, and
23589 only with write-contents-functions. Remove auto-save provisions -
23590 they're implemented elsewhere.
23591
23592 (allout-before-change-handler): If undo is in progress, note that
23593 for attention of allout-post-command-business.
23594
23595 (allout-post-command-business): If the command we're following was
23596 an undo, check for change in the status of encrypted items and
23597 adjust auto-save inhibitions accordingly.
23598
23599 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
23600 according to whether there are or aren't any plain-text topics
23601 pending encryption.
23602
23603 (allout-inhibit-auto-save-info-for-decryption):
23604 Adjust buffer-saved-size and some allout state to inhibit auto-saves
23605 if there are plain-text topics pending encryption.
23606
23607 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
23608 buffer-saved-size and some allout state to not inhibit auto-saves
23609 if there are no longer any plain-text topics pending encryption.
23610
23611 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
23612 No longer provide for exemption of the current topic.
23613
23614 2011-07-04 Juri Linkov <juri@jurta.org>
23615
23616 Add 7z operations to delete and save changed members (bug#8968).
23617 * arc-mode.el (archive-7z-expunge, archive-7z-update):
23618 New defcustoms.
23619 (archive-7z-write-file-member): New function.
23620 (archive-7z-summarize): Fix the number of dashes in the
23621 listing output.
23622
23623 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
23624
23625 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
23626 (bug#8958).
23627
23628 2011-07-04 Chong Yidong <cyd@stupidchicken.com>
23629
23630 * bindings.el: Ignore next-buffer and previous-buffer in
23631 minibuffer-local-map.
23632
23633 * font-lock.el (font-lock-builtin-face): Change light background
23634 color to dark slate blue (Bug#6693).
23635
23636 2011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
23637
23638 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
23639
23640 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
23641
23642 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
23643 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
23644 Add switch-to-buffer.
23645
23646 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
23647
23648 * isearch.el (isearch-search-fun-function): Clarify further the
23649 meaning of the function returned.
23650
23651 2011-07-04 Michael Albinus <michael.albinus@gmx.de>
23652
23653 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
23654
23655 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
23656 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
23657 Use it.
23658 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
23659 `tramp-default-remote-path' does not exist.
23660 (tramp-send-command-and-read): New optional argument NOERROR.
23661 (tramp-open-connection-setup-interactive-shell)
23662 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
23663 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
23664 (tramp-process-sentinel): Flush also process' connection property.
23665 (tramp-sh-handle-start-file-process): Do not set process
23666 sentinel. It is done now ...
23667 (tramp-maybe-open-connection): ... here. (Bug#8929)
23668
23669 2011-07-04 MON KEY <monkey@sandpframing.com>
23670
23671 * play/animate.el (animate-string): Doc fixes and allow changing
23672 the buffer name (bug#5417).
23673
23674 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
23675
23676 * play/animate.el (animation-buffer-name): Rename from *animate*.
23677
23678 2011-07-04 Paul Eggert <eggert@cs.ucla.edu>
23679
23680 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
23681 This is simpler and helps future-proof the code.
23682 (timer-until): Use time-subtract and float-time.
23683 (timer--time-less-p): Use time-less-p.
23684
23685 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
23686
23687 * type-break.el (timep): Use the value of `float-time' to avoid a
23688 byte-compiler warning.
23689
23690 * server.el (server-eval-and-print): Return any result, even nil.
23691
23692 2011-07-03 Paul Eggert <eggert@cs.ucla.edu>
23693
23694 * type-break.el: Accept time formats that the builtins accept.
23695 (timep, type-break-time-difference): Accept any format that
23696 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
23697 This is simpler and helps future-proof the code.
23698 (type-break-time-difference): Round rather than ignoring
23699 subseconds components.
23700
23701 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
23702
23703 * info.el (Info-apropos-matches): Make non-interactive, since it
23704 doesn't seem to do anything useful as a command (bug#8829).
23705
23706 2011-07-03 Chong Yidong <cyd@stupidchicken.com>
23707
23708 * frame.el (frame-background-mode, frame-set-background-mode):
23709 Move from faces.el.
23710 (frame-default-terminal-background): New function.
23711
23712 * custom.el (custom-push-theme): Don't record faces in `changed'
23713 theme; this doesn't work correctly for per-frame face settings.
23714 (disable-theme): Use face-set-after-frame-default to reset faces.
23715 (custom--frame-color-default): New function.
23716
23717 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
23718
23719 * dired.el (dired-flagging-regexp): Remove unused variable
23720 (bug#8769).
23721
23722 2011-03-29 Kevin Ryde <user42@zip.com.au>
23723
23724 * progmodes/compile.el (compilation-error-regexp-alist-alist):
23725 `perl-Test2' extend to match possible "fail #N" rep count
23726 (bug#8377).
23727
23728 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
23729
23730 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
23731 `smtpmail-via-smtp' now returns the error instead of nil.
23732
23733 * isearch.el (isearch-search-fun-function): Clarify the doc string
23734 (bug#8101).
23735
23736 2011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
23737
23738 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
23739 unnecessary spaces (bug#8987).
23740
23741 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
23742
23743 * net/network-stream.el (open-network-stream): Use the
23744 :end-of-capability command thoughout.
23745
23746 2011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
23747
23748 * net/network-stream.el (open-network-stream): Add the
23749 :end-of-capability command parameter, used by pop3.el.
23750
23751 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
23752
23753 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
23754
23755 * fringe.el (fringe-query-style): Remove redundant text " (type ?
23756 for list)" (bug#6475).
23757
23758 * files.el (file-expand-wildcards): Ignore non-readable
23759 sub-directories while trying to find matches instead of signaling
23760 an error (bug#6297).
23761
23762 * man.el (Man-reference-regexp): Allow matching possible
23763 word-wrapped references (bug#6289).
23764
23765 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
23766 for consistency with the other vc buffers (bug#6197).
23767 (vc-checkin): Ditto.
23768
23769 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
23770
23771 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
23772
23773 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
23774
23775 * custom.el (defcustom): Clarify that :set is only used in the
23776 Customize user interface (bug#6089).
23777
23778 * progmodes/flymake.el (flymake-mode): If the buffer isn't
23779 associated with a file, refuse to run instead of erroring out
23780 (bug#6084).
23781
23782 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
23783 the doc string, since it appears that using `fill-column' always
23784 controls the width (bug#7845).
23785
23786 * simple.el (shell-command-on-region): Say where the error output
23787 went if `shell-command-default-error-buffer' is set (bug#6857).
23788
23789 2011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
23790
23791 * allout.el (allout-yank-processing): Adjust cursor position for
23792 backwards-deleted space.
23793
23794 (allout-rebullet-heading): Register changes with
23795 allout-exposure-changed-hook, so the modified topic is properly
23796 decorated.
23797
23798 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
23799
23800 * minibuffer.el (completion-in-region): Document PREDICATE
23801 (bug#7136).
23802
23803 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
23804 of keyword/argument pairs (bug#6904).
23805
23806 * replace.el (multi-occur):
23807 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
23808
23809 2011-07-02 Drew Adams <drew.adams@oracle.com>
23810
23811 * dired.el (dired-mark-if): Make the message about whether it's
23812 marking or unmarking clearer (bug#8523).
23813
23814 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
23815
23816 * disp-table.el (display-table-print-array): New function.
23817 (describe-display-table): Use it to print the vectors more pretty
23818 (Bug#8859).
23819
23820 2011-07-02 Martin Rudalics <rudalics@gmx.at>
23821
23822 * window.el (window-state-get-1): Don't assign clone numbers.
23823 Add clone-of item to list of window parameters.
23824 (window-state-put-2): Don't process clone numbers.
23825 (display-buffer-alist): Fix doc-string.
23826
23827 2011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
23828
23829 * subr.el (remq): Don't allocate if it's not needed.
23830 (keymap--menu-item-binding, keymap--menu-item-with-binding)
23831 (keymap--merge-bindings): New functions.
23832 (keymap-canonicalize): Use them to refine the canonicalization.
23833 * minibuffer.el (minibuffer-local-completion-map)
23834 (minibuffer-local-must-match-map): Move initialization from C.
23835 (minibuffer-local-filename-completion-map): Move initialization from C;
23836 don't inherit from anything here.
23837 (minibuffer-local-filename-must-match-map): Make obsolete.
23838 (completing-read-default): Use make-composed-keymap to combine
23839 minibuffer-local-filename-completion-map with either
23840 minibuffer-local-must-match-map or
23841 minibuffer-local-filename-completion-map.
23842
23843 2011-07-01 Glenn Morris <rgm@gnu.org>
23844
23845 * type-break.el (type-break-time-sum): Use dolist.
23846
23847 * textmodes/flyspell.el (flyspell-word-search-backward):
23848 Replace CL function.
23849
23850 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
23851
23852 * mouse.el (mouse--strip-first-event): New function.
23853 (function-key-map): Use it to map fringe clicks to normal clicks
23854 by default.
23855
23856 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
23857 (vc-bzr-revision-completion-table): Add support for annotate and date.
23858
23859 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
23860 inherit from parent.
23861
23862 2011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
23863
23864 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
23865 (dired-show-file-type): Doc fixup (bug#8818).
23866
23867 * dired.el (dired-mode): Fix up the doc string as suggested by
23868 Drew Adams (bug#8817).
23869
23870 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
23871 cookie, since the manual says that it should be possible to add
23872 this function to `find-file-hook' (bug#8709).
23873
23874 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
23875
23876 * progmodes/cfengine.el: Moved all cfengine3.el functionality
23877 here. Noted Ted Zlatanov as the maintainer.
23878 (cfengine-common-settings, cfengine-common-syntax): New functions
23879 to set up common things between `cfengine-mode' and
23880 `cfengine3-mode'.
23881 (cfengine3-mode): New mode.
23882 (cfengine3-defuns cfengine3-defuns-regex
23883 (cfengine3-class-selector-regex cfengine3-category-regex)
23884 (cfengine3-vartypes cfengine3-font-lock-keywords)
23885 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
23886 (cfengine3-indent-line): Add from cfengine3.el.
23887
23888 2011-07-01 Michael Albinus <michael.albinus@gmx.de>
23889
23890 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
23891
23892 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
23893
23894 2011-07-01 Martin Rudalics <rudalics@gmx.at>
23895
23896 * window.el (same-window-buffer-names, same-window-regexps)
23897 (same-window-p, special-display-frame-alist)
23898 (special-display-popup-frame, special-display-function)
23899 (special-display-buffer-names, special-display-regexps)
23900 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
23901 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
23902 (split-window-preferred-function, split-height-threshold)
23903 (split-width-threshold, even-window-heights)
23904 (display-buffer-mark-dedicated, window-splittable-p)
23905 (split-window-sensibly, window-safely-shrinkable-p):
23906 Un-obsolete.
23907 (display-buffer): Don't spread args with function specifier
23908 because special-display-popup-frame won't like it.
23909
23910 2011-07-01 Paul Eggert <eggert@cs.ucla.edu>
23911
23912 Time-stamp simplifications and fixes.
23913 These improve accuracy slightly, and future-proof the code
23914 against some potential changes to current-time format.
23915
23916 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
23917 by using time-since and float-time.
23918
23919 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
23920 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
23921 + NNN microseconds".
23922
23923 * type-break.el (type-break-time-sum): Rewrite using time-add.
23924
23925 * play/hanoi.el (hanoi-current-time-float): Remove.
23926 All uses replaced by float-time.
23927
23928 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
23929 This yields a more-accurate answer.
23930 (rng-time-to-float): Remove; no longer needed.
23931
23932 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
23933
23934 * calendar/timeclock.el (timeclock-seconds-to-time):
23935 Defalias to seconds-to-time, since they're the same thing.
23936
23937 * emacs-lisp/elp.el (elp-elapsed-time):
23938 * emacs-lisp/benchmark.el (benchmark-elapse):
23939 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
23940
23941 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
23942
23943 * window.el (bury-buffer): Don't iconify the only frame.
23944 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
23945 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
23946
23947 2011-07-01 Chong Yidong <cyd@stupidchicken.com>
23948
23949 * eshell/em-smart.el (eshell-smart-display-navigate-list):
23950 Add mouse-yank-primary.
23951
23952 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
23953
23954 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
23955
23956 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
23957
23958 * emacs-lisp/find-func.el (find-library--load-name): New fun.
23959 (find-library-name): Use it to find relative load names when provided
23960 absolute file name (bug#8803).
23961
23962 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
23963
23964 * textmodes/flyspell.el (flyspell-word): Consider words that
23965 differ only in case as potential doublons (bug#5687).
23966
23967 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
23968 Remove two rather uninteresting debugging-like messages to make
23969 debbugs.el more silent.
23970
23971 * comint.el (comint-password-prompt-regexp): Accept "Response" as
23972 a password-like phrase.
23973
23974 2011-06-30 Masatake YAMATO <yamato@redhat.com>
23975
23976 * progmodes/cc-guess.el: New file.
23977
23978 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
23979
23980 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
23981 derived from `c-basic-common-init'.
23982
23983 * progmodes/cc-mode.el (top-level): Require cc-guess.
23984 (c-basic-common-init): Use `cc-choose-style-for-mode'.
23985
23986 2011-06-30 Lawrence Mitchell <wence@gmx.li>
23987
23988 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
23989
23990 2011-06-30 Alan Mackenzie <acm@muc.de>
23991
23992 * progmodes/cc-engine.el (c-guess-continued-construct):
23993 Correct the handling of template-args-cont, particularly for when font
23994 lock is disabled. Name this case as "CASE G".
23995
23996 2011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
23997
23998 * allout.el (allout-yank-processing): Fix injection of extra space
23999 between bullet and non-whitespace character in first topic when
24000 pasting, ensuring that the actual spacing in the pasted topic
24001 following the bullet char is preserved. This extra space was
24002 causing pasted encrypted topics to get a decrypted status even
24003 when the content was actually still encrypted. Now the decryption
24004 status from before the paste is preserved.
24005
24006 (allout-flag-region): Set all allout overlays so they evaporate
24007 when reduced to zero length (evanescent), to prevent overlay
24008 leakage.
24009
24010 2011-06-30 Glenn Morris <rgm@gnu.org>
24011
24012 * w32-fns.el (w32-charset-info-alist): Declare.
24013
24014 * find-dired.el (find-grep-options): Simplify.
24015
24016 * term/ns-win.el (ns-set-resource): Declare.
24017
24018 * ses.el (row, col): Declare dynamic variables honestly.
24019
24020 * textmodes/reftex-parse.el (index-tags): Declare.
24021
24022 2011-06-30 Chong Yidong <cyd@stupidchicken.com>
24023
24024 * cus-edit.el (customize-push-and-save): New function.
24025
24026 * files.el (hack-local-variables-confirm): Use it.
24027
24028 * custom.el (load-theme): New arg NO-CONFIRM.
24029 Use customize-push-and-save (Bug#8720).
24030 (custom-enabled-themes): Doc fix.
24031
24032 * cus-theme.el (customize-create-theme)
24033 (custom-theme-merge-theme): Callers to load-theme changed.
24034
24035 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
24036
24037 * thingatpt.el (thing-at-point-short-url-regexp): Require that
24038 short URLs have at least one dot in them (bug #7614).
24039
24040 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
24041 nil, because using a pty is apparently too slow (bug #895).
24042
24043 2011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
24044
24045 * mail/sendmail.el (sendmail-query-once): New function.
24046 (sendmail-query-once-function): New variable.
24047
24048 2011-06-29 Glenn Morris <rgm@gnu.org>
24049
24050 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
24051
24052 * ses.el (top-level): Require cl when compiling.
24053 (ses-set-localvars): Fix error statement.
24054 Call it at compile time to silence a storm of warnings.
24055
24056 2011-06-29 Martin Rudalics <rudalics@gmx.at>
24057
24058 * window.el (normalize-live-buffer): Rename to
24059 window-normalize-buffer.
24060 (normalize-live-frame): Rename to window-normalize-frame.
24061 (normalize-any-window): Rename to window-normalize-any-window.
24062 (normalize-live-window): Rename to window-normalize-live-window.
24063 (make-window-atom): Rename to window-make-atom.
24064 (window-resize-reset): Rename to window--resize-reset.
24065 (window-resize-reset-1): Rename to window--resize-reset-1.
24066 (resize-mini-window): Rename to window--resize-mini-window.
24067 (resize-subwindows-skip-p): Rename to
24068 window--resize-subwindows-skip-p.
24069 (resize-subwindows-normal): Rename to
24070 window--resize-subwindows-normal.
24071 (resize-subwindows): Rename to window--resize-subwindows.
24072 (resize-other-windows): Rename to window--resize-siblings.
24073 (resize-this-window): Rename to window--resize-this-window.
24074 (resize-root-window): Rename to window--resize-root-window.
24075 (resize-root-window-vertically): Rename to
24076 window--resize-root-window-vertically.
24077 (normalize-buffer-to-display): Rename to
24078 window-normalize-buffer-to-display.
24079 (normalize-buffer-to-switch-to): Rename to
24080 window-normalize-buffer-to-switch-to.
24081 Correspondingly update all callers of the functions listed
24082 above.
24083 (display-buffer-alist, display-buffer-normalize-arguments)
24084 (display-buffer-normalize-options, display-buffer)
24085 (display-buffer-alist-set): Use "function" instead of
24086 "fun-with-args".
24087
24088 2011-06-28 Chong Yidong <cyd@stupidchicken.com>
24089
24090 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
24091 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
24092 debbugs.gnu.org. Mention acknowledgment email.
24093
24094 2011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
24095
24096 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
24097 buffer multibyteness, since it shouldn't matter.
24098
24099 2011-06-28 Martin Rudalics <rudalics@gmx.at>
24100
24101 * window.el (display-buffer-in-side-window): Handle dedicated
24102 windows as in display-buffer-reuse-window.
24103 (display-buffer-normalize-alist): Use value of override
24104 specifier.
24105 (display-buffer-normalize-specifiers): Use value of
24106 other-window-means-other-frame specifier.
24107 (display-buffer-alist): Rewrite some texts in widgets.
24108 (display-buffer): Spread arguments when calling function
24109 specified by fun-with-args.
24110
24111 2011-06-28 Deniz Dogan <deniz@dogan.se>
24112
24113 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
24114 Unnest `let'.
24115
24116 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
24117 selectors (Bug#5732).
24118 (css-proprietary-nmstart-re): Use `regexp-opt'.
24119
24120 2011-06-27 Jari Aalto <jari.aalto@cante.net>
24121
24122 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
24123 (eshell-ls-date-format): New defcustom.
24124 (eshell-ls-file): Use it.
24125
24126 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
24127
24128 * help-fns.el (describe-variable): Fix message for terminal-local vars.
24129
24130 2011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
24131
24132 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
24133 (ange-ftp-make-tmp-name): New arg.
24134 (ange-ftp-file-local-copy): Use it.
24135
24136 2011-06-27 Jambunathan K <kjambunathan@gmail.com>
24137
24138 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
24139 no-conversion (Bug#8870).
24140
24141 2011-06-27 Martin Rudalics <rudalics@gmx.at>
24142
24143 * window.el (window-right, window-left, window-child)
24144 (window-child-count, window-last-child)
24145 (window-iso-combination-p, walk-window-tree-1)
24146 (window-atom-check-1, window-tree-1, delete-window)
24147 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
24148 new naming conventions - window-vchild, window-hchild,
24149 window-next and window-prev are now called window-top-child,
24150 window-left-child, window-next-sibling and window-prev-sibling
24151 respectively.
24152 (resize-window-reset): Rename to window-resize-reset.
24153 (resize-window-reset-1): Rename to window-resize-reset-1.
24154 (resize-window): Rename to window-resize.
24155 (window-min-height, window-min-width)
24156 (resize-mini-window, resize-this-window, resize-root-window)
24157 (resize-root-window-vertically, adjust-window-trailing-edge)
24158 (enlarge-window, shrink-window, maximize-window)
24159 (minimize-window, delete-window, quit-restore-window)
24160 (split-window, balance-windows, balance-windows-area-adjust)
24161 (balance-windows-area, window-state-put-2)
24162 (display-buffer-even-window-sizes, display-buffer-set-height)
24163 (display-buffer-set-width, set-window-text-height)
24164 (fit-window-to-buffer): Rename all "resize-window" prefixed
24165 calls to use the "window-resize" prefix convention.
24166 (display-buffer-alist): Fix symbol for label specifier.
24167 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
24168 corresponding specifier.
24169 Reported by Juanma Barranquero <lekktu@gmail.com>.
24170
24171 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
24172
24173 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
24174 convention.
24175 (ses-call-printer): Does not pass an empty string to formatter when the
24176 cell is empty to keep from barking printer Calc math-format-value.
24177
24178 2011-06-27 Richard Stallman <rms@gnu.org>
24179
24180 * battery.el (battery-mode-line-limit): New variable.
24181 (battery-update): Handle it.
24182
24183 * mail/rmailmm.el (rmail-mime-process-multipart):
24184 Handle truncated messages.
24185
24186 2011-06-27 Glenn Morris <rgm@gnu.org>
24187
24188 * progmodes/flymake.el (flymake-err-line-patterns):
24189 Allow for column numbers in the ant/javac pattern. (Bug#8866)
24190
24191 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
24192
24193 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
24194 (ses--clean-!, ses--clean-_): New functions.
24195 (ses-range): Add configurability of readout order, and conversion
24196 to Calc vector.
24197
24198 * ses.el (ses-repair-cell-reference-all): New function.
24199 (ses-cell-symbol): Set macro as safe, so that it can be used in
24200 formulas.
24201
24202 * ses.el: Update cycle detection algorithm.
24203 (ses-localvars): Add ses--Dijkstra-attempt-nb and
24204 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
24205 (ses-set-localvars): New function.
24206 (ses-make-cell): Add property-list as a cell element.
24207 (ses-cell-property-get-fun, ses-cell-property-get)
24208 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
24209 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
24210 New functions.
24211 (ses-cell-property-set, ses-cell-property-pop)
24212 (ses-cell-property-get-handle): New macro.
24213 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
24214 New aliases, used for code readability.
24215 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
24216 cycle detection.
24217 (ses-self-reference-early-detection): New defcustom.
24218 (ses-formula-references): Robustify against self-referring cells.
24219 (ses-mode): Use ses-set-localvars.
24220 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
24221 before lauching the update processing.
24222 (ses-initialize-Dijkstra-attempt): New function.
24223 (ses-recalculate-cell): Update for cycle detection based on
24224 Dijkstra algorithm.
24225
24226 * ses.el: Fix commenting and indenting convention.
24227
24228 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
24229
24230 * bs.el (bs-cycle-next): Complete last change.
24231
24232 2011-06-27 Drew Adams <drew.adams@oracle.com>
24233
24234 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
24235
24236 2011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
24237
24238 * net/network-stream.el (network-stream-open-starttls):
24239 Don't re-get capabilities unless we've reestablished connection.
24240 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
24241
24242 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
24243 to binary to possibly avoid line encoding issues on Windows (among
24244 other things).
24245
24246 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
24247
24248 * net/network-stream.el (open-network-stream): Return an :error
24249 saying what the problem was, if possible.
24250
24251 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
24252 server.
24253
24254 * net/network-stream.el (network-stream-open-starttls): If we
24255 wanted to use STARTTLS, and the server offered it, but we weren't
24256 able to because we had no STARTTLS support, then close the connection.
24257 (open-network-stream): Return an :error element, if present.
24258
24259 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
24260
24261 * hl-line.el (hl-line-sticky-flag): Doc fix.
24262 (global-hl-line-sticky-flag): New option (Bug#8323).
24263 (global-hl-line-highlight): Obey it.
24264
24265 * vc/vc.el (vc-revert-show-diff): Default to t.
24266
24267 2011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
24268
24269 * allout-widgets.el (allout-widgets-post-command-business):
24270 Stop decorating intermediate isearch matches. They're not being
24271 undecorated when an isearch is continued past, and isearch
24272 automatically collapses them. This leads to "widget leaks", where
24273 decorated items accumulate in collapsed areas. Lines with lots of
24274 hidden widgets can slow down cursor travel, substantially.
24275 Too much complicated machinery would be needed to ensure undecoration,
24276 so we're doing without this nicety.
24277
24278 (allout-widgets-tally-string): Don't try to do a hash-table-count
24279 of allout-widgets-tally when it's nil. This eliminates spurious "Error
24280 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
24281 *Messages* when allout-widgets-maintain-tally is t.
24282
24283 2011-06-26 Martin Rudalics <rudalics@gmx.at>
24284
24285 * window.el (display-buffer-normalize-argument): Rename to
24286 display-buffer-normalize-arguments. Handle special meaning of
24287 LABEL argument. Respect special-display-function when popping up
24288 a new frame. Fix code searching for a window showing the buffer
24289 on another frame.
24290 (display-buffer-normalize-specifiers):
24291 Call display-buffer-normalize-arguments.
24292 (display-buffer-in-window): Don't undedicate the window if its
24293 buffer remains the same.
24294 Reported by Drew Adams <drew.adams@oracle.com>.
24295 (display-buffer-alist): Add choice for same-window macro
24296 specfier.
24297 (display-buffer): Mention special meaning of LABEL argument in
24298 doc-string. Fix quoting. Don't pop up a new frame even as
24299 fallback.
24300
24301 2011-06-26 Juanma Barranquero <lekktu@gmail.com>
24302
24303 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
24304 avoid deleting the current window in some cases (bug#8911).
24305
24306 2011-06-26 Andreas Schwab <schwab@linux-m68k.org>
24307
24308 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
24309 (Bug#8934)
24310
24311 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
24312
24313 * net/network-stream.el (network-stream-open-starttls):
24314 Use built-in TLS support if `gnutls-available-p' is true.
24315 (network-stream-open-tls): Ditto.
24316
24317 2011-06-26 Leo Liu <sdl.web@gmail.com>
24318
24319 * register.el (registerv): New struct.
24320 (registerv-make): New function.
24321 (jump-to-register, describe-register-1, insert-register):
24322 Support the jump-func, print-func and insert-func slot of a registerv
24323 struct. (Bug#8415)
24324
24325 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
24326
24327 * vc/vc.el (vc-revert-show-diff): New defcustom.
24328 (vc-diff-internal): New arg specifying diff buffer.
24329 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
24330 reuse an existing *vc-diff* buffer (Bug#8927).
24331
24332 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
24333
24334 2011-06-26 Glenn Morris <rgm@gnu.org>
24335
24336 * progmodes/f90.el (f90-critical-indent): New option.
24337 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
24338 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
24339 (f90-mode): Doc fix.
24340 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
24341 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
24342 (f90-beginning-of-block, f90-next-block, f90-indent-region)
24343 (f90-match-end): Handle block, critical.
24344
24345 2011-06-25 Glenn Morris <rgm@gnu.org>
24346
24347 * calendar/diary-lib.el (diary-included-files): Doc fix.
24348 (diary-include-files): New function, extracted from
24349 diary-include-other-diary-files and diary-mark-included-diary-files.
24350 (diary-include-other-diary-files, diary-mark-included-diary-files):
24351 Just call diary-include-files.
24352 (diary-mark-entries): Reset diary-included-files on first call.
24353
24354 * calendar/diary-lib.el (diary-mark-entries)
24355 (diary-mark-included-diary-files):
24356 Visit included diary-files in temp buffers.
24357
24358 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
24359 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
24360 (f90-start-block-re, f90-imenu-generic-expression)
24361 (f90-looking-at-program-block-start, f90-no-block-limit):
24362 Add support for submodules.
24363
24364 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
24365 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
24366
24367 2011-06-25 Eli Zaretskii <eliz@gnu.org>
24368
24369 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
24370 buffer-file-type before setting its value, to avoid disastrous
24371 global effects on decoding files for DOS/Windows systems. (Bug#8780)
24372
24373 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
24374
24375 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
24376
24377 * ses.el (ses-unload-function):
24378 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
24379
24380 * proced.el (proced-unload-function):
24381 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
24382
24383 2011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
24384
24385 * server.el (server-create-window-system-frame): Add parameters arg.
24386 (server-process-filter): Doc fix. Handle frame-parameters.
24387
24388 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
24389
24390 Fix bug#8730, bug#8781.
24391
24392 * loadhist.el (unload--set-major-mode): New function.
24393 (unload-feature): Use it.
24394
24395 * progmodes/python.el (python-after-info-look): Add autoload cookie.
24396 (python-unload-function): New function.
24397
24398 2011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
24399
24400 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
24401
24402 2011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
24403
24404 * net/browse-url.el (browse-url-firefox-program): Add icecat to
24405 the candidates list.
24406
24407 2011-06-24 Juanma Barranquero <lekktu@gmail.com>
24408
24409 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
24410
24411 2011-06-23 Richard Stallman <rms@gnu.org>
24412
24413 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
24414 (rmail-variables): Set next-error-move-function.
24415 (rmail-what-message): Take argument POS.
24416 (rmail-next-error-move): New function.
24417
24418 2011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
24419
24420 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
24421 messages for adjacent non-terminals.
24422
24423 2011-06-23 Richard Stallman <rms@gnu.org>
24424
24425 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
24426 (rmail-show-message-1): Preserve buffer modified flag.
24427 (rmail-start-mail): Don't specify use of rmail-mail-return;
24428 that's done by mail-bury now.
24429 (rmail-mail-return): Handle arg NEWBUF.
24430
24431 2011-06-23 Michael Albinus <michael.albinus@gmx.de>
24432
24433 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
24434 SIZE is a number.
24435
24436 2011-06-23 Martin Rudalics <rudalics@gmx.at>
24437
24438 * window.el (get-lru-window, get-mru-window)
24439 (get-largest-window): Never return a minibuffer window.
24440 (display-buffer-pop-up-window): Fix a bug that could lead to
24441 reusing the minibuffer window.
24442 (display-buffer): Pass original specifier argument to
24443 display-buffer-function instead of the normalized one.
24444 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
24445
24446 2011-06-22 Leo Liu <sdl.web@gmail.com>
24447
24448 * minibuffer.el (completing-read-function)
24449 (completing-read-default): Move from minibuf.c.
24450
24451 2011-06-22 Richard Stallman <rms@gnu.org>
24452
24453 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
24454 to Rmail even if not started by a special Rmail command.
24455
24456 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
24457 Copy the buffer currently showing just one message.
24458
24459 2011-06-22 Roland Winkler <winkler@gnu.org>
24460
24461 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
24462 (bibtex-clean-entry): First delete the old key so that a
24463 customized algorithm for generating the new key does not get
24464 confused by the old key.
24465 (bibtex-url): Obey regexp of first step.
24466 (bibtex-search-entries): Do not use add-to-list with local
24467 list-var.
24468
24469 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
24470
24471 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
24472 stored a user name, then query for the password first, instead of
24473 waiting for SMTP to give an error message and the trying again.
24474
24475 2011-06-22 Lawrence Mitchell <wence@gmx.li>
24476
24477 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
24478 BUFFER in call-process.
24479
24480 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
24481
24482 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
24483 QUIT twice.
24484 (smtpmail-try-auth-methods): Require user name and password from
24485 auth-source.
24486
24487 2011-06-22 Martin Rudalics <rudalics@gmx.at>
24488
24489 * window.el (display-buffer-default-specifiers)
24490 (display-buffer-alist): Remove entries for pop-up-frame-alist.
24491 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
24492 (split-window): Normalize SIDE argument (Bug#8916).
24493
24494 * frame.el (pop-up-frame-alist, pop-up-frame-function)
24495 (special-display-frame-alist, special-display-popup-frame):
24496 Remove duplicate declarations. These are now in window.el.
24497
24498 2011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
24499
24500 * mail/smtpmail.el (smtpmail-via-smtp):
24501 Set :use-starttls-if-possible so that we always use STARTTLS if the
24502 server supports it. SMTP servers that support STARTTLS commonly
24503 require it.
24504
24505 * net/network-stream.el (network-stream-open-starttls): Support
24506 upgrading to STARTTLS always, even if we don't have built-in support.
24507 (open-network-stream): Add the :always-query-capabilities keyword.
24508
24509 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
24510 upgrades with `open-network-stream', and rely solely on
24511 auth-source for all credentials. Big changes throughout the file,
24512 but in particular:
24513 (smtpmail-auth-credentials): Remove.
24514 (smtpmail-starttls-credentials): Remove.
24515 (smtpmail-via-smtp): Check for servers saying they want AUTH after
24516 MAIL FROM, too.
24517
24518 * net/network-stream.el (network-stream-open-starttls):
24519 Provide support for client certificates both for external and built-in
24520 STARTTLS.
24521 (auth-source): Require.
24522 (open-network-stream): Document the :client-certificate keyword.
24523 (network-stream-certificate): Change cert-cert to cert and
24524 cert-key to key.
24525
24526 2011-06-21 Michael Albinus <michael.albinus@gmx.de>
24527
24528 * net/tramp-cache.el (top): Don't load the persistency file when
24529 "emacs -Q" has been called.
24530
24531 2011-06-21 Tim Harper <timcharper@gmail.com>
24532
24533 * term/ns-win.el (ns-initialize-window-system):
24534 Set application-specific `ApplePressAndHoldEnabled' system
24535 resource to NO as it is not yet supported by the NS port.
24536
24537 2011-06-21 Juanma Barranquero <lekktu@gmail.com>
24538
24539 * misc.el (list-dynamic-libraries--refresh): Compute header here...
24540 (list-dynamic-libraries): ...not here.
24541
24542 2011-06-21 Leo Liu <sdl.web@gmail.com>
24543
24544 * subr.el (sha1): Implement sha1 using secure-hash.
24545
24546 2011-06-21 Martin Rudalics <rudalics@gmx.at>
24547
24548 * window.el (display-buffer-alist): In default value do not
24549 enforce searching a window on any but the selected frame.
24550 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
24551 (display-buffer-select-window): Remove function.
24552 (display-buffer-in-window): When a window on another frame gets
24553 reused, do not select it any more but just raise its frame if
24554 necessary (Bug#8851) and (Bug#8856).
24555 (display-buffer-normalize-options): Handle pop-up-frames related
24556 options more faithfully.
24557 (pop-to-buffer): Don't rely on `display-buffer' selecting the
24558 window if it is on another frame.
24559 (display-buffer-alist, display-buffer-default-specifiers):
24560 Don't make new frame unsplittable by default.
24561 (display-buffer-normalize-argument): Fix doc-string typo and use
24562 'same-frame-other-window instead of 'other-window when associating
24563 with display-buffer-macro-specifiers.
24564
24565 2011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
24566
24567 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
24568 New functions.
24569 (5x5-mode-map, 5x5-mode-menu): Bind them.
24570 (5x5-draw-grid): Tweak the solver's rendering.
24571
24572 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
24573
24574 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
24575 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
24576
24577 2011-06-21 Drew Adams <drew.adams@oracle.com>
24578
24579 * menu-bar.el: Use function variable instead of switch-to-buffer.
24580 (menu-bar-select-buffer-function): New variable.
24581 (menu-bar-update-buffers): Use it (bug#8876).
24582
24583 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
24584
24585 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
24586 variable's status.
24587
24588 2011-06-20 Jan Djärv <jan.h.d@swipnet.se>
24589
24590 * x-dnd.el (x-dnd-version-from-flags)
24591 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
24592 and long as number (Bug#8899).
24593 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
24594
24595 2011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
24596
24597 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
24598 (completion-try-completion, completion-all-completions): Compute the
24599 metadata argument if it's missing; make it optional (bug#8795).
24600
24601 * wid-edit.el: Use lex-bind and move towards completion-at-point.
24602 (widget-complete): Use new :completion-function property.
24603 (widget-completions-at-point): New function.
24604 (default): Use :completion-function instead of :complete.
24605 (widget-default-completions): Rename from widget-default-complete;
24606 Rewrite.
24607 (widget-string-complete, widget-file-complete, widget-color-complete):
24608 Remove functions.
24609 (file, symbol, function, variable, coding-system, color):
24610 * international/mule-cmds.el (default-input-method, charset)
24611 (language-info-custom-alist):
24612 * cus-edit.el (face): Use new property :completions.
24613
24614 * progmodes/pascal.el (pascal-completions-at-point): New function.
24615 (pascal-mode): Use it.
24616 (pascal-mode-map): Use completion-at-point.
24617 (pascal-toggle-completions): Make obsolete.
24618 (pascal-complete-word, pascal-show-completions):
24619 * progmodes/octave-mod.el (octave-complete-symbol):
24620 Redefine as obsolete alias.
24621 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
24622 Signal absence of completion info for old Octave,
24623 (inferior-octave-complete): Redefine as obsolete alias.
24624 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
24625 (meta-completions-at-point): Rename from meta-complete-symbol and
24626 adapt it for use on completion-at-point-functions.
24627 (meta-common-mode): Use it.
24628 (meta-looking-at-backward, meta-match-buffer): Remove.
24629 (meta-complete-symbol): Redefine as obsolete alias.
24630 (meta-common-mode-map): Use completion-at-point.
24631 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
24632 (makefile-mode-map): Use completion-at-point.
24633 (makefile-completions-at-point): Rename from makefile-complete and
24634 adapt it for use on completion-at-point-functions.
24635 (makefile-mode): Use it.
24636 (makefile-complete): Redefine as obsolete alias.
24637
24638 2011-06-20 Deniz Dogan <deniz@dogan.se>
24639
24640 * net/rcirc.el: Delete trailing whitespaces once and for all.
24641
24642 2011-06-20 Daniel Colascione <dan.colascione@gmail.com>
24643
24644 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
24645
24646 2011-06-19 Chong Yidong <cyd@stupidchicken.com>
24647
24648 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
24649
24650 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
24651
24652 2011-06-19 Martin Rudalics <rudalics@gmx.at>
24653
24654 * window.el (display-buffer-other-window-means-other-frame):
24655 Call display-buffer-normalize-alist.
24656 (display-buffer-normalize-specifiers-1): Rename to
24657 display-buffer-normalize-argument. New argument other-frame.
24658 Rewrite.
24659 (display-buffer-normalize-specifiers-2): Rename to
24660 display-buffer-normalize-options.
24661 (display-buffer-normalize-alist-1): New function.
24662 (display-buffer-normalize-specifiers-3): Rename to
24663 display-buffer-normalize-alist.
24664 Call display-buffer-normalize-alist-1.
24665 (display-buffer-normalize-options-inhibit): New variable.
24666 (display-buffer-normalize-specifiers): Rewrite calling
24667 display-buffer-normalize-alist,
24668 display-buffer-normalize-argument, and
24669 display-buffer-normalize-options. Don't call the latter if
24670 display-buffer-normalize-options-inhibit is non-nil.
24671 (frame-auto-delete): New option.
24672 (window-deletable-p): Use frame-auto-delete.
24673 (window-list-no-nils, window-state-ignored-parameters)
24674 (window-state-get-1, window-state-get, window-state-put-list)
24675 (window-state-put-1, window-state-put-2, window-state-put):
24676 New functions.
24677 (display-buffer-normalize-options): Move special-display-p group
24678 after pop-up-frame group (Bug#8851) and (Bug#8856).
24679
24680 2011-06-18 Chong Yidong <cyd@stupidchicken.com>
24681
24682 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
24683 groups (Bug#8776).
24684 (rx-submatch-n): New function.
24685 (rx): Document it.
24686
24687 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
24688 (Bug#8768).
24689
24690 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
24691
24692 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
24693
24694 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
24695 anytime existing face settings are present (Bug#8889).
24696
24697 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
24698 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
24699 Remove unused argument.
24700
24701 2011-06-18 Martin Rudalics <rudalics@gmx.at>
24702
24703 * window.el (display-buffer-default-specifiers):
24704 Remove pop-up-frame. Add pop-up-window-min-height,
24705 pop-up-window-min-width, and another reuse-window specifier
24706 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
24707 (display-buffer-normalize-specifiers-2):
24708 Handle split-height-threshold and split-width-threshold also when
24709 pop-up-windows is unset. Add a reuse-window specifier for the
24710 case popping up a new window fails.
24711 (special-display-popup-frame): Remove double quoting.
24712 (display-buffer-normalize-specifiers-1): Fix thinko.
24713
24714 2011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
24715
24716 * shell.el (shell-completion-vars): Set pcomplete-termination-string
24717 according to comint-completion-addsuffix.
24718
24719 * pcomplete.el: Convert to lexical binding and fix bug#8819.
24720 (pcomplete-suffix-list): Mark as obsolete.
24721 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
24722 pcomplete-seen in the closure.
24723 (pcomplete-comint-setup): Setup completion-at-point as well.
24724 (pcomplete--entries): New function.
24725 (pcomplete--env-regexp): New var.
24726 (pcomplete-entries): Rewrite to work with partial-completion and
24727 without relying on pcomplete-suffix-list.
24728 (pcomplete-pare-list): Remove, unused.
24729
24730 2011-06-17 Martin Rudalics <rudalics@gmx.at>
24731
24732 * window.el (display-buffer-alist): Set pop-up-window-min-height
24733 and pop-up-window-min-width in default value. Reported by
24734 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
24735 other-window-means-other-frame.
24736 (display-buffer-macro-specifiers): Comment out entry for
24737 other-window specifier.
24738 (display-buffer-other-window-means-other-frame): New function.
24739 (display-buffer-normalize-specifiers-1): New arguments
24740 buffer-name and label. Treat other-window case specially.
24741 (display-buffer-normalize-specifiers-2): Treat other-window case
24742 specially.
24743 (display-buffer-normalize-specifiers-3): New function.
24744 (display-buffer-normalize-specifiers):
24745 Call display-buffer-normalize-specifiers-3.
24746
24747 2011-06-17 Martin Rudalics <rudalics@gmx.at>
24748
24749 * window.el (same-window-p): Fix two typos introduced when
24750 adding with-no-warnings.
24751 (display-buffer-normalize-specifiers-1): Don't check
24752 pop-up-frames for 'unset initialization.
24753 (display-buffer-normalize-specifiers-2): Major rewrite using
24754 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
24755 (pop-up-frames, display-buffer-reuse-frames)
24756 (display-buffer-mark-dedicated): Don't initialize to 'unset.
24757 Suggested by David Engster <deng@randomsample.de>.
24758 (even-window-heights): Initialize to 'unset.
24759 (display-buffer-alist-set): Handle new 'unset initializations.
24760 (display-buffer-macro-specifiers): Don't pop up a new frame in the
24761 other window case.
24762
24763 2011-06-16 Martin Rudalics <rudalics@gmx.at>
24764
24765 * window.el (display-buffer-normalize-specifiers-1):
24766 Respect current value of pop-up-frames for most reasonable values of
24767 second argument of display-buffer (Bug#8865).
24768 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
24769 (switch-to-buffer-other-window-same-frame)
24770 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
24771 Adams (Bug#8875).
24772 (display-buffer): Don't check noninteractive when calling
24773 display-buffer-pop-up-frame.
24774 (display-buffer-pop-up-frame): Never pop up a frame in
24775 noninteractive mode (Bug#8857).
24776 (enlarge-window, shrink-window): Don't report an error when the
24777 window can't be resized as requested (Bug#8862).
24778
24779 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
24780
24781 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
24782
24783 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
24784
24785 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
24786
24787 2011-06-15 Alan Mackenzie <acm@muc.de>
24788
24789 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
24790 for declarators, disable knr checking to speed up for normal files.
24791 2: Refactor, replacing a sequence of nested if forms by a cond form.
24792
24793 2011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
24794
24795 * net/network-stream.el (open-network-stream): Add the keyword
24796 :always-query-capabilities for the case where you want to force a
24797 `plain' network connection, but the protocol still requires the
24798 capabilitiy command (i.e., SMTP and EHLO).
24799
24800 * subr.el (process-live-p): Rename from `process-alive-p' for
24801 consistency with other `-live-p' functions.
24802
24803 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
24804
24805 * window.el (same-window-buffer-names, same-window-regexps)
24806 (special-display-frame-alist, special-display-popup-frame)
24807 (special-display-function, special-display-buffer-names)
24808 (special-display-regexps, pop-up-frame-alist)
24809 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
24810 (pop-up-windows, split-window-preferred-function)
24811 (split-height-threshold, split-width-threshold, even-window-heights)
24812 (display-buffer-mark-dedicated): Don't encourage the use of
24813 display-buffer-alist from Elisp code.
24814
24815 2011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
24816
24817 * progmodes/python.el (python-mode): Derive from prog-mode.
24818 * progmodes/ps-mode.el (ps-mode):
24819 * progmodes/mixal-mode.el (mixal-mode):
24820 * progmodes/cfengine.el (cfengine-mode):
24821 * progmodes/ld-script.el (ld-script-mode): Likewise.
24822
24823 2011-06-15 Martin Rudalics <rudalics@gmx.at>
24824
24825 * window.el (display-buffer-alist): Trim default value to avoid
24826 popping up a new frame (Bug#8857) or reusing an arbitrary window
24827 on another frame.
24828 (display-buffer): Do not fall back on popping up a new frame in
24829 batch mode (Bug#8857).
24830
24831 2011-06-14 Chong Yidong <cyd@stupidchicken.com>
24832
24833 * cus-theme.el (describe-theme-1): Use custom-theme-p.
24834 (custom-theme-summary): New function.
24835 (customize-themes): Use it.
24836
24837 2011-06-13 Glenn Morris <rgm@gnu.org>
24838
24839 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
24840
24841 2011-06-13 Martin Rudalics <rudalics@gmx.at>
24842
24843 * help.el (help-window): Remove variable.
24844 (help-window-point-marker, temp-buffer-max-height)
24845 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
24846 (help-print-return-message): Don't set help-window.
24847 (resize-temp-buffer-window): Rewrite cod eand doc-string.
24848 (help-window-setup-finish): Remove.
24849 (help-window-display-message, help-window-setup)
24850 (with-help-window): Major rewrite based on new
24851 display-buffer-window variable.
24852
24853 * help-mode.el (help-mode-finish): Remove help-window related
24854 code.
24855
24856 * view.el (view-exits-all-viewing-windows): Remove reference to
24857 view-return-to-alist in doc-string.
24858 (view-return-to-alist): Make obsolete.
24859 (view-buffer): Call pop-to-buffer-same-window and remove
24860 undo-window code.
24861 (view-buffer-other-window): Call pop-to-buffer-other-window and
24862 simplify code. Ignore second argument.
24863 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
24864 simplify code. Ignore second argument.
24865 (view-return-to-alist-update): Make obsolete.
24866 (view-mode-enter): Rename second argument to QUIT-RESTORE.
24867 Rewrite using quit-restore window parameters.
24868 (view-mode-exit): Rename second argument to EXIT-ONLY.
24869 Rewrite using quit-restore-window.
24870 (View-exit, View-exit-and-edit, View-leave, View-quit)
24871 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
24872 appropriate arguments.
24873 (view-end-message): Use quit-restore window parameter.
24874
24875 * window.el (display-buffer-function): Rewrite doc-string.
24876 (display-buffer-window, display-buffer-alist): New variables.
24877 (display-buffer-split-specifiers)
24878 (display-buffer-side-specifiers)
24879 (display-buffer-macro-specifiers): New constants.
24880 (display-buffer-even-window-sizes, display-buffer-set-height)
24881 (display-buffer-set-width, display-buffer-select-window)
24882 (display-buffer-in-window, display-buffer-reuse-window)
24883 (display-buffer-split-window-1, display-buffer-split-window)
24884 (display-buffer-split-atom-window, display-buffer-pop-up-window)
24885 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
24886 (display-buffer-in-side-window, normalize-buffer-to-display)
24887 (display-buffer-normalize-specifiers-1)
24888 (display-buffer-normalize-specifiers-2)
24889 (display-buffer-normalize-specifiers, display-buffer-frame):
24890 New functions.
24891 (display-buffer): Major rewrite.
24892 (display-buffer-other-window, display-buffer-other-frame)
24893 (pop-to-buffer, switch-to-buffer-other-window)
24894 (switch-to-buffer-other-frame): Rewrite.
24895 (display-buffer-same-window, display-buffer-same-frame)
24896 (display-buffer-same-frame-other-window)
24897 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
24898 (pop-to-buffer-other-window)
24899 (pop-to-buffer-same-frame-other-window)
24900 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
24901 (switch-to-buffer-other-window-same-frame): New functions.
24902 (same-window-p, special-display-p): Rewrite disabling warnings.
24903 Make obsolete.
24904 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
24905 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
24906 Make obsolete
24907 (same-window-buffer-names, same-window-regexps)
24908 (special-display-frame-alist, special-display-popup-frame)
24909 (special-display-function, special-display-buffer-names)
24910 (special-display-regexps, pop-up-frame-alist)
24911 (pop-up-frame-function, split-window-preferred-function)
24912 (split-height-threshold, split-width-threshold)
24913 (even-window-heights): Make obsolete.
24914
24915 2011-06-12 Glenn Morris <rgm@gnu.org>
24916
24917 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
24918 Misc simplifications.
24919
24920 2011-06-12 Martin Rudalics <rudalics@gmx.at>
24921
24922 * window.el (window-safely-shrinkable-p): Restore function which
24923 was inadvertently removed in change from 2011-06-11. Declare as
24924 obsolete.
24925
24926 * calendar/calendar.el (calendar-generate-window):
24927 Use window-iso-combined-p instead of combination of one-window-p and
24928 window-safely-shrinkable-p.
24929
24930 2011-06-12 Glenn Morris <rgm@gnu.org>
24931
24932 * progmodes/fortran.el (fortran-mode-syntax-table):
24933 * progmodes/f90.el (f90-mode-syntax-table):
24934 Set % to punctuation. (Bug#8820)
24935 (f90-find-tag-default): Remove, no longer needed.
24936
24937 2011-06-12 Daniel Colascione <dan.colascione@gmail.com>
24938
24939 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
24940
24941 2011-06-11 Chong Yidong <cyd@stupidchicken.com>
24942
24943 * image.el (image-animated-p): Return animation delay in seconds.
24944 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
24945 (image-animate-timeout): Remove DELAY argument. Don't assume
24946 every subimage has the same delay; get it from image-animated-p.
24947 (image-animate): Caller changed.
24948
24949 2011-06-11 Michael Albinus <michael.albinus@gmx.de>
24950
24951 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
24952 to ignored backtrace functions.
24953
24954 2011-06-11 Glenn Morris <rgm@gnu.org>
24955
24956 * calendar/appt.el (appt-disp-window-function): Doc fix.
24957 (appt-check): Handle overlapping appointments. (Bug#8337)
24958
24959 2011-06-11 Martin Rudalics <rudalics@gmx.at>
24960
24961 * window.el (window-tree-1, window-tree): New functions, moving
24962 the latter to window.el.
24963 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
24964 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
24965 (bw-refresh-edges): Remove.
24966 (balance-windows-1, balance-windows-2): New functions.
24967 (balance-windows): Rewrite in terms of window tree functions,
24968 balance-windows-1 and balance-windows-2.
24969 (bw-adjust-window): Remove.
24970 (balance-windows-area-adjust): New function with functionality of
24971 bw-adjust-window but using resize-window.
24972 (set-window-text-height): Rewrite doc-string.
24973 Use normalize-live-window and resize-window.
24974 (enlarge-window-horizontally, shrink-window-horizontally):
24975 Rename argument to DELTA.
24976 (window-buffer-height): New function.
24977 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
24978 Rewrite using new window resize routines.
24979 (kill-buffer-and-window, mouse-autoselect-window-select):
24980 Use ignore-errors instead of condition-case.
24981 (quit-window): Call delete-frame instead of delete-windows-on
24982 for the only buffer on frame.
24983
24984 2011-06-10 Martin Rudalics <rudalics@gmx.at>
24985
24986 * loadup.el (top-level): Load window before files for the sake
24987 of replace-buffer-in-windows.
24988
24989 * files.el (read-buffer-to-switch)
24990 (switch-to-buffer-other-window)
24991 (switch-to-buffer-other-frame, display-buffer-other-frame):
24992 Move to window.el.
24993
24994 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
24995 (previous-buffer): Move to window.el.
24996
24997 * bindings.el (unbury-buffer): Move to window.el.
24998
24999 * window.el (delete-other-windows-vertically): Move after
25000 definition of delete-other-windows.
25001 (other-window, delete-windows-on, replace-buffer-in-windows):
25002 Move here from window.c.
25003 (record-window-buffer, unrecord-window-buffer)
25004 (set-window-buffer-start-and-point, switch-to-prev-buffer)
25005 (switch-to-next-buffer): New functions.
25006 (get-next-valid-buffer, last-buffer, next-buffer): Move here
25007 from simple.el. Call switch-to-next-buffer.
25008 (previous-buffer): Move here from simple.el.
25009 Call switch-to-prev-buffer.
25010 (bury-buffer): Move here from buffer.c. Switch to previous
25011 buffer when window cannot be deleted.
25012 (unbury-buffer): Move here from bindings.el.
25013 (ctl-x-map): Move binding for other-window from window.c to
25014 here.
25015 (read-buffer-to-switch, switch-to-buffer-other-window)
25016 (switch-to-buffer-other-frame): Move here from files.el.
25017 (normalize-buffer-to-switch-to): New functions.
25018 (switch-to-buffer): Move here from buffer.c.
25019 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
25020
25021 2011-06-10 Martin Rudalics <rudalics@gmx.at>
25022
25023 * window.el (window-min-height, window-min-width): Move here
25024 from window.c. Add defcustoms and rewrite doc-strings.
25025 (resize-mini-window, resize-window): New functions.
25026 (adjust-window-trailing-edge, enlarge-window, shrink-window):
25027 Move here from window.c.
25028 (maximize-window, minimize-window): New functions.
25029 (delete-window, delete-other-windows, split-window): Move here
25030 from window.c.
25031 (window-split-min-size): New function.
25032 (split-window-keep-point): Mention split-window-above-each-other
25033 instead of split-window-vertically.
25034 (split-window-above-each-other, split-window-vertically):
25035 Rename split-window-vertically to split-window-above-each-other
25036 and provide defalias for old definition.
25037 (split-window-side-by-side, split-window-horizontally):
25038 Rename split-window-horizontally to split-window-side-by-side
25039 and provide defalias for the old definition.
25040 (ctl-x-map): Move bindings for delete-window,
25041 delete-other-windows and enlarge-window here from window.c.
25042 Replace bindings for split-window-vertically and
25043 split-window-horizontally by bindings for
25044 split-window-above-each-other and split-window-side-by-side.
25045
25046 * cus-start.el (all): Remove entries for window-min-height and
25047 window-min-width. Add entries for window-splits and
25048 window-nest.
25049
25050 2011-06-09 Glenn Morris <rgm@gnu.org>
25051
25052 * calendar/appt.el (appt-mode-line): New function.
25053 (appt-check, appt-disp-window): Use it.
25054
25055 * files.el (hack-one-local-variable-eval-safep):
25056 Allow minor-modes with explicit +/-1 arguments.
25057
25058 2011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
25059
25060 * term/xterm.el (xterm): Add defgroup.
25061 (xterm-extra-capabilities): Add defcustom to supply known xterm
25062 capabilities, skip querying them, or query them (default).
25063 (terminal-init-xterm): Use it.
25064 (terminal-init-xterm-modify-other-keys): New function to set up
25065 modifyOtherKeys support to simplify `terminal-init-xterm'.
25066
25067 2011-06-09 Martin Rudalics <rudalics@gmx.at>
25068
25069 * window.el (resize-window-reset, resize-window-reset-1)
25070 (resize-subwindows-skip-p, resize-subwindows-normal)
25071 (resize-subwindows, resize-other-windows, resize-this-window)
25072 (resize-root-window, resize-root-window-vertically)
25073 (window-deletable-p, window-or-subwindow-p)
25074 (frame-root-window-p): New functions.
25075
25076 2011-06-09 Glenn Morris <rgm@gnu.org>
25077
25078 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
25079 (ange-ftp-get-files): Use it.
25080
25081 2011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
25082
25083 * mail/sendmail.el (mail-recover-1, mail-recover):
25084 * files.el (recover-file, recover-session):
25085 Handle dired-listing-switches not being just a single short option.
25086
25087 2011-06-09 Glenn Morris <rgm@gnu.org>
25088
25089 * calendar/appt.el (appt-display-message, appt-disp-window):
25090 Handle lists of appointments.
25091
25092 2011-06-08 Martin Rudalics <rudalics@gmx.at>
25093
25094 * window.el (one-window-p): Move down in code.
25095 Rewrite doc-string.
25096 (window-current-scroll-bars): Rewrite doc-string.
25097 Normalize live window argument.
25098 (walk-windows, get-window-with-predicate, count-windows):
25099 Rewrite doc-string. Use window-list-1.
25100 (window-in-direction-2, window-in-direction, get-mru-window):
25101 New functions.
25102
25103 2011-06-08 Reuben Thomas <rrt@sc3d.org>
25104
25105 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
25106 Doc fix (Bug#8713).
25107
25108 2011-06-08 Chong Yidong <cyd@stupidchicken.com>
25109
25110 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
25111
25112 2011-06-08 Juanma Barranquero <lekktu@gmail.com>
25113
25114 * loadhist.el (unload-feature-special-hooks):
25115 Add `comint-output-filter-functions'.
25116
25117 2011-06-08 Ivan Kanis <gnu@kanis.fr>
25118
25119 * calendar/appt.el (appt-check): Move some initializations into the let.
25120
25121 2011-06-08 Martin Rudalics <rudalics@gmx.at>
25122
25123 * window.el (window-height): Defalias to window-total-height.
25124 (window-width): Defalias to window-body-width.
25125
25126 2011-06-07 Chong Yidong <cyd@stupidchicken.com>
25127
25128 * image-mode.el (image-toggle-animation): New command.
25129 (image-mode-map): Bind it to RET.
25130 (image-mode): Update message.
25131 (image-toggle-display-image): Avoid a spurious cache flush.
25132 (image-transform-rotation): Doc fix.
25133 (image-transform-properties): Return quickly in the normal case.
25134 (image-animate-loop): Rename from image-animate-max-time.
25135
25136 * image.el (image-animate-max-time): Move to image-mode.el.
25137 (create-animated-image): Remove unnecessary function.
25138 (image-animate): Rename from image-animate-start. New arg.
25139 (image-animate-stop): Remove; just use image-animate-timer.
25140 (image-animate-timer): Use car-safe.
25141 (image-animate-timeout): Rename argument.
25142
25143 2011-06-07 Martin Rudalics <rudalics@gmx.at>
25144
25145 * window.el (get-lru-window, get-largest-window): Move here from
25146 window.c. Rename first argument to ALL-FRAMES.
25147 Rephrase doc-strings.
25148 (get-buffer-window-list): Rewrite using window-list-1.
25149 Rephrase doc-string.
25150 (window-safe-min-height, window-safe-min-width): New constants.
25151 (window-size-ignore, window-min-size, window-min-size-1)
25152 (window-sizable, window-sizable-p, window-size-fixed-1)
25153 (window-size-fixed-p, window-min-delta-1, window-min-delta)
25154 (window-max-delta-1, window-max-delta, window-resizable)
25155 (window-resizable-p, window-total-height, window-total-width)
25156 (window-body-width): New functions.
25157 (window-full-height-p, window-full-width-p): Rewrite using
25158 window-total-size.
25159 (window-body-height): Rewrite using window-body-size.
25160
25161 2011-06-06 Martin Rudalics <rudalics@gmx.at>
25162
25163 * window.el (window-right, window-left, window-child)
25164 (window-child-count, window-last-child, window-any-p)
25165 (normalize-live-buffer, normalize-live-frame)
25166 (normalize-any-window, normalize-live-window)
25167 (window-iso-combination-p, window-iso-combined-p)
25168 (window-iso-combinations)
25169 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
25170 (windows-with-parameter, window-with-parameter)
25171 (window-atom-root, make-window-atom, window-atom-check-1)
25172 (window-atom-check, window-side-check, window-check):
25173 New functions.
25174 (ignore-window-parameters, window-sides, window-sides-vertical)
25175 (window-sides-slots): New variables.
25176 (window-size-fixed): Move down in code. Minor doc-string fix.
25177
25178 2011-06-05 Andreas Schwab <schwab@linux-m68k.org>
25179
25180 * comint.el (comint-dynamic-complete-as-filename)
25181 (comint-dynamic-complete-filename): Correctly call
25182 completion-in-region.
25183
25184 2011-06-05 Deniz Dogan <deniz@dogan.se>
25185
25186 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
25187 in last change.
25188
25189 2011-06-05 Deniz Dogan <deniz@dogan.se>
25190
25191 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
25192 (rcirc): Use it to prompt for encryption.
25193
25194 2011-06-05 Roland Winkler <winkler@gnu.org>
25195
25196 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
25197 (bibtex-search-entries): New command bound to C-c C-a.
25198 (bibtex-display-entries): New function.
25199
25200 2011-06-05 Roland Winkler <winkler@gnu.org>
25201
25202 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
25203 (bibtex-insert-kill): After yanking insert newline if necessary.
25204 (bibtex-initialize): Call bibtex-string-files-init only once.
25205 (bibtex-mode): Do not call easy-menu-add.
25206 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
25207 (bibtex-yank): Set arg properly if nil.
25208
25209 2011-06-05 Roland Winkler <winkler@gnu.org>
25210
25211 * textmodes/bibtex.el (bibtex-search-entry-globally):
25212 New variable.
25213 (bibtex-search-entry): Use it.
25214
25215 2011-06-05 Roland Winkler <winkler@gnu.org>
25216
25217 * textmodes/bibtex.el (bibtex-entry-format): New option
25218 sort-fields.
25219 (bibtex-format-entry, bibtex-reformat): Honor this option.
25220 (bibtex-parse-entry): Return fields in proper order.
25221
25222 2011-06-05 Juanma Barranquero <lekktu@gmail.com>
25223
25224 * doc-view.el (doc-view-remove-if): Move computation of result out
25225 of `dolist' to silence misleading lexical-binding warning.
25226
25227 2011-06-04 Chong Yidong <cyd@stupidchicken.com>
25228
25229 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
25230 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
25231
25232 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
25233
25234 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
25235 "SunOS 5.10".
25236
25237 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
25238
25239 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
25240 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
25241 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
25242 (tramp-parse-putty):
25243 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
25244 (tramp-completion-function-alist-ssh)
25245 (tramp-completion-function-alist-telnet)
25246 (tramp-completion-function-alist-su)
25247 (tramp-completion-function-alist-putty): Set `tramp-autoload'
25248 cookie.
25249
25250 * net/tramp-ftp.el:
25251 * net/tramp-sh.el:
25252 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
25253 load "tramp.el" `tramp-set-completion-function'.
25254
25255 2011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
25256
25257 * shell.el: Require and use pcomplete.
25258 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
25259 (shell-completion-vars): Set pcomplete-default-completion-function.
25260
25261 2011-06-04 Deniz Dogan <deniz@dogan.se>
25262
25263 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
25264 `memq' (Bug#8799).
25265
25266 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
25267
25268 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
25269
25270 2011-06-02 Juanma Barranquero <lekktu@gmail.com>
25271
25272 * bs.el (bs--mark-unmark, bs--nth-wrapper):
25273 * mpc.el (mpc-select-extend, mpc-songpointer-context):
25274 * vc/log-view.el (log-view-beginning-of-defun):
25275 * vc/smerge-mode.el (smerge-apply-resolution-patch)
25276 (smerge-refine-forward, smerge-refine-chopup-region):
25277 Silence warning for unused `dotimes' counter variables.
25278
25279 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
25280
25281 * net/tramp.el (tramp-with-progress-reporter): Rename from
25282 with-progress-reporter. Use `declare'.
25283 * net/tramp-smb.el:
25284 * net/tramp-sh.el:
25285 * net/tramp-gvfs.el: Update all uses.
25286
25287 2011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
25288
25289 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
25290 buffer isn't killed before making it current.
25291
25292 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
25293
25294 Silence various byte-compiler warnings.
25295 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
25296 `access-type' and new obsolescence format.
25297 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
25298 new format.
25299 (byte-compile-check-variable): New `access-type' argument.
25300 Only warn if the access-type is obsolete.
25301 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
25302 (byte-compile-variable-set): Adjust callers.
25303 * help-fns.el (describe-variable): Adjust to new obsolescence format.
25304 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
25305 setting it as obsolete.
25306 * simple.el (minibuffer-completing-symbol):
25307 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
25308 access as obsolete.
25309 * minibuffer.el (minibuffer-completing-file-name): Don't make it
25310 obsolete yet.
25311 * international/quail.el (quail-mouse-choose-completion): Remove unused
25312 code referring to obsolete var.
25313 (quail-choose-completion-string): Remove.
25314 * server.el (server-clients-with, server-kill-buffer-query-function)
25315 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
25316 * proced.el (proced-send-signal):
25317 * emacs-lisp/lisp.el (lisp-complete-symbol):
25318 Replace completion-annotate-function with completion-extra-properties.
25319
25320 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
25321
25322 * simple.el (goto-line): Use read-number.
25323 (overriding-map-is-bound): Remove.
25324 (saved-overriding-map): Change default.
25325 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
25326 Take the map as argument.
25327 (universal-argument, negative-argument, digit-argument): Use it.
25328 (restore-overriding-map): Adjust.
25329 (do-auto-fill): Use fill-forward-paragraph.
25330 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
25331
25332 * minibuffer.el (minibuffer-inactive-mode-map): New var.
25333 (minibuffer-inactive-mode): New major mode.
25334 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
25335 the *Messages* buffer" hack.
25336 (mouse-popup-menubar): Don't burp if the event is a normal key.
25337
25338 Miscellaneous tweaks.
25339 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
25340 lexical scoping as in subr.el's dolist and dotimes.
25341 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
25342 Silence compiler warning.
25343 * thingatpt.el (forward-whitespace): Trivial coding style fix.
25344 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
25345 * international/ccl.el (ccl-compile): Trivial simplification.
25346 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
25347 * emacs-lisp/testcover.el (testcover-end): Remove spurious
25348 `printflag' argument.
25349 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
25350 Purecopy the whole obsolescence data.
25351
25352 2011-06-01 Leo Liu <sdl.web@gmail.com>
25353
25354 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
25355 improve doc-string as suggested by Marco Pessotto
25356 <melmothx@gmail.com>.
25357 (rcirc-print): Fix last change.
25358
25359 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
25360
25361 * minibuffer.el (complete-with-action): Return nil for the metadata and
25362 boundaries of non-functional tables.
25363 (completion-table-dynamic): Return nil for the metadata.
25364 (completion-table-with-terminator): Add default case, using
25365 complete-with-action.
25366 (completion--metadata): New function.
25367 (completion-all-sorted-completions, minibuffer-completion-help): Use it
25368 to try and avoid pathological performance problems.
25369 (completion--embedded-envvar-table): Return `category' metadata.
25370
25371 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
25372
25373 * subr.el (process-alive-p): New tiny convenience function.
25374
25375 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
25376
25377 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
25378 content but also its previous major mode.
25379
25380 2011-05-31 Helmut Eller <eller.helmut@gmail.com>
25381
25382 * emacs-lisp/debug.el (debug): Restore the previous content of the
25383 *Backtrace* buffer when we exit with C-M-c.
25384
25385 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
25386
25387 * minibuffer.el: Add metadata method to completion tables.
25388 (completion-category-overrides): New defcustom.
25389 (completion-metadata, completion--field-metadata)
25390 (completion-metadata-get, completion--styles)
25391 (completion--cycle-threshold): New functions.
25392 (completion-try-completion, completion-all-completions):
25393 Add `metadata' argument to choose completion-styles.
25394 (completion--do-completion): Use metadata to choose cycling.
25395 (completion-all-sorted-completions): Use metadata for sorting.
25396 Remove :completion-cycle-penalty which is not needed any more.
25397 (completion--try-word-completion): Add `metadata' argument.
25398 (minibuffer-completion-help): Check metadata for annotation function
25399 and sorting.
25400 (completion-file-name-table): Return `category' metadata.
25401 (minibuffer-completing-file-name): Make obsolete.
25402 * simple.el (minibuffer-completing-symbol): Make obsolete.
25403 * icomplete.el (icomplete-completions): Pass new `metadata' param to
25404 completion-try-completion.
25405
25406 2011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
25407
25408 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
25409
25410 2011-05-30 Leo Liu <sdl.web@gmail.com>
25411
25412 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
25413 (rcirc-print): Decode all incoming messages (bug#8744).
25414 (rcirc-decode-coding-system): Allow value nil for automatic coding
25415 system detection.
25416
25417 2011-06-01 Glenn Morris <rgm@gnu.org>
25418
25419 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
25420
25421 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
25422
25423 * image.el (image-animate-max-time): Allow nil and t values.
25424 Default to nil.
25425 (create-animated-image): Doc fix.
25426 (image-animate-start): Remove second arg; just use
25427 image-animate-max-time.
25428 (image-animate-timeout): Doc fix. Args changed.
25429
25430 * image-mode.el (image-toggle-display-image): Ensure that the
25431 image spec passed to the animate timer is the same object as in
25432 the buffer's display property (Bug#6981).
25433 (image-transform-properties): Doc fix.
25434
25435 * image.el (image-animate-max-time): Default to nil.
25436
25437 2011-05-29 Martin Rudalics <rudalics@gmx.at>
25438
25439 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
25440 entire buffer list (Bug#8184).
25441
25442 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
25443
25444 * image.el (imagemagick-types-inhibit)
25445 (imagemagick-register-types): Doc fix.
25446
25447 2011-05-29 Deniz Dogan <deniz@dogan.se>
25448
25449 * net/rcirc.el (rcirc): Use the user's stored encryption method by
25450 default.
25451
25452 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
25453
25454 * select.el: Don't perform clipboard-manager saving in hooks;
25455 leave the hooks empty.
25456
25457 2011-05-28 Leo Liu <sdl.web@gmail.com>
25458
25459 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
25460 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
25461 (occur-edit-mode): New major mode (Bug#8463).
25462 (occur-after-change-function): New function.
25463 (occur-engine): Give Occur tags a read-only property.
25464
25465 2011-05-28 Kevin Ryde <user42@zip.com.au>
25466
25467 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
25468
25469 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
25470
25471 * bindings.el (help-echo): Make the initial non-indicator dash
25472 empty on graphical terminals (Bug#7295).
25473
25474 * files.el (auto-mode-alist): Move config rule after the
25475 in-stripping one (Bug#8547).
25476
25477 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
25478
25479 * startup.el (normal-splash-screen): Remove gratuitous mode-line
25480 setting (Bug#8740).
25481
25482 2011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
25483
25484 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
25485 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
25486 (Bug#8539).
25487
25488 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
25489
25490 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
25491
25492 2011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
25493
25494 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
25495 (hs-hide-block-at-point, hs-find-block-beginning)
25496 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
25497 (Bug#8279).
25498
25499 2011-05-28 Glenn Morris <rgm@gnu.org>
25500
25501 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
25502
25503 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
25504
25505 * help-fns.el (describe-function-1): If the function is a derived
25506 major mode, print the parent mode.
25507
25508 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
25509 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
25510
25511 2011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
25512
25513 * minibuffer.el (completion--capf-wrapper): Check applicability before
25514 returning non-nil for non-exclusive completion data.
25515 * progmodes/etags.el (tags-completion-at-point-function):
25516 * info-look.el (info-lookup-completions-at-point): Mark as
25517 non-exclusive.
25518 (info-complete): Adjust accordingly.
25519
25520 * info-look.el: Convert to lexical-binding and completion-at-point.
25521 (info-lookup-completions-at-point): New function.
25522 (info-complete): Use it and completion-in-region.
25523
25524 2011-05-28 Drew Adams <drew.adams@oracle.com>
25525
25526 * isearch.el: Let M-e start with point at the first mismatched char.
25527 (isearch-fail-pos): New function.
25528 (isearch-edit-string): Use it.
25529
25530 2011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
25531
25532 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
25533
25534 2011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
25535
25536 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
25537 traversal functions for avl-trees.
25538 (avl-tree--stack): New struct.
25539 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
25540 (avl-tree-enter): Add optional `updatefun' arg.
25541 (avl-tree--do-enter): Add optional `updatefun' arg.
25542 Change return value.
25543 (avl-tree-delete): Add optional `test' and `nilflag' args.
25544 (avl-tree--do-delete): Add `test' and `nilflag' args.
25545 Change return value.
25546 (avl-tree-member): Add optional `nilflag'
25547 (avl-tree-member-p): New function.
25548 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
25549 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
25550 (avl-tree-stack-empty-p): New functions.
25551
25552 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
25553 avl-tree--del-balance1 and make it work both ways.
25554 (avl-tree--del-balance2): Remove.
25555 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
25556 make it work both ways.
25557 (avl-tree--enter-balance2): Remove.
25558 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
25559 New macros.
25560 (avl-tree--mapc, avl-tree-map): Add direction argument.
25561
25562 2011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
25563
25564 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
25565
25566 2011-05-27 Chong Yidong <cyd@stupidchicken.com>
25567
25568 * select.el: Support clipboard managers with built-in function
25569 x-clipboard-manager-save, via delete-frame-functions and
25570 kill-emacs-hook.
25571 (xselect-convert-to-targets): Add MULTIPLE target to list.
25572 (xselect-convert-to-save-targets): New function.
25573
25574 2011-05-27 Kenichi Handa <handa@m17n.org>
25575
25576 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
25577 let-binding rfc2047-encode-encoded-words to nil.
25578
25579 2011-05-27 Glenn Morris <rgm@gnu.org>
25580
25581 * mail/emacsbug.el: Don't require url-util.
25582
25583 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
25584
25585 * files.el (set-auto-mode):
25586 Also respect mode: entries at the end of the file. (Bug#8586)
25587
25588 2011-05-26 Glenn Morris <rgm@gnu.org>
25589
25590 * files.el (hack-local-variables-prop-line, hack-local-variables):
25591 Downcase mode names, as seems to be traditional.
25592 (hack-local-variables, hack-local-variables-apply): Doc fixes.
25593
25594 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
25595 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
25596
25597 2011-05-25 Julien Danjou <julien@danjou.info>
25598
25599 * textmodes/rst.el (rst-define-level-faces): Do not define face
25600 symbol if it is already defined.
25601
25602 2011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
25603
25604 * play/5x5.el (5x5-new-game, 5x5-randomize):
25605 Reset 5x5-solver-output to nil when a new grid is cast.
25606 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
25607 these debugging traces, as defmacro breaks the compiled code.
25608
25609 2011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
25610
25611 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
25612
25613 2011-05-24 Leo Liu <sdl.web@gmail.com>
25614
25615 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
25616 (vc-bzr-sha1): Adapt.
25617
25618 * sha1.el: Remove. Function `sha1' is now builtin.
25619
25620 * bindings.el: Provide sha1 feature.
25621
25622 2011-05-24 Kenichi Handa <handa@m17n.org>
25623
25624 * mail/sendmail.el: Require `rfc2047'.
25625 (mail-insert-from-field): Do not perform RFC2047 encoding.
25626 (mail-encode-header): New function.
25627 (sendmail-send-it): Set buffer-file-coding-system of the work
25628 buffer to the return value of select-message-coding-system.
25629 Call mail-encode-header.
25630
25631 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
25632
25633 2011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
25634
25635 * mail/supercite.el (sc-default-cite-frame):
25636 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
25637
25638 2011-05-24 Glenn Morris <rgm@gnu.org>
25639
25640 * progmodes/python.el (brm-menu): Declare.
25641
25642 * emulation/viper.el (viper-set-hooks): Declare.
25643
25644 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
25645 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
25646 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
25647 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
25648 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
25649 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
25650
25651 2011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
25652
25653 Add an :exit-function for completion-at-point.
25654
25655 * minibuffer.el (completion--done): New fun.
25656 (completion--do-completion): Use it. New arg `expect-exact'.
25657 (minibuffer-complete, minibuffer-complete-word): Don't output message,
25658 since completion--do-completion does it for us now.
25659 (minibuffer-force-complete): Use completion--done and
25660 completion--replace. Handle sole-completion case with more care.
25661 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
25662 (completion-extra-properties): New var.
25663 (completion-annotate-function): Make obsolete.
25664 (minibuffer-completion-help): Adjust accordingly.
25665 Use completion-list-insert-choice-function.
25666 (completion-at-point, completion-help-at-point):
25667 Bind completion-extra-properties.
25668 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
25669 * simple.el (completion-list-insert-choice-function): New var.
25670 (completion-setup-function): Preserve it.
25671 (choose-completion): Pay attention to it, shuffle the code a bit.
25672 (choose-completion-string): New arg `insert-function'.
25673
25674 * textmodes/bibtex.el: Convert to lexical binding.
25675 (bibtex-mode-map): Use completion-at-point.
25676 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
25677 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
25678 (bibtex-complete): Define as obsolete alias.
25679 (bibtex-complete-internal): Remove.
25680 (bibtex-format-entry): Remove unused sub-group in regexp.
25681 * shell.el (shell--command-completion-data)
25682 (shell-environment-variable-completion):
25683 * pcomplete.el (pcomplete-completions-at-point):
25684 * comint.el (comint--complete-file-name-data): Use :exit-function
25685 instead of completion-table-with-terminator so it also works for
25686 choose-completion.
25687
25688 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
25689
25690 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
25691
25692 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
25693 (bug#8710).
25694
25695 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
25696
25697 2011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
25698
25699 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
25700 customization variable and implement: If non-nil, auto-fill will
25701 be inhibited while on topic's header line.
25702
25703 2011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
25704
25705 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
25706 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
25707 always have a solution in grid size = 5 cases.
25708 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
25709 (5x5-solver-output, 5x5-log-buffer): New vars.
25710 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
25711 Make these variables buffer local to achieve 5x5 multi-session-ness.
25712 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
25713 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
25714 (5x5-solve-suggest): New funs.
25715 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
25716 randomize a grid so that we ensure that there is always a solution.
25717 (5x5-make-random-grid): Allow other movement than flipping.
25718
25719 2011-05-23 Kevin Ryde <user42@zip.com.au>
25720
25721 * emacs-lisp/advice.el (ad-read-advised-function):
25722 Use `function-called-at-point' as the default, if it has
25723 advice and passes PREDICATE.
25724
25725 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
25726
25727 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
25728 byte-compile-lambda if it's actually a lambda.
25729
25730 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
25731 Fix function quoting. Use backquote better.
25732
25733 2011-05-22 Yuanle Song <sylecn@gmail.com>
25734
25735 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
25736 matching (Bug#8516).
25737
25738 2011-05-22 Jari Aalto <jari.aalto@cante.net>
25739
25740 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
25741 different face (Bug#8178).
25742
25743 2011-05-22 Chong Yidong <cyd@stupidchicken.com>
25744
25745 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
25746 defface (Bug#8144).
25747
25748 2011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
25749
25750 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
25751 funcall as well (bug#8712). Warn when performing those conversions.
25752 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
25753
25754 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
25755
25756 2011-05-22 Glenn Morris <rgm@gnu.org>
25757
25758 * files.el (hack-local-variables-prop-line): Small simplifications.
25759 (hack-local-variables, hack-local-variables-prop-line):
25760 If MODE-ONLY, return the mode, rather than just `t'.
25761
25762 2011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
25763
25764 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
25765
25766 2011-05-21 Glenn Morris <rgm@gnu.org>
25767
25768 * files.el (hack-local-variables-prop-line, hack-local-variables):
25769 If only interested in the mode, don't bother doing the other stuff.
25770
25771 * image-mode.el (image-after-revert-hook):
25772 Redraw all frames on which the image is visible. (Bug#8567)
25773
25774 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
25775
25776 * wid-edit.el (widget-checklist-match-inline):
25777 Fix 2011-04-19 change. (Bug#8649)
25778
25779 2011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
25780
25781 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
25782 Also allow singlespace after single-letter capitals followed by a dot.
25783
25784 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
25785 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
25786
25787 2011-05-20 Nix <nix@esperi.org.uk>
25788
25789 * files.el (basic-save-buffer-2):
25790 Fix handling of break-hardlink-on-save with non-existent files.
25791
25792 2011-05-19 Deniz Dogan <deniz@dogan.se>
25793
25794 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
25795 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
25796
25797 2011-05-19 Glenn Morris <rgm@gnu.org>
25798
25799 * progmodes/f90.el (f90-type-def-re):
25800 Handle "type, bind(c)". (Bug#8691)
25801
25802 * emacs-lisp/autoload.el (batch-update-autoloads):
25803 Set autoload-excludes by parsing loadup.el rather than Makefiles.
25804
25805 2011-05-18 Michael Albinus <michael.albinus@gmx.de>
25806
25807 * net/tramp.el (tramp-process-actions): Set "first-password-request"
25808 property for the correct connection in case of multihops.
25809
25810 2011-05-18 Glenn Morris <rgm@gnu.org>
25811
25812 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
25813 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
25814
25815 Rationalize calendar handling of day and month abbrev-arrays.
25816 * calendar/calendar.el (calendar-customized-p): New function.
25817 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
25818 (calendar-day-name-array, calendar-month-name-array): Doc fix.
25819 Add :set function.
25820 (calendar-abbrev-length, calendar-day-abbrev-array)
25821 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
25822 (calendar-day-abbrev-array, calendar-month-abbrev-array):
25823 Elements may no longer be nil.
25824 (calendar-day-name, calendar-month-name):
25825 Update for changed nature of abbrev arrays.
25826 * calendar/diary-lib.el (diary-name-pattern):
25827 Update for changed nature of abbrev arrays.
25828 (diary-mark-entries-1): Update calendar-make-alist calls.
25829 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
25830 * calendar/cal-html.el (cal-html-day-abbrev-array):
25831 Simply inherit from calendar-day-abbrev-array.
25832
25833 2011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
25834
25835 * progmodes/grep.el (grep-mode): Disable default
25836 compilation-directory-matcher setting (bug#8684).
25837
25838 2011-05-17 Michael Albinus <michael.albinus@gmx.de>
25839
25840 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
25841 instead of "head" and "tail". There were problems with SunOS 5.9,
25842 and it performs better.
25843
25844 2011-05-17 Glenn Morris <rgm@gnu.org>
25845
25846 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
25847
25848 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
25849 Replace obsolete function.
25850
25851 * shell.el (pcomplete-parse-arguments-function): Declare.
25852
25853 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
25854 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
25855 (appt-check): Doc fixes.
25856 (appt-disp-window-function, appt-delete-window-function):
25857 Remove needless special case in custom :type.
25858 (appt-display-count): Default to 0, not nil.
25859 (appt-check): Reset appt-display-count to 0, not nil.
25860
25861 2011-05-17 Juanma Barranquero <lekktu@gmail.com>
25862
25863 * progmodes/python.el (python-font-lock-keywords):
25864 Add the Python 3.X keyword "nonlocal" (bug#8639).
25865
25866 2011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
25867
25868 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
25869
25870 2011-05-16 Kevin Ryde <user42@zip.com.au>
25871
25872 * info-look.el (makefile-automake-mode): New setups, looking in
25873 automake manual, then makefile-mode.
25874 (makefile-mode): Remove automake manual, have it just in
25875 makefile-automake-mode since there's various things different or
25876 not relevant to plain make.
25877 (makefile-mode): Remove "other-modes" non-existent automake-mode,
25878 believe a hypothetical automake-mode would go to makefile-mode,
25879 not the other way around.
25880
25881 2011-05-15 Chong Yidong <cyd@stupidchicken.com>
25882
25883 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
25884 hunk-end tags (Bug#8672).
25885
25886 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
25887 vc-annotate-show-diff-revision-at-line (Bug#8671).
25888
25889 2011-05-14 Glenn Morris <rgm@gnu.org>
25890
25891 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
25892 in the middle of an existing one with multiple authors. (Bug#8645)
25893 (change-log-font-lock-keywords): Also handle multiple author lines
25894 with leading tabs. (Bug#8644)
25895
25896 * calendar/appt.el (appt-check): Rename some local variables.
25897 Some simplification/reordering.
25898
25899 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
25900 (feedmail-sendmail-f-doesnt-sell-me-out)
25901 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
25902 (feedmail-debug-sit-for, feedmail-queue-express-hook)
25903 (feedmail-queue-runner-message-sender): Set :version.
25904 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
25905 (bbdb-dwim-net-address, vm-mail): Declare.
25906 (feedmail-binmail-gnulinuxish-template):
25907 Rename from feedmail-binmail-linuxish-template.
25908 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
25909 Use insert-buffer-substring.
25910
25911 2011-05-14 Bill Carpenter <bill@carpenter.org>
25912
25913 * mail/feedmail.el (feedmail-patch-level): Increase.
25914 (feedmail-debug): New custom group.
25915 (feedmail-confirm-outgoing-timeout)
25916 (feedmail-sendmail-f-doesnt-sell-me-out)
25917 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
25918 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
25919 (feedmail-sender-line, feedmail-from-line)
25920 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
25921 (feedmail-spray-this-address)
25922 (feedmail-spray-address-fiddle-plex-list)
25923 (feedmail-queue-use-send-time-for-date)
25924 (feedmail-queue-use-send-time-for-message-id)
25925 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
25926 (feedmail-buffer-eating-function):
25927 Doc fixes.
25928 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
25929 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
25930 (feedmail-message-action-scroll-down): New functions.
25931 (feedmail-queue-directory, feedmail-queue-draft-directory):
25932 Use expand-file-name.
25933 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
25934 Remove C-v help entry.
25935 (feedmail-queue-buffer-file-name): New variable.
25936 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
25937 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
25938 (feedmail-message-action-send-strong, feedmail-message-action-edit)
25939 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
25940 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
25941 (feedmail-message-action-toggle-spray)
25942 (feedmail-run-the-queue-no-prompts)
25943 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
25944 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
25945 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
25946 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
25947 (feedmail-envelope-deducer, feedmail-fiddle-from)
25948 (feedmail-fiddle-sender, feedmail-default-date-generator)
25949 (feedmail-fiddle-date, feedmail-fiddle-message-id)
25950 (feedmail-fiddle-spray-address)
25951 (feedmail-fiddle-list-of-spray-fiddle-plexes)
25952 (feedmail-fiddle-list-of-fiddle-plexes)
25953 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
25954 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
25955 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
25956 Change default. Doc fix.
25957 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
25958 (feedmail-binmail-linuxish-template): New constant.
25959 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
25960 Respect feedmail-sendmail-f-doesnt-sell-me-out.
25961 (feedmail-send-it): Add debug call.
25962 Use feedmail-queue-buffer-file-name, and
25963 feedmail-send-it-immediately-wrapper.
25964 (feedmail-message-action-send): Add debug call.
25965 Use feedmail-send-it-immediately-wrapper.
25966 (feedmail-queue-express-to-queue): Add debug call.
25967 Run feedmail-queue-express-hook.
25968 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
25969 (feedmail-message-action-help-blat):
25970 Rename from feedmail-queue-send-edit-prompt-help-first.
25971 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
25972 Check line-endings. Handle errors better.
25973 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
25974 Doc fix. Add debug call.
25975 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
25976 Use feedmail-queue-send-edit-prompt-inner.
25977 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
25978 (feedmail-queue-send-edit-prompt-inner): New function, extracted
25979 from feedmail-queue-send-edit-prompt.
25980 (feedmail-queue-send-edit-prompt-help)
25981 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
25982 (feedmail-tidy-up-slug): Add debug call.
25983 Respect feedmail-queue-slug-suspect-regexp.
25984 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
25985 (feedmail-dump-message-to-queue): Add debug call.
25986 Expand queue-directory.
25987 (feedmail-dump-message-to-queue): Change message slightly.
25988 Use feedmail-say-chatter.
25989 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
25990 (feedmail-send-it-immediately-wrapper): New function.
25991 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
25992 Insert empty string rather than newline. Handle full-frame case.
25993 Use catch/throw. Use feedmail-say-chatter.
25994 (feedmail-fiddle-from): Try mail-host-address.
25995 (feedmail-default-message-id-generator): Doc fix.
25996 Bind system-time-locale. Handle missing end.
25997 (feedmail-fiddle-x-mailer): Add debug call.
25998 Handle feedmail-x-mailer-line being nil.
25999 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
26000 Add debug call. Use buffer-substring-no-properties.
26001 (feedmail-say-debug, feedmail-say-chatter): New functions.
26002 (feedmail-find-eoh): Give an explicit error.
26003
26004 2011-05-13 Ulf Jasper <ulf.jasper@web.de>
26005
26006 * net/newst-treeview.el (newsticker-treeview-face): Change default
26007 family from helvetica to sans.
26008 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
26009 etc/images/newsticker.
26010
26011 * net/newst-reader.el (newsticker-feed-face): Change default
26012 family from helvetica to sans.
26013
26014 * net/newst-plainview.el (newsticker-new-item-face)
26015 (newsticker-old-item-face, newsticker-immortal-item-face)
26016 (newsticker-obsolete-item-face, newsticker-date-face)
26017 (newsticker-statistics-face): Change default family from
26018 helvetica to sans.
26019 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
26020 etc/images/newsticker.
26021
26022 * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
26023 (newsticker--process-auto-mark-filter-match): Tell user about
26024 auto-marking.
26025
26026 2011-05-13 Didier Verna <didier@xemacs.org>
26027
26028 Common Lisp indentation improvements on defmethod and lambda-lists.
26029 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
26030 TODO entries.
26031 (lisp-lambda-list-keyword-parameter-indentation)
26032 (lisp-lambda-list-keyword-parameter-alignment)
26033 (lisp-lambda-list-keyword-alignment): New customizable user options.
26034 (lisp-indent-defun-method): Improve docstring.
26035 (extended-loop-p): Fix comment.
26036 (lisp-indent-lambda-list-keywords-regexp): New variable.
26037 (lisp-indent-lambda-list): New function.
26038 (lisp-indent-259): Use it.
26039 (lisp-indent-defmethod): Support for more than one
26040 method qualifier and properly indent methods lambda-lists.
26041 (defgeneric): Provide a missing common-lisp-indent-function property.
26042
26043 2011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
26044
26045 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
26046 bounds for the empty string (bug#8667).
26047
26048 2011-05-13 Glenn Morris <rgm@gnu.org>
26049
26050 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
26051
26052 * mail/sendmail.el (sendmail-program): Try executable-find first.
26053 (sendmail-send-it): `sendmail-program' cannot be unbound.
26054
26055 * calendar/appt.el (appt-make-list): Simplify.
26056 (appt-time-msg-list): Doc fix.
26057 (appt-check): Change mode-line message at the time of the appointment.
26058
26059 2011-05-12 Andreas Schwab <schwab@linux-m68k.org>
26060
26061 * progmodes/ld-script.el (ld-script-keywords)
26062 (ld-script-builtins): Update keywords list.
26063
26064 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
26065
26066 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
26067
26068 * shell.el (shell-completion-vars): New function.
26069 (shell-mode):
26070 * simple.el (read-shell-command): Use it.
26071 (blink-matching-open): No need for " [...]" in minibuffer-message.
26072
26073 2011-05-12 Glenn Morris <rgm@gnu.org>
26074
26075 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
26076 (appt-check): Simplify.
26077
26078 2011-05-12 Eli Zaretskii <eliz@gnu.org>
26079
26080 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
26081 literal "/dev/null".
26082
26083 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
26084
26085 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
26086 Fix typo.
26087
26088 2011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
26089
26090 * progmodes/which-func.el (which-function):
26091 Use add-log-current-defun instead of add-log-current-defun-function,
26092 which might not be defined (Bug#8260).
26093
26094 2011-05-12 Glenn Morris <rgm@gnu.org>
26095
26096 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
26097 Let byte-compile-initial-macro-environment always take precedence.
26098
26099 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
26100
26101 * net/rcirc.el: Add support for SSL/TLS connections.
26102 (rcirc-server-alist): New field `encryption'.
26103 (rcirc): Check `encryption' settings.
26104 (rcirc-connect): New arg `encryption'. Use open-network-stream.
26105 Merge make-local-variable into `set'.
26106 (rcirc--connection-open-p): New function.
26107 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
26108 the process is not a network process (e.g. running gnutls-cli).
26109 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
26110 Make rcirc-(en|de)code-coding-system local here.
26111 (rcirc-mode): Merge make-local-variable into `set'.
26112 (rcirc-parent-buffer): Make permanent buffer-local.
26113 (rcirc-multiline-minor-mode): Don't do it here.
26114 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
26115 there's no server buffer.
26116
26117 2011-05-11 Glenn Morris <rgm@gnu.org>
26118
26119 * newcomment.el (comment-kill): Prefix "unused" local.
26120
26121 * term/w32console.el (get-screen-color): Declare.
26122
26123 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
26124 Handle symbol elements of byte-compile-initial-macro-environment.
26125
26126 2011-05-10 Leo Liu <sdl.web@gmail.com>
26127
26128 * bookmark.el (bookmark-bmenu-mode-map):
26129 Bind bookmark-bmenu-search to `/'.
26130
26131 * mail/footnote.el: Convert to utf-8 encoding.
26132 (footnote-unicode-string, footnote-unicode-regexp): New variable.
26133 (Footnote-unicode): New function.
26134 (footnote-style-alist): Add unicode style to the list.
26135 (footnote-style): Doc fix.
26136
26137 2011-05-10 Jim Meyering <meyering@redhat.com>
26138
26139 Fix doubled-word typos.
26140 * international/quail.el (quail-insert-kbd-layout): and and -> and.
26141 * kermit.el: and and -> and.
26142 * net/ldap.el (ldap-search-internal): to to -> to.
26143 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
26144 * progmodes/js.el (js-mode): and and -> and.
26145 * textmodes/artist.el (artist-move-to-xy): at at -> at.
26146 (artist-draw-region-trim-line-endings): if if -> if.
26147 And Safetyc -> Safety.
26148 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a.
26149
26150 2011-05-10 Glenn Morris <rgm@gnu.org>
26151 Stefan Monnier <monnier@iro.umontreal.ca>
26152
26153 * files.el (hack-one-local-variable-eval-safep):
26154 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
26155
26156 2011-05-10 Glenn Morris <rgm@gnu.org>
26157
26158 * calendar/diary-lib.el (diary-list-entries-hook)
26159 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
26160 (diary-nongregorian-marking-hook, diary-list-entries)
26161 (diary-include-other-diary-files, diary-mark-entries)
26162 (diary-mark-included-diary-files): Doc fixes.
26163
26164 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
26165
26166 * misc.el: Require tabulated-list.el during compilation.
26167
26168 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
26169
26170 * progmodes/compile.el (compilation-start):
26171 Run compilation-filter-hook for the async case too.
26172 (compilation-filter-hook): Doc fix.
26173
26174 2011-05-09 Deniz Dogan <deniz@dogan.se>
26175
26176 * wdired.el: Remove outdated installation comment. Fix usage
26177 comment.
26178
26179 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
26180
26181 * misc.el: Implement new command `list-dynamic-libraries'.
26182 (list-dynamic-libraries--loaded-only-p): New variable.
26183 (list-dynamic-libraries--refresh): New function.
26184 (list-dynamic-libraries): New command.
26185
26186 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
26187
26188 * progmodes/compile.el (compilation-error-regexp-alist-alist):
26189 Fix the ant regexp to handle end-line and end-column info from jikes.
26190 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
26191 higher priority to avoid clobbering by gnu.
26192
26193 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
26194
26195 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
26196 if the face has existing theme settings (Bug#8454).
26197
26198 2011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
26199
26200 * progmodes/perl-mode.el (perl-imenu-generic-expression):
26201 Only match variables declared via `my' or `our' (Bug#8261).
26202
26203 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
26204 special file names `.' and `..' (Bug#8259).
26205
26206 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
26207
26208 * progmodes/grep.el (grep-mode-font-lock-keywords):
26209 Remove buffer-changing entries.
26210 (grep-filter): New function.
26211 (grep-mode): Add it to compilation-filter-hook.
26212
26213 * progmodes/compile.el (compilation-filter-hook)
26214 (compilation-filter-start): New defvars.
26215 (compilation-filter): Call compilation-filter-hook prior to
26216 updating the process mark.
26217
26218 2011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
26219
26220 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
26221
26222 2011-05-07 Eli Zaretskii <eliz@gnu.org>
26223
26224 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
26225 mailclient-send-it even if window-system is nil. (Bug#8595)
26226
26227 * term/w32console.el (terminal-init-w32console):
26228 Call get-screen-color and use its output to set the frame
26229 background-mode. (Bug#8597)
26230
26231 2011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
26232
26233 Make bytecomp.el understand that defmethod defines funs (bug#8631).
26234 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
26235 New functions.
26236 (defgeneric, eieio--defmethod): Use them.
26237 (eieio-defgeneric): Remove.
26238 (defmethod): Call defgeneric in a way visible to the byte-compiler.
26239
26240 2011-05-07 Glenn Morris <rgm@gnu.org>
26241
26242 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
26243 Use let rather than let*.
26244 (timeclock-find-discrep): Remove unused local.
26245
26246 * calendar/diary-lib.el (diary-comment-start): Doc fix.
26247
26248 * calendar/appt.el (appt-time-msg-list): Doc fix.
26249
26250 2011-05-06 Noah Friedman <friedman@splode.com>
26251
26252 * apropos.el (apropos-print-doc): Only use
26253 emacs-lisp-docstring-fill-column when it is bound to an integer,
26254 per that variable's documentation.
26255
26256 2011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
26257
26258 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
26259 and warnings are not silently discarded (e.g. use -d instead of -P).
26260
26261 2011-05-06 Glenn Morris <rgm@gnu.org>
26262
26263 * calendar/appt.el (appt-message-warning-time): Doc fix.
26264 (appt-warning-time-regexp): New option.
26265 (appt-make-list): Respect appt-message-warning-time.
26266
26267 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
26268 New options.
26269 (diary-add-to-list): Strip comments from the displayed string.
26270 (diary-mode): Set comment-start and comment-end.
26271
26272 * vc/diff-mode.el (smerge-refine-subst): Declare.
26273 (diff-refine-hunk): Don't require smerge-mode when compiling.
26274
26275 2011-05-06 Juanma Barranquero <lekktu@gmail.com>
26276
26277 * simple.el (list-processes): Return nil as the docstring says.
26278
26279 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
26280
26281 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
26282 to "".
26283 (ange-ftp-write-region, ange-ftp-insert-file-contents)
26284 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
26285 determining of binary transfer. (Bug#7383)
26286
26287 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
26288
26289 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
26290 Fix port computation bug. (Bug#8618)
26291
26292 2011-05-05 Glenn Morris <rgm@gnu.org>
26293
26294 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
26295
26296 * simple.el (shell-dynamic-complete-functions)
26297 (comint-dynamic-complete-functions): Declare.
26298
26299 * net/network-stream.el (gnutls-negotiate):
26300 * simple.el (tabulated-list-print): Fix declarations.
26301
26302 * progmodes/gud.el (syntax-symbol, syntax-point):
26303 Remove unnecessary and incorrect declarations.
26304
26305 * emacs-lisp/check-declare.el (check-declare-scan):
26306 Handle byte-compile-initial-macro-environment in bytecomp.el.
26307
26308 2011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
26309
26310 Fix earlier half-done eieio-defmethod change (bug#8338).
26311 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
26312 Streamline and change calling convention.
26313 (defmethod): Adjust accordingly and simplify.
26314 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
26315 new eieio--defmethod.
26316 (slot-boundp): Minor CSE simplification.
26317
26318 2011-05-05 Milan Zamazal <pdm@zamazal.org>
26319
26320 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
26321 (glasses-make-readable): Use glasses-separate-capital-groups.
26322
26323 2011-05-05 Juanma Barranquero <lekktu@gmail.com>
26324
26325 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
26326 (warning-series): Doc fix.
26327 (display-warning): Don't try to create the buffer if we just found it.
26328
26329 2011-05-04 Chong Yidong <cyd@stupidchicken.com>
26330
26331 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
26332 (autoload-find-generated-file): New function.
26333 (generate-file-autoloads): Bind generated-autoload-file to
26334 buffer-file-name.
26335 (update-file-autoloads, update-directory-autoloads):
26336 Use autoload-find-generated-file. If called interactively, prompt for
26337 output file (Bug#7989).
26338 (batch-update-autoloads): Doc fix.
26339
26340 2011-05-04 Juanma Barranquero <lekktu@gmail.com>
26341
26342 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
26343
26344 2011-05-04 Glenn Morris <rgm@gnu.org>
26345
26346 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
26347 function, so it follows changes in calendar-date-style.
26348 (diary-fancy-date-matcher): New function.
26349 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
26350 (diary-fancy-font-lock-fontify-region-function):
26351 Use diary-fancy-date-pattern as a function.
26352
26353 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
26354 non-numbers for `year' etc pseudo-variables. (Bug#8583)
26355
26356 2011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
26357
26358 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
26359 instead of positional arguments. Allow :keylist and :crlfiles
26360 arguments.
26361 (open-gnutls-stream): Call it.
26362
26363 * net/network-stream.el (network-stream-open-starttls): Adjust to
26364 call `gnutls-negotiate' with :process and :hostname arguments.
26365
26366 2011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
26367
26368 * minibuffer.el (completion--message): New function.
26369 (completion--do-completion, minibuffer-complete)
26370 (minibuffer-force-complete, minibuffer-complete-word): Use it.
26371 (completion--do-completion): Don't ignore completion-auto-help when in
26372 icomplete-mode.
26373
26374 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
26375 internal encoding (e.g. tibetan zero is not whitespace).
26376 (global-whitespace-mode): Prefer save-current-buffer.
26377 (whitespace-trailing-regexp): Remove useless save-match-data.
26378 (whitespace-empty-at-bob-regexp): Minor simplification.
26379
26380 2011-05-03 Chong Yidong <cyd@stupidchicken.com>
26381
26382 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
26383
26384 2011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
26385
26386 * textmodes/ispell.el (ispell-add-per-file-word-list):
26387 Use `concat' to create string for insertion.
26388
26389 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
26390
26391 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
26392 Avoid open-line which runs post-self-insert-hook.
26393 (bibtex-fill-entry): Remove unused `end' var.
26394
26395 2011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
26396
26397 * textmodes/ispell.el (ispell-add-per-file-word-list):
26398 Protect against `nil' value of `comment-start' (Bug#8579).
26399
26400 2011-05-03 Leo Liu <sdl.web@gmail.com>
26401
26402 * isearch.el (isearch-yank-pop): New command.
26403 (isearch-mode-map): Bind it to `M-y'.
26404 (isearch-forward): Mention it.
26405
26406 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
26407
26408 * simple.el (minibuffer-complete-shell-command): Remove.
26409 (minibuffer-local-shell-command-map): Use completion-at-point.
26410 (read-shell-command): Setup completion vars here instead.
26411 (read-expression-map): Bind TAB to symbol completion.
26412
26413 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
26414 error directly rather via storing it into `results'.
26415
26416 2011-05-02 Leo Liu <sdl.web@gmail.com>
26417
26418 * vc/diff.el: Fix description.
26419
26420 2011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
26421
26422 * server.el (server-eval-at): New function.
26423
26424 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
26425
26426 * net/network-stream.el (open-network-stream): Take a :nowait
26427 parameter and pass it on to `make-network-process'.
26428 (network-stream-open-plain): Ditto.
26429
26430 2011-04-30 Andreas Schwab <schwab@linux-m68k.org>
26431
26432 * faces.el (face-spec-set-match-display): Don't match toolkit
26433 options on terminal frames.
26434
26435 2011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
26436
26437 * progmodes/pascal.el: Use lexical binding.
26438 (pascal-mode-map): Remove author preferences.
26439
26440 * pcomplete.el (pcomplete-std-complete): Don't abuse
26441 completion-at-point.
26442
26443 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
26444
26445 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
26446 removing code that has been dead since 1991 or so.
26447
26448 * startup.el (command-line): When warning about "_emacs", use a
26449 delayed warning to allow the user to filter it out.
26450
26451 2011-04-28 Deniz Dogan <deniz@dogan.se>
26452
26453 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
26454 user has not joined.
26455
26456 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
26457
26458 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
26459 aren't any completions at point.
26460
26461 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
26462
26463 * subr.el (display-delayed-warnings): New function.
26464 (delayed-warnings-hook): New variable.
26465
26466 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
26467
26468 * minibuffer.el (completion-at-point, completion-help-at-point):
26469 Don't presume that a given completion-at-point-function will always
26470 use the same calling convention.
26471
26472 * pcomplete.el (pcomplete-completions-at-point):
26473 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
26474 pcomplete-seen is non-nil.
26475 (pcomplete-comint-setup): Also recognize the new comint/shell
26476 completion functions.
26477 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
26478 pcomplete-seen is non-nil.
26479
26480 2011-04-27 Niels Giesen <niels.giesen@gmail.com>
26481
26482 * calendar/icalendar.el (diary-lib): Add require statement.
26483 (icalendar--create-uid): Read out a uid from a text-property on
26484 the first character in the entry. This allows for code to add its
26485 own uid to the entry.
26486 (icalendar--convert-float-to-ical): Add export of
26487 `diary-float'-entries save for those with the optional DAY
26488 argument.
26489
26490 2011-04-27 Daniel Colascione <dan.colascione@gmail.com>
26491
26492 * subr.el (shell-quote-argument): Use alternate escaping strategy
26493 when we spot a variable reference in a string.
26494
26495 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
26496
26497 * cus-start.el (all): Define customization for debug-on-event.
26498
26499 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
26500
26501 * subr.el (shell-quote-argument): Escape correctly under Windows.
26502
26503 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
26504
26505 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
26506
26507 2011-04-25 Michael Albinus <michael.albinus@gmx.de>
26508
26509 * net/tramp.el (tramp-process-actions): Add POS argument.
26510 Delete region between POS and (pos).
26511
26512 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
26513 Use `nil' position in `tramp-process-actions' call.
26514 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
26515
26516 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
26517 position in `tramp-process-actions' call.
26518
26519 * net/trampver.el: Update release number.
26520
26521 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
26522
26523 * custom.el (defcustom): Obey lexical-binding.
26524
26525 Fix octave-inf completion problems reported by Alexander Klimov.
26526 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
26527 Inherit from octave-mode-syntax-table.
26528 (inferior-octave-mode): Set info-lookup-mode.
26529 (inferior-octave-completion-at-point): New function.
26530 (inferior-octave-complete): Use it and completion-in-region.
26531 (inferior-octave-dynamic-complete-functions): Use it as well, and use
26532 comint-filename-completion.
26533 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
26534 symbol elements which shouldn't be word elements.
26535 (octave-font-lock-keywords, octave-beginning-of-defun)
26536 (octave-function-header-regexp): Adjust regexps accordingly.
26537 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
26538
26539 2011-04-25 Juanma Barranquero <lekktu@gmail.com>
26540
26541 * net/gnutls.el (gnutls-errorp): Declare before first use.
26542
26543 2011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
26544
26545 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
26546 verify-error, and verify-hostname-error parameters. Check whether
26547 default trustfile exists before going to use it. Add missing
26548 argument to gnutls-message-maybe call. Return value.
26549 Reported by Claudio Bley <claudio.bley@gmail.com>.
26550 (open-gnutls-stream): Add usage example.
26551
26552 * net/network-stream.el (network-stream-open-starttls): Give host
26553 parameter to `gnutls-negotiate'.
26554 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
26555 * subr.el (shell-quote-argument): Escape correctly under Windows.
26556
26557 2011-04-24 Daniel Colascione <dan.colascione@gmail.com>
26558
26559 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
26560 Use correct match group (bug#8438).
26561
26562 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
26563
26564 * emacs-lisp/package.el (package-built-in-p): Fix typo.
26565 (package-menu--generate): New arg specifying packages to show.
26566 (package-menu-refresh, package-menu-execute, list-packages):
26567 Callers changed.
26568 (package-show-package-list): New function, replacing deleted
26569 package--list-packages (renamed because it is non-internal).
26570
26571 * finder.el (finder-list-matches): Use package-show-package-list
26572 instead of deleted package--list-packages.
26573
26574 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
26575 Based on a previous implementation by Juanma Barranquero (Bug#8366).
26576 (vc-annotate-mode-map): Bind it to RET.
26577
26578 2011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
26579
26580 * progmodes/etags.el (next-file): Don't use set-buffer to change
26581 buffers (Bug#8478).
26582
26583 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
26584
26585 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
26586
26587 * apropos.el (apropos-label-face): Avoid variable-pitch face.
26588 (apropos-accumulator): Doc fix.
26589 (apropos-function, apropos-macro, apropos-command)
26590 (apropos-variable, apropos-face, apropos-group, apropos-widget)
26591 (apropos-plist): Add face property.
26592 (apropos-symbols-internal): Fix indentation.
26593 (apropos-print): Simplify help, and recognize apropos-multi-type.
26594 (apropos-print-doc): Use button-type-get to extract the button's
26595 face property. Fill docstring (Bug#8352).
26596
26597 2011-04-23 Juanma Barranquero <lekktu@gmail.com>
26598
26599 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
26600
26601 * play/mpuz.el (mpuz-silent): Doc fix.
26602 (mpuz-mode-map): Use mapc.
26603 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
26604 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
26605 Fix typos in docstrings.
26606
26607 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
26608 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
26609
26610 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
26611
26612 2011-04-23 Chong Yidong <cyd@stupidchicken.com>
26613
26614 * minibuffer.el (completion--do-completion): Avoid the "Next char
26615 not unique" prompt if icomplete-mode is enabled (Bug#5849).
26616
26617 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
26618 mouse-2 into unread-command-events, it is interpreted correctly.
26619
26620 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
26621 (image-toggle-display): Doc fix.
26622
26623 2011-04-23 Stephen Berman <stephen.berman@gmx.net>
26624
26625 * textmodes/page.el (what-page): Use line-number-at-pos to
26626 calculate line number (Bug#6825).
26627
26628 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
26629
26630 * eshell/esh-mode.el (find-tag-interactive): Declare function.
26631 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
26632 Pass argument NO-DEFAULT to `find-tag-interactive'.
26633
26634 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
26635
26636 Lexical-binding cleanup.
26637
26638 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
26639 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
26640 * progmodes/ada-prj.el (ada-prj-initialize-values)
26641 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
26642 (ada-prj-show-value):
26643 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
26644 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
26645 (antlr-invalidate-context-cache, antlr-options-menu-filter)
26646 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
26647 * progmodes/bug-reference.el (bug-reference-push-button):
26648 * progmodes/fortran.el (fortran-line-length):
26649 * progmodes/glasses.el (glasses-change):
26650 * progmodes/octave-mod.el (octave-fill-paragraph):
26651 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
26652 (python-pdbtrack-grub-for-buffer, python-sentinel):
26653 * progmodes/sql.el (sql-save-connection):
26654 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
26655 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
26656 Mark unused parameters.
26657
26658 * progmodes/compile.el (compilation--flush-directory-cache)
26659 (compilation--flush-parse, compile-internal): Mark unused parameters.
26660 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
26661 (compilation-next-error-function): Remove unused variable `timestamp'.
26662
26663 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
26664 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
26665
26666 * progmodes/dcl-mode.el (dcl-end-of-command):
26667 Remove unused variable `start'.
26668 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
26669 (dcl-option-value-basic, dcl-option-value-offset)
26670 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
26671 Mark unused parameters.
26672 (dcl-save-local-variable): Remove unused variable `val'.
26673 (mode): Declare.
26674
26675 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
26676 Mark unused parameters.
26677 (delphi-ignore-changes): Move before first use.
26678 (delphi-charset-token-at): Remove unused variable `start'.
26679 (delphi-else-start): Remove unused variable `if-count'.
26680 (delphi-comment-block-start, delphi-comment-block-end):
26681 Remove unused variable `kind'.
26682 (delphi-indent-line): Remove unused variable `new-point'.
26683
26684 * progmodes/ebrowse.el (ebrowse-files-list)
26685 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
26686 Mark unused parameters. Don't quote `lambda'.
26687 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
26688 Don't quote `lambda'.
26689 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
26690 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
26691 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
26692 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
26693 Use `ignore-errors'.
26694 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
26695 (ebrowse-view/find-file-and-search-pattern)
26696 (ebrowse-view/find-member-declaration/definition):
26697 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
26698 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
26699 Rename parameter PREFIX-ARG to PREFIX.
26700 (ebrowse-tags-read-name): Remove unused variables `start' and
26701 `member-info'.
26702 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
26703 to `tags-file'.
26704
26705 * progmodes/etags.el (local-find-tag-hook): Declare.
26706 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
26707 Mark unused parameters.
26708
26709 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
26710 (executable-interpret): Mark unused parameter.
26711
26712 * progmodes/flymake.el (flymake-process-sentinel)
26713 (flymake-after-change-function)
26714 (flymake-create-temp-with-folder-structure)
26715 (flymake-get-include-dirs-dot): Mark unused parameters.
26716 (flymake-safe-delete-directory): Remove unused variable `err'.
26717
26718 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
26719 (speedbar-timer-fn, speedbar-line-text)
26720 (speedbar-change-expand-button-char, speedbar-delete-subblock)
26721 (speedbar-center-buffer-smartly): Declare functions.
26722 (gdb-find-watch-expression): Remove unused variable `array'.
26723 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
26724 (gdb-starting): Mark unused parameters.
26725 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
26726 (gdb-table-string): Remove unused variable `res'.
26727 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
26728 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
26729 (gdb-display-buffer): Remove unused variable `cur-size'.
26730
26731 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
26732 allow lexical-binding compilation.
26733 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
26734 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
26735 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
26736 Mark unused parameters.
26737 (gud-gdb-marker-filter): Remove unused variable `match'.
26738 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
26739 lambda expressions and funcall them, instead of using `fset'.
26740
26741 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
26742 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
26743
26744 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
26745 variable `header-beg'; use `let'.
26746
26747 * progmodes/icon.el (indent-icon-exp): Remove unused variables
26748 `restart', `last-sexp' and `at-do'.
26749
26750 * progmodes/js.el (js--debug): Mark unused parameter.
26751 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
26752 (js--splice-into-items): Remove unused variable `item'.
26753 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
26754
26755 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
26756 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
26757 (makefile-complete): Remove unused variable `try'.
26758 (makefile-fill-paragraph, makefile-match-function-end):
26759 Mark unused parameters.
26760
26761 * progmodes/octave-inf.el (inferior-octave-complete):
26762 Remove unused variable `proc'.
26763 (inferior-octave-output-digest): Mark unused parameter.
26764
26765 * progmodes/perl-mode.el (perl-calculate-indent):
26766 Remove unused variable `err'.
26767
26768 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
26769 (prolog-indent-line): Mark unused parameters.
26770 (prolog-indent-line): Remove unused variable `beg'.
26771
26772 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
26773 (reporter-dont-compact-list): Declare.
26774
26775 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
26776 Remove unused variable `char'.
26777 (sh-debug): Mark unused parameter.
26778 (sh-get-indent-info): Remove unused variable `start'.
26779 (sh-calculate-indent): Remove unused variable `var'.
26780
26781 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
26782 (simula-electric-keyword): Remove unused variable `null'.
26783 (simula-search-backward, simula-search-forward): Remove unused
26784 variables `begin' and `end'.
26785
26786 * progmodes/vera-mode.el (vera-guess-basic-syntax):
26787 Remove unused variable `pos'.
26788 (vera-electric-tab, vera-comment-uncomment-region):
26789 Mark unused parameters.
26790 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
26791
26792 2011-04-22 Chong Yidong <cyd@stupidchicken.com>
26793
26794 * emacs-lisp/package.el (package--builtins, package-alist)
26795 (package-load-descriptor, package-built-in-p, package-activate)
26796 (define-package, package-installed-p)
26797 (package-compute-transaction, package-buffer-info)
26798 (package--push): Doc fix. Distinguish more clearly between
26799 version strings and version lists.
26800
26801 2011-04-21 Juanma Barranquero <lekktu@gmail.com>
26802
26803 Lexical-binding cleanup.
26804
26805 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
26806 (5x5-make-mutate-best):
26807 * play/fortune.el (fortune-in-buffer):
26808 * play/gomoku.el (gomoku-init-display):
26809 * play/solitaire.el (solitaire, solitaire-do-check):
26810 * play/tetris.el (tetris-default-update-speed-function):
26811 Mark unused parameters.
26812
26813 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
26814 (bubbles--shift): Remove unused variable `char-org'.
26815 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
26816 (bubbles--show-images): Remove unused variable `char'.
26817
26818 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
26819 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
26820 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
26821 (decipher-analyze-buffer): Use ?\s.
26822 (decipher-make-checkpoint): Remove unused variable `mapping'.
26823
26824 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
26825
26826 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
26827 Remove unused variable `result'; use `let'.
26828
26829 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
26830 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
26831 (gametree-children-shown-p, gametree-compute-reduced-score):
26832 Use `ignore-errors'.
26833
26834 * play/handwrite.el (ps-lpr-switches): Declare.
26835 (handwrite): Remove unused variables `pmin' and `lastp'.
26836
26837 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
26838
26839 * play/landmark.el (landmark-init-display)
26840 (landmark-update-naught-weights): Mark unused parameters.
26841 (landmark-y): Remove unused variable `noise'. Simplify.
26842 (landmark-human-plays): Remove unused variable `score'.
26843
26844 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
26845 (mpuz-try-proposal): Remove unused variable `game'.
26846
26847 * play/zone.el (life-patterns): Declare.
26848
26849 2011-04-20 Juanma Barranquero <lekktu@gmail.com>
26850
26851 * vc/vc.el (ediff-vc-internal): Declare function.
26852
26853 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
26854
26855 * shell.el: Use lexical-binding and std completion UI.
26856 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
26857 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
26858 comint-preoutput-filter-functions rather than on
26859 comint-output-filter-functions.
26860 (shell-command-completion, shell--command-completion-data)
26861 (shell-filename-completion, shell-environment-variable-completion)
26862 (shell-c-a-p-replace-by-expanded-directory): New functions.
26863 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
26864 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
26865 (shell-dynamic-complete-environment-variable): Use them.
26866 (shell-dynamic-complete-as-environment-variable)
26867 (shell-dynamic-complete-as-command): Remove.
26868 (shell-match-partial-variable): Match past point.
26869 * comint.el: Clean up use of completion-at-point-functions.
26870 (comint-completion-at-point): New function.
26871 (comint-mode): Use it completion-at-point-functions.
26872 (comint-dynamic-complete): Make it obsolete.
26873 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
26874 (comint-c-a-p-replace-by-expanded-history): New function.
26875 (comint-dynamic-complete-functions)
26876 (comint-replace-by-expanded-history): Use it.
26877 * minibuffer.el (completion-table-with-terminator): Allow dynamic
26878 termination strings. Try harder to avoid second try-completion.
26879 (completion-in-region-mode-map): Disable bindings that don't work yet.
26880
26881 * comint.el: Use lexical-binding. Require CL.
26882 (comint-dynamic-complete-functions): Use comint-filename-completion.
26883 (comint-completion-addsuffix): Tweak custom type.
26884 (comint-filename-completion, comint--common-suffix)
26885 (comint--common-quoted-suffix, comint--table-subvert)
26886 (comint--complete-file-name-data): New functions.
26887 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
26888 (comint-dynamic-list-filename-completions): Use them.
26889 (comint-dynamic-simple-complete): Make obsolete.
26890
26891 * minibuffer.el (completion-in-region-mode):
26892 Keep completion-in-region-mode--predicate global.
26893 (completion-in-region--postch):
26894 Assume completion-in-region-mode--predicate is not null.
26895
26896 * progmodes/flymake.el (flymake-start-syntax-check-process):
26897 Obey `dir'. Simplify.
26898
26899 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
26900 we're in VC after all.
26901
26902 2011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
26903
26904 * vc/vc.el (vc-diff-build-argument-list-internal)
26905 (vc-version-ediff, vc-ediff): New commands.
26906 (vc-version-diff): Use vc-diff-build-argument-list-internal.
26907
26908 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
26909
26910 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
26911 add sanity check.
26912
26913 * obsolete/erc-hecomplete.el: Make obsolete.
26914 * obsolete/: Standardize obsolescence info in the header.
26915
26916 2011-04-20 Glenn Morris <rgm@gnu.org>
26917
26918 * calendar/solar.el (solar-horizontal-coordinates):
26919 Use the longitude argument rather than `calendar-longitude'.
26920 (solar-date-next-longitude): Remove unused locals.
26921
26922 2011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
26923
26924 * whitespace.el: New version 13.2.1.
26925
26926 2011-04-20 felix <EmacsWiki> (tiny change)
26927
26928 * whitespace.el (global-whitespace-mode): Keep highlight when
26929 switching between major modes on a file.
26930
26931 2011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
26932
26933 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
26934 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
26935 multi-line comments as well.
26936
26937 2011-04-19 Juanma Barranquero <lekktu@gmail.com>
26938
26939 Lexical-binding cleanup.
26940
26941 * arc-mode.el (archive-mode-revert):
26942 * cmuscheme.el (scheme-interactively-start-process):
26943 * custom.el (custom-initialize-delay):
26944 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
26945 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
26946 * emacs-lock.el (emacs-lock-clear-sentinel):
26947 * ezimage.el (defezimage):
26948 * follow.el (follow-avoid-tail-recenter):
26949 * fringe.el (set-fringe-mode-1):
26950 * generic-x.el (bat-generic-mode-compile):
26951 * help-mode.el (help-info-variable, help-do-xref)
26952 (help-mode-revert-buffer):
26953 * help.el (view-emacs-todo):
26954 * iswitchb.el (iswitchb-completion-help):
26955 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
26956 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
26957 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
26958 * locate.el (locate-update):
26959 * longlines.el (longlines-encode-region)
26960 (longlines-after-change-function):
26961 * outline.el (outline-isearch-open-invisible):
26962 * ps-def.el (declare-function, charset-dimension, char-width)
26963 (encode-char):
26964 * ps-mule.el (ps-mule-plot-string):
26965 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
26966 (recentf-edit-list-select, recentf-edit-list-validate)
26967 (recentf-open-files-action):
26968 * rect.el (delete-whitespace-rectangle-line)
26969 (rectangle-number-line-callback):
26970 * register.el (window-configuration-to-register)
26971 (frame-configuration-to-register):
26972 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
26973 * select.el (xselect-convert-to-string, xselect-convert-to-length)
26974 (xselect-convert-to-targets, xselect-convert-to-delete)
26975 (xselect-convert-to-filename, xselect-convert-to-charpos)
26976 (xselect-convert-to-lineno, xselect-convert-to-colno)
26977 (xselect-convert-to-os, xselect-convert-to-host)
26978 (xselect-convert-to-user, xselect-convert-to-class)
26979 (xselect-convert-to-name, xselect-convert-to-integer)
26980 (xselect-convert-to-atom, xselect-convert-to-identity):
26981 * subr.el (declare, ignore, process-kill-without-query)
26982 (text-clone-maintain):
26983 * terminal.el (te-get-char, te-tic-sentinel):
26984 * tool-bar.el (tool-bar-make-keymap):
26985 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
26986 * type-break.el (type-break-mode, type-break-noninteractive-query):
26987 * view.el (View-back-to-mark):
26988 * wid-browse.el (widget-browse-action, widget-browse-widget)
26989 (widget-browse-widgets, widget-browse-sexp):
26990 * widget.el (define-widget-keywords):
26991 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
26992 Mark unused parameters.
26993
26994 * align.el (align-adjust-col-for-rule): Mark unused parameter.
26995 (align-areas): Remove unused variable `look'.
26996 (align-region): Remove unused variables `real-end' and `pos-list'.
26997
26998 * apropos.el (apropos-score-doc): Remove unused variable `i'.
26999
27000 * bindings.el (mode-line-modified, mode-line-remote):
27001 Mark unused parameters.
27002 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
27003
27004 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
27005 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
27006
27007 * comint.el (comint-history-isearch-pop-state)
27008 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
27009 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
27010 (comint-substitute-in-file-name): Doc fix.
27011
27012 * completion.el (cmpl-statistics-block): Mark unused parameter.
27013 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
27014 (save-completions-to-file, load-completions-from-file):
27015 Remove unused local variable `e'.
27016
27017 * composite.el (compose-chars): Remove unused variable `len'.
27018 (lgstring-insert-glyph): Remove unused variable `g'.
27019 (compose-glyph-string): Remove unused variables `ascent',
27020 `descent', `lbearing' and `rbearing'.
27021 (compose-glyph-string-relative): Remove unused variables
27022 `lbearing', `rbearing' and `wadjust'.
27023 (compose-gstring-for-graphic): Remove unused variables `header',
27024 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
27025 (compose-gstring-for-terminal): Remove unused variables `header'
27026 and `nchars'. Use `let', not `let*'.
27027
27028 * cus-edit.el (Custom-set, Custom-save, custom-reset)
27029 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
27030 (Custom-buffer-done, custom-buffer-create-internal)
27031 (custom-browse-visibility-action, custom-browse-group-tag-action)
27032 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
27033 (widget-magic-mouse-down-action, custom-toggle-parent)
27034 (custom-add-parent-links, custom-toggle-hide-variable)
27035 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
27036 (custom-toggle-hide-face, face, hook, custom-group-link-action)
27037 (custom-face-menu-create, custom-variable-menu-create, get)
27038 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
27039 (custom-reset-standard-save-and-update): Remove unused variable `value'.
27040 (customize-apropos): Remove unused variable `tests'.
27041 (custom-group-value-create): Remove unused variable `hidden-p'.
27042 (sort-fold-case): Declare.
27043
27044 * cus-theme.el (custom-reset-standard-faces-list)
27045 (custom-reset-standard-variables-list): Declare.
27046 (customize-create-theme, custom-theme-revert, custom-theme-write)
27047 (custom-theme-choose-mode, customize-themes, custom-theme-save):
27048 Mark unused parameters.
27049
27050 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
27051
27052 * delim-col.el (delimit-columns-max): Move defvar before first use.
27053
27054 * descr-text.el (describe-char-categories): Don't quote `lambda'.
27055 (describe-char): Don't quote `lambda'. Mark unused parameter.
27056
27057 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
27058 (auto-insert): Declare.
27059 (desktop-restore-file-buffer): Rename desktop-* parameters;
27060 mark unused ones.
27061 (desktop-create-buffer): Rename desktop-* parameters and bind them.
27062 (desktop-buffer): Rename desktop-* parameters.
27063
27064 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
27065 (dframe-reposition-frame-xemacs, dframe-help-echo)
27066 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
27067 Mark unused parameters.
27068
27069 * dired-aux.el (backup-extract-version-start, overwrite-query)
27070 (overwrite-backup-query, rename-regexp-query)
27071 (rename-non-directory-query): Declare.
27072 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
27073 (dired-add-entry): Remove unused variable `orig-file-name'.
27074 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
27075 Use parameter PRESERVE-TIME instead of accessing dynamic variable
27076 `dired-copy-preserve-time' directly.
27077 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
27078 (dired-insert-subdir-newpos): Rename unused variable `pos'.
27079
27080 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
27081 (dired-virtual-revert, dired-make-relative-symlink):
27082 Mark unused parameters.
27083 (manual-program): Declare.
27084 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
27085 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
27086 wrapped in `with-no-warnings' to avoid replacing one warning by another.
27087
27088 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
27089
27090 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
27091
27092 * echistory.el (electric-history-in-progress, Helper-return-blurb):
27093 Declare.
27094
27095 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
27096
27097 * electric.el (Electric-command-loop): Rename parameter
27098 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
27099
27100 * expand.el (expand-in-literal): Remove unused variable `here'.
27101
27102 * facemenu.el (facemenu-add-new-color):
27103 Remove unused variable `docstring'.
27104
27105 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
27106 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
27107 (face-attr-construct): Mark unused parameter. Doc fix.
27108 (read-color): Remove unused variable `hex-string'.
27109
27110 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
27111 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
27112 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
27113 (display-buffer-other-frame): Remove unused variable `old-window'.
27114 (kill-buffer-hook): Declare.
27115 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
27116 Mark unused parameters.
27117 (after-find-file): Pass 1 to `auto-save-mode', not t.
27118
27119 * files-x.el (auto-insert): Declare.
27120 (modify-file-local-variable-prop-line): Remove unused variable `val'.
27121
27122 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
27123 variable `buf'. Mark unused parameter.
27124 (find-lisp-insert-directory): Mark unused parameter.
27125
27126 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
27127 (format-encode-region): Remove unused variables `cur-buf' and `result'.
27128 (format-common-tail): Remove, unused.
27129 (format-deannotate-region): Remove unused variable `loc'.
27130 (format-annotate-region): Remove unused variable `p'.
27131 (format-annotate-single-property-change): Remove unused variables
27132 `default' and `tail'.
27133
27134 * forms.el (read-file-filter): Declare.
27135 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
27136
27137 * frame.el (frame-creation-function-alist): Mark unused parameter.
27138 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
27139
27140 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
27141 Remove unused parameters.
27142 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
27143 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
27144
27145 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
27146 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
27147 (hfy-prepare-tag-map): Mark unused parameters.
27148 (htmlfontify-buffer): Use `called-interactively-p'.
27149
27150 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
27151 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
27152 (ibuffer-do-occur): Mark unused parameters.
27153 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
27154 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
27155
27156 * ibuffer.el: Don't quote `lambda'.
27157 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
27158 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
27159 Mark unused parameters.
27160
27161 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
27162 (ido-completing-read): Mark unused parameters.
27163 (ido-copy-current-word): Mark unused parameters;
27164 remove unused variable `name'.
27165 (ido-sort-merged-list): Remove unused parameter `dirs'.
27166
27167 * ielm.el (ielm-input-sender): Mark unused parameter.
27168 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
27169 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
27170 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
27171 `ielm-string' as a dynamic variable accessible from the IELM prompt.
27172 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
27173
27174 * image-dired.el (image-dired-display-thumbs): Remove unused
27175 variables `curr-file' and `count'.
27176 (image-dired-remove-tag): Remove unused variable `start'.
27177 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
27178 variable `curr-file'
27179 (image-dired-rotate-original): Remove unused variable `temp-file'.
27180 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
27181 Remove unused variable `file'.
27182 (image-dired-gallery-generate): Remove unused variable `curr'.
27183 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
27184
27185 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
27186
27187 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
27188
27189 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
27190
27191 * isearch.el (minibuffer-history-symbol): Declare.
27192 (isearch-edit-string): Remove unused variable `err'.
27193 (isearch-message-prefix, isearch-message-suffix):
27194 Mark unused parameters.
27195
27196 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
27197
27198 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
27199
27200 * makesum.el (double-column): Remove unused variable `cnt'.
27201
27202 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
27203 (ido-ignore-item-temp-list): Declare.
27204
27205 * mouse-drag.el (mouse-drag-throw): Remove unused variables
27206 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
27207 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
27208 (mouse-drag-drag): Remove unused variables `mouse-delta' and
27209 `mouse-col-delta'.
27210
27211 * mouse-sel.el (mouse-extend-internal):
27212 Remove unused variable `orig-window-frame'.
27213
27214 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
27215 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
27216 Move declarations before first use.
27217 (pcomplete-opt): Mark unused parameters; doc fix.
27218
27219 * proced.el (proced-revert): Mark unused parameter.
27220 (proced-send-signal): Remove unused variable `err'.
27221
27222 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
27223 Rename parameter PREFIX-ARG to ARG.
27224 (ps-basic-plot-string, ps-basic-plot-whitespace):
27225 Mark unused parameters.
27226
27227 * replace.el (replace-count): Define.
27228 (occur-revert-function): Mark unused parameters.
27229 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
27230 (isearch-case-fold-search, isearch-string): Declare.
27231 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
27232 bind `case-fold-search'. Remove unused variables `beg' and `end',
27233 and simplify.
27234 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
27235 COUNT and bind `replace-count'.
27236 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
27237 to COUNT.
27238
27239 * savehist.el (print-readably, print-string-length): Declare.
27240
27241 * shadowfile.el (shadow-expand-cluster-in-file-name):
27242 Remove unused variable `cluster'.
27243 (shadow-copy-file): Remove unused variable `i'.
27244 (shadow-noquery, shadow-clusters, shadow-site-cluster)
27245 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
27246 (shadow-define-literal-group, shadow-define-regexp-group)
27247 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
27248
27249 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
27250 (shell): Use `called-interactively-p'.
27251 (shell-directory-tracker): Remove unused variable `chdir-failure'.
27252
27253 * simple.el (compilation-context-lines, comint-file-name-quote-list)
27254 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
27255 (delete-backward-char): Remove unused variable `ocol'.
27256 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
27257 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
27258 (event-apply-hyper-modifier, event-apply-shift-modifier)
27259 (event-apply-control-modifier, event-apply-meta-modifier):
27260 Mark unused parameters.
27261 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
27262 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
27263
27264 * speedbar.el (speedbar-ignored-directory-expressions)
27265 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
27266 (speedbar-find-file, speedbar-dir-follow)
27267 (speedbar-directory-buttons-follow, speedbar-tag-find)
27268 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
27269 (speedbar-buffers-line-directory, speedbar-buffer-click):
27270 Mark unused parameters.
27271 (speedbar-tag-file): Remove unused variable `mode'.
27272 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
27273
27274 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
27275
27276 * talk.el (talk): Remove unused variable `display'.
27277
27278 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
27279 (tar-write-region-annotate): Mark unused parameter.
27280
27281 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
27282 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
27283 Declare them, wrapped in `with-no-warnings' to avoid replacing one
27284 warning by another.
27285
27286 * time-stamp.el (time-stamp-string-preprocess):
27287 Remove unused variable `require-padding'.
27288
27289 * tree-widget.el (widget-glyph-enable): Declare.
27290 (tree-widget-action): Mark unused parameter.
27291
27292 * w32-fns.el (x-get-selection): Mark unused parameter.
27293 (autoload-make-program, generated-autoload-file): Declare.
27294
27295 * wdired.el (wdired-revert): Mark unused parameters.
27296 (wdired-xcase-word): Remove unused variable `err'.
27297
27298 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
27299 (whitespace-help-scroll): Remove unused variable `data-help'.
27300
27301 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
27302 (widget-image-insert, widget-after-change, default)
27303 (widget-default-format-handler, widget-default-notify)
27304 (widget-default-prompt-value, widget-info-link-action)
27305 (widget-url-link-action, widget-function-link-action)
27306 (widget-variable-link-action, widget-file-link-action)
27307 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
27308 (widget-field-prompt-internal, widget-field-action, widget-field-match)
27309 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
27310 (widget-insert-button-action, widget-delete-button-action, visibility)
27311 (widget-documentation-link-action, widget-documentation-string-action)
27312 (widget-const-prompt-value, widget-regexp-match, symbol)
27313 (widget-coding-system-prompt-value)
27314 (widget-key-sequence-value-to-external, sexp)
27315 (widget-sexp-value-to-internal, character, vector, cons)
27316 (widget-choice-prompt-value, widget-boolean-prompt-value)
27317 (widget-color--choose-action): Mark unused parameters.
27318 (widget-item-match-inline, widget-choice-match-inline)
27319 (widget-checklist-match, widget-checklist-match-inline)
27320 (widget-group-match): Rename parameter VALUES to VALS.
27321 (widget-field-value-set): Remove unused variable `size'.
27322 (widget-color-action): Remove unused variables `value' and `start'.
27323
27324 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
27325 variable `dir'. Doc fix.
27326 (windmove-find-other-window): Don't pass it.
27327
27328 * window.el (count-windows): Mark unused parameter.
27329 (bw-adjust-window): Remove unused variable `err'.
27330
27331 * woman.el (woman-file-name): Remove unused variable `default'.
27332 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
27333 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
27334 (global-font-lock-mode): Declare.
27335 (woman-decode-region): Mark unused parameter.
27336 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
27337
27338 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
27339 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
27340 (x-dnd-handle-moz-url): Remove unused variable `title'.
27341 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
27342
27343 * xml.el (xml-parse-tag, xml-parse-attlist):
27344 Remove unused variable `pos'.
27345
27346 2011-04-19 Glenn Morris <rgm@gnu.org>
27347
27348 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
27349 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
27350 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
27351 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
27352 * calendar/cal-html.el (cal-html-insert-minical):
27353 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
27354 (calendar-mark-date-pattern):
27355 Prefix "unused" locals.
27356
27357 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
27358 optional argument `style'.
27359
27360 * calendar/appt.el (appt-make-list):
27361 * calendar/cal-china.el (calendar-chinese-date-string):
27362 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
27363 (diary-hebrew-yahrzeit):
27364 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
27365 * calendar/calendar.el (calendar-generate-window):
27366 * calendar/time-date.el (time-to-days):
27367 Remove unused local variables.
27368
27369 2011-04-18 Chong Yidong <cyd@stupidchicken.com>
27370
27371 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
27372 glyphless-char-display table.
27373 (tabulated-list-glyphless-char-display): New var.
27374
27375 2011-04-18 Sam Steingold <sds@gnu.org>
27376
27377 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
27378 to acknowledgments.
27379
27380 2011-04-17 Glenn Morris <rgm@gnu.org>
27381
27382 * calendar/diary-lib.el (diary-sexp-entry):
27383 * calendar/holidays.el (holiday-sexp):
27384 Set debug-on-error rather than the removed stack-trace-on-error.
27385
27386 2011-04-16 Glenn Morris <rgm@gnu.org>
27387
27388 * progmodes/f90.el: Use lexical-binding.
27389 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
27390
27391 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
27392
27393 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
27394 (mail-mode): Setup mailalias completion here instead.
27395 * mail/mailalias.el: Use lexical-binding.
27396 (pattern, mailalias-done): Declare dynamic.
27397 (mail-completion-at-point-function): New function, from mail-complete.
27398 (mail-complete): Use it.
27399 (mail-completion-expand): New function.
27400 (mail-get-names): Use it.
27401 (mail-directory, mail-directory-process, mail-directory-stream):
27402 Don't use `pattern' for lexically bound arg.
27403
27404 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
27405
27406 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
27407 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
27408 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
27409
27410 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
27411 (byte-save-window-excursion, byte-temp-output-buffer-setup)
27412 (byte-interactive-p): Define them again, for use when inlining
27413 old code.
27414
27415 2011-04-15 Juanma Barranquero <lekktu@gmail.com>
27416
27417 * loadup.el: Use `string-to-number', not `string-to-int'.
27418
27419 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
27420
27421 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
27422 gud-gdb-complete-command.
27423 (gud-gdb-completions): New function, from gud-gdb-complete-command.
27424 (gud-gdb-completion-at-point): New function.
27425 (gud-gdb-completions): Remove.
27426
27427 2011-04-14 Michael Albinus <michael.albinus@gmx.de>
27428
27429 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
27430 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
27431 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
27432 whether `executable-find' is bound.
27433
27434 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
27435
27436 2011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
27437
27438 * minibuffer.el (completion-in-region-mode-predicate)
27439 (completion-in-region-mode--predicate): New vars.
27440 (completion-in-region, completion-in-region--postch)
27441 (completion-in-region-mode): Use them.
27442 (completion--capf-wrapper): Also return the hook function.
27443 (completion-at-point, completion-help-at-point):
27444 Adjust and provide a predicate.
27445
27446 Preserve arg names for advice of subr and lexical functions (bug#8457).
27447 * help-fns.el (help-function-arglist): Consolidate the subr and
27448 new-byte-code cases. Add argument `preserve-names' to extract names
27449 from the docstring when needed.
27450 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
27451 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
27452 (ad-arglist): Use help-function-arglist's new arg.
27453 (ad-definition-type): Use cond.
27454
27455 2011-04-13 Juanma Barranquero <lekktu@gmail.com>
27456
27457 * autorevert.el (auto-revert-handler):
27458 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
27459 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
27460 Don't quote lambda.
27461
27462 * image-mode.el (image-transform-set-scale):
27463 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
27464
27465 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
27466
27467 * net/network-stream.el (network-stream-open-starttls): Only do
27468 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
27469 Upgrades via gnutls-cli are too slow to be done opportunistically.
27470
27471 2011-04-12 Juanma Barranquero <lekktu@gmail.com>
27472
27473 * dframe.el (dframe-current-frame): Remove spurious quote.
27474
27475 2011-04-12 Glenn Morris <rgm@gnu.org>
27476
27477 * calendar/cal-tex.el (cal-tex-end-document):
27478 Try to automatically use latin1 input if needed.
27479
27480 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
27481 Don't try to cons a mark onto an empty element.
27482
27483 2011-04-11 Leo Liu <sdl.web@gmail.com>
27484
27485 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
27486 buffers.
27487 (ido-kill-buffer-at-head): Support killing virtual buffers.
27488
27489 2011-04-10 Chong Yidong <cyd@stupidchicken.com>
27490
27491 * minibuffer.el (completion-show-inline-help): New var.
27492 (completion--do-completion, minibuffer-complete)
27493 (minibuffer-force-complete, minibuffer-complete-word):
27494 Inhibit minibuffer messages if completion-show-inline-help is nil.
27495
27496 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
27497 to avoid interference from inline help (Bug#5849).
27498
27499 2011-04-10 Leo Liu <sdl.web@gmail.com>
27500
27501 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
27502 Fix typo.
27503
27504 2011-04-09 Chong Yidong <cyd@stupidchicken.com>
27505
27506 * image-mode.el (image-toggle-display-image): Signal an error if
27507 not in Image mode.
27508 (image-transform-mode, image-transform-resize)
27509 (image-transform-set-rotation): Doc fix.
27510 (image-transform-set-resize): Delete.
27511 (image-transform-set-scale, image-transform-fit-to-height)
27512 (image-transform-fit-to-width): Handle image-toggle-display-image
27513 and image-transform-resize directly.
27514
27515 2011-04-08 Sho Nakatani <lay.sakura@gmail.com>
27516
27517 * doc-view.el (doc-view-fit-width-to-window)
27518 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
27519 New functions for fitting the shown image to the Emacs window size.
27520 (doc-view-mode-map): Add bindings for the new functions.
27521
27522 2011-04-08 Juanma Barranquero <lekktu@gmail.com>
27523
27524 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
27525 Fix typo in docstring.
27526
27527 2011-04-08 Eli Zaretskii <eliz@gnu.org>
27528
27529 * files.el (file-size-human-readable): Produce one digit after
27530 decimal, like "ls -lh" does.
27531
27532 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
27533 the file size representation.
27534
27535 * simple.el (list-processes): If async subprocesses are not
27536 available, error out with a clear error message.
27537
27538 2011-04-08 Chong Yidong <cyd@stupidchicken.com>
27539
27540 * help.el (help-form-show): New function, to be called from C.
27541 Put help-form output in a buffer named differently than *Help*.
27542
27543 2011-04-08 Eli Zaretskii <eliz@gnu.org>
27544
27545 * files.el (file-size-human-readable): New function.
27546
27547 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
27548 computing the representation inline. Don't require `cl'.
27549
27550 2011-04-08 Glenn Morris <rgm@gnu.org>
27551
27552 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
27553
27554 * net/browse-url.el (browse-url-firefox):
27555 Test system-type, not system-configuration.
27556
27557 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
27558 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
27559 Use log-edit-empty-buffer-p. (Bug#7598)
27560
27561 * net/rlogin.el (rlogin-process-connection-type): Simplify.
27562 (rlogin-mode-map): Initialize in the defvar.
27563 (rlogin): Use ignore-errors.
27564
27565 * replace.el (occur-mode-map): Some fixes for menu items.
27566
27567 2011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
27568
27569 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
27570
27571 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
27572
27573 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
27574 issuing unused warnings.
27575
27576 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
27577 macro directly.
27578
27579 * simple.el: Lisp reimplement of list-processes. Based on an
27580 earlier reimplementation by Leo Liu, but using tabulated-list.el.
27581 (process-menu-mode): New major mode.
27582 (list-processes--refresh, list-processes):
27583 (process-menu-visit-buffer): New functions.
27584
27585 * files.el (save-buffers-kill-emacs): Don't assume any return
27586 value of list-processes, which is undocumented anyway.
27587
27588 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
27589
27590 * emacs-lisp/tabulated-list.el: New file.
27591
27592 * emacs-lisp/package.el: Use Tabulated List mode.
27593 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
27594 (package-menu-mode): Derive from tabulated-list-mode. Set up the
27595 table format using Tabulated List mode variables.
27596 (package--push): New macro, replacing package-list-maybe-add.
27597 (package-menu--generate): Use package--push. Renamed from
27598 package--generate-package-list.
27599 (package-menu-refresh, list-packages): Use it.
27600 (package-menu--print-info): Rename from package-print-package.
27601 Return insertion data instead of inserting it directly.
27602 (package-menu-describe-package, package-menu-execute):
27603 Use tabulated-list-get-id.
27604 (package-menu-mark-delete, package-menu-mark-install)
27605 (package-menu-mark-unmark, package-menu-backup-unmark)
27606 (package-menu-mark-obsolete-for-deletion):
27607 Use tabulated-list-put-tag.
27608 (package--list-packages, package-menu-revert)
27609 (package-menu-get-package, package-menu-get-version)
27610 (package-menu-sort-by-column): Functions deleted.
27611 (package-menu-package-list, package-menu-sort-key): Vars deleted.
27612 (package-menu--status-predicate, package-menu--version-predicate)
27613 (package-menu--name-predicate)
27614 (package-menu--description-predicate): Handle arguments in the
27615 Tabulated List format.
27616 (package-list-packages-no-fetch): Call list-packages.
27617
27618 2011-04-06 Juanma Barranquero <lekktu@gmail.com>
27619
27620 * files.el (after-find-file-from-revert-buffer): Remove variable.
27621 (after-find-file): Don't bind it.
27622 (revert-buffer-in-progress-p): New variable.
27623 (revert-buffer): Bind it.
27624 Pass nil for `after-find-file-from-revert-buffer'.
27625
27626 * saveplace.el (save-place-find-file-hook): Use new variable
27627 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
27628
27629 2011-04-06 Glenn Morris <rgm@gnu.org>
27630
27631 * Makefile.in (AUTOGEN_VCS): New variable.
27632 (autoloads): Use $AUTOGEN_VCS.
27633
27634 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
27635 * calendar/calendar.el (calendar-mode-map):
27636 Check for toolkit scroll bars. (Bug#8305)
27637
27638 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
27639
27640 * minibuffer.el (completion-in-region--postch)
27641 (completion-in-region-mode): Remove unnecessary messages.
27642
27643 2011-04-05 Juanma Barranquero <lekktu@gmail.com>
27644
27645 * font-lock.el (font-lock-refresh-defaults):
27646 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
27647 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
27648
27649 * info.el (Info-directory-list, Info-read-node-name-2)
27650 (Info-split-parameter-string): Doc fixes.
27651 (Info-virtual-nodes): Reflow docstring.
27652 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
27653 (Info-apropos-toc-nodes, info-finder, Info-get-token)
27654 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
27655 Fix typos in docstrings.
27656 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
27657 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
27658 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
27659 (Info-restore-desktop-buffer): Mark unused parameters.
27660 (Info-directory-find-file, Info-directory-find-node)
27661 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
27662 (Info-virtual-index-find-node, Info-apropos-find-file)
27663 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
27664 Mark unused parameters; fix typos in docstrings.
27665 (Info-virtual-index): Remove unused local variable `nodename'.
27666
27667 2011-04-05 Deniz Dogan <deniz@dogan.se>
27668
27669 * net/rcirc.el: Update my e-mail address.
27670 (rcirc-mode-map): Remove M-o binding.
27671
27672 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
27673
27674 * startup.el (command-line): Save the cursor's theme-face
27675 directly, instead of using face-override-spec.
27676
27677 * custom.el (load-theme): Minor optimization in assigning faces.
27678
27679 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
27680
27681 * help-fns.el (describe-variable): Complete all variables having
27682 documentation, including keywords.
27683 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
27684
27685 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
27686
27687 Convert to lexical-binding.
27688
27689 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
27690 (bs--get-marked-string, bs--get-modified-string)
27691 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
27692 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
27693 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
27694
27695 * ehelp.el (electric-help-execute-extended)
27696 (electric-help-ctrl-x-prefix):
27697 * hexl.el (hexl-revert-buffer-function):
27698 * linum.el (linum-after-change, linum-after-scroll):
27699 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
27700
27701 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
27702
27703 2011-04-04 Daiki Ueno <ueno@unixuser.org>
27704
27705 * epa-dired.el:
27706 * epa-mail.el:
27707 * epa-hook.el:
27708 * epa-file.el:
27709 * epa.el:
27710 * epg.el: Use lexical binding.
27711
27712 2011-04-03 Chong Yidong <cyd@stupidchicken.com>
27713
27714 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
27715
27716 * textmodes/flyspell.el (flyspell-word): Recognize default
27717 dictionary case for flyspell-mark-duplications-exceptions.
27718 Use regexp matching for languages.
27719 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
27720 default dictionary (Bug#7926).
27721
27722 2011-04-02 Chong Yidong <cyd@stupidchicken.com>
27723
27724 * emacs-lisp/package.el (package--with-work-buffer):
27725 Recognize https URLs.
27726
27727 * net/network-stream.el: Move from gnus/proto-stream.el.
27728 Change prefix to network-stream throughout.
27729 (open-protocol-stream): Merge into open-network-stream, leaving
27730 open-protocol-stream as an alias. Handle nil BUFFER args.
27731
27732 * subr.el (open-network-stream): Move to net/network-stream.el.
27733
27734 2011-04-02 Glenn Morris <rgm@gnu.org>
27735
27736 * find-dired.el (find-exec-terminator): New option.
27737 (find-ls-option): Test for -ls support.
27738 (find-ls-subdir-switches): Test for -b in find-ls-option.
27739 (find-dired, find-grep-dired): Doc fixes.
27740 (find-dired): Use find-exec-terminator.
27741
27742 * find-dired.el (find-ls-option, find-ls-subdir-switches)
27743 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
27744 (find-name-arg): Remove purecopy.
27745
27746 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
27747 (grep-compute-defaults): Check for `-exec COMMAND +' support.
27748 Set grep-find-use-xargs, grep-find-command, and grep-find-template
27749 accordingly. Don't add the null-device if not needed.
27750
27751 * files.el (save-some-buffers): Doc fix.
27752
27753 2011-04-02 Eli Zaretskii <eliz@gnu.org>
27754
27755 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
27756
27757 2011-04-01 Juanma Barranquero <lekktu@gmail.com>
27758
27759 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
27760 Use `dolist' rather than `mapcar'.
27761
27762 2011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
27763
27764 Add lexical binding.
27765
27766 * subr.el (apply-partially): Use new closures rather than CL.
27767 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
27768 (dolist, dotimes): Use slightly different expansion for lexical code.
27769 (functionp): Move to C.
27770 (letrec): New macro.
27771 (with-wrapper-hook): Use it and apply-partially instead of CL.
27772 (eval-after-load): Preserve lexical-binding.
27773 (save-window-excursion, with-output-to-temp-buffer): Turn them
27774 into macros.
27775
27776 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
27777
27778 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
27779 than the arglist.
27780 (help-add-fundoc-usage): Don't add `Not documented'.
27781 (help-function-arglist): Handle closures, subroutines, and new
27782 byte-code-functions.
27783 (help-make-usage): Remove leading underscores.
27784 (describe-function-1): Handle closures.
27785 (describe-variable): Use special-variable-p for completion.
27786
27787 * files.el (lexical-binding): Declare safe.
27788
27789 * emacs-lisp/pcase.el: Don't use destructuring-bind.
27790 (pcase--memoize): Rename from pcase-memoize. Change weakness.
27791 (pcase): Add `let' pattern.
27792 Change memoization so it actually works.
27793 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
27794 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
27795 <let>: New case.
27796
27797 * emacs-lisp/macroexp.el: Use lexical binding.
27798 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
27799 Don't convert ' to #' without checking that it's indeed quoting
27800 a lambda.
27801
27802 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
27803 Use eval-sexp-add-defvars.
27804 (eval-sexp-add-defvars): New fun.
27805
27806 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
27807
27808 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
27809 Don't autoload.
27810 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
27811 than the internal `byte-compile-lambda'.
27812 (defmethod): Don't hide code under quotes.
27813 (eieio-defmethod): New `code' argument.
27814
27815 * emacs-lisp/eieio-comp.el: Remove.
27816
27817 * emacs-lisp/edebug.el (edebug-eval-defun)
27818 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
27819 (edebug-toggle): Avoid `eval'.
27820
27821 * emacs-lisp/disass.el (disassemble-internal): Handle new
27822 `closure' objects.
27823 (disassemble-1): Handle new byte codes.
27824
27825 * emacs-lisp/cl.el (pushnew): Silence warning.
27826
27827 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
27828 (cl-byte-compile-throw): Remove.
27829 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
27830
27831 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
27832 closures.
27833
27834 * emacs-lisp/cconv.el: New file.
27835
27836 * emacs-lisp/bytecomp.el: Use lexical binding instead of
27837 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
27838 (byte-compile-initial-macro-environment):
27839 Handle declare-function here.
27840 (byte-compile--lexical-environment): New var.
27841 (byte-stack-ref, byte-stack-set, byte-discardN)
27842 (byte-discardN-preserve-tos): New lap codes.
27843 (byte-interactive-p): Don't use any more.
27844 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
27845 New macros.
27846 (byte-compile-lapcode): Use them and handle new lap codes.
27847 (byte-compile-obsolete): Remove.
27848 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
27849 (byte-compile-arglist-warn): Check late def of inlinable funs.
27850 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
27851 since they should have been expanded by now.
27852 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
27853 (byte-compile-from-buffer): Remove unused second arg.
27854 (byte-compile-preprocess): New function.
27855 (byte-compile-toplevel-file-form): New function to distinguish
27856 file-form calls from outside from file-form calls from hunk-handlers.
27857 (byte-compile-file-form): Simplify.
27858 (byte-compile-file-form-defsubst): Remove.
27859 (byte-compile-file-form-defmumble): Simplify now that
27860 byte-compile-lambda always returns a byte-code-function.
27861 (byte-compile): Preprocess.
27862 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
27863 Remove, not used any more.
27864 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
27865 (byte-compile-make-args-desc): New funs.
27866 (byte-compile-lambda): Handle lexical functions. Always return
27867 a byte-code-function.
27868 (byte-compile-reserved-constants): New var, to make up room for
27869 closed-over variables.
27870 (byte-compile-constants-vector): Obey it.
27871 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
27872 (byte-compile-macroexpand-declare-function): New function.
27873 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
27874 byte-code-functions.
27875 (byte-compile-form): Check obsolescence here.
27876 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
27877 (byte-compile-variable-ref): Remove.
27878 (byte-compile-dynamic-variable-op): New fun.
27879 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
27880 (byte-compile-variable-set): New funs.
27881 (byte-compile-discard): Add 2 args.
27882 (byte-compile-stack-ref, byte-compile-stack-set)
27883 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
27884 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
27885 macroexpand-all instead.
27886 (byte-compile-quote-form): Remove.
27887 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
27888 (byte-compile-bind, byte-compile-unbind): New funs.
27889 (byte-compile-let): Handle let* and lexical binding.
27890 (byte-compile-let*): Remove.
27891 (byte-compile-catch, byte-compile-unwind-protect)
27892 (byte-compile-track-mouse, byte-compile-condition-case):
27893 Handle a new :fun-body form, used for lexical scoping.
27894 (byte-compile-save-window-excursion)
27895 (byte-compile-with-output-to-temp-buffer): Remove.
27896 (byte-compile-defun): Simplify.
27897 (byte-compile-stack-adjustment): New fun.
27898 (byte-compile-out): Use it.
27899 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
27900
27901 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
27902 handler any more.
27903
27904 * emacs-lisp/byte-opt.el: Use lexical binding.
27905 (byte-inline-lapcode): Remove (to bytecomp).
27906 (byte-compile-inline-expand): Pay attention to inlining to/from
27907 lexically bound code.
27908 (byte-compile-unfold-lambda): Don't handle byte-code-functions
27909 any more.
27910 (byte-optimize-form-code-walker): Don't handle save-window-excursion
27911 any more and don't call compiler-macros.
27912 (byte-compile-splice-in-already-compiled-code): Remove.
27913 (byte-code): Don't inline any more.
27914 (disassemble-offset): Receive `bytes' as argument rather than via
27915 dynamic scoping.
27916 (byte-compile-tag-number): Declare before first use.
27917 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
27918 `return' even if make-spliceable.
27919 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
27920 obsolete interactive-p.
27921 (byte-optimize-lapcode): Optimize new lap-codes.
27922 Don't trip up on new form of `byte-constant' lap code.
27923
27924 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
27925
27926 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
27927
27928 * custom.el (custom-initialize-default, custom-declare-variable):
27929 Use `defvar'.
27930
27931 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
27932 New variables.
27933 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
27934 (COMPILE_FIRST): Add macroexp and cconv.
27935 * makefile.w32-in: Mirror changes in Makefile.in.
27936
27937 * vc/cvs-status.el:
27938 * vc/diff-mode.el:
27939 * vc/log-edit.el:
27940 * vc/log-view.el:
27941 * vc/smerge-mode.el:
27942 * textmodes/bibtex-style.el:
27943 * textmodes/css-mode.el:
27944 * startup.el:
27945 * uniquify.el:
27946 * minibuffer.el:
27947 * newcomment.el:
27948 * reveal.el:
27949 * server.el:
27950 * mpc.el:
27951 * emacs-lisp/smie.el:
27952 * doc-view.el:
27953 * dired.el:
27954 * abbrev.el: Use lexical binding.
27955
27956 2011-04-01 Eli Zaretskii <eliz@gnu.org>
27957
27958 * info.el (info-display-manual): New function.
27959
27960 2011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
27961
27962 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
27963
27964 2011-03-31 Tassilo Horn <tassilo@member.fsf.org>
27965
27966 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
27967 an entry for that server in rcirc-authinfo. (Bug#8385)
27968
27969 2011-03-31 Glenn Morris <rgm@gnu.org>
27970
27971 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
27972
27973 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
27974
27975 2011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
27976
27977 * progmodes/python.el (python-default-interpreter)
27978 (python-python-command-args, python-jython-command-args)
27979 (python-which-shell, python-which-args, python-which-bufname)
27980 (python-file-queue, python-comint-output-filter-function)
27981 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
27982 variables and functions.
27983
27984 2011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
27985
27986 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
27987 (completion-in-region-mode): New minor mode.
27988 (completion-in-region): Use it.
27989 (completion-in-region--data, completion-in-region-mode-map): New vars.
27990 (completion-in-region--postch): New function.
27991 (completion--capf-misbehave-funs, completion--capf-safe-funs):
27992 New vars.
27993 (completion--capf-wrapper): New function.
27994 (completion-at-point): Use it to track well-behavedness of
27995 hook functions.
27996 (completion-help-at-point): New command.
27997
27998 2011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
27999
28000 * vc/add-log.el (add-change-log-entry): Don't use whitespace
28001 syntax class to search for whitespace on a single line
28002 (Message-ID: <4D938140.4030905@redhat.com>).
28003
28004 2011-03-30 Leo Liu <sdl.web@gmail.com>
28005
28006 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
28007 New commands.
28008 (edit-abbrevs-map): Bind them here.
28009 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
28010
28011 2011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
28012
28013 * allout.el (allout-hide-by-annotation, allout-flag-region):
28014 Reduce possibility of overlay leakage by making them volatile.
28015
28016 * allout-widgets.el (allout-widgets-tally): Define as nil so the
28017 hash is not shared between buffers. Mode initialization is
28018 responsible for giving it a useful starting value.
28019 (allout-item-span): Reduce possibility of overlay leakage by
28020 making them volatile.
28021 (allout-widgets-count-buttons-in-region): Add diagnostic function
28022 for tracking down button overlay leaks.
28023
28024 2011-03-29 Leo Liu <sdl.web@gmail.com>
28025
28026 * ido.el (ido-read-internal): Use the default history var
28027 minibuffer-history if no HISTORY is specified.
28028
28029 2011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
28030
28031 * net/imap.el (imap-shell-open, imap-process-connection-type):
28032 Use imap-process-connection-type for 'shell' streams as well as
28033 Kerberos, SSL, other subprocesses.
28034
28035 2011-03-28 Leo Liu <sdl.web@gmail.com>
28036
28037 * abbrev.el (abbrev-table-empty-p): New function.
28038 (prepare-abbrev-list-buffer): Place empty abbrev tables after
28039 nonempty ones. (Bug#5937)
28040
28041 2011-03-27 Jan Djärv <jan.h.d@swipnet.se>
28042
28043 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
28044
28045 2011-03-27 Leo Liu <sdl.web@gmail.com>
28046
28047 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
28048 for foreground and background colors.
28049 (ansi-color-make-color-map): Adapt.
28050
28051 2011-03-25 Leo Liu <sdl.web@gmail.com>
28052
28053 * midnight.el (midnight-time-float): Remove. Note it calculates
28054 the microsecond component incorrectly and seconds-to-time does the
28055 same job.
28056 Remove redundant (require 'timer).
28057
28058 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
28059 (ido-completions): Remove unused arguments. (Bug#8329)
28060
28061 2011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
28062
28063 * minibuffer.el (completion--flush-all-sorted-completions):
28064 Remove itself from hook.
28065 (completion-at-point): Let the functions perform the completion
28066 immediately and return nil or t.
28067 * comint.el (comint-dynamic-complete-functions): Now identical to
28068 completion-at-point-functions.
28069 (comint-dynamic-list-input-ring): Remove unused var `index'.
28070 (comint--match-partial-filename, comint--unquote&expand-filename):
28071 New funs, split from comint-match-partial-filename.
28072 (comint-dynamic-complete): Use completion-at-point.
28073 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
28074
28075 2011-03-24 Drew Adams <drew.adams@oracle.com>
28076
28077 * thingatpt.el: Support `defun'.
28078
28079 2011-03-23 Leo Liu <sdl.web@gmail.com>
28080
28081 * abbrevlist.el: Move to obsolete/abbrevlist.el.
28082
28083 * help-mode.el (help-mode-finish): Tweak regexp.
28084
28085 2011-03-23 Glenn Morris <rgm@gnu.org>
28086
28087 * eshell/esh-opt.el (eshell-eval-using-options):
28088 Do not bind unused local variable `eshell-option-stub'.
28089
28090 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
28091
28092 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
28093
28094 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
28095 keymap variable in `with-no-warnings' to avoid a warning when the
28096 keymap has been already `defconst'ed.
28097
28098 2011-03-22 Leo Liu <sdl.web@gmail.com>
28099
28100 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
28101 encode all chars in abbrevs; otherwise use emacs-mule or
28102 utf-8-emacs. (Bug#8308)
28103
28104 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
28105
28106 * simple.el (backward-delete-char-untabify):
28107 Avoid warning about using `delete-backward-char'.
28108
28109 * image.el (image-type-file-name-regexps): Make it variable.
28110 `imagemagick-register-types' modifies it, and the user may want
28111 to add new extensions for known image types.
28112 (imagemagick-register-types): Throw error if not using ImageMagick.
28113
28114 2011-03-22 Leo Liu <sdl.web@gmail.com>
28115
28116 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
28117 located before rcirc-prompt-end-marker.
28118 (rcirc-complete): Error if point is not after rcirc prompt.
28119 Handle the case when table is nil.
28120 (rcirc-user-authenticated): Define to fix compiler warning.
28121
28122 2011-03-22 Chong Yidong <cyd@stupidchicken.com>
28123
28124 * custom.el (custom--inhibit-theme-enable): Make it affect only
28125 custom-theme-set-variables and custom-theme-set-faces.
28126 (provide-theme): Ignore custom--inhibit-theme-enable.
28127 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
28128 (custom-enabling-themes): Delete variable.
28129 (enable-theme): Accept only loaded themes as arguments.
28130 Ignore the special custom-enabled-themes variable.
28131 (custom-enabled-themes): Forbid themes from setting this.
28132 Eliminate use of custom-enabling-themes.
28133 (custom-push-theme): Quote "changed" custom var entry.
28134
28135 2011-03-21 Leo Liu <sdl.web@gmail.com>
28136
28137 * ido.el (ido-read-internal): Add ido-selected to history instead
28138 of user input.
28139
28140 2011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
28141
28142 * subr.el (deferred-action-list, deferred-action-function):
28143 Mark obsolete.
28144
28145 2011-03-21 Leo Liu <sdl.web@gmail.com>
28146
28147 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
28148 change on 2011-02-13 (bug#8309).
28149
28150 * minibuffer.el (read-file-name-function): Change default value.
28151 (read-file-name--defaults): Rename from read-file-name-defaults.
28152 (read-file-name-default): Rename from read-file-name.
28153 (read-file-name): Call read-file-name-function.
28154
28155 2011-03-21 Glenn Morris <rgm@gnu.org>
28156
28157 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
28158 Doc fixes.
28159
28160 2011-03-21 Chong Yidong <cyd@stupidchicken.com>
28161
28162 * cus-theme.el: Add missing provide statement.
28163 (customize-create-theme): Extract theme value correctly.
28164 (custom-theme-visit-theme): Autoload.
28165 (customize-create-theme): Prompt before inserting default faces.
28166
28167 2011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
28168
28169 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
28170 units and musical notes.
28171
28172 2011-03-20 Leo Liu <sdl.web@gmail.com>
28173
28174 * ido.el (ido-read-internal): Use completing-read-default.
28175 (ido-completing-read): Fix compatibility with completing-read.
28176
28177 2011-03-20 Christian Ohler <ohler@gnu.org>
28178
28179 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
28180 (ert-delete-all-tests): Use `called-interactively-p' rather than
28181 `interactive-p'.
28182 (ert--make-xrefs-region): Respect END.
28183
28184 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
28185
28186 * dired-aux.el (dired-create-directory): Signal an error if the
28187 directory already exists (Bug#8246).
28188
28189 * facemenu.el (list-colors-display): Call list-faces-display
28190 inside with-help-window.
28191 (list-colors-print): Use display property to align the final
28192 column, instead of checking window-width.
28193
28194 2011-03-19 Eli Zaretskii <eliz@gnu.org>
28195
28196 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
28197 windows-nt systems.
28198 (emerge-protect-metachars): Quote correctly for ms-dos and
28199 windows-nt systems.
28200
28201 2011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
28202
28203 * info.el (info-initialize): Replace all uses of `:' with
28204 path-separator for compatibility with non-Unix systems.
28205 Cache quoting of path-separator. (Bug#8258)
28206
28207 2011-03-19 Juanma Barranquero <lekktu@gmail.com>
28208
28209 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
28210 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
28211 (mouse-avoidance-mode): Fix typos in docstrings.
28212
28213 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
28214
28215 * startup.el (package-subdirectory-regexp): Move from package.el.
28216 Omit \\` and \\', and let callers add them.
28217
28218 * emacs-lisp/package.el (package-strip-version)
28219 (package-load-all-descriptors): Add \\` and \\' to
28220 package-subdirectory-regexp before using it.
28221 (package-untar-buffer): New arg DIR; ensure that file untars only
28222 into this expected directory. Remove superfluous delete-region.
28223 (package-unpack): Caller changed.
28224 (package-tar-file-info): Use package-subdirectory-regexp.
28225
28226 2011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
28227
28228 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
28229 diff-mode-shared-map (bug#8284).
28230 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
28231
28232 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
28233
28234 * calendar/time-date.el (format-seconds): Use assoc instead of
28235 assoc-string, since assoc-string doesn't exist in XEmacs.
28236
28237 2011-03-17 Juanma Barranquero <lekktu@gmail.com>
28238
28239 * custom.el (custom-known-themes): Reflow docstring.
28240 (custom-theme-load-path): Fix typo in docstring.
28241 (load-theme): Fix typo in error message.
28242 (custom-available-themes, custom-variable-theme-value):
28243 Use `let', not `let*'.
28244
28245 2011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
28246
28247 * calc/README: Mention inclusion of musical notes.
28248
28249 * calc/calc-units.el (calc-lu-quant): Rename from
28250 `calc-logunits-quantity'.
28251 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
28252 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
28253 (calc-db): Rename from `calc-dblevel'.
28254 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
28255 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
28256 (calc-np): Rename from `calc-nplevel'.
28257 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
28258 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
28259 (calc-lu-plus): Rename from `calc-logunits-add'.
28260 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
28261 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
28262 (calc-lu-minus): Rename from `calc-logunits-sub'.
28263 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
28264 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
28265 (calc-lu-times): Rename from `calc-logunits-mul'.
28266 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
28267 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
28268 (calc-lu-divide): Rename from `calc-logunits-div'.
28269 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
28270 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
28271
28272 * calc/calc-ext.el (calc-init-extensions): Update the names of the
28273 functions being autoloaded.
28274
28275 * calc/calc.el (calc-lu-power-reference): Rename from
28276 `calc-logunits-power-reference'.
28277 (calc-lu-field-reference): Rename from
28278 `calc-logunits-field-reference'.
28279
28280 * calc/calc-help.el (calc-l-prefix-help):
28281 Mention musical note functions.
28282
28283 2011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
28284
28285 * minibuffer.el (completion-all-sorted-completions):
28286 Use :completion-cycle-penalty text property if present.
28287
28288 2011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
28289
28290 * allout.el (allout-yank-processing): Adjust for new rebulleting
28291 regime so bullet being yanked is used without prompting the user
28292 for a choice.
28293
28294 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
28295
28296 * startup.el (command-line): Warn the user that _emacs is deprecated.
28297
28298 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
28299
28300 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
28301 (delphi-verbose, delphi-comment-face, delphi-string-face)
28302 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
28303 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
28304 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
28305 (delphi-new-comment-line, delphi-font-lock-defaults)
28306 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
28307 Fix typos in docstrings.
28308
28309 2011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
28310
28311 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
28312 Invert the roles of character and string values for INSTEAD, so a
28313 string is used for the more common case of a defaulting prompt.
28314
28315 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
28316
28317 * progmodes/ruby-mode.el (ruby-backward-sexp):
28318 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
28319 * play/gamegrid.el (gamegrid-make-face):
28320 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
28321 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
28322 * notifications.el (notifications-notify):
28323 * net/xesam.el (xesam-search-engines):
28324 * net/quickurl.el (quickurl-list-insert):
28325 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
28326
28327 2011-03-15 Chong Yidong <cyd@stupidchicken.com>
28328
28329 * startup.el (command-line): Update package subdirectory regexp.
28330
28331 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
28332
28333 * allout.el (allout-abbreviate-flattened-numbering)
28334 (allout-mode-deactivate-hook): Fix up obsolescence "date".
28335
28336 * subr.el (read-char-choice): Only show the cursor after the prompt,
28337 not after the answer.
28338
28339 2011-03-15 Kevin Ryde <user42@zip.com.au>
28340
28341 * help-fns.el (variable-at-point): Skip leading quotes, if any
28342 (bug#8253).
28343
28344 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
28345
28346 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
28347 warning message.
28348
28349 2011-03-14 Michael Albinus <michael.albinus@gmx.de>
28350
28351 * shell.el (shell): When called interactively, offer to change the
28352 shell file name on remote hosts.
28353
28354 2011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
28355
28356 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
28357 integration for LDAP parameters. The host, base, user or binddn,
28358 and secret tokens can be specified in a netrc file, for instance.
28359 This is optional because an `auth-source' parameter must be
28360 specified in the search attributes.
28361
28362 2011-03-13 Juanma Barranquero <lekktu@gmail.com>
28363
28364 * help.el (describe-mode): Link to the mode's definition (bug#8185).
28365
28366 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
28367
28368 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
28369 into declaration. Remove redundant and harmful binding.
28370
28371 2011-03-12 Eli Zaretskii <eliz@gnu.org>
28372
28373 * files.el (file-ownership-preserved-p): Pass `integer' as an
28374 explicit 2nd argument to `file-attributes'. If the file's owner
28375 is the Administrators group on Windows, and the current user is
28376 Administrator, consider that a match.
28377
28378 * server.el (server-ensure-safe-dir): Consider server directory
28379 safe on MS-Windows if its owner is the Administrators group while
28380 the current Emacs user is Administrator. Use `=' to compare
28381 numerical UIDs, since they could be integers or floats.
28382
28383 2011-03-12 Juanma Barranquero <lekktu@gmail.com>
28384
28385 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
28386
28387 2011-03-12 Michael Albinus <michael.albinus@gmx.de>
28388
28389 Sync with Tramp 2.2.1.
28390
28391 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
28392
28393 * net/trampver.el: Update release number.
28394
28395 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
28396
28397 * progmodes/compile.el (compilation--previous-directory): Fix up
28398 various nil/dead-marker mismatches (bug#8014).
28399 (compilation-directory-properties, compilation-error-properties):
28400 Don't call it at a position past the one we're about to change.
28401
28402 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
28403 Disable obsolescence warnings in the file that declares it.
28404
28405 2011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
28406
28407 * allout-widgets.el (allout-widgets-tally):
28408 Initialize allout-widgets-tally as a hash table rather than nil to
28409 prevent mode-line redisplay warnings. Also, clarify the module
28410 description and fix a comment typo.
28411
28412 2011-03-11 Juanma Barranquero <lekktu@gmail.com>
28413
28414 * help-fns.el (describe-variable): Don't complete keywords.
28415 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
28416
28417 2011-03-10 Chong Yidong <cyd@stupidchicken.com>
28418
28419 * emacs-lisp/package.el (package-version-join): Impose a standard
28420 string representation for pre/alpha/beta version lists.
28421 (package-unpack-single): Standardize the directory name by passing
28422 it through package-version-join.
28423 (package-strip-rcs-id): Accept any version string that does not
28424 signal an error in version-to-list.
28425
28426 2011-03-10 Michael Albinus <michael.albinus@gmx.de>
28427
28428 * simple.el (delete-trailing-whitespace): Return nil for the
28429 benefit of `write-file-functions'.
28430
28431 2011-03-10 Glenn Morris <rgm@gnu.org>
28432
28433 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
28434
28435 * vc/vc-git.el (vc-git-program): New option.
28436 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
28437 (vc-git--call): Use it.
28438
28439 * eshell/esh-util.el (eshell-condition-case): Doc fix.
28440
28441 * cus-edit.el (Custom-newline): If no button at point, look
28442 for a subgroup button at start-of-line. (Bug#2298)
28443
28444 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
28445
28446 2011-03-10 Julien Danjou <julien@danjou.info>
28447
28448 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
28449 `cursor-type' is nil.
28450
28451 2011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
28452
28453 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
28454
28455 2011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
28456
28457 * allout.el: Change so yank of distinctive-bullet items
28458 preserves the existing header prefix, rebulleting it if necessary,
28459 rather than replacing it. This is necessary for proper operation
28460 of cooperative addons like allout-widgets.
28461 (allout-make-topic-prefix, allout-rebullet-heading):
28462 Change SOLICIT arg to INSTEAD, and interpret additionally a string
28463 value as alternate bullet to be used, instead of prompting the user
28464 for a bullet character.
28465
28466 2011-03-09 Michael Albinus <michael.albinus@gmx.de>
28467
28468 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
28469 Do not use `tramp-file-name-port', because this returns also
28470 `tramp-default-port'.
28471
28472 2011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
28473
28474 * net/rcirc.el (rcirc-handler-001): Remove useless
28475 with-rcirc-process-buffer.
28476 (rcirc-check-auth-status): Swap arguments to string-match.
28477
28478 2011-03-09 Glenn Morris <rgm@gnu.org>
28479
28480 * shell.el (shell-mode):
28481 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
28482
28483 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
28484 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
28485
28486 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
28487
28488 * emacs-lisp/package.el (package-refresh-contents)
28489 (package-menu-execute): Use condition-case-no-debug.
28490
28491 2011-03-08 Michael Albinus <michael.albinus@gmx.de>
28492
28493 * simple.el (shell-command-to-string): Use `process-file'.
28494
28495 * emacs-lisp/package.el (package-tar-file-info): Handle also
28496 remote files.
28497
28498 * emacs-lisp/package-x.el (package-upload-buffer-internal):
28499 Use `equal' for upload base check.
28500
28501 2011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
28502
28503 * textmodes/texinfo.el (texinfo-environments):
28504 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
28505
28506 2011-03-08 Glenn Morris <rgm@gnu.org>
28507
28508 * cus-start.el (cursor-in-non-selected-windows):
28509 Fix :set quoting oddness. (Bug#8192)
28510
28511 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
28512 in some setf expressions. (Bug#2159)
28513
28514 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
28515
28516 * custom.el (custom-available-themes): Return themes in
28517 alphabetical order.
28518
28519 See ChangeLog.15 for earlier changes.
28520
28521 ;; Local Variables:
28522 ;; coding: utf-8
28523 ;; End:
28524
28525 Copyright (C) 2011-2013 Free Software Foundation, Inc.
28526
28527 This file is part of GNU Emacs.
28528
28529 GNU Emacs is free software: you can redistribute it and/or modify
28530 it under the terms of the GNU General Public License as published by
28531 the Free Software Foundation, either version 3 of the License, or
28532 (at your option) any later version.
28533
28534 GNU Emacs is distributed in the hope that it will be useful,
28535 but WITHOUT ANY WARRANTY; without even the implied warranty of
28536 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
28537 GNU General Public License for more details.
28538
28539 You should have received a copy of the GNU General Public License
28540 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.