* lisp/subr.el (function-arity): Remove (mistakenly added).
[bpt/emacs.git] / lisp / ChangeLog
1 2013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * subr.el (function-arity): Remove (mistakenly added) (bug#14590).
4
5 * progmodes/prolog.el (prolog-make-keywords-regexp): Remove.
6 (prolog-font-lock-keywords): Use regexp-opt instead.
7 Don't manually highlight strings.
8 (prolog-mode-variables): Simplify comment-start-skip.
9 (prolog-consult-compile): Use display-buffer. Remove unused old-filter.
10
11 * emacs-lisp/generic.el (generic--normalise-comments)
12 (generic-set-comment-syntax, generic-set-comment-vars): New functions.
13 (generic-mode-set-comments): Use them.
14 (generic-bracket-support): Use setq-local.
15 (generic-make-keywords-list): Declare obsolete.
16
17 2013-06-11 Glenn Morris <rgm@gnu.org>
18
19 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
20 Prettify after setting font-lock-defaults. (Bug#14574)
21
22 2013-06-11 Juanma Barranquero <lekktu@gmail.com>
23
24 * replace.el (query-replace, occur-read-regexp-defaults-function)
25 (replace-search):
26 * subr.el (declare-function, number-sequence, local-set-key)
27 (substitute-key-definition, locate-user-emacs-file)
28 (with-silent-modifications, split-string, eval-after-load):
29 Fix typos, remove unneeded backslashes and reflow some docstrings.
30
31 2013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
32
33 * international/mule-conf.el (file-coding-system-alist): Use utf-8 as
34 default for Elisp files.
35
36 2013-06-11 Glenn Morris <rgm@gnu.org>
37
38 * vc/log-view.el (log-view-mode-map): Inherit from special-mode-map,
39 although define-derived-mode was doing this anyway. (Bug#14583)
40
41 2013-06-10 Juanma Barranquero <lekktu@gmail.com>
42
43 * allout.el (allout-encryption-plaintext-sanitization-regexps):
44 Fix make-variable-buffer-local call to refer to the correct variable.
45
46 2013-06-10 Aidan Gauland <aidalgol@amuri.net>
47
48 * eshell/em-term.el (eshell-visual-commands)
49 (eshell-visual-subcommands, eshell-visual-options):
50 Add summary line to docstrings. Add cross-references.
51
52 2013-06-10 Glenn Morris <rgm@gnu.org>
53
54 * epa.el (epa-read-file-name): New function. (Bug#14510)
55 (epa-decrypt-file): Make plain-file optional. Use epa-read-file-name.
56
57 2013-06-09 Aidan Gauland <aidalgol@amuri.net>
58
59 * eshell/em-term.el (eshell-visual-command-p): Fix bug that caused
60 output redirection to be ignored with visual commands.
61
62 2013-06-09 Aidan Gauland <aidalgol@amuri.net>
63
64 * eshell/em-term.el (eshell-visual-command-p): New function.
65 (eshell-term-initialize): Move long lambda to separate function
66 eshell-visual-command-p.
67 * eshell/em-dirs.el (eshell-dirs-initialise):
68 * eshell/em-script.el (eshell-script-initialize):
69 Add missing #' to lambda.
70
71 2013-06-08 Leo Liu <sdl.web@gmail.com>
72
73 * progmodes/octave.el (octave-add-log-current-defun): New function.
74 (octave-mode): Set add-log-current-defun-function.
75 (octave-goto-function-definition): Do not move point if not found.
76 (octave-find-definition): Enhance to try subfunctions first.
77
78 2013-06-08 Glenn Morris <rgm@gnu.org>
79
80 * emacs-lisp/bytecomp.el (byte-compile-char-before)
81 (byte-compile-backward-char, byte-compile-backward-word):
82 Improve previous change, to handle non-explicit nil.
83
84 2013-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
85
86 * emacs-lisp/smie.el: Improve show-paren-mode behavior.
87 (smie--opener/closer-at-point): New function.
88 (smie--matching-block-data): Use it. Don't match from right after an
89 opener or right before a closer. Obey smie-blink-matching-inners.
90 Don't signal a mismatch for repeated inners like "switch..case..case".
91
92 2013-06-07 Leo Liu <sdl.web@gmail.com>
93
94 * progmodes/octave.el (octave-mode): Set comment-use-global-state
95 to t. (Bug#14303)
96 (octave-function-header-regexp): Fix. (Bug#14570)
97 (octave-help-mode-finish-hook, octave-help-mode-finish):
98 Remove. Just use temp-buffer-show-hook.
99
100 * newcomment.el (comment-search-backward): Revert last change.
101 (Bug#14434)
102
103 * emacs-lisp/smie.el (smie--matching-block-data): Minor simplification.
104
105 2013-06-07 Eli Zaretskii <eliz@gnu.org>
106
107 * Makefile.in (TAGS TAGS-LISP): Pass the (long) list of *.el files
108 through xargs, to avoid failure due to MS-Windows limitations on
109 command-line length.
110
111 2013-06-06 Glenn Morris <rgm@gnu.org>
112
113 * font-lock.el (lisp-font-lock-keywords-2):
114 Treat user-error like error.
115
116 * emacs-lisp/bytecomp.el (byte-compile-char-before)
117 (byte-compile-backward-char, byte-compile-backward-word):
118 Handle explicit nil arguments. (Bug#14565)
119
120 2013-06-05 Alan Mackenzie <acm@muc.de>
121
122 * isearch.el (isearch-allow-prefix): New user option.
123 (isearch-other-meta-char): Don't exit isearch when a prefix
124 argument is typed whilst `isearch-allow-prefix' is non-nil.
125 (Bug#9706)
126
127 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
128
129 * autorevert.el (auto-revert-notify-handler): Use memq.
130 Hide assertion failure.
131
132 * skeleton.el: Use cl-lib.
133 (skeleton-further-elements): Use defvar-local.
134 (skeleton-insert): Use cl-progv.
135
136 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
137
138 * progmodes/prog-mode.el (prog-prettify-symbols)
139 (prog-prettify-install): Update docstrings.
140
141 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
142
143 * simple.el: Move all the prog-mode code to prog-mode.el.
144 * progmodes/prog-mode.el: New file.
145 * loadup.el: Add prog-mode.el.
146
147 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
148
149 * simple.el (prog-prettify-symbols): Add version.
150 (prog-prettify-install): Add convenience function to prettify symbols.
151
152 * progmodes/perl-mode.el (perl--augmented-font-lock-keywords)
153 (perl--augmented-font-lock-keywords-1)
154 (perl--augmented-font-lock-keywords-2, perl-mode): Remove unneeded
155 variables and use it.
156
157 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
158 (cfengine3-mode): Remove unneeded variable and use it.
159
160 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
161 (lisp--augmented-font-lock-keywords-1)
162 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables):
163 Remove unneeded variables and use it.
164
165 2013-06-05 João Távora <joaotavora@gmail.com>
166
167 * net/tls.el (open-tls-stream): Remove unneeded buffer contents up
168 to point when opening the connection. (Bug#14380)
169
170 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
171
172 * subr.el (load-history-regexp, load-history-filename-element)
173 (eval-after-load, after-load-functions, do-after-load-evaluation)
174 (eval-next-after-load, display-delayed-warnings)
175 (collapse-delayed-warnings, delayed-warnings-hook): Move after the
176 definition of save-match-data.
177 (overriding-local-map): Remove accidental obsolescence declaration.
178
179 * emacs-lisp/edebug.el (edebug-result): Move before first use.
180
181 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
182
183 Generalize symbol prettify support to prog-mode and implement it
184 for perl-mode, cfengine3-mode, and emacs-lisp-mode.
185 * simple.el (prog-prettify-symbols-alist, prog-prettify-symbols)
186 (prog--prettify-font-lock-compose-symbol)
187 (prog-prettify-font-lock-symbols-keywords): New variables and
188 functions to support symbol prettification.
189 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
190 (lisp--augmented-font-lock-keywords-1)
191 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables)
192 (lisp--prettify-symbols-alist): Implement prettify of lambda.
193 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
194 (cfengine3--prettify-symbols-alist, cfengine3-mode):
195 Implement prettify of -> => :: strings.
196 * progmodes/perl-mode.el (perl-prettify-symbols)
197 (perl--font-lock-compose-symbol)
198 (perl--font-lock-symbols-keywords): Move to prog-mode.
199 (perl--prettify-symbols-alist): Prettify -> => :: strings.
200 (perl-font-lock-keywords-1)
201 (perl-font-lock-keywords-2): Remove explicit prettify support.
202 (perl--augmented-font-lock-keywords)
203 (perl--augmented-font-lock-keywords-1)
204 (perl--augmented-font-lock-keywords-2, perl-mode):
205 Implement prettify support.
206
207 2013-06-05 Leo Liu <sdl.web@gmail.com>
208
209 Re-implement smie matching block highlight using
210 show-paren-data-function. (Bug#14395)
211 * emacs-lisp/smie.el (smie-matching-block-highlight)
212 (smie--highlight-matching-block-overlay)
213 (smie--highlight-matching-block-lastpos)
214 (smie-highlight-matching-block)
215 (smie-highlight-matching-block-mode): Remove.
216 (smie--matching-block-data-cache): New variable.
217 (smie--matching-block-data): New function.
218 (smie-setup): Use smie--matching-block-data for
219 show-paren-data-function.
220
221 * progmodes/octave.el (octave-mode-menu): Fix.
222 (octave-find-definition): Skip garbage lines.
223
224 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
225
226 Fix compilation error with simultaneous dynamic+lexical scoping.
227 Add warning when a defvar appears after the first let-binding.
228 * emacs-lisp/bytecomp.el (byte-compile-lexical-variables): New var.
229 (byte-compile-close-variables): Initialize it.
230 (byte-compile--declare-var): New function.
231 (byte-compile-file-form-defvar)
232 (byte-compile-file-form-define-abbrev-table)
233 (byte-compile-file-form-custom-declare-variable): Use it.
234 (byte-compile-make-lambda-lexenv): Change the argument. Simplify.
235 (byte-compile-lambda): Share call to byte-compile-arglist-vars.
236 (byte-compile-bind): Handle dynamic bindings that shadow
237 lexical bindings.
238 (byte-compile-unbind): Make arg non-optional.
239 (byte-compile-let): Simplify.
240 * emacs-lisp/cconv.el (byte-compile-lexical-variables): Declare var.
241 (cconv--analyse-function, cconv-analyse-form): Populate it.
242 Protect byte-compile-bound-variables to limit the scope of defvars.
243 (cconv-analyse-form): Add missing rule for (defvar <foo>).
244 Remove unneeded rule for `declare'.
245
246 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin): Use macroexp-let2
247 so as to avoid depending on cl-adjoin at run-time.
248 * emacs-lisp/cl-lib.el (cl-pushnew): Use backquotes.
249
250 * emacs-lisp/macroexp.el (macroexp--compiling-p): New function.
251 (macroexp--warn-and-return): Use it.
252
253 2013-06-05 Leo Liu <sdl.web@gmail.com>
254
255 * eshell/esh-mode.el (eshell-mode): Fix key bindings.
256
257 2013-06-04 Leo Liu <sdl.web@gmail.com>
258
259 * progmodes/compile.el (compile-goto-error): Add optional arg NOMSG.
260 (compilation-auto-jump): Suppress the "Mark set" message to give
261 way to exit message.
262
263 2013-06-04 Alan Mackenzie <acm@muc.de>
264
265 Remove faulty optimisation from indentation calculation.
266 * progmodes/cc-engine.el (c-guess-basic-syntax): Don't calculate
267 search limit based on 2000 characters back from indent-point.
268
269 2013-06-03 Tassilo Horn <tsdh@gnu.org>
270
271 * eshell/em-term.el (cl-lib): Require `cl-lib'.
272
273 2013-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
274
275 * emacs-lisp/lisp.el: Use lexical-binding.
276 (lisp--local-variables-1, lisp--local-variables): New functions.
277 (lisp--local-variables-completion-table): New var.
278 (lisp-completion-at-point): Use it complete let-bound vars.
279
280 * emacs-lisp/lisp-mode.el (eval-sexp-add-defvars): Expand macros
281 eagerly (bug#14422).
282
283 2013-06-03 Michael Albinus <michael.albinus@gmx.de>
284
285 * autorevert.el (auto-revert-notify-enabled)
286 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
287 (auto-revert-notify-event-p, auto-revert-notify-event-file-name)
288 (auto-revert-notify-handler): Handle also gfilenotify.
289
290 * subr.el (file-notify-handle-event): New defun. Replacing ...
291 (inotify-event-p, inotify-handle-event, w32notify-handle-event):
292 Remove.
293
294 2013-06-03 Juri Linkov <juri@jurta.org>
295
296 * bindings.el (search-map): Bind `highlight-symbol-at-point' to
297 `M-s h .'. (Bug#14427)
298
299 * hi-lock.el (highlight-symbol-at-point): New alias for the new
300 command `hi-lock-face-symbol-at-point'.
301 (hi-lock-face-symbol-at-point): New command.
302 (hi-lock-map): Bind `highlight-symbol-at-point' to `C-x w .'.
303 (hi-lock-menu): Add `highlight-symbol-at-point'.
304 (hi-lock-mode): Doc fix.
305
306 * isearch.el (isearch-forward-symbol-at-point): New command.
307 (search-map): Bind `isearch-forward-symbol-at-point' to `M-s .'.
308 (isearch-highlight-regexp): Add a regexp which matches
309 words/symbols for word/symbol mode.
310
311 * subr.el (find-tag-default-bounds): New function with the body
312 mostly moved from `find-tag-default'.
313 (find-tag-default): Move most code to `find-tag-default-bounds',
314 call it and apply `buffer-substring-no-properties' afterwards.
315
316 2013-06-03 Tassilo Horn <tsdh@gnu.org>
317
318 * eshell/em-term.el (eshell-term-initialize):
319 Use `cl-intersection' rather than `intersection'.
320
321 2013-06-02 Xue Fuqiao <xfq.free@gmail.com>
322
323 * vc/log-view.el: Doc fix.
324 (log-view-mode-map): Copy keymap from `special-mode-map'.
325
326 2013-06-02 Eric Ludlam <zappo@gnu.org>
327
328 * emacs-lisp/eieio.el (eieio--defalias, eieio-hook)
329 (eieio-error-unsupported-class-tags, eieio-skip-typecheck)
330 (eieio-optimize-primary-methods-flag, eieio-initializing-object)
331 (eieio-unbound, eieio-default-superclass)
332 (eieio--define-field-accessors, method-static, method-before)
333 (method-primary, method-after, method-num-lists)
334 (method-generic-before, method-generic-primary)
335 (method-generic-after, method-num-slots)
336 (eieio-specialized-key-to-generic-key)
337 (eieio--check-type, class-v, class-p)
338 (eieio-class-name, define-obsolete-function-alias)
339 (eieio-class-parents-fast, eieio-class-children-fast)
340 (same-class-fast-p, class-constructor, generic-p)
341 (generic-primary-only-p, generic-primary-only-one-p)
342 (class-option-assoc, class-option, eieio-object-p)
343 (class-abstract-p, class-method-invocation-order)
344 (eieio-defclass-autoload-map, eieio-defclass-autoload)
345 (eieio-class-un-autoload, eieio-defclass)
346 (eieio-eval-default-p, eieio-perform-slot-validation-for-default)
347 (eieio-add-new-slot, eieio-copy-parents-into-subclass)
348 (eieio--defgeneric-init-form, eieio-defgeneric-form)
349 (eieio-defgeneric-reset-generic-form)
350 (eieio-defgeneric-form-primary-only)
351 (eieio-defgeneric-reset-generic-form-primary-only)
352 (eieio-defgeneric-form-primary-only-one)
353 (eieio-defgeneric-reset-generic-form-primary-only-one)
354 (eieio-unbind-method-implementations)
355 (eieio--defmethod, eieio--typep)
356 (eieio-perform-slot-validation, eieio-validate-slot-value)
357 (eieio-validate-class-slot-value, eieio-barf-if-slot-unbound)
358 (eieio-oref, eieio-oref-default, eieio-default-eval-maybe)
359 (eieio-oset, eieio-oset-default, eieio-slot-originating-class-p)
360 (eieio-slot-name-index, eieio-class-slot-name-index)
361 (eieio-set-defaults, eieio-initarg-to-attribute)
362 (eieio-attribute-to-initarg, eieio-c3-candidate)
363 (eieio-c3-merge-lists, eieio-class-precedence-c3)
364 (eieio-class-precedence-dfs, eieio-class-precedence-bfs)
365 (eieio-class-precedence-list, eieio-generic-call-methodname)
366 (eieio-generic-call-arglst, eieio-generic-call-key)
367 (eieio-generic-call-next-method-list)
368 (eieio-pre-method-execution-functions, eieio-generic-call)
369 (eieio-generic-call-primary-only, eieiomt-method-list)
370 (eieiomt-optimizing-obarray, eieiomt-install)
371 (eieiomt-add, eieiomt-next, eieiomt-sym-optimize)
372 (eieio-generic-form, eieio-defmethod, make-obsolete)
373 (eieio-defgeneric, make-obsolete): Move to eieio-core.el
374 (defclass): Remove `eval-and-compile' from macro.
375 (call-next-method, shared-initialize): Instead of using
376 `scoped-class' variable, use new eieio--scoped-class, and
377 eieio--with-scoped-class.
378 (initialize-instance): Rename local variable 'scoped-class' to
379 'this-class' to remove ambiguitity from old global.
380
381 * emacs-lisp/eieio-core.el: New file. Derived from key parts of
382 eieio.el.
383 (eieio--scoped-class-stack): New variable
384 (eieio--scoped-class): New fcn
385 (eieio--with-scoped-class): New scoping macro.
386 (eieio-defclass): Use pushnew instead of add-to-list.
387 (eieio-defgeneric-form-primary-only-one, eieio-oset-default)
388 (eieio-slot-name-index, eieio-set-defaults, eieio-generic-call)
389 (eieio-generic-call-primary-only, eieiomt-add): Instead of using
390 `scoped-class' variable, use new eieio--scoped-class, and
391 eieio--with-scoped-class.
392
393 * emacs-lisp/eieio-base.el (cl-lib): Require during compile.
394
395 2013-06-02 Tassilo Horn <tsdh@gnu.org>
396
397 * eshell/esh-ext.el (eshell-external-command): Pass args to
398 `eshell-find-interpreter'.
399 (eshell-find-interpreter): Add new second parameter ARGS.
400
401 * eshell/em-script.el (eshell-script-initialize): Add second arg
402 to the function added as MATCH to `eshell-interpreter-alist'.
403
404 * eshell/em-dirs.el (eshell-dirs-initialize): Add second arg to
405 the function added as MATCH to `eshell-interpreter-alist'.
406
407 * eshell/em-term.el (eshell-visual-subcommands): New defcustom.
408 (eshell-visual-options): New defcustom.
409 (eshell-escape-control-x): Adapt docstring.
410 (eshell-term-initialize): Test `eshell-visual-subcommands' and
411 `eshell-visual-options' in addition to `eshell-visual-commands'.
412 (eshell-exec-visual): Pass args to `eshell-find-interpreter'.
413
414 2013-06-01 Fabián Ezequiel Gallina <fgallina@gnu.org>
415
416 * progmodes/python.el (python-indent-block-enders): Add break,
417 continue and raise keywords.
418
419 2013-06-01 Glenn Morris <rgm@gnu.org>
420
421 * pcmpl-gnu.el (pcomplete/tar): Check obsolete variable is bound.
422
423 Plain (f)boundp silences compilation warnings since Emacs 22.1.
424 * progmodes/cc-cmds.el (delete-forward-p):
425 * progmodes/cc-defs.el (buffer-syntactic-context-depth):
426 * progmodes/cc-engine.el (buffer-syntactic-context):
427 * progmodes/cc-fonts.el (face-property-instance):
428 * progmodes/cc-mode.el (set-keymap-parents):
429 * progmodes/cc-vars.el (get-char-table): No need for cc-bytecomp-defun.
430 * progmodes/cc-defs.el (c-set-region-active, c-beginning-of-defun-1)
431 * progmodes/cc-mode.el (c-make-inherited-keymap): Use plain fboundp.
432 * progmodes/cc-defs.el (zmacs-region-stays, zmacs-regions)
433 (lookup-syntax-properties): Remove unecessary cc-bytecomp-defvar.
434
435 * progmodes/cc-vars.el (other): Emacs has this widget since
436 at least 21.1, so don't (re)define it.
437
438 * eshell/em-cmpl.el (eshell-cmpl-initialize):
439 Replace the obsolete alias pcomplete-arg-quote-list.
440
441 2013-06-01 Leo Liu <sdl.web@gmail.com>
442
443 * progmodes/octave.el (octave-mode-syntax-table): Give `.'
444 punctuation syntax.
445 (inferior-octave-minimal-columns)
446 (inferior-octave-last-column-width): New variables.
447 (inferior-octave-track-window-width-change): New function.
448 (inferior-octave-mode): Adjust column width so that Octave output,
449 for example from 'ls', can fit into the window nicely.
450
451 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
452
453 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
454 Highlight expansions inside regexp literals.
455
456 2013-05-31 Glenn Morris <rgm@gnu.org>
457
458 * obsolete/sym-comp.el (symbol-complete):
459 Replace obsolete completion-annotate-function.
460
461 * progmodes/cc-vars.el (c-make-macro-with-semi-re): Silence compiler.
462
463 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
464
465 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
466 New function, checks if point is inside a literal that allows
467 expression expansion.
468 (ruby-syntax-propertize-expansion): Use it.
469 (ruby-syntax-propertize-function): Bind `case-fold-search' to nil
470 around the body.
471
472 2013-05-30 Juri Linkov <juri@jurta.org>
473
474 * isearch.el (isearch-mode-map): Bind `isearch-toggle-invisible'
475 to "\M-si".
476 (isearch-invisible): New variable.
477 (isearch-forward): Doc fix.
478 (isearch-mode): Set `isearch-invisible'
479 to the value of `search-invisible'.
480 (isearch-toggle-case-fold): Doc fix.
481 (isearch-toggle-invisible): New command.
482 (isearch-query-replace): Let-bind `search-invisible'
483 to the value of `isearch-invisible'.
484 (isearch-search): Use `isearch-invisible' instead of
485 `search-invisible'. Let-bind `search-invisible'
486 to the value of `isearch-invisible'. (Bug#11378)
487
488 2013-05-30 Juri Linkov <juri@jurta.org>
489
490 * replace.el (perform-replace): Avoid `isearch-range-invisible'
491 call when `query-flag' is nil and `search-invisible' is non-nil.
492 (Bug#11746)
493
494 2013-05-30 Glenn Morris <rgm@gnu.org>
495
496 * progmodes/gdb-mi.el (gdb-wait-for-pending): Fix typo.
497
498 * progmodes/cc-bytecomp.el (cc-bytecomp-noruntime-functions): New.
499 (cc-require): Suppress spurious "noruntime" warnings.
500 (cc-require-when-compile): Use fboundp, for sake of compiler.
501
502 * progmodes/cc-mode.el: Move load of cc-vars before that of
503 cc-langs (which in turn loads cc-vars), to quieten compiler.
504
505 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
506
507 * paren.el: Simplify the code.
508 (show-paren-mode): Always start the timer.
509 (show-paren--idle-timer): Rename from show-paren-idle-timer.
510 (show-paren--overlay, show-paren--overlay-1): Rename from
511 show-paren-overlay and show-paren-overlay-1, and initialize to an
512 overlay rather than to nil.
513 (show-paren-function): Misc cleanup and simplifications.
514
515 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
516
517 * paren.el (show-paren-data-function): New hook.
518 (show-paren--default): New function, extracted from show-paren-function.
519 (show-paren-function): Use show-paren-data-function.
520
521 2013-05-30 Glenn Morris <rgm@gnu.org>
522
523 * ielm.el (ielm-map, ielm-complete-symbol):
524 Use completion-at-point rather than obsolete functions.
525 (inferior-emacs-lisp-mode): Doc fix.
526 Set completion-at-point-functions, rather than
527 comint-dynamic-complete-functions.
528
529 * eshell/em-cmpl.el (eshell-complete-lisp-symbol): New function.
530 (eshell-cmpl-initialize, eshell-complete-parse-arguments):
531 Replace obsolete lisp-complete-symbol with eshell-complete-lisp-symbol.
532
533 * image.el (image-animated-p): Tweak definition.
534
535 * net/rlogin.el (rlogin-program, rlogin-explicit-args): Default to ssh.
536 (rlogin-process-connection-type): Tweak default. Add set-after.
537 (rlogin-host): Doc fix.
538 (rlogin): Tweak prompt.
539 (rlogin-tab-or-complete): Use completion-at-point rather than alias.
540
541 * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
542 * progmodes/tcl.el (inferior-tcl-mode-map):
543 Use completion-at-point rather than obsolete alias.
544
545 * emacs-lisp/eieio.el (eieio-eval-default-p): Move before use.
546
547 * minibuffer.el (read-file-name-completion-ignore-case):
548 Move before completion--in-region, for eager macro expansion.
549
550 2013-05-29 Juri Linkov <juri@jurta.org>
551
552 * replace.el (occur-engine): Rename `globalcount' to `global-lines'
553 for total count of matching lines. Add `global-matches' for total
554 count of matches. Rename `matches' to `lines' for count of
555 matching lines. Add `matches' for count of matches.
556 Rename `lines' to `curr-line' for line count. Rename `prev-lines'
557 to `prev-line' for line number of prev match endpt.
558 Increment `matches' for every match. Print the number of
559 matching lines in the header.
560 (occur-context-lines): Rename `lines' to `curr-line'.
561 Rename `prev-lines' to `prev-line'. (Bug#14017)
562
563 2013-05-29 Juri Linkov <juri@jurta.org>
564
565 * replace.el (perform-replace): Add `skip-read-only-count',
566 `skip-filtered-count', `skip-invisible-count' let-bound to 0.
567 Increment them for corresponding conditions and report the number
568 of skipped occurrences in the final message. (Bug#11746)
569 (query-replace, query-replace-regexp, query-replace-regexp-eval)
570 (replace-string, replace-regexp): Doc fix.
571
572 2013-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
573
574 * emacs-lisp/trace.el (trace--read-args): Provide a default.
575
576 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Inherit from
577 prog-mode-map (bug#14504).
578
579 2013-05-29 Leo Liu <sdl.web@gmail.com>
580
581 * progmodes/octave.el (octave-indent-comment): Tweak regexps.
582 (octave-help): Small simplification.
583
584 * emacs-lisp/smie.el (smie-highlight-matching-block): Always turn
585 off the highlight first.
586
587 2013-05-29 Glenn Morris <rgm@gnu.org>
588
589 * progmodes/idlwave.el (idlwave-concatenate-rinfo-lists):
590 Handle idlwave-last-system-routine-info-cons-cell being nil.
591
592 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
593 (idlwave-write-paths): Simplify via with-temp-buffer.
594
595 * emulation/cua-gmrk.el: Also load cua-base, cua-rect at run time.
596 * emulation/cua-rect.el: Also load cua-base at run time.
597
598 * progmodes/cperl-mode.el (imenu-choose-buffer-index)
599 (file-of-tag, etags-snarf-tag, etags-goto-tag-location): Declare.
600 (cperl-imenu-on-info): Require imenu.
601
602 2013-05-28 Alan Mackenzie <acm@muc.de>
603
604 Handle "capitalised keywords" correctly.
605 * progmodes/cc-mode.el (c-after-change): Bind case-fold-search to nil.
606
607 2013-05-28 Aidan Gauland <aidalgol@amuri.net>
608
609 * eshell/em-unix.el: Add -r option to cp.
610
611 2013-05-28 Glenn Morris <rgm@gnu.org>
612
613 * vc/vc-arch.el (vc-exec-after): Declare.
614 (vc-switches): Autoload.
615 * vc/vc-bzr.el: No need to require vc when compiling.
616 (vc-exec-after, vc-set-async-update, vc-default-dir-printer)
617 (vc-resynch-buffer, vc-dir-refresh): Declare.
618 (vc-setup-buffer, vc-switches): Autoload.
619 * vc/vc-cvs.el (vc-exec-after, vc-coding-system-for-diff)
620 (vc-resynch-buffer): Declare.
621 (vc-switches, vc-default-revert, vc-version-backup-file): Autoload.
622 * vc/vc-dir.el (desktop-missing-file-warning): Declare.
623 * vc/vc-git.el (vc-exec-after, vc-set-async-update)
624 (grep-read-regexp, grep-read-files, grep-expand-template)
625 (vc-dir-refresh): Declare.
626 (vc-setup-buffer, vc-switches, vc-resynch-buffer): Autoload.
627 * vc/vc-hg.el (vc-exec-after, vc-set-async-update): Declare.
628 (vc-setup-buffer, vc-switches, vc-do-async-command): Autoload.
629 * vc/vc-mtn.el (vc-exec-after): Declare.
630 (vc-switches): Autoload.
631 * vc/vc-rcs.el (vc-expand-dirs, vc-switches)
632 (vc-tag-precondition, vc-buffer-sync, vc-rename-master): Autoload.
633 (vc-file-tree-walk): Declare.
634 * vc/vc-sccs.el (vc-file-tree-walk): Declare.
635 (vc-expand-dirs, vc-switches, vc-setup-buffer, vc-delistify)
636 (vc-tag-precondition, vc-rename-master): Autoload.
637 * vc/vc-svn.el (vc-exec-after): Declare.
638 (vc-switches, vc-setup-buffer): Autoload.
639 * obsolete/vc-mcvs.el (vc-checkout, vc-switches, vc-default-revert):
640 Autoload.
641 (vc-resynch-buffer): Declare.
642
643 * obsolete/fast-lock.el (byte-compile-warnings):
644 Don't warn about obsolete features in this obsolete file.
645
646 * progmodes/cc-vars.el (c-macro-names-with-semicolon):
647 Move definition before use.
648
649 * play/dunnet.el (byte-compile-warnings): Don't disable them all.
650 (dun-unix-verbs): Remove dun-zippy.
651 (dun-zippy): Remove function.
652
653 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
654
655 2013-05-27 Juri Linkov <juri@jurta.org>
656
657 * replace.el (replace-search): New function with code moved out
658 from `perform-replace'.
659 (replace-highlight, replace-dehighlight): Move function definitions
660 up closer to `replace-search'. (Bug#11746)
661
662 2013-05-27 Juri Linkov <juri@jurta.org>
663
664 * replace.el (perform-replace): Ignore invisible matches.
665 In addition to checking `query-replace-skip-read-only', also
666 filter out matches by calling `run-hook-with-args-until-failure'
667 on `isearch-filter-predicates', and also check `search-invisible'
668 for t or call `isearch-range-invisible'.
669 (replace-dehighlight): Call `isearch-clean-overlays'. (Bug#11746)
670
671 2013-05-27 Juri Linkov <juri@jurta.org>
672
673 * isearch.el (isearch-filter-predicates): Rename from
674 `isearch-filter-predicate'. Doc fix. (Bug#11378)
675 (isearch-message-prefix): Display text from the property
676 `isearch-message-prefix' of the currently active filters.
677 (isearch-search): Don't compare `isearch-filter-predicate' with
678 `isearch-filter-visible'. Call `run-hook-with-args-until-failure'
679 on `isearch-filter-predicates'. Also check `search-invisible' for t
680 or call `isearch-range-invisible'.
681 (isearch-filter-visible): Make obsolete.
682 (isearch-lazy-highlight-search):
683 Call `run-hook-with-args-until-failure' on
684 `isearch-filter-predicates' and use `isearch-range-invisible'.
685
686 * info.el (Info-search): Call `run-hook-with-args-until-failure' on
687 `isearch-filter-predicates' instead of `funcall'ing
688 `isearch-filter-predicate'.
689 (Info-mode): Set `Info-isearch-filter' to
690 `isearch-filter-predicates' instead of `isearch-filter-predicate'.
691
692 * dired-aux.el (dired-isearch-filter-predicate-orig):
693 Remove variable.
694 (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
695 (dired-isearch-filenames-end): Add and remove
696 `dired-isearch-filter-filenames' in `isearch-filter-predicates'
697 instead of changing the value of `isearch-filter-predicate'.
698 Rebind `dired-isearch-filenames-toggle' from "\M-sf" to "\M-sff".
699 (dired-isearch-filter-filenames): Don't use `isearch-filter-visible'.
700 Put property `isearch-message-prefix' to "filename " on
701 `dired-isearch-filter-filenames'.
702
703 * wdired.el (wdired-change-to-wdired-mode):
704 Add `isearch-filter-predicates' to `wdired-isearch-filter-read-only'
705 locally instead of changing `isearch-filter-predicate'.
706 (wdired-isearch-filter-read-only): Don't use `isearch-filter-visible'.
707
708 2013-05-27 Dmitry Gutov <dgutov@yandex.ru>
709
710 * vc/vc-git.el (vc-git-working-revision): When in detached mode,
711 return the commit hash (Bug#14459). Also set the
712 `vc-git-detached' property.
713 (vc-git--rev-parse): Extract from `vc-git-previous-revision'.
714 (vc-git-mode-line-string): Use the same help-echo format whether
715 in detached mode or not, because we know the actual revision now.
716 When in detached mode, shorten the revision to 7 chars.
717
718 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
719
720 * emacs-lisp/easy-mmode.el (define-minor-mode):
721 * emacs-lisp/derived.el (define-derived-mode): Always defvar the
722 mode hook and provide a docstring.
723
724 2013-05-27 Alan Mackenzie <acm@muc.de>
725
726 Remove spurious syntax-table text properties inserted by C-y.
727 * progmodes/cc-mode.el (c-after-change): Also clear hard
728 syntax-table property with value nil.
729
730 2013-05-27 Michael Albinus <michael.albinus@gmx.de>
731
732 * net/dbus.el (dbus-call-method): Let-bind `inhibit-redisplay'
733 when reading the events; the buffer layout shall not be changed.
734
735 2013-05-27 Leo Liu <sdl.web@gmail.com>
736
737 * progmodes/octave.el (inferior-octave-directory-tracker-resync):
738 New variable.
739 (inferior-octave-directory-tracker): Automatically re-sync
740 default-directory.
741 (octave-help): Improve handling of 'See also'.
742
743 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
744
745 * doc-view.el: Minor naming convention tweaks.
746 (desktop-buffer-mode-handlers): Don't add to it repeatedly.
747
748 * image-mode.el (image-mode-reapply-winprops): Call image-mode-winprops
749 even if there's no `display' property yet (bug#14435).
750
751 2013-05-25 Eli Zaretskii <eliz@gnu.org>
752
753 * subr.el (unmsys--file-name): Rename from reveal-filename.
754
755 * Makefile.in (custom-deps, finder-data, autoloads)
756 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
757 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
758 ($(CAL_DIR)/hol-loaddefs.el): All users changed.
759
760 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
761
762 * emacs-lisp/lisp.el (lisp-completion-at-point): Don't use
763 error-completion on the first 2 args of condition-case (bug#14446).
764 Don't burp at EOB.
765
766 2013-05-25 Leo Liu <sdl.web@gmail.com>
767
768 * comint.el (comint-previous-matching-input): Do not flood the
769 *Messages* buffer with trivial messages.
770
771 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
772
773 * progmodes/flymake.el (flymake-nop): Don't return a string.
774 (flymake-set-at): Fix typo.
775
776 * simple.el (read--expression): New function, extracted from
777 eval-expression. Set completion-at-point-functions (bug#14465).
778 (eval-expression, eval-minibuffer): Use it.
779
780 2013-05-25 Xue Fuqiao <xfq.free@gmail.com>
781
782 * progmodes/flymake.el (flymake-save-buffer-in-file)
783 (flymake-makehash, flymake-posn-at-point-as-event, flymake-nop)
784 (flymake-selected-frame, flymake-log, flymake-ins-after)
785 (flymake-set-at, flymake-get-buildfile-from-cache)
786 (flymake-add-buildfile-to-cache, flymake-clear-buildfile-cache)
787 (flymake-find-possible-master-files, flymake-save-buffer-in-file):
788 Refine the doc string.
789 (flymake-get-file-name-mode-and-masks): Reformat.
790 (flymake-get-real-file-name-function): Fix a minor bug.
791
792 2013-05-24 Juri Linkov <juri@jurta.org>
793
794 * progmodes/grep.el (grep-mode-font-lock-keywords):
795 Support =linenumber= format used by git-grep for lines with
796 function names. (Bug#13549)
797
798 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
799
800 * progmodes/octave.el (octave-smie-rules): Return nil rather than
801 0 after a semi-colon; it works better for smie-auto-fill.
802 (octave--indent-new-comment-line): New function.
803 (octave-indent-new-comment-line): Use it (indirectly).
804 (octave-mode): Don't disable smie-auto-fill. Use add-function to
805 modify comment-line-break-function.
806
807 * emacs-lisp/smie.el (smie-auto-fill): Rework to be more robust.
808 (smie-setup): Use add-function to set it.
809
810 2013-05-24 Sam Steingold <sds@gnu.org>
811
812 * sort.el (delete-duplicate-lines): Accept an optional `keep-blanks'
813 argument (before the `interactive' argument).
814
815 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
816
817 * image-mode.el (image-mode-winprops): Add winprops to
818 image-mode-winprops-alist before running
819 image-mode-new-window-functions.
820 * doc-view.el (doc-view-new-window-function): Don't delay
821 doc-view-goto-page via timers (bug#14435).
822
823 2013-05-24 Tassilo Horn <tsdh@gnu.org>
824
825 * doc-view.el: Integrate with desktop.el. (Bug#14435)
826 (doc-view-desktop-save-buffer): New function.
827 (doc-view-restore-desktop-buffer): New function.
828 (desktop-buffer-mode-handlers):
829 Add `doc-view-restore-desktop-buffer' as desktop.el buffer mode
830 handler.
831 (doc-view-mode): Set `doc-view-desktop-save-buffer' as custom
832 `desktop-save-buffer' function.
833
834 2013-05-24 Michael Albinus <michael.albinus@gmx.de>
835
836 * net/tramp-gvfs.el (tramp-gvfs-enabled): New defconst.
837 (tramp-gvfs-file-name-handler): Raise a user error when
838 `tramp-gvfs-enabled' is nil.
839 (top): Register signals only when `tramp-gvfs-enabled' is non-nil.
840 Do not raise a user error when loading package. (Bug#14447)
841
842 * net/xesam.el: Move to obsolete/.
843
844 2013-05-24 Glenn Morris <rgm@gnu.org>
845
846 * font-lock.el (lisp-font-lock-keywords-2): Add with-coding-priority.
847
848 * emacs-lisp/chart.el (chart-sort): Replace obsolete `object-name'.
849
850 * progmodes/cperl-mode.el (cperl-mode): Use fboundp.
851 (Info-find-node, Man-getpage-in-background): Declare.
852
853 * mail/unrmail.el (unrmail):
854 Replace obsolete detect-coding-with-priority.
855
856 * net/socks.el (socks-split-string): Use this rather than split-string.
857 (socks-nslookup-host): Update for above change.
858 (dynamic-choice, s5-dynamic-choice-match)
859 (s5-dynamic-choice-match-inline, s5-widget-value-create):
860 Comment out unused code.
861
862 * tooltip.el (tooltip-use-echo-area): Warn only on 'set.
863 * progmodes/gud.el (gud-gdb-completion-function): Move before use.
864 (gud-tooltip-echo-area): Make obsolete.
865 (gud-tooltip-process-output, gud-tooltip-tips): Also check tooltip-mode.
866
867 * progmodes/js.el (js--optimize-arglist): Declare.
868
869 * progmodes/ruby-mode.el (ruby-syntax-propertize-expansion): Declare.
870
871 * progmodes/which-func.el (ediff-window-A, ediff-window-B)
872 (ediff-window-C): Declare.
873
874 * obsolete/pgg-gpg.el, obsolete/pgg-pgp.el, obsolete/pgg-pgp5.el:
875 Tweak requires to silence compiler.
876
877 * obsolete/sym-comp.el: No need to load hipper-exp when compiling.
878 (he-search-string, he-tried-table, he-expand-list)
879 (he-init-string, he-string-member, he-substitute-string)
880 (he-reset-string): Declare.
881
882 * obsolete/options.el (list-options): Use custom-variable-p,
883 rather than obsolete alias.
884
885 2013-05-23 Sam Steingold <sds@gnu.org>
886
887 * simple.el (shell-command-on-region): Pass the `replace' argument
888 down to `call-process-region' to comply with the doc as reported on
889 <http://stackoverflow.com/questions/16720458/emacs-noninteractive-call-to-shell-command-on-region-always-deletes-region>
890
891 2013-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
892
893 * emacs-lisp/smie.el (smie-indent-forward-token)
894 (smie-indent-backward-token): Handle string tokens (bug#14381).
895
896 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
897
898 * ielm.el (ielm-menu): New menu.
899 (inferior-emacs-lisp-mode): Set comment-start.
900
901 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
902
903 * lisp/textmodes/reftex.el (reftex-ref-style-toggle):
904 Fix deactivate action.
905
906 * lisp/textmodes/reftex-vars.el (reftex-ref-style-alist):
907 Add cleveref macros.
908
909 * lisp/textmodes/reftex-parse.el
910 (reftex-locate-bibliography-files): Accept options for
911 bibliography commands.
912 * lisp/textmodes/reftex-vars.el (reftex-bibliography-commands):
913 Add addbibresource. Basic Biblatex support.
914
915 2013-05-23 Michael Albinus <michael.albinus@gmx.de>
916
917 * net/tramp-gvfs.el (top):
918 * net/xesam.el (xesam-dbus-unique-names): Suppress D-Bus errors
919 when loading package. (Bug#14447)
920
921 2013-05-23 Glenn Morris <rgm@gnu.org>
922
923 * progmodes/js.el: No need to load comint when compiling.
924 (ring-insert, comint-send-string, comint-send-input)
925 (comint-last-input-end, ido-chop): Declare.
926
927 * vc/ediff-diff.el, vc/ediff-merg.el: Require ediff-util at run-time.
928 * vc/ediff-mult.el: Adjust requires.
929 (ediff-directories-internal, ediff-directory-revisions-internal)
930 (ediff-patch-file-internal): Declare.
931 * vc/ediff-ptch.el: Adjust requires.
932 (ediff-use-last-dir, ediff-buffers-internal): Declare.
933 (ediff-find-file): Autoload.
934 * vc/ediff-util.el: No need to load ediff when compiling.
935 (ediff-regions-internal): Declare.
936 * vc/ediff-wind.el: Adjust requires.
937 (ediff-compute-toolbar-width): Define when compiling.
938 (ediff-setup-control-buffer, ediff-make-bottom-toolbar): Declare.
939 * vc/ediff.el: No need to load dired, ediff-ptch when compiling.
940 (dired-get-filename, dired-get-marked-files)
941 (ediff-last-dir-patch, ediff-patch-default-directory)
942 (ediff-get-patch-buffer, ediff-dispatch-file-patching-job)
943 (ediff-patch-buffer-internal): Declare.
944
945 * emacs-lisp/checkdoc.el: No need to load ispell when compiling.
946 (ispell-process, ispell-buffer-local-words, lm-summary)
947 (lm-section-start, lm-section-end): Declare.
948 (checkdoc-ispell-init): Simplify.
949
950 * progmodes/vera-mode.el (he-init-string, he-dabbrev-beg)
951 (he-string-member, he-reset-string, he-substitute-string): Declare.
952
953 * eshell/em-ls.el: Adjust requires.
954 (eshell-glob-regexp): Declare.
955 * eshell/em-tramp.el: Adjust requires.
956 (eshell-parse-command): Autoload.
957 * eshell/em-xtra.el: Adjust requires.
958 (eshell-parse-command): Autoload.
959 * eshell/esh-ext.el: Adjust requires.
960 (eshell-parse-command, eshell-close-handles): Autoload.
961 * eshell/esh-io.el: Adjust requires.
962 (eshell-output-filter): Autoload.
963 * eshell/esh-util.el: No need to load tramp when compiling.
964 (tramp-file-name-structure, ange-ftp-ls, ange-ftp-file-modtime):
965 Declare.
966 (eshell-parse-ange-ls): Require ange-ftp and tramp.
967 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
968 * eshell/em-cmpl.el, eshell/em-glob.el, eshell/em-pred.el:
969 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-smart.el:
970 * eshell/em-term.el, eshell/esh-arg.el, eshell/esh-mode.el:
971 * eshell/esh-opt.el, eshell/esh-proc.el:
972 * eshell/esh-var.el: Adjust requires.
973 * eshell/eshell.el: Do not require esh-util twice.
974 (eshell-add-input-to-history): Declare.
975 (eshell-command): Check history module is active before using it.
976
977 * eshell/em-ls.el (eshell-ls-dir): Fix -A handling.
978
979 2013-05-22 Leo Liu <sdl.web@gmail.com>
980
981 * progmodes/octave.el (inferior-octave-startup): Fix bug#14433.
982
983 2013-05-22 Michael Albinus <michael.albinus@gmx.de>
984
985 * autorevert.el (auto-revert-notify-add-watch)
986 (auto-revert-notify-handler): Add `attrib' for the inotify case,
987 it indicates changes in file modification time.
988
989 2013-05-22 Glenn Morris <rgm@gnu.org>
990
991 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
992 Always delete the autoloaded function from the noruntime and
993 unresolved functions lists.
994
995 * allout.el: No need to load epa, epg, overlay when compiling.
996 (epg-context-set-passphrase-callback, epg-list-keys)
997 (epg-decrypt-string, epg-encrypt-string, epg-user-id-string)
998 (epg-key-user-id-list): Declare.
999
1000 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
1001 (viper-set-parsing-style-toggling-macro)
1002 (viper-set-emacs-state-searchstyle-macros):
1003 Use called-interactively-p on Emacs.
1004 (viper-looking-back): Make it an obsolete alias. Update callers.
1005 * emulation/viper-ex.el: Load viper-keym, not viper-cmd.
1006 Use looking-back rather than viper-looking-back.
1007 (viper-tmp-insert-at-eob, viper-enlarge-region)
1008 (viper-read-string-with-history, viper-register-to-point)
1009 (viper-append-to-register, viper-change-state-to-vi)
1010 (viper-backward-char-carefully, viper-forward-char-carefully)
1011 (viper-Put-back, viper-put-back, viper-add-newline-at-eob-if-necessary)
1012 (viper-change-state-to-emacs): Declare.
1013 * emulation/viper-macs.el: Load viper-mous, viper-ex, not viper-cmd.
1014 (viper-change-state-to-insert, viper-change-state-to-vi): Declare.
1015 * emulation/viper-mous.el: Do not load viper-cmd.
1016 (viper-backward-char-carefully, viper-forward-char-carefully)
1017 (viper-forward-word, viper-adjust-window): Declare.
1018
1019 * vc/ediff.el (ediff-version): Use called-interactively-p on Emacs.
1020
1021 * progmodes/idlw-help.el (idlwave-help-fontify):
1022 Use called-interactively-p.
1023
1024 * term/w32console.el (w32-get-console-codepage)
1025 (w32-get-console-output-codepage): Declare.
1026
1027 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape):
1028 Remove unnecessary declarations.
1029 (dframe-message): Doc fix.
1030
1031 * info.el (dframe-select-attached-frame, dframe-current-frame):
1032 Declare.
1033
1034 * speedbar.el (speedbar-message): Make it an obsolete alias.
1035 Update all callers.
1036 (speedbar-with-attached-buffer)
1037 (speedbar-maybee-jump-to-attached-frame): Make these aliases obsolete.
1038 (speedbar-with-writable): Use backquote.
1039 * emacs-lisp/eieio-opt.el (eieio-describe-class-sb):
1040 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
1041 Use dframe-with-attached-buffer, dframe-maybee-jump-to-attached-frame
1042 rather than speedbar- aliases.
1043 * mail/rmail.el: Load dframe rather than speedbar when compiling.
1044 (speedbar-make-specialized-keymap, speedbar-insert-button)
1045 (dframe-select-attached-frame, dframe-maybee-jump-to-attached-frame)
1046 (speedbar-do-function-pointer): Declare.
1047 (rmail-speedbar-button, rmail-speedbar-find-file)
1048 (rmail-speedbar-move-message):
1049 Use dframe-with-attached-buffer rather than speedbar- alias.
1050 * progmodes/gud.el: Load dframe rather than speedbar when compiling.
1051 (dframe-message, speedbar-make-specialized-keymap)
1052 (speedbar-add-expansion-list, speedbar-mode-functions-list)
1053 (speedbar-make-tag-line, speedbar-remove-localized-speedbar-support)
1054 (speedbar-insert-button, dframe-select-attached-frame)
1055 (dframe-maybee-jump-to-attached-frame)
1056 (speedbar-change-initial-expansion-list)
1057 (speedbar-previously-used-expansion-list-name): Declare.
1058 (gud-speedbar-item-info, gud-gdb-goto-stackframe):
1059 Use dframe-message, dframe-with-attached-buffer rather than
1060 speedbar- aliases.
1061 (gud-sentinel): Silence compiler.
1062 * progmodes/vhdl-mode.el (speedbar-refresh)
1063 (speedbar-do-function-pointer, speedbar-add-supported-extension)
1064 (speedbar-add-mode-functions-list, speedbar-make-specialized-keymap)
1065 (speedbar-change-initial-expansion-list, speedbar-add-expansion-list)
1066 (speedbar-extension-list-to-regex, speedbar-directory-buttons)
1067 (speedbar-file-lists, speedbar-make-tag-line)
1068 (speedbar-line-directory, speedbar-goto-this-file)
1069 (speedbar-center-buffer-smartly, speedbar-change-expand-button-char)
1070 (speedbar-delete-subblock, speedbar-position-cursor-on-line)
1071 (speedbar-make-button, speedbar-reset-scanners)
1072 (speedbar-files-item-info, speedbar-line-text)
1073 (speedbar-find-file-in-frame, speedbar-set-timer)
1074 (dframe-maybee-jump-to-attached-frame, speedbar-line-file): Declare.
1075 (speedbar-with-writable): Do not (re)define it.
1076 (vhdl-speedbar-find-file): Use dframe-maybee-jump-to-attached-frame
1077 rather than speedbar- alias.
1078
1079 2013-05-21 Leo Liu <sdl.web@gmail.com>
1080
1081 * progmodes/octave.el (octave-mode-menu): Update and re-organize
1082 menu items.
1083 (octave-mode): Tweak fill-nobreak-predicate.
1084 (inferior-octave-startup): Check process to avoid infinite loop.
1085 (inferior-octave): Pop to buffer first to show abornmal process
1086 exit information.
1087
1088 2013-05-21 Glenn Morris <rgm@gnu.org>
1089
1090 * printing.el (pr-menu-bar): Define when compiling.
1091
1092 2013-05-21 Leo Liu <sdl.web@gmail.com>
1093
1094 * progmodes/octave.el (octave-auto-fill): Remove.
1095 (octave-indent-new-comment-line): Improve.
1096 (octave-mode): Use auto fill mode through
1097 comment-line-break-function and fill-nobreak-predicate
1098 (octave-goto-function-definition): Support DEFUN_DLD.
1099 (octave-beginning-of-defun): Small Tweak
1100 (octave-help): Show parent directory.
1101
1102 2013-05-21 Glenn Morris <rgm@gnu.org>
1103
1104 * files.el (dired-unmark):
1105 * progmodes/gud.el (gdb-input): Update declarations.
1106
1107 * calculator.el (electric, ehelp): No need to load when compiling.
1108 (Electric-command-loop, electric-describe-mode): Declare.
1109
1110 * doc-view.el (doc-view-current-converter-processes): Move before use.
1111
1112 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
1113 Move MODE-set-explicitly definition before use.
1114
1115 * international/mule-diag.el (mule-diag):
1116 Don't use obsolete window-system-version.
1117
1118 * mail/feedmail.el (smtpmail): No need to load when compiling.
1119 (smtpmail-via-smtp, smtpmail-smtp-server): Declare.
1120
1121 * mail/mail-utils.el (rfc822): No need to load when compiling.
1122 (rfc822-addresses): Autoload it.
1123 (mail-strip-quoted-names): Trivial simplification.
1124
1125 * mail/rmail.el (rmail-mime-message-p, rmail-mime-toggle-raw): Declare.
1126 (rmail-retry-failure): Don't assume that rmail-mime-feature == rmailmm.
1127
1128 * net/snmp-mode.el (tempo): Don't duplicate requires.
1129
1130 * progmodes/prolog.el (info): No need to load when compiling.
1131 (comint): Require before shell requires it.
1132 (Info-goto-node): Autoload it.
1133 (Info-follow-nearest-node): Declare.
1134 (prolog-help-info, prolog-goto-predicate-info): No need to require info.
1135
1136 * textmodes/artist.el (picture-mode-exit): Declare.
1137
1138 * textmodes/reftex-parse.el (reftex-parse-from-file):
1139 Trivial rewrite so the compiler can parse it better.
1140
1141 2013-05-20 Leo Liu <sdl.web@gmail.com>
1142
1143 * progmodes/octave.el (octave-help-mode-map)
1144 (octave-help-mode-finish-hook): New variables.
1145 (octave-help-mode, octave-help-mode-finish): New functions.
1146 (octave-help): Use octave-help-mode.
1147
1148 2013-05-20 Glenn Morris <rgm@gnu.org>
1149
1150 * format-spec.el (format-spec): Allow spec chars with nil. (Bug#14420)
1151
1152 2013-05-19 Dmitry Gutov <dgutov@yandex.ru>
1153
1154 * progmodes/ruby-mode.el (ruby-expression-expansion-re): Allow to
1155 start at point, so that expansion starting right after opening
1156 slash in a regexp is recognized.
1157 (ruby-syntax-before-regexp-re): New defvar, extracted from
1158 ruby-syntax-propertize-function. Since the value of this regexp
1159 is looked up at runtime now, we should be able to turn
1160 `ruby-syntax-methods-before-regexp' into a defcustom later.
1161 (ruby-syntax-propertize-function): Split regexp matching into two
1162 parts, for opening and closing slashes. That allows us to skip
1163 over string interpolations and support multiline regexps.
1164 Don't call `ruby-syntax-propertize-expansions', instead use another rule
1165 for them, which calls `ruby-syntax-propertize-expansion'.
1166 (ruby-syntax-propertize-expansions): Move `remove-text-properties'
1167 call to `ruby-syntax-propertize-function'.
1168 (ruby-syntax-propertize-expansion): Extracted from
1169 `ruby-syntax-propertize-expansions'. Handles one expansion.
1170 (ruby-syntax-propertize-percent-literal): Leave point right after
1171 the percent symbol, so that the expression expansion rule can
1172 propertize the contents.
1173 (ruby-syntax-propertize-heredoc): Leave point at bol following the
1174 heredoc openers.
1175 (ruby-syntax-propertize-expansions): Remove.
1176
1177 2013-05-18 Juri Linkov <juri@jurta.org>
1178
1179 * man.el (Man-default-man-entry): Remove `-' from the end
1180 of the default value. (Bug#14400)
1181
1182 2013-05-18 Glenn Morris <rgm@gnu.org>
1183
1184 * comint.el (comint-password-prompt-regexp):
1185 Allow "password for XXX" where XXX contains colons (eg https://...).
1186
1187 2013-05-18 Leo Liu <sdl.web@gmail.com>
1188
1189 * progmodes/octave.el (inferior-octave-startup): Use OCTAVE_SRCDIR
1190 instead. Include "--no-gui" to prevent hangs for Octave > 3.7.
1191 (octave-source-directories): Don't check process.
1192 (octave-source-directories, octave-find-definition): Doc fix.
1193
1194 2013-05-18 Glenn Morris <rgm@gnu.org>
1195
1196 * progmodes/vhdl-mode.el (vhdl-mode-map-init):
1197 Remove backspace/delete bindings. (Bug#14392)
1198
1199 * cus-dep.el (custom-make-dependencies): Sort the output.
1200 (custom-versions-load-alist): Convert comment to doc.
1201
1202 2013-05-17 Leo Liu <sdl.web@gmail.com>
1203
1204 * newcomment.el (comment-search-backward): Stricter in finding
1205 comment start. (Bug#14303)
1206
1207 * progmodes/octave.el (octave-comment-start): Remove the SPC char.
1208 (octave-comment-start-skip): Properly anchored.
1209
1210 2013-05-17 Leo Liu <sdl.web@gmail.com>
1211
1212 * emacs-lisp/smie.el (smie-highlight-matching-block-mode):
1213 Clean up when turned off. (Bug#14395)
1214 (smie--highlight-matching-block-overlay): No longer buffer-local.
1215 (smie-highlight-matching-block): Adjust.
1216
1217 2013-05-17 Paul Eggert <eggert@cs.ucla.edu>
1218
1219 Doc string fix for "nanoseconds" (Bug#14406).
1220 * emacs-lisp/timer.el (timer-relative-time, timer-inc-time):
1221 Fix doc string typo that had "nanoseconds" instead of "microseconds".
1222
1223 2013-05-17 Jay Belanger <jay.p.belanger@gmail.com>
1224
1225 * calc/calc-units.el (math-extract-units): Preserve powers
1226 of units.
1227
1228 2013-05-17 Leo Liu <sdl.web@gmail.com>
1229
1230 * subr.el (delete-consecutive-dups): New function.
1231 * ido.el (ido-set-matches-1): Use it.
1232 * progmodes/octave.el (inferior-octave-completion-table): Use it.
1233 * ido.el (ido-remove-consecutive-dups): Remove.
1234
1235 2013-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
1236
1237 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
1238 (f90-hpf-keywords-re, f90-constants-re): Use \\_< rather than
1239 regexp-opt's `words'.
1240
1241 2013-05-16 Leo Liu <sdl.web@gmail.com>
1242
1243 * emacs-lisp/smie.el (smie-matching-block-highlight): New face.
1244 (smie--highlight-matching-block-overlay)
1245 (smie--highlight-matching-block-lastpos)
1246 (smie--highlight-matching-block-timer): New variables.
1247 (smie-highlight-matching-block): New function.
1248 (smie-highlight-matching-block-mode): New minor mode. (Bug#14395)
1249 (smie-setup): Conditionally enable smie-blink-matching-open.
1250
1251 2013-05-16 Wilson Snyder <wsnyder@wsnyder.org>
1252
1253 Sync with upstream verilog-mode r840.
1254 * progmodes/verilog-mode.el (verilog-mode-version)
1255 (verilog-mode-release-date): Update.
1256 (verilog-auto-lineup, verilog-auto-reset): Doc fixes.
1257 (verilog-sig-tieoff): Fix string error on
1258 AUTORESET with colon define, bug594. Reported by Andrew Hou.
1259 (verilog-read-decls): Fix parameters confusing
1260 AUTOINST interfaces, bug565. Reported by Leith Johnson.
1261
1262 2013-05-16 Eli Zaretskii <eliz@gnu.org>
1263
1264 * subr.el (reveal-filename): New function.
1265
1266 * loadup.el: Compute Emacs executable versions on MS-Windows,
1267 where executables have the .exe extension. Add a hard link
1268 emacs-XX.YY.ZZ.exe on MS-Windows.
1269
1270 * Makefile.in (XARGS_LIMIT): New variable.
1271 (custom-deps, finder-data, autoloads)
1272 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
1273 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
1274 ($(CAL_DIR)/hol-loaddefs.el): Use reveal-filename.
1275 (compile-main): Limit xargs according to $(XARGS_LIMIT).
1276
1277 2013-05-16 Leo Liu <sdl.web@gmail.com>
1278
1279 * progmodes/octave.el (octave-indent-defun): Mark obsolete.
1280 (octave-mode-menu, octave-mode-map): Remove its uses.
1281
1282 2013-05-16 Reto Zimmermann <reto@gnu.org>
1283
1284 Sync with upstream vhdl mode v3.34.2.
1285 * progmodes/vhdl-mode.el: Use `push' throughout.
1286 (vhdl-version, vhdl-time-stamp, vhdl-doc-release-notes): Update.
1287 (vhdl-compiler-alist): Replace "\t\n" by "\\t\\n".
1288 Add IBM & Quartus compiler. Enhance entry for ADVance MS compiler.
1289 (vhdl-actual-generic-name): New option to derive actual generic name.
1290 (vhdl-port-paste-signals): Replace formal by actual generics.
1291 (vhdl-beautify): New name for old group vhdl-align. Update users.
1292 (vhdl-beautify-options): New option.
1293 (vhdl-last-input-event): New compat alias. Use throughout.
1294 (vhdl-goto-line): Replace user level function `goto-line'.
1295 (vhdl-mode-map): Add bindings for vhdl-fix-statement-region,
1296 vhdl-fix-statement-buffer.
1297 (vhdl-create-mode-menu): Add some entries.
1298 (vhdl-align-region-groups): Respect vhdl-beautify-options.
1299 (vhdl-align-inline-comment-region-1): Handle "--" inside string.
1300 (vhdl-fixup-whitespace-region): Handle symbols at EOL.
1301 (vhdl-fix-statement-region, vhdl-fix-statement-buffer): New commands,
1302 to force statements on one line.
1303 (vhdl-remove-trailing-spaces-region):
1304 New, split from vhdl-remove-trailing-spaces.
1305 (vhdl-beautify-region): Fix statements, trailing spaces, ^M character.
1306 Respect vhdl-beautify-options.
1307 (vhdl-update-sensitivity-list-buffer): If non-interactive save buffer.
1308 (vhdl-update-sensitivity-list): Not add with index if exists without.
1309 Not include array index with signal. Ignore keywords in comments.
1310 (vhdl-get-visible-signals): Regexp tweaks.
1311 (vhdl-template-component-inst): Handle empty library.
1312 (vhdl-template-type): Add template for 'enum' type.
1313 (vhdl-port-paste-generic-map, vhdl-port-paste-constants):
1314 Use vhdl-replace-string.
1315 (vhdl-port-paste-signals): Use vhdl-prepare-search-1.
1316 (vhdl-speedbar-mode-map): Rename from vhdl-speedbar-key-map.
1317 (vhdl-speedbar-initialize): Update for above name change.
1318 (vhdl-compose-wire-components): Fix in handling of constants.
1319 (vhdl-error-regexp-emacs-alist): New variable.
1320 (vhdl-error-regexp-add-emacs): New function;
1321 adds support for new compile.el (Emacs 22+)
1322 (vhdl-generate-makefile-1): Change target order for single lib. units.
1323 Allow use of absolute file names.
1324
1325 2013-05-16 Leo Liu <sdl.web@gmail.com>
1326
1327 * simple.el (prog-indent-sexp): Indent enclosing defun.
1328
1329 2013-05-15 Glenn Morris <rgm@gnu.org>
1330
1331 * cus-start.el (show-trailing-whitespace): Move to editing basics.
1332 * faces.el (trailing-whitespace): Don't use whitespace-faces group.
1333 * obsolete/old-whitespace.el (whitespace-faces): Remove group.
1334 (whitespace-highlight): Move to whitespace group.
1335
1336 * comint.el (comint-source):
1337 * pcmpl-linux.el (pcmpl-linux):
1338 * shell.el (shell-faces):
1339 * eshell/esh-opt.el (eshell-opt):
1340 * international/ccl.el (ccl): Remove empty custom groups.
1341
1342 * completion.el (dynamic-completion-mode):
1343 * jit-lock.el (jit-lock-debug-mode):
1344 * minibuffer.el (completion-in-region-mode):
1345 * type-break.el (type-break-mode-line-message-mode)
1346 (type-break-query-mode):
1347 * emulation/tpu-edt.el (tpu-edt-mode):
1348 * progmodes/subword.el (global-subword-mode, global-superword-mode):
1349 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
1350 * term/vt100.el (vt100-wide-mode): Specify explicit :group.
1351
1352 * term/xterm.el (xterm): Change parent group to terminals.
1353
1354 * master.el (master): Remove empty custom group.
1355 (master-mode): Remove unused :group argument.
1356 * textmodes/refill.el (refill): Remove empty custom group.
1357 (refill-mode): Remove unused :group argument.
1358
1359 * textmodes/rst.el (rst-compile-toolsets): Use rst-compile group.
1360
1361 * cus-dep.el: Provide a feature.
1362 (custom-make-dependencies): Ignore dotfiles (dir-locals).
1363 Don't mistakenly ignore files whose basenames match a basename
1364 from preloaded-file-list (eg cedet/ede/simple.el).
1365 Add a fallback method for getting :group.
1366
1367 2013-05-15 Juri Linkov <juri@jurta.org>
1368
1369 * isearch.el (isearch-char-by-name): Rename from
1370 `isearch-insert-char-by-name'. Doc fix.
1371 (isearch-forward): Mention `isearch-char-by-name' in
1372 the docstring. (Bug#13348)
1373
1374 * isearch.el (minibuffer-local-isearch-map): Bind "\r" to
1375 `exit-minibuffer' instead of
1376 `isearch-nonincremental-exit-minibuffer'.
1377 (isearch-edit-string): Remove mention of
1378 `isearch-nonincremental-exit-minibuffer' from docstring.
1379 (isearch-nonincremental-exit-minibuffer): Mark as obsolete.
1380 (isearch-forward-exit-minibuffer)
1381 (isearch-reverse-exit-minibuffer): Add docstring. (Bug#13348)
1382
1383 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
1384
1385 * loadup.el: Just use unversioned DOC.
1386
1387 * nxml/nxml-mode.el: Treat unclosed <[[, <?, comment, and other
1388 literals as extending to EOB.
1389 (nxml-last-fontify-end): Remove unused variable.
1390 (nxml-after-change1): Use with-silent-modifications.
1391 (nxml-extend-after-change-region): Simplify.
1392 (nxml-extend-after-change-region1): Remove function.
1393 (nxml-after-change1): Don't adjust for dependent regions.
1394 (nxml-fontify-matcher): Simplify.
1395 * nxml/xmltok.el (xmltok-dependent-regions): Remove variable.
1396 (xmltok-add-dependent): Remove function.
1397 (xmltok-scan-after-lt, xmltok-scan-after-processing-instruction-open)
1398 (xmltok-scan-after-comment-open, xmltok-scan-prolog-literal)
1399 (xmltok-scan-prolog-after-processing-instruction-open): Treat
1400 unclosed <[[, <?, comment, and other literals as extending to EOB.
1401 * nxml/rng-valid.el (rng-mark-xmltok-dependent-regions)
1402 (rng-mark-xmltok-dependent-region, rng-dependent-region-changed):
1403 Remove functions.
1404 (rng-do-some-validation-1): Don't mark dependent regions.
1405 * nxml/nxml-rap.el (nxml-adjust-start-for-dependent-regions)
1406 (nxml-mark-parse-dependent-regions, nxml-mark-parse-dependent-region)
1407 (nxml-clear-dependent-regions): Remove functions.
1408 (nxml-scan-after-change, nxml-scan-prolog, nxml-tokenize-forward)
1409 (nxml-ensure-scan-up-to-date):
1410 Don't clear&mark dependent regions.
1411
1412 2013-05-15 Leo Liu <sdl.web@gmail.com>
1413
1414 * progmodes/octave.el (octave-goto-function-definition):
1415 Improve and fix callers.
1416
1417 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
1418
1419 * emacs-lisp/cl-extra.el (cl-getf): Return the proper value in
1420 the setter (bug#14387).
1421
1422 * progmodes/f90.el (f90-blocks-re): Include the terminating \> in the
1423 surrounding group (bug#14402).
1424
1425 2013-05-14 Juri Linkov <juri@jurta.org>
1426
1427 * subr.el (find-tag-default-as-regexp): Return nil if `tag' is nil.
1428 (Bug#14390)
1429
1430 2013-05-14 Glenn Morris <rgm@gnu.org>
1431
1432 * progmodes/f90.el (f90-imenu-generic-expression):
1433 Fix typo in 2013-05-08 change. (Bug#14402)
1434
1435 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
1436
1437 * progmodes/gdb-mi.el (gdb-running, gdb-starting):
1438 Remove signals for which replies are never received.
1439
1440 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
1441
1442 * progmodes/gdb-mi.el: Fix non-responsive gud commands (bug#13845)
1443 (gdb-handler-alist, gdb-handler-number): Remove variables.
1444 (gdb-handler-list): New variable.
1445 (gdb-add-handler, gdb-delete-handler, gdb-get-handler-function)
1446 (gdb-pending-handler-p, gdb-handle-reply)
1447 (gdb-remove-all-pending-triggers): New functions.
1448 (gdb-discard-unordered-replies): New defcustom.
1449 (gdb-handler): New defstruct.
1450 (gdb-wait-for-pending): Fix invalid backquote. Use gdb-handler-list.
1451 instead of gdb-pending-triggers. Update docstring.
1452 (gdb-init-1): Remove dead variables. Initialize gdb-handler-list.
1453 (gdb-speedbar-update, gdb-speedbar-timer-fn, gdb-var-update)
1454 (gdb-var-update-handler, def-gdb-auto-update-trigger)
1455 (def-gdb-auto-update-handler, gdb-get-changed-registers)
1456 (gdb-changed-registers-handler, gdb-get-main-selected-frame)
1457 (gdb-frame-handler): Pending triggers are now automatically managed.
1458 (def-gdb-trigger-and-handler, def-gdb-auto-update-handler):
1459 Remove argument.
1460 (gdb-input): Automatically handles pending triggers. Update docstring.
1461 (gdb-resync): Replace gdb-pending-triggers by gdb-handler-list.
1462 (gdb-thread-exited, gdb-thread-selected, gdb-register-names-handler):
1463 Update comments.
1464 (gdb-done-or-error): Now use gdb-handle-reply.
1465
1466 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
1467
1468 * progmodes/gdb-mi.el (gdb-input): Include token numbers in
1469 gdb-debug-log.
1470
1471 2013-05-14 Glenn Morris <rgm@gnu.org>
1472
1473 * subr.el (user-emacs-directory-warning): New option.
1474 (locate-user-emacs-file): Handle non-accessible .emacs.d. (Bug#13930)
1475
1476 2013-05-14 Leo Liu <sdl.web@gmail.com>
1477
1478 * progmodes/octave.el (octave-font-lock-keywords): Fix error
1479 during redisplay.
1480 (octave-goto-function-definition, octave-find-definition): Minor tweaks.
1481 (octave-font-lock-texinfo-comment): Fix invalid search bound
1482 error: wrong side of point.
1483
1484 2013-05-14 Glenn Morris <rgm@gnu.org>
1485
1486 * progmodes/flymake.el (flymake-xml-program): New option.
1487 (flymake-xml-init): Use it.
1488
1489 * term/xterm.el: Provide a feature.
1490
1491 * term/sup-mouse.el: Move to obsolete/. Provide a feature.
1492
1493 2013-05-13 Glenn Morris <rgm@gnu.org>
1494
1495 * cus-dep.el (defcustom-mh, defgroup-mh, defface-mh):
1496 Add compat aliases as a hack workaround. (Bug#14384)
1497
1498 2013-05-13 Leo Liu <sdl.web@gmail.com>
1499
1500 * progmodes/octave.el (octave-indent-comment): Fix indentation for
1501 ###, and %!.
1502 (octave-mode-map): Bind octave-indent-defun to C-c C-q instead of
1503 C-M-q.
1504 (octave-comment-start-skip): Include %!.
1505 (octave-mode): Set comment-start-skip to octave-comment-start-skip.
1506
1507 2013-05-12 Leo Liu <sdl.web@gmail.com>
1508
1509 * progmodes/octave.el (inferior-octave-startup): Store the value
1510 of __octave_srcdir__ for octave-source-directories.
1511 (inferior-octave-check-process): New function refactored out of
1512 inferior-octave-send-list-and-digest.
1513 (octave-source-directories)
1514 (octave-find-definition-filename-function): New variables.
1515 (octave-source-directories)
1516 (octave-find-definition-default-filename): New functions.
1517 (octave-find-definition): Improve to find functions implemented in C++.
1518
1519 2013-05-12 Glenn Morris <rgm@gnu.org>
1520
1521 * calendar/diary-lib.el (diary-outlook-format-1):
1522 Don't include dayname in the output. (Bug#14349)
1523
1524 2013-05-11 Glenn Morris <rgm@gnu.org>
1525
1526 * emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix.
1527
1528 * cus-dep.el (custom-make-dependencies): Only use safe local variables.
1529 Treat cc-provide like provide.
1530
1531 2013-05-11 Kevin Ryde <user42@zip.com.au>
1532
1533 * cus-dep.el (custom-make-dependencies):
1534 Use generated-autoload-load-name for the sake of files such
1535 such cedet/semantic/bovine/c.el, where the base file name
1536 is not in load-path. (Bug#5277)
1537
1538 2013-05-11 Glenn Morris <rgm@gnu.org>
1539
1540 * dos-vars.el, emacs-lisp/cl-indent.el, emulation/tpu-extras.el:
1541 Provide features.
1542
1543 2013-05-11 Leo Liu <sdl.web@gmail.com>
1544
1545 * progmodes/octave.el (octave-indent-comment): Improve.
1546 (octave-eldoc-message-style, octave-eldoc-cache): New variables.
1547 (octave-eldoc-function-signatures, octave-eldoc-function):
1548 New functions.
1549 (octave-mode, inferior-octave-mode): Add eldoc support.
1550
1551 2013-05-11 Richard Stallman <rms@gnu.org>
1552
1553 * epa.el (epa-decrypt-file): Take output file name as argument
1554 and read it using `interactive'.
1555
1556 2013-05-11 Leo Liu <sdl.web@gmail.com>
1557
1558 * progmodes/octave.el (octave-beginning-of-line)
1559 (octave-end-of-line): Check before using up-list because it jumps
1560 out of more syntactic contructs since moving to smie.
1561 (octave-indent-comment): New function.
1562 (octave-mode): Use it in smie-indent-functions. (Bug#14350)
1563 (octave-begin-keywords, octave-end-keywords)
1564 (octave-reserved-words, octave-smie-bnf-table)
1565 (octave-smie-rules): Add new keywords from Octave 3.6.4.
1566
1567 2013-05-11 Glenn Morris <rgm@gnu.org>
1568
1569 * faces.el (internal-face-x-get-resource):
1570 * frame.el (ns-display-monitor-attributes-list):
1571 * calc/calc-aent.el (math-to-radians-2): Fix declarations.
1572
1573 * emacs-lisp/package.el (tar-header-name, tar-header-link-type):
1574
1575 * calc/calc-menu.el: Make it loadable in isolation.
1576
1577 * net/eudcb-bbdb.el: Make it loadable without bbdb.
1578 (eudc-bbdb-filter-non-matching-record, eudc-bbdb-extract-phones)
1579 (eudc-bbdb-extract-addresses, eudc-bbdb-format-record-as-result)
1580 (eudc-bbdb-query-internal): Require 'bbdb.
1581
1582 * lpr.el (lpr-headers-switches):
1583 * emacs-lisp/testcover.el (testcover-compose-functions): Fix :type.
1584
1585 * progmodes/sql.el (sql-login-params): Fix and improve :type.
1586
1587 * emulation/edt-mapper.el: In batch mode, error rather than hang.
1588
1589 * term.el (term-set-escape-char): Make it idempotent.
1590
1591 2013-05-10 Leo Liu <sdl.web@gmail.com>
1592
1593 * progmodes/octave.el (inferior-octave-completion-table):
1594 No longer a function and all uses changed. Use cache to speed up
1595 completion due to bug#11906.
1596 (octave-beginning-of-defun): Re-write to be more general.
1597
1598 2013-05-10 Glenn Morris <rgm@gnu.org>
1599
1600 * emacs-lisp/cl-macs.el (cl-loop): Doc fix.
1601
1602 2013-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
1603
1604 * comint.el (comint-redirect-send-command-to-process): Use :around
1605 rather than :override for comint-redirect-filter.
1606 (comint-redirect-filter): Add the corresponding `orig-filter' argument.
1607 Call it instead of comint-redirect-original-filter-function (which
1608 is gone). Reported by Juanma Barranquero <lekktu@gmail.com>.
1609
1610 2013-05-09 Jan Djärv <jan.h.d@swipnet.se>
1611
1612 * frame.el (display-monitor-attributes-list): Add NS case.
1613 (ns-display-monitor-attributes-list): Declare.
1614
1615 2013-05-09 Ulrich Mueller <ulm@gentoo.org>
1616
1617 * descr-text.el (describe-char): Fix %d/%x typo. (Bug#14360)
1618
1619 2013-05-09 Glenn Morris <rgm@gnu.org>
1620
1621 * international/fontset.el (vertical-centering-font-regexp):
1622 Set standard-value.
1623
1624 * tar-mode.el (tar-superior-buffer, tar-superior-descriptor): Add doc.
1625
1626 * bookmark.el (bookmark-search-delay):
1627 * cus-start.el (vertical-centering-font-regexp):
1628 * ps-mule.el (ps-mule-font-info-database-default):
1629 * ps-print.el (ps-default-fg, ps-default-bg):
1630 * type-break.el (type-break-good-break-interval):
1631 * whitespace.el (whitespace-indentation-regexp)
1632 (whitespace-space-after-tab-regexp):
1633 * emacs-lisp/testcover.el (testcover-1value-functions)
1634 (testcover-noreturn-functions, testcover-progn-functions)
1635 (testcover-prog1-functions):
1636 * emulation/viper-init.el (viper-emacs-state-cursor-color):
1637 * eshell/em-glob.el (eshell-glob-translate-alist):
1638 * play/tetris.el (tetris-tty-colors):
1639 * progmodes/cpp.el (cpp-face-default-list):
1640 * progmodes/flymake.el (flymake-allowed-file-name-masks):
1641 * progmodes/idlw-help.el (idlwave-help-browser-generic-program)
1642 (idlwave-help-browser-generic-args):
1643 * progmodes/make-mode.el (makefile-special-targets-list):
1644 * progmodes/python.el (python-shell-virtualenv-path):
1645 * progmodes/verilog-mode.el (verilog-active-low-regexp)
1646 (verilog-auto-input-ignore-regexp, verilog-auto-inout-ignore-regexp)
1647 (verilog-auto-output-ignore-regexp, verilog-auto-tieoff-ignore-regexp)
1648 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
1649 * textmodes/reftex-vars.el (reftex-format-label-function):
1650 * textmodes/remember.el (remember-diary-file): Fix custom types.
1651
1652 * jka-cmpr-hook.el (jka-compr-mode-alist-additions): Fix typo.
1653 Add :version.
1654
1655 2013-05-09 Leo Liu <sdl.web@gmail.com>
1656
1657 * progmodes/octave.el (inferior-octave-completion-at-point):
1658 Restore file completion. (Bug#14300)
1659 (inferior-octave-startup): Fix incorrect highlighting for the
1660 first prompt.
1661
1662 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
1663
1664 * progmodes/ruby-mode.el: First cut at SMIE support.
1665 (ruby-use-smie): New var.
1666 (ruby-smie-grammar): New constant.
1667 (ruby-smie--bosp, ruby-smie--implicit-semi-p)
1668 (ruby-smie--forward-token, ruby-smie--backward-token)
1669 (ruby-smie-rules): New functions.
1670 (ruby-mode-variables): Setup SMIE if applicable.
1671
1672 2013-05-08 Eli Zaretskii <eliz@gnu.org>
1673
1674 * simple.el (line-move-visual): Signal beginning/end of buffer
1675 only if vertical-motion moved less than it was requested. Avoids
1676 silly incorrect error messages when there are display strings with
1677 multiple newlines at EOL.
1678
1679 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
1680
1681 * progmodes/vera-mode.el (vera-underscore-is-part-of-word):
1682 * progmodes/prolog.el (prolog-underscore-wordchar-flag)
1683 (prolog-char-quote-workaround):
1684 * progmodes/cperl-mode.el (cperl-under-as-char):
1685 * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word):
1686 Mark as obsolete.
1687 (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in
1688 their declaration.
1689 (vhdl-mode-syntax-table-init): Remove.
1690
1691 * progmodes/m4-mode.el (m4-mode-syntax-table): Add comment on
1692 last change.
1693
1694 * progmodes/ld-script.el (ld-script-mode-syntax-table): Use symbol
1695 syntax for "_".
1696 (ld-script-font-lock-keywords):
1697 Change regexps to use things like \_< and \_>.
1698
1699 * progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_".
1700 Change all regexps to use things like \_< and \_>.
1701
1702 * progmodes/autoconf.el (autoconf-definition-regexp)
1703 (autoconf-font-lock-keywords, autoconf-current-defun-function):
1704 Handle a _ with symbol syntax.
1705 (autoconf-mode): Don't change the syntax-table for imenu and font-lock.
1706
1707 * progmodes/ada-mode.el (ada-mode-abbrev-table):
1708 Consolidate declaration.
1709 (ada-mode-syntax-table, ada-mode-symbol-syntax-table): Initialize in
1710 the declaration.
1711 (ada-create-syntax-table): Remove.
1712 (ada-capitalize-word): Don't mess with the syntax of "_" since it
1713 already has the right syntax nowadays.
1714 (ada-goto-next-word): Don't change the syntax of "_".
1715
1716 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight obsolete
1717 with-wrapper-hook.
1718
1719 2013-05-08 Sam Steingold <sds@gnu.org>
1720
1721 * thingatpt.el (thing-at-point): Accept optional second argument
1722 NO-PROPERTIES to strip the text properties from the return value.
1723 * net/browse-url.el (browse-url-url-at-point): Pass NO-PROPERTIES
1724 to `thing-at-point' instead of stripping the properties ourselves.
1725 Also, when `thing-at-point' fails to find a url, prepend "http://"
1726 to the filename at point on the assumption that the user is
1727 pointing at something like gnu.org/gnu.
1728
1729 2013-05-08 Juanma Barranquero <lekktu@gmail.com>
1730
1731 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
1732 * faces.el (crm-separator):
1733 Silence byte-compiler.
1734
1735 * progmodes/gud.el (gdb-speedbar-auto-raise, gud-tooltip-mode)
1736 (tool-bar-map): Remove unneeded defvars.
1737
1738 2013-05-08 Leo Liu <sdl.web@gmail.com>
1739
1740 Re-work a fix for bug#10994 based on Le Wang's patch.
1741 * ido.el (ido-remove-consecutive-dups): New helper.
1742 (ido-completing-read): Use it.
1743 (ido-chop): Revert fix for bug#10994.
1744
1745 2013-05-08 Adam Spiers <emacs@adamspiers.org>
1746
1747 * cus-edit.el (custom-save-variables):
1748 Pretty-print long values. (Bug#14187)
1749
1750 2013-05-08 Glenn Morris <rgm@gnu.org>
1751
1752 * progmodes/m4-mode.el (m4-program): Assume it is in PATH.
1753 (m4-mode-syntax-table): Init in the defvar.
1754 (m4-mode-abbrev-table): Let define-derived-mode define it.
1755
1756 2013-05-08 Tom Tromey <tromey@redhat.com>
1757
1758 * progmodes/m4-mode.el (m4-mode-syntax-table):
1759 Do not treat "_" as word constituent. (Bug#14167)
1760
1761 2013-05-07 Glenn Morris <rgm@gnu.org>
1762
1763 * eshell/em-hist.el (eshell-isearch-map): Initialize in the defvar.
1764 Remove explicit eshell-isearch-cancel-map.
1765
1766 * progmodes/f90.el (f90-smart-end-names): New option.
1767 (f90-smart-end): Doc fix.
1768 (f90-end-block-optional-name): New constant.
1769 (f90-block-match): Respect f90-smart-end-names.
1770
1771 2013-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
1772
1773 * progmodes/octave.el (octave-smie-forward-token): Be more careful
1774 about implicit semi-colons (bug#14218).
1775
1776 2013-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1777
1778 * frame.el (display-monitor-attributes-list)
1779 (frame-monitor-attributes): New functions.
1780
1781 2013-05-06 Leo Liu <sdl.web@gmail.com>
1782
1783 * progmodes/octave.el (octave-syntax-propertize-function): Change
1784 \'s syntax to escape when inside double-quoted strings. (Bug#14332)
1785 (octave-font-lock-keywords): Use octave-operator-regexp.
1786 (octave-completion-at-point): Rename from
1787 octave-completion-at-point-function.
1788 (inferior-octave-directory-tracker): Robustify.
1789 (octave-text-functions): Remove and fix its uses. No such things
1790 any more.
1791
1792 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
1793
1794 * emacs-lisp/trace.el (trace--display-buffer): New function.
1795 (trace-make-advice): Use it.
1796
1797 2013-05-06 Juri Linkov <juri@jurta.org>
1798
1799 * emacs-lisp/lisp-mode.el (eval-defun-2): Doc fix. (Bug#14344)
1800 (eval-defun-2, eval-defun, eval-last-sexp, eval-last-sexp-1):
1801 Doc fix.
1802 (emacs-lisp-mode-map): Replace "minibuffer" with "echo area"
1803 in the help string. (Bug#12985)
1804
1805 2013-05-06 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
1806
1807 * simple.el (shell-command-on-region): Doc fix. (Bug#14279)
1808
1809 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
1810
1811 * progmodes/perl-mode.el: Add support for here documents.
1812 (perl-syntax-propertize-function): Match here-doc markers.
1813 (perl-syntax-propertize-special-constructs): Find their end.
1814 (perl-imenu-generic-expression): Use [:alnum:].
1815
1816 * emacs-lisp/nadvice.el (advice--member-p): Return the advice if found.
1817 (advice--add-function): Refresh the advice if already present
1818 (bug#14317).
1819
1820 2013-05-06 Ivan Andrus <darthandrus@gmail.com>
1821
1822 * find-file.el (cc-other-file-alist): Add ".m" for ObjC. (Bug#14339)
1823
1824 2013-05-06 Glenn Morris <rgm@gnu.org>
1825
1826 * w32-fns.el (w32-charset-info-alist): Declare.
1827
1828 * eshell/em-cmpl.el: Simply require pcomplete; eg we use a bunch
1829 of its defcustom properties.
1830 (eshell-cmpl-initialize): No need to load pcomplete.
1831
1832 * generic-x.el: No need to require comint when compiling.
1833
1834 * net/eudc-export.el: Make it loadable without bbdb.
1835 (top-level): Use require rather than load-library.
1836 (eudc-create-bbdb-record, eudc-bbdbify-phone)
1837 (eudc-batch-export-records-to-bbdb)
1838 (eudc-insert-record-at-point-into-bbdb, eudc-try-bbdb-insert):
1839 Require bbdb.
1840
1841 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
1842
1843 * progmodes/octave.el (octave-texinfo-font-lock-keywords): Remove.
1844 (octave-font-lock-texinfo-comment): Use texinfo-font-lock-keywords with
1845 some tweaks, instead.
1846
1847 2013-05-05 Leo Liu <sdl.web@gmail.com>
1848
1849 * progmodes/octave.el (octave-font-lock-keywords)
1850 (octave-font-lock-texinfo-comment): Adjust for the byte-compiler.
1851 (inferior-octave-send-list-and-digest): Improve error message.
1852 (octave-mode, inferior-octave-mode): Use setq-local.
1853 (octave-help): Set info-lookup-mode.
1854
1855 2013-05-05 Richard Stallman <rms@gnu.org>
1856
1857 * vc/compare-w.el (compare-windows-whitespace):
1858 Treat no-break space as whitespace.
1859
1860 * mail/rmailsum.el (rmail-summary-rmail-update):
1861 Detect empty summary and don't change selected message.
1862 (rmail-summary-goto-msg): Likewise.
1863
1864 * mail/rmailsum.el (rmail-new-summary, rmail-new-summary-1):
1865 Doc fixes, rename args.
1866
1867 2013-05-05 Alan Mackenzie <acm@muc.de>
1868
1869 * progmodes/cc-defs.el (c-version): Increment to 5.32.5.
1870
1871 2013-05-05 Juri Linkov <juri@jurta.org>
1872
1873 * info.el (Info-read-subfile): Use (point-min) instead of (point)
1874 to not add the length of the summary segment to the return value.
1875 (Bug#14125)
1876
1877 2013-05-05 Leo Liu <sdl.web@gmail.com>
1878
1879 * progmodes/octave.el (inferior-octave-strip-ctrl-g)
1880 (inferior-octave-output-filter): Remove.
1881 (octave-send-region, inferior-octave-startup): Fix callers.
1882 (inferior-octave-mode-map): Don't use comint-dynamic-complete.
1883 (octave-binary-file-extensions): New user variable.
1884 (octave-find-definition): Confirm if opening binary files.
1885 (octave-help-file): Use octave-find-definition to get the binary
1886 confirmation.
1887 (octave-help): Adjust for octave-help-file change.
1888
1889 2013-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
1890
1891 * progmodes/pascal.el (pascal-font-lock-keywords): Use backquotes.
1892 Merge the two entries that handle function definitions.
1893 (pascal--syntax-propertize): New const.
1894 (pascal-mode): Use it. Use setq-local.
1895
1896 2013-05-04 Glenn Morris <rgm@gnu.org>
1897
1898 * calendar/diary-lib.el (diary-from-outlook-function): New variable.
1899 (diary-from-outlook): Respect diary-from-outlook-function.
1900
1901 2013-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
1902
1903 * simple.el (read-expression-map): Use completion-at-point (bug#14255).
1904 Move the declaration from C.
1905 (read-minibuffer, eval-minibuffer): Move from C.
1906 (completion-setup-function): Avoid minibuffer-completion-contents.
1907
1908 2013-05-03 Leo Liu <sdl.web@gmail.com>
1909
1910 * progmodes/octave.el (octave-font-lock-keywords): Do not
1911 dehighlight 'end' in comments or strings.
1912 (octave-completing-read, octave-goto-function-definition):
1913 New helpers.
1914 (octave-help-buffer): New user variable.
1915 (octave-help-file, octave-help-function): New button types.
1916 (octave-help): New command and bind it to C-h ;.
1917 (octave-find-definition): New command and bind it to M-.
1918 (user-error): Alias to error if not defined.
1919
1920 2013-05-02 Leo Liu <sdl.web@gmail.com>
1921
1922 * progmodes/octave.el (octave-mode-syntax-table): Correct syntax
1923 for \. (bug#14332)
1924 (octave-font-lock-keywords): Include [ and {.
1925
1926 2013-05-02 Leo Liu <sdl.web@gmail.com>
1927
1928 * progmodes/octave.el (inferior-octave-startup-file): Change default.
1929 (inferior-octave): Remove calling comint-mode and return the buffer.
1930 (inferior-octave-startup): Cosmetic changes.
1931
1932 2013-05-02 Leo Liu <sdl.web@gmail.com>
1933
1934 * progmodes/octave.el (octave-syntax-propertize-function):
1935 Include the case when ' is at line beginning. (Bug#14336)
1936
1937 2013-05-02 Glenn Morris <rgm@gnu.org>
1938
1939 * vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.
1940 * desktop.el (vc-dir-mode): Just autoload it here.
1941
1942 2013-05-02 Alan Mackenzie <acm@muc.de>
1943
1944 Eliminate variable c-standard-font-lock-fontify-region-function.
1945 * progmodes/cc-mode.el
1946 (c-standard-font-lock-fontify-region-function): Remove.
1947 (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
1948
1949 2013-05-01 Leo Liu <sdl.web@gmail.com>
1950
1951 * progmodes/octave.el: Compatible with older emacs-24 releases.
1952 (inferior-octave-has-built-in-variables): Remove. Built-in
1953 variables were removed from Octave in 2007.
1954 (inferior-octave-startup): Fix uses.
1955 (comint-line-beginning-position): Remove compatibility code for
1956 emacs 21.
1957
1958 2013-05-01 Juri Linkov <juri@jurta.org>
1959
1960 * isearch.el (isearch-forward, isearch-mode): Doc fix. (Bug#13923)
1961
1962 2013-05-01 Juri Linkov <juri@jurta.org>
1963
1964 * comint.el (comint-previous-matching-input): Don't print message
1965 "History item: %d" when `isearch-mode' is active.
1966 (comint-history-isearch-message): Print message "History item: %d"
1967 when `comint-input-ring-index' is not empty and this function is
1968 called from `isearch-update' with a nil `ellipsis'. (Bug#13223)
1969
1970 2013-05-01 Leo Liu <sdl.web@gmail.com>
1971
1972 * progmodes/octave.el (octave-abbrev-table): Remove abbrev
1973 definitions. Use completion-at-point to insert keywords.
1974 (octave-abbrev-start): Remove.
1975 (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
1976
1977 2013-04-30 Leo Liu <sdl.web@gmail.com>
1978
1979 * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
1980 change.
1981
1982 2013-04-30 Alan Mackenzie <acm@muc.de>
1983
1984 Handle arbitrarily long C++ member initialisation lists.
1985 * progmodes/cc-engine.el (c-back-over-member-initializers):
1986 new function.
1987 (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
1988 (most) member init lists.
1989
1990 2013-04-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1991
1992 * progmodes/octave.el (inferior-octave-prompt-read-only): New user
1993 variable.
1994
1995 2013-04-30 Leo Liu <sdl.web@gmail.com>
1996
1997 * progmodes/octave.el (octave-variables): Remove. No builtin
1998 variables any more. All converted to functions.
1999 (octave-font-lock-keywords, octave-completion-at-point-function):
2000 Fix uses.
2001 (octave-font-lock-texinfo-comment): New user variable.
2002 (octave-texinfo-font-lock-keywords): New variable for texinfo
2003 comment block.
2004 (octave-function-comment-block): New face.
2005 (octave-font-lock-texinfo-comment): New function.
2006 (octave-mode): Font lock texinfo comment block.
2007
2008 2013-04-29 Leo Liu <sdl.web@gmail.com>
2009
2010 * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
2011 indexing expression.
2012 (octave-continuation-string): Do not use \.
2013 (inferior-octave-complete-impossible): Remove.
2014 (inferior-octave-completion-table)
2015 (inferior-octave-completion-at-point): Remove its uses.
2016 (inferior-octave-startup): completion_matches was introduced to
2017 Octave in 1996 so safe to assume it.
2018 (octave-function-file-comment): Improve to follow how Octave does it.
2019 (octave-update-function-file-comment): Tweak.
2020
2021 2013-04-29 Leo Liu <sdl.web@gmail.com>
2022
2023 * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
2024 (inferior-octave-startup): Remove inferior-octave-startup-hook.
2025 (octave-function-file-comment): Fix typo.
2026 (octave-sync-function-file-names): Use read-char-choice.
2027
2028 2013-04-28 Jay Belanger <jay.p.belanger@gmail.com>
2029
2030 * calc/calc.el (math-normalize): Don't set `math-normalize-error'
2031 to t for the less important warnings.
2032
2033 2013-04-27 Darren Hoo <darren.hoo@gmail.com> (tiny change)
2034
2035 * isearch.el (isearch-fail-pos): Check for empty `cmds'. (Bug#14268)
2036
2037 2013-04-27 Glenn Morris <rgm@gnu.org>
2038
2039 * vc/log-view.el (log-view-current-entry):
2040 Treat "---" separator lines as part of the following rev. (Bug#14169)
2041
2042 2013-04-27 Juri Linkov <juri@jurta.org>
2043
2044 * subr.el (read-number): Doc fix about using it by interactive
2045 code letter `n'. (Bug#14254)
2046
2047 2013-04-27 Juri Linkov <juri@jurta.org>
2048
2049 * desktop.el (desktop-auto-save-timeout): New option.
2050 (desktop-file-checksum): New variable.
2051 (desktop-save): Add optional arg `auto-save' and don't auto-save
2052 if nothing changed.
2053 (desktop-auto-save-timer): New variable.
2054 (desktop-auto-save, desktop-auto-save-set-timer): New functions.
2055 (after-init-hook): Call `desktop-auto-save-set-timer'.
2056 Suggested by Reuben Thomas <rrt@sc3d.org> in
2057 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
2058
2059 2013-04-27 Leo Liu <sdl.web@gmail.com>
2060
2061 * progmodes/octave.el (octave-function-file-p)
2062 (octave-skip-comment-forward, octave-function-file-comment)
2063 (octave-update-function-file-comment): New functions.
2064 (octave-mode-map): Bind C-c ; to
2065 octave-update-function-file-comment.
2066 (octave-mode-menu): Add octave-update-function-file-comment.
2067 (octave-mode, inferior-octave-mode): Fix doc-string.
2068 (octave-insert-defun): Conform to Octave's coding convention.
2069 (Bug#14285)
2070
2071 * files.el (basic-save-buffer): Don't let errors in
2072 before-save-hook prevent saving buffer.
2073
2074 2013-04-20 Roland Winkler <winkler@gnu.org>
2075
2076 * faces.el (read-face-name): Use completing-read if arg multiple
2077 is nil.
2078
2079 2013-04-27 Ingo Lohmar <i.lohmar@gmail.com> (tiny change)
2080
2081 * ls-lisp.el (ls-lisp-insert-directory): If no files are
2082 displayed, move point to after the totals line.
2083 See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
2084 for the details.
2085
2086 2013-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
2087
2088 * emacs-lisp/package.el (package-autoload-ensure-default-file):
2089 Add current dir to the load-path.
2090 (package-generate-autoloads): Don't rely on
2091 autoload-ensure-default-file.
2092
2093 2013-04-26 Reuben Thomas <rrt@sc3d.org>
2094
2095 * textmodes/remember.el (remember-store-in-files): Document that
2096 the file name format is passed to `format-time-string'.
2097
2098 2013-04-26 Leo Liu <sdl.web@gmail.com>
2099
2100 * progmodes/octave.el (octave-sync-function-file-names): New function.
2101 (octave-mode): Use it in before-save-hook.
2102
2103 2013-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
2104
2105 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
2106 (bug#14274).
2107
2108 * progmodes/octave.el (octave-smie-forward-token): Properly skip
2109 \n and comment, even if it's not an implicit ; (bug#14218).
2110
2111 2013-04-26 Glenn Morris <rgm@gnu.org>
2112
2113 * subr.el (read-number): Once more use `read' rather than
2114 `string-to-number', to trap non-numeric input. (Bug#14254)
2115
2116 2013-04-26 Erik Charlebois <erikcharlebois@gmail.com>
2117
2118 * emacs-lisp/syntax.el (syntax-propertize-multiline):
2119 Use `syntax-multiline' text property consistently instead of
2120 `font-lock-multiline'. (Bug#14237)
2121
2122 2013-04-26 Glenn Morris <rgm@gnu.org>
2123
2124 * emacs-lisp/shadow.el (list-load-path-shadows):
2125 No longer necessary to check for duplicate simple.el, since
2126 2012-07-07 change to init_lread to not include installation lisp
2127 directories in load-path when running uninstalled. (Bug#14270)
2128
2129 2013-04-26 Leo Liu <sdl.web@gmail.com>
2130
2131 * progmodes/octave.el (octave-submit-bug-report): Obsolete.
2132 (octave-mode, inferior-octave-mode): Use setq-local.
2133 (octave-not-in-string-or-comment-p): Rename to
2134 octave-in-string-or-comment-p.
2135 (octave-in-comment-p, octave-in-string-p)
2136 (octave-in-string-or-comment-p): Replace defsubst with defun.
2137
2138 2013-04-25 Paul Eggert <eggert@cs.ucla.edu>
2139
2140 * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
2141
2142 2013-04-25 Bastien Guerry <bzg@gnu.org>
2143
2144 * textmodes/remember.el (remember-data-directory)
2145 (remember-directory-file-name-format): Fix custom types.
2146
2147 2013-04-25 Leo Liu <sdl.web@gmail.com>
2148
2149 * progmodes/octave.el (octave-completion-at-point-function):
2150 Make use of inferior octave process.
2151 (octave-initialize-completions): Remove.
2152 (inferior-octave-completion-table): New function.
2153 (inferior-octave-completion-at-point): Use it.
2154 (octave-completion-alist): Remove.
2155
2156 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
2157
2158 * progmodes/opascal.el: Use font-lock and syntax-propertize.
2159 (opascal-mode-syntax-table): New var.
2160 (opascal-literal-kind, opascal-is-literal-end)
2161 (opascal-literal-token-at): Rewrite.
2162 (opascal--literal-start-re, opascal-font-lock-keywords)
2163 (opascal--syntax-propertize): New constants.
2164 (opascal-font-lock-defaults): Adjust.
2165 (opascal-mode): Use them. Set comment-<foo> variables as well.
2166 (delphi-comment-face, opascal-comment-face, delphi-string-face)
2167 (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
2168 (delphi-other-face, opascal-other-face): Remove face variables.
2169 (opascal-save-state): Remove macro.
2170 (opascal-fontifying-progress-step): Remove constant.
2171 (opascal--ignore-changes): Remove var.
2172 (opascal-set-token-property, opascal-parse-next-literal)
2173 (opascal-is-stable-literal, opascal-complete-literal)
2174 (opascal-is-literal-start, opascal-face-of)
2175 (opascal-parse-region, opascal-parse-region-until-stable)
2176 (opascal-fontify-region, opascal-after-change)
2177 (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
2178 (opascal-debug-parse-region, opascal-debug-parse-window)
2179 (opascal-debug-parse-buffer, opascal-debug-fontify-window)
2180 (opascal-debug-fontify-buffer): Remove.
2181 (opascal-debug-mode-map): Adjust accordingly.
2182
2183 2013-04-25 Leo Liu <sdl.web@gmail.com>
2184
2185 Merge octave-mod.el and octave-inf.el into octave.el with some
2186 cleanups.
2187 * progmodes/octave.el: New file renamed from octave-mod.el.
2188 * progmodes/octave-inf.el: Merged into octave.el.
2189 * progmodes/octave-mod.el: Renamed to octave.el.
2190
2191 2013-04-25 Tassilo Horn <tsdh@gnu.org>
2192
2193 * textmodes/reftex-vars.el
2194 (reftex-label-ignored-macros-and-environments): New defcustom.
2195
2196 * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
2197
2198 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
2199
2200 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
2201 (smie-indent-keyword): Improve the check to ensure that the next
2202 comment is really on the same line.
2203 (smie-indent-comment): Don't align with a subsequent closer (or eob).
2204
2205 * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
2206 semi-colons if the line is not otherwise empty (bug#14218).
2207
2208 2013-04-25 Glenn Morris <rgm@gnu.org>
2209
2210 * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
2211
2212 2013-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
2213
2214 * progmodes/opascal.el (opascal-set-token-property): Rename from
2215 opascal-set-text-properties and only set `token' (bug#14134).
2216 Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
2217 (opascal-literal-text-properties): Remove.
2218 (opascal-parse-next-literal, opascal-debug-unparse-buffer):
2219 Adjust callers.
2220
2221 2013-04-24 Reuben Thomas <rrt@sc3d.org>
2222
2223 * textmodes/remember.el (remember-handler-functions): Add an
2224 option for a new handler `remember-store-in-files'.
2225 (remember-data-directory, remember-directory-file-name-format):
2226 New options.
2227 (remember-store-in-files): New function to store remember notes
2228 as separate files within a directory.
2229
2230 2013-04-24 Magnus Henoch <magnus.henoch@gmail.com>
2231
2232 * progmodes/compile.el (compilation-next-error-function):
2233 Pass "formats" to compilation-find-file (bug#11777).
2234
2235 2013-04-24 Glenn Morris <rgm@gnu.org>
2236
2237 * vc/vc-bzr.el (vc-bzr-print-log):
2238 * vc/vc-hg.el (vc-hg-print-log):
2239 * vc/vc-svn.el (vc-svn-print-log):
2240 Fix START-REVISION with LIMIT != 1. (Bug#14168)
2241
2242 * vc/vc-bzr.el (vc-bzr-print-log):
2243 * vc/vc-cvs.el (vc-cvs-print-log):
2244 * vc/vc-git.el (vc-git-print-log):
2245 * vc/vc-hg.el (vc-hg-print-log):
2246 * vc/vc-mtn.el (vc-mtn-print-log):
2247 * vc/vc-rcs.el (vc-rcs-print-log):
2248 * vc/vc-sccs.el (vc-sccs-print-log):
2249 * vc/vc-svn.el (vc-svn-print-log):
2250 * vc/vc.el (vc-print-log-internal): Doc fixes.
2251
2252 2013-04-23 Glenn Morris <rgm@gnu.org>
2253
2254 * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
2255 Remove venerable code attempting to avoid substitute-command-keys.
2256
2257 2013-04-23 Tassilo Horn <tsdh@gnu.org>
2258
2259 * textmodes/reftex-vars.el (reftex-label-regexps):
2260 Call `reftex-compile-variables' after changes to this variable.
2261
2262 2013-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
2263
2264 * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
2265 Use lexical-binding.
2266 (jit-lock-force-redisplay): Use markers, check buffer's continued
2267 existence and beware narrowed buffers.
2268 (jit-lock-fontify-now): Adjust call accordingly.
2269
2270 2013-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
2271
2272 * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
2273 to avoid misleading the user.
2274
2275 2013-04-22 Leo Liu <sdl.web@gmail.com>
2276
2277 * info-look.el: Prefer latex2e.info. (Bug#14240)
2278
2279 2013-04-22 Michael Albinus <michael.albinus@gmx.de>
2280
2281 Fix pack/unpack coding. Reported by David Smith <davidsmith@acm.org>.
2282
2283 * net/tramp-compat.el (tramp-compat-call-process): Move function ...
2284 * net/tramp.el (tramp-call-process): ... here
2285 (tramp-set-completion-function, tramp-parse-putty):
2286 * net/tramp-adb.el (tramp-adb-execute-adb-command):
2287 * net/tramp-gvfs.el (tramp-gvfs-send-command):
2288 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
2289 (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
2290 (tramp-call-local-coding-command): Use `tramp-call-process'
2291 instead of `tramp-compat-call-process'.
2292
2293 * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
2294 (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
2295 (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region):
2296 (tramp-find-inline-compress): Improve traces.
2297 (tramp-maybe-send-script): Check for Perl binary.
2298 (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
2299
2300 2013-04-22 Daiki Ueno <ueno@gnu.org>
2301
2302 * epg.el (epg-context-pinentry-mode): New function.
2303 (epg-context-set-pinentry-mode): New function.
2304 (epg--start): Pass --pinentry-mode option to gpg command.
2305
2306 2013-04-21 Xue Fuqiao <xfq.free@gmail.com>
2307
2308 * comint.el (comint-dynamic-complete-functions, comint-mode-map):
2309 `comint-dynamic-complete' is obsolete since 24.1, replaced by
2310 `completion-at-point'. (Bug#13774)
2311
2312 * startup.el (normal-no-mouse-startup-screen): Bug fix, the
2313 default key binding for `describe-distribution' has been moved to
2314 `C-h C-o'. (Bug#13970)
2315
2316 2013-04-21 Glenn Morris <rgm@gnu.org>
2317
2318 * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
2319 Add doc strings.
2320 (vc-print-log): Clarify interactive prompt.
2321
2322 2013-04-20 Glenn Morris <rgm@gnu.org>
2323
2324 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
2325 No longer include timestamp etc information.
2326
2327 2013-04-20 Roland Winkler <winkler@gnu.org>
2328
2329 * faces.el (read-face-name): Bug fix, return just one face if arg
2330 multiple is nil. (Bug#14209)
2331
2332 2013-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
2333
2334 * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
2335 (remove-function): Autoload.
2336
2337 * comint.el (comint-redirect-original-filter-function): Remove.
2338 (comint-redirect-cleanup, comint-redirect-send-command-to-process):
2339 * vc/vc-cvs.el (vc-cvs-annotate-process-filter)
2340 (vc-cvs-annotate-command):
2341 * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
2342 * progmodes/prolog.el (prolog-consult-compile):
2343 * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
2344 Use add/remove-function instead.
2345 * progmodes/gud.el (gud-tooltip-original-filter): Remove.
2346 (gud-tooltip-process-output, gud-tooltip-tips):
2347 Use add/remove-function instead.
2348 * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
2349 (scheme-interaction-mode, exit-scheme-interaction-mode):
2350 Use add/remove-function instead.
2351
2352 * vc/vc-dispatcher.el: Use lexical-binding.
2353 (vc--process-sentinel): Rename from vc-process-sentinel.
2354 Change last arg to be the code to run. Don't use vc-previous-sentinel
2355 and vc-sentinel-commands any more.
2356 (vc-exec-after): Allow code to be a function. Use add/remove-function.
2357 (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
2358
2359 2013-04-19 Masatake YAMATO <yamato@redhat.com>
2360
2361 * progmodes/sh-script.el (sh-imenu-generic-expression):
2362 Handle function names with a single character. (Bug#14111)
2363
2364 2013-04-19 Dima Kogan <dima@secretsauce.net> (tiny change)
2365
2366 * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
2367 for subroutines defined in an eval (bug#14182).
2368
2369 2013-04-19 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2370
2371 * bookmark.el (bookmark-completing-read): Improve handling of empty
2372 string (bug#14176).
2373
2374 2013-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
2375
2376 * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
2377
2378 2013-04-19 Fabián Ezequiel Gallina <fgallina@gnu.org>
2379
2380 New faster Imenu implementation (bug#14058).
2381 * progmodes/python.el:
2382 (python-imenu-prev-index-position):
2383 (python-imenu-format-item-label-function)
2384 (python-imenu-format-parent-item-label-function)
2385 (python-imenu-format-parent-item-jump-label-function):
2386 New vars.
2387 (python-imenu-format-item-label)
2388 (python-imenu-format-parent-item-label)
2389 (python-imenu-format-parent-item-jump-label)
2390 (python-imenu--put-parent, python-imenu--build-tree)
2391 (python-imenu-create-index, python-imenu-create-flat-index)
2392 (python-util-popn): New functions.
2393 (python-mode): Set imenu-create-index-function to
2394 python-imenu-create-index.
2395
2396 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
2397
2398 * winner.el (winner-active-region): Use region-active-p, activate-mark
2399 and deactivate-mark (bug#14225).
2400
2401 * simple.el (deactivate-mark): Don't inline it.
2402
2403 2013-04-18 Michael Albinus <michael.albinus@gmx.de>
2404
2405 * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
2406
2407 2013-04-18 Tassilo Horn <tsdh@gnu.org>
2408
2409 * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
2410 file extensions from the archive-mode entry in order to prefer
2411 doc-view-mode-maybe with archive-mode as fallback (bug#14188).
2412
2413 2013-04-18 Leo Liu <sdl.web@gmail.com>
2414
2415 * bindings.el (help-event-list): Add ?\?.
2416
2417 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
2418
2419 * subr.el (with-wrapper-hook): Declare obsolete.
2420 * simple.el (filter-buffer-substring-function): New hook.
2421 (filter-buffer-substring): Use it.
2422 (filter-buffer-substring-functions): Mark obsolete.
2423 * minibuffer.el (completion-in-region-function): New hook.
2424 (completion-in-region): Use it.
2425 (completion-in-region-functions): Mark obsolete.
2426 * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
2427 * abbrev.el (abbrev-expand-function): New hook.
2428 (expand-abbrev): Use it.
2429 (abbrev-expand-functions): Mark obsolete.
2430 * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
2431 and :filter-return.
2432
2433 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
2434
2435 * progmodes/python.el (python-nav--syntactically): Fix cornercases
2436 and do not care about match data.
2437
2438 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
2439
2440 * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
2441 completion tables when completing error conditions and
2442 `declare' arguments.
2443 (lisp-complete-symbol, field-complete): Mark as obsolete.
2444 (check-parens): Unmatched parens are user errors.
2445 * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
2446
2447 2013-04-17 Michal Nazarewicz <mina86@mina86.com>
2448
2449 * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
2450 command changed buffer (ie. `flyspell-pre-buffer' is not current
2451 buffer), which prevents making decisions based on invalid value of
2452 `flyspell-pre-point' in the wrong buffer. Most notably, this used to
2453 cause an error when `flyspell-pre-point' was nil after switching
2454 buffers.
2455 (flyspell-post-command-hook): No longer needs to change buffers when
2456 checking pre-word. While at it remove unnecessary progn.
2457
2458 2013-04-17 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
2459
2460 * textmodes/ispell.el (ispell-add-per-file-word-list):
2461 Fix `flyspell-correct-word-before-point' error when accepting
2462 words and `coment-padding' is an integer by using
2463 `comment-normalize-vars' (Bug #14214).
2464
2465 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
2466
2467 New defun movement commands.
2468 * progmodes/python.el (python-nav--syntactically)
2469 (python-nav--forward-defun, python-nav-backward-defun)
2470 (python-nav-forward-defun): New functions.
2471
2472 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
2473
2474 * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
2475 (python-syntax-context): Use named compiler-macro for backwards
2476 compatibility with Emacs 24.x.
2477
2478 2013-04-17 Leo Liu <sdl.web@gmail.com>
2479
2480 * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
2481 octave-hide-process-buffer.
2482
2483 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
2484
2485 * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
2486 (bug#14216).
2487
2488 2013-04-17 Jean-Philippe Gravel <jpgravel@gmail.com>
2489
2490 * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
2491 Fix adjustment of offset when receiving incomplete responses from GDB
2492 (bug#14129).
2493
2494 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
2495
2496 * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
2497 python-mode-abbrev-table.
2498 (python-skeleton-define): Adjust accordingly.
2499 (python-mode-abbrev-table): New table that inherits from it so that
2500 python-skeleton-autoinsert does not affect non-skeleton abbrevs.
2501
2502 * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
2503 (abbrev-symbol): Use it.
2504 (abbrev--before-point): Use it since we already handle inheritance.
2505
2506 2013-04-16 Leo Liu <sdl.web@gmail.com>
2507
2508 * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
2509 binding to info-lookup-symbol.
2510
2511 2013-04-16 Juanma Barranquero <lekktu@gmail.com>
2512
2513 * minibuffer.el (completion--twq-all):
2514 * term/ns-win.el (ns-initialize-window-system):
2515 * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
2516
2517 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
2518
2519 * emacs-lisp/nadvice.el (add-function): Default simple vars to their
2520 global bindings.
2521
2522 * doc-view.el (doc-view-start-process): Handle url-handler directories.
2523
2524 2013-04-15 Dmitry Gutov <dgutov@yandex.ru>
2525
2526 * progmodes/ruby-mode.el (ruby-beginning-of-defun)
2527 (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
2528 to nil.
2529 (ruby-end-of-defun): Remove the unused arg, change the docstring
2530 to reflect that this function is only used as the value of
2531 `end-of-defun-function'.
2532 (ruby-beginning-of-defun): Remove "top-level" from the docstring,
2533 to reflect an earlier change that beginning/end-of-defun functions
2534 jump between methods in a class definition, as well as top-level
2535 functions.
2536
2537 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
2538
2539 * minibuffer.el (minibuffer-complete): Don't just scroll
2540 a *Completions* that's been iconified.
2541 (minibuffer-force-complete): Make sure repetitions do cycle when going
2542 through completion-in-region -> minibuffer-complete.
2543
2544 2013-04-15 Alan Mackenzie <acm@muc.de>
2545
2546 Correct the placement of c-cpp-delimiters when there're #s not at
2547 col 0.
2548
2549 * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
2550 place a submatch around the #.
2551 * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
2552 Start a search at BOL. Put the c-cpp-delimiter category text propertiy
2553 on the #, not BOL.
2554
2555 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
2556
2557 * emacs-lisp/nadvice.el: Properly test names when adding advice.
2558 (advice--member-p): New arg `name'.
2559 (advice--add-function, advice-member-p): Use it (bug#14202).
2560
2561 2013-04-15 Filipp Gunbin <fgunbin@fastmail.fm>
2562
2563 Reformulate java imenu-generic-expression.
2564 The old expression contained ill formed regexps.
2565
2566 * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
2567 (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
2568 (cc-imenu-java-method-arg-regexp): New defconsts.
2569 (cc-imenu-java-build-type-args-regex): New defun.
2570 (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
2571 handling of spaces in the regexp.
2572
2573 2013-03-15 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2574
2575 * textmodes/ispell.el (ispell-command-loop): Remove
2576 flyspell highlight of a word when ispell accepts it (bug #14178).
2577
2578 2013-04-15 Michael Albinus <michael.albinus@gmx.de>
2579
2580 * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
2581 uses code from the previous `ange-ftp-run-real-handler'.
2582 (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
2583 only in case that function exist. This is needed for proper
2584 unloading of Tramp.
2585
2586 2013-04-15 Tassilo Horn <tsdh@gnu.org>
2587
2588 * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
2589
2590 * textmodes/reftex.el (reftex-compile-variables): Use it.
2591
2592 2013-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
2593
2594 * files.el (normal-mode): Only use default major-mode if no other mode
2595 was specified.
2596
2597 * emacs-lisp/trace.el (trace-values): New function.
2598
2599 * files.el: Allow : in local variables (bug#14089).
2600 (hack-local-variable-regexp): New var.
2601 (hack-local-variables-prop-line, hack-local-variables): Use it.
2602
2603 2013-04-13 Roland Winkler <winkler@gnu.org>
2604
2605 * textmodes/bibtex.el (bibtex-search-entries): Bug fix. Use match
2606 data before it gets modified by bibtex-beginning-of-entry.
2607
2608 2013-04-13 Roland Winkler <winkler@gnu.org>
2609
2610 * textmodes/bibtex.el (bibtex-url): Doc fix.
2611
2612 2013-04-13 Roland Winkler <winkler@gnu.org>
2613
2614 * textmodes/bibtex.el (bibtex-initialize): If the current buffer
2615 does not visit a BibTeX file, exclude it from the list of buffers
2616 returned by bibtex-initialize.
2617
2618 2013-04-13 Stephen Berman <stephen.berman@gmx.net>
2619
2620 * window.el (split-window): Remove interactive form, since as a
2621 command this function is a special case of split-window-below.
2622 Correct doc string.
2623
2624 2013-04-12 Roland Winkler <winkler@gnu.org>
2625
2626 * faces.el (read-face-name): Do not override value of arg default.
2627 Allow single faces and strings as default values. Remove those
2628 elements from return value that are not faces.
2629 (describe-face): Simplify.
2630 (face-at-point): New optional args thing and multiple so that this
2631 function can provide the same functionality previously provided by
2632 read-face-name.
2633 (make-face-bold, make-face-unbold, make-face-italic)
2634 (make-face-unitalic, make-face-bold-italic, invert-face)
2635 (modify-face, read-face-and-attribute): Use face-at-point.
2636
2637 * cus-edit.el (customize-face, customize-face-other-window)
2638 * cus-theme.el (custom-theme-add-face)
2639 * face-remap.el (buffer-face-set)
2640 * facemenu.el (facemenu-set-face): Use face-at-point.
2641
2642 2013-04-12 Michael Albinus <michael.albinus@gmx.de>
2643
2644 * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
2645
2646 2013-04-10 Tassilo Horn <tsdh@gnu.org>
2647
2648 * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
2649 off leading { and trailing } from field values.
2650
2651 2013-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
2652
2653 * emacs-lisp/timer.el (timer--check): New function.
2654 (timer--time, timer-set-function, timer-event-handler): Use it.
2655 (timer-set-idle-time): Simplify.
2656 (timer--activate): CSE.
2657 (timer-event-handler): Give more info in error message.
2658 (internal-timer-start-idle): New function, moved from C.
2659
2660 * mpc.el (mpc-proc): Add `restart' argument.
2661 (mpc-proc-cmd): Use it.
2662 (mpc--status-timer-run): Also catch signals from `mpc-proc'.
2663 (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
2664 less often.
2665
2666 2013-04-10 Masatake YAMATO <yamato@redhat.com>
2667
2668 * progmodes/sh-script.el: Implement `sh-mode' own
2669 `add-log-current-defun-function' (bug#14112).
2670 (sh-current-defun-name): New function.
2671 (sh-mode): Use the function.
2672
2673 2013-04-09 Bastien Guerry <bzg@gnu.org>
2674
2675 * simple.el (choose-completion-string): Fix docstring (bug#14163).
2676
2677 2013-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
2678
2679 * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
2680
2681 * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
2682 timer (bug#14156).
2683
2684 2013-04-07 Nic Ferrier <nferrier@ferrier.me.uk>
2685
2686 * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
2687 declaration.
2688
2689 2013-04-07 Leo Liu <sdl.web@gmail.com>
2690
2691 * pcmpl-x.el: New file.
2692
2693 2013-04-06 Dmitry Antipov <dmantipov@yandex.ru>
2694
2695 Do not set x-display-name until X connection is established.
2696 This is needed to prevent from weird situation described at
2697 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
2698 * frame.el (make-frame): Set x-display-name after call to
2699 window system initialization function, not before.
2700 * term/x-win.el (x-initialize-window-system): Add optional
2701 display argument and use it.
2702 * term/w32-win.el (w32-initialize-window-system):
2703 * term/ns-win.el (ns-initialize-window-system):
2704 * term/pc-win.el (msdos-initialize-window-system):
2705 Add compatible optional display argument.
2706
2707 2013-04-06 Eli Zaretskii <eliz@gnu.org>
2708
2709 * files.el (normal-backup-enable-predicate): On MS-Windows and
2710 MS-DOS compare truenames of temporary-file-directory and of the
2711 file, so that 8+3 aliases (usually found in $TEMP on Windows)
2712 don't fail comparison by compare-strings. Also, compare file
2713 names case-insensitively on MS-Windows and MS-DOS.
2714
2715 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
2716
2717 * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
2718 Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
2719
2720 2013-04-05 Dmitry Gutov <dgutov@yandex.ru>
2721
2722 * whitespace.el (whitespace-color-on, whitespace-color-off):
2723 Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
2724
2725 2013-04-05 Jacek Chrząszcz <chrzaszcz@mimuw.edu.pl> (tiny change)
2726
2727 * ispell.el (ispell-set-spellchecker-params):
2728 Really set `ispell-args' for all equivs.
2729
2730 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
2731
2732 * ido.el (ido-completions): Use extra elements of ido-decorations
2733 (bug#14143).
2734 (ido-decorations): Update docstring.
2735
2736 2013-04-05 Michael Albinus <michael.albinus@gmx.de>
2737
2738 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
2739 (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
2740 nil during initialization, in order not to miss changes since the
2741 file was opened. (Bug#14140)
2742
2743 2013-04-05 Leo Liu <sdl.web@gmail.com>
2744
2745 * kmacro.el (kmacro-call-macro): Fix bug#14135.
2746
2747 2013-04-05 Jay Belanger <jay.p.belanger@gmail.com>
2748
2749 * calc/calc-units.el (calc-convert-units): Rewrite conditional.
2750
2751 2013-04-04 Glenn Morris <rgm@gnu.org>
2752
2753 * electric.el (electric-pair-inhibit-predicate): Add :version.
2754
2755 2013-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
2756
2757 * emacs-lisp/package.el (package-compute-transaction): Fix ordering
2758 when a package is required several times (bug#14082).
2759
2760 2013-04-04 Roland Winkler <winkler@gnu.org>
2761
2762 * faces.el (read-face-name): Behave as promised by the docstring.
2763 Assume that arg default is a list of faces.
2764 (describe-face): Call read-face-name with list of default faces.
2765
2766 2013-04-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2767
2768 * bookmark.el: Fix deletion of bookmarks (bug#13972).
2769 (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
2770 (bookmark-bmenu-execute-deletions): Only skip first line if it's
2771 the header.
2772 (bookmark-exit-hook-internal): Save even if list is empty.
2773
2774 2013-04-04 Yann Hodique <yann.hodique@gmail.com> (tiny change)
2775
2776 * emacs-lisp/package.el (package-pinned-packages): New var.
2777 (package--add-to-archive-contents): Obey it (bug#14118).
2778
2779 2013-04-03 Alan Mackenzie <acm@muc.de>
2780
2781 Handle `parse-partial-sexp' landing inside a comment opener (Bug#13244).
2782 Also adapt to the new values of element 7 of a parse state.
2783
2784 * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
2785 parameter `not-in-delimiter'. Handle being inside comment opener.
2786 (c-invalidate-state-cache-1): Reckon with an extra "invalid"
2787 character in case we're typing a '*' after a '/'.
2788 (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
2789 instead by passing the parameter to c-state-pp-to-literal.
2790
2791 * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
2792 for elt. 7 of a parse state.
2793
2794 2013-04-01 Paul Eggert <eggert@cs.ucla.edu>
2795
2796 Use UTF-8 for most files with non-ASCII characters (Bug#13936).
2797 * international/latin1-disp.el, international/mule-util.el:
2798 * language/cyril-util.el, language/european.el, language/ind-util.el:
2799 * language/lao-util.el, language/thai.el, language/tibet-util.el:
2800 * language/tibetan.el, language/viet-util.el:
2801 Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
2802
2803 2013-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
2804
2805 * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
2806 (electric-pair-post-self-insert-function): Use it.
2807 (electric-pair-default-inhibit): New function, extracted from
2808 electric-pair-post-self-insert-function.
2809
2810 2013-03-31 Roland Winkler <winkler@gnu.org>
2811
2812 * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
2813
2814 2013-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
2815
2816 * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
2817
2818 2013-03-30 Fabián Ezequiel Gallina <fabian@anue.biz>
2819
2820 Un-indent after "pass" and "return" statements (Bug#13888)
2821 * progmodes/python.el (python-indent-block-enders): New var.
2822 (python-indent-calculate-indentation): Use it.
2823
2824 2013-03-30 Michael Albinus <michael.albinus@gmx.de>
2825
2826 * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
2827 defun. Defining it as defalias could introduce too eager
2828 byte-compiler optimization. (Bug#14030)
2829
2830 2013-03-30 Chong Yidong <cyd@gnu.org>
2831
2832 * iswitchb.el (iswitchb-read-buffer): Fix typo.
2833
2834 2013-03-30 Leo Liu <sdl.web@gmail.com>
2835
2836 * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
2837 (kmacro-execute-from-register): Pass the keyboard macro to
2838 kmacro-call-macro or repeating won't work correctly.
2839
2840 2013-03-30 Teodor Zlatanov <tzz@lifelogs.com>
2841
2842 * progmodes/subword.el: Back to using `forward-symbol'.
2843
2844 * subr.el (forward-whitespace, forward-symbol)
2845 (forward-same-syntax): Move from thingatpt.el.
2846
2847 2013-03-29 Leo Liu <sdl.web@gmail.com>
2848
2849 * kmacro.el (kmacro-to-register): New command.
2850 (kmacro-execute-from-register): New function.
2851 (kmacro-keymap): Bind to 'x'. (Bug#14071)
2852
2853 2013-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
2854
2855 * mpc.el: Use defvar-local and setq-local.
2856 (mpc--proc-connect): Connection failures are not bugs.
2857 (mpc-mode-map): `follow-link' only applies to the buffer's content.
2858 (mpc-volume-map): Bind to the up-events.
2859
2860 2013-03-29 Teodor Zlatanov <tzz@lifelogs.com>
2861
2862 * progmodes/subword.el (superword-mode): Use `forward-sexp'
2863 instead of `forward-symbol'.
2864
2865 2013-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
2866
2867 * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
2868 (edebug--recursive-edit): Use it.
2869 (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
2870 (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
2871
2872 2013-03-28 Leo Liu <sdl.web@gmail.com>
2873
2874 * vc/vc-bzr.el (vc-bzr-revert): Don't backup. (Bug#14066)
2875
2876 2013-03-27 Eli Zaretskii <eliz@gnu.org>
2877
2878 * facemenu.el (list-colors-callback): New defvar.
2879 (list-colors-redisplay): New function.
2880 (list-colors-display): Install list-colors-redisplay as the
2881 revert-buffer-function. (Bug#14063)
2882
2883 2013-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
2884
2885 * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
2886 and suffixes don't overlap (bug#14061).
2887
2888 * case-table.el: Use lexical-binding.
2889 (case-table-get-table): New function.
2890 (get-upcase-table): Use it. Mark as obsolete. Adjust callers.
2891
2892 2013-03-27 Teodor Zlatanov <tzz@lifelogs.com>
2893
2894 * progmodes/subword.el: Add `superword-mode' to do word motion
2895 over symbol_words (parallels and leverages `subword-mode' which
2896 does word motion inside MixedCaseWords).
2897
2898 2013-03-27 Aidan Gauland <aidalgol@no8wireless.co.nz>
2899
2900 * eshell/em-unix.el: Move su and sudo to...
2901 * eshell/em-tramp.el: ...Eshell tramp module.
2902
2903 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
2904
2905 * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
2906 Change return value to be a sexp. Delay `get-buffer' to after
2907 restoring the desktop (bug#13951).
2908
2909 2013-03-26 Leo Liu <sdl.web@gmail.com>
2910
2911 * register.el: Move semantic tag handling back to
2912 cedet/semantic/senator.el. (Bug#14052)
2913
2914 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
2915
2916 * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
2917 into the prompt either (bug#13963).
2918
2919 2013-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
2920
2921 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
2922 part of "(error-foo)".
2923
2924 2013-03-24 Juri Linkov <juri@jurta.org>
2925
2926 * replace.el (list-matching-lines-prefix-face): New defcustom.
2927 (occur-1): Pass `list-matching-lines-prefix-face' to the function
2928 `occur-engine' if `face-differs-from-default-p' returns t.
2929 (occur-engine): Add `,' inside backquote construct to evaluate
2930 `prefix-face'. Propertize the prefix with the `prefix-face' face.
2931 Pass `prefix-face' to the functions `occur-context-lines' and
2932 `occur-engine-add-prefix'.
2933 (occur-engine-add-prefix, occur-context-lines): Add optional arg
2934 `prefix-face' and propertize the prefix with `prefix-face'.
2935 (Bug#14017)
2936
2937 2013-03-24 Leo Liu <sdl.web@gmail.com>
2938
2939 * nxml/rng-valid.el (rng-validate-while-idle)
2940 (rng-validate-quick-while-idle): Guard against deleted buffer.
2941 (Bug#13999)
2942
2943 * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
2944 is the last entry in kill-buffer-hook.
2945
2946 * files.el (kill-buffer-hook): Doc fix.
2947
2948 2013-03-23 Dmitry Gutov <dgutov@yandex.ru>
2949
2950 * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
2951 Make it safe-local.
2952
2953 * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
2954
2955 2013-03-23 Leo Liu <sdl.web@gmail.com>
2956
2957 * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
2958 Remove.
2959
2960 * nxml/rng-valid.el (rng-validate-mode)
2961 (rng-after-change-function, rng-do-some-validation):
2962 * nxml/rng-maint.el (rng-validate-buffer):
2963 * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
2964 * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
2965 * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
2966 (nxml-extend-after-change-region): Use with-silent-modifications.
2967
2968 * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
2969 timer-idle-list.
2970
2971 * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
2972 (rng-next-error-1, rng-previous-error-1): Do not let-bind
2973 timer-idle-list. (Bug#13999)
2974
2975 2013-03-23 Juri Linkov <juri@jurta.org>
2976
2977 * info.el (info-index-match): New face.
2978 (Info-index, Info-apropos-matches): Add a nested subgroup to the
2979 main pattern and add text properties with the new face to matches
2980 in index entries relative to the beginning of the index entry.
2981 (Bug#14015)
2982
2983 2013-03-21 Eric Ludlam <zappo@gnu.org>
2984
2985 * eieio/eieio-datadebug.el (data-debug/eieio-insert-slots):
2986 Inhibit read only while inserting objects.
2987
2988 2013-03-22 Teodor Zlatanov <tzz@lifelogs.com>
2989
2990 * progmodes/cfengine.el: Update docs to mention
2991 `cfengine-auto-mode'. Use \_> and \_< instead of \> and \< for
2992 symbol motion. Remove "_" from the word syntax.
2993
2994 2013-03-21 Teodor Zlatanov <tzz@lifelogs.com>
2995
2996 * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
2997 syntax for both `cfengine2-mode' and `cfengine3-mode'.
2998
2999 2013-03-20 Juri Linkov <juri@jurta.org>
3000
3001 * info.el (Info-next-reference-or-link)
3002 (Info-prev-reference-or-link): New functions.
3003 (Info-next-reference, Info-prev-reference): Use them.
3004 (Info-try-follow-nearest-node): Handle footnote navigation.
3005 (Info-fontify-node): Fontify footnotes. (Bug#13989)
3006
3007 2013-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
3008
3009 * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
3010 * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
3011
3012 2013-03-20 Paul Eggert <eggert@cs.ucla.edu>
3013
3014 Suppress unnecessary non-ASCII chatter during build process.
3015 * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
3016 (batch-skkdic-convert): Suppress most of the chatter.
3017 It's not needed so much now that machines are faster,
3018 and its non-ASCII component was confusing; see Dmitry Gutov in
3019 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
3020
3021 2013-03-20 Leo Liu <sdl.web@gmail.com>
3022
3023 * ido.el (ido-chop): Fix bug#10994.
3024
3025 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
3026
3027 * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
3028 Remove vars.
3029 (whitespace-color-on, whitespace-color-off):
3030 Use `font-lock-fontify-buffer' (Bug#13817).
3031
3032 2013-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
3033
3034 * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
3035 remapping in mode-line.
3036 (mouse-on-link-p): Also check [mode-line follow-link] bindings.
3037
3038 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
3039
3040 * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
3041 value for `whitespace-line' face (Bug#13875).
3042 (whitespace-font-lock-keywords): Change description.
3043 (whitespace-color-on): Don't save `font-lock-keywords' value, save
3044 the constructed keywords instead.
3045 (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
3046
3047 2013-03-19 Leo Liu <sdl.web@gmail.com>
3048
3049 * progmodes/compile.el (compilation-display-error): New command.
3050 (compilation-mode-map, compilation-minor-mode-map): Bind it to
3051 C-o. (Bug#13992)
3052
3053 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
3054
3055 * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
3056
3057 2013-03-18 Jan Djärv <jan.h.d@swipnet.se>
3058
3059 * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
3060
3061 2013-03-18 Michael Albinus <michael.albinus@gmx.de>
3062
3063 * net/tramp-compat.el (tramp-compat-user-error): New defun.
3064
3065 * net/tramp-adb.el (tramp-adb-handle-shell-command):
3066 * net/tramp-gvfs.el (top):
3067 * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
3068 (tramp-handle-shell-command): Use it.
3069 (tramp-dissect-file-name): Raise an error when hostname is a
3070 method name, and neither method nor user is specified.
3071
3072 * net/trampver.el: Update release number.
3073
3074 2013-03-18 Leo Liu <sdl.web@gmail.com>
3075
3076 Make sure eldoc can be turned off properly.
3077 * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
3078 eldoc-mode.
3079 (eldoc-display-message-p): Revert last change.
3080 (eldoc-display-message-no-interference-p)
3081 (eldoc-print-current-symbol-info): Tweak.
3082
3083 2013-03-18 Tassilo Horn <tsdh@gnu.org>
3084
3085 * doc-view.el (doc-view-new-window-function): Check the new window
3086 overlay's display property instead the char property of the
3087 buffer's first char. Use `with-selected-window' instead of
3088 `save-window-excursion' with `select-window'.
3089 (doc-view-document->bitmap): Check the current doc-view overlay's
3090 display property instead the char property of the buffer's first char.
3091
3092 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
3093
3094 Automate the build of ja-dic.el (Bug#13984).
3095 * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
3096 from the input, rather than assume that it's been done for us by the
3097 SKK script unannotate.awk. Switch ja-dic.el to UTF-8. Don't put
3098 the current date into a ja-dic.el comment, as that complicates
3099 regression testing.
3100
3101 2013-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
3102
3103 * whitespace.el: Fix double evaluation.
3104 (whitespace-space, whitespace-hspace, whitespace-tab)
3105 (whitespace-newline, whitespace-trailing, whitespace-line)
3106 (whitespace-space-before-tab, whitespace-indentation)
3107 (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
3108 obsolete defvars.
3109 (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
3110 (whitespace-color-on): Use a single font-lock-add-keywords call.
3111 Fix double-evaluation of face variables.
3112
3113 2013-03-17 Michael Albinus <michael.albinus@gmx.de>
3114
3115 * net/tramp-adb.el (tramp-adb-parse-device-names):
3116 Use `start-process' instead of `call-process'. Otherwise, the
3117 function might be blocked under MS Windows. (Bug#13299)
3118
3119 2013-03-17 Leo Liu <sdl.web@gmail.com>
3120
3121 Extend eldoc to display info in the mode-line. (Bug#13978)
3122 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
3123 (eldoc-mode-line-string): New variable.
3124 (eldoc-minibuffer-message): New function.
3125 (eldoc-message-function): New variable.
3126 (eldoc-message): Use it.
3127 (eldoc-display-message-p)
3128 (eldoc-display-message-no-interference-p):
3129 Support eldoc-post-insert-mode.
3130
3131 * simple.el (eval-expression-minibuffer-setup-hook): New hook.
3132 (eval-expression): Run it.
3133
3134 2013-03-17 Roland Winkler <winkler@gnu.org>
3135
3136 * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
3137 strings in the list of return values.
3138
3139 2013-03-17 Jay Belanger <jay.p.belanger@gmail.com>
3140
3141 * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
3142 radix before checking for HMS forms.
3143
3144 2013-03-16 Leo Liu <sdl.web@gmail.com>
3145
3146 * progmodes/scheme.el: Add indentation and font-locking for λ.
3147 (Bug#13975)
3148
3149 2013-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
3150
3151 * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
3152 token before point (bug#13942).
3153
3154 2013-03-16 Leo Liu <sdl.web@gmail.com>
3155
3156 * thingatpt.el (end-of-sexp): Fix bug#13952. Use syntax-after.
3157
3158 2013-03-16 Eli Zaretskii <eliz@gnu.org>
3159
3160 * startup.el (command-line-normalize-file-name): Fix handling of
3161 backslashes in DOS and Windows file names. Reported by Xue Fuqiao
3162 <xfq.free@gmail.com> in
3163 http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
3164
3165 2013-03-15 Michael Albinus <michael.albinus@gmx.de>
3166
3167 Sync with Tramp 2.2.7.
3168
3169 * net/trampver.el: Update release number.
3170
3171 2013-03-14 Tassilo Horn <tsdh@gnu.org>
3172
3173 * doc-view.el Fix bug#13887.
3174 (doc-view-insert-image): Don't modify overlay associated to
3175 non-live windows, and implement horizontal centering of image in
3176 case it's smaller than the window.
3177 (doc-view-new-window-function): Force redisplay of new windows on
3178 doc-view buffers.
3179
3180 2013-03-13 Karl Fogel <kfogel@red-bean.com>
3181
3182 * saveplace.el (save-place-alist-to-file): Don't sort
3183 `save-place-alist', just pretty-print it (bug#13882).
3184
3185 2013-03-13 Michael Albinus <michael.albinus@gmx.de>
3186
3187 * net/tramp-sh.el (tramp-sh-handle-insert-directory): Check,
3188 whether `default-file-name-coding-system' is bound. It isn't in
3189 XEmacs.
3190
3191 2013-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
3192
3193 * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
3194 backquotes for `obsolete' (bug#13929).
3195
3196 * international/mule.el (find-auto-coding): Include file name in
3197 obsolescence warning (bug#13922).
3198
3199 2013-03-12 Teodor Zlatanov <tzz@lifelogs.com>
3200
3201 * progmodes/cfengine.el (cfengine-parameters-indent): New variable
3202 for CFEngine 3-specific indentation.
3203 (cfengine3-indent-line): Use it. Fix up category regex.
3204 (cfengine3-font-lock-keywords): Add bundle and namespace characters.
3205
3206 2013-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
3207
3208 * type-break.el (type-break-file-name):
3209 * textmodes/remember.el (remember-data-file):
3210 * strokes.el (strokes-file):
3211 * shadowfile.el (shadow-initialize):
3212 * saveplace.el (save-place-file):
3213 * ps-bdf.el (bdf-cache-file):
3214 * progmodes/idlwave.el (idlwave-config-directory):
3215 * net/quickurl.el (quickurl-url-file):
3216 * international/kkc.el (kkc-init-file-name):
3217 * ido.el (ido-save-directory-list-file):
3218 * emulation/viper.el (viper-custom-file-name):
3219 * emulation/vip.el (vip-startup-file):
3220 * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
3221 * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
3222
3223 2013-03-12 Paul Eggert <eggert@cs.ucla.edu>
3224
3225 Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
3226 * language/thai-word.el: Switch to UTF-8.
3227
3228 2013-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
3229
3230 * recentf.el (recentf-save-file): Use locate-user-emacs-file (bug#13870).
3231
3232 2013-03-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3233
3234 * net/net-utils.el (net-utils-remove-ctrl-m-filter):
3235 Use with-current-buffer and don't move point.
3236 (net-utils-run-simple): Remove useless code.
3237 (net-utils-remove-ctl-m): Remove unused custom.
3238
3239 2013-03-11 Per Starbäck <starback@stp.lingfil.uu.se>
3240
3241 * international/characters.el (glyphless-set-char-table-range): New fun.
3242 (update-glyphless-char-display): Use it (bug#13744).
3243
3244 2013-03-11 Teodor Zlatanov <tzz@lifelogs.com>
3245
3246 * progmodes/cfengine.el: Update for CFEngine 3.4.2 and higher:
3247 namespaces in the syntax, indent closer for hanging brace
3248 correctly, allow single-quote delimited 'strings', and make
3249 `cfengine3-mode' the default.
3250
3251 2013-03-11 Jean-Philippe Gravel <jpgravel@gmail.com>
3252
3253 * progmodes/gdb-mi.el: Speed up initialization (bug#10580).
3254 Use lexical-binding. Fix up docstring according to conventions.
3255 (gdbmi-debug-mode): New var.
3256 (gdbmi-start-with, gdbmi-same-start, gdbmi-is-number, gdbmi-bnf-init)
3257 (gdbmi-bnf-output, gdbmi-bnf-skip-unrecognized, gdbmi-bnf-gdb-prompt)
3258 (gdbmi-bnf-result-record, gdbmi-bnf-out-of-band-record)
3259 (gdbmi-bnf-async-record, gdbmi-bnf-stream-record)
3260 (gdbmi-bnf-console-stream-output, gdbmi-bnf-target-stream-output)
3261 (gdbmi-bnf-log-stream-output, gdbmi-bnf-result-and-async-record-impl)
3262 (gdbmi-bnf-incomplete-record-result): New functions.
3263 (gdb-car<): Remove function.
3264 (gdbmi-record-list): Remove variable.
3265 (gdbmi-bnf-state, gdbmi-bnf-offset): New vars.
3266 (gdbmi-bnf-result-state-configs): New const.
3267 (gud-gdbmi-marker-filter): Rewrite.
3268 (gdb-ignored-notification, gdb-thread-created, gdb-thread-exited)
3269 (gdb-thread-selected, gdb-running, gdb-starting, gdb-stopped):
3270 Add `token' argument.
3271 (gdb-done, gdb-error): New functions.
3272 (gdb-done-or-error): Add `is-complete' argument. Change arg order.
3273
3274 2013-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
3275
3276 * term/xterm.el (xterm--report-background-handler): Don't burp
3277 upon timeout.
3278 (xterm--version-handler): Extract from terminal-init-xterm.
3279 (xterm--query): Don't mishandle timeout. Remove debugging messages.
3280 Allow multiple handlers.
3281 (terminal-init-xterm): Handle OSX's Terminal.app's incorrect answer.
3282
3283 * term/xterm.el: Don't discard input (bug#6758). Use lexical-binding.
3284 (xterm--report-background-handler, xterm--query): New functions.
3285 (terminal-init-xterm): Use them.
3286
3287 2013-03-11 Michael R. Mauger <michael@mauger.com>
3288
3289 * progmodes/sql.el Version 3.2
3290 Please note that my address changed to <michael@mauger.com>;
3291 the <mmaug@yahoo.com> address remains active.
3292 (sql-connection-alist): Updates documentation to fix bug#13715.
3293 (sql-connect): Handle missing `sql-connection-alist' correctly.
3294 (sql-mode-oracle-font-lock-keywords): Add missing keywords.
3295 (sql-magic-go, sql-magic-semicolon): Mark with `delete-selection'
3296 property.
3297 (sql-default-value): New function.
3298 (sql-get-login-ext, sql-get-login): Fixes bug where buffer-local
3299 values were not used.
3300 (sql-rename-buffer): Make sure alternate buffer name has no text
3301 properties.
3302 (sql-input-sender, sql-execute-feature): Fetch variable with
3303 `buffer-local-value' rather than `with-current-buffer'.
3304 (sql-*): Use #' function syntax consistently.
3305 (sql-*): Use message/error/user-error consistently.
3306
3307 2013-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
3308
3309 * xt-mouse.el (xterm-mouse-event-read): Remove.
3310 (xterm-mouse--read-event-sequence-1000)
3311 (xterm-mouse--read-event-sequence-1006): Use read-event instead.
3312
3313 2013-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
3314
3315 * term/xterm.el (xterm-function-map): Support format used with
3316 formatOtherKeys=1 (bug#13839).
3317
3318 * emacs-lisp/byte-run.el (dont-compile): Declare obsolete.
3319 (with-no-warnings): Use `declare'.
3320
3321 * whitespace.el (whitespace-enable-predicate): New variable.
3322 (whitespace-enable-predicate): Use it.
3323
3324 * comint.el (comint-send-input, comint-snapshot-last-prompt)
3325 (comint-output-filter, comint-update-fence):
3326 Use with-silent-modifications.
3327
3328 2013-03-10 Jambunathan K <kjambunathan@gmail.com>
3329
3330 * replace.el (occur-read-regexp-defaults-function): New var.
3331 (occur-read-regexp-defaults): New defun.
3332 (occur-read-primary-args): Propagate above change (bug#13892).
3333
3334 2013-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
3335
3336 * mouse.el (mouse-drag-track): Remove left-over debugging code.
3337
3338 2013-03-09 Michael Albinus <michael.albinus@gmx.de>
3339
3340 Major rewrite due to changed D-Bus interface of GVFS 1.14.
3341
3342 * net/tramp-gvfs.el (top): Extend check for gvfs availability.
3343 (tramp-gvfs-methods-mounttracker, tramp-gvfs-listmounts)
3344 (tramp-gvfs-mountlocation, tramp-gvfs-mountlocation-signature):
3345 New defconst.
3346 (tramp-gvfs-file-name-handler-alist) [directory-files]
3347 [directory-files-and-attributes, file-exists-p, file-modes]:
3348 Use Tramp default handler.
3349 [file-acl, file-selinux-context, process-file, set-file-acl]:
3350 [set-file-modes, set-file-selinux-context, shell-command]:
3351 [start-file-process]: Remove handler.
3352 [verify-visited-file-modtime]: New handler.
3353 (tramp-gvfs-dbus-string-to-byte-array)
3354 (tramp-gvfs-dbus-byte-array-to-string): New defuns. Replace all
3355 calls of `dbus-string-to-byte-array' and
3356 `tramp-gvfs-dbus-byte-array-to-string'.
3357 (tramp-gvfs-handle-copy-file)
3358 (tramp-gvfs-handle-delete-directory)
3359 (tramp-gvfs-handle-delete-file, tramp-gvfs-handle-file-attributes)
3360 (tramp-gvfs-handle-file-directory-p)
3361 (tramp-gvfs-handle-file-executable-p)
3362 (tramp-gvfs-handle-file-name-all-completions)
3363 (tramp-gvfs-handle-file-readable-p)
3364 (tramp-gvfs-handle-file-writable-p)
3365 (tramp-gvfs-handle-insert-directory)
3366 (tramp-gvfs-handle-insert-file-contents)
3367 (tramp-gvfs-handle-make-directory, tramp-gvfs-handle-rename-file)
3368 (tramp-gvfs-handle-set-visited-file-modtime)
3369 (tramp-gvfs-handle-write-region): Rewrite.
3370 (tramp-gvfs-handle-file-acl)
3371 (tramp-gvfs-handle-file-selinux-context)
3372 (tramp-gvfs-handle-process-file, tramp-gvfs-handle-set-file-acl)
3373 (tramp-gvfs-handle-set-file-modes)
3374 (tramp-gvfs-handle-set-file-selinux-context)
3375 (tramp-gvfs-handle-shell-command)
3376 (tramp-gvfs-handle-start-file-process)
3377 (tramp-gvfs-handle-verify-visited-file-modtime): Remove defuns.
3378 (tramp-gvfs-url-file-name): Do not use `file-truename', we work
3379 over the symlinks. Fix user handling.
3380 (top, tramp-gvfs-handler-mounted-unmounted): Handle different names
3381 of the D-Bus signals.
3382 (tramp-gvfs-connection-mounted-p): Handle different names of the
3383 D-Bus methods.
3384 (tramp-gvfs-mount-spec-entry): New defun.
3385 (tramp-gvfs-mount-spec): Use it.
3386 (tramp-gvfs-maybe-open-connection): Check, that in case of "smb"
3387 there is a share name. Handle different names of the D-Bus
3388 signals and methods. Set connection properties needed for
3389 `tramp-check-cached-permissions'.
3390 (tramp-gvfs-send-command): Apply `tramp-gvfs-maybe-open-connection'.
3391 Return t or nil.
3392
3393 * net/tramp.el (tramp-backtrace): Move up.
3394 (tramp-error): Dump a backtrace into the debug buffer when
3395 `tramp-verbose > 9.
3396 (tramp-file-mode-type-map, tramp-file-mode-from-int)
3397 (tramp-file-mode-permissions, tramp-get-local-uid)
3398 (tramp-get-local-gid, tramp-check-cached-permissions): Move from
3399 tramp-sh.el.
3400
3401 * net/tramp-sh.el (tramp-file-mode-type-map)
3402 (tramp-check-cached-permissions, tramp-file-mode-from-int)
3403 (tramp-file-mode-permissions, tramp-get-local-uid)
3404 (tramp-get-local-gid): Move to tramp.el.
3405
3406 2013-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
3407
3408 Separate mouse-1-click-follows-link from mouse-drag-region.
3409 * mouse.el (mouse--down-1-maybe-follows-link): New function.
3410 (key-translation-map): Use it to implement mouse-1-click-follows-link.
3411 (mouse-drag-line, mouse-drag-track):
3412 Remove mouse-1-click-follows-link code.
3413 (mouse--remap-link-click-p): Remove.
3414
3415 2013-03-08 Jambunathan K <kjambunathan@gmail.com>
3416
3417 * hi-lock.el (hi-lock-read-regexp-defaults-function): New var.
3418 (hi-lock-read-regexp-defaults): New defun.
3419 (hi-lock-line-face-buffer, hi-lock-face-buffer)
3420 (hi-lock-face-phrase-buffer): Propagate above change.
3421 Update docstring (bug#13892).
3422
3423 * subr.el (find-tag-default-as-regexp): New defun.
3424 * replace.el (read-regexp): Propagate above change.
3425
3426 2013-03-08 Jay Belanger <jay.p.belanger@gmail.com>
3427
3428 * calc/calc-units.el (calc-convert-units): Fix the way that default
3429 new units are stored.
3430
3431 2013-03-07 Matthias Meulien <orontee@gmail.com>
3432
3433 * bookmark.el: Define a face to highlight bookmark names in
3434 bookmark menu buffers, where the default is a bold face similarly
3435 to buffer names in buffer menu buffers.
3436 (bookmark-menu-bookmark): New face to highlight bookmark names.
3437 (bookmark-insert-location): Remove duplicated text property to
3438 conform to buffer list (see `list-buffers').
3439 (bookmark-bmenu-list, bookmark-bmenu-hide-filenames): Apply face
3440 `bookmark-menu-bookmark' to bookmark names.
3441
3442 2013-03-07 Matthias Meulien <orontee@gmail.com>
3443 Karl Fogel <kfogel@red-bean.com>
3444
3445 * bookmark.el: Display the bookmark list header similarly to the
3446 buffer list header (see `list-buffers'), where the default is now
3447 an immovable/immutable header line.
3448 (bookmark-bmenu-use-header-line): New variable.
3449 (bookmark-bmenu-inline-header-height): New name for
3450 `bookmark-bmenu-header-height', to avoid confusion with the code
3451 for the new immovable header. All references changed.
3452 (bookmark-bmenu-set-header): New function.
3453 (bookmark-bmenu-list, bookmark-bmenu-toggle-filenames):
3454 Conditionalize header construction accordingly.
3455 (bookmark-bmenu-ensure-position): Conditionalize the skipping of
3456 the inline header height.
3457 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
3458 Conditionalize the skipping of the inline header height.
3459
3460 2013-03-07 Dmitry Gutov <dgutov@yandex.ru>
3461
3462 * progmodes/js.el (js--multi-line-declaration-indentation):
3463 Merge from js2-mode (https://github.com/mooz/js2-mode/issues/89).
3464
3465 2013-03-06 Dmitry Gutov <dgutov@yandex.ru>
3466
3467 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
3468 Only propertize regexp when not inside a string (Bug#13885).
3469
3470 2013-03-06 Alan Mackenzie <acm@muc.de>
3471
3472 Correct the position of point in some line-up functions.
3473 * progmodes/cc-align.el (c-lineup-whitesmith-in-block)
3474 (c-lineup-assignments, c-lineup-gcc-asm-reg ): Take position of
3475 point at column 0 rather than at a random place in the line.
3476
3477 2013-03-05 Michael Albinus <michael.albinus@gmx.de>
3478
3479 * net/tramp-compat.el (tramp-compat-delete-directory):
3480 Implement TRASH argument.
3481
3482 2013-03-05 Dmitry Gutov <dgutov@yandex.ru>
3483
3484 Keep pre-existing highlighting in completion candidates (Bug#13250).
3485 * minibuffer.el (completions-first-difference): State that the
3486 face is "added" in the docstring.
3487 (completions-common-part): Same. And don't inherit from default.
3488 (completion-hilit-commonality): Prepend 'completions-common-part
3489 and 'completion-first-difference faces to the 'face property,
3490 instead of replacing the value(s).
3491 (completion--insert-strings): Same with 'completions-annotations face.
3492 (completion-hilit-commonality): Use 'face instead of
3493 'font-lock-face, because it gets priority if the completion
3494 strings already have 'face set.
3495
3496 2013-03-04 Alan Mackenzie <acm@muc.de>
3497
3498 Replace `last-command-event' by `last-command-char' in XEmacs.
3499 * progmodes/cc-defs.el (c-last-command-char): New macro.
3500 * progmodes/cc-align.el (c-semi&comma-inside-parenlist)
3501 (c-semi&comma-no-newlines-before-nonblanks)
3502 (c-semi&comma-no-newlines-for-oneline-inliners): Use the new macro
3503 in place of `last-command-event'.
3504 * progmodes/cc-cmds.el (c-electric-pound, c-electric-brace)
3505 (c-electric-slash, c-electric-semi&comma, c-electric-lt-gt)
3506 (c-electric-paren, c-electric-continued-statement): Use the new
3507 macro in place of `last-command-event'.
3508
3509 2013-03-04 Glenn Morris <rgm@gnu.org>
3510
3511 * files.el (inhibit-local-variables-regexps):
3512 Add .diff and .patch. (Bug#13862)
3513
3514 2013-03-03 Michael Albinus <michael.albinus@gmx.de>
3515
3516 * net/tramp-adb.el (tramp-adb-maybe-open-connection): Cache,
3517 whether the "su" command is available on the device.
3518
3519 2013-03-01 Michael Albinus <michael.albinus@gmx.de>
3520
3521 * net/tramp-adb.el (tramp-adb-prompt): Extend regexp.
3522 (tramp-adb-handle-process-file): Remove superfluous setting.
3523 (tramp-adb-command-exit-status): Handle case that COMMAND is nil.
3524 (tramp-adb-barf-unless-okay): Use `tramp-adb-command-exit-status'.
3525 (tramp-adb-maybe-open-connection): Apply "su" if user is defined.
3526
3527 2013-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
3528
3529 * textmodes/ispell.el: Fix nitpicks and byte-compiler warnings.
3530 (ispell-print-if-debug): Build `format' in. Avoid end-of-buffer.
3531 (ispell-parse-hunspell-affix-file): Avoid beginning-of-buffer.
3532 Use dict-key rather than dict-name for the error message.
3533
3534 2013-03-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3535
3536 * net/net-utils.el (net-utils-run-simple): Don't display-buffer
3537 when reverting (bug#13831).
3538
3539 2013-03-01 Agustín Martín Domingo <agustin.martin@hispalinux.es>
3540
3541 * textmodes/ispell.el (ispell-find-hunspell-dictionaries):
3542 Always expand affix-file before storing to protect against changed
3543 `default-directory'.
3544 (ispell-print-if-debug): Make sure message is printed at the end
3545 of the debug buffer.
3546
3547 2013-03-01 Michael Albinus <michael.albinus@gmx.de>
3548
3549 * net/tramp.el (tramp-obsolete-methods): New defconst.
3550 (tramp-warned-obsolete-methods): New defvar.
3551 (tramp-find-method): Check for obsolete methods. Map them to a
3552 replacement method if appropriate.
3553
3554 * net/tramp-sh.el (tramp-methods) [scp1, scp2, ssh1, ssh2, plink1]:
3555 Remove methods.
3556 (top): Remove completion functions for "scp1", "scp2", "ssh1",
3557 "ssh2" and "plink1".
3558
3559 2013-02-28 Dale Sedivec <dale@codefu.org>
3560
3561 * textmodes/sgml-mode.el (sgml-syntax-propertize-function):
3562 Return valid syntax-table property value when converting
3563 quotes within text from string syntax to punctuation syntax (bug#13844).
3564
3565 2013-02-28 Juri Linkov <juri@jurta.org>
3566
3567 * dired-aux.el (dired-diff): If file at point is a backup file,
3568 use its original as the default value, and reverse the order
3569 of arguments to the `diff' call. Doc fix. (Bug#13772)
3570
3571 2013-02-28 Michael Albinus <michael.albinus@gmx.de>
3572
3573 * net/tramp-adb.el (tramp-adb-sdk-dir): Remove. Replaced by ...
3574 (tramp-adb-program): New defcustom. Remove function. Adapt calls.
3575
3576 2013-02-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
3577
3578 Initial support for hunspell dictionaries auto-detection (Bug#13639)
3579
3580 * textmodes/ispell.el (ispell-find-hunspell-dictionaries):
3581 Ask hunspell about available and default dictionaries.
3582 (ispell-parse-hunspell-affix-file): Extract relevant info from
3583 hunspell affix file.
3584 (ispell-hunspell-fill-dictionary-entry): Fill non-initialized
3585 `ispell-dictionary-alist' entry for given dictionary after info
3586 provided by `ispell-parse-hunspell-affix-file'.
3587 (ispell-hunspell-dict-paths-alist): New defvar to contain an alist
3588 of parsed hunspell dicts and associated affix files.
3589 (ispell-hunspell-dictionary-alist): New defvar to contain an alist
3590 of parsed hunspell dicts and associated parameters.
3591 (ispell-set-spellchecker-params):
3592 Call `ispell-find-hunspell-dictionaries' if hunspell and not
3593 previously done.
3594 (ispell-start-process):
3595 Call `ispell-hunspell-fill-dictionary-entry' for current
3596 dictionary if it is not initialized.
3597
3598 2013-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
3599
3600 * imenu.el: Comment nitpicks.
3601
3602 2013-02-28 Sam Steingold <sds@gnu.org>
3603
3604 * vc/diff-mode.el (diff-hunk-file-names): Handle filenames with spaces.
3605 See <http://stackoverflow.com/questions/14720205>.
3606
3607 2013-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3608
3609 * net/net-utils.el (net-utils--revert-function): New fun (bug#13831).
3610 (net-utils-mode): Use it.
3611 (net-utils--revert-cmd): New var.
3612 (net-utils-run-simple): Set it, and remove bogus interactive spec.
3613 (traceroute): Use net-utils-run-simple.
3614
3615 2013-02-28 Glenn Morris <rgm@gnu.org>
3616
3617 * textmodes/paragraphs.el (mark-paragraph): Doc fix.
3618
3619 2013-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
3620
3621 * doc-view.el: Preserve h&v scroll across C-c C-c C-c C-c.
3622 (doc-view-fallback-mode): Remove overlays here.
3623 (doc-view-toggle-display): Instead of here. Don't throw away
3624 image-mode-winprops-alist.
3625 (doc-view-goto-page): Don't mess with hscroll.
3626
3627 2013-02-27 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3628
3629 * font-lock.el (lisp-font-lock-keywords-2): Fix highlighting of
3630 &optional (bug#13819).
3631
3632 2013-02-27 Michael Albinus <michael.albinus@gmx.de>
3633
3634 * net/tramp-adb.el (tramp-adb-parse-device-names)
3635 (tramp-adb-maybe-open-connection): Add timeouts. (Bug#13299)
3636
3637 2013-02-26 Michael Albinus <michael.albinus@gmx.de>
3638
3639 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
3640 Add "2>/dev/null" to the ls command, in case "en_US.utf8" is not
3641 defined. POSIX environments fall back to the "C" locale then and
3642 emit a warning, which shall be suppressed.
3643
3644 2013-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
3645
3646 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode): Tweak logic.
3647 (easy-mmode-set-keymap-parents): Use make-composed-keymap.
3648
3649 2013-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
3650
3651 * emacs-lisp/bytecomp.el (byte-compile-file): Use let.
3652
3653 2013-02-25 Juri Linkov <juri@jurta.org>
3654
3655 * replace.el (read-regexp): Let-bind `default' to the first
3656 element of `defaults' if it's a list, otherwise it should be
3657 a string or nil. Let-bind `suggestions' to `defaults' if it's
3658 a list, otherwise make a list with the string value. Doc fix.
3659 (Bug#13805)
3660
3661 2013-02-25 Eli Zaretskii <eliz@gnu.org>
3662
3663 * emacs-lisp/bytecomp.el (byte-recompile-directory): Reject files
3664 that match "\`\.#", to avoid compiling lock files, even if they
3665 are readable (as they are on MS-Windows).
3666
3667 2013-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
3668
3669 * files.el (basic-save-buffer): Remove redundant directory-creation.
3670
3671 2013-02-24 Jay Belanger <jay.p.belanger@gmail.com>
3672
3673 * calc/calc-ext.el (math-to-radians-2, math-from-radians-2):
3674 Add option to force `pi' to remain symbolic.
3675 * calc/calcalg2.el (calcFunc-sin, calcFunc-cos, calcFunc-tan)
3676 (calcFunc-cot, calcFunc-csc, calcFunc-sec, calcFunc-arcsin)
3677 (calcFunc-arccos, calcFunc-arctan): Use symbolic `pi' in the
3678 derivatives, when necessary.
3679
3680 2013-02-23 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
3681
3682 * progmodes/ps-mode.el (ps-mode-version): Bump to 1.1i.
3683 (ps-mode-octal-region): Use string-make-unibyte.
3684
3685 2013-02-23 Glenn Morris <rgm@gnu.org>
3686
3687 * emulation/viper-cmd.el (viper-submit-report):
3688 * progmodes/ps-mode.el (ps-mode-maintainer-address):
3689 * progmodes/vera-mode.el (vera-mode-help-address):
3690 * textmodes/artist.el (artist-maintainer-address):
3691 * textmodes/reftex.el (reftex-report-bug):
3692 * vc/ediff-util.el (ediff-submit-report):
3693 Add bug-gnu-emacs to bug report address.
3694
3695 * progmodes/simula.el (simula-mode-menu, simula-mode-map):
3696 Remove bug report entries.
3697 (simula-mode-help-address, simula-submit-bug-report): Make obsolete.
3698
3699 * emacs-lisp/bytecomp.el (byte-compile-level): New.
3700 (byte-compile-file, byte-compile-from-buffer):
3701 Use separate input/output buffers for each level of recursive
3702 byte-compile-file calls. (Bug#13787)
3703
3704 2013-02-23 Michael Albinus <michael.albinus@gmx.de>
3705
3706 * net/tramp.el (tramp-methods): Fix docstring.
3707 (tramp-ssh-controlmaster-options): Rename it from
3708 `tramp-ssh-controlmaster-template'. Return a string.
3709 (tramp-default-method): Adapt check for
3710 `tramp-ssh-controlmaster-options'.
3711
3712 * net/tramp-sh.el (tramp-methods):
3713 Replace `tramp-ssh-controlmaster-template' by "%c".
3714 (tramp-do-copy-or-rename-file-out-of-band)
3715 (tramp-maybe-open-connection): Use it in format spec. Ensure,
3716 that it is applied for the first hop only.
3717
3718 2013-02-22 Juri Linkov <juri@jurta.org>
3719
3720 * isearch.el (isearch-lazy-highlight-new-loop):
3721 Set `isearch-lazy-highlight-start' and `isearch-lazy-highlight-end'
3722 to `isearch-other-end' if it is not nil. (Bug#13402)
3723
3724 * replace.el (replace-highlight): Let-bind `isearch-other-end'
3725 to `match-beg'.
3726
3727 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
3728 Let-bind `isearch-other-end' to `start', `isearch-forward' to t
3729 and `isearch-error' to nil.
3730
3731 2013-03-16 Fabián Ezequiel Gallina <fgallina@cuca>
3732
3733 * progmodes/python.el (python-info-current-defun):
3734 Enhance match-data cluttering prevention.
3735
3736 2013-02-22 Michael Albinus <michael.albinus@gmx.de>
3737
3738 * net/tramp.el (tramp-tramp-file-p): Fix docstring.
3739
3740 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
3741 Handle multibyte file names.
3742
3743 2013-02-22 Glenn Morris <rgm@gnu.org>
3744
3745 * textmodes/sgml-mode.el (sgml-xml-mode): Move before use.
3746 (sgml-transformation-function): Give it a :set function.
3747 (sgml-tag): Doc fix.
3748
3749 * cmuscheme.el (scheme-buffer):
3750 * progmodes/inf-lisp.el (inferior-lisp-buffer):
3751 * progmodes/tcl.el (inferior-tcl-buffer):
3752 * textmodes/tex-mode.el (tex-command): Doc fixes.
3753
3754 * image-mode.el (image-mode): Add mouse bindings for mode-line-process.
3755
3756 * htmlfontify.el (hfy-default-header): Encode title string. (Bug#7457)
3757
3758 2013-02-21 Bastien Guerry <bzg@gnu.org>
3759
3760 * cmuscheme.el (scheme-buffer): Fix docstring. (Bug#13778)
3761
3762 2013-02-21 Fabián Ezequiel Gallina <fgallina@cuca>
3763
3764 * progmodes/python.el (python-info-current-defun):
3765 Enhance match-data cluttering prevention.
3766
3767 2013-02-21 Glenn Morris <rgm@gnu.org>
3768
3769 * net/tramp.el (tramp-get-debug-buffer): Ensure outline.el is not
3770 loaded while outline-regexp is let bound. (Bug#9584)
3771
3772 2013-02-21 Fabián Ezequiel Gallina <fgallina@cuca>
3773
3774 * progmodes/python.el (python-info-current-defun): Fix failed
3775 defun name retrieval because of unwanted match-data cluttering.
3776
3777 2013-02-21 Michael Albinus <michael.albinus@gmx.de>
3778
3779 * net/tramp.el (tramp-ssh-controlmaster-template): Make it a
3780 defconst. Apply independent check for ControlPersist.
3781
3782 * net/tramp-sh.el (tramp-sh-handle-set-file-times): Set $UTC only
3783 temporarily, via "env".
3784
3785 2013-02-21 Glenn Morris <rgm@gnu.org>
3786
3787 * info.el (Info-enable-edit): Remove.
3788 (Info-edit): Disable it rather than using Info-enable.
3789 (Info-edit-mode-hook, Info-edit-map, Info-edit-mode, Info-edit)
3790 (Info-cease-edit): Make editing of Info files obsolete.
3791
3792 * informat.el (Info-tagify):
3793 Handle buffers not visiting files. (Bug#13763)
3794
3795 2013-02-21 Juanma Barranquero <lekktu@gmail.com>
3796
3797 * calc/calc-graph.el (calc-graph-show-dumb): Fix typo.
3798
3799 2013-02-21 Glenn Morris <rgm@gnu.org>
3800
3801 * files.el (basic-save-buffer): Move check for existing parent
3802 directory after hooks. (Bug#13773)
3803
3804 2013-02-20 Stefan Monnier <monnier@iro.umontreal.ca>
3805
3806 * simple.el (command-execute): Move from C. Add obsolete check.
3807 (extended-command-history): Move from C.
3808
3809 2013-02-20 Ulrich Müller <ulm@gentoo.org>
3810
3811 * jka-cmpr-hook.el (jka-compr-compression-info-list)
3812 (jka-compr-mode-alist-additions): Handle .txz suffix for
3813 XZ-compressed tar archives (bug#13770).
3814
3815 2013-02-20 Bastien Guerry <bzg@gnu.org>
3816
3817 * outline.el (outline-regexp, outline-heading-end-regexp):
3818 Make variables, not options (bug#13731).
3819
3820 2013-02-20 Glenn Morris <rgm@gnu.org>
3821
3822 * image.el (image-current-frame): Change from variable to function.
3823 (image-show-frame): Rename from image-nth-frame. Update callers.
3824 * image-mode.el (image-multi-frame): New variable.
3825 (image-mode-map, image-mode, image-goto-frame):
3826 Use image-multi-frame rather than image-current-frame.
3827 (image-mode, image-goto-frame): Use image-current-frame as
3828 function rather than as variable.
3829
3830 * emacs-lisp/cl-lib.el (cl-floatp-safe): Make it an alias for floatp.
3831 * emacs-lisp/cl-macs.el (cl--make-type-test)
3832 (cl--compiler-macro-assoc): Use floatp rather than cl-floatp-safe.
3833
3834 2013-02-19 Michael Albinus <michael.albinus@gmx.de>
3835
3836 * net/tramp-cache.el (tramp-get-hash-table): New defun.
3837 (tramp-get-file-property, tramp-set-file-property)
3838 (tramp-get-connection-property, tramp-set-connection-property): Use it.
3839 (tramp-flush-file-property, tramp-flush-directory-property):
3840 Rename argument to KEY.
3841 (tramp-flush-connection-property): Simplify a little bit.
3842 (tramp-connection-property-p): New defun.
3843 (top): Reapply saved values only if there isn't a corresponding
3844 entry in `tramp-connection-properties'.
3845
3846 2013-02-19 Fabián Ezequiel Gallina <fgallina@cuca>
3847
3848 * progmodes/python.el (python-indent-context):
3849 Fix python-info-line-ends-backslash-p call.
3850 (python-info-line-ends-backslash-p)
3851 (python-info-beginning-of-backslash): Respect line-number argument.
3852 (python-info-current-line-comment-p):
3853 Fix behavior when not at beginning-of-line.
3854 (python-util-position): Remove function.
3855 (python-util-goto-line): New function.
3856
3857 2013-02-19 Michael Albinus <michael.albinus@gmx.de>
3858
3859 * eshell/em-unix.el (eshell/su): Require tramp.
3860 (eshell/sudo): Require tramp. Remove now unnecessary check.
3861
3862 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Let-bind
3863 `tramp-current-connection' in order to avoid an error when several
3864 commands are invoked in a short time in eshell and friends.
3865
3866 2013-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
3867
3868 Cleanup some of EIEIO's namespace.
3869 * emacs-lisp/eieio.el (eieio--define-field-accessors): New macro.
3870 Use it to define all the class-* and object-* field accessors (renamed
3871 to eieio--class-* and eieio--object-*). Update all uses.
3872 (eieio--class-num-slots, eieio--object-num-slots): Rename from
3873 class-num-slots and object-num-slots.
3874 (eieio--check-type): New macro.
3875 (eieio-defclass, eieio-oref, eieio-oref-default, same-class-p)
3876 (object-of-class-p, child-of-class-p, object-slots, class-slot-initarg)
3877 (eieio-oset, eieio-oset-default, object-assoc, object-assoc-list)
3878 (object-assoc-list-safe): Use it.
3879 (eieio-defclass): Tighten regexp.
3880 (eieio--defmethod): Use `memq'. Signal an error for unknown method kind.
3881 Remove unreachable code.
3882 (object-class-fast): Declare obsolete.
3883 (eieio-class-name, eieio-object-name, eieio-object-set-name-string)
3884 (eieio-object-class, eieio-object-class-name, eieio-class-parents)
3885 (eieio-class-children, eieio-class-precedence-list, eieio-class-parent):
3886 Rename from class-name, object-name, object-set-name-string,
3887 object-class, object-class-name, class-parents, class-children,
3888 class-precedence-list, class-parent; with obsolete alias.
3889 (class-of, class-direct-superclasses, class-direct-subclasses):
3890 Declare obsolete.
3891 (eieio-defmethod): Use `memq'; remove unreachable code.
3892 * emacs-lisp/eieio-base.el (eieio-persistent-read):
3893 * emacs-lisp/eieio-opt.el (eieio-class-button, eieio-describe-generic)
3894 (eieio-browse-tree, eieio-browse): Use eieio--check-type.
3895
3896 2013-02-18 Aidan Gauland <aidalgol@no8wireless.co.nz>
3897
3898 * eshell/em-cmpl.el: Correct "context-related help" keybinding in
3899 commentary.
3900
3901 2013-02-18 Michael Heerdegen <michael_heerdegen@web.de>
3902
3903 * emacs-lisp/eldoc.el (eldoc-highlight-function-argument):
3904 Use font-lock-keyword-face for macros and special forms (bug#8345).
3905
3906 2013-02-17 Didier Verna <didier@didierverna.net>
3907
3908 * net/network-stream.el (network-stream-open-starttls):
3909 Check that response to the starttls-command is non-nil. (Bug#13706)
3910
3911 2013-02-17 Stefan Monnier <monnier@iro.umontreal.ca>
3912
3913 * font-lock.el (lisp-font-lock-keywords-1, lisp-font-lock-keywords-2):
3914 Don't assume all identifier chars have syntax word.
3915 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
3916 Remove bar-not-symbol. Adjust callers.
3917 (lisp-mode-variables): Don't set a font-lock-syntax-table.
3918
3919 2013-02-17 Leo Liu <sdl.web@gmail.com>
3920
3921 * net/rcirc.el (rcirc-keepalive): Fix invalid timer error.
3922
3923 2013-02-17 Glenn Morris <rgm@gnu.org>
3924
3925 * menu-bar.el (menu-bar-tools-menu): Fix case of EDE entry.
3926
3927 * image-mode.el (image-mode-map): Add image-dired menu entry.
3928
3929 * image-dired.el (tumme): Make this alias obsolete.
3930
3931 2013-02-16 Glenn Morris <rgm@gnu.org>
3932
3933 * image.el (image-animated-types): Remove.
3934 (image-multi-frame-p): Rename from image-animated-p, and generalize.
3935 (image-animated-p): Make obsolete alias.
3936 (image-animate, image-nth-frame, image-animate-timeout):
3937 Use image-multi-frame-p.
3938 (image-animate-timeout): If no delay, use image-default-frame-delay.
3939 * image-mode.el (image-mode, image-toggle-animation):
3940 Use image-multi-frame-p. (Bug#763, bug#10739)
3941 (image-mode): Adjust startup message for a multi-frame image.
3942
3943 * image-mode.el (image-mode-map): Give it a menu.
3944
3945 2013-02-16 Michael Albinus <michael.albinus@gmx.de>
3946
3947 * net/tramp-cache.el (tramp-connection-properties): New customer
3948 option.
3949 (tramp-get-connection-property): Use it.
3950
3951 * net/tramp-compat.el (top): Require 'trampver.
3952
3953 * net/tramp-sh.el (tramp-remote-process-environment):
3954 Set tramp-autoload cookie.
3955
3956 2013-02-16 Kevin Ryde <user42@zip.com.au>
3957
3958 * info-look.el (info-lookup-select-mode): If major-mode has no
3959 info-lookup-alist entry then search up derived-mode-parent (bug#8660).
3960
3961 2013-02-16 Jambunathan K <kjambunathan@gmail.com>
3962
3963 * replace.el (read-regexp): Tighten the regexp that matches tag.
3964 When tag is retrieved with `find-tag-default', use regexp that
3965 matches tag at point. Also update docstring (Bug#13687).
3966
3967 2013-02-16 Eli Zaretskii <eliz@gnu.org>
3968
3969 * autorevert.el (auto-revert-notify-add-watch): With 'w32notify',
3970 add watch for the file, not its parent directory, since w32notify
3971 sets up the watch for the directory internally. (Bug#13725)
3972
3973 2013-02-16 Glenn Morris <rgm@gnu.org>
3974
3975 * image.el (image-default-frame-delay): New variable.
3976 (image-animated-p): Use image-default-frame-delay.
3977 (image-minimum-frame-delay): New constant.
3978 (image-animate-timeout): Use image-minimum-frame-delay.
3979
3980 * image.el (image-nth-frame): New, split from image-animate-timeout.
3981 (image-animate-timeout): Use image-nth-frame.
3982 * image-mode.el (image-goto-frame, image-next-frame)
3983 (image-previous-frame): New commands.
3984 (image-mode-map): Add new frame commands.
3985
3986 2013-02-16 Jonas Bernoulli <jonas@bernoul.li>
3987
3988 * emacs-lisp/tabulated-list.el (tabulated-list-print-col):
3989 If col-desc already has help-echo, use it. (Bug#13563)
3990
3991 2013-02-16 Glenn Morris <rgm@gnu.org>
3992
3993 * image.el (image-current-frame): New variable.
3994 (image-animate-timeout): Set image-current-frame.
3995 * image-mode.el (image-mode): For animated images,
3996 display a frame counter via mode-line-process.
3997
3998 * font-lock.el (lisp-font-lock-keywords-1): Add defvar-local.
3999
4000 2013-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
4001
4002 * simple.el (eval-expression): Let `exp' set the mark (bug#13724).
4003
4004 2013-02-15 Alan Mackenzie <acm@muc.de>
4005
4006 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode): When a
4007 global minor mode has been enabled, call the minor mode function
4008 for a new buffer once only, after the major mode hook, whilst
4009 allowing that hook explicitly to disable the minor mode.
4010 (MODE-disable-in-buffer): New (generated) function.
4011 (disable-MODE): New (generated) buffer local variable.
4012
4013 2013-02-15 Jambunathan K <kjambunathan@gmail.com>
4014
4015 * iswitchb.el (iswitchb-read-buffer): Bind `C-.' and `C-,' to
4016 `iswitchb-next-match' and `iswitchb-prev-match' resply.
4017 * ido.el (ido-init-completion-maps): Bind `C-.' and `C-,' to
4018 `ido-next-match' and `ido-prev-match' resply.
4019 * icomplete.el (icomplete-minibuffer-map): Unbind `C-s' and `C-r'.
4020 Bind `C-.' and `C-,' to `icomplete-forward-completions' and
4021 `icomplete-backward-completions' (Bug#13708).
4022
4023 2013-02-15 Glenn Morris <rgm@gnu.org>
4024
4025 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
4026
4027 2013-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
4028
4029 * net/goto-addr.el (goto-address-fontify): Add start and end args.
4030 (goto-address-fontify-region): Use them instead of narrowing, so
4031 syntax-ppss has access to the whole buffer.
4032
4033 2013-02-15 Fabián Ezequiel Gallina <fgallina@cuca>
4034
4035 * progmodes/python.el: Explain how to restore "cc-mode"-like
4036 forward-sexp movement in header documentation (Bug#13642).
4037 (python-nav--forward-sexp): Behave like emacs-lisp-mode in
4038 comments and strings (GH bug 114).
4039
4040 2013-02-15 Fabián Ezequiel Gallina <fgallina@cuca>
4041
4042 * progmodes/python.el (python-info-current-defun): Fix current
4043 defun detection (Bug#13618).
4044
4045 2013-02-15 Chong Yidong <cyd@gnu.org>
4046
4047 * xml.el (xml-parse-string): Fix typo in handling of bad character
4048 references.
4049
4050 2013-02-15 Glenn Morris <rgm@gnu.org>
4051
4052 * play/fortune.el (fortune-compile): Simplify and fix previous change.
4053
4054 2013-02-14 Michael Albinus <michael.albinus@gmx.de>
4055
4056 * net/tramp.el (tramp-debug-message):
4057 Add `tramp-condition-case-unless-debug'.
4058 (tramp-debug-on-error): New defvar.
4059 (tramp-condition-case-unless-debug): New defun.
4060 (tramp-file-name-handler): Use it.
4061
4062 2013-02-14 Juri Linkov <juri@jurta.org>
4063
4064 * info.el (Info-isearch-filter): Treat non-nil values of
4065 `search-invisible' including its default value `open'
4066 like the value `t' to match hidden text. (Bug#13402)
4067
4068 2013-02-14 Glenn Morris <rgm@gnu.org>
4069
4070 * help-fns.el (find-lisp-object-file-name): Give special treatment
4071 to all ~/.foo.elc files, not just ~/.emacs. (Bug#9007)
4072
4073 2013-02-14 David Biesack <sasdjb@d72933.na.sas.com> (tiny change)
4074
4075 * net/quickurl.el (quickurl-save-urls):
4076 Ensure quickurl-urls is not truncated on printing. (Bug#9276)
4077
4078 2013-02-14 Dmitry Gutov <dgutov@yandex.ru>
4079
4080 * progmodes/ruby-mode.el (ruby-parse-partial): Don't increase
4081 depth for unfinished percent literal. Not using it in the caller.
4082 (ruby-move-to-block): Jump over multiline literals of all types,
4083 ignoring code-looking contents inside them.
4084 (ruby-add-log-current-method): Improve performance at the expense
4085 of accuracy. `ruby-block-contains-point' is relatively slow, so
4086 only use it for method and singleton class blocks.
4087
4088 2013-02-13 Michael Albinus <michael.albinus@gmx.de>
4089
4090 Use ControlMaster where applicable. (Bug#13677)
4091
4092 * net/tramp.el (tramp-ssh-controlmaster-template): New defvar,
4093 replacing `tramp-detect-ssh-controlmaster'.
4094 (tramp-default-method): Use it.
4095
4096 * net/tramp-sh.el (tramp-methods) [scp, scp1, scp2, scpx, sftp]:
4097 [rsync, ssh, ssh1, ssh2, sshx]: Add ControlPath and ControlMaster
4098 arguments.
4099 [scpc, rsyncc]: Remove methods.
4100 (top): Remove completion functions for "scpc", "rsyncc", "ssh1_old"
4101 and "ssh2_old".
4102 (tramp-do-copy-or-rename-file-out-of-band): Change trace level.
4103 (tramp-maybe-open-connection): Reuse tmpfile for ControlPath.
4104
4105 2013-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
4106
4107 * emacs-lisp/package.el (package--initialized): Move before first use.
4108
4109 2013-02-13 Jambunathan K <kjambunathan@gmail.com>
4110
4111 * icomplete.el (icomplete-hide-common-prefix): New user option.
4112 (icomplete-first-match): New face.
4113 (icomplete-completions): Correct handling of "complete but not
4114 unique" (Bug#12638).
4115
4116 2013-02-13 YE Qianchuan <stool.ye@gmail.com> (tiny change)
4117
4118 * descr-text.el (describe-char): Display the script (bug#13698).
4119
4120 2013-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
4121
4122 * tmm.el: Use lexical-binding and current-active-maps.
4123 (tmm-menubar): Use map-keymap and pcase.
4124 (tmm--completion-table): New function.
4125 (tmm-prompt): Use it to fix the menu order.
4126 (tmm-get-keybind): Use current-active-maps.
4127
4128 2013-02-12 Christopher Schmidt <christopher@ch.ristopher.com>
4129
4130 Add dired-hide-details-mode. (Bug#6799)
4131
4132 * locate.el (locate-mode): Set parent mode property to dired-mode.
4133
4134 * find-dired.el (find-dired): Call dired-insert-set-properties on
4135 initial information line. Set process mark on end of buffer.
4136 (find-dired-sentinel):
4137 Call dired-insert-set-properties on summary.
4138
4139 * dired.el (dired-hide-details-hide-symlink-targets)
4140 (dired-hide-details-hide-information-lines): New options.
4141 (dired-insert-directory):
4142 Set properties after final treatment of output.
4143 (dired-insert-set-properties):
4144 Set dired-hide-details-* properties.
4145 (dired-mode-map): Bind dired-hide-details-mode.
4146 (dired-mode): Set buffer-invisibility-spec to a list.
4147 (dired-next-line): Skip hidden lines.
4148 (dired-previous-line): Use dired-next-line.
4149 (dired-hide-details-mode): New minor mode.
4150 (dired-hide-details-update-invisibility-spec): New function.
4151
4152 2013-02-13 Glenn Morris <rgm@gnu.org>
4153
4154 * play/yow.el: Move to obsolete/. (Bug#9384)
4155
4156 2013-02-13 Juri Linkov <juri@jurta.org>
4157
4158 * vc/ediff-util.el (ediff-recenter): Use `select-frame-set-input-focus'
4159 to select `ediff-control-frame' and set input focus correctly on Xfce.
4160 (Bug#12218)
4161
4162 2013-02-13 Juri Linkov <juri@jurta.org>
4163
4164 * image-mode.el (image-mode-map):
4165 * doc-view.el (doc-view-mode-map):
4166 * vc/ediff-util.el (ediff-setup-keymap):
4167 Make S-SPC scroll in the opposite sense to SPC. (Bug#2145)
4168
4169 2013-02-13 Dmitry Gutov <dgutov@yandex.ru>
4170
4171 * progmodes/ruby-mode.el (ruby-move-to-block): Improve
4172 performance. Instead of recalculating indentation fully for each
4173 line, sum up indentation depth based only on visited lines.
4174 (ruby-parse-partial): Increase the depth after "do" even when END
4175 is right after it.
4176 (ruby-parse-partial): When END is in the middle of a percent
4177 literal, increase the depth if the delimiter chars belong to the
4178 paren syntax class.
4179
4180 2013-02-13 Kirill A. Korinskiy <catap@catap.ru>
4181
4182 * play/fortune.el (fortune-compile): Also make the compiled file
4183 if it does not exist at all, not just if it is old. (Bug#5338)
4184
4185 2013-02-13 Glenn Morris <rgm@gnu.org>
4186
4187 * emacs-lisp/package.el (package-menu-execute): Doc fix.
4188
4189 2013-02-13 Yves Baumes <ybaumes@gmail.com> (tiny change)
4190
4191 * lisp/emacs-lisp/package.el (package-menu-execute):
4192 Add optional noquery argument. (Bug#13625)
4193
4194 2013-02-13 Michael Albinus <michael.albinus@gmx.de>
4195
4196 * net/ange-ftp.el (ange-ftp-make-directory): Don't raise an error,
4197 if DIR exists and PARENTS is non-nil.
4198
4199 2013-02-13 Juanma Barranquero <lekktu@gmail.com>
4200
4201 * progmodes/js.el (js--multi-line-declaration-indentation):
4202 Silence byte-compiler warning.
4203
4204 2013-02-12 Michael Albinus <michael.albinus@gmx.de>
4205
4206 * net/tramp-adb.el (tramp-adb-handle-start-file-process): Rewrite.
4207
4208 * net/tramp-compat.el (top): Declare `remote-file-name-inhibit-cache'
4209 only if it doesn't exist.
4210
4211 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
4212 Set process marker.
4213
4214 2013-02-12 Tassilo Horn <tsdh@gnu.org>
4215
4216 * doc-view.el (doc-view-odf->pdf-converter-soffice): Use separate
4217 UserInstallation when calling soffice to work around LibreOffice
4218 bug 37531.
4219
4220 2013-02-12 Glenn Morris <rgm@gnu.org>
4221
4222 * files.el (basic-save-buffer):
4223 Offer to create a non-existing directory. (Bug#3016)
4224
4225 * calc/calc-graph.el (calc-graph-show-dumb):
4226 * calendar/calendar.el (calendar-mode-map):
4227 * cus-edit.el (custom-mode-map):
4228 * ehelp.el (electric-help-map):
4229 * emulation/vip.el (vip-mode-map):
4230 * epa.el (epa-key-list-mode-map):
4231 * info.el (Info-mode-map):
4232 * mail/rmail.el (rmail-mode-map):
4233 * mail/rmailsum.el (rmail-summary-mode-map):
4234 * man.el (Man-mode-map):
4235 * net/newst-plainview.el (newsticker-mode-map):
4236 * progmodes/cpp.el (cpp-edit-mode-map):
4237 * progmodes/grep.el (grep-mode-map):
4238 * progmodes/idlw-help.el (idlwave-help-mode-map):
4239 * simple.el (special-mode-map):
4240 * startup.el (splash-screen-keymap):
4241 * view.el (view-mode-map):
4242 Make S-SPC scroll in the opposite sense to SPC. (Bug#2145)
4243
4244 2013-02-11 Elias Pipping <pipping@lavabit.com>
4245
4246 * doc-view.el (doc-view-current-cache-dir): Beware % escapes
4247 (bug#13679).
4248
4249 2013-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
4250
4251 * cus-start.el (all): Remove inhibit-local-menu-bar-menus.
4252
4253 2013-02-11 Glenn Morris <rgm@gnu.org>
4254
4255 * vc/diff.el (diff-use-labels): New variable.
4256 (diff-no-select): Use --label rather than -L, and first
4257 check that it is supported. (Bug#11067)
4258
4259 * files.el (enable-dir-local-variables): New variable.
4260 (hack-dir-local-variables): Respect enable-dir-local-variables.
4261 * tutorial.el (help-with-tutorial):
4262 Ignore directory-local variables. (Bug#11127)
4263
4264 * vc/vc-svn.el (vc-svn-command): Move --non-interactive from here...
4265 (vc-svn-global-switches): ... to here. (Bug#13513)
4266
4267 2013-02-10 Christopher Schmidt <christopher@ch.ristopher.com>
4268
4269 * minibuf-eldef.el (minibuffer-default--in-prompt-regexps):
4270 Handle "foo (bar, default: xxx): " prompts.
4271
4272 2013-02-10 Chong Yidong <cyd@gnu.org>
4273
4274 * files.el (basic-save-buffer-1): Do not set
4275 buffer-file-coding-system-explicit (Bug#4533).
4276
4277 * mail/emacsbug.el (report-emacs-bug): Change binding of
4278 report-emacs-bug-insert-to-mailer to C-c M-i (Bug#13510).
4279
4280 2013-02-09 Jay Belanger <jay.p.belanger@gmail.com>
4281
4282 * calc/calc.el (calc-allow-units-as-numbers): New variable.
4283 * calc/calc-units.el (calc-convert-units): Use new variable.
4284
4285 2013-02-09 Eli Zaretskii <eliz@gnu.org>
4286
4287 * subr.el (buffer-file-type, default-buffer-file-type): Remove.
4288
4289 * net/ange-ftp.el (ange-ftp-insert-file-contents): Don't reference
4290 buffer-file-type.
4291
4292 * mail/feedmail.el (feedmail-force-binary-write): Doc fix.
4293 (feedmail-run-the-queue, feedmail-dump-message-to-queue)
4294 (feedmail-send-it-immediately): Don't bind buffer-file-type, bind
4295 coding-system-for-write instead.
4296
4297 * jka-compr.el (jka-compr-write-region): Don't bind
4298 buffer-file-type.
4299
4300 * emacs-lisp/bytecomp.el (byte-compile-file): Don't bind
4301 buffer-file-type.
4302
4303 * files.el (file-name-buffer-file-type-alist): Remove defvar.
4304 (insert-file-contents-literally): Remove reference to
4305 file-name-buffer-file-type-alist.
4306
4307 * dos-w32.el (file-name-buffer-file-type-alist): Deprecate and
4308 make-obsolete.
4309 (find-buffer-file-type-match, find-buffer-file-type): Remove.
4310 (find-buffer-file-type-coding-system): Remove references to
4311 find-buffer-file-type-match, find-buffer-file-type, and
4312 buffer-file-type.
4313 Don't put find-buffer-file-type-coding-system into
4314 file-coding-system-alist.
4315 (find-file-binary, find-file-text): Bind coding-system-for-read
4316 instead of file-name-buffer-file-type-alist.
4317
4318 2013-02-09 Jambunathan K <kjambunathan@gmail.com>
4319
4320 * doc-view.el: Use (and prefer) soffice as default ODF->PDF
4321 converter (Bug#13622).
4322 (doc-view-unoconv-program): Make obsolete alias.
4323 (doc-view-odf->pdf-converter-program): New variable.
4324 (doc-view-odf->pdf-converter-function): New variable.
4325 (doc-view-mode-p): Use it.
4326 (doc-view-odf->pdf-converter-unoconv):
4327 Rename from `doc-view-odf->pdf-converter-unoconv'.
4328 (doc-view-odf->pdf-converter-soffice): New function.
4329 (doc-view-convert-current-doc):
4330 Use `doc-view-odf->pdf-converter-function'.
4331
4332 2013-02-09 Chong Yidong <cyd@gnu.org>
4333
4334 * minibuffer.el (minibuffer-inactive-mode-map): Bind mouse-1 to
4335 view-echo-area-messages (Bug#13340).
4336
4337 * help.el (view-echo-area-messages): Use display-buffer.
4338
4339 * dired-x.el (dired-do-run-mail): Prompt for confirmation
4340 (Bug#13561).
4341
4342 2013-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
4343
4344 * emacs-lisp/byte-run.el (eval-when-compile, eval-and-compile):
4345 Eval body right away, now that we do eager macroexpansion (bug#13605).
4346
4347 * simple.el (end-of-buffer): Don't touch unrelated windows (bug#13466).
4348 (fundamental-mode): Use run-mode-hooks.
4349
4350 * eshell/esh-proc.el (eshell/kill): Fix last change.
4351 * eshell/em-ls.el (eshell-ls-dir): Fix use of CL in last change.
4352
4353 2013-02-08 Aidan Gauland <aidalgol@no8wireless.co.nz>
4354
4355 * eshell/esh-proc.el (eshell/kill): Rewrite.
4356
4357 * eshell/em-ls.el (show-almost-all): Declare.
4358 (eshell-do-ls): Add support for -A argument.
4359
4360 2013-02-08 Jambunathan K <kjambunathan@gmail.com>
4361
4362 * icomplete.el (icomplete-forward-completions)
4363 (icomplete-backward-completions): Handle corner case (bug#13602).
4364
4365 2013-02-07 Michael Albinus <michael.albinus@gmx.de>
4366
4367 * vc/vc-hooks.el (vc-find-file-hook): `buffer-file-truename' can
4368 be nil. Handle this. (Bug#13636)
4369
4370 2013-02-07 Richard Stallman <rms@gnu.org>
4371
4372 * mail/rmail.el (rmail-variables): Specify `no-conversion' for
4373 `save-buffer-coding-system'.
4374
4375 2013-02-07 Alan Mackenzie <acm@muc.de>
4376
4377 Fix bug in state cache mechanism. Remove 'BOD "strategy". Refactor.
4378 * progmodes/cc-engine.el (c-get-fallback-scan-pos): Remove.
4379 (c-parse-state-get-strategy): Don't return 'BOD any more.
4380 (c-append-lower-brace-pair-to-state-cache):
4381 Extra parameter HERE instead of narrowing.
4382 Widen to top of buffer before searching backwards for a brace pair.
4383 (c-state-push-any-brace-pair): Add HERE parameter to function call.
4384 (c-append-to-state-cache): Extra parameter HERE in place of narrowing.
4385 Narrow to parameter HERE, in place of being called narrowed.
4386 (c-remove-stale-state-cache): Extra parameter HERE in place of
4387 narrowing. Check there's an open brace in the cache before
4388 searching for its match.
4389 (c-invalidate-state-cache-1): Add HERE parameter to function call.
4390 (c-parse-state-1): Don't narrow here for 'forward strategy,
4391 instead passing extra parameter HERE to several functions.
4392 Remove 'BOD strategy.
4393
4394 2013-02-06 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
4395
4396 * emacs-lisp/package.el (describe-package-1): Tell what archive is
4397 used to install the package.
4398
4399 2013-02-06 Glenn Morris <rgm@gnu.org>
4400
4401 * vc/vc-hooks.el (vc-find-file-hook): Don't ask about following links
4402 if we can't get user input. (Bug#6567)
4403
4404 * startup.el (command-line): If simple.el is missing,
4405 test and warn about for some possible causes.
4406
4407 2013-02-05 Jan Djärv <jan.h.d@swipnet.se>
4408
4409 * cus-start.el (all): Add ns-use-native-fullscreen.
4410
4411 2013-02-05 Glenn Morris <rgm@gnu.org>
4412
4413 * profiler.el (profiler-report-mode-map): Add a restart menu entry.
4414
4415 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
4416 Fix directory creation in fallback case.
4417
4418 2013-02-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4419
4420 * vc/vc.el (vc-next-action): Fix inf-loop (bug#13610).
4421 (vc-update-change-log): Use dolist.
4422
4423 2013-02-04 Chong Yidong <cyd@gnu.org>
4424
4425 * thingatpt.el: Rewrite the URL detection routines, absorbing some
4426 code from ffap.el.
4427 (thing-at-point-beginning-of-url-regexp): New var.
4428 (thing-at-point-uri-schemes): Update list of URI schemes.
4429 (thing-at-point-url-regexp): Variable deleted.
4430 (thing-at-point-markedup-url-regexp): Disallow newlines.
4431 (thing-at-point-newsgroup-regexp)
4432 (thing-at-point-newsgroup-heads)
4433 (thing-at-point-default-mail-uri-scheme): New variables.
4434 (thing-at-point-bounds-of-url-at-point): Rewrite. Use ffap's
4435 method to find the possible bounds of the URI at point.
4436 New optional argument to find ill-formed URIs.
4437 (thing-at-point-url-at-point): Rewrite. New arguments for finding
4438 ill-formed URIs. Use thing-at-point-bounds-of-url-at-point, and
4439 the scheme-adding heuristics from ffap-url-at-point.
4440 (thing-at-point--bounds-of-well-formed-url): New function.
4441 Do parens matching to decide whether to include parens in the URI
4442 (Bug#9153).
4443
4444 * ffap.el: Require thingatpt.
4445 (ffap-url-at-point): Delegate URI detection to thing-at-point.
4446 All URI-valid characters are now recognized (Bug#5673).
4447 (ffap-string-at-point): Use use-region-p.
4448 (ffap-url-regexp): Extra character is handled by thing-at-point.
4449 (ffap-string-at-point-mode-alist): Allow parentheses.
4450 (ffap-newsgroup-regexp, ffap-newsgroup-heads, ffap-newsgroup-p):
4451 Convert to aliases; code moved to thingatpt.el.
4452 (ffap-gnus-hook): Use setq-local.
4453
4454 2013-02-04 Glenn Morris <rgm@gnu.org>
4455
4456 * emacs-lisp/ert.el (ert--explain-format-atom):
4457 Don't try to print non-characters as characters. (Bug#13543)
4458
4459 2013-02-03 Michael Albinus <michael.albinus@gmx.de>
4460
4461 * net/tramp.el (tramp-debug-message): Extend function exclude list.
4462 (tramp-backtrace): New defun.
4463 (tramp-handle-insert-file-contents): Use `visit' when inserting
4464 the local copy.
4465
4466 * net/tramp-sh.el (tramp-sh-handle-set-visited-file-modtime):
4467 Use `remote-file-name-inhibit-cache'.
4468
4469 2013-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
4470
4471 * progmodes/cperl-mode.el (cperl-mode): Avoid byte-compile warning
4472 (bug#13614).
4473
4474 * subr.el (internal--called-interactively-p--get-frame): Avoid filling
4475 current-load-list (bug#13366).
4476
4477 2013-02-02 Christopher Schmidt <christopher@ch.ristopher.com>
4478
4479 * progmodes/compile.el (compilation-error-regexp-alist-alist):
4480 Identify g++ template instantiation trace. (Bug#12287)
4481 (compilation-mode-hook, compilation-start-hook)
4482 (compilation-window-height): Simplify docstrings. (Bug#13379)
4483
4484 2013-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
4485
4486 * mouse.el (mouse-drag-track): Always deactivate the mark before
4487 running the final event's command since that command is in charge of
4488 activating the mark if needed (bug#13523).
4489
4490 2013-02-02 Juri Linkov <juri@jurta.org>
4491
4492 * replace.el (perform-replace): Move let-bindings of isearch-*
4493 variables deeper to the loop that searches for the next match.
4494 Add bindings for `isearch-nonincremental' and `isearch-adjusted'.
4495 Use `isearch-search-fun-default' instead of `isearch-search-fun'.
4496 (Bug#13579)
4497
4498 * isearch.el (isearch-search-fun-default): Check for null
4499 first element of isearch-cmds as a precaution when it's used
4500 with inactive isearch.
4501
4502 2013-02-02 Andrew W. Nosenko <andrew.w.nosenko@gmail.com> (tiny change)
4503
4504 * net/tramp.el (tramp-check-for-regexp): Avoid "Args out of range"
4505 error when buffer in question is narrowed so position 1 is out of
4506 visible part.
4507
4508 2013-02-02 Glenn Morris <rgm@gnu.org>
4509
4510 * textmodes/remember.el (remember-clipboard): Doc fix.
4511
4512 2013-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
4513
4514 * progmodes/make-mode.el (makefile-fill-paragraph): Reset syntax-table
4515 properties (bug#13179).
4516
4517 2013-02-02 Juri Linkov <juri@jurta.org>
4518
4519 * progmodes/grep.el (grep-regexp-alist): Use variable grep-match-face
4520 instead of hard-coded default face `match'. (Bug#9438)
4521
4522 2012-02-01 Christopher Schmidt <christopher@ch.ristopher.com>
4523
4524 * vc/vc-arch.el (vc-arch-registered):
4525 * vc/vc-bzr.el (vc-bzr-registered):
4526 * vc/vc-cvs.el (vc-cvs-registered):
4527 * vc/vc-git.el (vc-git-registered):
4528 * vc/vc-hg.el (vc-hg-registered):
4529 * vc/vc-mtn.el (vc-mtn-registered):
4530 * vc/vc-svn.el (vc-svn-registered): Suppress load messages.
4531 (Bug#13139)
4532
4533 * info.el (Info-next-reference, Info-prev-reference): Add numeric
4534 prefix argument. (Bug#11656)
4535
4536 2013-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
4537
4538 * help-fns.el (help-split-fundoc): Don't insert byte-compiled body.
4539
4540 2013-02-01 Glenn Morris <rgm@gnu.org>
4541
4542 * vc/vc-hooks.el (vc-menu-map): Disable vc-rollback menu item
4543 if the backend is known not to support it.
4544
4545 * imenu.el (imenu-default-create-index-function):
4546 Tweak infinite loop test to check for forward motion as well as none.
4547
4548 2013-02-01 Alex Harsanyi <AlexHarsanyi@gmail.com>
4549
4550 * net/soap-client.el (soap-invoke): Encode the string for
4551 `url-request-data' as UTF-8.
4552 Fixes <http://code.google.com/p/emacs-soap-client/issues/detail?id=16>.
4553
4554 2013-02-01 Glenn Morris <rgm@gnu.org>
4555
4556 * calc/calc-help.el (calc-view-news): Use view-emacs-news.
4557
4558 * calc/README, calc/README.prev: Rename/merge to etc/CALC-NEWS.
4559
4560 2013-01-31 Michael Albinus <michael.albinus@gmx.de>
4561
4562 * net/tramp.el (tramp-tramp-file-p): Comment check for
4563 `string-as-unibyte'. The function does not exist on XEmacs, and
4564 likely we need another approach.
4565
4566 * net/tramp-sh.el (tramp-compute-multi-hops): Check, whether
4567 `tramp-gw-*' variables are bound.
4568
4569 2013-01-31 Glenn Morris <rgm@gnu.org>
4570
4571 * files.el (basic-save-buffer-2): Choose coding system for
4572 writing the file before backing it up, to reduce delay between
4573 backing up and writing the new version. (Bug#13522)
4574
4575 2013-01-31 Michal Nazarewicz <mina86@mina86.com>
4576
4577 * simple.el (cycle-spacing): New command.
4578 (just-one-space): Use it.
4579
4580 2013-01-31 Stefan Monnier <monnier@iro.umontreal.ca>
4581
4582 * progmodes/opascal.el: Rename from delphi.el. Use lexical-binding.
4583 (opascal-newline-always-indents): Remove custom.
4584 (opascal-tab, opascal-newline): Remove commands.
4585 (opascal-new-comment-line): Insert "\n" instead of calling newline.
4586 (opascal-mode-map): Keep default bindings for RET and TAB and DEL.
4587 (opascal-save-match-data): Remove, use save-match-data instead.
4588 (opascal-save-state): Use with-silent-modifications.
4589
4590 * progmodes/pascal.el (pascal-mode-syntax-table): Accept //..\n comments
4591 (bug#13585).
4592
4593 2013-01-30 Juri Linkov <juri@jurta.org>
4594
4595 * frame.el (toggle-frame-maximized, toggle-frame-fullscreen):
4596 Use fullboth as an alias for fullscreen. Suggested by Jan Djärv in
4597 <http://lists.gnu.org/archive/html/emacs-devel/2013-01/msg00203.html>.
4598
4599 2013-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
4600
4601 * progmodes/make-mode.el (makefile-backslash-region): Don't compute
4602 column if we're just deleting the backslashes.
4603 (makefile-fill-paragraph): Use eolp.
4604
4605 2013-01-30 Michael Albinus <michael.albinus@gmx.de>
4606
4607 * autorevert.el (auto-revert-use-notify): Fix docstring.
4608
4609 2013-01-30 Leo Liu <sdl.web@gmail.com>
4610
4611 * imenu.el (imenu--truncate-items): Fix subalist checking (bug#13576).
4612
4613 2013-01-30 Glenn Morris <rgm@gnu.org>
4614
4615 * mouse.el (mouse-drag-line): Avoid pushing same event onto
4616 unread-command-events twice in some cases. This tries to implement
4617 the 2012-07-26 changes in a different way. (Bug#13560)
4618
4619 2013-01-30 Fabián Ezequiel Gallina <fgallina@cuca>
4620
4621 * progmodes/python.el
4622 (python-pdbtrack-comint-output-filter-function): Enhancements on
4623 stacktrace detection. (thanks @gnovak)
4624
4625 2013-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
4626
4627 * jit-lock.el (jit-lock-stealth-chunk-start): Don't widen (bug#13542).
4628 (jit-lock-mode, jit-lock-functions, jit-lock-context-unfontify-pos):
4629 Use defvar-local.
4630 (jit-lock-register): Use setq-local.
4631
4632 2013-01-30 Jay Belanger <jay.p.belanger@gmail.com>
4633
4634 * calc-units.el (math-default-units-table): Remove initial value.
4635 (calc-convert-units): Treat expressions where all the units cancel as
4636 if they didn't have units.
4637
4638 2013-01-30 Michael Albinus <michael.albinus@gmx.de>
4639
4640 * net/tramp.el (tramp-process-connection-type): Fix docstring.
4641 (tramp-completion-reread-directory-timeout): Fix type.
4642 (tramp-connection-min-time-diff): New defcustom.
4643
4644 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
4645
4646 2013-01-30 Glenn Morris <rgm@gnu.org>
4647
4648 * imenu.el (imenu-default-create-index-function):
4649 Put back a version of the infinite loop test removed 2013-01-23.
4650
4651 2013-01-30 Fabián Ezequiel Gallina <fgallina@cuca>
4652
4653 * progmodes/python.el (python-shell-parse-command):
4654 Find python-shell-interpreter with modified environment.
4655
4656 2013-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
4657
4658 * emacs-lisp/cl.el (cl-set-getf): Add compatibility alias.
4659
4660 2013-01-29 Alan Mackenzie <acm@muc.de>
4661
4662 Amend to fontify /regexp/s in actions correctly.
4663 * cc-awk.el (c-awk-harmless-char-re, c-awk-harmless-string*-re):
4664 (c-awk-harmless-string*-here-re): Braces, parens and semicolons
4665 are no longer included.
4666 (c-awk-harmless-line-char-re, c-awk-harmless-line-string*-re):
4667 What used to be these variables without "-line" in the name.
4668 (c-awk-neutral-re): { is no longer neutral. Escaped newlines now are.
4669 (c-awk-non-arith-op-bra-re): Now also matches {.
4670 (c-awk-pre-exp-alphanum-kwd-re): New regexp to match "print",
4671 "return", and "case".
4672 (c-awk-kwd-regexp-sign-re): New, to match "print", etc., followed
4673 by /.
4674 (c-awk-syntax-tablify-/): Check special cases "print /re/", etc.
4675 (c-awk-set-syntax-table-properties): Extend FSM to handle {,},(,),;.
4676
4677 2013-01-29 Michael Albinus <michael.albinus@gmx.de>
4678
4679 * autorevert.el (auto-revert-use-notify):
4680 Use `custom-initialize-default' for initialization. (Bug#13583)
4681
4682 * net/ange-ftp.el (ange-ftp-skip-msgs): Add another message.
4683
4684 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
4685 Catch `suppress'. Otherwise, `tramp-run-real-handler' might be called
4686 in `tramp-file-name-handler'.
4687 (tramp-gw-tunnel-method, tramp-gw-socks-method): Declare for
4688 compatibility.
4689 (tramp-compute-multi-hops): Check, whether
4690 `tramp-gw-tunnel-method' and `tramp-gw-socks-method' are non-nil.
4691
4692 2013-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
4693
4694 * hi-lock.el (hi-lock-unface-buffer): Don't assume `face' is a symbol
4695 (bug#13297).
4696
4697 2013-01-27 Dmitry Gutov <dgutov@yandex.ru>
4698
4699 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove some
4700 checks made superfluous by the \_< operator.
4701 * progmodes/ruby-mode.el (ruby-move-to-block): Work with (maybe
4702 temporarily) broken indentation.
4703 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
4704 Highlight nested constants, too. \_< broke that.
4705
4706 2013-01-27 Nobuyoshi Nakada <nobu@ruby-lang.org>
4707
4708 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Use "\\_<"
4709 instead of "\\b".
4710
4711 2013-01-27 Michael Albinus <michael.albinus@gmx.de>
4712
4713 * autorevert.el (auto-revert-handler): Notifications which result
4714 from a saved file shall not be taken into account. (Bug#13557)
4715
4716 2013-01-26 Andreas Schwab <schwab@linux-m68k.org>
4717
4718 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Add optional
4719 parameter BAR-NOT-SYMBOL to control syntax of | for font-lock.
4720 (lisp-mode): Pass t for it. (Bug#13556)
4721
4722 2013-01-25 Alan Mackenzie <acm@muc.de>
4723
4724 AWK Mode: Fix indentation bug at top level. Bug #12274.
4725
4726 * progmodes/cc-engine.el (c-guess-basic-syntax): Move CASE 5P to
4727 just before CASE 5D.
4728
4729 2013-01-25 Dmitry Antipov <dmantipov@yandex.ru>
4730
4731 * net/socks.el (socks-nslookup-host): Use string-to-number.
4732
4733 2013-01-25 Michael Albinus <michael.albinus@gmx.de>
4734
4735 * autorevert.el (auto-revert-remote-files)
4736 (auto-revert-notify-exclude-dir-regexp): New defcustoms.
4737 (auto-revert-notify-enabled, auto-revert-use-notify)
4738 (auto-revert-notify-watch-descriptor-hash-list)
4739 (auto-revert-notify-modified-p, auto-revert-notify-event-p)
4740 (auto-revert-notify-event-descriptor)
4741 (auto-revert-notify-event-action)
4742 (auto-revert-notify-event-file-name): Doc fix.
4743 (global-auto-revert-mode): Reorder checks.
4744 (auto-revert-notify-rm-watch): Respect changed values of
4745 `auto-revert-notify-watch-descriptor-hash-list'.
4746 (auto-revert-notify-add-watch): Check for
4747 `auto-revert-notify-exclude-dir-regexp'. Adapt filters for
4748 `inotify-add-watch'. Watch `default-directory' instead of
4749 `buffer-file-name'. `auto-revert-notify-watch-descriptor-hash-list'
4750 has a changed meaning now. (Bug#13540)
4751 (auto-revert-notify-handler): Change implementation wrt events
4752 returning from a directory.
4753 (auto-revert-handler): Reorder implementation for checks of remote
4754 files.
4755 (auto-revert-buffers): Fix parentheses error.
4756
4757 2013-01-25 Fabián Ezequiel Gallina <fgallina@cuca>
4758
4759 * progmodes/python.el: Enhancements to header documentation about
4760 skeletons. (Bug#5716)
4761
4762 * imenu.el (imenu-default-create-index-function): Remove useless
4763 infinite loop check. (Bug#13438)
4764
4765 2013-01-25 Alan Mackenzie <acm@muc.de>
4766
4767 Fix a bug in the state cache mechanism. Refactor this a bit.
4768
4769 * progmodes/cc-engine.el (c-parse-state-get-strategy): Remove the
4770 `cache-pos' element from the return value.
4771 (c-append-lower-brace-pair-to-state-cache): "Narrow" to end of
4772 buffer to enable proper searching from beyond HERE. Amend the
4773 test for detecting the sought brace pair. Amend the value written
4774 to the "brace desert cache" when the brace isn't found.
4775 (c-remove-stale-state-cache): Rename `good-pos' to `start-point',
4776 and several other variables analogously.
4777 (c-remove-stale-state-cache-backwards): Change `cache-pos' from a
4778 parameter to a locally calculated variable.
4779 (c-parse-state-1): Change the calling conventions to the two
4780 defuns involving `cache-pos'.
4781
4782 2013-01-25 Chong Yidong <cyd@gnu.org>
4783
4784 * xml.el (xml-entity-or-char-ref-re): Fix regexp.
4785
4786 2013-01-24 Aaron Ecay <aaronecay@gmail.com> (tiny change)
4787
4788 * paren.el (show-paren-function): Make sure to set 'priority and
4789 'face only if the overlay does exist.
4790
4791 2013-01-24 Michael Albinus <michael.albinus@gmx.de>
4792
4793 * net/tramp.el (tramp-tramp-file-p): Check, whether NAME is unibyte.
4794
4795 * net/tramp-sh.el (tramp-sh-handle-set-file-acl): Do not suppress
4796 basic attributes.
4797 (tramp-sh-handle-set-file-acl): Improve error checking.
4798
4799 2013-01-24 Dmitry Antipov <dmantipov@yandex.ru>
4800
4801 * doc-view.el (doc-view-display): Force mode line update until all
4802 document is converted. Suggested by Stefan Monnier (Bug#13164).
4803
4804 2013-01-23 Bastien Guerry <bzg@gnu.org>
4805
4806 * paren.el (show-paren-function): Make sure an overlay exists
4807 before trying to delete it. Also use `pos' as a position only
4808 when it is an integer.
4809
4810 2013-01-23 Dmitry Antipov <dmantipov@yandex.ru>
4811
4812 * play/gametree.el (gametree-break-line-here): Use point-marker.
4813
4814 2013-01-22 Michael Albinus <michael.albinus@gmx.de>
4815
4816 * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
4817 Mark descriptive parts with `display' property.
4818
4819 2013-01-21 Agustín Martín Domingo <agustin.martin@hispalinux.es>
4820
4821 * textmodes/ispell.el (ispell-hunspell-dictionary-equivs-alist):
4822 New variable to map standard dict names to hunspell ones.
4823 (ispell-set-spellchecker-params): Make sure specific dict names
4824 are used for standard dicts with hunspell.
4825
4826 2013-01-21 Tassilo Horn <tsdh@gnu.org>
4827
4828 * textmodes/reftex-cite.el (reftex-format-citation): Add format
4829 chars for note (%N) and url (%U).
4830 * textmodes/reftex-vars.el (reftex-cite-format): Document them.
4831
4832 2013-01-21 Juri Linkov <juri@jurta.org>
4833
4834 * frame.el: Bind `f10' in `esc-map' to `toggle-frame-maximized'
4835 in addition to existing separate binding `meta f10' in `global-map'.
4836 (Bug#13484)
4837
4838 2013-01-21 Michael Albinus <michael.albinus@gmx.de>
4839
4840 Improve XEmacs compatibility.
4841
4842 * net/tramp.el (tramp-replace-environment-variables): Make it a defun.
4843
4844 * net/tramp-adb.el (top): Require `time-date'.
4845 (tramp-adb-ls-output-time-less-p): Use `tramp-time-less-p'.
4846 (tramp-adb-handle-copy-file, tramp-adb-handle-rename-file):
4847 Use `tramp-file-name-handler'.
4848 (tramp-adb-maybe-open-connection):
4849 Use `tramp-compat-set-process-query-on-exit-flag'.
4850
4851 * net/tramp-sh.el (tramp-sh-handle-file-acl):
4852 Use `tramp-compat-funcall'.
4853
4854 * net/tramp-smb.el (tramp-smb-handle-file-acl): Use `looking-at' and
4855 `tramp-compat-funcall'.
4856
4857 2013-01-21 Jürgen Hötzel <juergen@archlinux.org>
4858
4859 * net/tramp-adb.el (tramp-adb-handle-start-file-process): Complete
4860 reimplementation using "adb shell command ..." instead of running
4861 remote shell interactively.
4862
4863 2013-01-20 Glenn Morris <rgm@gnu.org>
4864
4865 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
4866 Add native profiler menu entries.
4867
4868 * profiler.el (profiler-running-p): New function.
4869 (profiler-cpu-profile): Use profiler-running-p.
4870 (profiler-report-mode-map): Add some more menu entries.
4871
4872 2013-01-19 Glenn Morris <rgm@gnu.org>
4873
4874 * mail/unrmail.el (unrmail): Do not mangle the mbox From line;
4875 fixes 2012-12-07 change. (Bug#13499)
4876
4877 2013-01-19 Leo Liu <sdl.web@gmail.com>
4878
4879 * dired.el (dired-get-marked-files): Prune erroneous values due to
4880 last change. (Bug#13152)
4881
4882 2013-01-19 Glenn Morris <rgm@gnu.org>
4883
4884 * progmodes/etags.el (tags-table-check-computed-list):
4885 Preserve point in tags buffer. (Bug#13412)
4886
4887 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
4888
4889 2013-01-19 Christian Wittern <cwittern@gmail.com> (tiny change)
4890 Chong Yidong <cyd@gnu.org>
4891
4892 * image-mode.el (image-next-file, image-previous-file):
4893 New commands (Bug#8453).
4894 (image-mode-map): Bind them to n and p.
4895 (image-mode--images-in-directory): New helper function.
4896
4897 2013-01-19 Chong Yidong <cyd@gnu.org>
4898
4899 * image-mode.el (image-mode-fit-frame): Add a frame argument.
4900 Suggested by Drew Adams (Bug#7730). Handle window decorations;
4901 save and restore the old window configuration.
4902
4903 2013-01-18 Leo Liu <sdl.web@gmail.com>
4904
4905 * progmodes/js.el: Tweak autoload cookie for alias.
4906
4907 2013-01-17 Michael Albinus <michael.albinus@gmx.de>
4908
4909 * autorevert.el (auto-revert-notify-watch-descriptor): Make it
4910 buffer local, again. This was lost with the fix on 2013-01-12.
4911
4912 2013-01-17 Jürgen Hötzel <juergen@archlinux.org>
4913
4914 * eshell/esh-util.el (eshell-path-env): Make it buffer local, in
4915 order to support several eshell buffers in parallel.
4916
4917 2013-01-17 Michael Albinus <michael.albinus@gmx.de>
4918
4919 * autorevert.el (auto-revert-use-notify): In the :set function, do
4920 not modify `kill-buffer-hook'.
4921 (auto-revert-notify-rm-watch):
4922 Remove `auto-revert-notify-rm-watch' from `kill-buffer-hook'.
4923 (auto-revert-notify-add-watch): Do not call
4924 `auto-revert-notify-rm-watch', but add it to a buffer local
4925 `kill-buffer-hook'.
4926
4927 2013-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
4928
4929 * emacs-lisp/trace.el (trace--read-args): Use a closure and an honest
4930 call to `eval' rather than a backquoted lambda.
4931
4932 2013-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
4933
4934 * emacs-lisp/nadvice.el (advice--tweak): Make it possible for `tweak'
4935 to return an explicit nil.
4936 (advice--remove-function): Change accordingly.
4937
4938 * emacs-lisp/advice.el (ad-preactivate-advice): Adjust the cleanup to
4939 the use of nadvice.el.
4940
4941 * progmodes/which-func.el (which-function): Silence imenu errors
4942 (bug#13433).
4943
4944 2013-01-15 Michael R. Mauger <mmaug@yahoo.com>
4945
4946 * progmodes/sql.el (sql-imenu-generic-expression):
4947 (sql-mode-font-lock-object-name): Match schema qualified names.
4948 (sql-connect): Use string keys.
4949 (sql-product-interactive): Wait for interpreter prompt.
4950 (sql-comint-oracle): Set process coding based on NLS_LANG.
4951
4952 2013-01-15 Michael R. Mauger <mmaug@yahoo.com>
4953
4954 * progmodes/sql.el (sql-output-to-send): Remove, unused.
4955 (sql-interactive-remove-continuation-prompt):
4956 (sql-send-magic-terminator, sql-interactive-mode): Remove references.
4957
4958 2013-01-14 Leo Liu <sdl.web@gmail.com>
4959
4960 * calendar/calendar.el (calendar-redraw): Sync window-point and point.
4961 (Bug#13420)
4962
4963 2013-01-14 Glenn Morris <rgm@gnu.org>
4964
4965 * progmodes/compile.el (compilation-error-regexp-alist-alist):
4966 Fix interpretation of gnu line.col1-col2 format. (Bug#13335)
4967
4968 2013-01-13 Fabián Ezequiel Gallina <fgallina@cuca>
4969
4970 * progmodes/python.el (python-nav-end-of-statement):
4971 Fix cornercase when handling multiline strings.
4972
4973 2013-01-13 Richard Stallman <rms@gnu.org>
4974
4975 * mail/sendmail.el (mail-position-on-field): Add doc string.
4976
4977 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
4978 Get current message boundaries and pass them to
4979 message-forward-make-body-mime. Minor style changes.
4980
4981 2013-01-13 Eli Zaretskii <eliz@gnu.org>
4982
4983 * cus-start.el (all): Avoid warnings about
4984 scroll-bar-adjust-thumb-portion on platforms where it is not defined.
4985
4986 2013-01-11 Jan Djärv <jan.h.d@swipnet.se>
4987
4988 * cus-start.el (all): Add scroll-bar-adjust-thumb-portion.
4989
4990 2013-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
4991
4992 * jit-lock.el (jit-lock-debug-mode): New minor mode.
4993 (jit-lock--debug-fontifying): New var.
4994 (jit-lock--debug-fontify): New function.
4995 * subr.el (condition-case-unless-debug): Don't prevent catching the
4996 error, just let the debbugger run.
4997 * emacs-lisp/timer.el (timer-event-handler): Don't prevent debugging
4998 timer code and don't drop errors silently.
4999
5000 2013-01-12 Michael Albinus <michael.albinus@gmx.de>
5001
5002 * autorevert.el (auto-revert-notify-watch-descriptor): Give it
5003 `permanent-local' property.
5004 (auto-revert-notify-handler): Use `file-equal-p'.
5005
5006 2013-01-12 Eli Zaretskii <eliz@gnu.org>
5007
5008 * autorevert.el (auto-revert-notify-handler): Fix filtering of
5009 file notification by ACTION. For filtering by file name, compare
5010 only the non-directory part of the file name.
5011
5012 2013-01-12 Stefan Monnier <monnier@iro.umontreal.ca>
5013
5014 * autorevert.el: Use cl-lib instead of cl.
5015
5016 * vc/vc-bzr.el (vc-bzr--sanitize-header): New function (bug#13307).
5017 (vc-bzr-checkin): Use it.
5018 * vc/log-edit.el (log-edit-extract-headers): Don't presume FUNCTION
5019 will preserve match-data.
5020
5021 2013-01-11 Felix H. Dahlke <fhd@ubercode.de>
5022
5023 * progmodes/js.el: Fix multiline declarations's indentation (bug#8576).
5024 (js--declaration-keyword-re): New var.
5025 (js--multi-line-declaration-indentation): New function.
5026 (js--proper-indentation): Use it.
5027
5028 2013-01-11 Aaron S. Hawley <Aaron.Hawley@vtinfo.com>
5029
5030 * calc/calc.el (calc-highlight-selections-with-faces)
5031 (calc-dispatch):
5032 * comint.el (comint-history-isearch-message):
5033 * emacs-lisp/edebug.el (edebug-read, edebug-eval-defun):
5034 * ffap.el (ffap-string-at-point-region, ffap-next)
5035 (ffap-string-at-point, ffap-string-around)
5036 (ffap-copy-string-as-kill, ffap-highlight-overlay)
5037 (ffap-literally):
5038 * font-lock.el (font-lock-keywords-alist)
5039 (font-lock-removed-keywords-alist):
5040 * help-mode.el (help-xref-symbol-regexp):
5041 * info.el (Info-find-emacs-command-nodes):
5042 * international/mule.el (add-to-coding-system-list):
5043 * isearch.el (isearch-message-function, isearch-fail-pos):
5044 * misearch.el (multi-isearch-next-buffer-function):
5045 * newcomment.el (comment-box):
5046 * printing.el (pr-txt-printer-alist, pr-ps-printer-alist)
5047 (pr-setting-database):
5048 * progmodes/cc-fonts.el (c-font-lock-keywords-3)
5049 (c++-font-lock-keywords-3, objc-font-lock-keywords-3)
5050 (java-font-lock-keywords-3, idl-font-lock-keywords-3)
5051 (pike-font-lock-keywords-3):
5052 * progmodes/compile.el (compile):
5053 * progmodes/etags.el (tags-table-files)
5054 (tags-table-files-function, tags-included-tables-function):
5055 * progmodes/gdb-mi.el (gdb, gdb-setup-windows)
5056 (gdb-restore-windows):
5057 * ps-print.el (ps-even-or-odd-pages, ps-spool-buffer-with-faces)
5058 (ps-n-up-filling-database):
5059 * server.el (server-buffer, server-log):
5060 * simple.el (newline, delete-backward-char, delete-forward-char)
5061 (minibuffer-history-isearch-message, kill-line, track-eol)
5062 (temporary-goal-column):
5063 * textmodes/flyspell.el (flyspell-mark-duplications-flag)
5064 (flyspell-default-deplacement-commands):
5065 * textmodes/ispell.el (ispell-accept-output):
5066 * textmodes/sgml-mode.el (html-tag-help):
5067 * vc/compare-w.el (compare-ignore-whitespace)
5068 (compare-ignore-case, compare-windows-dehighlight):
5069 * vc/diff.el (diff):
5070 * whitespace.el (whitespace-point)
5071 (whitespace-font-lock-refontify, whitespace-bob-marker)
5072 (whitespace-eob-marker): Fix ambiguous doc string cross-reference(s).
5073
5074 2013-01-11 Michael Albinus <michael.albinus@gmx.de>
5075
5076 * autorevert.el (top): Require 'cl in order to pacify byte compiler.
5077 (auto-revert-notify-rm-watch): Ignore errors.
5078 (auto-revert-notify-add-watch): Ignore errors. Use '(modify) for
5079 inotify, and '(size last-write-time) for w32notify.
5080 Set buffer-local `auto-revert-use-notify' to nil when adding a file
5081 watch fails - this is a fallback to the file modification check.
5082 (auto-revert-notify-event-p, auto-revert-notify-event-descriptor)
5083 (auto-revert-notify-event-action)
5084 (auto-revert-notify-event-file-name): New defuns.
5085 (auto-revert-notify-handler): Use them. Implement first
5086 plausibility checks.
5087 (auto-revert-handler): Handle also `auto-revert-tail-mode'.
5088
5089 2013-01-11 Julien Danjou <julien@danjou.info>
5090
5091 * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
5092 max are almost equal. Also return the correct value for V which is
5093 already between 0 and 1.
5094
5095 2013-01-11 Dmitry Antipov <dmantipov@yandex.ru>
5096
5097 * emacs-lisp/ert.el (ert-run-test): Use point-max-marker.
5098
5099 2013-01-11 Eli Zaretskii <eliz@gnu.org>
5100
5101 * autorevert.el (auto-revert-notify-rm-watch)
5102 (auto-revert-notify-add-watch): Fix typos in w32notify function
5103 names.
5104
5105 2013-01-10 Michael Albinus <michael.albinus@gmx.de>
5106
5107 * autorevert.el (auto-revert-notify-enabled): Move up.
5108 (auto-revert-use-notify): New defcustom.
5109 (auto-revert-mode, global-auto-revert-mode)
5110 (auto-revert-notify-add-watch, auto-revert-handler)
5111 (auto-revert-buffers): Use `auto-revert-use-notify' instead of
5112 `auto-revert-notify-enabled'.
5113
5114 2013-01-10 Elias Pipping <pipping@exherbo.org>
5115
5116 * files.el (auto-mode-alist): Use doc-view for djvu files (bug#13164).
5117 * doc-view.el (doc-view-document->bitmap):
5118 Use doc-view-single-page-converter-function instead of
5119 single-page-converter arg; adjust callers.
5120
5121 2013-01-10 Feng Li <fengli@gmail.com> (tiny change)
5122
5123 * progmodes/which-func.el (which-function): Understand Semantic's use
5124 of overlays in imenu--index-alist.
5125
5126 2013-01-10 Wolfgang Jenkner <wjenkner@inode.at>
5127
5128 * man.el: Handle different "man -k" behaviors (bug#13160). Use utf-8.
5129 (Man-man-k-use-anchor): New var.
5130 (Man-parse-man-k): New function.
5131 (Man-completion-table): Use it.
5132 (man): Flush the completion cache between uses.
5133
5134 2013-01-10 Michael Albinus <michael.albinus@gmx.de>
5135
5136 * autorevert.el: Add file watch support.
5137 (auto-revert-notify-enabled): New defconst.
5138 (auto-revert-notify-watch-descriptor-hash-list)
5139 (auto-revert-notify-watch-descriptor)
5140 (auto-revert-notify-modified-p): New defvars.
5141 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
5142 (auto-revert-notify-handler): New defuns.
5143 (auto-revert-mode, global-auto-revert-mode): Remove file watches
5144 when mode is disabled.
5145 (auto-revert-handler): Check for `auto-revert-notify-modified-p'.
5146 (auto-revert-buffers): Add file watches for active buffers.
5147
5148 2013-01-10 Dmitry Antipov <dmantipov@yandex.ru>
5149
5150 * cus-start.el (toplevel): Only allow float values for
5151 scroll-up-aggressively and scroll-down-aggressively.
5152 Allow any number for line-spacing.
5153
5154 2013-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
5155
5156 * doc-view.el (doc-view-pdfdraw-program): Allow "pdfdraw" name.
5157 (doc-view-pdf->png-converter-function): Use mupdf if available.
5158 (doc-view-djvu->png-converter-function)
5159 (doc-view-ps->png-converter-function): Remove.
5160 (doc-view--image-file-pattern): Replace doc-view--image-file-extension.
5161 (doc-view-goto-page, doc-view-convert-current-doc, doc-view-display)
5162 (doc-view-already-converted-p): Adjust accordingly.
5163 (doc-view-mode-p): Simplify.
5164 (doc-view-enlarge): Use setq-local.
5165 (doc-view-pdf->png-converter-ghostscript)
5166 (doc-view-djvu->png-converter-ddjvu)
5167 (doc-view-pdf->png-converter-mupdf): Rework to call
5168 doc-view-start-process directly.
5169 (doc-view-pdf/ps->png): Simplify accordingly.
5170 (doc-view-pdf->png-1, doc-view-djvu->png-1): Remove.
5171 (doc-view-document->bitmap): Rename from doc-view-document->png.
5172 (doc-view-convert-current-doc): Merge pdf and djvu cases.
5173 (doc-view-set-slice-from-bounding-box): Fix completion table.
5174 (doc-view-mode): Use add-hook for after-revert-hook.
5175
5176 2013-01-10 Glenn Morris <rgm@gnu.org>
5177
5178 * emacs-lisp/authors.el (authors-ignored-files)
5179 (authors-valid-file-names, authors-renamed-files-alist):
5180 Add some more entries.
5181
5182 2013-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
5183
5184 * image-mode.el (image-mode-winprops): Don't throw away the fallback
5185 `t' pseudo-window entry.
5186
5187 2013-01-10 Alan Mackenzie <acm@muc.de>
5188
5189 Fix bugs in the c-parse-state mechanism. Reuse some markers
5190 instead of continually generating new ones.
5191
5192 * progmodes/cc-engine.el (c-state-old-cpp-beg-marker)
5193 (c-state-old-cpp-end-marker): New variables.
5194 (c-append-lower-brace-pair-to-state-cache): Start a backward
5195 search for "}" definitively outside CPP constructs.
5196 (c-remove-stale-state-cache): Inform the caller of a need to
5197 search back for a brace pair in certain circumstances.
5198 (c-state-maybe-marker): New macro.
5199 (c-parse-state): Reuse markers when appropriate.
5200
5201 2013-01-10 Glenn Morris <rgm@gnu.org>
5202
5203 * simple.el (execute-extended-command): Doc fix.
5204 Bind prefix-arg around read-extended-command, for prompt. (Bug#13395)
5205
5206 2013-01-10 Chong Yidong <cyd@gnu.org>
5207
5208 * faces.el (read-face-name): Doc fix.
5209
5210 2013-01-10 Roland Winkler <winkler@gnu.org>
5211
5212 * emacs-lisp/crm.el: Allow any regexp for separators.
5213 (crm-default-separator): All spaces around the default comma separator.
5214 (crm--completion-command): New macro.
5215 (crm-completion-help, crm-complete, crm-complete-word): Use it.
5216 (crm-complete-and-exit): Handle non-single-char separators.
5217
5218 2013-01-09 Elias Pipping <pipping@lavabit.com>
5219
5220 * doc-view.el: Add support for DjVu (bug#13164).
5221 (doc-view-djvu->png-converter-function): New config var.
5222 (doc-view-single-page-converter-function, doc-view--image-type)
5223 (doc-view--image-file-extension): New vars.
5224 (doc-view-mode): Initialize them.
5225 (doc-view-goto-page): Use them.
5226 (doc-view-mode-p): Add support for ddjvu.
5227 (doc-view-djvu->png-converter-ddjvu, doc-view-djvu->png-1)
5228 (doc-view-set-up-single-converter): New funs.
5229 (doc-view-pdf/ps->png): Extend for djvu.
5230 (doc-view-document->png): Rename from doc-view-pdf->png.
5231 (doc-view-convert-current-doc): Handle djvu.
5232 (doc-view-insert-image, doc-view-display)
5233 (doc-view-already-converted-p): Don't hardcode png.
5234 (doc-view-set-doc-type): Recognize djvu docs.
5235
5236 2013-01-09 Elias Pipping <pipping@lavabit.com>
5237
5238 * doc-view.el: Add support for mupdf converter (bug#13164).
5239 (doc-view-pdfdraw-program, doc-view-pdf->png-converter-function)
5240 (doc-view-ps->png-converter-function): New config vars.
5241 (doc-view-pdf->png-converter-ghostscript)
5242 (doc-view-ps->png-converter-ghostscript)
5243 (doc-view-pdf->png-converter-mupdf): New functions.
5244 (doc-view-pdf/ps->png, doc-view-pdf->png-1): Use them.
5245
5246 2013-01-09 Jürgen Hötzel <juergen@archlinux.org>
5247
5248 * net/tramp.el (tramp-eshell-directory-change): Check remote-path
5249 first in session cache: When `tramp-own-remote-path' is in
5250 `tramp-remote-path', the remote path is only set in the session
5251 cache.
5252
5253 2013-01-09 Glenn Morris <rgm@gnu.org>
5254
5255 * emacs-lisp/trace.el (trace-function-foreground)
5256 (trace-function-background): Doc fix.
5257
5258 2013-01-09 Juri Linkov <juri@jurta.org>
5259
5260 * international/mule-cmds.el (read-char-by-name): Move let-binding
5261 of completion-ignore-case around completing-read to fix regression
5262 exhibited by the test case `C-x 8 RET *acc TAB' and caused by
5263 `string-match-p' using the nil value of `case-fold-search' and
5264 `completion-ignore-case' in `completion-pcm--all-completions'.
5265 (Bug#12615).
5266
5267 2013-01-09 Glenn Morris <rgm@gnu.org>
5268
5269 * progmodes/compile.el (compilation-parse-errors):
5270 Fix typo. (Bug#13369)
5271
5272 2013-01-09 Vitalie Spinu <spinuvit@gmail.com> (tiny change)
5273
5274 * comint.el (comint-send-input): Check size of buffer before
5275 waiting for process output, in case already accepted. (Bug#13290)
5276
5277 2013-01-09 Paul Eggert <eggert@cs.ucla.edu>
5278
5279 Spelling fixes.
5280 * net/tramp-adb.el (tramp-adb-get-toolbox):
5281 Fix misspelling of 'unknown'.
5282
5283 2013-01-08 Juri Linkov <juri@jurta.org>
5284
5285 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
5286 * progmodes/flymake.el (flymake-errline, flymake-warnline):
5287 Use underline style wave on terminals that support it. (Bug#13000)
5288
5289 2013-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
5290
5291 * emacs-lisp/pcase.el (pcase--split-equal): Also take advantage if
5292 the predicate returns nil.
5293
5294 * simple.el: Use lexical-binding.
5295 (primitive-undo): Use pcase.
5296 (minibuffer-history-isearch-push-state): Use a closure.
5297
5298 2013-01-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
5299
5300 * simple.el (primitive-undo): Move from undo.c.
5301
5302 2013-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
5303
5304 * vc/pcvs.el (cvs-cleanup-collection): Extend meaning of `rm-handled'.
5305 (cvs-mode-remove-handled): Use it (bug#13380).
5306
5307 * emacs-lisp/nadvice.el (advice--tweak): New function.
5308 (advice--remove-function, advice--subst-main): Use it.
5309
5310 * emacs-lisp/advice.el: Update commentary.
5311
5312 2013-01-08 Michael Albinus <michael.albinus@gmx.de>
5313
5314 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
5315 Remove spurious entry.
5316
5317 2013-01-08 Glenn Morris <rgm@gnu.org>
5318
5319 * net/tramp.el (tramp-default-host-alist): Add :version.
5320
5321 2013-01-08 Juri Linkov <juri@jurta.org>
5322
5323 * info.el (Info-read-node-name-2): Don't duplicate suffixes for
5324 single completion. (Bug#12456)
5325 (info--manual-names): Expand node completions into an explicit list
5326 before appending it to another list. Filter out internal buffers
5327 with the leading space in the buffer name. (Bug#10771)
5328
5329 2013-01-08 Juri Linkov <juri@jurta.org>
5330
5331 * info.el (Info-read-node-name-1): Allow empty node name in (FILENAME)
5332 that defaults to the Top node.
5333 (Info-goto-node, Info-read-node-name): Doc fix to mention that
5334 the short format (FILENAME) goes to the Top node.
5335 (Info-build-node-completions): Rename arg `file' to `filename'.
5336 (Bug#13365)
5337
5338 2013-01-07 Bastien Guerry <bzg@gnu.org>
5339
5340 * menu-bar.el (menu-bar-search-documentation-menu):
5341 Use `apropos-user-option' and fix the help message.
5342
5343 2013-01-07 Bastien Guerry <bzg@gnu.org>
5344
5345 * apropos.el (apropos-do-all): Update docstring.
5346 (apropos-user-option-button): New face.
5347 (apropos-user-option): Rename from `apropos-variable' and update
5348 docstring.
5349 (apropos-variable): Rewrite, now show all variables by default.
5350 (apropos-print): Mention "User option" instead of "Variable" when
5351 printing doc for user options. (Bug#13276)
5352
5353 2013-01-07 Jürgen Hötzel <juergen@archlinux.org>
5354
5355 * net/tramp-adb.el (tramp-do-parse-file-attributes-with-ls):
5356 Handle filename correctly, when parsing "source -> target" symlink
5357 output.
5358 (tramp-adb-handle-set-file-times): New defun.
5359
5360 2013-01-07 Stefan Monnier <monnier@iro.umontreal.ca>
5361
5362 * emacs-lisp/advice.el (ad-activate-advised-definition): Refresh the
5363 advice list when the interactive-spec of ad-Advice-* changes.
5364
5365 2013-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
5366
5367 * wid-edit.el (widget-default-get): Work for inlined elements.
5368 (Bug#12670)
5369
5370 2013-01-07 Michael Albinus <michael.albinus@gmx.de>
5371
5372 * net/tramp.el (tramp-default-host-alist): New defcustom.
5373 (tramp-find-host): Use it.
5374 (tramp-eshell-directory-change): Move from tramp-sh.el. Add to
5375 `eshell-directory-change-hook'.
5376
5377 * net/tramp-adb.el (top): Add adb specific entry in
5378 `tramp-default-host-alist'.
5379 (tramp-adb-file-name-host): Remove function.
5380 (tramp-adb-execute-adb-command, tramp-adb-maybe-open-connection):
5381 Use `tramp-file-name-host' instead of `tramp-adb-file-name-host'.
5382
5383 * net/tramp-sh.el: Move eshell integration code to tramp.el.
5384
5385 2013-01-06 Jürgen Hötzel <juergen@archlinux.org>
5386
5387 * net/tramp-adb.el (tramp-methods): Add `tramp-tmpdir' entry.
5388
5389 2013-01-06 Michael Albinus <michael.albinus@gmx.de>
5390
5391 * net/tramp-adb.el (tramp-adb-ls-toolbox-regexp): The file size can
5392 consist of more than one digit.
5393 (tramp-adb-file-name-handler-alist):
5394 Use `tramp-handle-file-exists-p' consistently.
5395 (tramp-adb-file-name-handler): Don't tweak `tramp-default-host'.
5396 (tramp-adb-handle-file-exists-p): Remove function.
5397 (tramp-adb-file-name-host): New defun.
5398 (tramp-adb-execute-adb-command, tramp-adb-maybe-open-connection):
5399 Use it.
5400 (tramp-adb-maybe-open-connection): Set "remote-path" property.
5401
5402 2013-01-06 Chong Yidong <cyd@gnu.org>
5403
5404 * vc/vc.el (vc-next-action): Detect buffer modifications
5405 conflicting with locking VCS operation (Bug#11490).
5406
5407 * vc/vc-hooks.el (vc-after-save): DTRT for locking VCSes.
5408
5409 2013-01-05 Michael Albinus <michael.albinus@gmx.de>
5410
5411 * net/tramp-adb.el (tramp-do-parse-file-attributes-with-ls):
5412 (tramp-adb-handle-directory-files-and-attributes): Fix typos.
5413
5414 2013-01-05 Jürgen Hötzel <juergen@archlinux.org>
5415
5416 * net/tramp-adb.el (tramp-adb-handle-file-attributes): More robust
5417 parsing of ls output using regular expression (handle filenames
5418 with spaces). Use virtual device number.
5419 (tramp-do-parse-file-attributes-with-ls): New defun (Code
5420 cleanup).
5421
5422 2013-01-04 Daiki Ueno <ueno@gnu.org>
5423
5424 * epg.el: Silence byte-compiler warnings.
5425 (epg--start): Use delete-char instead of delete-backward-char.
5426 (epg-wait-for-completion): Pass FRAME arg to redraw-frame.
5427
5428 2013-01-04 Daiki Ueno <ueno@gnu.org>
5429
5430 * epg.el (epg--start): Don't call "tty" program on W32 platforms.
5431 Suggested by Eli Zaretskii <eliz@gnu.org>.
5432
5433 2013-01-04 Michael Albinus <michael.albinus@gmx.de>
5434
5435 * net/tramp-sh.el (tramp-set-file-uid-gid): UID and GID must be
5436 non-negative integers. Otherwise, the default values are used.
5437 (tramp-convert-file-attributes): Convert uid and gid to integers.
5438
5439 2013-01-04 Glenn Morris <rgm@gnu.org>
5440
5441 * term.el (term-handle-colors-array): Ensure face attributes
5442 are fully specified, not nil. (Bug#13337)
5443
5444 * term.el (term-default-fg-color, term-default-bg-color):
5445 Fix custom type.
5446
5447 * progmodes/etags.el (tags-compression-info-list): Doc fix.
5448 (tag-find-file-of-tag-noselect): Check auto-compression-mode
5449 rather than 'jka-compr being loaded. (Bug#13338)
5450
5451 2013-01-04 Wesley Dawson <whd@lavabit.com> (tiny change)
5452
5453 * icomplete.el (icomplete-completions):
5454 Honor icomplete-prospects-height once more following
5455 2012-11-29 changes. (Bug#13224)
5456
5457 2013-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
5458
5459 * subr.el (internal--called-interactively-p--get-frame): Find aliases
5460 of called-interactively-p as well (bug#13237).
5461
5462 * view.el (view--enable, view--disable): Rename from view-mode-enable
5463 and view-mode-disable and assume it's called from view-mode.
5464 (view-mode-enable, view-mode-disable): Redefine as obsolete
5465 compatibility layer above view-mode.
5466 (view-mode-enter): Call `view-mode'.
5467
5468 * files.el (after-find-file): Call `view-mode'.
5469
5470 * doc-view.el (doc-view-scale-internally): New var.
5471 (doc-view-enlarge, doc-view-insert-image): Obey it.
5472
5473 2013-01-03 Daiki Ueno <ueno@gnu.org>
5474
5475 * epg.el (epg--start): Ignore errors when /dev/fd/0 does not
5476 exist. (Bug#13344)
5477
5478 2013-01-03 Glenn Morris <rgm@gnu.org>
5479
5480 * mail/rmail.el (rmail-set-header-1): Ignore case.
5481 Handle multi-line headers. (Bug#13330)
5482
5483 * progmodes/make-mode.el (makefile-fill-paragraph): Add doc.
5484 Handle paragraph starting at beginning of buffer.
5485
5486 * subr.el (eval-after-load): Don't purecopy the form, so that it
5487 can be nconc'd later on; reverts 2009-11-11 change. (Bug#13331)
5488
5489 * emacs-lisp/byte-run.el (defun): Place cl declarations
5490 after any interactive spec. (Bug#13265)
5491
5492 2013-01-02 Andreas Schwab <schwab@linux-m68k.org>
5493
5494 * emacs-lisp/byte-run.el (defmacro): Use same argument parsing as
5495 defun. Don't check for DECL if DOCSTRING isn't a string.
5496 (defun): Likewise.
5497
5498 2013-01-02 Glenn Morris <rgm@gnu.org>
5499
5500 * eshell/em-cmpl.el (eshell-pcomplete):
5501 More thoroughly imitate pcomplete. (Bug#13293)
5502
5503 * files.el (parse-colon-path): Doc fix. (Bug#12351)
5504 Return nil for empty path elements. (Bug#13296)
5505
5506 2013-01-02 Fabián Ezequiel Gallina <fgallina@cuca>
5507
5508 * progmodes/python.el (python-nav-end-of-statement): Rewrite in
5509 order to improve efficiency (Based on Daniel Colascione's
5510 <dancol@dancol.org> patch). (Bug#13182)
5511
5512 2013-01-02 Glenn Morris <rgm@gnu.org>
5513
5514 * vc/log-edit.el (log-edit-header-contents-regexp): Add doc string.
5515
5516 2013-01-02 Andreas Schwab <schwab@linux-m68k.org>
5517
5518 * emacs-lisp/byte-run.el (defmacro): Don't lose final nil if
5519 neither DOCSTRING nor DECL was given. (Bug#13316)
5520
5521 2013-01-02 Michael Albinus <michael.albinus@gmx.de>
5522
5523 * net/tramp-sh.el (tramp-sh-handle-set-file-acl): Add argument to
5524 `error' call.
5525 (tramp-do-copy-or-rename-file): Ignore errors when calling
5526 `set-file-extended-attributes'.
5527
5528 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
5529 Add handler for `file-acl'.
5530 (tramp-smb-handle-file-acl): New defun.
5531
5532 2013-01-02 Jay Belanger <jay.p.belanger@gmail.com>
5533
5534 * calc/README: Mention ISO 8601 week-numbering dates.
5535
5536 2013-01-01 Martin Rudalics <rudalics@gmx.at>
5537
5538 * view.el (view-mode-enable): New argument run-view-mode-hook.
5539 Run view-mode-hook only when it's non-nil (Bug#13315).
5540 (view-mode-enter): Call view-mode-enable with run-view-mode-hook
5541 argument t.
5542
5543 2012-12-31 Jürgen Hötzel <juergen@archlinux.org>
5544
5545 * net/tramp-adb.el (tramp-adb-maybe-open-connection): Handle errors
5546 (No device connected, invalid device name). (Bug #13299)
5547
5548 2012-12-31 Martin Rudalics <rudalics@gmx.at>
5549
5550 * window.el (window-resizable--p): Rename to window-resizable-p.
5551 (window-resize-no-error): New function.
5552
5553 * mail/rmail.el (rmail-maybe-display-summary): Restore behavior
5554 broken in fix from 2012-12-28.
5555
5556 2012-12-31 Stefan Monnier <monnier@iro.umontreal.ca>
5557
5558 * subr.el (special-form-p): Don't signal errors on undef aliases.
5559
5560 2012-12-31 Jay Belanger <jay.p.belanger@gmail.com>
5561
5562 * calc/calc-forms.el (math-parse-date): Try using
5563 `math-parse-iso-date' when it looks like it might be needed.
5564 Allow times of 24:00.
5565 (math-parse-date-validate, math-parse-iso-date-validate): Allow times
5566 of 24:00.
5567
5568 2012-12-30 Glenn Morris <rgm@gnu.org>
5569
5570 * net/mairix.el (rmail, rmail-summary-displayed, rmail-summary):
5571 Remove unnecessary/buggy autoloads (missing interactive). (Bug#13294)
5572 (rmail-summary-displayed, rmail-summary): Declare.
5573 (mairix-rmail-display): Just require rmail.
5574
5575 2012-12-30 Chong Yidong <cyd@gnu.org>
5576
5577 * emacs-lisp/package.el (package-untar-buffer): Improve integrity
5578 check for the tarball contents.
5579
5580 2012-12-30 Matt Fidler <matt.fidler@alcon.com> (tiny change)
5581
5582 * emacs-lisp/package.el (package-untar-buffer): Handle problematic
5583 tarfile content listings (Bug#13136).
5584
5585 2012-12-30 Mark Lillibridge <mark.lillibridge@hp.com>
5586
5587 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
5588 Insert the undecoded text of the message being forwarded. (Bug#9521)
5589
5590 2012-12-30 Michael Albinus <michael.albinus@gmx.de>
5591
5592 * net/tramp-sh.el (tramp-set-file-uid-gid): Convert UID and GID to
5593 integers, if they are real numbers. (Bug#13282)
5594
5595 * net/tramp-sh.el (tramp-sh-handle-set-file-selinux-context):
5596 Return `t' on success.
5597
5598 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
5599 Add handler for `set-file-selinux-context'.
5600
5601 2012-12-29 Michael Albinus <michael.albinus@gmx.de>
5602
5603 * net/tramp-sh.el (tramp-sh-handle-file-acl): Suppress basic attributes.
5604 (tramp-sh-handle-set-file-acl): Return `t' on success.
5605
5606 2012-12-29 Eli Zaretskii <eliz@gnu.org>
5607
5608 * files.el (backup-buffer-copy, basic-save-buffer-2):
5609 If set-file-extended-attributes fails, fall back on set-file-modes
5610 instead of signaling an error. (Bug#13298)
5611 (basic-save-buffer): Likewise.
5612
5613 2012-12-29 Fabián Ezequiel Gallina <fgallina@cuca>
5614
5615 * progmodes/python.el: Support other commands triggering
5616 python-indent-line so indentation cycling continues to work.
5617 (python-indent-trigger-commands): New defcustom.
5618 (python-indent-line): Use it.
5619
5620 2012-12-29 Fabián Ezequiel Gallina <fgallina@cuca>
5621
5622 * progmodes/python.el (python-shell-send-region): Add blank lines
5623 for non sent code so backtraces remain correct.
5624
5625 2012-12-29 Fabián Ezequiel Gallina <fgallina@cuca>
5626
5627 * progmodes/python.el: Remove cl dependency.
5628 (python-syntax-count-quotes): Replace incf call.
5629 (python-fill-string): Replace setf call.
5630
5631 2012-12-29 Damien Cassou <damien.cassou@gmail.com>
5632
5633 * info.el (info-other-window): New arg, for consistency with info.
5634
5635 2012-12-28 Martin Rudalics <rudalics@gmx.at>
5636
5637 * mail/rmail.el (rmail-maybe-display-summary):
5638 Rewrite (Bug#13066).
5639
5640 2012-12-28 Andreas Schwab <schwab@linux-m68k.org>
5641
5642 * epg.el (epg--start): Modify process-environment locally.
5643
5644 2012-12-28 Daiki Ueno <ueno@gnu.org>
5645
5646 * epg.el: Support pinentry-curses.
5647 Suggested by Werner Koch in
5648 <http://lists.gnu.org/archive/html/emacs-devel/2007-02/msg00755.html>.
5649 (epg-agent-file, epg-agent-mtime): New variable.
5650 (epg--start): Record the modified time of gpg-agent socket file,
5651 to restore Emacs frame after pinentry-curses termination.
5652 (epg-wait-for-completion): Restore Emacs frame here.
5653
5654 2012-12-27 Juri Linkov <juri@jurta.org>
5655
5656 * info.el (Info-file-completions): New variable.
5657 (Info-read-node-name-1): Complete node names in the Info file
5658 when a file name is given. Call `Info-build-node-completions'
5659 with a file name.
5660 (Info-build-node-completions): Add new arg `file'. When it is
5661 non-nil, visit it in a temporary buffer and cache its completions in
5662 `Info-current-file-completions'. Move most of the function body to
5663 `Info-build-node-completions-1'.
5664 (Info-build-node-completions-1): New function with the body from
5665 `Info-build-node-completions'. (Bug#12456)
5666
5667 2012-12-27 Juri Linkov <juri@jurta.org>
5668
5669 * frame.el (frame-maximization-style): Remove user option.
5670 (cycle-frame-maximized): Remove function.
5671 (toggle-frame-maximized): Rewrite and bind to M-<f10>.
5672 (toggle-frame-fullscreen): New command bound to <f11> instead of
5673 `toggle-frame-maximized'.
5674 http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00703.html
5675
5676 2012-12-27 Michael Albinus <michael.albinus@gmx.de>
5677
5678 * net/tramp.el (tramp-handle-file-accessible-directory-p): New defun.
5679
5680 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
5681 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
5682 * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
5683 for `file-accessible-directory-p'. (Bug#13275)
5684
5685 2012-12-27 Sam Steingold <sds@gnu.org>
5686
5687 * progmodes/cperl-mode.el (cperl-calculate-indent): Do not stagger
5688 continuations, see <http://stackoverflow.com/questions/3582436>.
5689
5690 2012-12-27 Dmitry Gutov <dgutov@yandex.ru>
5691
5692 * progmodes/ruby-mode.el (ruby-indent-beg-re): Only allow "class",
5693 "module" and "def" to have indentation before them.
5694 Regression from 2012-09-07T04:15:56Z!dgutov@yandex.ru (see the new test).
5695
5696 * progmodes/ruby-mode.el: Bump the version to 1.2 (Bug#13200).
5697
5698 2012-12-27 Alan Mackenzie <acm@muc.de>
5699
5700 Speed up fontification where there's large brace blocks.
5701 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Add a limit
5702 to a call of c-beginning-of-decl-1.
5703
5704 2012-12-27 Vitalie Spinu <spinuvit@gmail.com> (tiny change)
5705
5706 * comint.el (comint-adjust-window-point): New function.
5707 (comint-postoutput-scroll-to-bottom):
5708 Call comint-adjust-window-point (Bug#13248).
5709
5710 2012-12-26 Dmitry Gutov <dgutov@yandex.ru>
5711
5712 * progmodes/ruby-mode.el (auto-mode-alist): `purecopy' the
5713 Rakefile regexp.
5714 (auto-mode-alist): Associate .gemspec files with ruby-mode
5715 (https://bugs.ruby-lang.org/issues/5453).
5716
5717 2012-12-26 Jürgen Hötzel <juergen@archlinux.org>
5718
5719 * net/tramp-adb.el (tramp-adb-get-ls-command): New defun.
5720 Suppress coloring, if possible (required for BusyBox based systems like
5721 CyanogenMod).
5722 (tramp-adb-handle-file-attributes)
5723 (tramp-adb-handle-insert-directory)
5724 (tramp-adb-handle-file-name-all-completions): Use it.
5725 (tramp-adb-get-toolbox): New defun. Check for remote shell
5726 implementation (BusyBox or Toolbox).
5727
5728 2012-12-24 Constantin Kulikov <zxnotdead@gmail.com> (tiny change)
5729
5730 * startup.el (initial-buffer-choice): Allow function as value
5731 (Bug#13251).
5732 (command-line-1): Handle case where initial-buffer-choice
5733 specifies a function.
5734 * server.el (server-execute): Handle case where
5735 initial-buffer-choice specifies a function.
5736
5737 2012-12-24 Lars Ingebrigtsen <larsi@gnus.org>
5738
5739 * mail/smtpmail.el (smtpmail-try-auth-method): Refactored out into
5740 its own function.
5741 (smtpmail-try-auth-methods): Forget the user name/password if the
5742 login is unsuccessful (bug#12424).
5743
5744 2012-12-22 Michael Albinus <michael.albinus@gmx.de>
5745
5746 * notifications.el (notifications-notify): Protect body with
5747 `with-demoted-errors'.
5748
5749 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
5750 Check properties of remote device. Restart connection, if there is a
5751 change.
5752
5753 2012-12-21 Chong Yidong <cyd@gnu.org>
5754
5755 * sort.el (sort-subr): Doc fix (Bug#13056).
5756
5757 2012-12-21 Bastien Guerry <bzg@gnu.org>
5758
5759 * progmodes/etags.el (tags-search): Fix typo. Bug #13232.
5760
5761 2012-12-21 Michael Albinus <michael.albinus@gmx.de>
5762
5763 * simple.el (process-file): Overwrite stderr file, if exists.
5764
5765 2012-12-21 Daiki Ueno <ueno@gnu.org>
5766
5767 * epg.el (epg--start): Print GPG_AGENT_INFO in the debug buffer.
5768 (epg-error): Set `error-message' property.
5769
5770 2012-12-21 Chong Yidong <cyd@gnu.org>
5771
5772 * international/mule-cmds.el (read-char-by-name): Signal an error
5773 if the user does not supply a valid character (Bug#13177).
5774
5775 * simple.el (transpose-subr-1): Preserve marker positions by
5776 changing the insertion sequence (Bug#13122).
5777
5778 2012-12-21 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
5779
5780 * simple.el (kill-region): Deactivate mark even for empty regions
5781 (Bug#13169).
5782
5783 2012-12-21 Chong Yidong <cyd@gnu.org>
5784
5785 * help-fns.el (describe-variable): Make sure we get the right
5786 buffer name (Bug#13105). Suggested by Kelly Dean.
5787
5788 2012-12-20 Michael R. Mauger <mmaug@yahoo.com>
5789
5790 * comint.el (comint-redirect-previous-input-string): New variable.
5791 (comint-redirect-setup, comint-redirect-cleanup)
5792 (comint-redirect-preoutput-filter): Use it. Fixes redirection bug.
5793 (comint-redirect-preoutput-filter): Fix verbose message.
5794
5795 2012-12-20 Michael Albinus <michael.albinus@gmx.de>
5796
5797 * progmodes/grep.el (rgrep): Escape command line. Sometimes, it
5798 is too long for Tramp. See discussion in
5799 <http://thread.gmane.org/gmane.emacs.tramp/8233/focus=8244>.
5800
5801 * progmodes/compile.el (compilation-start): Remove line escape
5802 template.
5803
5804 2012-12-20 Dmitry Antipov <dmantipov@yandex.ru>
5805
5806 * vc/ediff-ptch.el (ediff-map-patch-buffer): Use `point-min-marker'.
5807 Adjust comment.
5808
5809 2012-12-19 Jonas Bernoulli <jonas@bernoul.li>
5810
5811 * emacs-lisp/lisp-mnt.el (lm-section-end): Always end before the
5812 following non-comment text (bug#13207).
5813 (lm-header-multiline): Continuation lines need to be indented more than
5814 the first line.
5815 (lm-homepage): New function.
5816 (lm-with-file): Don't be confused if narrowing is in effect.
5817
5818 2012-12-19 Stefan Monnier <monnier@iro.umontreal.ca>
5819
5820 * vc/diff-mode.el (diff-post-command-hook): Don't ignore changes at the
5821 very beginning of a hunk (e.g. killing the first line).
5822
5823 2012-12-19 Michael Albinus <michael.albinus@gmx.de>
5824
5825 * net/tramp-sh.el (tramp-sh-handle-file-acl): Delete empty lines
5826 and text properties from returned ACL string.
5827 (tramp-sh-handle-set-file-acl): Do not use additional parentheses
5828 for "setfacl" command.
5829
5830 2012-12-18 Michael Albinus <michael.albinus@gmx.de>
5831
5832 * net/tramp.el (tramp-error-with-buffer): Give a hint to use
5833 `tramp-cleanup-this-connection', when the process has died.
5834 (Bug#13151)
5835
5836 2012-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
5837
5838 * icomplete.el (icomplete-completions): Also use … to truncate prefix.
5839
5840 2012-12-17 Kevin Ryde <user42@zip.com.au>
5841
5842 * files.el (auto-save-file-name-p): Use \` and \' (bug#13186).
5843
5844 2012-12-17 Michael Albinus <michael.albinus@gmx.de>
5845
5846 Add support for preserving ACL entries of files.
5847
5848 * net/tramp.el (tramp-file-name-for-operation): Add `file-acl' and
5849 `set-file-acl' handlers.
5850
5851 * net/tramp-adb.el (tramp-adb-handle-copy-file):
5852 Handle PRESERVE-EXTENDED-ATTRIBUTES.
5853
5854 * net/tramp-compat.el (tramp-compat-copy-file):
5855 Handle PRESERVE-EXTENDED-ATTRIBUTES.
5856
5857 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
5858 Add `file-acl' and `set-file-acl' handlers.
5859 (tramp-gvfs-handle-copy-file):
5860 Handle PRESERVE-EXTENDED-ATTRIBUTES.
5861 (tramp-gvfs-handle-file-acl, tramp-gvfs-handle-set-file-acl):
5862 New defuns.
5863
5864 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
5865 Add `file-acl' and `set-file-acl' handlers.
5866 (tramp-remote-acl-p, tramp-sh-handle-file-acl)
5867 (tramp-sh-handle-set-file-acl): New defuns.
5868 (tramp-sh-handle-copy-file, tramp-do-copy-or-rename-file):
5869 Handle PRESERVE-EXTENDED-ATTRIBUTES.
5870
5871 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
5872 Add `file-acl' and `set-file-acl' handlers.
5873 (tramp-smb-handle-copy-file): Handle PRESERVE-EXTENDED-ATTRIBUTES.
5874
5875 2012-12-17 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
5876
5877 * help-macro.el (make-help-screen): Instead of switch-to-buffer
5878 use pop-to-buffer with NORECORD argument t. As buffer name, use
5879 *Metahelp* with a leading space (Bug#13190).
5880
5881 2012-12-16 Romain Francoise <romain@orebokech.com>
5882
5883 * files.el (file-extended-attributes)
5884 (set-file-extended-attributes): New functions.
5885 (backup-buffer): Use them to handle both SELinux context and ACL
5886 entries.
5887 (backup-buffer-copy): Work with an alist of extended attributes,
5888 rather than an SELinux context.
5889 (basic-save-buffer-2): Ditto.
5890
5891 2012-12-16 Timo Myyrä <timo.myyra@gmail.com>
5892
5893 * battery.el (battery-bsd-apm): New function.
5894
5895 2012-12-16 Jay Belanger <jay.p.belanger@gmail.com>
5896
5897 * calc/calc.el (calc-standard-date-formats): Adjust one of the
5898 standard date formats.
5899
5900 2012-12-15 Juri Linkov <juri@jurta.org>
5901
5902 * isearch.el (isearch-mode-map): Bind `C-x 8 RET' to
5903 `isearch-insert-char-by-name'.
5904 (with-isearch-suspended): New defmacro with body mostly from
5905 `isearch-edit-string' except the part that sets
5906 `isearch-new-string' and `isearch-new-message'.
5907 (isearch-edit-string): Use new macro `with-isearch-suspended' with
5908 body that sets `isearch-new-string' and `isearch-new-message'.
5909 (isearch-insert-char-by-name): New command.
5910 * international/mule-cmds.el (read-char-by-name): Let-bind
5911 `enable-recursive-minibuffers' to t.
5912 http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00234.html
5913
5914 2012-12-15 Juri Linkov <juri@jurta.org>
5915
5916 * isearch.el (isearch-delete-char, isearch-del-char): Doc fix.
5917 (Bug#13175)
5918
5919 2012-12-15 Christopher Schmidt <christopher@ch.ristopher.com>
5920
5921 * dired-x.el (dired-guess-shell-command): Put colon at the end of
5922 the prompt. (Bug#13045)
5923
5924 2012-12-14 Glenn Morris <rgm@gnu.org>
5925
5926 * emacs-lisp/macroexp.el (macroexp--warn-and-return):
5927 Try to include filename in non-bytecomp warning. (Bug#13132)
5928
5929 2012-12-14 Paul Eggert <eggert@cs.ucla.edu>
5930
5931 Fix permissions bugs with setgid directories etc. (Bug#13125)
5932 * files.el (backup-buffer): Don't rely on 9th output of
5933 file-attributes, as it's now a placeholder. Instead, use the new
5934 optional arg of file-ownership-preserved-p.
5935 (file-ownership-preserved-p): New optional arg GROUP.
5936 Fix mishandling of setuid directories that would cause this
5937 function to return t when it should have returned nil.
5938 Document what happens if the file does not exist, and when
5939 it's not known whether the ownership will be preserved.
5940 * net/tramp-sh.el (tramp-sh-handle-file-ownership-preserved-p):
5941 Likewise.
5942 (tramp-get-local-gid): Use group-gid for integer, as that's
5943 faster and more reliable.
5944
5945 2012-12-14 Julien Danjou <julien@danjou.info>
5946
5947 * progmodes/sql.el (sql-mode-postgres-font-lock-keywords):
5948 Update keywords list, data type and PL/pgSQL.
5949
5950 2012-12-14 Dave Abrahams <dave@boostpro.com>
5951
5952 * vc/ediff-util.el (ediff-buffer-type): New function.
5953 (ediff-clone-buffer-for-current-diff-comparison): Compute the buf-type
5954 rather than taking it as as argument.
5955 (ediff-inferior-compare-regions): Adjust calls accordingly (bug#11319).
5956
5957 2012-12-14 Ryan Crum <ryan.crum@eleostech.com>
5958
5959 * json.el: Add pretty-print option (bug#12634).
5960 (json-encoding-separator, json-encoding-default-indentation)
5961 (json--encoding-current-indentation, json-encoding-pretty-print)
5962 (json-encoding-lisp-style-closings): New vars.
5963 (json--with-indentation): New macro.
5964 (json-encode-hash-table, json-encode-alist, json-encode-plist)
5965 (json-encode-array): Use it to obey json-encoding-pretty-print.
5966 (json-pretty-print-buffer, json-pretty-print): New commands.
5967
5968 2012-12-14 Dmitry Gutov <dgutov@yandex.ru>
5969
5970 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
5971 Extract `ruby-syntax-propertize-expansions'.
5972 (ruby-syntax-propertize-expansions): Only change syntax on
5973 certain string delimiters, to punctuation. This way the common
5974 functions like forward-word and thing-at-point still work.
5975 (ruby-match-expression-expansion): Improve readability.
5976 (ruby-block-contains-point): New function.
5977 (ruby-add-log-current-method): Handle several edge cases.
5978
5979 2012-12-13 Juanma Barranquero <lekktu@gmail.com>
5980
5981 * emacs-lisp/edebug.el (edebug-unload-function): Make sure that
5982 unload-feature finishes even when aborting an ongoing edebug session.
5983 Also, do not worry about edebug-mode, unload-feature takes care of it.
5984
5985 2012-12-13 Andreas Schwab <schwab@suse.de>
5986
5987 * net/tls.el (tls-program): Update customize type.
5988
5989 2012-12-13 Juanma Barranquero <lekktu@gmail.com>
5990
5991 * emacs-lisp/edebug.el (edebug--require-cl-read): New function.
5992 (edebug-setup-hook, cl-read-load-hooks): Use it.
5993 (edebug-unload-function): New function. (Bug#13163)
5994
5995 2012-12-13 Michael Albinus <michael.albinus@gmx.de>
5996
5997 * net/tramp-adb.el (tramp-adb-file-name-p): Make it a defsubst.
5998 Otherwise, there could be errors in autoloading. (Bug#13151)
5999
6000 2012-12-13 Jürgen Hötzel <juergen@archlinux.org>
6001
6002 * net/tramp-adb.el (tramp-adb-wait-for-output): Remove spurious " ^H"
6003 sequences.
6004
6005 2012-12-13 Alan Mackenzie <acm@muc.de>
6006
6007 Make CC Mode not hang when _some_ lines end in CRLF. Bug #11841.
6008 * progmodes/cc-engine.el (c-backward-comments): Add code to work
6009 around `forward-comment' not recognizing ^M as whitespace.
6010
6011 2012-12-13 Fabián Ezequiel Gallina <fgallina@cuca>
6012
6013 * progmodes/python.el (python-skeleton-class)
6014 (python-skeleton-def): Do not add space after defun name.
6015
6016 2012-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
6017
6018 * emacs-lisp/cl.el (letf): Make it an alias of cl-letf.
6019 (cl--symbol-function): Remove (now that funbound is like nil).
6020
6021 2012-12-12 Glenn Morris <rgm@gnu.org>
6022
6023 * button.el (button--area-button-p): Fix typo.
6024
6025 2012-12-12 Sam Steingold <sds@gnu.org>
6026
6027 * frame.el (frame-maximization-style): New user option.
6028 (toggle-frame-maximized): Toggle frame maximization according to
6029 `frame-maximization-style', bound to <f11>.
6030 (cycle-frame-maximized): Cycle between all maximization styles and
6031 non-maximized frame, bound to shift-<f11>.
6032
6033 2012-12-12 David Cadé <codename68@gmail.com>
6034
6035 * mpc.el (mpc-format): Use truncate-string-to-width (bug#13143).
6036
6037 2012-12-12 Jonas Bernoulli <jonas@bernoul.li>
6038
6039 * lisp/emacs-lisp/eieio.el: Prettier object pretty-printing (bug#13115).
6040 (eieio-override-prin1): Don't quote kewords and booleans.
6041 (object-write) <eieio-default-superclass>: Don't put closing parens
6042 on new line, avoid needless empty lines, align values that are objects
6043 with the slot keyword (instead of beginning on the same line).
6044 (eieio-list-prin1): Align value with slot keyword; increase
6045 eieio-print-depth before printing members of the list.
6046
6047 2012-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
6048
6049 * mail/emacsbug.el (report-emacs-bug): Move the intangible text to
6050 a display text-property.
6051 (report-emacs-bug-hook): Don't bother deleting it any more.
6052
6053 * hilit-chg.el (highlight-save-buffer-state): Delete.
6054 Use with-silent-modifications instead.
6055 (hilit-chg-set-face-on-change): Only fixup the text that's modified.
6056
6057 * button.el: Handle buttons in display text-properties.
6058 (button--area-button-p, button--area-button-string):
6059 Use (STRING . STRING-POS) representation instead of just STRING.
6060
6061 2012-12-11 Eli Zaretskii <eliz@gnu.org>
6062
6063 * makefile.w32-in (compile4-SH): Fix a typo that caused term
6064 subdirectory be skipped.
6065
6066 2012-12-11 Glenn Morris <rgm@gnu.org>
6067
6068 * net/rcirc.el (rcirc-urls, rcirc-condition-filter): Doc fixes.
6069
6070 * progmodes/f90.el (f90-line-continued, f90-indent-region):
6071 Treat preprocessor lines embedded in continuations like comments.
6072 (f90-indent-line): Special-case preprocessor lines. (Bug#13138)
6073
6074 2012-12-11 Jay Belanger <jay.p.belanger@gmail.com>
6075
6076 * calc/calc.el (calc-standard-date-formats): Add more date
6077 formats.
6078 * calc/calc-forms.el (math-parse-iso-date): New function.
6079 (math-parse-date): Use `math-parse-iso-date' when appropriate.
6080 (math-parse-iso-date-validate): Add extra error checking.
6081 (calc-date-notation): Add ability to access new date formats.
6082
6083 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
6084
6085 * hi-lock.el (hi-lock--regexps-at-point): Fix boundary case for
6086 font-lock as well as when there's no text-property.
6087
6088 2012-12-10 Jambunathan K <kjambunathan@gmail.com>
6089
6090 * hi-lock.el: Refine the choice of default face.
6091 (hi-lock-keyword->face): New function. Use it wherever we used
6092 cadadadr instead.
6093 (hi-lock--regexps-at-point): Ignore faces that can't come from hi-lock.
6094 (hi-lock--last-face): Remove var.
6095 (hi-lock--unused-faces): New var to replace it.
6096 (hi-lock-read-face-name): Use/maintain it.
6097 (hi-lock-unface-buffer): Maintain it. Fix error for the C-u case.
6098 (hi-lock-set-pattern): Ignore new rule if it has the same regexp even
6099 if it has another face.
6100
6101 2012-12-10 Eli Zaretskii <eliz@gnu.org>
6102
6103 * subr.el (w32notify-handle-event): New function.
6104 (inotify-handle-event): Doc fix.
6105
6106 2012-12-10 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
6107
6108 * subr.el (inotify-event-p, inotify-handle-event): New functions.
6109
6110 2012-12-10 Dani Moncayo <dmoncayo@gmail.com>
6111
6112 * simple.el (just-one-space): Doc fix.
6113
6114 2012-12-10 Eli Zaretskii <eliz@gnu.org>
6115
6116 * textmodes/texinfo.el (texinfo-enable-quote-envs): Add "smallexample".
6117
6118 2012-12-10 Le Wang <l26wang@gmail.com>
6119
6120 * hilit-chg.el (hilit-chg-set-face-on-change): Don't burp in
6121 narrowed buffer (bug#12361).
6122
6123 2012-12-10 Juanma Barranquero <lekktu@gmail.com>
6124
6125 * vc/vc-hooks.el (vc-state): Doc fix.
6126
6127 2012-12-10 Glenn Morris <rgm@gnu.org>
6128
6129 * mail/rmail.el (rmail-maybe-display-summary):
6130 Preserve buffer, in case select-window changes it. (Bug#13066)
6131
6132 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
6133
6134 * emacs-lisp/cl.el, emacs-lisp/cl-lib.el: Move cl-unload-function and
6135 cl-load-hook where they belong.
6136
6137 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
6138
6139 * emacs-lisp/cl-lib.el (cl-declaim): Paren typo.
6140
6141 2012-12-09 Eli Zaretskii <eliz@gnu.org>
6142
6143 Parallelize byte compilation on MS-Windows.
6144 * makefile.w32-in (WINS_BASIC1, WINS_BASIC2, WINS_BASIC3)
6145 (WINS_BASIC4): New variables, subdivide subdirectories into 4 parts.
6146 (WINS_BASIC): Define as concatenation of the above.
6147 (compile): Subdivide into 4 separate and independent jobs that can
6148 be run in parallel.
6149 (compile0-CMD, compile0-SH): New targets for compiling
6150 COMPILE_FIRST files, which are prerequisites for the rest of the
6151 byte-compilation.
6152 (compile1-CMD, compile2-CMD, compile3-CMD, compile4-CMD):
6153 New targets for parallel compilation with cmd.exe.
6154 (compile1-SH, compile2-SH, compile3-SH, compile4-SH): Ditto for
6155 compiling under a Unixy shell.
6156
6157 2012-12-09 Chong Yidong <cyd@gnu.org>
6158
6159 * simple.el (set-mark-default-inactive): Delete this
6160 accidentally-introduced option.
6161 (set-mark-command, exchange-point-and-mark): Remove calls.
6162
6163 2012-12-09 Glenn Morris <rgm@gnu.org>
6164
6165 * emacs-lisp/lisp-mode.el (eval-defun-1): Doc fix.
6166 Respect a defcustom's :set function, if appropriate. (Bug#109)
6167 (eval-defun): Doc fix.
6168
6169 2012-12-08 Juri Linkov <juri@jurta.org>
6170
6171 * info.el (Info-copy-current-node-name, Info-breadcrumbs)
6172 (Info-fontify-node, Info-bookmark-make-record): Remove the
6173 file extension from Info-current-file (Bug#13016).
6174
6175 2012-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
6176
6177 * hi-lock.el (hi-lock-unface-buffer): If there's no matching regexp at
6178 point, still provide some default.
6179 (hi-lock--regexps-at-point): Don't enforce a "hi-lock-" prefix on face
6180 names, since we don't use it right now. Actually return the list.
6181 (hi-lock-file-patterns, hi-lock-interactive-patterns): Use defvar-local.
6182
6183 2012-12-07 Chong Yidong <cyd@gnu.org>
6184
6185 * novice.el (disabled-command-function): Remove a spurious help
6186 xref (Bug#13043). Suggested by Kelly Dean.
6187
6188 * subr.el (text-clone-maintain): Fix clone overlay deletion when a
6189 syntax is specified (Bug#13025).
6190
6191 * info.el (Info-set-mode-line): Remove the file extension from
6192 Info-current-file if there is one (Bug#13016).
6193
6194 2012-12-07 Glenn Morris <rgm@gnu.org>
6195
6196 * mail/rmail.el (rmail-mime-decoded): New permanent local.
6197 (rmail-show-message-1): Set rmail-mime-decoded when appropriate.
6198 * mail/rmailedit.el (rmail-cease-edit): Respect rmail-mbox-format
6199 and rmail-mime-decoded. (Bug#9841)
6200
6201 * mail/unrmail.el (unrmail-mbox-format): New option. (Bug#6574)
6202 (batch-unrmail, unrmail): Doc fixes.
6203 (unrmail): Respect unrmail-mbox-format.
6204 * mail/rmail.el (rmail-mbox-format): New option.
6205 (rmail-show-message-1): Respect rmail-mbox-format.
6206
6207 2012-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
6208
6209 * emacs-lisp/cl-macs.el (cl-tagbody): New macro.
6210
6211 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
6212
6213 Further cleanup of the "cl-" namespace. Fit CL in 80 columns.
6214 * emacs-lisp/cl-macs.el (cl--pop2, cl--optimize-safety)
6215 (cl--optimize-speed, cl--not-toplevel, cl--parse-loop-clause)
6216 (cl--expand-do-loop, cl--proclaim-history, cl--declare-stack)
6217 (cl--do-proclaim, cl--proclaims-deferred): Rename from the "cl-" prefix.
6218 (cl-progv): Don't rely on dynamic scoping to find the body.
6219 * emacs-lisp/cl-lib.el (cl--optimize-speed, cl--optimize-safety)
6220 (cl--proclaims-deferred): Rename from the "cl-" prefix.
6221 (cl-declaim): Use backquotes.
6222 * emacs-lisp/cl-extra.el (cl-make-random-state, cl-random-state-p):
6223 Use "cl--" prefix for the object's tag.
6224
6225 * ses.el: Use advice-add/remove.
6226 (ses--advice-copy-region-as-kill, ses--advice-yank): New functions.
6227 (copy-region-as-kill, yank): Use advice-add.
6228 (ses-unload-function): Use advice-remove.
6229
6230 2012-12-06 Jonas Bernoulli <jonas@bernoul.li>
6231
6232 * button.el: Make them work in header-lines (bug#12817).
6233 (button-map): Add bindings for header-line and mode-line use.
6234 (button-get, button-put, button-label): `button' may now be a string.
6235 (button-activate): Don't make it a defsubst.
6236 (button--area-button-p, button--area-button-string): New functions.
6237 (make-text-button): Fix the return value when `beg' was a string.
6238 (push-button): Handle the mode-line case.
6239
6240 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
6241
6242 * progmodes/sql.el: Use cl-lib and lexical-binding; various cleanup.
6243 (sql-signum): Remove. Use `cl-signum' instead.
6244 (sql-read-passwd): Remove; use read-passwd instread.
6245 (sql-get-login-ext): Use read-string.
6246 (sql-get-login): Use dolist and pcase.
6247 (sql--completion-table): Rename from sql-try-completion.
6248 Use complete-with-action.
6249 (sql-mode): Don't change abbrev-all-caps globally.
6250 (sql-connect): Don't rely on dynamic scoping for `new-name'.
6251 (sql-postgres-completion-object): Initialize vars in their `let'.
6252 (sql-comint-sybase, sql-comint-sqlite, sql-comint-mysql)
6253 (sql-comint-solid, sql-comint-ms, sql-comint-postgres)
6254 (sql-comint-interbase): Use a single append, without setq.
6255 (sql-comint-linter): Same, and unwind-protect the LINTER_MBX var.
6256
6257 * hi-lock.el: Rework the default face and the serialize regexp code.
6258 (hi-lock--auto-select-face-defaults): Remove.
6259 (hi-lock-string-serialize-serial): Remove.
6260 (hi-lock--hashcons-hash): Rename from hi-lock-string-serialize-hash;
6261 make weak.
6262 (hi-lock--hashcons): Rename from hi-lock-string-serialize, return an
6263 equal string.
6264 (hi-lock-set-pattern): Adjust accordingly.
6265 (hi-lock--regexps-at-point): Simplify accordingly.
6266 (hi-lock--auto-select-face-defaults): Remove.
6267 (hi-lock--last-face): New var to replace it.
6268 (hi-lock-read-face-name): Rewrite (bug#11095).
6269 (hi-lock-unface-buffer): Arrange for the face to be the next default.
6270
6271 2012-12-06 Michael Albinus <michael.albinus@gmx.de>
6272
6273 * net/tramp.el (tramp-replace-environment-variables):
6274 Hide compiler warning.
6275 (tramp-file-name-for-operation): Remove `executable-find',
6276 `start-process', `call-process' and `call-process-region'.
6277
6278 * net/tramp-compat.el (top): Don't require 'tramp-util and 'tramp-vc.
6279
6280 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Ensure backward
6281 compatibility.
6282
6283 * net/tramp-sh.el (top): Remove `tramp-sh-handle-call-process-region'.
6284
6285 2012-12-06 Chong Yidong <cyd@gnu.org>
6286
6287 * ffap.el (ffap-replace-file-component): Fix typo.
6288
6289 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
6290
6291 * progmodes/octave-mod.el (octave-mark-block): Move out of tokens and
6292 fix open-paren-like token test (bug#12785).
6293
6294 2012-12-06 Glenn Morris <rgm@gnu.org>
6295
6296 * mail/rmailsum.el (rmail-new-summary): Tweak for
6297 rmail-maybe-display-summary changing buffer. (Bug#13066)
6298
6299 2012-12-06 Juri Linkov <juri@jurta.org>
6300
6301 * info.el (Info-fontify-node): Don't hide the last newline.
6302 (Bug#12272)
6303
6304 2012-12-06 Katsumi Yamaoka <yamaoka@jpl.org>
6305
6306 * mail/mailabbrev.el (mail-abbrev-expand-wrapper): Work in minibuffer
6307 so as to enable message-read-from-minibuffer to expand mail aliases.
6308
6309 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
6310
6311 * minibuf-eldef.el (minibuf-eldef-update-minibuffer): Don't mess with
6312 the `intangible' property.
6313 Suggested by Christopher Schmidt <christopher@ch.ristopher.com>
6314
6315 2012-12-05 Deniz Dogan <deniz@dogan.se>
6316
6317 * net/rcirc.el (rcirc-urls): Update documentation.
6318 (rcirc-condition-filter): New function.
6319 (rcirc-browse-url, rcirc-markup-urls): Use only URLs before point
6320 and exclude consecutive duplicate URLs (Bug#6082).
6321
6322 2012-12-05 Michael Albinus <michael.albinus@gmx.de>
6323
6324 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
6325 Check return code of copy command.
6326
6327 * net/tramp-adb.el (tramp-adb-sdk-dir, tramp-adb-prompt):
6328 Use group `tramp'. Add version.
6329
6330 2012-12-05 Chong Yidong <cyd@gnu.org>
6331
6332 * ffap.el (ffap-url-regexp): Don't require matching at front of
6333 string (Bug#4952).
6334 (ffap-url-p): If only a substring matches, return that.
6335 (ffap-url-at-point): Use the return value of ffap-url-p.
6336 (ffap-read-file-or-url, ffap-read-file-or-url-internal)
6337 (find-file-at-point, dired-at-point, dired-at-point-prompter)
6338 (ffap-guess-file-name-at-point): Likewise.
6339 (ffap-replace-file-component): Fix typo.
6340
6341 * info.el (info-display-manual): Add existing Info buffers, whose
6342 files may not be in Info-directory-list, to the completion.
6343 (info--manual-names): New helper function.
6344
6345 2012-12-05 Glenn Morris <rgm@gnu.org>
6346
6347 * vc/vc-hg.el (vc-hg-resolve-when-done, vc-hg-find-file-hook):
6348 New functions, for detecting and resolving conflicts. (Bug#10709)
6349
6350 2012-12-04 Jambunathan K <kjambunathan@gmail.com>
6351
6352 * hi-lock.el (hi-lock-auto-select-face): New user variable.
6353 (hi-lock-auto-select-face-defaults): New buffer local variable.
6354 (hi-lock-read-face-name): Honor `hi-lock-auto-select-face'.
6355 (hi-lock-unface-buffer): Prompt user with useful defaults.
6356 With prefix arg, unhighlight all hi-lock patterns in buffer.
6357
6358 2012-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
6359
6360 * obsolete/terminal.el, obsolete/longlines.el: Add obsolecence info.
6361
6362 2012-12-04 Michael Albinus <michael.albinus@gmx.de>
6363
6364 * Makefile.in (TRAMP_SRC):
6365 * makefile.w32-in (TRAMP_SRC): Add tramp-adb.el.
6366
6367 2012-12-04 Juergen Hoetzel <juergen@archlinux.org>
6368
6369 * net/tramp-adb.el: New package.
6370
6371 2012-12-04 Chong Yidong <cyd@gnu.org>
6372
6373 * terminal.el: Move to obsolete/.
6374
6375 * longlines.el: Move to obsolete/.
6376
6377 * vc/ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
6378 Remove code referring to longlines mode.
6379
6380 2012-12-03 Juri Linkov <juri@jurta.org>
6381
6382 * sort.el (delete-duplicate-lines): New command. (Bug#13032)
6383
6384 2012-12-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
6385
6386 * textmodes/ispell.el (ispell-init-process)
6387 (ispell-start-process, ispell-internal-change-dictionary):
6388 Make sure personal dictionary name is expanded after initial
6389 `default-directory' value. Use expanded strings for
6390 keep/restart checks and for value (Bug#13019).
6391
6392 2012-12-03 Jay Belanger <jay.p.belanger@gmail.com>
6393
6394 * calc/calc-forms.el (math-date-to-iso-dt): Fix weekday number.
6395
6396 2012-12-03 Leo Liu <sdl.web@gmail.com>
6397
6398 * files.el (dir-locals-read-from-file): Check file non-empty
6399 before reading. (Bug#13038)
6400
6401 2012-12-03 Glenn Morris <rgm@gnu.org>
6402
6403 * jka-cmpr-hook.el (jka-compr-get-compression-info):
6404 Remove any version extension before checking filename. (Bug#13006)
6405 (jka-compr-compression-info-list): Belated :version bump.
6406
6407 2012-12-03 Chong Yidong <cyd@gnu.org>
6408
6409 * simple.el (transient-mark-mode): Doc fix (Bug#11523).
6410
6411 * buff-menu.el (Buffer-menu-delete-backwards, Buffer-menu-mode)
6412 (buffer-menu): Doc fix (Bug#12294).
6413
6414 2012-12-03 Roland Winkler <winkler@gnu.org>
6415
6416 * calendar/diary-lib.el (diary-header-line-format): Use keybinding
6417 of diary-show-all-entries in the diary buffer (Bug#12994).
6418
6419 2012-12-03 Michael Albinus <michael.albinus@gmx.de>
6420
6421 * net/tramp-sh.el (tramp-perl-encode): Use "read STDIN" instead of
6422 "<STDIN>". This is binary safe.
6423
6424 2012-12-03 Jay Belanger <jay.p.belanger@gmail.com>
6425
6426 * calc/calc-forms.el (math-absolute-from-iso-dt)
6427 (math-date-to-iso-dt, math-parse-iso-date-validate)
6428 (math-iso-dt-to-date): New functions.
6429 (math-fd-iso-dt, math-fd-isoyear, math-fd-isoweek)
6430 (math-fd-isoweekday): New variables.
6431 (calc-date-notation, math-parse-standard-date, math-format-date)
6432 (math-format-date-part): Add support for more formatting codes.
6433
6434 2012-12-02 Dmitry Gutov <dgutov@yandex.ru>
6435
6436 * vc/vc.el (vc-delete-file, vc-rename-file): Default to the
6437 current buffer's file name when called interactively (Bug#12488).
6438
6439 2012-12-02 Juri Linkov <juri@jurta.org>
6440
6441 * info.el (info-display-manual): Don't clobber an existing Info
6442 buffer (Bug#10770). Add completion (Bug#10771).
6443
6444 2012-12-01 Yuya Nishihara <yuya@tcha.org> (tiny change)
6445
6446 * vc/vc-hooks.el (vc-find-file-hook): Expand buffer-file-truename
6447 before using it for comparison (Bug#5297).
6448
6449 2012-12-01 Jari Aalto <jari.aalto@cante.net>
6450
6451 * textmodes/css-mode.el (css-current-defun-name): New function.
6452 (css-mode): Use it.
6453
6454 * textmodes/sgml-mode.el (html-current-defun-name): New function.
6455 (html-mode): Use it.
6456
6457 2012-12-01 Chong Yidong <cyd@gnu.org>
6458
6459 Modularize add-log-current-defun (Bug#2224).
6460 Suggested by Jari Aalto.
6461
6462 * vc/add-log.el (add-log-current-defun-function): Doc fix.
6463 (add-log-current-defun): Move mode-specific code to other files.
6464 (add-log-lisp-like-modes, add-log-c-like-modes)
6465 (add-log-tex-like-modes): Variables deleted.
6466
6467 * emacs-lisp/lisp-mode.el (lisp-current-defun-name): New.
6468 (lisp-mode-variables): Use it.
6469
6470 * progmodes/cc-mode.el (c-common-init):
6471 * progmodes/cperl-mode.el (cperl-mode): Set a value for
6472 add-log-current-defun-function.
6473
6474 * progmodes/m4-mode.el (m4-current-defun-name): New function.
6475 (m4-mode): Use it.
6476
6477 * progmodes/perl-mode.el (perl-current-defun-name): New.
6478 (perl-mode): Use it.
6479
6480 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
6481 Use lisp-current-defun-name.
6482
6483 * textmodes/tex-mode.el (tex-current-defun-name): New.
6484 (tex-common-initialization): Use it.
6485
6486 * textmodes/texinfo.el (texinfo-current-defun-name): New.
6487 (texinfo-mode): Use it.
6488
6489 2012-12-01 Chong Yidong <cyd@gnu.org>
6490
6491 * emacs-lisp/lisp-mode.el (lisp-mode-variables, lisp-mode):
6492 * progmodes/autoconf.el (autoconf-mode):
6493 * progmodes/js.el (js-mode):
6494 * progmodes/make-mode.el (makefile-mode, makefile-makepp-mode)
6495 (makefile-bsdmake-mode, makefile-imake-mode, makefile-browse):
6496 * progmodes/perl-mode.el (perl-mode):
6497 * progmodes/sh-script.el (sh-mode, sh-set-shell):
6498 * textmodes/css-mode.el (css-mode):
6499 * textmodes/sgml-mode.el (html-mode, sgml-mode)
6500 (sgml-tags-invisible, sgml-guess-indent):
6501 * textmodes/tex-mode.el (tex-common-initialization)
6502 (latex-complete-bibtex-keys, tex-shell, tex-main-file)
6503 (doctex-mode, plain-tex-mode, latex-mode):
6504 * textmodes/texinfo.el (texinfo-mode): Use setq-local.
6505
6506 2012-12-01 Kirk Kelsey <kirk.kelsey@0x4b.net>
6507
6508 * vc/vc-hg.el (vc-hg-next-revision):
6509 Ensure use of default "tip" output format. (Bug#6968)
6510
6511 2012-12-01 Kim F. Storm <storm@cua.dk>
6512
6513 * startup.el (fancy-startup-tail): Add a clickable link
6514 (Bug#2176).
6515
6516 2012-12-01 Chong Yidong <cyd@gnu.org>
6517
6518 * startup.el (fancy-startup-tail): Improve the message about
6519 auto-save files (Bug#2176).
6520
6521 * files.el (recover-session): Improve the descriptive message, and
6522 use substitute-command-keys.
6523
6524 2012-12-01 Glenn Morris <rgm@gnu.org>
6525
6526 * ido.el (ido-file-internal):
6527 Handle other-window, other-frame for dired. (Bug#13036)
6528
6529 2012-11-30 Glenn Morris <rgm@gnu.org>
6530
6531 * icomplete.el (icomplete-separator): Fix :version.
6532
6533 2012-11-30 Chong Yidong <cyd@gnu.org>
6534
6535 * shell.el (shell): For C-u M-x shell, use an inactive shell
6536 buffer as the default (Bug#1975).
6537 (shell-apply-ansi-color, shell-reapply-ansi-color): New functions.
6538 (shell-mode): Use them to reapply ansi colorization if Shell mode
6539 is re-enabled.
6540
6541 2012-11-30 Yuriy Vostrikov <delamonpansie@gmail.com> (tiny change)
6542
6543 * vc/vc-git.el (vc-git-command): Disable the pager (Bug#6137).
6544
6545 2012-11-30 Samuel Bronson <naesten@gmail.com>
6546
6547 * progmodes/grep.el (grep-compute-defaults): Do not pass the -e
6548 flag to xargs, for compatibility with BSD xargs (Bug#11703).
6549
6550 2012-11-30 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
6551
6552 * textmodes/fill.el (fill-region-as-paragraph): Handle overshoot
6553 by move-to-column (Bug#3234).
6554
6555 2012-11-30 Chong Yidong <cyd@gnu.org>
6556
6557 * longlines.el (longlines-wrap-line, longlines-encode-region):
6558 Preserve text properties (Bug#1425).
6559
6560 2012-11-30 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
6561
6562 * vc/vc.el (vc-register): Allow registering a file which is
6563 already registered with a different backend (Bug#10589).
6564
6565 2012-11-29 Jambunathan K <kjambunathan@gmail.com>
6566 Stefan Monnier <monnier@iro.umontreal.ca>
6567
6568 * icomplete.el: Change separator; add ido-style commands.
6569 (icomplete-show-key-bindings): Remove custom var.
6570 (icomplete-get-keys): Remove function.
6571 (icomplete-forward-completions, icomplete-backward-completions):
6572 New commands.
6573 (icomplete-minibuffer-map): New var.
6574 (icomplete-minibuffer-setup): Use it.
6575 (icomplete-exhibit): Don't delay if the list of completions is known.
6576 (icomplete-separator): New custom.
6577 (icomplete-completions): Use it.
6578 * minibuffer.el (completion-all-sorted-completions): Delete duplicates.
6579 (minibuffer-force-complete-and-exit): New command.
6580 (minibuffer--complete-and-exit): New function extracted from
6581 minibuffer-complete-and-exit.
6582 (minibuffer-complete-and-exit): Use it.
6583
6584 * progmodes/etags.el (visit-tags-table-buffer): Give a more precise
6585 error message when the file doesn't exist (bug#12974).
6586
6587 2012-11-29 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
6588
6589 * simple.el (activate-mark): Run activate-mark-hook (bug#13027).
6590
6591 2012-11-29 Glenn Morris <rgm@gnu.org>
6592
6593 * files.el (hack-dir-local-variables): Warn if try to set
6594 coding via dir-locals, since it doesn't work. (Bug#7169)
6595
6596 Add desktop support for restoring vc-dir buffers. (Bug#10606)
6597 * vc/vc-dir.el (vc-dir-mode): Autoload it (for desktop restore).
6598 Set buffer-local value of desktop-save-buffer.
6599 (vc-dir-desktop-buffer-misc-data, vc-dir-restore-desktop-buffer):
6600 New functions.
6601 (desktop-buffer-mode-handlers): Add vc-dir-mode entry.
6602 * desktop.el (desktop-save-buffer-p): Treat vc-dir like dired.
6603
6604 * files.el (inhibit-local-variables-ignore-case): New. (Bug#10610)
6605 (inhibit-local-variables-p): Use inhibit-local-variables-ignore-case.
6606 Doc fix.
6607 (inhibit-local-variables-regexps, inhibit-local-variables-suffixes):
6608 Doc fixes.
6609
6610 2012-11-28 Jay Belanger <jay.p.belanger@gmail.com>
6611
6612 * calc/calc-forms.el (calc-date-notation): Fix regexp
6613 used to find time codes. Fix symbol for seconds.
6614
6615 2012-11-27 Glenn Morris <rgm@gnu.org>
6616
6617 * emacs-lisp/derived.el (derived-mode-make-docstring):
6618 Don't mention "abbrev" or "syntax" if nil. (Bug#11277)
6619
6620 2012-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
6621
6622 * textmodes/table.el (table-insert): Don't use `symbol-name' on
6623 lexically scoped variables (bug#13005).
6624
6625 2012-11-27 Glenn Morris <rgm@gnu.org>
6626
6627 * vc/vc-hooks.el (vc-mistrust-permissions):
6628 Default to t, to avoid data-loss. (Bug#11490)
6629
6630 2012-11-27 Fabián Ezequiel Gallina <fgallina@cuca>
6631
6632 * progmodes/python.el (python-indent-guess-indent-offset):
6633 If indentation is guessed make python-indent-offset buffer-local.
6634
6635 Fix Imenu regression.
6636 * progmodes/python.el (python-nav-beginning-of-defun):
6637 Fix forward movement when statement(s) separates point from defun.
6638 (python-imenu-prev-index-position): New function.
6639
6640 2012-11-27 Eli Zaretskii <eliz@gnu.org>
6641
6642 * subr.el (buffer-file-type): Declare with defvar-local. Doc fix.
6643
6644 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
6645 Don't set buffer-file-type. Return nil. (Bug#12989)
6646
6647 2012-11-27 Glenn Morris <rgm@gnu.org>
6648
6649 * hippie-exp.el (hippie-expand-try-functions-list):
6650 Re-autoload it. (Bug#12982)
6651
6652 2012-11-27 Eli Zaretskii <eliz@gnu.org>
6653
6654 * descr-text.el (describe-char-padded-string):
6655 Call internal-char-font only on GUI frames. (Bug#11964)
6656
6657 2012-11-27 Andreas Schwab <schwab@linux-m68k.org>
6658
6659 * buff-menu.el (Buffer-menu-buffer+size-width): Fix customize type
6660 and obsoletion message.
6661
6662 2012-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
6663
6664 * emacs-lisp/cl-macs.el (cl--transform-lambda): Add back `declare' in
6665 the constructs to keep outside of the `cl-block' (bug#12977).
6666
6667 2012-11-27 Chong Yidong <cyd@gnu.org>
6668
6669 * mouse.el (mouse-drag-line): Even if the line is not draggable,
6670 keep reading until we get the up-event anyway, in order to process
6671 the up-event for mouse-1-click-follows-link (Bug#12971).
6672
6673 2012-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
6674
6675 * emacs-lisp/advice.el (ad-should-compile): Don't compile advice if the
6676 base function is not yet defined (bug#12965).
6677 (ad-activate-advised-definition): Use ad-compile-function.
6678 (ad-activate): Use cond.
6679
6680 2012-11-25 Leo Liu <sdl.web@gmail.com>
6681
6682 * textmodes/sgml-mode.el (sgml-tag): Fix indentation for closing tag.
6683 (Bug#12979)
6684
6685 2012-11-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
6686
6687 * textmodes/reftex-parse.el (reftex-parse-from-file): Use variable
6688 reftex-section-info-function in order to be compatible with
6689 Texinfo integration.
6690
6691 * textmodes/reftex.el (reftex-section-pre-regexp)
6692 (reftex-section-post-regexp, reftex-section-info-function):
6693 New variable.
6694 (reftex-compile-variables): Use variables reftex-section-pre-regexp,
6695 reftex-section-post-regexp, and reftex-section-info-function in order
6696 to be compatible with Texinfo integration.
6697
6698 * textmodes/reftex-toc.el (reftex-toc-promote-action):
6699 use reftex-section-pre-regexp variable in order to be compatible with
6700 Texinfo integration.
6701
6702 2012-11-25 Chong Yidong <cyd@gnu.org>
6703
6704 * faces.el: Make face-spec-set more analogous to setq.
6705 (face-spec-set): Change the third arg to specify whether this
6706 function is being called via defface, customize, or a third party.
6707 Set the appropriate symbol properties. Clear the override spec if
6708 setting via Custom. Initialize face if necessary. (Bug#4988)
6709 (face-spec-recalc): Allow theme faces to completely replace the
6710 defface spec, in the same way as custom faces (Bug#8454).
6711
6712 * cus-face.el (custom-declare-face): Move face initialization to
6713 face-spec-set.
6714 (custom-theme-set-faces): Don't initialize the face name here, as
6715 that is now done in face-spec-set.
6716
6717 * cus-edit.el (custom-face-set, custom-face-mark-to-save)
6718 (custom-face-reset-saved, custom-face-mark-to-reset-standard):
6719 Simplify by using the new arg to face-spec-set.
6720
6721 * emacs-lisp/lisp-mode.el (eval-defun-1): When evaluating defface,
6722 reset face-override-spec too, and use custom-declare-face.
6723
6724 2012-11-24 Jan Djärv <jan.h.d@swipnet.se>
6725
6726 * term/ns-win.el (ns-initialize-window-system): Move creation of
6727 fontsets here (Bug#11964).
6728
6729 2012-11-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
6730
6731 * ses.el (ses-rename-cell): Correct bug on mode-line update after
6732 cell renaming.
6733
6734 2012-11-24 Chong Yidong <cyd@gnu.org>
6735
6736 * woman.el (woman-default-faces, woman-monochrome-faces): Mark as
6737 obsolete.
6738
6739 * custom.el (custom-theme-set-variables): Use a topological sort
6740 for ordering by custom dependencies (Bug#12952).
6741 (custom--sort-vars, custom--sort-vars-1): New functions.
6742
6743 2012-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
6744
6745 * emacs-lisp/bytecomp.el (byte-compile-file): Setup default value for
6746 lexical-binding (bug#12938).
6747
6748 2012-11-24 Wolfgang Jenkner <wjenkner@inode.at>
6749
6750 * image-mode.el (image-transform-check-size): Use assertions only
6751 for images of type imagemagick.
6752
6753 Otherwise no error, image-transform-fit-to-{width,height} is
6754 silently ignored, as before. Doc fix.
6755
6756 2012-11-24 Chong Yidong <cyd@gnu.org>
6757
6758 * faces.el (color-defined-p): Doc fix (Bug#12853).
6759
6760 2012-11-24 Juri Linkov <juri@jurta.org>
6761
6762 * dired.el (dired-mark): Add optional arg `interactive'.
6763 Check for `use-region-p' if `interactive' is non-nil.
6764 (dired-unmark, dired-flag-file-deletion): Add optional arg
6765 `interactive'. Call `dired-mark' with the arg `interactive'.
6766 (Bug#10624)
6767
6768 * wdired.el: Revert 2012-10-17 change partly and replace it with
6769 Patch by Christopher Schmidt <christopher@ch.ristopher.com>.
6770 (wdired-finish-edit): Add marks for new file names to
6771 `wdired-old-marks'. Restore marks using `dired-mark-remembered'
6772 after `revert-buffer'.
6773 (wdired-do-renames): Remove calls to `dired-remove-file',
6774 `dired-add-file', `dired-add-entry'. (Bug#11795)
6775
6776 2012-11-24 Alan Mackenzie <acm@muc.de>
6777
6778 * progmodes/cc-defs.el (c-version): Bump to 5.32.4.
6779
6780 Fix bugs in the state cache. Enhance a debugging mechanism.
6781 * progmodes/cc-engine.el (c-parse-state-get-strategy): Don't use
6782 "brace at column zero" strategy for C++.
6783 (c-append-lower-brace-pair-to-state-cache): Repair algorithm.
6784 (c-parse-state-point): New variable.
6785 (c-record-parse-state-state): Record old parse state with
6786 `copy-tree'. Record previous value of point.
6787 (c-debug-parse-state-double-cons): New debugging function.
6788 (c-debug-parse-state): Call the above new function.
6789 (c-toggle-parse-state-debug): Output a confirmatory message.
6790
6791 * progmodes/cc-mode.el (c-before-change, c-after-change):
6792 Call c-invalidate-state-cache from `c-before-change' instead of
6793 `c-after-change'.
6794
6795 2012-11-23 Chong Yidong <cyd@gnu.org>
6796
6797 * find-cmd.el (find-constituents): Add executable, ipath,
6798 readable, samefile, writable, daystart, regextype (Bug#12856).
6799
6800 2012-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
6801
6802 * emacs-lisp/ert.el, emacs-lisp/ert-x.el: Use cl-lib and lexical-binding.
6803
6804 2012-11-22 Paul Eggert <eggert@cs.ucla.edu>
6805
6806 * calc/calc.el (calc-gregorian-switch): Move to after calc-refresh
6807 definition. This fixes a bootstrap failure.
6808 (calc-gregorian-switch): In menu, put dates before regions.
6809 This is easier to follow, lines up better in the menu, and lets us
6810 coalesce regions that switch at the same time. Give country
6811 names, not "Vatican", as that's better for non-expert users.
6812 Use names that are stable between the date of switch and now, e.g.,
6813 Bohemia and Moravia (which existed then and now) and not
6814 Czechoslovakia (which didn't exist then and doesn't exist now).
6815 What is now the U.S. mostly did not switch at the same time as
6816 Britain, so omit the U.S. Correct spelling of "Britain".
6817 Catholic Switzerland was too much of a mess, so omit it.
6818
6819 2012-11-22 Jay Belanger <jay.p.belanger@gmail.com>
6820
6821 * calc/calc.el (calc-gregorian-switch): Refresh the Calc buffer
6822 after the variable is changed.
6823
6824 2012-11-21 Daniel Colascione <dancol@dancol.org>
6825
6826 * progmodes/sql.el (sql-mode-font-lock-object-name): Support IF NOT EXISTS
6827 in SQL declarations for font-lock.
6828 (sql-imenu-generic-expression): Teach imenu about IF NOT EXISTS.
6829
6830 2012-11-21 Glenn Morris <rgm@gnu.org>
6831
6832 * faces.el (face-underline-p, face-inverse-video-p, face-bold-p)
6833 (face-italic-p): Add optional argument "inherit".
6834
6835 * faces.el (set-face-inverse-video, set-face-bold, set-face-italic):
6836 Remove -p suffix from names, for consistency with other set-face-*.
6837 (set-face-inverse-video): Fix interactive spec.
6838 * play/gamegrid.el (gamegrid-make-mono-tty-face):
6839 * textmodes/table.el (table--update-cell-face):
6840 Use set-face-inverse-video rather than now obsolete alias.
6841
6842 2012-11-21 Eli Zaretskii <eliz@gnu.org>
6843
6844 * simple.el (line-move): Don't call line-move-partial if
6845 scroll-conservatively is in effect. (Bug#12927)
6846
6847 2012-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
6848
6849 * eshell/em-cmpl.el (eshell-pcomplete): Refine fix for bug#12838:
6850 Fallback on completion-at-point rather than
6851 pcomplete-expand-and-complete, and only if pcomplete actually failed.
6852 (eshell-cmpl-initialize): Setup completion-at-point.
6853
6854 * pcomplete.el (pcomplete--entries): Obey pcomplete-ignore-case.
6855
6856 * emacs-lisp/ert.el (ert--expand-should-1): Adapt to cl-lib.
6857
6858 2012-11-21 Michael Albinus <michael.albinus@gmx.de>
6859
6860 * net/tramp-sh.el (tramp-do-copy-or-rename-file): If both files
6861 are remote, check out-of-band property for both.
6862
6863 2012-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
6864
6865 * window.el (switch-to-buffer): Re-add the warning that was lost in the
6866 code rewrite.
6867
6868 2012-11-21 Paul Eggert <eggert@cs.ucla.edu>
6869
6870 More minor time fixes.
6871 * calendar/time-date.el: Commentary fix.
6872 * net/tramp-sh.el (tramp-do-file-attributes-with-ls): Undo last change;
6873 too much other code depends on (0 0) time stamps.
6874 * net/tramp.el (tramp-time-less-p, tramp-time-subtract):
6875 Add a couple of FIXME comments.
6876
6877 Minor cleanup for times as lists of four integers.
6878 * files.el (dir-locals-directory-cache):
6879 * ps-bdf.el (bdf-file-mod-time, bdf-read-font-info):
6880 Doc fixes.
6881 * net/tramp-sh.el (tramp-do-file-attributes-with-ls):
6882 * ps-bdf.el (bdf-file-newer-than-time):
6883 Process four-integers time stamps, not two. Doc fixes.
6884
6885 2012-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
6886
6887 * uniquify.el (uniquify-managed): Use defvar-local.
6888 (rename-buffer, create-file-buffer): Advise with advice-add.
6889 (uniquify-unload-function): Unadvise accordingly.
6890
6891 * emacs-lisp/trace.el: Rewrite, use nadvice and lexical-binding.
6892 (trace-buffer): Don't purecopy.
6893 (trace-entry-message, trace-exit-message): Add `context' arg.
6894 (trace--timer): New var.
6895 (trace-make-advice): Adjust for use in nadvice.
6896 Add `context' argument. Delay `display-buffer' via a timer.
6897 (trace-function-internal): Use advice-add.
6898 (trace--read-args): New function.
6899 (trace-function-foreground, trace-function-background): Use it.
6900 (trace-function): Rename to trace-function-foreground and redefine as
6901 an alias to that new name.
6902 (untrace-function, untrace-all): Adjust to the use of nadvice.
6903
6904 * emacs-lisp/bytecomp.el (byte-compile): Fix handling of closures.
6905
6906 * emacs-lisp/byte-run.el (defun-declarations-alist): Fix last change.
6907
6908 * subr.el (called-interactively-p-functions): New var.
6909 (internal--called-interactively-p--get-frame): New macro.
6910 (called-interactively-p, interactive-p): Rewrite in Lisp.
6911 * emacs-lisp/nadvice.el (advice--called-interactively-skip): New fun.
6912 (called-interactively-p-functions): Use it.
6913 * emacs-lisp/edebug.el (edebug--called-interactively-skip): New fun.
6914 (called-interactively-p-functions): Use it.
6915 * allout.el (allout-called-interactively-p): Don't assume
6916 called-interactively-p is a subr.
6917
6918 2012-11-20 Glenn Morris <rgm@gnu.org>
6919
6920 * profiler.el (profiler-report-mode-map): Add a menu.
6921 No need to bind `q' because we derive from special-mode.
6922 (profiler-report-find-entry): Handle calls from the menu-bar.
6923
6924 2012-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
6925
6926 * emacs-lisp/byte-run.el (defun-declarations-alist):
6927 Allow a compiler-macro to be a lambda expression.
6928
6929 * progmodes/python.el: Use cl-lib. Move var declarations outside of
6930 eval-when-compile.
6931 (python-syntax-context): Add compiler-macro.
6932 (python-font-lock-keywords): Simplify with De Morgan.
6933
6934 * vc/diff-mode.el (diff-hunk): Don't make useless timers.
6935
6936 * files.el (load-file): Require match in minibuffer selection, as was
6937 the case in Emacs-20 before we changed the spec to allow .elc files
6938 (bug#12935).
6939
6940 * json.el: Don't require cl since we don't use it.
6941 * color.el: Don't require cl.
6942 (color-complement): `caddr' -> `nth 2'.
6943
6944 * calendar/time-date.el (time-to-seconds): De-obsolete.
6945
6946 2012-11-19 Jay Belanger <jay.p.belanger@gmail.com>
6947
6948 * calc/calc-forms.el (math-leap-year-p): Fix formula for negative
6949 year numbers.
6950 (math-date-to-julian-dt): Adjust the initial approximation for the
6951 year to deal with the new definition of the DATE.
6952
6953 2012-11-19 Daniel Colascione <dancol@dancol.org>
6954
6955 * term/w32-win.el (cygwin-convert-path-from-windows):
6956 Accomodate rename of cygwin_convert_path* to cygwin_convert_file_name*.
6957
6958 2012-11-18 Chong Yidong <cyd@gnu.org>
6959
6960 * filecache.el (file-cache--read-list): New function.
6961 (file-cache-add-directory-list, file-cache-add-file-list)
6962 (file-cache-delete-file-list, file-cache-delete-directory-list):
6963 Use it to read a list of files or directories (Bug#12846).
6964 (file-cache-add-file, file-cache-add-directory)
6965 (file-cache-delete-file-list, file-cache-delete-file-regexp)
6966 (file-cache-delete-directory): Print an message.
6967
6968 2012-11-18 Jay Belanger <jay.p.belanger@gmail.com>
6969
6970 * calc/calc-forms.el (math-date-to-dt): Use integer date when
6971 calling `math-date-to-julian-dt' and 'math-date-to-gregorian-dt'.
6972
6973 2012-11-18 Glenn Morris <rgm@gnu.org>
6974
6975 * image.el (insert-image, insert-sliced-image): Doc fix.
6976
6977 2012-11-18 Chong Yidong <cyd@gnu.org>
6978
6979 * emacs-lisp/syntax.el (syntax-propertize-function): Doc fix
6980 (Bug#12810).
6981
6982 2012-11-18 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
6983
6984 * vc/vc-svn.el (vc-svn-merge-news): Properly parse the merge
6985 response when the target file is in a subdirectory (Bug#12757).
6986
6987 2012-11-18 Chong Yidong <cyd@gnu.org>
6988
6989 * filecache.el (file-cache-add-file-list): Doc fix (Bug#12694).
6990
6991 2012-11-18 Glenn Morris <rgm@gnu.org>
6992
6993 * emacs-lisp/cl-lib.el (face-underline-p):
6994 Use set-face-underline rather than the alias set-face-underline-p.
6995
6996 * window.el (with-temp-buffer-window): Doc fix.
6997 * subr.el (with-output-to-temp-buffer):
6998 Add doc xref to with-temp-buffer-window.
6999
7000 2012-11-18 Juanma Barranquero <lekktu@gmail.com>
7001
7002 * woman.el (woman-non-underline-faces): Use `set-face-underline'.
7003 * calc/calc.el (math-format-date-cache): Declare.
7004
7005 2012-11-17 Paul Eggert <eggert@cs.ucla.edu>
7006
7007 Calc by default uses the Gregorian calendar for all dates (Bug#12633).
7008 It also uses January 1, 1 AD as its day number 1.
7009 * calc/calc-forms.el (math-julian-date-beginning)
7010 (math-julian-date-beginning-int): Implement this.
7011
7012 2012-11-17 Juanma Barranquero <lekktu@gmail.com>
7013
7014 * descr-text.el (quail-find-key):
7015 * dired.el (desktop-file-name):
7016 * dirtrack.el (shell-prefixed-directory-name, shell-process-cd):
7017 * generic-x.el (comint-mode, comint-exec):
7018 * image-dired.el (widget-forward):
7019 * info.el (speedbar-add-expansion-list, speedbar-center-buffer-smartly)
7020 (speedbar-change-expand-button-char)
7021 (speedbar-change-initial-expansion-list, speedbar-delete-subblock)
7022 (speedbar-make-specialized-keymap, speedbar-make-tag-line):
7023 * printing.el (easy-menu-add-item, easy-menu-remove-item)
7024 (widget-field-action, widget-value-set):
7025 * speedbar.el (imenu--make-index-alist):
7026 * term.el (ring-empty-p, ring-ref, ring-insert-at-beginning)
7027 (ring-length, ring-insert):
7028 * vcursor.el (compare-windows-skip-whitespace):
7029 * woman.el (dired-get-filename):
7030 Declare functions.
7031
7032 * term/w32-win.el (cygwin-convert-path-from-windows): Fix declaration.
7033
7034 2012-11-17 Jay Belanger <jay.p.belanger@gmail.com>
7035
7036 * calc/calc.el (calc-gregorian-switch): New variable.
7037
7038 * calc/calc-forms.el (math-day-in-year, math-dt-before-p)
7039 (math-absolute-from-gregorian-dt, math-absolute-from-julian-dt)
7040 (math-date-to-julian-dt, math-date-to-gregorian-dt): New functions.
7041 (math-leap-year-p): Add option to distinguish between Julian
7042 and Gregorian calendars.
7043 (math-day-number): Use `math-day-in-year' to do the computations.
7044 (math-absolute-from-dt): Rename from `math-absolute-from-date'.
7045 Use `math-absolute-from-gregorian' and `math-absolute-from-julian'
7046 to do the computations.
7047 (math-date-to-dt): Use `math-date-to-julian-dt' and
7048 `math-date-to-gregorian-dt' to do the computations.
7049 (calcFunc-weekday, math-format-date-part): Use the new version of
7050 the DATE to determine the weekday.
7051 (calcFunc-newmonth, calcFunc-newyear): Use `calc-gregorian-switch'
7052 when necessary.
7053
7054 2012-11-17 Eli Zaretskii <eliz@gnu.org>
7055
7056 * term/w32-win.el (w32-handle-dropped-file): Use 'file://' only on
7057 Cygwin; otherwise use 'file:'. (Bug#12914)
7058 (cygwin-convert-path-from-windows): Declare, to avoid
7059 byte-compiler warnings.
7060
7061 2012-11-17 Andreas Politz <politza@fh-trier.de>
7062
7063 * ibuffer.el (ibuffer-mark-forward, ibuffer-unmark-forward)
7064 (ibuffer-unmark-backward, ibuffer-mark-interactive): Support plain
7065 prefix and negative numeric prefix args (Bug#12795).
7066
7067 2012-11-17 Stephen Berman <stephen.berman@gmx.net>
7068
7069 * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
7070 Don't signal an error with a score that is too low to add to the
7071 list of top scores. (Bug#12779)
7072
7073 2012-11-17 Chong Yidong <cyd@gnu.org>
7074
7075 * help-mode.el (help-xref-interned): End on point-min (Bug#12737).
7076
7077 * filecache.el (file-cache-add-file): Handle relative file name in
7078 the argument (Bug#12694).
7079
7080 2012-11-16 Jürgen Hötzel <juergen@archlinux.org> (tiny change)
7081
7082 * eshell/em-unix.el (eshell/mkdir): Handle "--parents" (bug#12897).
7083
7084 2012-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
7085
7086 * emacs-lisp/advice.el (ad-make-advised-definition): Improve last fix.
7087
7088 * emacs-lisp/cl-lib.el: Set more meaningful version number.
7089
7090 2012-11-16 Martin Rudalics <rudalics@gmx.at>
7091
7092 * window.el (enlarge-window, shrink-window): Don't mention return
7093 value in doc-string (Bug#12896).
7094 (window--display-buffer): Don't resize frames - it won't work
7095 with all window managers and defeat pop-up-frame-alist.
7096 (display-buffer-alist): In doc-string explain that CONDITION can
7097 be a function and which arguments are passed to it (Bug#12854).
7098 (display-buffer-assq-regexp): New argument ACTION. Handle lambda
7099 expressions (Bug#12854).
7100 (display-buffer): Pass ACTION argument to
7101 display-buffer-assq-regexp.
7102
7103 2012-11-16 Glenn Morris <rgm@gnu.org>
7104
7105 * window.el (fit-frame-to-buffer-bottom-margin)
7106 (fit-frame-to-buffer, fit-window-to-buffer): Doc fixes.
7107
7108 * faces.el (face-underline-p): Use face-attribute-specified-or.
7109
7110 2012-11-16 Juanma Barranquero <lekktu@gmail.com>
7111
7112 * emacs-lisp/cl-macs.el (cl-loop, cl-do, cl-do*): Doc fixes.
7113
7114 2012-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
7115
7116 * emacs-lisp/cl-macs.el (cl-flet, cl-flet*): Fix docstring (bug#12895).
7117
7118 2012-11-16 Glenn Morris <rgm@gnu.org>
7119
7120 * eshell/em-cmpl.el (eshell-pcomplete): New command. (Bug#12838)
7121 (eshell-cmpl-initialize): Bind eshell-pcomplete to TAB, C-i.
7122
7123 * faces.el (face-underline-p): Doc fix. Handle :underline being
7124 things other than `t' (a string, a list).
7125 (face-inverse-video-p): Doc fix.
7126 (set-face-underline): Rename it back from set-face-underline-p.
7127 Doc fix. Allow interactive input of values other than t.
7128 (read-face-attribute): Apply formatting to :underline,
7129 since like :box and :stipple it can take list values.
7130
7131 * term.el (ansi-term): Don't let C-x escape-char binding
7132 clobber the more standard C-c binding. (Bug#12842)
7133
7134 * subr.el (set-temporary-overlay-map): Doc fix.
7135
7136 2012-11-16 Martin Rudalics <rudalics@gmx.at>
7137
7138 * window.el (record-window-buffer)
7139 (display-buffer-record-window): When copying the markers to
7140 window-point preserve window-point-insertion-type. (Bug#12588)
7141
7142 2012-11-16 Glenn Morris <rgm@gnu.org>
7143
7144 * emacs-lisp/eieio-datadebug.el (eieio-debug-methodinvoke):
7145 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error):
7146 Use new names for hooks rather than obsolete aliases.
7147
7148 2012-11-15 Daniel Colascione <dancol@dancol.org>
7149
7150 * term/w32-win.el (w32-handle-dropped-file): Use a "file://"
7151 prefix instead of "file:" so that when FILE-NAME begins with "//",
7152 as it does when the target file is on a network share, url-handler
7153 isn't confused.
7154
7155 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
7156
7157 * emacs-lisp/advice.el (ad-definition-type): Make sure we don't use
7158 a preactivated advice from an old advice.el; they're not compatible!
7159
7160 2012-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
7161
7162 * emacs-lisp/nadvice.el (advice--make-interactive-form):
7163 Fix string-spec case.
7164
7165 * emacs-lisp/advice.el (ad-make-advised-definition): Fix undefined case.
7166
7167 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
7168
7169 * emacs-lisp/nadvice.el: Add buffer-local support to add-function.
7170 (advice--buffer-local-function-sample): New var.
7171 (advice--set-buffer-local, advice--buffer-local): New functions.
7172 (add-function, remove-function): Use them.
7173
7174 2012-11-15 Drew Adams <drew.adams@oracle.com>
7175
7176 * imenu.el (imenu--split-submenus): Use imenu--subalist-p (bug#12717).
7177
7178 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
7179
7180 * emacs-lisp/cl-macs.el (cl--transform-lambda): Defend against
7181 potential binding of print-gensym to t, and prettify (back)quotes in
7182 case they appear in args's default values (bug#12884).
7183
7184 2012-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
7185
7186 * emacs-lisp/nadvice.el: Add around advice for interactive specs.
7187 (advice-eval-interactive-spec): New function.
7188 (advice--make-interactive-form): Support around advice (bug#12844).
7189
7190 2012-11-14 Dmitry Gutov <dgutov@yandex.ru>
7191
7192 * progmodes/ruby-mode.el (ruby-expr-beg): Make heredoc detection
7193 more strict. Add docstring.
7194 (ruby-expression-expansion-re): Extract from
7195 `ruby-match-expression-expansion'.
7196 (ruby-syntax-propertize-function): After everything else, search
7197 for expansions in string literals, mark their insides as
7198 whitespace syntax and save match data for font-lock.
7199 (ruby-font-lock-keywords): Use the 2nd group from expression
7200 expansion matches.
7201 (ruby-match-expression-expansion): Use the match data saved to the
7202 text property in ruby-syntax-propertize-function.
7203
7204 2012-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
7205
7206 * emacs-lisp/gv.el (setf): Fix debug spec for multiple assignments
7207 (bug#12879).
7208
7209 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
7210
7211 * progmodes/ruby-mode.el (ruby-move-to-block): Looks for a block
7212 start/end keyword a bit harder. Works with different values of N.
7213 Add more comments.
7214 (ruby-end-of-block): Update accordingly.
7215
7216 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
7217
7218 * woman.el (woman-file-name): Don't mess with unread-command-events
7219 (bug#12861).
7220
7221 * emacs-lisp/advice.el: Layer on top of nadvice.el.
7222 Remove out of date self-require hack.
7223 (ad-do-advised-functions): Use simple `dolist'.
7224 (ad-advice-name, ad-advice-protected, ad-advice-enabled)
7225 (ad-advice-definition): Redefine as functions.
7226 (ad-advice-classes): Move before first use.
7227 (ad-make-origname, ad-set-orig-definition, ad-clear-orig-definition)
7228 (ad-make-mapped-call, ad-make-advised-docstring)
7229 (ad-make-plain-docstring, ad--defalias-fset): Remove functions.
7230 (ad-make-advicefunname, ad-clear-advicefunname-definition): New funs.
7231 (ad-get-orig-definition): Rewrite.
7232 (ad-make-advised-definition-docstring): Change base docstring.
7233 (ad-real-orig-definition): Rewrite.
7234 (ad-map-arglists): Change name of called function.
7235 (ad--make-advised-docstring): Redirect `function' from ad-Advice-...
7236 (ad-make-advised-definition): Simplify.
7237 (ad-assemble-advised-definition): Tweak for new calling context.
7238 (ad-activate-advised-definition): Setup ad-Advice-* i.s.o ad-Orig-*.
7239 (ad--defalias-fset): Rename from ad-handle-definition. Make it set the
7240 function and call ad-activate if needed.
7241 (ad-activate, ad-deactivate): Don't call ad-handle-definition any more.
7242 (ad-recover): Clear ad-Advice-* instead of ad-Orig-*.
7243 (ad-compile-function): Compile ad-Advice-*.
7244 (ad-activate-on-top-level, ad-with-auto-activation-disabled): Remove.
7245 (ad-start-advice, ad-stop-advice): Remove.
7246
7247 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
7248
7249 * progmodes/ruby-mode.el (ruby-add-log-current-method): Print the
7250 period before class method names, not after. Remove handling of
7251 one impossible case. Add comments.
7252
7253 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
7254
7255 * emacs-lisp/advice.el: Remove support for freezing.
7256 (ad-make-freeze-docstring, ad-make-freeze-definition): Remove functions.
7257 (ad-make-single-advice-docstring, ad-defadvice-flags, defadvice):
7258 Remove support for `freeze'.
7259
7260 * emacs-lisp/cl.el (dolist, dotimes, declare): Use advice-add to
7261 override the default.
7262 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Rewrite without using
7263 cl--dotimes/dolist.
7264 * subr.el (dolist, dotimes, declare): Redefine them normally, even when
7265 `cl' is loaded.
7266
7267 * emacs-lisp/nadvice.el (advice--normalize): New function, extracted
7268 from add-advice.
7269 (advice--strip-macro): New function.
7270 (advice--defalias-fset): Use them to handle macros.
7271 (advice-add): Use them.
7272 (advice-member-p): Correctly handle macros.
7273
7274 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
7275
7276 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
7277 Never font-lock the beginning of singleton class as heredoc.
7278
7279 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
7280
7281 * emacs-lisp/gv.el (gv-define-simple-setter): One more fix (bug#12871).
7282
7283 2012-11-13 Wolfgang Jenkner <wjenkner@inode.at>
7284
7285 * ansi-color.el (ansi-color-apply-sequence): Implement SGR codes
7286 39 and 49 (bug#12792). Also, treat unimplemented parameters as 0,
7287 thereby restoring the behavior of revisions prior to 2012-08-15T03:33:55Z!monnier@iro.umontreal.ca.
7288
7289 2012-11-13 Fabián Ezequiel Gallina <fgallina@cuca>
7290
7291 Fix end-of-defun misbehavior.
7292 * progmodes/python.el (python-nav-beginning-of-defun): Rename from
7293 python-beginning-of-defun-function. Handle nested defuns
7294 correctly.
7295 (python-nav-end-of-defun): Rename from
7296 python-end-of-defun-function. Ensure forward movement.
7297 (python-info-current-defun): Reimplement to work as intended
7298 with new fixed python-nav-{end,beginning}-of-defun. Stop scanning
7299 parent defuns as soon as possible.
7300
7301 2012-11-13 Glenn Morris <rgm@gnu.org>
7302
7303 * progmodes/flymake.el (flymake-error-bitmap)
7304 (flymake-warning-bitmap, flymake-fringe-indicator-position): Doc fixes.
7305 (flymake-error-bitmap, flymake-warning-bitmap): Fix :types.
7306
7307 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
7308
7309 * progmodes/ruby-mode.el (ruby-move-to-block): When moving
7310 backward, always stop at indentation. Reverts the change from
7311 2012-08-12T22:06:56Z!monnier@iro.umontreal.ca (Bug#12851).
7312
7313 2012-11-13 Glenn Morris <rgm@gnu.org>
7314
7315 * ibuffer.el (ibuffer-mode-map, ibuffer-mode):
7316 Add ibuffer-filter-by-derived-mode.
7317
7318 * ibuffer.el (ibuffer-mode-map): Don't have two menu items with
7319 the same name shadowing each other.
7320
7321 * window.el (with-temp-buffer-window): Doc tweak.
7322
7323 * emacs-lisp/debug.el (debugger-bury-or-kill): Doc tweak.
7324
7325 * help.el (temp-buffer-max-height):
7326 * window.el (fit-frame-to-buffer, fit-frame-to-buffer-bottom-margin):
7327 * emacs-lisp/debug.el (debugger-bury-or-kill): Fix :version.
7328
7329 2012-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
7330
7331 * emacs-lisp/nadvice.el: New package.
7332 * subr.el (special-form-p): New function.
7333 * emacs-lisp/elp.el: Use lexical-binding and advice-add.
7334 (elp-all-instrumented-list): Remove var.
7335 (elp-not-profilable): Remove elp-wrapper.
7336 (elp-profilable-p): Use autoloadp and special-form-p.
7337 (elp--advice-name): New const.
7338 (elp-instrument-function): Use advice-add.
7339 (elp--instrumented-p): New predicate.
7340 (elp-restore-function): Use advice-remove.
7341 (elp-restore-all, elp-reset-all): Use mapatoms.
7342 (elp-set-master): Use elp--instrumented-p.
7343 (elp--make-wrapper): Rename from elp-wrapper, return a function
7344 suitable for advice-add. Use cl-inf.
7345 (elp-results): Use mapatoms+elp--instrumented-p.
7346 * emacs-lisp/debug.el: Use lexical-binding and advice-add.
7347 (debug-function-list): Remove var.
7348 (debug): Rename arg, and then let-bind it explicitly inside.
7349 (debugger-setup-buffer): Rename arg.
7350 (debugger-setup-buffer): Adjust counts to new debug-on-entry setup.
7351 (debugger-frame-number): Adjust to new debug-on-entry setup.
7352 (debug--implement-debug-on-entry): Rename from
7353 implement-debug-on-entry, add argument.
7354 (debugger-special-form-p): Remove, use special-form-p instead.
7355 (debug-on-entry): Use advice-add.
7356 (debug--function-list): New function.
7357 (cancel-debug-on-entry): Use it, along with advice-remove.
7358 (debug-arglist, debug-convert-byte-code, debug-on-entry-1): Remove.
7359 (debugger-list-functions): Use debug--function-list instead of
7360 debug-function-list.
7361 * emacs-lisp/advice.el (ad-save-real-definition): Remove, unused.
7362 (ad-special-form-p): Remove, use special-form-p instead.
7363 (ad-set-advice-info): Use add-function and remove-function.
7364 (ad--defalias-fset): Adjust accordingly.
7365
7366 2012-11-10 Glenn Morris <rgm@gnu.org>
7367
7368 * mail/emacsbug.el (report-emacs-bug-tracker-url)
7369 (report-emacs-bug-bug-alist, report-emacs-bug-choice-widget)
7370 (report-emacs-bug-create-existing-bugs-buffer)
7371 (report-emacs-bug-parse-query-results)
7372 (report-emacs-bug-query-existing-bugs): Remove. (Bug#7449)
7373
7374 * term.el (term-default-fg-color, term-default-bg-color):
7375 Make obsolete, rather than just saying "deprecated" in the doc.
7376
7377 * term.el (term): Rename from `term-face'.
7378 (term-current-face, ansi-term-color-vector)
7379 (term-default-fg-color, term-default-bg-color, term-ansi-reset):
7380 Update all users.
7381
7382 2012-11-10 Jan Djärv <jan.h.d@swipnet.se>
7383
7384 * server.el (server-create-window-system-frame): Handle Nextstep
7385 specially (Bug#12780).
7386
7387 2012-11-10 Glenn Morris <rgm@gnu.org>
7388
7389 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs):
7390 Unautoload, and make obsolete. (Bug#7449)
7391
7392 2012-11-10 Chong Yidong <cyd@gnu.org>
7393
7394 * vc/diff-mode.el (diff-delete-trailing-whitespace): Rewrite, and
7395 rename from diff-remove-trailing-whitespace (Bug#12831).
7396
7397 2012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
7398
7399 * emacs-lisp/advice.el: Require `cl-lib' at run-time to fix
7400 miscompilation of trace.el.
7401
7402 2012-11-10 Glenn Morris <rgm@gnu.org>
7403
7404 * vc/diff-mode.el (diff-remove-trailing-whitespace): Doc fix.
7405
7406 2012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
7407
7408 * emacs-lisp/gv.el (gv-define-simple-setter): Fix last change
7409 (bug#12812).
7410
7411 2012-11-10 Chong Yidong <cyd@gnu.org>
7412
7413 * minibuf-eldef.el (minibuffer-eldef-shorten-default): Convert to
7414 a defcustom with an appropriate :set function.
7415 (minibuffer-default--in-prompt-regexps): New function.
7416
7417 2012-11-10 Glenn Morris <rgm@gnu.org>
7418
7419 * emacs-lisp/cl.el (define-setf-expander, defsetf)
7420 (define-modify-macro): Doc fixes.
7421
7422 * emacs-lisp/gv.el (gv-letplace): Fix doc typo.
7423 (gv-define-simple-setter): Update doc of `fix-return'.
7424
7425 2012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
7426
7427 * emacs-lisp/gv.el (gv-define-simple-setter): Don't evaluate `val'
7428 twice when `fix-return' is set (bug#12813).
7429
7430 * emacs-lisp/cl.el (defsetf): Pass the third arg to
7431 gv-define-simple-setter (bug#12812).
7432
7433 * woman.el (woman-decode-region): Disable adaptive-fill when rendering
7434 (bug#12756).
7435
7436 2012-11-10 Glenn Morris <rgm@gnu.org>
7437
7438 * emacs-lisp/gv.el (gv-define-setter): Fix doc typo.
7439
7440 * emacs-lisp/cl-extra.el (cl-prettyexpand):
7441 * emacs-lisp/cl-lib.el (cl-proclaim, cl-declaim):
7442 * emacs-lisp/cl-macs.el (cl-destructuring-bind, cl-locally)
7443 (cl-the, cl-compiler-macroexpand): Add basic doc strings.
7444
7445 * emacs-lisp/cl-extra.el (cl-maplist, cl-mapcan): Doc fix.
7446
7447 2012-11-10 Leo Liu <sdl.web@gmail.com>
7448
7449 * ido.el (ido-set-matches-1): Improve flex matching performance by
7450 removing backtracking in the regexp (suggested by Stefan). (Bug#12796)
7451
7452 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
7453
7454 * emacs-lisp/advice.el (ad-set-advice-info): Set defalias-fset-function.
7455 (ad--defalias-fset): New function.
7456 (ad-safe-fset): Remove.
7457 (ad-make-freeze-definition): Use cl-letf*.
7458
7459 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
7460
7461 * subr.el (dolist): Don't bind VAR in RESULT.
7462
7463 * emacs-lisp/advice.el: Miscellaneous cleanup. Use lexical-binding.
7464 (fset, documentation): Don't save real def since we don't advise.
7465 (ad-do-advised-functions): Remove problematic `result-form'.
7466 (ad-safe-fset): `ad-real-fset' => `fset'.
7467 (ad-read-advised-function): Don't assume that ad-do-advised-functions
7468 uses CL's dolist internally.
7469 (ad-arglist): Remove unused arg `name'.
7470 (ad-docstring, ad-make-advised-docstring):
7471 `ad-real-documentation' => `documentation'.
7472 (warning-suppress-types): Declare.
7473 (ad-set-arguments): Simple CSE.
7474 (ad-recover-normality): Sanity check.
7475
7476 * emacs-lisp/bytecomp.el (byte-compile-out-toplevel): Don't turn
7477 (funcall '(lambda ..) ..) into ((lambda ..) ..).
7478
7479 2012-11-09 Vincent Belaïche <vincentb1@users.sourceforge.net>
7480
7481 * ses.el: Symbol to coordinate mapping is made by symbol property
7482 `ses-cell'. This means that the same mapping is done for all SES
7483 sheets. That is good enough for cells with standard A1 names, but
7484 not for named cell. So a hash map is added for the latter.
7485 (defconst ses-localvars): Add local variable ses--named-cell-hashmap
7486 (ses-sym-rowcol): Use hashmap for named cell.
7487 (ses-is-cell-sym-p): New defun.
7488 (ses-decode-cell-symbol): New defun.
7489 (ses-create-cell-variable): Add cell to hashmap when name is not
7490 A1-like.
7491 (ses-rename-cell): Check that cell new name is not already in
7492 spreadsheet with the use of ses-is-cell-sym-p
7493 (ses-rename-cell): Use hash map for named cells, but accept also
7494 renaming back to A1-like.
7495
7496 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
7497
7498 * emacs-lisp/advice.el: Use new dynamic docstrings.
7499 (ad-make-advised-definition-docstring, ad-advised-definition-p):
7500 Use dynamic-docstring-function instead of ad-advice-info.
7501 (ad--make-advised-docstring): New function extracted from
7502 ad-make-advised-docstring.
7503 (ad-make-advised-docstring): Use it.
7504 * progmodes/sql.el (sql--make-help-docstring): New function, extracted
7505 from sql-help.
7506 (sql-help): Use it with dynamic-docstring-function.
7507
7508 * env.el (env--substitute-vars-regexp): Don't use rx (for bootstrap).
7509
7510 2012-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
7511
7512 * files.el (hack-one-local-variable--obsolete): New function.
7513 (hack-one-local-variable): Use it for obsolete settings.
7514
7515 * subr.el (locate-user-emacs-file): If both old and new name exist, use
7516 the new name.
7517
7518 * progmodes/js.el (js--filling-paragraph): New var.
7519 (c-forward-sws, c-backward-sws, c-beginning-of-macro): Advise.
7520 (js-c-fill-paragraph): Prefer advice to cl-letf so the rebinding is
7521 less sneaky.
7522
7523 2012-11-08 Julien Danjou <julien@danjou.info>
7524
7525 * progmodes/ruby-mode.el (auto-mode-alist): Add Rakefile in
7526 `auto-mode-alist' (Bug#12835).
7527
7528 2012-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
7529
7530 * progmodes/perl-mode.el (perl-prettify-symbols): New defcustom.
7531 (perl--prettify-symbols-alist): New const.
7532 (perl--font-lock-compose-symbol, perl--font-lock-symbols-keywords):
7533 New functions.
7534 (perl-font-lock-keywords-2): Use them.
7535 (perl-electric-noindent-p): New function.
7536 (perl-mode): Use it to set up electric-indent-mode.
7537 (perl-electric-terminator, perl-indent-command): Mark obsolete.
7538 (perl-mode-map): Remove bindings for them.
7539 (perl-imenu-generic-expression, perl-outline-level):
7540 Match functions&packages in column>0.
7541
7542 * env.el (env--substitute-vars-regexp): New const.
7543 (substitute-env-vars): Use it. Add `only-defined' arg.
7544 * net/tramp.el (tramp-replace-environment-variables): Use it.
7545
7546 * emacs-lisp/bytecomp.el (byte-compile-initial-macro-environment):
7547 Byte-compile *before* eval in eval-and-compile.
7548 (byte-compile-log-warning): Remove redundant inhibit-read-only.
7549 (byte-compile-file-form-autoload): Don't hide actual definition.
7550 (byte-compile-maybe-guarded): Accept `functionp' as well.
7551
7552 * emacs-lisp/gv.el (gv-ref, gv-deref): New function and macro.
7553
7554 2012-11-07 Michael Albinus <michael.albinus@gmx.de>
7555
7556 * notifications.el (notifications-get-server-information-method):
7557 New defconst.
7558 (notifications-get-capabilities): Fix docstring.
7559 (notifications-get-server-information): New defun.
7560
7561 2012-11-06 Agustín Martín Domingo <agustin.martin@hispalinux.es>
7562
7563 * textmodes/ispell.el (ispell-region): Standard re-indent for better
7564 readability.
7565
7566 * textmodes/ispell.el: Experimental support for support debugging.
7567 (ispell-create-debug-buffer): Create a `ispell-debug-buffer' debug
7568 buffer for ispell.
7569 (ispell-print-if-debug): New function to print stuff to
7570 `ispell-debug-buffer' if debugging is enabled.
7571 (ispell-region, ispell-process-line): Use `ispell-print-if-debug' to
7572 show some debugging info.
7573 (ispell-buffer-with-debug): New function that creates a debugging
7574 buffer and calls `ispell-buffer' with debugging enabled.
7575
7576 * textmodes/ispell.el (ispell-region): Do not prefix sent string by
7577 comment in autoconf mode. (Bug#12768)
7578
7579 2012-11-06 Dmitry Antipov <dmantipov@yandex.ru>
7580
7581 * emacs-lisp/byte-opt.el (toplevel): Add compare-window-configurations,
7582 frame-first-window, frame-root-window, frame-selected-window,
7583 minibuffer-selected-window, minibuffer-window,
7584 window-absolute-pixel-edges, window-at, window-body-height,
7585 window-body-width, window-display-table, window-combination-limit,
7586 window-frame, window-fringes, window-inside-absolute-pixel-edges,
7587 window-inside-edges, window-inside-pixel-edges, window-left-child,
7588 window-left-column, window-margins, window-next-buffers,
7589 window-next-sibling, window-new-normal, window-new-total,
7590 window-normal-size, window-parameter, window-parameters, window-parent,
7591 window-pixel-edges, window-point, window-prev-buffers,
7592 window-prev-sibling, window-redisplay-end-trigger, window-scroll-bars,
7593 window-start, window-text-height, window-top-child, window-top-line,
7594 window-total-height, window-total-width and window-use-time to the list
7595 of functions without side-effects.
7596 (toplevel): Add window-valid-p to the list of error-free functions
7597 without side-effects.
7598
7599 2012-11-05 Agustín Martín Domingo <agustin.martin@hispalinux.es>
7600
7601 * textmodes/ispell.el (ispell-program-name):
7602 Update spellchecker parameters when customized.
7603
7604 2012-11-04 Glenn Morris <rgm@gnu.org>
7605
7606 * vc/vc-svn.el (vc-svn-state-heuristic): Avoid calling svn. (Bug#7850)
7607
7608 2012-11-04 Chong Yidong <cyd@gnu.org>
7609
7610 * bookmark.el (bookmark-bmenu-switch-other-window): Avoid binding
7611 same-window-* variables.
7612
7613 2012-11-04 Juri Linkov <juri@jurta.org>
7614
7615 * isearch.el (isearch-help-for-help, isearch-describe-bindings)
7616 (isearch-describe-key, isearch-describe-mode): Use a display
7617 action instead of binding same-window-* variables (Bug#10040).
7618
7619 2012-11-03 Glenn Morris <rgm@gnu.org>
7620
7621 * emacs-lisp/cl-macs.el (cl-parse-loop-clause):
7622 Rename handler properties back from cl-- to cl-. (Bug#12788)
7623
7624 * emacs-lisp/cl-macs.el (cl-do-all-symbols): Add doc string.
7625
7626 2012-11-03 Eli Zaretskii <eliz@gnu.org>
7627
7628 * term/pc-win.el: Don't load term/internal from here.
7629
7630 * loadup.el: Load term/internal from here.
7631
7632 2012-11-03 Fabián Ezequiel Gallina <fgallina@cuca>
7633
7634 * progmodes/python.el (inferior-python-mode): Fix hang in
7635 jit-lock (Bug#12645).
7636
7637 2012-11-03 Martin Rudalics <rudalics@gmx.at>
7638
7639 * window.el (switch-to-visible-buffer)
7640 (switch-to-buffer-preserve-window-point): Fix doc-strings.
7641
7642 2012-11-03 Glenn Morris <rgm@gnu.org>
7643
7644 * emacs-lisp/cl-lib.el (cl--random-time):
7645 Rename from cl-random-time. (Bug#12773)
7646 (cl--gensym-counter, cl--random-state): Update callers.
7647 * emacs-lisp/cl-extra.el (cl-make-random-state): Update callers.
7648
7649 2012-11-03 Chong Yidong <cyd@gnu.org>
7650
7651 * cus-start.el: Make cursor-type customizable (Bug#11633).
7652
7653 2012-11-02 Glenn Morris <rgm@gnu.org>
7654
7655 * filecache.el: No need to load find-lisp when compiling.
7656 (find-lisp-find-files): Autoload it.
7657 (file-cache-add-directory-recursively): Don't require find-lisp.
7658
7659 * image.el (image-type-from-file-name): Trivial simplification.
7660
7661 * emacs-lisp/bytecomp.el (byte-compile-eval):
7662 Decouple "noruntime" and "cl-functions" warnings.
7663
7664 2012-11-01 Stephen Berman <stephen.berman@gmx.net>
7665
7666 * play/gomoku.el (gomoku-display-statistics): Update mode line
7667 only if in Gomoku buffer; don't capitalize "won" (Bug#12771).
7668
7669 2012-10-31 Martin Rudalics <rudalics@gmx.at>
7670
7671 * window.el (quit-restore-window): If the window has been
7672 created on an existing frame and ended up as the sole window on
7673 that frame, do not delete it (Bug#12764).
7674
7675 2012-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
7676
7677 * progmodes/sh-script.el (sh--inside-noncommand-expression):
7678 Rename from sh--inside-arithmetic-expression, handle more cases
7679 (bug#11263).
7680
7681 * progmodes/sh-script.el (sh--inside-arithmetic-expression): New func.
7682 (sh-font-lock-open-heredoc): Use it (bug#12770).
7683
7684 2012-10-30 Glenn Morris <rgm@gnu.org>
7685
7686 * emacs-lisp/cl-extra.el (cl-mapc): Add autoload cookie. Doc fix.
7687
7688 * emacs-lisp/cl.el (letf): Doc fix. (Bug#12760)
7689
7690 2012-10-29 Chong Yidong <cyd@gnu.org>
7691
7692 * isearch.el (isearch-other-meta-char): Ensure that a reprocessed
7693 function key is stored in a keyboard macro (Bug#4894).
7694
7695 * thingatpt.el (number-at-point): Apply a thing-at-point property.
7696
7697 2012-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
7698
7699 * vc/diff-mode.el (diff-context->unified): Don't get confused by "hunk
7700 header comments".
7701 (diff-unified->context, diff-context->unified)
7702 (diff-reverse-direction, diff-fixup-modifs): Use `use-region-p'.
7703
7704 * emacs-lisp/cl.el (letf): Add missing indent rules (bug#12759).
7705
7706 * files.el (find-alternate-file): Only ask one question (bug#12487).
7707
7708 2012-10-29 Chong Yidong <cyd@gnu.org>
7709
7710 * vc/vc-hooks.el (vc-file-clearprops): Kill vc-parent-buffer.
7711 Suggested by Dan Nicolaescu (Bug#6326).
7712
7713 * info.el (Info-complete-menu-item): Avoid duplicates (Bug#12705).
7714
7715 * startup.el (fancy-about-screen): Don't message (Bug#12680).
7716
7717 * thingatpt.el (thing-at-point): Doc fix (Bug#12691).
7718
7719 * imenu.el (imenu): Inhibit push-mark message (Bug#12726).
7720
7721 * face-remap.el (face-remap-add-relative): Handle the case where a
7722 face-remapping-alist entry is a cons cell (Bug#12762).
7723
7724 2012-10-29 Kevin Ryde <user42@zip.com.au>
7725
7726 * woman.el (woman-parse-numeric-value): Handle picas correctly
7727 (Bug#12639).
7728
7729 2012-10-29 Glenn Morris <rgm@gnu.org>
7730
7731 * emacs-lisp/cl.el (defsetf): Doc fix.
7732
7733 2012-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
7734
7735 * progmodes/sh-script.el (sh-font-lock-paren): Also put punctuation
7736 syntax to the matching opener, if any (bug#12547).
7737 (sh-smie-sh-forward-token, sh-smie-sh-backward-token): Recognize this
7738 matching open as a "case-(".
7739 (sh-smie-rc-grammar): Add a corresponding rule for it.
7740
7741 2012-10-28 Daniel Hackney <dan@haxney.org>
7742
7743 * emacs-lisp/package.el (package-generate-autoloads): Kill buffer
7744 "PKGNAME-autoloads.el" in case we created it.
7745
7746 2012-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
7747
7748 * minibuffer.el (completion--sifn-requote): Rewrite to handle things
7749 like Tramp's "/foo:~bar//baz" -> "/scpc:foo:/baz" mapping (bug#11714).
7750 (completion--twq-all): Disable too-strict assertions.
7751
7752 * tmm.el (tmm-prompt): Use map-keymap (bug#12744).
7753
7754 2012-10-27 Eli Zaretskii <eliz@gnu.org>
7755
7756 * profiler.el (profiler-report-make-entry-part): Fix help-echo
7757 text to match the real keybindings.
7758
7759 2012-10-27 Juri Linkov <juri@jurta.org>
7760
7761 * wdired.el (wdired-keep-marker-rename): New defcustom.
7762 (wdired-do-renames): Use it instead of `dired-keep-marker-rename'.
7763 (Bug#11795)
7764
7765 * dired.el (dired-keep-marker-rename): Add reference to
7766 `wdired-keep-marker-rename' in the docstring.
7767 Add default character value ?R to display initially in
7768 Customization UI instead of ?@.
7769
7770 2012-10-27 Martin Rudalics <rudalics@gmx.at>
7771
7772 * window.el (display-buffer): In doc-string describe
7773 window-height and window-width alist entries.
7774
7775 * time.el (display-time-world): Restore fit-window-to-buffer
7776 behavior.
7777
7778 2012-10-27 Chong Yidong <cyd@gnu.org>
7779
7780 * subr.el (insert-buffer-substring-as-yank): Doc fix.
7781
7782 2012-10-26 Jambunathan K <kjambunathan@gmail.com>
7783
7784 * minibuffer.el (completion-category-overrides): New completion
7785 category `bookmark' (bug#11131).
7786
7787 2012-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
7788
7789 * emacs-lisp/advice.el (ad-assemble-advised-definition):
7790 Silence bogus compiler warnings for ad-do-it.
7791
7792 * bookmark.el (bookmark-completing-read): Set the completion category
7793 to `bookmark' (bug#11131).
7794
7795 2012-10-26 Bastien <bzg@altern.org>
7796 Stefan Monnier <monnier@iro.umontreal.ca>
7797
7798 * face-remap.el: Use lexical-binding.
7799 (text-scale-adjust): Improve docstring. Use itself for the temporary
7800 overlay-map bindings, so as to repeat the "Use..." message each time.
7801
7802 2012-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
7803
7804 * emacs-lisp/macroexp.el (macroexp--expand-all):
7805 Obey byte-compile-warning-enabled-p (bug#12486).
7806
7807 * vc/diff-mode.el (diff-end-of-hunk): Also skip potential "no LF at eol".
7808 (diff-refine-hunk): Similarly, handle the "no LF at eol" (bug#12584).
7809
7810 2012-10-26 Martin Rudalics <rudalics@gmx.at>
7811
7812 * mouse.el (mouse-drag-line): Move last form into preceding when
7813 clause (Bug#12731).
7814
7815 * help.el (resize-temp-buffer-window): Fix doc-string.
7816
7817 2012-10-25 David Engster <deng@randomsample.de>
7818
7819 * emacs-lisp/eieio.el (eieio-update-lisp-imenu-expression):
7820 Remove. This feature is already integrated in imenu.
7821
7822 * emacs-lisp/eieio-opt.el: Remove require for `button' since it is
7823 always loaded. Require `speedbar' unconditionally.
7824
7825 2012-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
7826
7827 * dired.el (dired-get-marked-files): Allow ! on . and .. (bug#12725).
7828
7829 * minibuffer.el (minibuffer-force-complete): Fix thinko.
7830
7831 * net/ldap.el (ldap-search-internal): The official ldif format starts
7832 with a "version: 1" header (bug#12724).
7833
7834 * emacs-lisp/package.el (package-installed-p): Warn if not ready
7835 (bug#12721).
7836
7837 2012-10-25 Glenn Morris <rgm@gnu.org>
7838
7839 * emacs-lisp/cl-macs.el (cl-progv): Doc fix.
7840
7841 2012-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
7842
7843 * minibuffer.el (minibuffer-force-complete): Use one more marker
7844 for the temporary-overlay-map command (bug#12619).
7845
7846 2012-10-24 Chong Yidong <cyd@gnu.org>
7847
7848 * time.el (display-time-world-mode): Derive from special-mode.
7849 (display-time-world): Use display-buffer (Bug#12708).
7850 (display-time-world-mode-map): Variable deleted.
7851 (display-time-world-display): Wrap the final delete-char inside
7852 inhibit-read-only.
7853
7854 2012-10-24 Chong Yidong <cyd@gnu.org>
7855
7856 * dired.el (dired-mark, dired-unmark, dired-flag-file-deletion):
7857 Doc fix.
7858
7859 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix (Bug#12628).
7860
7861 2012-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
7862
7863 * minibuffer.el (completion--all-sorted-completions-location): New var.
7864 (completion--cache-all-sorted-completions)
7865 (completion--flush-all-sorted-completions): Use it.
7866 (completion-in-region, completion-in-region--postch)
7867 (completion-at-point, completion-help-at-point): Use markers in
7868 completion-in-region--data (bug#12619).
7869
7870 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
7871
7872 * progmodes/compile.el (compilation-start): Try to handle common
7873 quoting of `cd' argument (bug#12640).
7874
7875 * vc/diff-mode.el (diff-hunk): `save-excursion' while refining
7876 (bug#12671).
7877
7878 2012-10-23 Glenn Morris <rgm@gnu.org>
7879
7880 * progmodes/gud.el (gud-menu-map):
7881 Check gdb-active-process is bound. (Bug#12358)
7882
7883 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
7884
7885 * repeat.el (repeat): Set real-this-command (bug#12232).
7886
7887 * htmlfontify.el (hfy-post-html-hook):
7888 * filesets.el (filesets-cache-fill-content-hook):
7889 * arc-mode.el (archive-extract-hook):
7890 * progmodes/cc-mode.el (c-prepare-bug-report-hook):
7891 * net/rcirc.el (rcirc-sentinel-functions)
7892 (rcirc-receive-message-functions, rcirc-activity-functions)
7893 (rcirc-print-functions):
7894 * net/dbus.el (dbus-event-error-functions):
7895 * emacs-lisp/eieio.el (eieio-pre-method-execution-functions):
7896 * emacs-lisp/checkdoc.el (checkdoc-style-functions)
7897 (checkdoc-comment-style-functions): Don't use "-hooks" suffix.
7898 * term/sun.el (sun-raw-prefix-hooks):
7899 * mail/sendmail.el (mail-yank-hooks): Use make-obsolete-variable.
7900
7901 2012-10-23 Michael Albinus <michael.albinus@gmx.de>
7902
7903 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
7904 Set `tramp-chunksize' to 1. This improves the performance.
7905 (tramp-smb-wait-for-output): Add timeout to
7906 `tramp-accept-process-output' calls.
7907
7908 2012-10-23 Chong Yidong <cyd@gnu.org>
7909
7910 * faces.el (font-list-limit): Define as an obsolete variable.
7911
7912 * startup.el (command-line):
7913 * cus-start.el: Don't refer to font-list-limit.
7914
7915 * newcomment.el (comment-normalize-vars): Doc fix (Bug#12583).
7916
7917 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
7918
7919 * subr.el (internal-temp-output-buffer-show): Rename from
7920 temp-output-buffer-show, since previously compiled files expect this name.
7921
7922 2012-10-23 Glenn Morris <rgm@gnu.org>
7923
7924 * image.el (image-type-from-file-name): If multiple types match,
7925 return the first one that is supported. (Bug#9045)
7926
7927 2012-10-22 Glenn Morris <rgm@gnu.org>
7928
7929 * image.el (imagemagick-enabled-types): Doc fix.
7930
7931 2012-10-22 Takafumi Arakaki <aka.tkf@gmail.com> (tiny change)
7932
7933 * progmodes/which-func.el (which-func-current): The hash-table may have
7934 an explicit nil (bug#12338).
7935
7936 2012-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
7937
7938 * electric.el (electric-pair-delete-selection-self-insert-function):
7939 Rename to electric-pair-will-use-region, return a boolean.
7940 (electric-pair-mode): Adjust accordingly. Don't require delsel.
7941
7942 * delsel.el (delete-selection-helper): Use a function instead of a hook.
7943 (delete-selection-pre-hook): Use use-region-p.
7944 (delete-selection-self-insert-function): Remove.
7945 (self-insert-command): Obey self-insert-uses-region-functions.
7946 (self-insert-iso): Revert to previous setting, since we don't actually
7947 know what that command does.
7948 (delete-selection-self-insert-hooks): Remove.
7949
7950 2012-10-22 Simon Law <sfllaw@sfllaw.ca> (tiny change)
7951
7952 * delsel.el (delete-selection-helper): New function, extracted from
7953 delete-selection-pre-hook.
7954 (delete-selection-pre-hook): Use it.
7955 (delete-selection-self-insert-function): New function.
7956 (delete-selection-self-insert-hooks): New hook.
7957 (self-insert-command, self-insert-iso): Use it.
7958 * electric.el (electric-pair-syntax): New function, extracted from
7959 electric-pair-post-self-insert-function.
7960 (electric-pair-post-self-insert-function): Use it.
7961 (electric-pair-delete-selection-self-insert-function): New function.
7962 (electric-pair-mode): Require delsel and setup
7963 delete-selection-self-insert-hooks (bug#11520).
7964
7965 2012-10-20 Chong Yidong <cyd@gnu.org>
7966
7967 * vc/vc.el (vc-diff-internal): Set up Diff mode even if there are
7968 no changes to show (Bug#12586).
7969
7970 * eshell/esh-cmd.el (eshell-rewrite-for-command): Copy the body
7971 list explicitly (Bug#12571).
7972
7973 2012-10-20 Arne Jørgensen <arne@arnested.dk>
7974
7975 * progmodes/flymake.el (flymake-create-temp-inplace):
7976 Use file-truename.
7977
7978 2012-10-20 Eli Zaretskii <eliz@gnu.org>
7979
7980 * loadup.el: Update comment about uncompiled Lisp files. (Bug#12395)
7981
7982 2012-10-20 Jay Belanger <jay.p.belanger@gmail.com>
7983
7984 * calc/calc-units.el (math-extract-units): Properly extract powers
7985 of units.
7986
7987 2012-10-20 Daniel Colascione <dancol@dancol.org>
7988
7989 * frame.el (make-frame): Set x-display-name as we used to in order
7990 to unbreak creating an X11 frame from an Emacs daemon started
7991 without a display.
7992
7993 2012-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
7994
7995 * minibuffer.el (minibuffer-force-complete): Make the next completion use
7996 the same completion-field (bug#12221).
7997
7998 2012-10-19 Martin Rudalics <rudalics@gmx.at>
7999
8000 * emacs-lisp/debug.el (debug): Record height of debugger window
8001 also when debugger will be back (Bug#8789).
8002
8003 2012-10-18 Chong Yidong <cyd@gnu.org>
8004
8005 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
8006 Convert to defcustom.
8007 (gdb-get-source-file): Don't bind pop-up-windows.
8008
8009 * progmodes/gud.el (gud-display-line): Don't specially re-use
8010 other frames for the gdb-mi case (Bug#12648).
8011
8012 2012-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
8013
8014 * emacs-lisp/advice.el: Clean up commentary a bit.
8015 (ad-do-advised-functions, ad-with-originals): Use `declare'.
8016 (byte-code-function-p): Never redefine.
8017
8018 * emacs-lisp/gv.el (cond): Same fix as before for `if'.
8019
8020 2012-10-18 Glenn Morris <rgm@gnu.org>
8021
8022 * dired.el (dired-sort-toggle): Some ls implementations only allow
8023 a single option string. (Bug#12666)
8024
8025 * minibuffer.el (completion-cycle-threshold): Doc fix.
8026
8027 2012-10-17 Kenichi Handa <handa@gnu.org>
8028
8029 * international/mule.el (set-keyboard-coding-system):
8030 Recover input meta mode when the new coding system doesn not use 8-bit.
8031 Supply TERMINAL arg to set-input-meta-mode.
8032
8033 2012-10-17 Michael Heerdegen <michael_heerdegen@web.de>
8034
8035 * wdired.el (wdired-old-marks): New variable.
8036 (wdired-change-to-wdired-mode): Locally set wdired-old-marks.
8037 (wdired-do-renames): Move point with renamed file and don't lose
8038 mark status (Bug#11795).
8039
8040 2012-10-16 Juri Linkov <juri@jurta.org>
8041
8042 * replace.el (query-replace-help): Mention multi-buffer replacement
8043 keys in the Help message. (Bug#12655)
8044
8045 2012-10-15 Chong Yidong <cyd@gnu.org>
8046
8047 * emacs-lisp/byte-run.el (defsubst): Doc fix.
8048
8049 2012-10-14 Eli Zaretskii <eliz@gnu.org>
8050
8051 * window.el (display-buffer): Doc fix.
8052
8053 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8054 Adjust the msft regexp to the output of Studio 2010, and move msft
8055 before edg-1. See the discussion on emacs-devel,
8056 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00579.html,
8057 for the details.
8058
8059 2012-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
8060
8061 * emacs-lisp/eieio.el (eieio-oset-default, eieio-oset, oset-default)
8062 (oset): Move uses of object-class-fast macro after its definition.
8063
8064 * emacs-lisp/gv.el (if): Don't use closures in non-lexical-binding code.
8065
8066 2012-10-13 Chong Yidong <cyd@gnu.org>
8067
8068 * textmodes/ispell.el (ispell-pdict-save): If flyspell-mode is
8069 enabled, re-enable it (Bug#11963).
8070
8071 2012-10-13 Martin Rudalics <rudalics@gmx.at>
8072
8073 * emacs-lisp/debug.el (debug): When debugger-will-be-back is
8074 non-nil, restore window configuration (Bug#12623).
8075
8076 2012-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
8077
8078 * help-fns.el (describe-variable, describe-function-1):
8079 * help-mode.el (help-make-xrefs): Remove error handler, made unneeded.
8080
8081 * emacs-lisp/eieio.el (lisp-imenu-generic-expression): Fix typo.
8082
8083 2012-10-12 Glenn Morris <rgm@gnu.org>
8084
8085 * mail/rmailsum.el (rmail-header-summary):
8086 Fix 2010-11-26 test for multiline Subject: field. (Bug#12625)
8087
8088 2012-10-12 Fabián Ezequiel Gallina <fgallina@cuca>
8089
8090 * progmodes/python.el (python-mode-map):
8091 Replace subtitute-key-definition with proper command remapping.
8092 (python-nav--up-list): Fix behavior for blocks on the same level.
8093
8094 2012-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
8095
8096 * help-fns.el (describe-function-1): Handle autoloads w/o docstrings.
8097
8098 * emacs-lisp/bytecomp.el (byte-compile-eval): Adjust to long-ago
8099 changes to the format of load-history.
8100
8101 * international/mule-cmds.el (read-char-by-name): Move let-binding of
8102 completion-ignore-case in case that var is buffer-local (bug#12615).
8103
8104 2012-10-11 Kenichi Handa <handa@gnu.org>
8105
8106 * international/eucjp-ms.el: Re-generated.
8107
8108 2012-10-10 Kenichi Handa <handa@gnu.org>
8109
8110 * select.el (xselect--encode-string): If a coding is specified for
8111 selection, and that is compatible with COMPOUND_TEXT, use it.
8112
8113 2012-10-10 Martin Rudalics <rudalics@gmx.at>
8114
8115 * window.el (switch-to-buffer-preserve-window-point): New option.
8116 (switch-to-buffer):
8117 Obey `switch-to-buffer-preserve-window-point' (Bug#4041).
8118
8119 2012-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
8120
8121 * newcomment.el (comment-start-skip, comment-end-skip, comment-end):
8122 Don't document nil as a useful value (bug#12583).
8123
8124 2012-10-09 Michael Albinus <michael.albinus@gmx.de>
8125
8126 * net/tramp.el (tramp-debug-message):
8127 Remove "tramp-with-progress-reporter" from regexp of ignored functions.
8128 (with-tramp-progress-reporter): Rename from
8129 `tramp-with-progress-reporter'.
8130 (with-tramp-file-property, with-tramp-connection-property):
8131 Move from tramp-cache.el, rename from `with-file-property' and
8132 `with-connection-property', respectively.
8133
8134 * net/tramp-cache.el: Remove `with-file-property' and
8135 `with-connection-property'.
8136
8137 * net/tramp.el:
8138 * net/tramp-gvfs.el:
8139 * net/tramp-sh.el:
8140 * net/tramp-smb.el: Adapt callees.
8141
8142 * net/trampver.el: Update release number.
8143
8144 2012-10-09 Glenn Morris <rgm@gnu.org>
8145
8146 * w32-fns.el (set-message-beep):
8147 * term/w32-win.el (set-message-beep): Update declarations.
8148
8149 2012-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
8150
8151 * bindings.el (mode-line-toggle-read-only, mode-line-toggle-modified)
8152 (mode-line-widen, mode-line-input-method-map)
8153 (mode-line-coding-system-map, mode-line-remote)
8154 (mode-line-unbury-buffer, mode-line-bury-buffer)
8155 (mode-line-next-buffer, mode-line-previous-buffer):
8156 Replace save-selected-window+select-window => with-selected-window.
8157
8158 * progmodes/cc-bytecomp.el (cc-bytecomp-defmacro): Remove, unused.
8159 * progmodes/cc-vars.el (bq-process): Remove, unused.
8160
8161 * emacs-lisp/cl-macs.el (cl-defstruct): Obey the :read-only property.
8162
8163 2012-10-09 Fabián Ezequiel Gallina <fgallina@cuca>
8164
8165 Implemented `backward-up-list'-like navigation.
8166 * progmodes/python.el (python-nav-up-list)
8167 (python-nav-backward-up-list): New functions.
8168 (python-mode-map): Define substitute key for backward-up-list to
8169 python-nav-backward-up-list.
8170
8171 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
8172
8173 * progmodes/python.el (python-fill-paragraph): Rename from
8174 python-fill-paragraph-function. Fixed fill-paragraph for
8175 decorators (Bug#12605).
8176
8177 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
8178
8179 * progmodes/python.el (python-shell-output-filter): Handle extra
8180 carriage return in OSX (Bug#12409).
8181
8182 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
8183
8184 Fix shell handling of unbalanced quotes and parens in output.
8185 * progmodes/python.el (python-rx-constituents): Add string-delimiter.
8186 (python-syntax-propertize-function): Use it.
8187 (python-shell-output-syntax-table): New var.
8188 (inferior-python-mode): Prevent unbalanced parens/quotes from
8189 previous output mess with current input context.
8190
8191 2012-10-08 Juanma Barranquero <lekktu@gmail.com>
8192
8193 * generic-x.el (javascript-generic-mode, javascript-generic-mode-hook):
8194 Make obsolete aliases of js-mode and js-mode-hook (from js.el).
8195
8196 2012-10-08 Michael Albinus <michael.albinus@gmx.de>
8197
8198 * ffap.el (ffap-replace-file-component): Support Tramp file name
8199 syntax, not only ange-ftp's one.
8200
8201 2012-10-08 Glenn Morris <rgm@gnu.org>
8202
8203 * cus-start.el (message-log-max): Set :version.
8204
8205 * calendar/calendar.el (calendar-intermonth-header): Doc fix.
8206
8207 2012-10-08 Martin Rudalics <rudalics@gmx.at>
8208
8209 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't try to split
8210 the minibuffer window (Bug#10851).
8211
8212 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
8213
8214 Enhancements on forward-sexp movement.
8215 * progmodes/python.el (python-nav-beginning-of-statement)
8216 (python-nav-end-of-statement): Return point-marker.
8217 (python-nav-forward-sexp): lisp-like forward-sexp behavior.
8218 (python-info-current-symbol)
8219 (python-info-statement-starts-block-p): Rename from
8220 python-info-beginning-of-block-p.
8221 (python-info-statement-ends-block-p): Rename from
8222 python-info-end-of-block-p.
8223 (python-info-beginning-of-statement-p)
8224 (python-info-end-of-statement-p)
8225 (python-info-beginning-of-block-p, python-info-end-of-block-p):
8226 New functions.
8227
8228 2012-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
8229
8230 * comint.el (comint-preinput-scroll-to-bottom): Preserve the
8231 frame-selected-windows.
8232
8233 2012-10-08 Daniel Colascione <dancol@dancol.org>
8234
8235 * battery.el (battery-status-function): Check for
8236 w32-battery-status itself, not system-time windows-nt.
8237
8238 * frame.el: Require cl-lib.
8239 (display-format-alist): New variable mapping frame types to
8240 functions that initialize them.
8241 (window-system-for-display): New function: interprets
8242 display-format-alist.
8243 (make-frame-on-display): Remove existing display-selection logic
8244 and just forward to make-frame, which will now DTRT.
8245 (make-frame): Restructure to use window-system-for-display to
8246 figure out how to create a frame on a given display.
8247 (display-mouse-p): Look for frame-type w32, not a particular
8248 system-type.
8249
8250 * loadup.el: Load w32 lisp code when we have the w32 feature.
8251
8252 * mouse.el (mouse-yank-primarY): Look for frame-type w32, not
8253 system-type windows-nt.
8254
8255 * server.el (server-create-window-system-frame): Look for window
8256 type.
8257 (server-proces-filter): Only force a window system when windows-nt
8258 _and_ w32. Explain why.
8259
8260 * simple.el (normal-erase-is-backspace-mode): Add w32 to the list
8261 of window systems we configure for the mode.
8262
8263 * startup.el (command-line): Mark window system is initialized
8264 after we've done it.
8265
8266 * common-win.el (x-select-text): Look for w32, not windows-nt.
8267
8268 * ns-win.el: Require cl-lib. Add ourselves to
8269 display-format-alist.
8270 (ns-initialize-window-system): Assert we're not initialized twice.
8271
8272 * w32-win.el: Enable lexical binding; require cl-lib; add
8273 ourselves to display-format-alist.
8274 (w32-handle-dropped-file): Convert incoming dropped files from
8275 Windows paths to Cygwin ones before passing them on to the rest of
8276 Emacs.
8277 (w32-drag-n-drop): New paramter new-frame. Simplify logic.
8278 (w32-initialize-window-system): Assert we're not initialized twice.
8279
8280 * x-win.el: Require cl-lib; add ourselves to display-format-alist.
8281 (x-initialize-window-system): Assert we're not initialized twice.
8282
8283 * w32-common-fns.el: New File.
8284 (w32-version, w32-using-nt, w32-get-clipboard-data)
8285 (w32-set-clipboard-data, x-set-selection, x-get-selection)
8286 (w32-charset-info-alist, x-last-selected, text)
8287 (x-get-selection-value, x-selection-value): Move here.
8288
8289 * w32-fns.el: Require w32-common-fns.
8290 (w32-version, w32-using-nt, w32-get-clipboard-data)
8291 (w32-set-clipboard-data, x-set-selection, x-get-selection)
8292 (w32-charset-info-alist, x-last-selected, text)
8293 (x-get-selection-value, x-selection-value): Move to
8294 w32-common-fns.
8295
8296 * w32-vars.el:
8297 (w32-allow-system-shell, w32-system-shells): Define only in
8298 non-cygwin case.
8299
8300 2012-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
8301
8302 * subr.el (read-passwd-map): Don't use `defconst' (bug#12597).
8303 (read-passwd): Remove a few more potential sources of leaks.
8304
8305 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
8306
8307 * progmodes/python.el (inferior-python-mode)
8308 (python-shell-make-comint): Fix initialization of local
8309 variables copied from parent buffer.
8310
8311 2012-10-07 Jan Djärv <jan.h.d@swipnet.se>
8312
8313 * term/ns-win.el (ns-read-file-name): Update declaration to match
8314 nsfns.m.
8315 (ns-respond-to-change-font): Change fontsize separately so we are sure
8316 it is set when font is acted upon.
8317
8318 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
8319
8320 Enhancements to indentation.
8321 * progmodes/python.el (python-indent-context): Give priority to
8322 inside-string context. Make comments indentation markers.
8323 (python-indent-region): Do not mess with strings, unless it's the
8324 enclosing set of quotes.
8325
8326 2012-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
8327
8328 * window.el (internal--before-save-selected-window)
8329 (internal--after-save-selected-window): New functions extracted from
8330 save-selected-window. Make sure we return the `alist' we construct.
8331 (save-selected-window): Use them.
8332
8333 * textmodes/tex-mode.el (tex-recenter-output-buffer):
8334 Use with-selected-window.
8335
8336 * emacs-lisp/autoload.el (make-autoload): Add `cl-defmacro' to the
8337 forms that define macros (bug#12593).
8338
8339 2012-10-07 Kenichi Handa <handa@gnu.org>
8340
8341 * international/mule-conf.el (compound-text-with-extensions):
8342 Add :mime-charset property as x-ctext.
8343
8344 2012-10-07 Stefan Merten <smerten@oekonux.de>
8345
8346 * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
8347 (rst-indent-literal-normal, rst-indent-literal-minimized)
8348 (rst-indent-comment): Correct :version tag.
8349 (rst-official-cvs-rev): Correct version string.
8350
8351 2012-10-07 Glenn Morris <rgm@gnu.org>
8352
8353 * mail/rmailmm.el (rmail-mime-process-multipart):
8354 Do not confuse a multipart message with an epilogue
8355 with a "truncated" one; fixes 2011-06-27 change. (Bug#10101)
8356
8357 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
8358
8359 Fix shell output retrieval and comint-prompt-regexp init.
8360 * progmodes/python.el (inferior-python-mode):
8361 (python-shell-make-comint): Fix initialization of
8362 comint-prompt-regexp from copied file local variables.
8363 (python-shell-fetched-lines): Remove var.
8364 (python-shell-output-filter-in-progress): Rename from
8365 python-shell-fetch-lines-in-progress.
8366 (python-shell-output-filter-buffer): Rename from
8367 python-shell-fetch-lines-string.
8368 (python-shell-fetch-lines-filter): Delete function.
8369 (python-shell-output-filter): New function.
8370 (python-shell-send-string-no-output): Use them.
8371
8372 2012-10-07 Glenn Morris <rgm@gnu.org>
8373
8374 * hi-lock.el (hi-lock-process-phrase):
8375 Try to make it less fragile. (Bug#7161)
8376
8377 * hi-lock.el (hi-lock-face-phrase-buffer): Doc fix.
8378
8379 2012-10-06 Glenn Morris <rgm@gnu.org>
8380
8381 * ehelp.el (electric-help-mode): Use help-mode rather than
8382 non-existent mode `help'.
8383 (electric-help-map): Use button-buffer-map. (Bug#10917)
8384
8385 * textmodes/reftex-vars.el (reftex-create-bibtex-header)
8386 (reftex-create-bibtex-footer): Fix custom types.
8387
8388 * progmodes/sh-script.el (sh-indent-after-continuation):
8389 Add explicit :group.
8390
8391 * textmodes/rst.el (rst-preferred-decorations)
8392 (rst-shift-basic-offset): Clarify obsolescence versions.
8393
8394 * profiler.el (profiler): Add missing group :version tag.
8395 * avoid.el (mouse-avoidance-banish-position):
8396 * proced.el (proced-renice-command):
8397 * calc/calc.el (calc-ensure-consistent-units):
8398 * calendar/icalendar.el (icalendar-import-format-uid):
8399 * net/tramp.el (tramp-save-ad-hoc-proxies):
8400 * progmodes/bug-reference.el (bug-reference-bug-regexp):
8401 * progmodes/flymake.el (flymake-error-bitmap)
8402 (flymake-warning-bitmap, flymake-fringe-indicator-position):
8403 * progmodes/sh-script.el (sh-indent-after-continuation):
8404 * progmodes/verilog-mode.el (verilog-auto-template-warn-unused)
8405 (verilog-before-save-font-hook, verilog-after-save-font-hook):
8406 * progmodes/vhdl-mode.el (vhdl-makefile-default-targets)
8407 (vhdl-array-index-record-field-in-sensitivity-list)
8408 (vhdl-indent-comment-like-next-code-line):
8409 * textmodes/reftex-vars.el (reftex-ref-style-alist)
8410 (reftex-ref-macro-prompt, reftex-ref-style-default-list)
8411 (reftex-cite-key-separator, reftex-create-bibtex-header)
8412 (reftex-create-bibtex-footer):
8413 * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
8414 (rst-indent-literal-normal, rst-indent-literal-minimized)
8415 (rst-indent-comment): Add missing custom :version tags.
8416
8417 * calendar/timeclock.el (timeclock-modeline-display):
8418 Add missing obsolete alias for renamed user option.
8419
8420 * strokes.el (strokes-modeline-string):
8421 * emulation/crisp.el (crisp-mode-modeline-string):
8422 * eshell/esh-mode.el (eshell-status-in-modeline):
8423 Aliases to defcustoms must come before the defcustom.
8424
8425 * calendar/cal-tex.el (cal-tex-diary, cal-tex-cursor-week)
8426 (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
8427 (cal-tex-cursor-week-monday): Doc fixes.
8428 (cal-tex-cursor-week2-summary): Doc fix.
8429 Rename from cal-tex-cursor-week-at-a-glance.
8430
8431 * calendar/cal-menu.el (cal-menu-context-mouse-menu):
8432 Tweak week descriptions. Add cal-tex-cursor-week2-summary.
8433
8434 * calendar/calendar.el (calendar-mode-map):
8435 Add cal-tex-cursor-week2-summary.
8436
8437 2012-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
8438
8439 * emacs-lisp/cl-macs.el (cl-defstruct): Improve docstring.
8440
8441 * subr.el (read-passwd-map): New var.
8442 (read-passwd): Use `read-string' again.
8443 * minibuffer.el (delete-minibuffer-contents): Make it interactive.
8444
8445 2012-10-06 Jambunathan K <kjambunathan@gmail.com>
8446
8447 * register.el (append-to-register, prepend-to-register):
8448 Deactivate mark, as does `copy-to-register' (bug#12389).
8449
8450 2012-10-06 Chong Yidong <cyd@gnu.org>
8451
8452 * files.el (auto-mode-alist): Add .by and .wy (Semantic grammars).
8453
8454 2012-10-06 Ikumi Keita <ikumi@ikumi.que.jp> (tiny change)
8455
8456 * international/characters.el: Fix simple mistake ((car chars) ->
8457 elt), delete duplicated code.
8458
8459 2012-10-06 Glenn Morris <rgm@gnu.org>
8460
8461 * subr.el (read-passwd): Allow C-u to erase entry. (Bug#12570)
8462
8463 2012-10-06 Julian Scheid <julians37@gmail.com> (tiny change)
8464
8465 * color.el (color-hsl-to-rgb): Fix incorrect results for
8466 small and large hue values. (Bug#12559)
8467
8468 2012-10-05 Fabián Ezequiel Gallina <fgallina@cuca>
8469
8470 Enhancements to docstring formatting when filling paragraphs.
8471 * progmodes/python.el (python-fill-docstring-style): Rename from
8472 python-fill-string-style. Added new style.
8473 (python-fill-string): Use new style. Better checks for
8474 docstrings.
8475
8476 2012-10-05 Glenn Morris <rgm@gnu.org>
8477
8478 * net/newst-treeview.el (newsticker-group-move-feed): Doc fix.
8479
8480 * color.el (color-name-to-rgb, color-rgb-to-hex)
8481 (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
8482 (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
8483 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
8484 (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
8485
8486 * emacs-lisp/timer.el (with-timeout): Add missing progn. (Bug#12577)
8487
8488 2012-10-05 Juanma Barranquero <lekktu@gmail.com>
8489
8490 * ido.el (ido-directory-too-big-p): Pass dir through file-truename
8491 to get the correct size across symlinks.
8492
8493 * ido.el (ido-buffer-disable-smart-matches): Fix typo in docstring.
8494
8495 2012-10-04 Juri Linkov <juri@jurta.org>
8496
8497 * replace.el (query-replace-interactive): Declare obsolete.
8498 (query-replace-read-from): Add the last incremental search string
8499 to the list of default values accessible via M-n.
8500 (map-query-replace-regexp): Use `read-regexp'.
8501 (query-replace, query-replace-regexp, query-replace-regexp-eval)
8502 (map-query-replace-regexp, replace-string, replace-regexp):
8503 Fix docstrings to replace mentions of `query-replace-interactive'
8504 with alternatives. (Bug#12526)
8505
8506 2012-10-04 Juri Linkov <juri@jurta.org>
8507
8508 * dired.el (dired-shrink-to-fit): Declare obsolete. (Bug#1806)
8509 (dired-pop-to-buffer): Declare obsolete.
8510 (dired-mark-pop-up): Doc fix.
8511
8512 2012-10-04 Fabián Ezequiel Gallina <fgallina@cuca>
8513
8514 Allow user to set docstring style for fill-paragraph.
8515 * progmodes/python.el
8516 (python-fill-comment-function, python-fill-string-function)
8517 (python-fill-decorator-function, python-fill-paren-function):
8518 Remove :safe for defcustoms.
8519 (python-fill-string-style): New defcustom
8520 (python-fill-paragraph-function): Enhance context detection.
8521 (python-fill-string): Honor python-fill-string-style settings.
8522
8523 2012-10-04 Martin Rudalics <rudalics@gmx.at>
8524
8525 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Select window
8526 after setting its buffer (Bug#10805).
8527
8528 2012-10-03 Fabián Ezequiel Gallina <fgallina@cuca>
8529
8530 Fix cornercase for string syntax.
8531 * progmodes/python.el (python-syntax-propertize-function):
8532 Simplify and enhance the regexp for unescaped quotes. Now it also
8533 matches quotes in weird situations like the single quote in
8534 "something\"'".
8535 (python-syntax-stringify): Simplify num-quotes detecting code.
8536
8537 2012-10-03 Glenn Morris <rgm@gnu.org>
8538
8539 * help-macro.el (three-step-help):
8540 Revert 2012-09-29 change. (Bug#12567)
8541
8542 2012-10-03 Martin Rudalics <rudalics@gmx.at>
8543
8544 * menu-bar.el (kill-this-buffer): Don't do anything when
8545 `menu-frame' is not alive or visible (Bug#8184).
8546
8547 * emacs-lisp/debug.el (debug): When quitting the debugger window
8548 restore current buffer (Bug#12502).
8549
8550 2012-10-02 Chong Yidong <cyd@gnu.org>
8551
8552 * progmodes/hideif.el (hif-lookup, hif-defined):
8553 Handle semantic-c-takeover-hideif.
8554
8555 2012-10-02 Paul Eggert <eggert@cs.ucla.edu>
8556
8557 Change sampling interval units from ms to ns.
8558 * profiler.el (profiler-sampling-interval): Change units
8559 from ms to ns, multiplying the default by 1000000 so that
8560 it remains 1 ms.
8561 (profiler-report-cpu-line-format): Give enough room for
8562 the maximum counters on 64-bit hosts.
8563 (profiler-report-render-calltree-1): Call them "CPU samples",
8564 not "Time (ms)", since they are not milliseconds now (and
8565 never really were).
8566
8567 2012-10-02 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
8568
8569 * net/eudcb-bbdb.el (eudc-bbdb-format-record-as-result):
8570 Fix querying BBDB for entries without a last name (Bug#11580).
8571
8572 2012-10-02 Chong Yidong <cyd@gnu.org>
8573
8574 * emacs-lisp/eieio.el: Restore Version header.
8575
8576 2012-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
8577
8578 * vc/diff-mode.el (diff--auto-refine-data): New var.
8579 (diff-hunk): Use it to delay refinement.
8580 (diff-mode): Remove overlays when we turn off font-lock.
8581
8582 * textmodes/table.el: Use lexical-binding, dolist, define-minor-mode.
8583 (table-initialize-table-fixed-width-mode)
8584 (table-set-table-fixed-width-mode): Remove functions.
8585 (table-command-list): Move initialization into declaration.
8586 (table--tweak-menu-for-xemacs): Move defun outside mapcar.
8587 (table-with-cache-buffer): Use `declare'.
8588 (table-span-cell): Simplify via CSE.
8589 (table-fixed-width-mode): Use define-minor-mode.
8590 (table-call-interactively, table-funcall, table-apply): Remove.
8591 (table-function): New function, to replace them.
8592
8593 * bookmark.el (bookmark-search-pattern): Remove var.
8594 (bookmark-read-search-input): Remove function.
8595 (bookmark-bmenu-search): Reimplement using a minibuffer.
8596
8597 * faces.el (modeline): Remove obsolete face name.
8598
8599 * vc/add-log.el (add-log-buffer-file-name-function): Demote to defvar
8600 and give a non-nil default value.
8601 (add-change-log-entry): Simplify accordingly.
8602
8603 2012-10-01 Dmitry Gutov <dgutov@yandex.ru>
8604
8605 * vc/vc-git.el (vc-git-log-edit-toggle-signoff): New function.
8606 (vc-git-log-edit-toggle-amend): New function.
8607 (vc-git-log-edit-toggle-signoff): New function.
8608 (vc-git-log-edit-mode): New major mode.
8609 (vc-git-log-edit-mode-map): Keymap for it.
8610 (vc-git-checkin): Handle "Amend" and "Sign-Off" headers.
8611
8612 * vc/log-edit.el (log-edit-font-lock-keywords): Allow hyphens in
8613 header names.
8614 (log-edit-toggle-header): New function.
8615 (log-edit-extract-headers): Accept function values in HEADERS alist.
8616
8617 2012-10-01 David Engster <deng@randomsample.de>
8618
8619 * emacs-lisp/eieio-opt.el (eieio-describe-class): Add filename
8620 from symbol property and change message to be more consistent with
8621 Emacs proper.
8622 (eieio-describe-generic): Add filename for each implementation.
8623 Fix indices for generic and normal methods.
8624 (eieio-method-def, eieio-class-def): New buttons.
8625 (eieio-help-find-method-definition)
8626 (eieio-help-find-class-definition): New functions.
8627 (eieio-help-mode-augmentation-maybee): Add buttons to filenames of
8628 class, constructor and method definitions.
8629
8630 * emacs-lisp/eieio.el (eieiomt-add, eieio-defclass): Save file
8631 information in symbol property.
8632 (scoped-class): Remove.
8633 (eieio-slot-name-index, call-next-method): Check if it is bound.
8634
8635 2012-10-01 Leo P. White <lpw25@cam.ac.uk>
8636
8637 * emacs-lisp/eieio-custom.el (eieio-custom-mode-map): New option.
8638 (eieio-custom-mode): New major mode.
8639 (eieio-customize-object): Use it.
8640
8641 2012-10-01 Eric Ludlam <zappo@gnu.org>
8642
8643 * emacs-lisp/eieio-base.el (eieio-persistent-read): New input args
8644 specifying the expected class, and whether subclassing is allowed.
8645 (eieio-persistent-convert-list-to-object):
8646 (eieio-persistent-validate/fix-slot-value)
8647 (eieio-persistent-slot-type-is-class-p): New functions.
8648 (eieio-named::slot-missing): Doc fix.
8649
8650 * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
8651 Stop using unused publd variable.
8652
8653 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
8654 (eieio-speedbar-description, eieio-speedbar-derive-line-path)
8655 (eieio-speedbar-object-buttonname, eieio-speedbar-make-tag-line)
8656 (eieio-speedbar-handle-click): Do not specify a class for the
8657 method. Fixes method invocation order problems with EDE.
8658
8659 2012-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
8660
8661 * emacs-lisp/bytecomp.el (byte-compiler-abbreviate-file): New function.
8662 (byte-compile-warning-prefix, byte-compile-file): Use it (bug#12508).
8663
8664 2012-10-01 Karl Fogel <kfogel@red-bean.com>
8665
8666 * bookmark.el (bookmark-version-control): Give tags in the
8667 :type choices (Bug#12309), and improve doc string.
8668 (bookmark-write-file): Bind `print-circle' to `t' to allow
8669 circular custom bookmark types. (Bug#12503)
8670
8671 2012-10-01 Paul Eggert <eggert@cs.ucla.edu>
8672
8673 Revert the FOLLOW-SYMLINKS change for file-attributes.
8674 * files.el (remote-file-name-inhibit-cache, after-find-file):
8675 * time.el (display-time-file-nonempty-p): Undo last change.
8676
8677 * profiler.el (profiler-sampling-interval): Change default back to 1.
8678 See Stefan Monnier in
8679 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00863.html>.
8680
8681 2012-10-01 Fabián Ezequiel Gallina <fgallina@cuca>
8682
8683 Shell output catching a la gud-gdb.
8684 * progmodes/python.el (python-shell-fetch-lines-in-progress)
8685 (python-shell-fetch-lines-string, python-shell-fetched-lines):
8686 New Vars.
8687 (python-shell-fetch-lines-filter): New function.
8688 (python-shell-send-string-no-output): Use them.
8689
8690 2012-09-30 Tomohiro Matsuyama <tomo@cx4a.org>
8691
8692 * profiler.el (profiler-sampling-interval): Rename from
8693 profiler-sample-interval.
8694 (profiler-sampling-interval): Default to 10.
8695 (profiler-find-profile): New command (was profiler-find-log).
8696 (profiler-find-profile-other-window): New command.
8697 (profiler-find-profile-other-frame): New command.
8698 (profiler-profile): Introduce API-level data structure.
8699
8700 2012-09-30 Paul Eggert <eggert@cs.ucla.edu>
8701
8702 file-attributes has a new optional arg FOLLOW-SYMLINKS.
8703 * files.el (remote-file-name-inhibit-cache):
8704 * time.el (display-time-file-nonempty-p): Use it.
8705 * files.el (after-find-file): Don't chase links before calling
8706 file-exists-p, as file-exists-p already does the right thing.
8707
8708 2012-09-30 Ralf Angeli <angeli@caeruleus.net>
8709
8710 Merge from standalone RefTeX repository.
8711
8712 The following ChangeLog entries are shortened versions of the
8713 original ones with file paths adapted. A not so strongly edited
8714 version of the original ChangeLog can be found in the commit log.
8715
8716 * textmodes/reftex-auc.el: Move `provide' call to bottom of file.
8717 (reftex-arg-cite): Use `reftex-cite-key-separator'.
8718 Correctly handle new value type returned by `reftex-citation'.
8719
8720 * textmodes/reftex-cite.el (reftex-create-bibtex-file): Make sure
8721 that entries with whitespace at various places are found.
8722 Doc fix. Include entries that are cross-referenced from cited entries.
8723 Include @String definitions in the resulting bib file. Add header
8724 and footer defined in `reftex-create-bibtex-header' and
8725 `reftex-create-bibtex-footer'.
8726 (reftex-do-citation): Make it possible again to insert
8727 non-existent entries. Save match data when asking for optional
8728 arguments. Return all keys, not just the first one.
8729 (reftex-all-used-citation-keys): Fix regexp to correctly extract
8730 all citations in the same line.
8731 (reftex-parse-bibtex-entry): Accept additional optional argument
8732 `raw' and keep quotes or braces if it is non-nil. Match fields
8733 containing hyphens besides word constituents.
8734 (reftex-get-string-refs): New function.
8735 (reftex-extract-bib-entries): Check if BibTeX file changed on disk
8736 and ask if it should be reread in case it did.
8737 (reftex-pop-to-bibtex-entry)
8738 (reftex-extract-bib-entries-from-thebibliography): Match \bibitem
8739 entries with spaces or tabs in front of arguments.
8740 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
8741 (reftex-parse-bibtex-entry, reftex-create-bibtex-file):
8742 Match entries containing numbers and symbol constituents.
8743 (reftex-do-citation, reftex-figure-out-cite-format):
8744 Use `reftex-cite-key-separator'.
8745
8746 * textmodes/reftex-dcr.el: Move provide statement to end of file.
8747 (reftex-mouse-view-crossref): Explain why point is set.
8748
8749 * textmodes/reftex-global.el: Whitespace changes.
8750
8751 * textmodes/reftex-index.el: Move provide statement to end of
8752 file.
8753 (reftex-index-selection-or-word): Use `reftex-region-active-p'.
8754 (reftex-index-visit-phrases-buffer): Set marker when visiting
8755 buffer. This allows for returning from the phrases file to the
8756 file one was just editing instead of the file where the last
8757 phrases was added from.
8758 (reftex-index-phrases-syntax-table): New variable. Give ?\"
8759 punctuation syntax as it usually is not used as string quote in
8760 TeX-related modes and may occur unmatched. The change also
8761 prevents fontification of quoted content.
8762 (reftex-index-phrases-mode): Use it.
8763
8764 * textmodes/reftex-parse.el (reftex-parse-from-file):
8765 Move backward one char if a `\' was matched after a section macro.
8766 (reftex-parse-from-file): Use beginning of match instead of end as
8767 bound.
8768
8769 * textmodes/reftex-ref.el: Adapt creation of
8770 `reftex-<package>-<macro>' functions to new structure of
8771 `reftex-ref-style-alist'.
8772 (reftex-reference): Use `reftex-ref-style-list' function.
8773 Adapt to new structure of `reftex-ref-style-alist'. Prompt for a
8774 reference macro if `reftex-ref-macro-prompt' is non-nil.
8775 (reftex-reference): Pass refstyle to `reftex-format-special'.
8776 Determine reference macro by looking at
8777 `reftex-ref-style-default-list' and `reftex-ref-style-alist'.
8778 Use only one special format function.
8779 (reftex-varioref-vref, reftex-fancyref-fref)
8780 (reftex-fancyref-Fref): Remove definitions. The functions are now
8781 generated from `reftex-ref-style-alist'.
8782 (reftex-format-vref, reftex-format-Fref, reftex-format-fref):
8783 Remove.
8784 (reftex-format-special): New function.
8785
8786 * textmodes/reftex-sel.el
8787 (reftex-select-cycle-ref-style-internal): Adapt to new structure
8788 of `reftex-ref-style-alist'. Remove code for testing macro type.
8789 (reftex-select-toggle-varioref)
8790 (reftex-select-toggle-fancyref): Remove.
8791 (reftex-select-cycle-ref-style-internal)
8792 (reftex-select-cycle-ref-style-forward)
8793 (reftex-select-cycle-ref-style-backward): New functions.
8794 (reftex-select-label-map): Use `v' and `V' for general cycling
8795 through reference styles. Add `p' for switching between number
8796 and page reference types.
8797
8798 * textmodes/reftex-toc.el (reftex-re-enlarge):
8799 Call `enlarge-window' only if there is something to do because in Emacs
8800 the horizontal version throws an error even if the parameter is 0.
8801
8802 * textmodes/reftex-vars.el (reftex-label-alist): Doc fix.
8803 (reftex-plug-into-AUCTeX): Doc fix.
8804 (reftex-vref-is-default, reftex-fref-is-default): Adapt doc
8805 string. Adapt to new name.
8806 (reftex-ref-style-alist): Change structure so that it is not
8807 possible to use multiple different package names within a style.
8808 Remove the symbols for symbols for macro type distinction.
8809 Add characters for macro selection.
8810 (reftex-ref-macro-prompt, reftex-create-bibtex-header)
8811 (reftex-create-bibtex-footer): New variables.
8812 (reftex-format-ref-function): Mention third argument of special
8813 format function.
8814 (reftex-ref-style-alist, reftex-ref-style-default-list):
8815 New variables.
8816 (reftex-vref-is-default, reftex-fref-is-default): Adapt doc string
8817 to new implementation. Mark as obsolete. Add compatibility code
8818 for honoring the variable values in case they are set.
8819 (reftex-cite-format-builtin, reftex-bibliography-commands):
8820 Add support for ConTeXt.
8821 (reftex-format-ref-function, reftex-format-cite-function):
8822 Fix custom type.
8823 (reftex-cite-key-separator): New variable.
8824
8825 * textmodes/reftex.el (reftex-syntax-table-for-bib)
8826 (reftex-mode): Do not derive `reftex-syntax-table-for-bib' from
8827 `reftex-syntax-table' because parens have to retain their paren
8828 syntax in order for parsing of BibTeX entries like @book(...) to
8829 work.
8830 (reftex-in-comment): Do not error out if `comment-start-skip' is
8831 not set. Deal correctly with escaped comment characters.
8832 (reftex-tie-multifile-symbols): Add doc string.
8833 Initialize `reftex-ref-style-list'.
8834 (reftex-untie-multifile-symbols): Add doc string.
8835 (reftex-add-index-macros): Doc fix.
8836 (reftex-ref-style-activate, reftex-ref-style-toggle)
8837 (reftex-ref-style-list): New functions.
8838 (reftex-mode-menu): Use them. Adapt to new structure of
8839 `reftex-ref-style-alist'.
8840 (reftex-select-with-char): Kill the RefTeX Select buffer when
8841 done.
8842 (reftex-remove-if): New function.
8843 (reftex-erase-all-selection-and-index-buffers)
8844 (reftex-mode-menu): Reference styles are now computed from
8845 `reftex-ref-style-alist'. Fix typo.
8846 (reftex-report-bug): New function.
8847 (reftex-uniquify, reftex-uniquify-by-car): Replace O(n^2)
8848 algorithms with O(n log n). Introduce optional argument SORT (not
8849 yet used).
8850
8851 2012-09-30 Fabián Ezequiel Gallina <fgallina@cuca>
8852
8853 Enhancements for triple-quote string syntax.
8854 * progmodes/python.el (python-syntax-propertize-function):
8855 Match both quote cases in one regexp.
8856 (python-syntax-stringify): Handle matches properly.
8857
8858 2012-09-30 Juri Linkov <juri@jurta.org>
8859
8860 * arc-mode.el (archive-summarize): Let-bind `buffer-file-truename'
8861 to nil around the call to `insert' to prevent
8862 directory time modification by lock_file. (Bug#2295)
8863 * tar-mode.el (tar-summarize-buffer): Idem.
8864
8865 2012-09-30 Juri Linkov <juri@jurta.org>
8866
8867 * facemenu.el (list-colors-sort): Add option "Luminance".
8868 (list-colors-sort-key): Implement it.
8869
8870 * vc/diff-mode.el (diff-refine-removed):
8871 * vc/ediff-init.el (ediff-fine-diff-A):
8872 * vc/smerge-mode.el (smerge-refined-removed):
8873 Change background color "#ffaaaa" to "#ffbbbb". (Bug#10181)
8874
8875 2012-09-30 Jan Djärv <jan.h.d@swipnet.se>
8876
8877 * term/ns-win.el (x-file-dialog): New function.
8878
8879 2012-09-30 Juanma Barranquero <lekktu@gmail.com>
8880
8881 * ido.el (ido-max-directory-size): Default to nil; the current
8882 default is small for POSIX systems, and impractical on Windows 7
8883 now that lstat returns directory sizes for NTFS.
8884
8885 2012-09-30 Martin Rudalics <rudalics@gmx.at>
8886
8887 In buffer display functions handle window-height/window-width
8888 alist entries. Suggested by Juri Linkov as fix for Bug#1806.
8889 * window.el (window--display-buffer): New argument ALIST.
8890 Obey window-height and window-width alist entries.
8891 (window--try-to-split-window): New argument ALIST.
8892 Bind window-combination-limit to t when the window's size shall be
8893 changed and window-combination-limit equals `window-size'.
8894 (display-buffer-in-atom-window)
8895 (display-buffer-in-major-side-window)
8896 (display-buffer-in-side-window, display-buffer-same-window)
8897 (display-buffer-reuse-window, display-buffer-pop-up-frame)
8898 (display-buffer-pop-up-window, display-buffer-below-selected)
8899 (display-buffer-at-bottom, display-buffer-in-previous-window)
8900 (display-buffer-use-some-window): Adjust all callers of
8901 window--display-buffer and window--try-to-split-window.
8902 (fit-frame-to-buffer): New option.
8903 (fit-window-to-buffer): Can resize frames if fit-frame-to-buffer
8904 is non-nil.
8905 (display-buffer-in-major-side-window): Evaluate window-height /
8906 window-width alist entries.
8907
8908 * help.el (temp-buffer-resize-frames)
8909 (temp-buffer-resize-regexps): Remove options.
8910 (temp-buffer-resize-mode): Adjust doc-string.
8911 (resize-temp-buffer-window): Don't consult
8912 temp-buffer-resize-regexps. Use fit-frame-to-buffer instead of
8913 temp-buffer-resize-frames.
8914
8915 * dired.el (dired-mark-pop-up):
8916 Call display-buffer-below-selected with a fit-window-to-buffer alist
8917 entry.
8918
8919 2012-09-30 Chong Yidong <cyd@gnu.org>
8920
8921 * server.el (server-host): Document the security implications.
8922 (server-auth-key): Doc fix.
8923
8924 * startup.el (initial-buffer-choice): Doc fix.
8925
8926 * minibuffer.el (minibuffer-local-filename-syntax): Doc fix.
8927
8928 * simple.el (delete-trailing-whitespace): Avoid an unnecessary
8929 restriction change.
8930
8931 * bindings.el (goto-map): Bind M-g TAB to move-to-column.
8932
8933 * help-fns.el (help-fns--obsolete): Fix last change.
8934
8935 2012-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
8936
8937 * winner.el (winner-mode-map): Obey winner-dont-bind-my-keys here.
8938 (minor-mode-map-alist): Remove redundant code.
8939
8940 * vc/pcvs.el (cvs-cleanup-collection): Keep entries that are currently
8941 visited in a buffer.
8942 (cvs-insert-visited-file): New function.
8943 (find-file-hook): Use it.
8944
8945 * vc/pcvs-info.el (cvs-fileinfo-pp): Don't use non-existent faces.
8946
8947 * vc/log-edit.el (log-edit-font-lock-keywords): Ignore case to
8948 chose face.
8949 (log-edit-empty-buffer-p): Don't require a space after a header.
8950
8951 * vc/ediff-util.el (ediff-diff-at-point): Don't assume point-min==1.
8952
8953 * tutorial.el (help-with-tutorial): Use minibuffer-with-setup-hook.
8954
8955 * textmodes/text-mode.el (paragraph-indent-minor-mode): Make it
8956 a proper minor-mode.
8957
8958 * textmodes/tex-mode.el (tex-mode-map): Don't bind paren keys.
8959
8960 2012-09-29 Glenn Morris <rgm@gnu.org>
8961
8962 * winner.el (winner-mode): Remove variable (let define-minor-mode
8963 handle it).
8964 (winner-dont-bind-my-keys, winner-boring-buffers, winner-mode-hook):
8965 Doc fixes.
8966 (winner-mode-leave-hook): Rename to winner-mode-off-hook.
8967 (winner-mode): Use define-minor-mode.
8968
8969 * vc/vc-sccs.el (vc-sccs-registered): Use the progn trick to get
8970 the full definition in loaddefs, rather than duplicating it.
8971
8972 * help-macro.el (three-step-help): No need to autoload defcustom.
8973
8974 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
8975 (inferior-lisp-program, inferior-lisp-load-command)
8976 (inferior-lisp-prompt, inferior-lisp-mode-hook):
8977 No need to autoload defcustoms.
8978
8979 * hippie-exp.el (hippie-expand-try-functions-list)
8980 (hippie-expand-verbose, hippie-expand-dabbrev-skip-space)
8981 (hippie-expand-dabbrev-as-symbol, hippie-expand-no-restriction)
8982 (hippie-expand-max-buffers, hippie-expand-ignore-buffers)
8983 (hippie-expand-only-buffers): No need to autoload defcustoms.
8984 * progmodes/vhdl-mode.el (vhdl-line-expand):
8985 Explicitly load hippie-exp, so it does not get autoloaded
8986 while hippie-expand-try-functions-list is let-bound.
8987
8988 2012-09-28 Glenn Morris <rgm@gnu.org>
8989
8990 * emacs-lisp/cl.el (flet): Fix case of obsolescence message.
8991
8992 * emacs-lisp/bytecomp.el (byte-compile-cl-file-p):
8993 Only "cl.el" counts as cl these days.
8994
8995 2012-09-28 Juri Linkov <juri@jurta.org>
8996
8997 Display archive errors in the echo area instead of inserting
8998 to the file buffer.
8999
9000 * arc-mode.el (archive-extract-by-stdout): Change arg STDERR-FILE
9001 to STDERR-TEST that can be a regexp matching a successful output.
9002 Create a temporary file and redirect stderr to it. Search for
9003 STDERR-TEST in the stderr output and display it in the echo area
9004 if no match is found.
9005 (archive-extract-by-file): New function like
9006 `archive-extract-by-stdout' but extracting archives to files
9007 and looking for successful matches in stdout. Function body is
9008 mostly copied from `archive-rar-extract'.
9009 (archive-rar-extract): Use `archive-extract-by-file'.
9010 (archive-7z-extract): Use `archive-extract-by-stdout'. (Bug#10347)
9011
9012 2012-09-28 Leo Liu <sdl.web@gmail.com>
9013
9014 * pcomplete.el (pcomplete-show-completions):
9015 Use minibuffer-message to make pcomplete usable in minibuffer.
9016
9017 * ido.el (ido-set-matches-1): Fix 2012-09-11 change.
9018
9019 2012-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
9020
9021 * type-break.el: Use lexical-binding.
9022 (type-break-mode): Use define-minor-mode.
9023
9024 * emacs-lisp/pcase.el (pcase--mark-used): New.
9025 (pcase--u1): Use it (bug#12512).
9026
9027 * custom.el (load-theme): Set buffer-file-name so the load is recorded
9028 in load-history with the right file name.
9029
9030 2012-09-28 Tassilo Horn <tsdh@gnu.org>
9031
9032 * doc-view.el (doc-view-current-cache-doc-pdf): New function.
9033 (doc-view-doc->txt, doc-view-convert-current-doc): Use it.
9034 (doc-view-get-bounding-box): Make bounding box slicing work for
9035 ODF and DVI documents.
9036
9037 2012-09-28 Glenn Morris <rgm@gnu.org>
9038
9039 * type-break.el (type-break-mode, type-break-interval)
9040 (type-break-good-rest-interval, type-break-keystroke-threshold):
9041 No need to autoload.
9042 (type-break-good-rest-interval, type-break-keystroke-threshold):
9043 Add :set-after.
9044
9045 2012-09-28 Chong Yidong <cyd@gnu.org>
9046
9047 * progmodes/verilog-mode.el (verilog-auto-inst-interfaced-ports):
9048 Add :version tag.
9049
9050 2012-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
9051
9052 * json.el (json-encode-char): Codes 127-160 aren't "ASCII printable".
9053
9054 2012-09-27 Glenn Morris <rgm@gnu.org>
9055
9056 * faces.el (x-display-name): Declare (for without-x builds).
9057
9058 * linum.el (linum-format): Don't autoload it. Improve :type.
9059
9060 * progmodes/tcl.el: Don't require outline when compiling.
9061 (outline-regexp, outline-level): Declare.
9062 * textmodes/sgml-mode.el: Don't require outline when compiling.
9063 (outline-regexp, outline-heading-end-regexp, outline-level): Declare.
9064
9065 * term.el (term-ansi-reset):
9066 Try setting term-ansi-face-already-done to nil. (Bug#11785)
9067
9068 * vc/vc.el (vc-next-action): Only gripe about committing read-only
9069 files for RCS and SCCS. (Bug#9781)
9070
9071 2012-09-27 Chong Yidong <cyd@gnu.org>
9072
9073 * progmodes/verilog-mode.el (verilog-mode-release-emacs): Fix last
9074 change; value should be t.
9075
9076 2012-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
9077
9078 * image-mode.el: Use lexical-binding.
9079 (image-mode-winprops): Use t to stand for the window of
9080 a buffer that's not displayed.
9081 * doc-view.el (doc-view-new-window-function): Handle the new
9082 t in winprops.
9083 (doc-view-enlarge): Make it a real nop if the size is not changed.
9084 (doc-view-display): Handle the case where the buffer is not (yet?)
9085 displayed in any window.
9086 (doc-view-saved-settings): New var.
9087 (doc-view-mode): Use it.
9088 (doc-view-fallback-mode): Set it.
9089
9090 * minibuf-eldef.el: Make it possible to replace (default ...) with [...].
9091 Set lexical-binding.
9092 (minibuffer-eldef-shorten-default): New var.
9093 (minibuffer-default-in-prompt-regexps): Use it for new default.
9094 (minibuf-eldef-setup-minibuffer): Add replacement functionality.
9095
9096 2012-09-26 Juanma Barranquero <lekktu@gmail.com>
9097
9098 * international/uni-bidi.el:
9099 * international/uni-category.el:
9100 * international/uni-name.el:
9101 * international/uni-numeric.el: Regenerate.
9102
9103 2012-09-26 Tomohiro Matsuyama <tomo@cx4a.org>
9104 Stefan Monnier <monnier@iro.umontreal.ca>
9105
9106 * profiler.el: New file.
9107
9108 2012-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
9109
9110 * emacs-lisp/testcover.el (testcover-after): Add gv-expander.
9111 (testcover-reinstrument): Simplify with CSE.
9112
9113 2012-09-26 Juanma Barranquero <lekktu@gmail.com>
9114
9115 * window.el (temp-buffer-window-setup): Fix typo in docstring.
9116
9117 2012-09-25 Wilson Snyder <wsnyder@wsnyder.org>
9118
9119 * verilog-mode.el (verilog-auto-ascii-enum, verilog-auto-inout)
9120 (verilog-auto-input, verilog-auto-insert-lisp)
9121 (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
9122 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-undef)
9123 (verilog-auto-unused, verilog-auto-wire)
9124 (verilog-forward-or-insert-line): Fix AUTOs with no trailing
9125 newline. Reported by Andrew Jones.
9126 (verilog-auto-inst) Support expanding $clog2 in AUTOINST.
9127 Reported by Brad Dobbie.
9128 (verilog-batch-delete-trailing-whitespace):
9129 Create verilog-batch-delete-trailing-whitespace.
9130 Reported by Brad Dobbie.
9131 (verilog-auto-inout-param): Support AUTOINOUTPARAM for copying
9132 parameters from another module. Reported by Dan Katz.
9133 (verilog-auto, verilog-auto-assign-modport)
9134 (verilog-auto-inout-modport): Add AUTOASSIGNMODPORT and
9135 AUTOINOUTMODPORT for UVM interface module shell generation.
9136 Reported by Brad Dobbie.
9137 (verilog-auto-inst-interfaced-ports): Make default nil, as more
9138 standard behavior.
9139 (verilog-auto): Fix AUTO parameters with parenthesis arguments.
9140 Reported by Matt Martin.
9141
9142 2012-09-25 Martin Rudalics <rudalics@gmx.at>
9143
9144 * window.el (window--resize-child-windows): When resizing child
9145 windows proportionally, process them in reverse order to
9146 preserve the "when splitting a window the new one gets the odd
9147 line" behavior.
9148 (window--resize-root-window-vertically): When resizing the
9149 minibuffer window try to affect only windows at the bottom of the
9150 frame. (Bug#12419)
9151
9152 2012-09-25 Chong Yidong <cyd@gnu.org>
9153
9154 * subr.el (declare): Doc fix.
9155
9156 * help-fns.el (help-fns--obsolete): Handle macros properly.
9157
9158 2012-09-25 Chong Yidong <cyd@gnu.org>
9159
9160 * bookmark.el (bookmark-jump-noselect): Use a declare form to mark
9161 this function obsolete.
9162
9163 * calendar/cal-x.el (calendar-two-frame-setup)
9164 (calendar-only-one-frame-setup, calendar-one-frame-setup):
9165 * calendar/calendar.el (american-calendar, european-calendar)
9166 (calendar-for-loop):
9167 * comint.el (comint-dynamic-simple-complete)
9168 (comint-dynamic-complete-as-filename, comint-unquote-filename):
9169 * desktop.el (desktop-load-default):
9170 * dired-x.el (dired-omit-here-always)
9171 (dired-hack-local-variables, dired-default-directory):
9172 * emacs-lisp/derived.el (derived-mode-class):
9173 * emacs-lisp/timer.el (timer-set-time-with-usecs):
9174 * emacs-lock.el (toggle-emacs-lock):
9175 * epa.el (epa-display-verify-result):
9176 * epg.el (epg-sign-keys, epg-start-sign-keys)
9177 (epg-passphrase-callback-function):
9178 * eshell/esh-util.el (eshell-for):
9179 * eshell/eshell.el (eshell-remove-from-window-buffer-names)
9180 (eshell-add-to-window-buffer-names):
9181 * files.el (locate-file-completion):
9182 * imenu.el (imenu-example--create-c-index)
9183 (imenu-example--create-lisp-index)
9184 (imenu-example--lisp-extract-index-name)
9185 (imenu-example--name-and-position):
9186 * international/mule-cmds.el (princ-list):
9187 * international/mule-diag.el (decode-codepage-char):
9188 * international/mule-util.el (detect-coding-with-priority):
9189 * iswitchb.el (iswitchb-read-buffer):
9190 * mail/mailalias.el (mail-complete):
9191 * mail/sendmail.el (mail-sent-via):
9192 * mouse.el (mouse-popup-menubar-stuff, mouse-popup-menubar)
9193 (mouse-major-mode-menu):
9194 * password-cache.el (password-read-and-add):
9195 * pcomplete.el (pcomplete-parse-comint-arguments):
9196 * progmodes/sh-script.el (sh-maybe-here-document):
9197 * replace.el (query-replace-regexp-eval):
9198 * savehist.el (savehist-load):
9199 * simple.el (choose-completion-delete-max-match):
9200 * term.el (term-dynamic-simple-complete):
9201 * vc/ediff-init.el (ediff-check-version):
9202 * vc/ediff-wind.el (ediff-choose-window-setup-function-automatically):
9203 * vc/vc.el (vc-diff-switches-list):
9204 * view.el (view-return-to-alist-update): Likewise.
9205
9206 * subr.el (eval-next-after-load, makehash, insert-string)
9207 (assoc-ignore-representation, assoc-ignore-case): Use declare to
9208 mark obsolete.
9209 (mode-line-inverse-video): Variable deleted.
9210
9211 * international/mule-util.el (string-to-sequence): Remove.
9212
9213 * calendar/calendar.el (calendar-version):
9214 * calendar/icalendar.el (icalendar-extract-ical-from-buffer)
9215 (icalendar-convert-diary-to-ical):
9216 * cus-edit.el (custom-mode):
9217 * ansi-color.el (ansi-color-unfontify-region):
9218 * international/latin1-disp.el (latin1-char-displayable-p):
9219 * progmodes/cwarn.el (turn-on-cwarn-mode):
9220 * progmodes/which-func.el (which-func-update-1):
9221 Use define-obsolete-function-alias.
9222
9223 * net/newst-backend.el (newsticker-cache-filename):
9224 * net/newst-treeview.el (newsticker-groups-filename):
9225 Fix incorrect obsolescence declaration.
9226
9227 * allout.el (allout-passphrase-hint-string): Likewise.
9228 (allout-init): Use a declare form to mark obsolete.
9229
9230 * emacs-lisp/byte-run.el (make-obsolete): Doc fix; emphasize that
9231 this applies to functions.
9232
9233 * iswitchb.el (iswitchb-read-buffer): Move code of
9234 iswitchb-define-mode-map here, and delete that obsolete function.
9235
9236 * net/snmp-mode.el (snmp-font-lock-keywords-3): Don't use obsolete
9237 font-lock-reference-face.
9238
9239 2012-09-25 Glenn Morris <rgm@gnu.org>
9240
9241 * buff-menu.el (Buffer-menu-name-width, Buffer-menu-size-width):
9242 Doc fixes.
9243
9244 * eshell/em-term.el (eshell-term-name):
9245 Default to term-term-name. (Bug#12485)
9246
9247 2012-09-24 Fabián Ezequiel Gallina <fgallina@cuca>
9248
9249 * progmodes/python.el (python-shell-send-buffer): Better handling
9250 of "if __name__ == '__main__':" conditionals when sending the buffer.
9251
9252 2012-09-24 Glenn Morris <rgm@gnu.org>
9253
9254 * eshell/esh-cmd.el (eshell-find-alias-function):
9255 Tighten up file-name regexp. (Bug#12499)
9256
9257 2012-09-24 Fabián Ezequiel Gallina <fgallina@cuca>
9258
9259 Enhancements for triple-quote string syntax.
9260 * progmodes/python.el (python-quote-syntax): Remove.
9261 (python-syntax-propertize-function): New value.
9262 (python-syntax-count-quotes, python-syntax-stringify):
9263 New functions.
9264
9265 2012-09-24 Chong Yidong <cyd@gnu.org>
9266
9267 * mail/supercite.el (sc-version): Remove obsolete function.
9268 (sc-describe): Don't mark as obsolete, since it is bound.
9269 (sc-submit-bug-report): Remove.
9270
9271 * vc/log-edit.el (cvs-changelog-full-paragraphs)
9272 (cvs-commit-buffer-require-final-newline): Remove.
9273 (log-edit-require-final-newline)
9274 (log-edit-changelog-full-paragraphs): Default to t.
9275
9276 * vc/pcvs-defs.el (cvs-diff-buffer-name, cvs-diff-ignore-marks)
9277 * vc/vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
9278 * vc/vc.el (vc-checkout-carefully): Likewise.
9279
9280 * vc/emerge.el (emerge-mode): Make it an obsolete alias.
9281 (emerge-version): Remove.
9282
9283 * progmodes/compile.el (compile-internal): Remove.
9284 (compilation-parse-errors-function): Fix typo.
9285
9286 * international/mule.el (set-char-table-default): Remove.
9287 (set-coding-priority, make-coding-system, generic-char-p)
9288 (charset-list, charset-bytes, charset-id): Use declare to mark
9289 functions as obsolete.
9290
9291 * vc/pcvs-defs.el (cvs-buffer-name-alist)
9292 (cvs-invert-ignore-marks): Remove references to obsolete vars.
9293 * vc/vc-hooks.el (vc-default-registered): Don't use
9294 vc-master-templates.
9295
9296 * font-lock.el (font-lock-reference-face):
9297 Use define-obsolete-variable-alias.
9298
9299 * generic-x.el (rul-generic-mode): Use font-lock-constant-face.
9300 * calendar/calendar.el (calendar-font-lock-keywords):
9301 * calendar/diary-lib.el (diary-font-lock-keywords)
9302 (diary-fancy-font-lock-keywords):
9303 * textmodes/reftex-sel.el (reftex-insert-docstruct):
9304 * textmodes/reftex-index.el (reftex-insert-index):
9305 * textmodes/reftex-cite.el (reftex-format-bib-entry):
9306 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
9307 * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
9308 * progmodes/prolog.el (prolog-font-lock-keywords):
9309 * progmodes/idlwave.el (idlwave-idl-keywords):
9310 * progmodes/ada-mode.el (ada-font-lock-keywords):
9311 * net/snmp-mode.el (snmp-font-lock-keywords-3): Likewise.
9312
9313 2012-09-24 Glenn Morris <rgm@gnu.org>
9314
9315 * mail/emacsbug.el (report-emacs-bug): Include `lsb_release -d'.
9316
9317 2012-09-23 Fabián Ezequiel Gallina <fgallina@cuca>
9318
9319 * progmodes/python.el (python-indent-line): More consistent cursor
9320 movement behavior.
9321
9322 2012-09-23 Stefan Merten <smerten@oekonux.de>
9323
9324 * textmodes/rst.el: Fix compiler warning.
9325
9326 2012-09-23 Roland Winkler <winkler@gnu.org>
9327
9328 * textmodes/bibtex.el (bibtex-autokey-transcriptions):
9329 Transcribe also LaTeX hyphenation.
9330 (bibtex-reformat): Bug fix. Do not quote twice the elements of
9331 bibtex-reformat-previous-options.
9332
9333 2012-09-23 Roland Winkler <winkler@gnu.org>
9334
9335 * proced.el (proced-renice-command): New variable.
9336 (proced-marked-processes): New function.
9337 (proced-with-processes-buffer): New macro.
9338 (proced-send-signal): Use them.
9339 (proced-renice): New command bound to r.
9340
9341 2012-09-23 Roland Winkler <winkler@gnu.org>
9342
9343 * ibuf-ext.el (ibuffer-switch-to-saved-filter-groups): If list
9344 ibuffer-saved-filter-groups has one element, shortcut the call of
9345 completing-read. (Bug#12331)
9346
9347 2012-09-23 Chong Yidong <cyd@gnu.org>
9348
9349 * bindings.el (mode-line-toggle-read-only):
9350 * bs.el (bs-toggle-readonly):
9351 * buff-menu.el (Buffer-menu-toggle-read-only):
9352 * dired.el (dired-toggle-read-only):
9353 * ibuffer.el (ibuffer-do-toggle-read-only): Use read-only-mode.
9354
9355 2012-09-23 Chong Yidong <cyd@gnu.org>
9356
9357 * image.el (image-type-available-p): Adapt to init-image-library
9358 argument changes.
9359
9360 2012-09-22 Juri Linkov <juri@jurta.org>
9361
9362 * dired.el (dired-mode-map): Add [remap read-only-mode] for
9363 `dired-toggle-read-only'. (Bug#12462)
9364
9365 2012-09-22 Martin Rudalics <rudalics@gmx.at>
9366
9367 * subr.el (temp-output-buffer-show): New function.
9368 (with-output-to-temp-buffer): Call temp-output-buffer-show
9369 instead of internal-temp-output-buffer-show.
9370
9371 2012-09-22 Chong Yidong <cyd@gnu.org>
9372
9373 * files.el (ctl-x-map): Bind C-x C-q to read-only-mode
9374 (Bug#12462).
9375
9376 * repeat.el (repeat): Doc fix (Bug#12348).
9377
9378 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix
9379 (Bug#10909).
9380
9381 * simple.el (shell-command-on-region): Doc fix.
9382 (read-only-mode): Doc fix.
9383
9384 2012-09-22 Eli Zaretskii <eliz@gnu.org>
9385
9386 * emacs-lisp/timer.el (run-with-idle-timer)
9387 (timer-activate-when-idle): Warn against reinvoking an idle timer
9388 from within its own timer action. (Bug#12447)
9389
9390 2012-09-22 Martin Rudalics <rudalics@gmx.at>
9391
9392 * cus-start.el (window-combination-limit): Add new optional
9393 values.
9394 * window.el (temp-buffer-window-show)
9395 (window--try-to-split-window): Handle new values of
9396 window-combination-limit (Bug#1806).
9397 (split-window): Test window-combination-limit for t instead of
9398 non-nil.
9399 (display-buffer-at-bottom): New buffer display action function.
9400 * help.el (temp-buffer-resize-regexps): New option.
9401 (temp-buffer-resize-mode): Rewrite doc-string.
9402 (resize-temp-buffer-window): Obey temp-buffer-resize-regexps.
9403 Don't resize reused window. Suggested by Glenn Morris.
9404
9405 2012-09-22 Stefan Merten <smerten@oekonux.de>
9406
9407 * textmodes/rst.el: Revamp section title faces.
9408 (rst-official-version)
9409 (rst-package-emacs-version-alist): Sync with official version
9410 V1.4.0.
9411 (rst-faces-defaults, rst-set-level-default)
9412 (rst-level-face-max, rst-level-face-base-color)
9413 (rst-level-face-base-light, rst-level-face-format-light)
9414 (rst-level-face-step-light, rst-define-level-faces): Obsolete.
9415 (rst-adornment-faces-alist): Match new setup.
9416 (rst-level-1, rst-level-2, rst-level-3, rst-level-4)
9417 (rst-level-5, rst-level-6): New faces.
9418
9419 2012-09-22 Chong Yidong <cyd@gnu.org>
9420
9421 * simple.el (undo): Handle indirect buffers (Bug#8207).
9422
9423 2012-09-21 Leo Liu <sdl.web@gmail.com>
9424
9425 IDO: Disable match re-ordering for buffer switching.
9426 * ido.el (ido-buffer-disable-smart-matches): New variable.
9427 (ido-set-matches-1): Use it. (Bug#2042)
9428
9429 2012-09-21 Jose Marino <marinoj@nso.edu> (tiny change)
9430
9431 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
9432 Fix 2011-05-17 change. (Bug#12418)
9433
9434 2012-09-21 Leo Liu <sdl.web@gmail.com>
9435
9436 * subr.el (ignore-errors): Mention with-demoted-errors in doc-string.
9437
9438 2012-09-21 Glenn Morris <rgm@gnu.org>
9439
9440 * emacs-lisp/shadow.el (load-path-shadows-font-lock-keywords):
9441 Be more robust about locating simple.el.
9442
9443 2012-09-21 Glenn Morris <rgm@gnu.org>
9444
9445 * mail/emacsbug.el (report-emacs-bug): Trap load-path-shadows errors.
9446
9447 2012-09-21 Joel Bion <jpbion@westvi.com> (tiny change)
9448
9449 * pcmpl-gnu.el (pcmpl-gnu-tarfile-regexp): Add tar.xz. (Bug#12382)
9450
9451 2012-09-20 Juri Linkov <juri@jurta.org>
9452
9453 * replace.el (query-replace-read-from): Use `read-regexp' instead
9454 of `read-from-minibuffer' when `regexp-flag' is non-nil.
9455 (occur-read-primary-args): Use `read-regexp' instead of
9456 `read-string'.
9457 (multi-occur-in-matching-buffers): Use `read-regexp' instead of
9458 `read-from-minibuffer'.
9459 * isearch.el (isearch-occur): Use `read-regexp' instead of
9460 `read-string'.
9461 * dired.el (dired-read-regexp): Use `read-regexp' instead of
9462 `read-from-minibuffer'.
9463 * progmodes/grep.el (grep-read-regexp): Use `read-regexp' instead
9464 of `read-string'. (Bug#7567)
9465
9466 * replace.el (read-regexp): Rename DEFAULT-VALUE arg to DEFAULTS
9467 and allow accepting a list of strings prepended to a list of
9468 standard default values. Doc fix. (Bug#12321)
9469
9470 * replace.el (read-regexp): Add HISTORY arg. (Bug#7567)
9471
9472 * replace.el (read-regexp): Don't add ": " when PROMPT already
9473 ends with a colon and space. (Bug#12321)
9474
9475 2012-09-20 Tassilo Horn <tsdh@gnu.org>
9476
9477 * doc-view.el (doc-view-display): Better fix for the cl-assertion
9478 error.
9479
9480 2012-09-20 Stefan Merten <smerten@oekonux.de>
9481
9482 * textmodes/rst.el: Integrate support for `imenu' and `which-function'.
9483 Fixes feature request bug#11711.
9484 (rst-mode): Create `imenu-create-index-function'.
9485 (rst-get-stripped-line): Delete after refactoring.
9486 (rst-section-tree, rst-section-tree-rec)
9487 (rst-section-tree-point): Refactor and document properly.
9488 (rst-imenu-find-adornments-for-position)
9489 (rst-imenu-convert-cell, rst-imenu-create-index):
9490 New function.
9491
9492 2012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
9493
9494 * emacs-lisp/macroexp.el (macroexp--obsolete-warning): New function.
9495 (macroexp--expand-all): Use it.
9496 (macroexp--funcall-and-return): Remove by folding it into its sole
9497 caller (macroexp--warn-and-return).
9498 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete):
9499 Use macroexp--obsolete-warning.
9500
9501 * calc/calc.el: Fix last change by removing the whole chunk, since it
9502 was only needed back when Calc was not bundled.
9503
9504 2012-09-20 Martin Rudalics <rudalics@gmx.at>
9505
9506 * emacs-lisp/debug.el (debug): Restore assignment to
9507 debugger-old-buffer removed on 2012-09-08.
9508
9509 2012-09-20 Juri Linkov <juri@jurta.org>
9510
9511 * dired-aux.el (dired-diff): Remove (require 'diff) since
9512 `diff-latest-backup-file' is now autoloaded.
9513
9514 2012-09-20 Chong Yidong <cyd@gnu.org>
9515
9516 * vc/diff.el (diff-latest-backup-file): Autoload.
9517
9518 2012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
9519
9520 * calc/calc.el: Remove redundant autoload shape check.
9521 (sel-mode): Don't defvar.
9522 (calc-get-stack-element): Add `sel-mode' arg instead.
9523 (calc-top, calc-top-list): Pass it this additional argument.
9524 * calc/calc-store.el (calc-store-map):
9525 * calc/calc-map.el (calc-apply, calc-reduce, calc-map)
9526 (calc-map-equation, calc-outer-product, calc-inner-product):
9527 * calc/calc-aent.el (calc-alg-entry): Don't bind sel-mode.
9528
9529 * emacs-lisp/macroexp.el (macroexp--expand-all): Fix last change.
9530
9531 2012-09-19 Juri Linkov <juri@jurta.org>
9532
9533 * dired-aux.el (dired-diff): Add (require 'diff) because
9534 `diff-latest-backup-file' is not autoloaded.
9535 (dired-do-chxxx, dired-do-chmod): Set `no-error-if-not-filep' arg
9536 of `dired-get-filename' to t to not report error when there is
9537 no default file on the current line.
9538
9539 2012-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
9540
9541 * emacs-lisp/macroexp.el (macroexp--funcall-if-compiled): Rename from
9542 macroexp--eval-if-compile.
9543 (macroexp--funcall-and-return, macroexp--warn-and-return): New funs.
9544 (macroexp--expand-all): Use them (bug#12371).
9545
9546 * doc-view.el (doc-view-guess-paper-size)
9547 (doc-view-scale-bounding-box): Fix unbound `caddr'.
9548
9549 2012-09-19 Tassilo Horn <tsdh@gnu.org>
9550
9551 New feature: set optimal slice from BoundingBox information.
9552 * doc-view.el (doc-view-mode-map): Add keybinding.
9553 (doc-view-menu): Add menu entry.
9554 (doc-view-set-slice): Adapt docstring.
9555 (doc-view-get-bounding-box, doc-view-guess-paper-size)
9556 (doc-view-scale-bounding-box)
9557 (doc-view-set-slice-from-bounding-box): New functions.
9558 (doc-view-paper-sizes): New defvar.
9559
9560 2012-09-19 Glenn Morris <rgm@gnu.org>
9561
9562 * emacs-lisp/macroexp.el (byte-compile-warn-obsolete)
9563 (byte-compile-log-warning): Autoload. (Bug#12371)
9564
9565 * calendar/calendar.el (calendar-american-month-header)
9566 (calendar-european-month-header, calendar-iso-month-header)
9567 (calendar-month-header): New options.
9568 (calendar-set-date-style): Set calendar-month-header. Redraw calendar.
9569 (calendar-generate-month): Use calendar-month-header. (Bug#9510)
9570
9571 2012-09-19 Jan Djärv <jan.h.d@swipnet.se>
9572
9573 * startup.el (command-line-ns-option-alist): Add -g and --geometry.
9574
9575 2012-09-18 Juri Linkov <juri@jurta.org>
9576
9577 * dired-aux.el (dired-diff): Restore original functionality of
9578 getting the default value, but keep new feature of using the
9579 latest existing backup file (`diff-latest-backup-file').
9580
9581 2012-09-18 Juri Linkov <juri@jurta.org>
9582
9583 * dired.el (dired-mark): If the region is active in Transient Mark
9584 mode, mark all files in the active region. Doc fix.
9585 (dired-unmark, dired-flag-file-deletion, dired-unmark-backward):
9586 Doc fix. (Bug#10624)
9587
9588 2012-09-18 Juri Linkov <juri@jurta.org>
9589
9590 * dired-aux.el (dired-do-chxxx, dired-do-chmod): Default file
9591 attributes for M-n are pulled from the file at point.
9592 (dired-do-chgrp, dired-do-chown, dired-do-touch): Doc fix.
9593 Suggested by Drew Adams. (Bug#10624)
9594
9595 2012-09-18 Dmitry Gutov <dgutov@yandex.ru>
9596
9597 * progmodes/ruby-mode.el (ruby-brace-to-do-end): Don't add extra
9598 whitespace after "end".
9599 (ruby-do-end-to-brace): Collapse block to one line if it fits
9600 within fill-column.
9601
9602 2012-09-18 Martin Rudalics <rudalics@gmx.at>
9603
9604 * emacs-lisp/debug.el (debugger-bury-or-kill): Fix customization
9605 value.
9606 (debug): Don't remove debugger window when debugger is expected
9607 to be back.
9608
9609 2012-09-18 Chong Yidong <cyd@gnu.org>
9610
9611 * custom.el (defface): Doc fix.
9612
9613 * cus-edit.el (custom-unlispify-remove-prefixes): Add warning.
9614
9615 2012-09-18 Martin Blais <blais@furius.ca> (tiny change)
9616
9617 * progmodes/compile.el (compilation-start): Use compilation-always-kill
9618 to initialize query-on-exit; then test that instead (bug#12288).
9619
9620 2012-09-17 Stefan Merten <smerten@oekonux.de>
9621
9622 * textmodes/rst.el: Add support for `testcover'.
9623 (rst-defcustom-testcover, rst-testcover-add-compose)
9624 (rst-testcover-add-1value): New functions.
9625 (rst-portable-mark-active-p): Replace by `use-region-p'.
9626 (rst-update-section, rst-classify-adornment)
9627 (rst-find-title-line): Mark `1value' forms.
9628 (rst-classify-adornment): Remove superfluous form.
9629 (rst-update-section, rst-get-adornments-around)
9630 (rst-adornment-complete-p, rst-get-next-adornment)
9631 (rst-adjust, rst-promote-region)
9632 (rst-display-adornments-hierarchy, rst-straighten-adornments)
9633 (rst-find-pfx-in-region, rst-section-tree-rec)
9634 (rst-section-tree-point, rst-toc-insert, rst-toc-insert-node)
9635 (rst-toc-node, rst-toc, rst-forward-section)
9636 (rst-iterate-leftmost-paragraphs)
9637 (rst-iterate-leftmost-paragraphs-2, rst-enumerate-region)
9638 (rst-bullet-list-region)
9639 (rst-convert-bullets-to-enumeration, rst-font-lock-keywords)
9640 (rst-compile-find-conf, rst-compile)
9641 (rst-repeat-last-character): Fix style.
9642
9643 2012-09-17 Chong Yidong <cyd@gnu.org>
9644
9645 * comint.el (comint--complete-file-name-data): Don't add a space
9646 if the status is `sole'; that adds a gratuitous space in the
9647 completion-cycling case (Bug#12092).
9648
9649 * pcomplete.el (pcomplete-completions-at-point): Likewise.
9650
9651 2012-09-17 Richard Stallman <rms@gnu.org>
9652
9653 * mail/rmailmm.el (rmail-mime-toggle-raw): Do rmail-mime-insert
9654 only in the mime-shown mode, not in raw mode.
9655 (rmail-mime): Toggle off mime by displaying the message without
9656 mime processing. (Bug#12305)
9657
9658 * mail/rmail.el (rmail-retry-failure):
9659 Turn off mime processing first. (Bug#12037)
9660
9661 * epa-mail.el (epa-mail-encrypt): Fix bug when a name has no key.
9662
9663 2012-09-17 Chong Yidong <cyd@gnu.org>
9664
9665 * shell.el (shell-file-name-chars, shell-file-name-quote-list)
9666 (shell-dynamic-complete-functions): Convert to defcustom.
9667 (shell-prompt-pattern, shell-completion-fignore): Doc fix.
9668
9669 * bookmark.el (bookmark-bmenu-toggle-filenames): Doc fixes.
9670 * comint.el (comint-prompt-read-only):
9671 * custom.el (defcustom):
9672 * hi-lock.el (hi-lock-mode):
9673 * ibuffer.el (ibuffer-formats):
9674 * ielm.el (ielm-prompt-read-only):
9675 * novice.el (disable-command):
9676 * saveplace.el (toggle-save-place):
9677 * speedbar.el (speedbar-supported-extension-expressions):
9678 * startup.el (auto-save-list-file-prefix, init-file-user)
9679 (after-init-hook, inhibit-startup-echo-area-message):
9680 * strokes.el (strokes-help):
9681 * time-stamp.el (time-stamp):
9682 * calendar/calendar.el (calendar, diary-file):
9683 * calendar/diary-lib.el (diary-mail-entries, diary)
9684 (diary-list-entries-hook):
9685 * calendar/holidays.el (holidays, calendar-holidays):
9686 * calendar/lunar.el (lunar-phases):
9687 * calendar/solar.el (sunrise-sunset):
9688 * emulation/edt.el (edt-load-keys):
9689 * emulation/viper.el (viper-mode):
9690 * eshell/em-alias.el (eshell-command-aliases-list):
9691 * eshell/esh-util.el (eshell-convert-numeric-arguments):
9692 * international/ogonek.el (ogonek-information):
9693 * net/tramp-cmds.el (tramp-bug):
9694 * net/quickurl.el (quickurl-reread-hook-postfix):
9695 * play/decipher.el (decipher-font-lock-keywords):
9696 * progmodes/cc-styles.el (c-set-style):
9697 * progmodes/idlw-shell.el (idlwave-shell-prompt-pattern):
9698 * progmodes/inf-lisp.el (inferior-lisp-prompt):
9699 * progmodes/octave-mod.el (octave-mode):
9700 * progmodes/sql.el (sql-mode, sql-interactive-mode, sql-password):
9701 * progmodes/verilog-mode.el (verilog-read-defines):
9702 * textmodes/two-column.el (2C-mode): Likewise.
9703
9704 2012-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
9705
9706 * mail/mailabbrev.el (mail-abbrev-expand-hook): Work for a mail aliasee
9707 that holds many addresses.
9708
9709 2012-09-16 Chong Yidong <cyd@gnu.org>
9710
9711 * align.el (align-areas): Call the indication function with
9712 positions instead of markers for arguments (Bug#12343).
9713
9714 * files.el (parse-colon-path): Use split-string (Bug#12351).
9715
9716 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
9717 (display-buffer-function): Mark as obsolete.
9718
9719 * progmodes/compile.el (compilation-parse-errors): Accept list
9720 values similar to font-lock-keywords (Bug#12136).
9721 Suggested by Oleksandr Manzyuk.
9722 (compilation-error-regexp-alist): Doc fix.
9723
9724 2012-09-15 Glenn Morris <rgm@gnu.org>
9725
9726 * version.el (emacs-bzr-version-bzr): New function.
9727 (emacs-bzr-get-version): Add optional EXTERNAL argument.
9728
9729 * vc/vc-bzr.el (vc-bzr-working-revision): For lightweight local
9730 checkouts, check the parent dirstate matches the branch.
9731 Add "--tree" to "bzr revno" arguments. Don't try to shorten the
9732 empty string.
9733
9734 * version.el (emacs-bzr-version): Doc fix.
9735 (emacs-bzr-version-dirstate): New function.
9736 (emacs-bzr-get-version): For lightweight checkouts, if the parent
9737 is local try and check that it matches the branch. If not, just
9738 use dirstate information. (Bug#12441)
9739
9740 2012-09-14 Juri Linkov <juri@jurta.org>
9741
9742 * dired-aux.el (dired-do-chmod): Use `eq' to detect empty input.
9743 (Bug#12399)
9744
9745 2012-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
9746
9747 * emacs-lisp/advice.el (ad-prognify): Remove, use macroexp-progn.
9748
9749 * emacs-lisp/edebug.el: Miscellaneous cleanup.
9750 Remove obsolete byte-compiler hack that tried to silence some warnings.
9751 (edebug-submit-bug-report): Remove.
9752 (edebug-get-buffer-window, edebug-sit-for, edebug-input-pending-p):
9753 Remove aliases, use the un-prefixed name instead.
9754 (edebug-pop-to-buffer): Consider other frames.
9755 (edebug-original-read):: Make it more obvious that it's always defined.
9756 (edebug--make-form-data-entry, edebug--form-data-name)
9757 (edebug--form-data-begin, edebug--form-data-end): Rename from the
9758 single-dashed name, and implement with cl-defstruct.
9759 (edebug-set-form-data-entry): Use the standard accessors.
9760 (edebug-make-top-form-data-entry): Use push.
9761 (edebug-no-match): Drop useless `funcall'.
9762 (mapcar, mapconcat, mapatoms, apply, funcall): Don't add debug specs
9763 to functions.
9764 (defsubst, dont-compile, eval-when-compile, eval-and-compile)
9765 (delay-mode-hooks, with-temp-file, with-temp-message, ad-dolist)
9766 (with-syntax-table, push, pop, 1value, noreturn, defadvice)
9767 (easy-menu-define, with-custom-print): Remove redundant specs.
9768 (edebug-outside-overriding-local-map)
9769 (edebug-outside-overriding-terminal-local-map): Remove, unused.
9770 (edebug--display): Bind unread-command-events directly to nil rather
9771 than binding it to unread-command-events and later setting it to nil.
9772 (edebug--display): Kill edebug-eval-buffer here...
9773 (edebug--recursive-edit): ...rather than here.
9774 Bind standard-output and standard-input.
9775 (edebug-eval): Check cl-macroexpand-all is fboundp.
9776 (edebug-temp-display-freq-count): Fix last change.
9777
9778 * emacs-lisp/easymenu.el (easy-menu-define): Add `debug' spec.
9779 * subr.el (noreturn, 1value): Add `debug' spec.
9780 * emacs-lisp/advice.el: Require cl-lib.
9781 (ad-copy-tree): Remove, use copy-tree instead.
9782 (ad-dolist): Remove use dolist or cl-dolist instead.
9783 (ad-do-return): Remove, use cl-return instead.
9784 (defadvice): Add `debug' spec.
9785
9786 2012-09-13 Juri Linkov <juri@jurta.org>
9787
9788 * dired-aux.el (dired-do-chxxx): Use `eq' to detect empty input.
9789 (Bug#12399)
9790
9791 2012-09-13 Glenn Morris <rgm@gnu.org>
9792
9793 * calc/calc.el (math-compose-expr):
9794 * calc/calc-ext.el (math-compose-expr):
9795 * progmodes/cc-defs.el (cl-macroexpand-all):
9796 * progmodes/cc-langs.el (delete-duplicates, mapcan)
9797 (cl-macroexpand-all): Update declarations.
9798
9799 * vc/vc.el: No need to require ediff.
9800 (ediff-load-version-control): Declare.
9801 (ediff-vc-internal): Fix declaration.
9802 (vc-version-ediff): Require ediff.
9803
9804 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
9805
9806 Use a more backwards-compatible timer format (Bug#12430).
9807 * emacs-lisp/timer.el (timer): PSECS is now at the end, rather than
9808 being right after USECS, as that better supports old code that
9809 inadvisedly looked directly at the timer vector.
9810
9811 2012-09-13 Kenichi Handa <handa@gnu.org>
9812
9813 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
9814 ("Chinese-CNS", "Chinese-EUC-TW"): Add chinese-gbk to
9815 `coding-priority' property of these language environment.
9816
9817 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
9818
9819 Fix glitches caused by addition of psec to timers (Bug#12430).
9820 * image.el (image-animate-timer):
9821 * time.el (display-time-world-timer):
9822 Use timer--function and timer--args rather than raw access to
9823 timer vector.
9824
9825 2012-09-13 Glenn Morris <rgm@gnu.org>
9826
9827 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
9828 If not compiling a file, try using load-file-name.
9829
9830 2012-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
9831
9832 * emacs-lisp/edebug.el (edebug-outside-unread-command-events):
9833 Fix last change.
9834 (edebug-update-eval-list): Use `push'.
9835
9836 * emacs-lisp/edebug.el: Use lexical-binding.
9837 Remove the "edebug-" prefix from non-dynamically-scoped variables.
9838 Mark unused args with underscore.
9839 (edebug-save-restriction, edebug-outside-excursion): Use `declare'.
9840 (edebug-form-data): Use defvar-local.
9841 (edebug-make-before-and-after-form, edebug-make-after-form):
9842 Use backquote.
9843 (edebug-args, edebug-value, edebug-after-index, edebug-arg-mode):
9844 Not dynamically scoped any more.
9845 (edebug--enter-trace): Add arguments `function' and `args'.
9846 Rename from edebug-enter-trace.
9847 (edebug-enter): Call it accordingly. Bind edebug-function explicitly.
9848 (edebug--update-coverage): Add `after-index' and `value' args.
9849 Rename from edebug-update-coverage.
9850 (edebug-slow-after): Call it accordingly.
9851 (edebug--recursive-edit): Add arg `arg-mode'. Rename from
9852 edebug-recursive-edit.
9853 (edebug--display): Call it accordingly. Add args `value',
9854 `offset-index', and `arg-mode'. Rename from edebug-display.
9855 (edebug-debugger, edebug): Call it accordingly.
9856 (edebug-eval-display-list): Use dolist.
9857
9858 2012-09-12 Juri Linkov <juri@jurta.org>
9859
9860 * info.el (Info-search): Don't check for isearch-mode and
9861 isearch-regexp before let-binding search-spaces-regexp to
9862 Info-search-whitespace-regexp.
9863 (Info-isearch-search): Let-bind Info-search-whitespace-regexp to
9864 search-whitespace-regexp if isearch-lax-whitespace or
9865 isearch-regexp-lax-whitespace is non-nil.
9866 (Info-mode): Don't set local variable search-whitespace-regexp.
9867 http://lists.gnu.org/archive/html/emacs-devel/2012-08/msg00811.html
9868
9869 2012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
9870
9871 * emacs-lisp/debug.el (debugger-outer-unread-command-char, debug)
9872 (debugger-env-macro): Remove support for unread-command-char.
9873
9874 * subr.el (set-temporary-overlay-map): Minimize slightly the impact of
9875 the temporary map re-appearing on emulation-mode-map-alists.
9876
9877 * emacs-lisp/edebug.el (def-edebug-form-spec): Remove, it's been broken
9878 since 22.1.
9879
9880 * ehelp.el (with-electric-help): Accept functions in
9881 electric-help-form-to-execute.
9882 (electric-help-execute-extended, electric-help-ctrl-x-prefix): Use it.
9883 And replace unread-command-char -> unread-command-events.
9884
9885 2012-09-12 Michael Albinus <michael.albinus@gmx.de>
9886
9887 Sync with Tramp 2.2.6.
9888
9889 * net/tramp.el (tramp-accept-process-output): Don't use
9890 JUST-THIS-ONE in the XEmacs case.
9891
9892 * net/trampver.el: Update release number.
9893
9894 2012-09-12 Martin Rudalics <rudalics@gmx.at>
9895
9896 * emacs-lisp/debug.el (debugger-previous-window-height):
9897 New variable.
9898 (debug): When debugger-jumping-flag is non-nil try to restore
9899 height of debugger window. (Bug#8789)
9900
9901 2012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
9902
9903 * emacs-lisp/edebug.el (edebug-enter): Don't mess with
9904 overriding-local-map and pre/post-command-hook here.
9905 (edebug-recursive-edit): Do it here instead (bug#12345).
9906 (edebug-outside-unread-command-char): Remove all uses of
9907 unread-command-char.
9908
9909 * emacs-lisp/debug.el (debug): Don't bind debug-on-error since
9910 inhibit-debugger is bound instead.
9911
9912 2012-09-11 Bastien Guerry <bzg@gnu.org>
9913
9914 * subr.el (set-temporary-overlay-map): Add a docstring.
9915 (Bug#12346)
9916
9917 2012-09-11 Bastien Guerry <bzg@gnu.org>
9918
9919 * minibuffer.el (completion-table-subvert): Fix docstring.
9920 (Bug#12347)
9921
9922 2012-09-11 Bastien Guerry <bzg@gnu.org>
9923
9924 * help-fns.el (describe-variable): Fix typo. (Bug#12346)
9925
9926 2012-09-10 Michael R. Mauger <mmaug@yahoo.com>
9927
9928 * progmodes/sql.el: Version 3.1
9929 (sql-db2-escape-newlines): New variable.
9930 (sql-escape-newlines-filter): Use it.
9931
9932 2012-09-10 Juanma Barranquero <lekktu@gmail.com>
9933
9934 * custom.el (custom-theme-load-confirm): Remove unneeded assignment.
9935
9936 2012-09-10 Dan Nicolaescu <dann@gnu.org>
9937
9938 * vc/diff-mode.el (diff-mode-menu):
9939 Bind diff-remove-trailing-whitespace.
9940
9941 2012-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
9942
9943 * emacs-lisp/lisp-mode.el (emacs-list-byte-code-comment-re): New var.
9944 (emacs-lisp-byte-code-comment, emacs-lisp-byte-code-syntax-propertize)
9945 (emacs-lisp-byte-code-mode): New functions.
9946 (eval-sexp-add-defvars): Don't skip defvars in column >0.
9947 (eval-defun-2): Remove bogus interactive spec.
9948 (lisp-indent-line): Remove redundant whole-exp code, now done in
9949 indent-according-to-mode.
9950 (save-match-data): Remove redundant indent data.
9951
9952 * emacs-lisp/benchmark.el (benchmark-run, benchmark-run-compiled):
9953 Use `declare'.
9954
9955 2012-09-09 Juri Linkov <juri@jurta.org>
9956
9957 * replace.el (replace-regexp-lax-whitespace): New defcustom.
9958 (replace-lax-whitespace, query-replace-regexp)
9959 (query-replace-regexp-eval, replace-regexp): Doc fix.
9960 (perform-replace, replace-highlight): Let-bind
9961 isearch-lax-whitespace to replace-lax-whitespace and
9962 isearch-regexp-lax-whitespace to replace-regexp-lax-whitespace.
9963
9964 * isearch.el (isearch-query-replace): Let-bind
9965 replace-lax-whitespace to isearch-lax-whitespace and
9966 replace-regexp-lax-whitespace to
9967 isearch-regexp-lax-whitespace. (Bug#10885)
9968
9969 2012-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
9970
9971 * eshell/em-unix.el (eshell/sudo): Explicitly drop return value.
9972
9973 2012-09-09 Alan Mackenzie <acm@muc.de>
9974
9975 * progmodes/cc-engine.el (c-state-cache-init):
9976 Initialise c-state-semi-nonlit-pos-cache\(-limit\)? properly.
9977 (c-record-parse-state-state):
9978 Record c-state-semi-nonlit-pos-cache\(-limit\)?.
9979
9980 2012-09-09 Andreas Schwab <schwab@linux-m68k.org>
9981
9982 * register.el (register-separator): Rename from
9983 separator-register. All uses changed. Doc fix.
9984 (register): Fix version.
9985
9986 2012-09-09 Chong Yidong <cyd@gnu.org>
9987
9988 * replace.el (query-replace-map): Bind four new symbols for
9989 requesting window scrolling.
9990
9991 * subr.el (y-or-n-p): Handle the window-scrolling bindings in
9992 query-replace-map (Bug#8948).
9993
9994 * custom.el (custom-theme-load-confirm): Use y-or-n-p.
9995
9996 * emacs-lisp/map-ynp.el (map-y-or-n-p): Don't bind scrolling keys
9997 since they are now in query-replace-map.
9998
9999 * window.el (scroll-other-window-down): Make the arg optional.
10000
10001 2012-09-09 Chong Yidong <cyd@gnu.org>
10002
10003 * files.el (hack-local-variables-confirm): Use quit-window to kill
10004 the *Local Variables* buffer.
10005
10006 2012-09-08 Dmitry Gutov <dgutov@yandex.ru>
10007
10008 * progmodes/ruby-mode.el (ruby-toggle-block): Guess the current block,
10009 not just expect to be at its beginning. Adjust callees.
10010 Succeed when do-end block has no space before the pipe character.
10011 (ruby-brace-to-do-end): When the original block is one-liner,
10012 convert to multiline. Reindent the result.
10013
10014 2012-09-08 Jambunathan K <kjambunathan@gmail.com>
10015
10016 * register.el (register): New group.
10017 (separator-register): New user option.
10018 (increment-register): Route it to `append-to-register', if
10019 register contains text. Implication is that `C-x r +' can now be
10020 used for appending to a text register (bug#12217).
10021 (append-to-register, prepend-to-register): Add separator based on
10022 `separator-register'.
10023
10024 2012-09-08 Alan Mackenzie <acm@muc.de>
10025
10026 AWK Mode: make auto-newline work when there's "==" in the pattern.
10027 * progmodes/cc-cmds.el (c-point-syntax): Handle virtual semicolons
10028 correctly.
10029 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5A.3):
10030 Test more rigorously for "=" token.
10031
10032 2012-09-08 Dmitry Gutov <dgutov@yandex.ru>
10033
10034 * progmodes/ruby-mode.el (ruby-match-expression-expansion):
10035 Only fail when reached LIMIT.
10036
10037 2012-09-08 Chong Yidong <cyd@gnu.org>
10038
10039 * dired.el (dired-mode-map): Don't bind M-=.
10040
10041 * dired-aux.el (dired-diff): Use backup file as default.
10042
10043 2012-09-08 Drew Adams <drew.adams@oracle.com>
10044
10045 * subr.el (add-to-history): Fix delete usage (Bug#12314).
10046
10047 2012-09-08 Chong Yidong <cyd@gnu.org>
10048
10049 * subr.el (syntax-after, syntax-class): Doc fix.
10050
10051 2012-09-08 Martin Rudalics <rudalics@gmx.at>
10052
10053 * window.el (display-buffer-in-previous-window): New buffer
10054 display action function.
10055
10056 * emacs-lisp/debug.el (debugger-bury-or-kill): New option.
10057 (debugger-previous-window): New variable.
10058 (debug): Rewrite using display-buffer-in-previous-window,
10059 quit-restore-window and debugger-bury-or-kill. (Bug#8789)
10060
10061 2012-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
10062
10063 * emacs-lisp/byte-run.el (defun): Tweak message. Simplify code.
10064
10065 2012-09-07 Matt McClure <mlm@aya.yale.edu> (tiny change)
10066
10067 * progmodes/python.el (python-shell-send-string):
10068 When default-directory is remote, create temp file on remote
10069 filesystem.
10070 (python-shell-send-file): When file is remote, pass local view of
10071 file paths to remote Python interpreter. (Bug#12340)
10072
10073 2012-09-07 Chong Yidong <cyd@gnu.org>
10074
10075 * window.el (switch-to-buffer): Doc fix (Bug#12181).
10076
10077 * files.el (after-find-file): Don't fail on a read-only buffer if
10078 require-final-newline is `visit' or `visit-save' (Bug#11156).
10079
10080 * subr.el (read-char-choice): Allow quitting via ESC ESC.
10081
10082 * userlock.el (ask-user-about-supersession-threat):
10083 Use read-char-choice (Bug#12093).
10084
10085 2012-09-07 Chong Yidong <cyd@gnu.org>
10086
10087 * subr.el (buffer-narrowed-p): New function.
10088
10089 * ses.el (ses-widen):
10090 * simple.el (count-words--buffer-message):
10091 * net/browse-url.el (browse-url-of-buffer): Use it.
10092
10093 * simple.el (count-words-region): Don't signal an error if there
10094 is a non-nil prefix arg and the mark is not set.
10095
10096 * help.el (describe-key-briefly): Allow the message to be seen
10097 when invoked from the minibuffer (Bug#7014).
10098
10099 2012-09-07 Dmitry Gutov <dgutov@yandex.ru>
10100
10101 * progmodes/ruby-mode.el (ruby-end-of-defun)
10102 (ruby-beginning-of-defun): Simplify, allow indentation before
10103 block beginning and end keywords.
10104 (ruby-beginning-of-defun): Only consider 3 keywords defun beginners.
10105 (ruby-end-of-defun): Expect that the point is at the beginning of
10106 the defun.
10107
10108 2012-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
10109
10110 * emacs-lisp/cl-macs.el (cl--do-arglist): Understand _ on &key args
10111 (bug#12367).
10112 (cl--make-usage-args): Strip _ from argument names.
10113
10114 2012-09-06 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
10115
10116 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize): Don't use
10117 obsolete alias speedbar-key-map.
10118 (vhdl-doc-variable, vhdl-doc-mode): Use called-interactively-p.
10119 (vhdl-index-menu-init): Don't use obsolete variable
10120 font-lock-maximum-size.
10121
10122 2012-09-06 Chong Yidong <cyd@gnu.org>
10123
10124 * frame.el (window-system-version): Mark as obsolete.
10125
10126 * speedbar.el (speedbar-update-flag, speedbar-mode): Remove uses
10127 of obsolete variable speedbar-key-map.
10128
10129 2012-09-06 Juri Linkov <juri@jurta.org>
10130
10131 * replace.el (replace-lax-whitespace): New defcustom.
10132 (query-replace, query-replace-regexp, query-replace-regexp-eval)
10133 (replace-string, replace-regexp): Mention it in docstrings.
10134 (perform-replace, replace-highlight): Let-bind
10135 isearch-lax-whitespace and isearch-regexp-lax-whitespace according
10136 to the values of replace-lax-whitespace and regexp-flag.
10137 Don't let-bind search-whitespace-regexp. (Bug#10885)
10138
10139 * isearch.el (isearch-query-replace): Let-bind
10140 replace-lax-whitespace instead of let-binding
10141 replace-search-function and replace-re-search-function.
10142 (isearch-lazy-highlight-search): Let-bind isearch-lax-whitespace
10143 and isearch-regexp-lax-whitespace to lazy-highlight variables.
10144 (isearch-toggle-symbol): Set isearch-regexp to nil
10145 in isearch-word mode (like in isearch-toggle-word).
10146
10147 2012-09-06 Juri Linkov <juri@jurta.org>
10148
10149 * replace.el (replace-search-function)
10150 (replace-re-search-function): Set default values to nil.
10151 (perform-replace): Let-bind isearch-related variables based on
10152 replace-related values, call `isearch-search-fun' and let-bind
10153 the result to `search-function'. Remove code that sets
10154 `search-function' and `search-string' separately for
10155 `delimited-flag'.
10156 (replace-highlight): Add new argument `delimited-flag' and
10157 rename other arguments to the names used in `perform-replace'.
10158 Let-bind `isearch-word' to the argument `delimited-flag'.
10159 (Bug#10885, bug#10887)
10160
10161 2012-09-07 Dmitry Gutov <dgutov@yandex.ru>
10162
10163 * progmodes/ruby-mode.el (ruby-indent-beg-re): Add pieces from
10164 ruby-beginning-of-indent, simplify, allow all keywords to have
10165 indentation before them.
10166 (ruby-beginning-of-indent): Adjust for above. Search until the
10167 found point is not inside a string or comment.
10168 (ruby-font-lock-keywords): Allow symbols to start with "@"
10169 character, give them higher priority than variables.
10170 (ruby-syntax-propertize-function)
10171 (ruby-font-lock-syntactic-keywords): Remove the "not comments"
10172 matchers. Expression expansions are not comments when inside a
10173 string, and there comment syntax status is irrelevant.
10174 (ruby-match-expression-expansion): New function. Check that
10175 expression expansion is inside a string, and it's not escaped.
10176 (ruby-font-lock-keywords): Use it.
10177
10178 2012-09-05 Martin Rudalics <rudalics@gmx.at>
10179
10180 * help.el (temp-buffer-max-height): New default value.
10181 (temp-buffer-resize-frames): New option.
10182 (resize-temp-buffer-window): Optionally resize frame.
10183
10184 * window.el (fit-frame-to-buffer-bottom-margin): New option.
10185 (fit-frame-to-buffer): New function.
10186
10187 2012-09-05 Glenn Morris <rgm@gnu.org>
10188
10189 * emulation/cua-rect.el (cua--init-rectangles):
10190 * textmodes/picture.el (picture-mode-map):
10191 * play/blackbox.el (blackbox-mode-map): Remap right-char and left-char
10192 like forward-char and backward-char. (Bug#12317)
10193
10194 2012-09-05 Leo Liu <sdl.web@gmail.com>
10195
10196 * progmodes/flymake.el (flymake-warning-re): New variable.
10197 (flymake-parse-line): Use it.
10198
10199 2012-09-05 Glenn Morris <rgm@gnu.org>
10200
10201 * calendar/holidays.el (holiday-christian-holidays):
10202 Rename an entry. (Bug#12289)
10203
10204 2012-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
10205
10206 * progmodes/sh-script.el (sh-font-lock-paren): Don't burp at BOB
10207 (bug#12222).
10208
10209 2012-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
10210
10211 * loadup.el: Load macroexp. Remove hack.
10212 * emacs-lisp/macroexp.el (macroexp--eval-if-compile): New function.
10213 (macroexp--expand-all): Use it to get better warnings.
10214 (macroexp--backtrace, macroexp--trim-backtrace-frame)
10215 (internal-macroexpand-for-load): New functions.
10216 (macroexp--pending-eager-loads): New var.
10217 (emacs-startup-hook): New hack to replace one in loadup.el.
10218 * emacs-lisp/cl-macs.el (cl--compiler-macro-list*)
10219 (cl--compiler-macro-cXXr): Move to top, before they can be used.
10220 (cl-psetf): Simplify.
10221 (cl-defstruct): Add indent rule.
10222
10223 2012-09-04 Lars Ingebrigtsen <larsi@gnus.org>
10224
10225 * mail/smtpmail.el (smtpmail-send-it): Prefer the From: header
10226 over `user-mail-address' for the SMTP MAIL FROM envelope.
10227 (smtpmail-via-smtp): Ditto.
10228
10229 2012-09-04 Dmitry Gutov <dgutov@yandex.ru>
10230
10231 * progmodes/ruby-mode.el: Clean up keybindings.
10232 (ruby-mode-map): Don't bind ruby-electric-brace,
10233 ruby-beginning-of-defun, ruby-end-of-defun, ruby-mark-defun,
10234 backward-kill-word, reindent-then-newline-and-indent.
10235 (ruby-mark-defun): Remove.
10236 (ruby-electric-brace): Remove. Obsoleted by electric-indent-chars.
10237 (ruby-mode): Set local beginning-of-defun-function and
10238 end-of-defun-function values.
10239
10240 2012-09-03 Martin Rudalics <rudalics@gmx.at>
10241
10242 * window.el (temp-buffer-window-setup-hook)
10243 (temp-buffer-window-show-hook): New hooks.
10244 (temp-buffer-window-setup, temp-buffer-window-show)
10245 (with-temp-buffer-window): New functions.
10246 (fit-window-to-buffer): Remove unused optional argument OVERRIDE.
10247 (special-display-popup-frame): Make sure the window used shows BUFFER.
10248
10249 * help.el (temp-buffer-resize-mode): Fix doc-string.
10250 (resize-temp-buffer-window): New optional argument WINDOW.
10251
10252 * files.el (recover-file, save-buffers-kill-emacs):
10253 * dired.el (dired-mark-pop-up): Use with-temp-buffer-window.
10254
10255 2012-09-02 Michael Albinus <michael.albinus@gmx.de>
10256
10257 * eshell/em-unix.el (eshell/sudo): When we have an ad-hoc
10258 remote definition of `default-directory', ensure we can connect.
10259
10260 2012-09-02 Juri Linkov <juri@jurta.org>
10261
10262 Toggle whitespace matching mode with M-s SPC.
10263 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00008.html
10264
10265 * isearch.el (search-whitespace-regexp): Doc fix.
10266 Remove cons cell customization.
10267 (isearch-mode-map): Bind "\M-s " to isearch-toggle-lax-whitespace.
10268 (isearch-lax-whitespace, isearch-regexp-lax-whitespace):
10269 New variables.
10270 (isearch-forward, isearch-forward-regexp): Doc fix.
10271 (isearch-toggle-lax-whitespace): New command.
10272 (search-forward-lax-whitespace, search-backward-lax-whitespace)
10273 (re-search-forward-lax-whitespace)
10274 (re-search-backward-lax-whitespace): New functions.
10275 (isearch-whitespace-regexp): Remove function.
10276 (isearch-query-replace): Let-bind replace-search-function and
10277 replace-re-search-function.
10278 (isearch-occur): Let-bind search-spaces-regexp according to the
10279 value of isearch-lax-whitespace and isearch-regexp-lax-whitespace.
10280 (isearch-quote-char): Check isearch-regexp-lax-whitespace in the
10281 condition for C-q SPC.
10282 (isearch-search-fun-default): Use new functions mentioned above.
10283 (isearch-search-forward, isearch-search-backward): Remove functions.
10284 (isearch-search): Don't let-bind search-spaces-regexp.
10285 (isearch-lazy-highlight-space-regexp): Remove variable.
10286 (isearch-lazy-highlight-lax-whitespace)
10287 (isearch-lazy-highlight-regexp-lax-whitespace): New variables.
10288 (isearch-lazy-highlight-new-loop): Use them.
10289 (isearch-lazy-highlight-search): Don't let-bind search-spaces-regexp.
10290
10291 2012-09-02 Chong Yidong <cyd@gnu.org>
10292
10293 * dired.el (dired-mode-map): Menu string fixes (Bug#11616).
10294
10295 2012-09-02 Glenn Morris <rgm@gnu.org>
10296
10297 * simple.el (undo): Tweak message in undo-only case. (Bug#12283)
10298
10299 2012-09-01 Glenn Morris <rgm@gnu.org>
10300
10301 * term.el: Tidy up menu definitions.
10302 (term-mode-map): Use easymenu for In/Out, Complete menus.
10303 (term-pager-break-map): Initialize in the defvar.
10304 (term-terminal-menu, term-signals-menu): Define with easymenu.
10305 (term-terminal-menu): Also show it in line-mode. (Bug#11957)
10306 (term-pager-menu): New, extracted from term-process-pager.
10307 (term-mode, term-char-mode, term-process-pager): Use easymenu-add.
10308 (term-update-mode-line): Propertize line/char and page items.
10309 (term-process-pager): Move keymap initialization elsewhere.
10310
10311 2012-09-01 Martin Rudalics <rudalics@gmx.at>
10312
10313 * window.el (switch-to-prev-buffer): Handle additional values of
10314 BURY-OR-KILL argument. Don't switch in minibuffer window.
10315 (switch-to-next-buffer): Don't switch in minibuffer window.
10316 (quit-restore-window): New function based on quit-window.
10317 Handle additional values of former KILL argument.
10318 (quit-window): Call quit-restore-window with appropriate
10319 interpretation of KILL argument.
10320 (display-buffer-below-selected): New buffer display action
10321 function.
10322
10323 2012-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
10324
10325 * minibuffer.el (completion-at-point-functions): Complete docstring
10326 (bug#12254).
10327
10328 2012-09-01 Paul Eggert <eggert@cs.ucla.edu>
10329
10330 Better seed support for (random).
10331 * play/5x5.el, play/animate.el, play/cookie1.el, play/dissociate.el:
10332 * play/doctor.el, play/dunnet.el, play/gomoku.el, play/landmark.el:
10333 * play/mpuz.el, play/tetris.el, play/zone.el:
10334 * calc/calc-comb.el (math-init-random-base):
10335 * play/blackbox.el (bb-init-board):
10336 * play/life.el (life):
10337 * server.el (server-use-tcp):
10338 * type-break.el (type-break):
10339 Remove unnecessary call to (random t).
10340 * net/sasl.el (sasl-unique-id-function):
10341 Change (random t) to (random), now that the latter is more random.
10342 * play/life.el (life-initialized): Remove no-longer-needed var.
10343
10344 2012-08-31 Alp Aker <alp.tekin.aker@gmail.com>
10345
10346 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
10347 Consider frame's buffer predicate when choosing the buffer.
10348 (Bug#12081)
10349
10350 2012-08-30 Richard Stallman <rms@gnu.org>
10351
10352 * simple.el (special-mode-map): Delete binding for `z'.
10353
10354 2012-08-30 Andreas Schwab <schwab@linux-m68k.org>
10355
10356 * progmodes/compile.el (compilation-always-kill): Doc fix.
10357
10358 2012-08-30 Chong Yidong <cyd@gnu.org>
10359
10360 * window.el (display-buffer-reuse-frames): Make the obsolescence
10361 message more informative.
10362
10363 2012-08-30 Glenn Morris <rgm@gnu.org>
10364
10365 * paren.el (show-paren-delay):
10366 Add a :set function. Doc fix. (Bug#12297)
10367
10368 2012-08-29 Martin Blais <blais@furius.ca> (tiny change)
10369
10370 * progmodes/compile.el (compilation-always-kill): New var.
10371 (compilation-start): Use it.
10372
10373 2012-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
10374
10375 * simple.el (read-only-mode): Move from files.el for bootstrapping.
10376 * files.el (read-only-mode): Move to simple.el.
10377
10378 * files.el (read-only-mode): New minor mode.
10379 (toggle-read-only): Use it and mark obsolete.
10380 (find-file--read-only):
10381 * vc/vc.el (vc-next-action, vc-checkout):
10382 * vc/vc-cvs.el (vc-cvs-checkout):
10383 * obsolete/vc-mcvs.el (vc-mcvs-update):
10384 * ffap.el (ffap--toggle-read-only): Update callers.
10385
10386 2012-08-29 Michael Albinus <michael.albinus@gmx.de>
10387
10388 * eshell/esh-ext.el (eshell-external-command): Do not examine
10389 remote shell scripts.
10390 See <https://bugs.launchpad.net/ubuntu/+source/emacs23/+bug/1035790>.
10391
10392 * net/tramp-sh.el (tramp-remote-path): Add "/sbin" and
10393 "/usr/local/sbin".
10394
10395 2012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
10396
10397 * emacs-lisp/cl-lib.el (buffer-string): Fix setter macro (bug#12293).
10398
10399 2012-08-28 Leo Liu <sdl.web@gmail.com>
10400
10401 * progmodes/sh-script.el (sh-dynamic-complete-functions): Adapt to
10402 completion-at-point. (Bug#12220)
10403
10404 * skeleton.el (skeleton-untabify): Change to nil (bug#12223).
10405
10406 * progmodes/sh-script.el (sh-indent-comment): Change to t (bug#12267).
10407
10408 2012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
10409
10410 * files.el (safe-local-eval-forms): Fix before-save-hook entry to
10411 be buffer-local; add delete-trailing-whitespace (bug#12259).
10412
10413 2012-08-28 Jeremy Moore <jmoore@ieee.org> (tiny change)
10414
10415 * progmodes/hideif.el (hif-compress-define-list):
10416 Fix typo. (Bug#11951)
10417
10418 2012-08-28 Dan Nicolaescu <dann@gnu.org>
10419
10420 * progmodes/hideshow.el (hs-block-end-regexp): Restore lost
10421 buffer local setting.
10422
10423 * net/rcirc.el (rcirc-split-message): Fix for buffer-local
10424 rcirc-encode-coding-system.
10425
10426 2012-08-28 Leo Liu <sdl.web@gmail.com>
10427
10428 * net/rcirc.el (rcirc-split-message): New function.
10429 (rcirc-send-message): Use it. (Bug#12051)
10430
10431 2012-08-28 Juri Linkov <juri@jurta.org>
10432
10433 * info.el (Info-fontify-node): Hide empty lines at the end of
10434 the node. (Bug#12272)
10435
10436 2012-08-27 Drew Adams <drew.adams@oracle.com>
10437
10438 * dired.el (dired-pop-to-buffer): Make window start at beginning
10439 of buffer (Bug#12281).
10440
10441 2012-08-26 Chong Yidong <cyd@gnu.org>
10442
10443 * window.el (special-display-regexps, special-display-frame-alist)
10444 (special-display-buffer-names, special-display-function)
10445 (display-buffer-reuse-frames): Mark as obsolete.
10446
10447 * progmodes/compile.el: Don't use display-buffer-reuse-frames.
10448
10449 * help.el (help-print-return-message): Don't treat
10450 display-buffer-reuse-frames specially.
10451
10452 2012-08-26 Chong Yidong <cyd@gnu.org>
10453
10454 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
10455 New variable, replacing gdb-frame-parameters.
10456 (gdb-frame-io-buffer, gdb-frame-breakpoints-buffer)
10457 (gdb-frame-threads-buffer, gdb-frame-memory-buffer)
10458 (gdb-frame-disassembly-buffer, gdb-frame-stack-buffer)
10459 (gdb-frame-locals-buffer, gdb-frame-registers-buffer): Use it.
10460 (def-gdb-frame-for-buffer): Macro deleted. It is easier to define
10461 the functions directly with gdb-display-buffer-other-frame-action.
10462 (gdb-display-breakpoints-buffer, gdb-display-threads-buffer)
10463 (gdb-display-memory-buffer, gdb-display-disassembly-buffer)
10464 (gdb-display-stack-buffer, gdb-display-locals-buffer)
10465 (gdb-display-registers-buffer): Define directly.
10466 (def-gdb-display-buffer): Macro deleted.
10467 (gdb-display-buffer): Remove second and third args, callers don't
10468 use them. Defer to the default display-buffer behavior, apart
10469 from making windows dedicated.
10470 (gdb-setup-windows): Don't call display-buffer unnecessarily.
10471
10472 * progmodes/gud.el (gud-display-line): Just use display-buffer.
10473
10474 * window.el (display-buffer-pop-up-frame): Handle a
10475 pop-up-frame-parameters alist entry.
10476 (display-buffer): Document it.
10477
10478 2012-08-26 Chong Yidong <cyd@gnu.org>
10479
10480 * isearch.el (search-whitespace-regexp): Make string and nil
10481 values apply to both ordinary and regexp search. Allow a cons
10482 cell value to distinguish between the two.
10483 (isearch-whitespace-regexp, isearch-search-forward)
10484 (isearch-search-backward): New functions.
10485 (isearch-occur, isearch-search-fun-default, isearch-search)
10486 (isearch-lazy-highlight-new-loop): Use them.
10487 (isearch-forward, isearch-forward-regexp): Doc fix.
10488
10489 2012-08-26 Chong Yidong <cyd@gnu.org>
10490
10491 * faces.el (help-argument-name): Always inherit from italic
10492 (Bug#12213).
10493
10494 2012-08-25 Martin Rudalics <rudalics@gmx.at>
10495
10496 * window.el (window--even-window-heights): Even heights when
10497 WINDOW and the selected window form a vertical combination.
10498 (display-buffer-use-some-window): Provide that window used gets
10499 sized back by quit-window. (Bug#11880) and (Bug#12091)
10500
10501 2012-08-24 Paul Eggert <eggert@cs.ucla.edu>
10502
10503 Fix file time stamp problem with bzr and CVS (Bug#12001).
10504 * vc/vc-cvs.el (vc-cvs-parse-entry): Ignore subsecond information
10505 in the file's time stamp, since the version control system loses
10506 that information.
10507
10508 2012-08-22 Juri Linkov <juri@jurta.org>
10509
10510 * info.el (Info-fontify-node): Hide the suffix of the
10511 Info file name in the header line. (Bug#12187)
10512
10513 2012-08-22 Glenn Morris <rgm@gnu.org>
10514
10515 * calendar/cal-tex.el (cal-tex-weekly-common):
10516 Restore leading blank page.
10517
10518 2012-08-22 Le Wang <l26wang@gmail.com>
10519
10520 * misc.el (forward-to-word, backward-to-word): Activate or extend
10521 the region under `shift-select-mode'. (Bug#12231)
10522
10523 2012-08-22 Bastien Guerry <bzg@gnu.org>
10524
10525 * progmodes/executable.el (executable-prefix): Set to "#!" instead
10526 of "#! ". http://www.in-ulm.de/~mascheck/various/shebang/#details
10527 gives details on why the space is never needed.
10528
10529 2012-08-22 Martin Rudalics <rudalics@gmx.at>
10530
10531 * window.el (walk-window-tree, window-with-parameter):
10532 New optional argument MINIBUF to control whether these functions
10533 should run on the minibuffer window.
10534 (window-at-side-list): Don't operate on minibuffer window.
10535 (window-in-direction): Simplify and rewrite doc-string.
10536 (window--size-ignore): Rename to window--size-ignore-p.
10537 Update callers.
10538 (display-buffer-in-atom-window, window--major-non-side-window)
10539 (window--major-side-window, display-buffer-in-major-side-window)
10540 (delete-side-window, display-buffer-in-side-window):
10541 New functions.
10542 (window--side-check, window-deletable-p, delete-window)
10543 (delete-other-windows, split-window): Handle side windows and
10544 atomic windows appropriately.
10545 (window--display-buffer): Call display-buffer-record-window also
10546 when the window buffer did not change.
10547
10548 2012-08-22 Christopher Schmidt <christopher@ch.ristopher.com>
10549
10550 * help-fns.el (help-fns--key-bindings):
10551 Abbreviate non-symbol remap targets. (Bug#12174)
10552
10553 2012-08-22 Martin Rudalics <rudalics@gmx.at>
10554
10555 * dired.el (dired-mark-remembered): Don't clobber point.
10556 (Bug#11795)
10557
10558 2012-08-22 Glenn Morris <rgm@gnu.org>
10559
10560 * progmodes/bug-reference.el (bug-reference): New custom group.
10561 (bug-reference-bug-regexp): Make it a defcustom.
10562
10563 2012-08-22 Daiki Ueno <ueno@unixuser.org>
10564
10565 * progmodes/js.el (js-indent-level, js-expr-indent-offset)
10566 (js-paren-indent-offset, js-square-indent-offset)
10567 (js-curly-indent-offset): Add :safe (Bug#12257).
10568
10569 2012-08-22 Edward O'Connor <hober0@gmail.com>
10570
10571 * json.el (json-key-format): Add error properties.
10572 (json-encode-key): New function.
10573 (json-encode-hash-table, json-encode-alist, json-encode-plist):
10574 Use json-encode-key.
10575
10576 2012-08-22 Glenn Morris <rgm@gnu.org>
10577
10578 * calendar/cal-tex.el (cal-tex-longday): New function, replacing...
10579 (cal-tex-leftday, cal-tex-rightday): Remove functions.
10580 (cal-tex-weekly-common, cal-tex-cursor-filofax-2week):
10581 Update for above change.
10582
10583 2012-08-21 Andreas Schwab <schwab@linux-m68k.org>
10584
10585 * cus-face.el (custom-face-attributes): Fix customize type for the
10586 :underline attribute. (Bug#11805)
10587
10588 2012-08-21 Martin Rudalics <rudalics@gmx.at>
10589
10590 * window.el (window-point-1, set-window-point-1): Remove.
10591 (window-in-direction, record-window-buffer)
10592 (set-window-buffer-start-and-point, split-window-below)
10593 (window--state-get-1, display-buffer-record-window):
10594 Replace calls to window-point-1 and set-window-point-1 by calls to
10595 window-point and set-window-point respectively.
10596
10597 2012-08-21 Glenn Morris <rgm@gnu.org>
10598
10599 * calendar/cal-tex.el (cal-tex-weekly-common): New function.
10600 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week):
10601 Use it.
10602
10603 * calendar/cal-tex.el (cal-tex-rightday): Add optional funcname arg.
10604 (cal-tex-shortday): New function.
10605 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week)
10606 (cal-tex-cursor-filofax-daily): Use the above.
10607
10608 * calendar/cal-tex.el (cal-tex-leftday, cal-tex-rightday):
10609 New functions.
10610 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
10611 (cal-tex-cursor-filofax-week): Use them.
10612
10613 * calendar/cal-tex.el (cal-tex-lefthead, cal-tex-righthead):
10614 New constants.
10615 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
10616 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use them.
10617
10618 * calendar/cal-tex.el (cal-tex-preamble): Generate new buffers.
10619 (cal-tex-end-document): Don't rely on buffer name.
10620
10621 * calendar/cal-tex.el (cal-tex-cursor-filofax-year):
10622 Use cal-tex-vspace.
10623 (cal-tex-vspace, cal-tex-hspace, cal-tex-em, cal-tex-bf)
10624 (cal-tex-Huge-bf, cal-tex-large-bf): Use cal-tex-cmd.
10625 (cal-tex-scriptsize, cal-tex-huge, cal-tex-Huge, cal-tex-large):
10626 Use cal-tex-arg.
10627
10628 * calendar/cal-tex.el (cal-tex-cursor-filofax-year)
10629 (cal-tex-cursor-week, cal-tex-cursor-week2)
10630 (cal-tex-cursor-week-iso, cal-tex-cursor-week-at-a-glance)
10631 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
10632 (cal-tex-cursor-filofax-daily, cal-tex-cursor-day)
10633 (cal-tex-insert-preamble, cal-tex-b-document)
10634 (cal-tex-e-document, cal-tex-b-center, cal-tex-e-center):
10635 Improve cal-tex-cmd usage.
10636
10637 * calendar/cal-tex.el (cal-tex-filofax-paper): New function.
10638 (cal-tex-cursor-filofax-year, cal-tex-cursor-filofax-2week)
10639 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use it.
10640 (cal-tex-weekly-paper): New function.
10641 (cal-tex-cursor-week, cal-tex-cursor-week2)
10642 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
10643 (cal-tex-cursor-day): Use it.
10644
10645 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance)
10646 (cal-tex-cursor-filofax-week): Remove leading blank page.
10647
10648 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
10649 Add autoload cookie. For now at least, don't use color, since
10650 no other cal-tex function does.
10651
10652 * calendar/cal-tex.el (cal-tex-cursor-week-iso)
10653 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
10654 (cal-tex-cursor-filofax-daily): Correct start date for diary entries.
10655
10656 2012-08-21 Juri Linkov <juri@jurta.org>
10657
10658 * info.el (Info-file-attributes): New variable.
10659 (info-insert-file-contents): Add file attributes to
10660 `Info-file-attributes'. Clear the caches `Info-index-nodes' and
10661 `Info-toc-nodes' when previous modtime of the Info file is less
10662 than new modtime.
10663 (Info-toc-nodes, Info-index-nodes): Move definitions up to the top
10664 of info.el. (Bug#12230)
10665
10666 2012-08-20 Glenn Morris <rgm@gnu.org>
10667
10668 * calendar/diary-lib.el (diary-include-files, diary-sexp-entry):
10669 * calendar/holidays.el (calendar-holiday-list):
10670 Report errors with display-warning rather than beep'n'sleep.
10671
10672 2012-08-20 Michael Albinus <michael.albinus@gmx.de>
10673
10674 * net/tramp.el (tramp-accept-process-output): Accept only output
10675 from PROC. Otherwise, process filters and sentinels might be
10676 confused. (Bug#12145)
10677
10678 2012-08-20 Chong Yidong <cyd@gnu.org>
10679
10680 * descr-text.el (describe-text-properties-1): Use overlays-in to
10681 report on empty overlays (Bug#3322).
10682
10683 2012-08-20 Glenn Morris <rgm@gnu.org>
10684
10685 * mail/rmailout.el (rmail-output-read-file-name):
10686 Trap and report errors in rmail-output-file-alist elements.
10687
10688 * font-lock.el (font-lock-add-keywords): Doc fix (quote face names
10689 since most non-font-lock faces are not also variables).
10690
10691 2012-08-20 Edward Reingold <reingold@iit.edu>
10692
10693 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
10694 New function. (Bug12160)
10695
10696 2012-08-19 Glenn Morris <rgm@gnu.org>
10697
10698 * mail/rmailout.el (rmail-output-read-file-name):
10699 Fix previous change (when the alist is nil or does not match).
10700
10701 2012-08-19 Chong Yidong <cyd@gnu.org>
10702
10703 * xml.el (xml-escape-string): Don't refer to xml-entity-alist
10704 (Bug#12228).
10705
10706 2012-08-18 Chong Yidong <cyd@gnu.org>
10707
10708 * simple.el (yank-handled-properties): New defcustom.
10709 (yank-excluded-properties): Add font-lock-face and category.
10710 (yank): Doc fix.
10711
10712 * subr.el (remove-yank-excluded-properties):
10713 Obey yank-handled-properties. The special handling of font-lock-face
10714 and category is now done this way, instead of being hard-coded.
10715 (insert-for-yank-1): Remove font-lock-face handling.
10716 (yank-handle-font-lock-face-property)
10717 (yank-handle-category-property): New function.
10718
10719 2012-08-17 Glenn Morris <rgm@gnu.org>
10720
10721 * mail/rmailout.el (rmail-output-read-file-name):
10722 Check rmail-output-file-alist against the full message body
10723 in the correct rmail buffer. (Bug#12214)
10724
10725 2012-08-17 Michael Albinus <michael.albinus@gmx.de>
10726
10727 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
10728 Eliminate superfluous prompt. (Bug#12203)
10729
10730 2012-08-17 Chong Yidong <cyd@gnu.org>
10731
10732 * mouse.el (mouse-appearance-menu): If x-select-font returns a
10733 font spec, set the font directly (Bug#3228).
10734
10735 2012-08-17 Martin Rudalics <rudalics@gmx.at>
10736
10737 * window.el (delete-window): Fix last fix.
10738
10739 2012-08-16 Martin Rudalics <rudalics@gmx.at>
10740
10741 * window.el (window-valid-p): Move to window.c.
10742 (window-child, window-child-count, window-last-child)
10743 (window-normalize-window, window-combined-p)
10744 (window-combinations, window-atom-root, window-min-size)
10745 (window-sizable, window-sizable-p, window-size-fixed-p)
10746 (window-min-delta, window-max-delta, window--resizable)
10747 (window--resizable-p, window-resizable, window-total-size)
10748 (window-full-height-p, window-full-width-p, window-body-size)
10749 (window-at-side-p, adjust-window-trailing-edge, maximize-window)
10750 (minimize-window, window-deletable-p, delete-window)
10751 (delete-other-windows, set-window-buffer-start-and-point)
10752 (next-buffer, previous-buffer, split-window, balance-windows-2)
10753 (set-window-text-height, window-buffer-height)
10754 (fit-window-to-buffer, shrink-window-if-larger-than-buffer)
10755 (truncated-partial-width-window-p): Minor code adjustments.
10756 In doc-strings state whether the argument window has to denote a
10757 live, valid or any window.
10758
10759 2012-08-16 Phil Sainty <psainty@orcon.net.nz> (tiny change)
10760
10761 * progmodes/subword.el (subword-forward-function)
10762 (subword-backward-function, subword-forward-regexp)
10763 (subword-backward-regexp): New variables.
10764 (subword-forward, subword-forward-internal, subword-backward-internal):
10765 Use new variables, eg so that different "word" definitions
10766 can be easily used. (Bug#11411)
10767
10768 2012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
10769
10770 * vc/vc-mtn.el (vc-mtn-revision-completion-table): Handle completion
10771 for composite selectors.
10772 * vc/vc.el (vc-diff-build-argument-list-internal): Don't prevent
10773 operation just because we can't find a previous revision.
10774
10775 2012-08-15 Chong Yidong <cyd@gnu.org>
10776
10777 * frame.el (set-frame-font): Accept font objects.
10778
10779 2012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
10780
10781 * textmodes/tex-mode.el (tex-insert-quote): ~ is a space (bug#12137).
10782
10783 2012-08-15 Wolfgang Jenkner <wjenkner@inode.at>
10784
10785 * man.el (Man-overstrike-face, Man-underline-face)
10786 (Man-reverse-face): Remove variables.
10787 (Man-overstrike, Man-underline, Man-reverse): New faces.
10788 (Man-fontify-manpage): Use them instead of the variables.
10789 (Man-cleanup-manpage): Comment change.
10790 (Man-ansi-color-map): New variable.
10791 (Man-fontify-manpage): Use it.
10792 Call ansi-color-apply-on-region to replace ad hoc code (bug#12147).
10793
10794 Implement ANSI SGR parameters 22-27 (bug#12146).
10795 * ansi-color.el (ansi-colors): Doc fix.
10796 (ansi-color-context, ansi-color-context-region): Doc fix.
10797 (ansi-color--find-face): New function.
10798 (ansi-color-apply, ansi-color-apply-on-region): Use it.
10799 Rename the local variable `face' to `codes' since it is now a list of
10800 ansi codes. Doc fix.
10801 (ansi-color-get-face): Remove.
10802 (ansi-color-parse-sequence): New function, derived from
10803 ansi-color-get-face.
10804 (ansi-color-apply-sequence): Use it. Rewrite, and support ansi
10805 codes 22-27.
10806
10807 2012-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
10808
10809 * subr.el (read-passwd): Allow use from a minibuffer.
10810
10811 2012-08-14 Eli Zaretskii <eliz@gnu.org>
10812
10813 * tooltip.el (tooltip-identifier-from-point): Don't treat tokens
10814 inside comments and strings as identifiers.
10815
10816 * progmodes/gud.el (gud-tooltip-print-command): Quote the
10817 expression to evaluate. This allows to evaluate expressions with
10818 embedded whitespace.
10819 (gud-tooltip-tips): Add a blank before the newline in the
10820 message-box text, for the benefit of message-box emulation on
10821 MS-Windows.
10822
10823 * progmodes/gdb-mi.el (gdb-tooltip-print): Don't ignore error
10824 messages from GDB, pop them up in a tooltip to give feedback to
10825 user.
10826 (gdb-tooltip-print-1): Quote the expression to evaluate.
10827 This allows to evaluate expressions with embedded whitespace.
10828 (gdb-inferior-io--init-proc): Don't send "-inferior-tty" command
10829 if the TTY name is nil or empty (which happens when communicating
10830 with the inferior via pipes, e.g. on MS-Windows).
10831 (gdb-internals): If GDB sends a "&\n" empty debugging message,
10832 don't send that to the GUD buffer.
10833
10834 2012-08-14 Glenn Morris <rgm@gnu.org>
10835
10836 * emacs-lisp/bytecomp.el (byte-compile-setq-default):
10837 Optimize away setq-default with no args, as for setq. (Bug#12195)
10838
10839 2012-08-14 Chong Yidong <cyd@gnu.org>
10840
10841 * minibuffer.el (read-file-name): Doc fix (Bug#10881).
10842
10843 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Doc fix
10844 (Bug#12085).
10845
10846 2012-08-14 Glenn Morris <rgm@gnu.org>
10847
10848 * emacs-lisp/bytecomp.el (byte-recompile-file): Doc fix.
10849
10850 2012-08-14 Michael Albinus <michael.albinus@gmx.de>
10851
10852 * net/tramp-sh.el (tramp-open-shell): Cache the shell name.
10853 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
10854 Use cached shell name.
10855
10856 2012-08-14 Fabián Ezequiel Gallina <fgallina@cuca>
10857
10858 * progmodes/python.el (python-shell-send-string):
10859 (python-shell-send-setup-code): Do not use `format' with `message'.
10860
10861 2012-08-14 Dmitry Gutov <dgutov@yandex.ru>
10862
10863 * progmodes/ruby-mode.el: Improve percent literals (bug#6286).
10864 (ruby-percent-literal-beg-re): New constant.
10865 (ruby-syntax-general-delimiters-goto-beg): Rename to
10866 `ruby-syntax-enclosing-percent-literal', improve literal type check.
10867 (ruby-syntax-propertize-general-delimiters): Rename to
10868 `ruby-syntax-propertize-percent-literal', it's a shorter and more
10869 popular term. Adjust comments everywhere.
10870 (ruby-syntax-propertize-percent-literal): Only propertize when not
10871 inside a simple string or comment. When the literal is unclosed,
10872 leave the text after it unpropertized.
10873 (ruby-syntax-methods-before-regexp): New constant.
10874 (ruby-syntax-propertize-function): Use it to recognize regexps.
10875 Don't look at the text after regexp, just use the whitelist.
10876
10877 2012-08-14 Andreas Schwab <schwab@linux-m68k.org>
10878
10879 * emacs-lisp/bytecomp.el (byte-recompile-file): When LOAD is
10880 non-nil always load the compiled file if it exists. (Bug#12197)
10881
10882 2012-08-14 Chong Yidong <cyd@gnu.org>
10883
10884 * hi-lock.el (hi-lock-mode): Do not unilaterally enable font lock.
10885 (hi-lock-set-pattern): When deciding whether to use font lock or
10886 overlays, look at font-lock-mode instead of font-lock-fontified
10887 (Bug#12168).
10888 (hi-lock-mode, hi-lock-line-face-buffer, hi-lock-unface-buffer)
10889 (hi-lock-face-buffer, hi-lock-face-phrase-buffer): Doc fix.
10890
10891 2012-08-14 Daiki Ueno <ueno@unixuser.org>
10892
10893 * subr.el (internal--after-with-selected-window): Fix typo
10894 (Bug#12193).
10895
10896 2012-08-14 Fabián Ezequiel Gallina <fgallina@cuca>
10897
10898 Use `completion-table-dynamic' for completion functions.
10899 * progmodes/python.el
10900 (python-shell-completion--do-completion-at-point)
10901 (python-shell-completion--get-completions):
10902 Remove functions.
10903 (python-shell-completion-complete-at-point): New function.
10904 (python-completion-complete-at-point): Use it.
10905
10906 2012-08-13 Jambunathan K <kjambunathan@gmail.com>
10907
10908 * vc/vc-dir.el (vc-dir-hide-state): New command (bug#12159).
10909 (vc-dir-hide-up-to-date): Route it to `vc-dir-hide-state'.
10910
10911 2012-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
10912
10913 * subr.el (function-get): Refine `autoload' arg so it can also
10914 autoload functions for gv.el (bug#12191).
10915 * emacs-lisp/edebug.el (get-edebug-spec): Adjust so it only
10916 autoloads macros.
10917
10918 * color.el (color-xyz-to-lab, color-lab-to-xyz, color-cie-de2000):
10919 Prefer pcase-let over destructuring-bind.
10920 * vc/diff-mode.el (diff-remove-trailing-whitespace): Same.
10921 Also, remove whitespace as we go, rather than after accumulating the
10922 various places.
10923
10924 * subr.el (internal--before-with-selected-window)
10925 (internal--after-with-selected-window): Fix typo seleted->selected.
10926 (with-selected-window): Adjust callers.
10927 Reported by Dmitry Gutov <dgutov@yandex.ru>.
10928
10929 2012-08-13 Bastien Guerry <bzg@gnu.org>
10930
10931 * window.el (special-display-popup-frame): Minor docstring
10932 enhancement. (Bug#12172)
10933
10934 2012-08-13 Andreas Schwab <schwab@linux-m68k.org>
10935
10936 * tar-mode.el (tar-header-data-end): Only ignore size for files of
10937 type 1-6.
10938 (tar-header-block-summarize, tar-get-descriptor): Handle pax
10939 extended headers.
10940
10941 * files.el (hack-local-variables-filter): Remove useless eval.
10942
10943 2012-08-13 Martin Rudalics <rudalics@gmx.at>
10944
10945 * subr.el (with-selected-window): Fix last change.
10946
10947 2012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
10948
10949 * subr.el (internal--before-with-seleted-window)
10950 (internal--after-with-seleted-window): New functions.
10951 (with-selected-window): Use them, to replace dependency on
10952 tty-top-frame.
10953
10954 2012-08-12 Nobuyoshi Nakada <nobu@ruby-lang.org>
10955
10956 * progmodes/ruby-mode.el (ruby-mode-map): Remove unnecessary
10957 binding for `newline'.
10958 (ruby-move-to-block): When moving backward, stop at block opening,
10959 not indentation.
10960 * progmodes/ruby-mode.el (ruby-brace-to-do-end)
10961 (ruby-do-end-to-brace, ruby-toggle-block): New functions.
10962 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
10963 `ruby-toggle-block'.
10964
10965 2012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
10966
10967 * ibuffer.el (ibuffer-do-toggle-read-only):
10968 * dired.el (dired-toggle-read-only):
10969 * buff-menu.el (Buffer-menu-toggle-read-only):
10970 * bindings.el (mode-line-toggle-read-only):
10971 * bs.el (bs-toggle-readonly): Call toggle-read-only interactively.
10972
10973 2012-08-12 Andreas Schwab <schwab@linux-m68k.org>
10974
10975 * descr-text.el (describe-char): Put the overlays over the
10976 "displayed as" character.
10977
10978 2012-08-12 Jay Belanger <jay.p.belanger@gmail.com>
10979
10980 * calc/calc-units.el (math-default-units-table): Give an
10981 initial value.
10982 (math-put-default-units): Add options to put composite units and
10983 unit systems in the default units table.
10984 (calc-convert-units): Send composite units to
10985 `math-put-default-units' when appropriate.
10986
10987 2012-08-11 Glenn Morris <rgm@gnu.org>
10988
10989 * emacs-lisp/copyright.el (copyright-update-directory): Logic fix.
10990
10991 * tutorial.el (help-with-tutorial):
10992 * emacs-lisp/copyright.el (copyright-update-directory):
10993 * emacs-lisp/autoload.el (autoload-find-generated-file)
10994 (autoload-find-file): Disable local eval: (for insurance).
10995
10996 * files.el (hack-local-variables-filter): If an eval: form is not
10997 known to be safe, and enable-local-variables is :safe, then ignore
10998 the form totally, as is done for non-eval forms. (Bug#12155)
10999 This is CVE-2012-3479.
11000
11001 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
11002
11003 * emacs-lisp/rx.el (rx-constituents): Don't define as constant.
11004 (rx-form): Simplify.
11005
11006 2012-08-09 Dmitry Gutov <dgutov@yandex.ru>
11007
11008 * progmodes/ruby-mode.el (ruby-expr-beg, ruby-parse-partial):
11009 ?, _, and : are symbol constituents, ! is not (but kinda should be).
11010 (ruby-syntax-propertize-heredoc): Use ruby-singleton-class-p.
11011 (ruby-syntax-propertize-function): Adjust for changes in
11012 `ruby-syntax-propertize-heredoc'.
11013
11014 2012-08-09 Nobuyoshi Nakada <nobu@ruby-lang.org>
11015
11016 * progmodes/ruby-mode.el (ruby-mode-map): Remove deprecated
11017 binding (use `M-;' instead).
11018 (ruby-singleton-class-p): New function.
11019 (ruby-expr-beg, ruby-in-here-doc-p) Use it.
11020
11021 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
11022
11023 * emacs-lisp/cl-macs.el (cl-loop): Improve debug spec.
11024
11025 2012-08-10 Chong Yidong <cyd@gnu.org>
11026
11027 * progmodes/python.el (python-shell-get-process-name): Don't mess
11028 with same-window-buffer-names.
11029
11030 * eshell/eshell.el (eshell-add-to-window-buffer-names)
11031 (eshell-remove-from-window-buffer-names): Make obsolete.
11032 (eshell-buffer-name, eshell-unload-hook): Don't use them.
11033 (eshell): Just use pop-to-buffer-same-window instead.
11034
11035 2012-08-10 Chong Yidong <cyd@gnu.org>
11036
11037 * bindings.el: Bind M-= back to count-words-region.
11038
11039 * simple.el (count-words-region): Accept a prefix arg for acting
11040 on the entire buffer.
11041 (count-words--buffer-message): New helper function.
11042
11043 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
11044
11045 * term/x-win.el (x-menu-bar-open): Always pass last-nonmenu-event.
11046 * subr.el (eventp): `nil' is not an event, and eventp is not hot.
11047 (event-start, event-end): Use posn-at-point to return a more
11048 informative posn.
11049 (posnp): New function.
11050 * mouse.el (popup-menu-normalize-position): Use it.
11051
11052 2012-08-10 Masatake YAMATO <yamato@redhat.com>
11053
11054 * mouse.el (popup-menu-normalize-position): New function.
11055 (popup-menu): Use `popup-menu-normalize-position' to normalize
11056 the form for POSITION argument.
11057
11058 * term/x-win.el (x-menu-bar-open):
11059 Use the value returend from (posn-at-point) as position
11060 passed to `popup-menu'.
11061
11062 2012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
11063
11064 * calc/calccomp.el (math-compose-expr): Add extra argument
11065 indicating that parentheses should be put around products in
11066 denominators. Give multiplication precedence over division during
11067 composition.
11068
11069 2012-08-09 Chong Yidong <cyd@gnu.org>
11070
11071 * man.el (Man-switches, Man-sed-command, Man-awk-command)
11072 (Man-mode-hook, Man-cooked-hook, Man-untabify-command-args)
11073 (Man-untabify-command, manual-program): Convert to defcustom
11074 (Bug#10429).
11075
11076 * vc/add-log.el (change-log-mode): Bind comment-start to nil.
11077
11078 * descr-text.el (describe-char): Don't insert extra newlines
11079 (Bug#10127).
11080
11081 * vc/log-view.el (log-view-diff): Use use-region-p (Bug#10133).
11082 (log-view-diff-changeset, log-view-minor-wrap): Likewise.
11083
11084 * align.el (align-region): Delete temporary markers (Bug#10047).
11085 Plus some code cleanups.
11086
11087 2012-08-09 Fabián Ezequiel Gallina <fgallina@cuca>
11088
11089 * progmodes/python.el (python-pdbtrack-tracked-buffer)
11090 (python-pdbtrack-buffers-to-kill, python-shell-internal-buffer)
11091 (python-shell-internal-last-output): Use make-local-variable
11092 instead of make-variable-buffer-local.
11093
11094 2012-08-09 Fabián Ezequiel Gallina <fgallina@cuca>
11095
11096 * progmodes/python.el: Enhancements to forward-sexp.
11097 (python-nav-forward-sexp): Rename from
11098 python-nav-forward-sexp-function.
11099 (python-nav--forward-sexp, python-nav--backward-sexp):
11100 New functions.
11101
11102 2012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
11103
11104 * calc/calc-menu.el (calc-modes-menu): Add entries for matrix
11105 modes and simplification modes.
11106
11107 2012-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
11108
11109 * delsel.el (delete-selection-pre-hook): Don't propagate the
11110 file-supersession signals (bug#12161).
11111
11112 2012-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
11113
11114 * emacs-lisp/cl.el (cl-map-keymap-recursively, cl-map-intervals)
11115 (cl-map-extents): Add compatibility aliases (bug#12135).
11116
11117 2012-08-08 Michael Albinus <michael.albinus@gmx.de>
11118
11119 * net/tramp-sh.el (tramp-find-file-exists-command): Protect the
11120 tests by `ignore-error'.
11121 (tramp-find-shell): Open also a new shell, when cache is already
11122 set. Reported by Carsten Bormann <cabo@tzi.org>. (Bug#12148)
11123
11124 2012-08-08 Juri Linkov <juri@jurta.org>
11125
11126 * bookmark.el: Add `defaults' property to the bookmark record.
11127 (bookmark-current-buffer): Doc fix.
11128 (bookmark-make-record): Add `defaults' property with default values
11129 to the bookmark record.
11130 (bookmark-minibuffer-read-name-map): Remove key binding "\C-u"
11131 with `bookmark-insert-current-bookmark'.
11132 (bookmark-set): Get `defaults' property from the bookmark record
11133 and use it in `read-from-minibuffer'.
11134 (bookmark-insert-current-bookmark): Remove function.
11135
11136 * info.el (Info-bookmark-make-record): Add `defaults' property
11137 with values of canonical Info node name, the current Info file
11138 name and the current Info node name. (Bug#12107)
11139
11140 2012-08-08 Juri Linkov <juri@jurta.org>
11141
11142 * files.el (basic-save-buffer): Use `buffer-name' as the default
11143 of `read-file-name' when buffer is not visiting a file (bug#12128).
11144
11145 2012-08-08 Juri Linkov <juri@jurta.org>
11146
11147 * info.el (Info-isearch-search): Doc fix.
11148 (Info-search): Change search-failed message from "initial node" to
11149 "end of node" (bug#12078).
11150 (Info-isearch-search): Change `isearch-string-state' to
11151 `isearch--state-string'.
11152
11153 2012-08-08 Glenn Morris <rgm@gnu.org>
11154
11155 * language/persian.el: Remove file.
11156 * language/misc-lang.el: Move unique part of persian.el here.
11157 * loadup.el: Remove language/persian.
11158
11159 2012-08-08 Óscar Fuentes <ofv@wanadoo.es>
11160
11161 * vc/diff-mode.el (diff-remove-trailing-whitespace): New function.
11162
11163 2012-08-08 Fabián Ezequiel Gallina <fgallina@cuca>
11164
11165 * progmodes/python.el: Fix defsubst warning.
11166 (python-syntax-context) Rename from python-info-ppss-context.
11167 (python-syntax-context-type): Rename from
11168 python-info-ppss-context-type.
11169 (python-syntax-comment-or-string-p): Rename from
11170 python-info-ppss-comment-or-string-p.
11171
11172 2012-08-08 Jay Belanger <jay.p.belanger@gmail.com>
11173
11174 * calc/calc-misc.el (calc-record-why): Don't record a message twice.
11175
11176 2012-08-07 Andreas Schwab <schwab@linux-m68k.org>
11177
11178 * emacs-lisp/lisp-mode.el (eval-defun-1): Handle standard value of
11179 a defcustom that is quoted with backquote.
11180
11181 * calc/calc-prog.el (math-do-defmath): Use backquote forms.
11182 Fix handling of interactive spec when the body uses return.
11183 (math-do-arg-check, math-define-function-body): Use backquote forms.
11184 * calc/calc-ext.el (math-defcache): Likewise.
11185 * calc/calc-rewr.el (math-rwfail, math-rweval): Likewise.
11186 * allout.el (allout-new-exposure): Likewise.
11187 * calc/calcalg2.el (math-tracing-integral): Likewise.
11188 * info.el (Info-last-menu-item): Likewise.
11189 * emulation/vip.el (vip-loop): Likewise.
11190 * textmodes/artist.el (artist-funcall): Likewise.
11191 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle):
11192 Construct menu-item directly.
11193
11194 * progmodes/autoconf.el (font-lock-syntactic-keywords):
11195 Don't declare.
11196
11197 2012-08-07 Chong Yidong <cyd@gnu.org>
11198
11199 * simple.el (deactivate-mark): Preserve text properties when
11200 saving the primary selection (Bug#8384).
11201
11202 2012-08-07 Kevin Ryde <user42@zip.com.au>
11203
11204 * woman.el (woman0-if): Quietly treat ".if v" as false (Bug#12109).
11205 (woman-parse-numeric-value): On a bad .IP line, issue a warning
11206 and continue processing (Bug#12110).
11207
11208 2012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
11209
11210 * progmodes/cperl-mode.el (cperl-mode): Yet another fix for
11211 syntax-propertize-function (bug#10095).
11212
11213 2012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
11214
11215 * help-fns.el (help-fns--key-bindings, help-fns--signature)
11216 (help-fns--parent-mode, help-fns--obsolete): New funs, extracted from
11217 describe-function-1.
11218 (describe-function-1): Use them. Move compiler macro after sig.
11219 (help-fns--compiler-macro): Use function-get. Assume we're already in
11220 standard-output. Adjust layout to new call order.
11221
11222 * emacs-lisp/cl-macs.el (cl--sm-macroexpand): Fix handling of
11223 re-binding a symbol that has a symbol-macro (bug#12119).
11224
11225 2012-08-06 Mohsen BANAN <libre@mohsen.1.banan.byname.net>
11226
11227 * language/persian.el: New file. (Bug#11812)
11228 * loadup.el: Add language/persian.el.
11229
11230 2012-08-06 Chong Yidong <cyd@gnu.org>
11231
11232 * window.el (window--maybe-raise-frame): New function.
11233 (window--display-buffer): Split off from here.
11234 (display-buffer-reuse-window, display-buffer-pop-up-frame)
11235 (display-buffer-pop-up-window, display-buffer-use-some-window):
11236 Obey an inhibit-switch-frame action alist entry.
11237 (display-buffer): Update doc.
11238
11239 * replace.el (occur-after-change-function): Avoid losing focus by
11240 using the inhibit-switch-frame display parameter (Bug#12139).
11241
11242 2012-08-06 Fabián Ezequiel Gallina <fgallina@cuca>
11243
11244 Make internal shell process buffer names start with space.
11245 * progmodes/python.el (python-shell-make-comint): Add optional
11246 argument INTERNAL.
11247 (run-python-internal): Use it.
11248 (python-shell-internal-get-or-create-process): Check for new
11249 internal buffer names.
11250
11251 2012-08-06 Glenn Morris <rgm@gnu.org>
11252
11253 * eshell/esh-ext.el (eshell/addpath): Use dolist and mapconcat.
11254 Do less getting and setting of environment variables.
11255
11256 2012-08-05 Chong Yidong <cyd@gnu.org>
11257
11258 * proced.el (proced): Add substitution string to docstring to
11259 trigger autoloading of the proced library on C-h f (Bug#1768).
11260
11261 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
11262 Don't show defvars which have no second argument (Bug#8638).
11263
11264 * imenu.el (imenu-generic-expression): Move documentation here
11265 from imenu--generic-function.
11266 (imenu--generic-function): Refer to imenu-generic-expression.
11267
11268 2012-08-05 Vegard Øye <vegard_oye@hotmail.com> (tiny change)
11269
11270 * emulation/viper-init.el (viper-deflocalvar): Add docstring and
11271 indentation declaration.
11272 (viper-loop): Add indentation declaration (Bug#7025).
11273
11274 2012-08-05 Chong Yidong <cyd@gnu.org>
11275
11276 * help-fns.el (describe-variable): Add hyperlink for
11277 directory-local variables files. Improve buffer-local and
11278 permanent-local reporting; suggested by MON KEY (Bug#6644).
11279
11280 * help-mode.el (help-dir-local-var-def): New button type.
11281
11282 * files.el (kill-buffer-hook): Provide a defvar.
11283
11284 2012-08-05 Glenn Morris <rgm@gnu.org>
11285
11286 * eshell/esh-ext.el (eshell/addpath):
11287 Also update eshell-path-env. (Bug#12013)
11288
11289 2012-08-05 Chong Yidong <cyd@gnu.org>
11290
11291 * wdired.el (wdired-mode, wdired-change-to-wdired-mode): Doc fixes.
11292
11293 * fringe.el (fringe-styles): Add docstring.
11294 (fringe--check-mode): New function.
11295 (set-fringe-mode, set-fringe-style): Use it.
11296 (fringe-mode, set-fringe-style): Doc fixes (Bug#6480).
11297
11298 * files.el (set-auto-mode): Fix invalid setq call.
11299
11300 2012-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
11301
11302 * isearch.el: Misc simplification; use defstruct.
11303 (isearch-mode-map): Dense maps now work like sparse ones.
11304 (isearch--state): New defstruct.
11305 (isearch-string-state, isearch-message-state, isearch-point-state)
11306 (isearch-success-state, isearch-forward-state)
11307 (isearch-other-end-state, isearch-word-state, isearch-error-state)
11308 (isearch-wrapped-state, isearch-barrier-state)
11309 (isearch-case-fold-search-state, isearch-pop-fun-state): Remove,
11310 replaced by defstruct's accessors.
11311 (isearch--set-state): Rename from isearch-top-state and change
11312 calling convention.
11313 (isearch-push-state): Use new isearch--get-state.
11314 (isearch-toggle-word): Disable regexp when enabling word.
11315 (isearch-message-prefix): Remove unused arg _c-q-hack.
11316 (isearch-message-suffix): Remove unused arg _ellipsis.
11317
11318 2012-08-04 Andreas Schwab <schwab@linux-m68k.org>
11319
11320 * simple.el (list-processes--refresh): For a server use :host or
11321 :local as the address.
11322 (list-processes): Doc fix.
11323
11324 2012-08-04 Michal Nazarewicz <mina86@mina86.com>
11325
11326 * lisp/mpc.el: Support password in host argument.
11327 (mpc--proc-connect): Parse and use new password element.
11328 Set mpc-proc variable instead of returning process.
11329 (mpc-proc): Adjust accordingly.
11330
11331 2012-08-03 Eli Zaretskii <eliz@gnu.org>
11332
11333 * whitespace.el (whitespace-display-mappings): Use Unicode
11334 codepoints, instead of emacs-mule codepoints. See
11335 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-07/msg00366.html
11336 for the details.
11337
11338 * files.el (file-truename): Don't skip symlink-chasing part on
11339 windows-nt. Incorporate the resolution of 8+3 short aliases on
11340 Windows into the loop that recursively chases symlinks.
11341 Compare directory and its parent case-insensitively on MS-Windows and
11342 MS-DOS.
11343
11344 2012-08-03 Chong Yidong <cyd@gnu.org>
11345
11346 * menu-bar.el (menu-bar-tools-menu): Remove PCL-CVS.
11347
11348 * sort.el (sort-regexp-fields): Doc fix.
11349
11350 2012-08-03 Tassilo Horn <tsdh@gnu.org>
11351
11352 * textmodes/reftex.el (reftex-compile-variables): Make keyvals
11353 labels regex position point at the expected place.
11354
11355 2012-08-03 MON KEY <monkey@sandpframing.com>
11356
11357 * net/imap.el (imap-interactive-login, imap-authenticate)
11358 (imap-mailbox-lsub, imap-mailbox-list)
11359 (imap-mailbox-status-asynch, imap-mailbox-acl-delete)
11360 (imap-fetch, imap-message-flag-permanent-p, imap-envelope-from)
11361 (imap-parse-response): Doc fix.
11362
11363 2012-08-03 João Távora <joaotavora@gmail.com>
11364
11365 * textmodes/tex-mode.el (latex-forward-sexp): Terminate the loop
11366 if sexp scanning does not move point (Bug#5734).
11367
11368 2012-08-02 Tassilo Horn <tsdh@gnu.org>
11369
11370 * textmodes/reftex-vars.el (reftex-default-label-alist-entries):
11371 Add listings, minted, and ctable packages.
11372 (reftex-label-alist-builtin): Move listings, minted, and ctable
11373 entries before LaTeX.
11374 (reftex-label-alist): Docfix.
11375
11376 2012-08-02 Bastien Guerry <bzg@gnu.org>
11377
11378 * replace.el (occur): Fix docstring (bug#12122).
11379
11380 2012-08-02 Glenn Morris <rgm@gnu.org>
11381
11382 * emacs-lisp/authors.el (authors-renamed-files-alist): Add ms-w32.h.
11383
11384 2012-08-02 Paul Eggert <eggert@cs.ucla.edu>
11385
11386 Obsolete alias inactivate-current-input-method-function (Bug#10150).
11387 * international/mule-cmds.el: Create
11388 inactivate-current-input-method-function as an obsolete alias for
11389 deactivate-current-input-method-function. See Katsumi Yamaoka in
11390 <http://bugs.gnu.org/10150#46>.
11391
11392 2012-08-01 Jay Belanger <jay.p.belanger@gmail.com>
11393
11394 * calc/calc-mode.el (calc-set-simplify-mode): Use `cond' instead
11395 of nested `if's.
11396
11397 2012-08-01 Glenn Morris <rgm@gnu.org>
11398
11399 * progmodes/autoconf.el (autoconf-definition-regexp):
11400 Add AH_TEMPLATE, adjust submatch numbering.
11401 (autoconf-font-lock-keywords, autoconf-imenu-generic-expression)
11402 (autoconf-current-defun-function): Update for above change.
11403 (autoconf-current-defun-function): First skip to end of current word.
11404
11405 2012-08-01 Rupert Swarbrick <rswarbrick@gmail.com> (tiny change)
11406
11407 * calendar/cal-html.el (cal-html-insert-agenda-days):
11408 Fix typo. (Bug#12018)
11409
11410 2012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
11411
11412 Shell processes: enhancements to startup and CEDET compatibility.
11413 * progmodes/python.el (python-shell-send-setup-max-wait): Delete var.
11414 (python-shell-make-comint): accept-process-output at startup.
11415 (run-python-internal): Set inferior-python-mode-hook to nil.
11416 (python-shell-internal-get-or-create-process): Call sit-for.
11417 (python-preoutput-result): Add obsolete alias.
11418 (python-shell-internal-send-string): Use it.
11419 (python-shell-send-setup-code): Remove call to
11420 accept-process-output.
11421
11422 2012-07-31 Andreas Schwab <schwab@linux-m68k.org>
11423
11424 * buff-menu.el (list-buffers-noselect): Use prefix-numeric-value.
11425 (Bug#12108)
11426
11427 2012-07-31 Jay Belanger <jay.p.belanger@gmail.com>
11428
11429 * calc-mode.el (calc-basic-simplification-mode): Rename from
11430 `calc-limited-simplification-mode'.
11431 (calc-alg-simplification-mode): New function.
11432 (calc-set-simplify-mode): Adjust message.
11433
11434 * calc.el (calc-set-mode-line): Adjust mode line display for
11435 basic simplification mode.
11436
11437 * calc-help.el (calc-m-prefix-help): Update help message.
11438
11439 * calc-ext.el (calc-init-extensions): Add bindings and autoloads
11440 for `calc-basic-simplify-mode' and `calc-alg-simplify-mode'.
11441
11442 2012-07-31 Bastien Guerry <bzg@gnu.org>
11443
11444 * man.el (man): Fix comment. (bug#12101)
11445
11446 2012-07-31 Martin Rudalics <rudalics@gmx.at>
11447
11448 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
11449 Don't return a non-nil value when no suitable buffer was found.
11450
11451 2012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
11452
11453 * progmodes/python.el (run-python-internal): Disable font lock for
11454 internal shells.
11455
11456 2012-07-30 Stefan Merten <smerten@oekonux.de>
11457
11458 * textmodes/rst.el: Silence `checkdoc-ispell'.
11459 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
11460 (rst-official-version, rst-official-cvs-rev)
11461 (rst-package-emacs-version-alist): Update to upstream V1.3.1.
11462 (rst-mode-map): New key binding.
11463
11464 2012-07-30 Paul Eggert <eggert@cs.ucla.edu>
11465
11466 Update .PHONY listings in makefiles.
11467 * Makefile.in (.PHONY): Add all, doit, custom-deps, finder-data,
11468 autoloads, update-subdirs, updates, bzr-update, update-authors,
11469 compile-onefile, compile-calc, backup-compiled-files,
11470 compile-after-backup, compile-one-process, mh-autoloads,
11471 bootstrap-clean, distclean, maintainer-clean.
11472
11473 2012-07-29 Jay Belanger <jay.p.belanger@gmail.com>
11474
11475 * calc/calc.el (calc-simplify-mode): Make 'alg the default value.
11476 (calc-set-mode-line): Don't display "AlgSimp ".
11477
11478 * calc/calc-mode.el (calc-alg-simplify-mode): Remove function.
11479 (calc-lim-simplify-mode): New function.
11480 (calc-set-simplify-mode): Default to 'alg.
11481 (calc-default-simplify-mode): Make algebraic simplifications
11482 the default.
11483
11484 * calc/calc-ext.el (calc-init-extensions): Remove binding for
11485 `calc-alg-simplify-mode'. Add binding for `calc-lim-simplify-mode'.
11486
11487 * calc/calc-help.el (calc-m-prefix-help): Change messages to
11488 indicate new simplification modes.
11489
11490 * calc/README: Mention new default simplification mode.
11491
11492 * calc/calc.el (math-normalize-error): New variable.
11493 (math-normalize): Set `math-normalize-error' to t
11494 when there's an error.
11495
11496 * calc/calc-alg.el (math-simplify): Don't simplify when
11497 `math-normalize' returns an error.
11498
11499 2012-07-29 Eli Zaretskii <eliz@gnu.org>
11500
11501 * international/mule-cmds.el (set-locale-environment): Revert last
11502 change, since display-graphic-p returns nil when this function is
11503 called during startup. Instead...
11504
11505 * term/w32console.el (terminal-init-w32console): ...setup the
11506 keyboard and terminal encoding for TTY sessions here. (Bug#12082)
11507
11508 2012-07-29 Juri Linkov <juri@jurta.org>
11509
11510 * simple.el (goto-line): Don't display default line number in the
11511 prompt because it should be displayed by `read-number' (bug#9952).
11512 Add the current line number to the defaults of `goto-line' to
11513 allow its easier modification by users with `M-n' (bug#9201).
11514
11515 * subr.el (read-number): Support multiple default values like in
11516 other minibuffer reading functions. Replace `read' with
11517 `string-to-number' for consistency with `number-to-string'.
11518
11519 2012-07-29 Paul Eggert <eggert@cs.ucla.edu>
11520
11521 deactive->inactive, inactivate->deactivate spelling fixes (Bug#10150)
11522 * emulation/viper-init.el (viper-deactivate-input-method-action):
11523 Rename from viper-inactivate-input-method-action.
11524 (viper-deactivate-input-method):
11525 Rename from viper-inactivate-input-method.
11526 * follow.el (follow-inactive-menu): Rename from follow-deactive-menu.
11527 * international/mule-cmds.el (deactivate-input-method):
11528 Rename from inactivate-input-method.
11529 Also run input-method-deactivate-hook.
11530 (deactivate-current-input-method-function):
11531 Rename from inactivate-current-input-method-function.
11532 (input-method-deactivate-hook): New hook.
11533 (input-method-inactivate-hook): Mark obsolete.
11534 (inactivate-input-method): Mark obsolete.
11535
11536 * international/quail.el (quail-activate):
11537 Also run quail-deactivate-hook.
11538 (quail-deactivate): Rename from quail-inactivate.
11539 * international/robin.el (robin-activate):
11540 Also run robin-deactivate-hook.
11541 (robin-deactivate): Rename from robin-inactivate.
11542
11543 2012-07-29 Chong Yidong <cyd@gnu.org>
11544
11545 * simple.el (indicate-copied-region): New function.
11546 (kill-ring-save): Split off from here.
11547
11548 * rect.el (copy-rectangle-as-kill): Call indicate-copied-region.
11549 (kill-rectangle): Set deactivate-mark to t on read-only error.
11550
11551 * register.el (copy-to-register, copy-rectangle-to-register):
11552 Deactivate the mark, and use indicate-copied-region (Bug#10056).
11553 (append-to-register, prepend-to-register): Call indicate-copied-region.
11554
11555 2012-07-29 Juri Linkov <juri@jurta.org>
11556
11557 * simple.el (async-shell-command-buffer): New defcustom.
11558 (shell-command): Use it. (Bug#4719)
11559
11560 2012-07-28 Eli Zaretskii <eliz@gnu.org>
11561
11562 * international/mule-cmds.el (set-locale-environment): In a
11563 console session on MS-Windows, set up keyboard and terminal
11564 encoding from the OEM codepage, not the ANSI codepage.
11565 (Bug#12055)
11566
11567 2012-07-28 Chong Yidong <cyd@gnu.org>
11568
11569 * progmodes/gdb-mi.el (gdb-place-breakpoints): Fix the call to
11570 gdb-get-location.
11571
11572 2012-07-28 Leo Liu <sdl.web@gmail.com>
11573
11574 * progmodes/cc-menus.el (cc-imenu-objc-function): Avoid leaving nil in
11575 the alist (bug#12029).
11576
11577 2012-07-28 Eli Zaretskii <eliz@gnu.org>
11578
11579 * makefile.w32-in (custom-deps, finder-data, updates, compile)
11580 (compile-always, compile-first)
11581 ($(lisp)/calendar/cal-loaddefs.el)
11582 ($(lisp)/calendar/diary-loaddefs.el)
11583 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
11584 ($(lisp)/net/tramp-loaddefs.el, bootstrap)
11585 ($(lisp)/progmodes/cc-mode.elc): Depend on $(lisp)subdirs.el,
11586 instead of on update-subdirs.
11587 (bootstrap-clean): Delete $(lisp)/subdirs.el.
11588
11589 2012-07-28 Chong Yidong <cyd@gnu.org>
11590
11591 * vc/vc.el (vc-root-diff, vc-print-root-log): Prompt for a
11592 directory if vc-deduce-backend returns nil (Bug#7350).
11593
11594 * simple.el (delete-trailing-lines): New option.
11595 (delete-trailing-whitespace): Obey it (Bug#11879).
11596
11597 2012-07-28 David Engster <deng@randomsample.de>
11598
11599 * xml.el (xml-node-name, xml-parse-file, xml-parse-region):
11600 Explanation of new 'symbol-qnames feature in doc-strings.
11601 (xml-maybe-do-ns): Return expanded names as plain symbols if
11602 'symbol-qnames was provided in XML-NS argument (Bug#11916).
11603 (xml-parse-tag-1): Deal with new definition of PARSE-NS argument.
11604
11605 2012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
11606
11607 Consistent completion in inferior python with emacs -nw.
11608 * progmodes/python.el (inferior-python-mode): Replace "<tab>"
11609 binding in inferior-python-mode-map with "\t".
11610 (python-shell-completion-complete-at-point)
11611 (python-completion-complete-at-point): Remove interactive spec.
11612
11613 2012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
11614
11615 * calc/calccomp.el (math-compose-expr): Undo previous change.
11616
11617 2012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
11618
11619 * progmodes/python.el (python-mode-map): Add keybinding for
11620 run-python.
11621 (python-shell-make-comint): Fix pop-to-buffer call.
11622 (run-python): Autoload. New arg SHOW.
11623 (python-shell-get-or-create-process): Do not pop python process
11624 buffer.
11625
11626 2012-07-27 Michael Albinus <michael.albinus@gmx.de>
11627
11628 * notifications.el (notifications-on-action-signal)
11629 (notifications-on-closed-signal): Use also the bus address for the map.
11630 (notifications-notify, notifications-close-notification)
11631 (notifications-get-capabilities): Add optional argument BUS.
11632
11633 2012-07-27 Tassilo Horn <tsdh@gnu.org>
11634
11635 * textmodes/reftex-vars.el (reftex-label-alist-builtin):
11636 Add support for the lstlisting and minted environments, and for the
11637 ctable macro.
11638 * textmodes/reftex.el (reftex-compile-variables): Also recognize
11639 labels written in keyvals syntax.
11640
11641 2012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
11642
11643 * calc/calccomp.el (math-compose-expr): Use parentheses when
11644 there is a product in the denominator of a fraction.
11645
11646 2012-07-26 Eli Zaretskii <eliz@gnu.org>
11647
11648 * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
11649 ($(lisp)/calendar/diary-loaddefs.el)
11650 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
11651 ($(lisp)/net/tramp-loaddefs.el): Depend on update-subdirs.
11652 Fixes failures in parallel bootstrap because subdirs.el is being
11653 rewritten while the autoload files are built at the same time,
11654 which needs to load subdirs.el.
11655
11656 2012-07-26 Martin Rudalics <rudalics@gmx.at>
11657
11658 * mouse.el (popup-menu): Fix doc-string and re-indent code.
11659 (mouse-drag-line): Don't exit tracking when a switch-frame or
11660 switch-window event occurs (Bug#12006).
11661
11662 2012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
11663
11664 * mouse.el (popup-menu): Fix last change.
11665
11666 2012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
11667
11668 Autoload from Lisp with more care. Follow aliases when looking for
11669 function properties.
11670 * subr.el (autoloadp): New function.
11671 (symbol-file): Use it.
11672 (function-get): New function.
11673 * emacs-lisp/macroexp.el (macroexp--expand-all): Use function-get and
11674 autoload-do-load.
11675 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function)
11676 (lisp-indent-function):
11677 * emacs-lisp/gv.el (gv-get):
11678 * emacs-lisp/edebug.el (get-edebug-spec, edebug-basic-spec):
11679 * emacs-lisp/byte-opt.el (byte-optimize-form):
11680 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
11681 * emacs-lisp/autoload.el (make-autoload, autoload-print-form):
11682 Use function-get.
11683 * emacs-lisp/cl.el: Don't propagate function properties any more.
11684
11685 * speedbar.el (speedbar-add-localized-speedbar-support):
11686 * emacs-lisp/disass.el (disassemble-internal):
11687 * desktop.el (desktop-load-file):
11688 * help-fns.el (help-function-arglist, find-lisp-object-file-name)
11689 (describe-function-1):
11690 * emacs-lisp/find-func.el (find-function-noselect):
11691 * emacs-lisp/elp.el (elp-instrument-function):
11692 * emacs-lisp/advice.el (ad-has-proper-definition):
11693 * apropos.el (apropos-safe-documentation, apropos-macrop):
11694 * emacs-lisp/debug.el (debug-on-entry):
11695 * emacs-lisp/cl-macs.el (cl-compiler-macroexpand):
11696 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
11697 * calc/calc.el (name): Use autoloadp & autoload-do-load.
11698
11699 2012-07-25 Alp Aker <alp.tekin.aker@gmail.com>
11700
11701 * international/mule-cmds.el (ucs-insert): Mark it as an obsolete
11702 function, not an obsolete variable (Bug#12046).
11703
11704 2012-07-25 Andreas Schwab <schwab@linux-m68k.org>
11705
11706 * faces.el (face-spec-reset-face): Fix last change. (Bug#12042)
11707
11708 2012-07-25 Christopher Schmidt <christopher@ch.ristopher.com>
11709
11710 * emacs-lisp/pp.el (pp-display-expression): Select old selected
11711 window only if it is still live (Bug#12034).
11712
11713 2012-07-25 Martin Rudalics <rudalics@gmx.at>
11714
11715 * subr.el (redirect-frame-focus): Add advertised calling
11716 convention (Bug#12030).
11717
11718 2012-07-25 Paul Eggert <eggert@cs.ucla.edu>
11719
11720 Prefer typical American spelling for "acknowledgment".
11721 * vc/add-log.el (change-log-acknowledgment): Rename from
11722 change-log-acknowledgement, with an alias for the old name.
11723
11724 2012-07-25 Jay Belanger <jay.p.belanger@gmail.com>
11725
11726 * calc-alg.el (math-simplify-divide): Don't cross multiply
11727 in an equation when the lhs is a variable.
11728
11729 2012-07-24 Julien Danjou <julien@danjou.info>
11730
11731 * net/netrc.el (netrc-find-service-number, netrc-store-data):
11732 Remove, unused.
11733
11734 2012-07-23 Eli Zaretskii <eliz@gnu.org>
11735
11736 * startup.el (command-line): Don't display an empty user name in
11737 the error message about non-existent home directory, when
11738 init-file-user was set to an empty string. See
11739 http://lists.gnu.org/archive/html/bug-gnu-emacs/2012-07/msg00835.html
11740 for the details and context.
11741
11742 2012-07-22 Vincent Belaïche <vincentb1@users.sourceforge.net>
11743
11744 * ses.el (ses-cell-formula-aset): New macro.
11745 (ses-cell-references-aset): New macro.
11746 (ses-cell-p): New function.
11747 (ses-rename-cell): Do no longer rely on complex operations like
11748 ses-cell-set-formula or ses-set-cell to change the cell and handle
11749 the undo at the same time, but rather use lower level new macros
11750 `ses-cell-formula-aset' and `ses-cell-references-aset' and handle
11751 the undo directly. Refresh the mode line.
11752
11753 2012-07-21 Leo Liu <sdl.web@gmail.com>
11754
11755 * progmodes/cc-cmds.el (c-defun-name):
11756 Use match-string-no-properties instead for consistency.
11757
11758 2012-07-20 Leo Liu <sdl.web@gmail.com>
11759
11760 * progmodes/cc-cmds.el (c-defun-name): Handle objc selectors properly.
11761 (Bug#7879)
11762
11763 * progmodes/cc-langs.el (c-symbol-start): Include char _ (bug#11986).
11764
11765 2012-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
11766
11767 * userlock.el, emacs-lisp/map-ynp.el: Declare part of `emacs' package.
11768 * progmodes/bug-reference.el, misearch.el: Provide themselves
11769 (bug#11915).
11770
11771 * progmodes/cperl-mode.el (cperl-unwind-to-safe): Don't inf-loop at end
11772 of narrowed buffer (bug#11966).
11773
11774 2012-07-20 Vincent Belaïche <vincentb1@users.sourceforge.net>
11775
11776 * ses.el (ses-rename-cell): Set new name also in reference list of
11777 cells of which the renamed cell depends.
11778
11779 2012-07-20 Masatake YAMATO <yamato@redhat.com>
11780
11781 * term/x-win.el (x-menu-bar-open): Use `frame-parameter'
11782 to check whether menu-bar is shown or not. If not shown,
11783 show the menu-bar as a popup menu instead of using tmm.
11784 * mouse.el (popup-menu): Accept `point' as `position' argument.
11785
11786 2012-07-20 Dmitry Gutov <dgutov@yandex.ru>
11787
11788 * progmodes/ruby-mode.el (ruby-parse-partial): No error when end
11789 up inside string symbol literal (bug#11923).
11790
11791 2012-07-20 Eli Zaretskii <eliz@gnu.org>
11792
11793 * startup.el (fancy-startup-text): Read the whole tutorial, not
11794 just its first 256 bytes. Prevents gibberish in display of the
11795 tutorial title.
11796
11797 2012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
11798
11799 Drop idle buffer compaction due to an absence of the
11800 proved efficiency.
11801 * compact.el: Remove.
11802
11803 2012-07-19 Sam Steingold <sds@gnu.org>
11804
11805 * vc/vc-dispatcher.el (vc-compilation-mode): Add, based on
11806 vc-bzr-pull & vc-bzr-merge-branch.
11807 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch): Use it.
11808 (vc-bzr-error-regexp-alist): Rename from vc-bzr-error-regex-alist
11809 for consistency with compilation-error-regexp-alist.
11810 * vc/vc-git.el (vc-git-error-regexp-alist): Add.
11811 (vc-git-pull, vc-git-merge-branch): Call vc-compilation-mode.
11812 * vc/vc-hg.el (vc-hg-error-regexp-alist): Add.
11813 (vc-hg-pull, vc-hg-merge-branch): Call vc-compilation-mode.
11814
11815 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
11816
11817 * emacs-lisp/chart.el: Use lexical-binding.
11818 (chart-emacs-storage): Don't hardcode the list of entries.
11819
11820 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
11821
11822 Next round of tweaks caused by Fgarbage_collect changes.
11823 * emacs-lisp/chart.el (chart-emacs-storage): Adjust again.
11824
11825 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
11826
11827 Compact buffers when idle.
11828 * compact.el: New file.
11829
11830 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
11831
11832 * subr.el (eventp): Presume that if it looks vaguely like an event,
11833 it's an event (bug#10190).
11834
11835 2012-07-19 Fabián Ezequiel Gallina <fgallina@cuca>
11836
11837 Enhancements to ppss related code (thanks Stefan).
11838 * progmodes/python.el (python-indent-context)
11839 (python-indent-calculate-indentation, python-indent-dedent-line)
11840 (python-indent-electric-colon, python-nav-forward-block)
11841 (python-mode-abbrev-table)
11842 (python-info-assignment-continuation-line-p): Simplify checks
11843 for ppss context.
11844 (python-info-continuation-line-p): Cleanup.
11845 (python-info-ppss-context): Do not catch 'quote.
11846 (python-info-ppss-context-type)
11847 (python-info-ppss-comment-or-string-p): Simplify.
11848
11849 2012-07-18 Fabián Ezequiel Gallina <fgallina@cuca>
11850
11851 * progmodes/python.el: Enhancements to eldoc support.
11852 (python-info-current-symbol): New function.
11853 (python-eldoc-at-point): Use python-info-current-symbol.
11854 (python-info-current-defun): Fix cornercase on first defun scan.
11855 (python-eldoc--get-doc-at-point): Use python-info-current-symbol
11856 and signal error when no inferior python process is available.
11857
11858 2012-07-18 Dmitry Gutov <dgutov@yandex.ru>
11859
11860 * vc/vc-git.el (vc-git-state): Don't call `vc-git-registered',
11861 assume it's always t.
11862 (vc-git-registered): Remove caching, the function is only called
11863 once.
11864 (vc-git-branches): Use `vc-git--call' instead of `call-process'.
11865
11866 2012-07-18 Chong Yidong <cyd@gnu.org>
11867
11868 * subr.el (last-input-char, last-command-char): Remove (Bug#9195).
11869
11870 * simple.el (count-words): Report on narrowing (Bug#9959).
11871
11872 * bindings.el: Bind M-= to count-words.
11873
11874 * faces.el (face-spec-reset-face): Handle reverse video (Bug#4238).
11875
11876 2012-07-18 Masatake YAMATO <yamato@redhat.com>
11877
11878 * progmodes/sh-script.el (sh-imenu-generic-expression):
11879 Capture a function with `function' keyword and without parentheses
11880 like "function FOO" (bug#11856).
11881
11882 2012-07-18 Tassilo Horn <tassilo@member.fsf.org>
11883
11884 * window.el (split-window-sensibly): Make WINDOW argument
11885 optional.
11886
11887 2012-07-18 Chong Yidong <cyd@gnu.org>
11888
11889 * subr.el (keyboard-translate): Doc fix (Bug#7261).
11890
11891 * isearch.el (isearch-mode-map): Handle C-x 8 key translations,
11892 and make C-x 8 RET exit isearch (Bug#11439).
11893
11894 * international/iso-transl.el: Move isearch-mode-map key
11895 definitions to isearch.el.
11896
11897 2012-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
11898
11899 * emacs-lisp/eieio.el: Adapt further to gv.el (bug#11970).
11900 (eieio-defclass): Use gv-define-setter when possible.
11901
11902 2012-07-18 Dmitry Antipov <dmantipov@yandex.ru>
11903
11904 Reflect recent changes in Fgarbage_collect.
11905 * emacs-lisp/chart.el (chart-emacs-storage): Change to
11906 reflect new format of data returned by Fgarbage_collect.
11907
11908 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
11909
11910 New utility functions + python-info-ppss-context fix (Bug#11910).
11911 * progmodes/python.el (python-info-beginning-of-block-statement-p)
11912 (python-info-ppss-comment-or-string-p): New functions.
11913 (python-info-ppss-context): Small fix for string check.
11914
11915 2012-07-17 Juri Linkov <juri@jurta.org>
11916
11917 * dired-aux.el (dired-do-async-shell-command): Doc fix.
11918 (dired-do-async-shell-command): Don't add `*' at the end of the
11919 command (Bug#11815).
11920 (dired-do-shell-command): Doc fix.
11921 (dired-shell-stuff-it): Strip the trailing "&" and ";" if any.
11922 Join the individual commands using either "&" or ";" as the
11923 separator depending on the values of these trailing characters.
11924 At the end re-add the trailing "&". (Bug#10598)
11925
11926 * simple.el (async-shell-command): Sync the interactive spec with
11927 `shell-command'. Doc fix.
11928 (shell-command): Doc fix.
11929
11930 2012-07-17 Juri Linkov <juri@jurta.org>
11931
11932 * descr-text.el (describe-char): Fix format args. (Bug#10129)
11933
11934 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
11935
11936 Final renames and doc fixes for movement commands (bug#11899).
11937 * progmodes/python.el (python-nav-beginning-of-statement):
11938 Rename from python-nav-statement-start.
11939 (python-nav-end-of-statement): Rename from
11940 python-nav-statement-end.
11941 (python-nav-beginning-of-block): Rename from
11942 python-nav-block-start.
11943 (python-nav-end-of-block): Rename from python-nav-block-end.
11944
11945 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
11946
11947 * progmodes/python.el (python-shell-send-string-no-output):
11948 Allow accept-process-output to quit, keeping shell process ready for
11949 future interactions (Bug#11868).
11950
11951 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
11952
11953 * emacs-lisp/cl-macs.el (cl-progv): Use a properly prefixed var name.
11954
11955 * emacs-lisp/elint.el (elint-find-args-in-code):
11956 Use help-function-arglist, so as to handle lexical byte-code.
11957
11958 * progmodes/sh-script.el (sh-syntax-propertize-function): Fix last
11959 change (bug#11826).
11960
11961 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
11962
11963 * progmodes/cc-engine.el (c-forward-sws, c-backward-sws):
11964 Avoid spuriously marking the buffer as modified because of c-is-sws.
11965
11966 * progmodes/sh-script.el (sh-syntax-propertize-function): Mark "${#VAR"
11967 as not-a-comment (bug#11946).
11968
11969 * emacs-lisp/macroexp.el (macroexp-let2): Use more informative names
11970 for uninterned vars.
11971
11972 * xt-mouse.el (xterm-mouse-translate-1, xterm-mouse-event-read):
11973 Use read-event since we don't really want to read chars but bytes.
11974
11975 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Highlight not only
11976 $$..$$ but also $..$ using regexps (bug#11953).
11977 Use tex-verbatim for \url and \path.
11978 (tex-font-lock-keywords): Define as defconst like the others.
11979 (tex-common-initialization): Don't use font-lock-syntax-table any more.
11980
11981 2012-07-16 René Kyllingstad <Rene@Kyllingstad.com> (tiny change)
11982
11983 * international/mule-cmds.el (ucs-insert): Make it an obsolete
11984 alias for insert-char.
11985
11986 2012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
11987
11988 * progmodes/python.el: Simplified imenu implementation.
11989 (python-nav-jump-to-defun): Remove command.
11990 (python-mode-map): Use `imenu' instead.
11991 (python-nav-list-defun-positions-cache)
11992 (python-imenu-include-defun-type, python-imenu-make-tree)
11993 (python-imenu-subtree-root-label, python-imenu-index-alist):
11994 Remove vars.
11995 (python-nav-list-defun-positions, python-nav-read-defun)
11996 (python-imenu-tree-assoc, python-imenu-make-element-tree)
11997 (python-imenu-make-tree, python-imenu-create-index):
11998 Remove functions.
11999 (python-mode): Update to interact with imenu by setting
12000 `imenu-extract-index-name-function' only.
12001
12002 2012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
12003
12004 * progmodes/python.el: Enhancements to navigation commands.
12005 (python-nav-backward-sentence)
12006 (python-nav-forward-sentence): Remove.
12007 (python-nav-backward-statement, python-nav-forward-statement)
12008 (python-nav-statement-start, python-nav-statement-end)
12009 (python-nav-backward-block, python-nav-forward-block)
12010 (python-nav-block-start, python-nav-block-end)
12011 (python-nav-forward-sexp-function)
12012 (python-info-current-line-comment-p)
12013 (python-info-current-line-empty-p): New functions.
12014 (python-indent-context): Use `python-nav-statement-start'.
12015
12016 2012-07-16 Michael Albinus <michael.albinus@gmx.de>
12017
12018 * eshell/em-ls.el (eshell/ls): Use `apply'.
12019
12020 * eshell/em-unix.el (eshell/su, eshell/sudo): Apply Tramp's ad-hoc
12021 multi-hops, instead of Tramp internals.
12022
12023 * vc/ediff.el (ediff-directories): Add trailing space to prompts.
12024
12025 * vc/ediff-diff.el (ediff-same-file-contents): Handle the case,
12026 when F1 and F2 are located on different hosts.
12027
12028 2012-07-14 Chong Yidong <cyd@gnu.org>
12029
12030 * xt-mouse.el: Implement extended mouse coordinates (Bug#10642).
12031 (xterm-mouse-translate): Move code into xterm-mouse-translate-1.
12032 (xterm-mouse-translate-extended, xterm-mouse-translate-1)
12033 (xterm-mouse--read-event-sequence-1000)
12034 (xterm-mouse--read-event-sequence-1006): New functions. For old
12035 mouse protocol, handle M-mouse-X events correctly.
12036 (xterm-mouse-event): New arg specifying mouse protocol.
12037 (turn-on-xterm-mouse-tracking-on-terminal)
12038 (turn-off-xterm-mouse-tracking-on-terminal): Send DEC 1006
12039 sequence to toggle extended coordinates on newer XTerms.
12040 This appears to be harmless on terminals which do not support this.
12041
12042 2012-07-14 Leo Liu <sdl.web@gmail.com>
12043
12044 Add fringe bitmap indicators for flymake. (Bug#11253)
12045 * progmodes/flymake.el (flymake-highlight-line): Use fringe bitmaps.
12046 (flymake-make-overlay): New arg BITMAP.
12047 (flymake-error-bitmap, flymake-warning-bitmap)
12048 (flymake-fringe-indicator-position): New user variables.
12049
12050 * fringe.el: New bitmap exclamation-mark.
12051
12052 2012-07-14 Jan Djärv <jan.h.d@swipnet.se>
12053
12054 * progmodes/cc-cmds.el (c-defun-name): Recognize Objective-C methods
12055 also (Bug#7879).
12056
12057 2012-07-14 Chong Yidong <cyd@gnu.org>
12058
12059 * electric.el (electric-pair-post-self-insert-function): Fix pair
12060 insertion in empty-region case (Bug#11520).
12061
12062 2012-07-14 Chong Yidong <cyd@gnu.org>
12063
12064 * bindings.el: Consolidate ctl-x-r-map bindings.
12065 Bind copy-rectangle-as-kill to C-x r w.
12066
12067 * rect.el, register.el: Move bindings to bindings.el.
12068
12069 2012-07-14 Reuben Thomas <rrt@sc3d.org>
12070
12071 * rect.el (copy-rectangle-as-kill): New command (Bug#739).
12072
12073 2012-07-13 Andreas Schwab <schwab@linux-m68k.org>
12074
12075 * emacs-lisp/cl.el (labels): Remove spurious quote. (Bug#11938)
12076
12077 2012-07-13 Juanma Barranquero <lekktu@gmail.com>
12078
12079 * bindings.el (top): Use `mapc' instead of `mapcar'.
12080
12081 * loadup.el (top): Remove bogus `if' choice (brought by 2008-06-21T01:38:39Z!monnier@iro.umontreal.ca).
12082
12083 2012-07-13 Michael Albinus <michael.albinus@gmx.de>
12084
12085 * progmodes/sql.el (sql-comint): Suppress the check for program on
12086 remote hosts. Reported by Francis Devereux <francis@devrx.org>.
12087 (Bug#11908)
12088
12089 2012-07-13 Chong Yidong <cyd@gnu.org>
12090
12091 * bindings.el: Assign a non-nil permanent-local property to
12092 per-buffer variables which lack a default value (Bug#11930).
12093
12094 * help-fns.el (describe-variable): In the "automatically becomes
12095 local" notice, take note of permanent-local variables.
12096
12097 2012-07-13 Chong Yidong <cyd@gnu.org>
12098
12099 * files.el (toggle-read-only): Doc fix and code cleanup. New arg
12100 to allow printing the message when called from Lisp.
12101
12102 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
12103 Remove toggle-read-only.
12104
12105 * bs.el (bs-toggle-readonly):
12106 * buff-menu.el (Buffer-menu-toggle-read-only):
12107 Remove with-no-warnings around toggle-read-only.
12108
12109 * ffap.el (ffap--toggle-read-only): Accept a list of buffers.
12110 Remove with-no-warnings around toggle-read-only.
12111 (ffap-read-only, ffap-read-only-other-window)
12112 (ffap-read-only-other-frame): Callers changed.
12113
12114 * help-mode.el: Don't require view package.
12115 (help-mode-finish): Set buffer-read-only instead of calling
12116 toggle-read-only.
12117
12118 * bindings.el (mode-line-toggle-read-only):
12119 * dired.el (dired-toggle-read-only):
12120 * ibuffer.el (ibuffer-do-toggle-read-only): Call toggle-read-only
12121 with non-nil second arg.
12122
12123 * emacs-lisp/eieio-custom.el (eieio-customize-object):
12124 * vc/ediff.el (ediff-set-read-only-in-buf-A): Set buffer-read-only
12125 directly.
12126
12127 2012-07-12 Eli Zaretskii <eliz@gnu.org>
12128
12129 * emacs-lisp/bytecomp.el (byte-recompile-directory): Use cl-incf,
12130 not incf.
12131
12132 2012-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
12133
12134 More CL cleanups and reduction of use of cl.el.
12135 * woman.el, winner.el, vc/vc-rcs.el, vc/vc-hooks.el, vc/vc-hg.el:
12136 * vc/vc-git.el, vc/vc-dir.el, vc/vc-bzr.el, vc/vc-annotate.el:
12137 * textmodes/tex-mode.el, textmodes/sgml-mode.el, tar-mode.el:
12138 * strokes.el, ses.el, server.el, progmodes/js.el, progmodes/gdb-mi.el:
12139 * progmodes/flymake.el, progmodes/ebrowse.el, progmodes/compile.el:
12140 * play/tetris.el, play/snake.el, play/pong.el, play/landmark.el:
12141 * play/hanoi.el, play/decipher.el, play/5x5.el, nxml/nxml-mode.el:
12142 * net/secrets.el, net/quickurl.el, midnight.el, mail/footnote.el:
12143 * image-dired.el, ibuffer.el, ibuf-macs.el, ibuf-ext.el, hexl.el:
12144 * eshell/eshell.el, eshell/esh-io.el, eshell/esh-ext.el:
12145 * eshell/esh-cmd.el, eshell/em-ls.el, eshell/em-hist.el:
12146 * eshell/em-cmpl.el, eshell/em-banner.el:
12147 * calendar/parse-time.el: Use cl-lib.
12148 * wid-browse.el, wdired.el, vc/vc.el, vc/vc-mtn.el, vc/vc-cvs.el:
12149 * vc/vc-arch.el, tree-widget.el, textmodes/texinfo.el:
12150 * textmodes/refill.el, textmodes/css-mode.el, term/tvi970.el:
12151 * term/ns-win.el, term.el, shell.el, ps-samp.el:
12152 * progmodes/perl-mode.el, progmodes/pascal.el, progmodes/gud.el:
12153 * progmodes/glasses.el, progmodes/etags.el, progmodes/cwarn.el:
12154 * play/gamegrid.el, play/bubbles.el, novice.el, notifications.el:
12155 * net/zeroconf.el, net/xesam.el, net/snmp-mode.el, net/mairix.el:
12156 * net/ldap.el, net/eudc.el, net/browse-url.el, man.el:
12157 * mail/mailheader.el, mail/feedmail.el: Don't use CL.
12158 * ibuf-ext.el (ibuffer-mark-old-buffers): Use float-time.
12159 * eshell/esh-opt.el (eshell-eval-using-options): Quote code with
12160 `lambda' rather than with `quote'.
12161 (eshell-do-opt): Adjust accordingly.
12162 (eshell-process-option): Simplify.
12163 * eshell/esh-var.el:
12164 * eshell/em-script.el: Require `esh-opt' for eshell-eval-using-options.
12165 * emacs-lisp/pcase.el (pcase--dontcare-upats, pcase--let*)
12166 (pcase--expand, pcase--u1): Rename pcase's internal `dontcare' pattern
12167 to `pcase--dontcare'.
12168 * emacs-lisp/cl.el (labels): Mark obsolete.
12169 (cl--letf, letf): Move to cl-lib.
12170 (cl--letf*, letf*): Remove.
12171 * emacs-lisp/cl-lib.el (cl-nth-value): Use defalias.
12172 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Add indent rule.
12173 (cl-progv): Rewrite.
12174 (cl--letf, cl-letf): Move from cl.el.
12175 (cl-letf*): New macro.
12176 * emacs-lisp/cl-extra.el (cl--progv-before, cl--progv-after): Remove.
12177
12178 2012-07-11 Michael Albinus <michael.albinus@gmx.de>
12179
12180 * net/ange-ftp.el (ange-ftp-cf1): Update the files cache.
12181
12182 2012-07-11 Chong Yidong <cyd@gnu.org>
12183
12184 * vc/log-edit.el (log-edit-vc-backend): New variable.
12185 (log-edit): Doc fix.
12186
12187 * vc/vc-dispatcher.el (vc-log-edit): New args. Use PARAMS
12188 argument of log-edit to set up all local variables.
12189 (vc-start-logentry): New optional arg specifying VC backend.
12190
12191 * vc/vc.el (vc-checkin): Use it.
12192 (vc-deduce-fileset): Handle Log Edit buffers.
12193 (vc-diff): Make first argument optional too.
12194
12195 * vc/log-view.el (log-view-vc-fileset, log-view-vc-backend): Doc fix.
12196
12197 2012-07-10 Michael Albinus <michael.albinus@gmx.de>
12198
12199 * eshell/esh-ext.el (eshell-remote-command): Remove remote part of
12200 command, just in case. The function is not needed anymore.
12201 (eshell-external-command): Do not call `eshell-remote-command'.
12202
12203 2012-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
12204
12205 Reduce use of (require 'cl).
12206 * vc/smerge-mode.el, vc/pcvs.el, vc/pcvs-util.el, vc/pcvs-info.el:
12207 * vc/diff-mode.el, vc/cvs-status.el, uniquify.el, scroll-bar.el:
12208 * register.el, progmodes/sh-script.el, net/gnutls.el, net/dbus.el:
12209 * msb.el, mpc.el, minibuffer.el, international/ucs-normalize.el:
12210 * international/quail.el, info-xref.el, imenu.el, image-mode.el:
12211 * font-lock.el, filesets.el, edmacro.el, doc-view.el, bookmark.el:
12212 * battery.el, avoid.el, abbrev.el: Use cl-lib.
12213 * vc/pcvs-parse.el, vc/pcvs-defs.el, vc/log-view.el, vc/log-edit.el:
12214 * vc/diff.el, simple.el, pcomplete.el, lpr.el, comint.el, loadhist.el:
12215 * jit-lock.el, international/iso-ascii.el, info.el, frame.el, bs.el:
12216 * emulation/crisp.el, electric.el, dired.el, cus-dep.el, composite.el:
12217 * calculator.el, autorevert.el, apropos.el: Don't require CL.
12218 * emacs-lisp/bytecomp.el (byte-recompile-directory, display-call-tree)
12219 (byte-compile-unfold-bcf, byte-compile-check-variable):
12220 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
12221 (byte-compile-nilconstp):
12222 * emacs-lisp/autoload.el (make-autoload): Use pcase.
12223 * face-remap.el (text-scale-adjust): Simplify pcase patterns.
12224
12225 * emacs-lisp/gv.el (cond): Make it a valid place.
12226 (if): Simplify slightly.
12227
12228 * emacs-lisp/pcase.el (pcase): Accept self-quoting exps as "upatterns".
12229 (pcase--self-quoting-p): New function.
12230 (pcase--u1): Use it.
12231
12232 2012-07-10 Glenn Morris <rgm@gnu.org>
12233
12234 * emacs-lisp/authors.el (authors-fixed-entries):
12235 (authors-renamed-files-alist): Update for configure.in -> configure.ac.
12236
12237 2012-07-09 Paul Eggert <eggert@cs.ucla.edu>
12238
12239 Rename configure.in to configure.ac (Bug#11603).
12240 * emacs-lisp/authors.el (authors-canonical-file-name):
12241 * progmodes/autoconf.el (autoconf-mode):
12242 Prefer configure.ac to configure.in.
12243
12244 2012-07-08 Chong Yidong <cyd@gnu.org>
12245
12246 * mouse.el (mouse-drag-line): Rewrite the track-mouse loop.
12247 Implement the mouse-1-click-follows-link handling properly.
12248
12249 * info.el (Info-link-keymap): Use follow-link mechanism for
12250 header-line links (Bug#374).
12251
12252 * simple.el (deactivate-mark): Do not set the primary selection
12253 if another program has acquired it (Bug#11772).
12254
12255 2012-07-07 Kevin Ryde <user42@zip.com.au>
12256
12257 * woman.el (woman-strings): Fix double-quote handling (Bug#1151).
12258 (woman-decode-region): Replace escaped-escapes without destroying
12259 bold or underline (Bug#11552).
12260 (woman2-process-escapes): Handle nofill regions (Bug#11591).
12261
12262 2012-07-07 Chong Yidong <cyd@gnu.org>
12263
12264 * simple.el (yank-pop-change-selection): Doc fix (Bug#11361).
12265 (interprogram-cut-function, interprogram-paste-function):
12266 Mention that we typically mean the clipboard.
12267
12268 2012-07-06 Glenn Morris <rgm@gnu.org>
12269
12270 * kmacro.el (kmacro-call-macro): Restore repeat message. (Bug#11817)
12271
12272 * files.el (toggle-read-only): Restrict message to interactive use.
12273
12274 2012-07-06 Michael Albinus <michael.albinus@gmx.de>
12275
12276 * net/tramp.el (tramp-restricted-shell-hosts-alist): New defcustom.
12277
12278 * net/tramp-sh.el (tramp-maybe-open-connection): Handle it.
12279
12280 2012-07-06 Glenn Morris <rgm@gnu.org>
12281
12282 * Makefile.in (compile-one-process): Rename from "recompile".
12283
12284 * Makefile.in (bzr-update): "compile" is the same as "recompile
12285 autoloads", but parallelizable, so use that instead.
12286
12287 2012-07-06 Dmitry Gutov <dgutov@yandex.ru>
12288
12289 * window.el (quit-window): Always restore window height when
12290 it's saved in quit-restore parameter (Bug#11810).
12291
12292 2012-07-06 Glenn Morris <rgm@gnu.org>
12293
12294 * simple.el (kill-whole-line): Doc tweak.
12295
12296 2012-07-06 Eli Zaretskii <eliz@gnu.org>
12297
12298 * files.el (file-relative-name): Compare file names
12299 case-insensitively if on MS-Windows or MS-DOS, or if
12300 read-file-name-completion-ignore-case is non-nil. Don't use
12301 case-fold-search for this purpose. (Bug#11827)
12302
12303 2012-07-17 Andreas Schwab <schwab@linux-m68k.org>
12304
12305 * calendar/cal-dst.el (calendar-current-time-zone):
12306 Return calendar-current-time-zone-cache if non-nil.
12307
12308 2012-07-17 Masatake YAMATO <yamato@redhat.com>
12309 2012-07-06 Andreas Schwab <schwab@linux-m68k.org>
12310
12311 * calendar/cal-dst.el (calendar-current-time-zone):
12312 Return calendar-current-time-zone-cache if non-nil.
12313
12314 2012-07-06 Glenn Morris <rgm@gnu.org>
12315
12316 * Makefile.in (cvs-update): Remove old alias.
12317
12318 2012-07-05 Michael Albinus <michael.albinus@gmx.de>
12319
12320 Sync with Tramp 2.2.6-pre.
12321
12322 * net/tramp.el (tramp-drop-volume-letter): Provide an XEmacs
12323 compatible declaration.
12324
12325 * net/tramp-cmds.el (tramp-append-tramp-buffers):
12326 Protect `list-load-path-shadows' call.
12327
12328 * net/tramp-compat.el (top): Require packages, which aren't
12329 autoloaded anymore for XEmacs. Protect call of
12330 `tramp-file-name-handler' by `tramp-compat-funcall', pacifying the
12331 compiler. Do not require tramp-util.el and tramp-vc.el anymore,
12332 it hurts at least for SXEmacs.
12333 (tramp-compat-temporary-file-directory): In XEmacs, there is no
12334 standard-value for `temporary-file-directory'.
12335
12336 * net/tramp-sh.el (tramp-do-directory-files-and-attributes-with-stat):
12337 Redirect stderr to /dev/null.
12338 (tramp-sh-handle-write-region): uid and gid can be floats.
12339 Reported by Russell Sim <russell.sim@gmail.com>.
12340 (tramp-sh-handle-vc-registered): Hide errors.
12341 (tramp-vc-file-name-handler): Use dummy results for `process-file'
12342 and `start-file-process'.
12343 (tramp-maybe-open-connection): Check also whether `non-essential'
12344 is bound.
12345
12346 2012-07-04 Chong Yidong <cyd@gnu.org>
12347
12348 * xml.el (xml--parse-buffer): Use xml-syntax-table.
12349 (xml-parse-tag): Likewise, and avoid changing entity tables.
12350 (xml-syntax-table): Define from scratch, making sure not to give
12351 x2000 and other Unicode spaces whitespace syntax, since those are
12352 not spaces in XML.
12353 (xml-parse-fragment): Delete unused function.
12354 (xml-name-start-char-re, xml-name-char-re, xml-name-re)
12355 (xml-names-re, xml-nmtoken-re, xml-nmtokens-re, xml-char-ref-re)
12356 (xml-entity-ref, xml-pe-reference-re)
12357 (xml-reference-re, xml-att-value-re, xml-tokenized-type-re)
12358 (xml-notation-type-re, xml-enumeration-re, xml-enumerated-type-re)
12359 (xml-att-type-re, xml-default-decl-re, xml-att-def-re)
12360 (xml-entity-value-re): Use syntax references in regexps where
12361 possible; no need to define inside a let-binding.
12362 (xml-parse-dtd): Use xml-pe-reference-re.
12363 (xml-entity-or-char-ref-re): New defconst.
12364 (xml-parse-string, xml-substitute-special): Use it.
12365
12366 2012-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
12367
12368 * files.el (locate-dominating-file): Allow `name' to be a predicate.
12369 (find-file--read-only): New function.
12370 (find-file-read-only, find-file-read-only-other-window)
12371 (find-file-read-only-other-frame): Use it.
12372 (insert-file-contents-literally): Don't `fset'.
12373 (get-free-disk-space): Use locate-dominating-file.
12374
12375 * emacs-lisp/bytecomp.el (byte-compile): Don't signal an error if the
12376 function is already compiled.
12377
12378 * xml.el (xml-name-regexp): Remove, redundant. Use xml-name-re.
12379
12380 2012-07-03 Michael Albinus <michael.albinus@gmx.de>
12381
12382 * vc/ediff-diff.el (ediff-same-file-contents): Fix it for remote
12383 files on the same host.
12384
12385 2012-07-03 Andreas Schwab <schwab@linux-m68k.org>
12386
12387 * help-fns.el (describe-function-1): Only call
12388 help-fns--autoloaded-p when we have a file name. (Bug#11848)
12389
12390 2012-07-03 Chong Yidong <cyd@gnu.org>
12391
12392 * xml.el: Protect parser against XML bombs.
12393 (xml-entity-expansion-limit): New variable.
12394 (xml-parse-string, xml-substitute-special): Use it.
12395 (xml-parse-dtd): Avoid infloop if the DTD is not terminated.
12396
12397 2012-07-03 Glenn Morris <rgm@gnu.org>
12398
12399 * progmodes/bug-reference.el (bug-reference-bug-regexp):
12400 Allow linking to specific messages in debbugs reports (eg 123#5).
12401
12402 2012-07-02 Chong Yidong <cyd@gnu.org>
12403
12404 * xml.el: Fix entity and character reference expansion, allowing
12405 them to expand into markup as per XML spec.
12406 (xml-default-ns): New variable.
12407 (xml-entity-alist): Use XML spec definitions for lt and amp.
12408 (xml-parse-region): Make first two arguments optional.
12409 Discard text properties.
12410 (xml-parse-tag-1): New function, spun off from xml-parse-tag.
12411 All callers changed.
12412 (xml-parse-tag): Call xml-parse-tag-1. For backward
12413 compatibility, this function should not modify buffer contents.
12414 (xml-parse-tag-1): Fix opening-tag regexp.
12415 (xml-parse-string): Rewrite, handling entity and character
12416 references properly.
12417 (xml--entity-replacement-text): Signal an error if a parameter
12418 entity is undefined.
12419
12420 2012-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
12421
12422 * comint.el (comint-output-filter): Filter out repeated prompts.
12423
12424 * net/ange-ftp.el (ange-ftp-expand-file-name): Use ange-ftp-ftp-name
12425 and file-name-absolute-p.
12426 (ange-ftp-file-exists-p): Use ange-ftp-file-exists-p for
12427 internal calls.
12428
12429 2012-07-02 Paul Eggert <eggert@cs.ucla.edu>
12430
12431 Spelling fixes.
12432 * emacs-lisp/bytecomp.el (byte-compile--reify-function):
12433 Rename from byte-compile--refiy-function. All uses changed.
12434
12435 2012-07-01 Chong Yidong <cyd@gnu.org>
12436
12437 * xml.el (xml--parse-buffer): New function. Move most of
12438 xml-parse-region here.
12439 (xml-parse-region): Copy region into a temporary buffer, since
12440 parameter entity substitution requires changing buffer contents.
12441 Use xml--parse-buffer.
12442 (xml-parse-file): Use xml--parse-buffer.
12443 (xml-parse-dtd): Make parameter entity substitution work right.
12444 Use proper regexps for ELEMENT declarations (Bug#7172).
12445
12446 2012-06-30 Glenn Morris <rgm@gnu.org>
12447
12448 * comint.el (follow-comint-scroll-to-bottom): Fix declaration.
12449
12450 * net/secrets.el, net/tramp-gvfs.el, net/xesam.el, net/zeroconf.el:
12451 Remove outdated and unnecessary dbus declarations.
12452
12453 2012-06-30 Eli Zaretskii <eliz@gnu.org>
12454
12455 * emacs-lisp/timer.el (timer-until): Subtract results of
12456 float-time, instead of taking float-time of the result of
12457 time-subtract, since float-time signals an error for negative time
12458 arguments.
12459
12460 2012-06-30 Chong Yidong <cyd@gnu.org>
12461
12462 * xml.el (xml-*-re): Convert defvars into defconsts, and
12463 eval-and-compile them so eval-and-compile works on derivatives.
12464 (xml--entity-replacement-text): Use eval-and-comple.
12465
12466 2012-06-30 Michael Albinus <michael.albinus@gmx.de>
12467
12468 * vc/vc-git.el (vc-git-registered): Use cache property
12469 `git-registered'.
12470 (vc-git-mode-line-string): Call `vc-working-revision' instead of
12471 `vc-git-working-revision' in order to benefit from the cache.
12472 (vc-git-root): Use cache property `git-root'. (Bug#11757)
12473
12474 2012-06-30 Dmitry Gutov <dgutov@yandex.ru>
12475
12476 * vc/vc-hooks.el (vc-before-save): Clear cache if file has been
12477 removed (likely outside Emacs). (Bug#11757)
12478
12479 2012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
12480
12481 * emacs-lisp/cl-lib.el: Require macroexp.
12482
12483 2012-06-30 Chong Yidong <cyd@gnu.org>
12484
12485 * xml.el: Implement XML parameter entities.
12486 (xml-parameter-entity-alist): New variable.
12487 (xml-parse-region, xml-parse-fragment): Preserve previous values
12488 of xml-entity-alist and xml-parameter-entity-alist, so that
12489 repeated calls on different documents do not change them.
12490 (xml-parse-tag): Fix doctype regexp.
12491 (xml--entity-replacement-text): New function.
12492 (xml-parse-dtd): Use it. Don't handle system entities; doing that
12493 properly requires url retrieval which is unimplemented.
12494 (xml-escape-string): Doc fix.
12495
12496 2012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
12497
12498 * emacs-lisp/cl-lib.el (cl-pushnew): Use macroexp-let2.
12499
12500 2012-06-29 Dmitry Antipov <dmantipov@yandex.ru>
12501
12502 * fringe.el (fringe-mode): Doc fix.
12503
12504 2012-06-29 Michael Albinus <michael.albinus@gmx.de>
12505
12506 * net/ange-ftp.el (ange-ftp-get-passwd): Throw if `non-essential'
12507 is non-nil.
12508 (ange-ftp-ignore-errors-if-non-essential): New defmacro.
12509 (ange-ftp-file-name-all-completions): Use it. (Bug#11808)
12510
12511 2012-06-29 Andreas Schwab <schwab@linux-m68k.org>
12512
12513 * calendar/cal-dst.el (calendar-current-time-zone):
12514 Return calendar-current-time-zone-cache if non-nil.
12515
12516 2012-06-29 Masatake YAMATO <yamato@redhat.com>
12517
12518 * progmodes/which-func.el (which-func-format):
12519 Add mouse-face. (Bug#11698)
12520
12521 2012-06-29 Leo Liu <sdl.web@gmail.com>
12522
12523 * textmodes/enriched.el (enriched-next-annotation): Use eq (Bug#11528).
12524
12525 2012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
12526
12527 * minibuffer.el (minibuffer-confirm-exit-commands):
12528 Add completion-at-point (bug#11725).
12529
12530 2012-06-29 Glenn Morris <rgm@gnu.org>
12531
12532 * progmodes/f90.el (f90-font-lock-keywords-2):
12533 Add some preprocessor elements. (Bug#10499)
12534
12535 2012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
12536
12537 * progmodes/cperl-mode.el (cperl-update-syntaxification):
12538 Use syntax-propertize (bug#11739).
12539
12540 2012-06-28 Juanma Barranquero <lekktu@gmail.com>
12541
12542 * emacs-lisp/cl-lib.el (cl-pushnew): Don't capture X (bug#11811).
12543
12544 2012-06-28 Julien Danjou <julien@danjou.info>
12545
12546 * term.el (term-handle-colors-array): Use a set of new faces to
12547 color the terminal. Also uses :inverse-video property.
12548 (term-default-fg-color): Set to nil by default, deprecate in favor
12549 of `term-face'.
12550 (term-default-bg-color): Set to nil by default, deprecate in favor
12551 of `term-face'.
12552 (term-current-face): Use `term-face' by default.
12553 (term-bold-attribute): Variable deleted.
12554
12555 2012-06-28 Glenn Morris <rgm@gnu.org>
12556
12557 * simple.el (completion-list-mode-finish):
12558 Don't use toggle-read-only. (Since completion-list-mode has
12559 a special mode-class, it wasn't doing anything extra anyway.)
12560
12561 2012-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
12562
12563 Make inlining of other-mode interpreted functions work (bug#11799).
12564 * emacs-lisp/bytecomp.el (byte-compile--refiy-function): New fun.
12565 (byte-compile): Use it to fix compilation of lexical-binding closures.
12566 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Compile the
12567 function, if needed.
12568
12569 2012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
12570
12571 * help-mode.el (help-make-xrefs): Don't just withstand
12572 cyclic-variable-indirection but any error in documentation-property.
12573
12574 * loadup.el (purify-flag): Pre-grow the hash-table to reduce the
12575 memory use.
12576 * bindings.el (bindings--define-key): New function.
12577 * vc/vc-hooks.el, replace.el, menu-bar.el, international/mule-cmds.el:
12578 * emacs-lisp/lisp-mode.el, buff-menu.el, bookmark.el:
12579 * bindings.el: Use it to purecopy define-key bindings.
12580
12581 * textmodes/rst.el (rst-adornment-faces-alist): Avoid copy-list.
12582
12583 * emacs-lisp/cl.el (flet): Mark obsolete.
12584 * emacs-lisp/cl-macs.el (cl-flet*): New macro.
12585 * vc/vc-rcs.el (vc-rcs-annotate-command, vc-rcs-parse):
12586 * progmodes/js.el (js-c-fill-paragraph):
12587 * progmodes/ebrowse.el (ebrowse-switch-member-buffer-to-sibling-class)
12588 (ebrowse-switch-member-buffer-to-derived-class):
12589 * play/5x5.el (5x5-solver): Use cl-flet.
12590
12591 * emacs-lisp/cl.el: Use lexical-binding. Fix flet (bug#11780).
12592 (cl--symbol-function): New macro.
12593 (cl--letf, cl--letf*): Use it.
12594
12595 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
12596 Strip "toggle-" if any.
12597
12598 2012-06-27 Glenn Morris <rgm@gnu.org>
12599
12600 * info.el (Info-default-directory-list): Move here from paths.el.
12601 * paths.el: Remove file, which is now empty.
12602 * loadup.el: No longer load "paths".
12603
12604 * custom.el (custom-initialize-delay): Doc fix.
12605
12606 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
12607 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
12608 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
12609 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
12610 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
12611 * eshell/em-xtra.el: Replace eshell-defgroup with "(progn (defgroup".
12612 * eshell/eshell.el (eshell-defgroup): Remove alias.
12613
12614 2012-06-27 Chong Yidong <cyd@gnu.org>
12615
12616 * help.el (help-enable-auto-load): New variable.
12617
12618 * help-fns.el (help-fns--autoloaded-p): New function.
12619 (describe-function-1): Refer to a function as "autoloaded" if it
12620 was autoloaded at any time in the past. Perform autoloading if
12621 help-enable-auto-load is non-nil.
12622
12623 2012-06-26 Eli Zaretskii <eliz@gnu.org>
12624
12625 * makefile.w32-in (compile, compile-always): Depend on
12626 update-subdirs, not on subdirs.el. Otherwise, several different
12627 sub-targets of 'bootstrap' running in parallel could
12628 simultaneously write to subdirs.el, producing a garbled file.
12629
12630 2012-06-26 Sam Steingold <sds@gnu.org>
12631
12632 * files.el (file-name-base): New convenience function.
12633 * autoinsert.el, cus-dep.el, doc-view.el, image-dired.el:
12634 * woman.el, eshell/esh-cmd.el, progmodes/ada-xref.el:
12635 * progmodes/cc-defs.el, progmodes/cperl-mode.el:
12636 * progmodes/flymake.el, progmodes/gud.el, progmodes/idlwave.el:
12637 * textmodes/ispell.el, textmodes/reftex-ref.el:
12638 * textmodes/tex-mode.el: Use it.
12639 Did not touch cedet and org because they are maintained elsewhere.
12640
12641 2012-06-26 Martin Rudalics <rudalics@gmx.at>
12642
12643 * calendar/calendar.el (calendar-exit): Don't try to delete or
12644 iconify last frame. See:
12645 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00372.html
12646
12647 2012-06-25 Jim Diamond <Jim.Diamond@AcadiaU.ca> (tiny change)
12648
12649 * server.el (server-process-filter): Remember dir in the
12650 process's `server-client-directory' properties.
12651
12652 2012-06-24 Chong Yidong <cyd@gnu.org>
12653
12654 * xml.el (xml-parse-tag): Correctly handle comment embedded in
12655 non-tag text.
12656
12657 2012-06-23 Juanma Barranquero <lekktu@gmail.com>
12658
12659 * makefile.w32-in (COMPILE_FIRST): Synch with changes in 2012-06-22T21:24:54Z!monnier@iro.umontreal.ca.
12660
12661 2012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
12662
12663 * help-fns.el (describe-variable): Don't croak when doc is not found.
12664 * vc/pcvs.el (cvs-retrieve-revision): Avoid toggle-read-only.
12665 * menu-bar.el (menu-bar-line-wrapping-menu): Purecopy a tiny bit more.
12666 * emacs-lisp/syntax.el (syntax-ppss): Simplify with new `if' place.
12667 * emacs-lisp/smie.el (smie-next-sexp): CSE.
12668 * emacs-lisp/macroexp.el (macroexp-let2): Fix edebug spec and avoid
12669 ((lambda ..) ..).
12670 * emacs-lisp/eieio.el (eieio-oref, slot-value): Use simpler defsetf.
12671
12672 2012-06-23 Chong Yidong <cyd@gnu.org>
12673
12674 * info.el (Info-mouse-follow-link): Accept symbol values of
12675 link-args. Select window; suggested by Gerhard Kahl (Bug#11672).
12676 (Info-fontify-node): Use Info-link-keymap for all navigation
12677 buttons, with link-args property to perform the desired action.
12678 (Info-link-keymap): Doc fix.
12679 (Info-next-link-keymap, Info-prev-link-keymap)
12680 (Info-up-link-keymap): Delete now-unused keymaps.
12681
12682 2012-06-23 Chong Yidong <cyd@gnu.org>
12683
12684 * mouse.el (mouse-drag-track): Deactivate the mark before popping.
12685
12686 * progmodes/python.el (python-skeleton-define): Mark abbrevs as
12687 system abbrevs.
12688
12689 * ansi-color.el (ansi-color-apply-on-region): Doc fix.
12690
12691 2012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
12692
12693 * emacs-lisp/cl-macs.el (cl--make-usage-args): Handle improper lists
12694 (bug#11719).
12695
12696 * minibuffer.el (completion--twq-try): Try to fail more gracefully when
12697 the requote function doesn't work properly (bug#11714).
12698
12699 2012-06-23 Glenn Morris <rgm@gnu.org>
12700
12701 * pcmpl-rpm.el (pcmpl-rpm-packages): Give status messages.
12702
12703 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
12704
12705 Further GV/CL cleanups.
12706 * emacs-lisp/gv.el (gv-get): Autoload functions to find their
12707 gv-expander.
12708 (gv--defun-declaration): New function.
12709 (defun-declarations-alist): Use it.
12710 (gv-define-modify-macro, gv-pushnew!, gv-inc!, gv-dec!): Remove.
12711 (gv-place): Autoload.
12712 * emacs-lisp/cl.el (cl--dotimes, cl--dolist): Remember subr.el's
12713 original definition of dotimes and dolist.
12714 * emacs-lisp/cl-macs.el (cl-expr-access-order): Remove unused.
12715 (cl-dolist, cl-dotimes): Use `dolist' and `dotimes'.
12716 * emacs-lisp/cl-lib.el: Move gv handlers from cl-macs to here.
12717 (cl-fifth, cl-sixth, cl-seventh, cl-eighth)
12718 (cl-ninth, cl-tenth): Move gv handler to the function's definition.
12719 * emacs-lisp/cl-extra.el (cl-subseq, cl-get, cl-getf): Move gv handler
12720 to the function's definition.
12721 * Makefile.in (COMPILE_FIRST): Re-order to speed it up by about 50%.
12722 * window.el:
12723 * files.el:
12724 * faces.el:
12725 * env.el: Don't use CL.
12726
12727 2012-06-22 Paul Eggert <eggert@cs.ucla.edu>
12728
12729 Support higher-resolution time stamps (Bug#9000).
12730
12731 * calendar/time-date.el (with-decoded-time-value): New arg
12732 PICO-SYMBOL in VARLIST. It's optional, for backward compatibility.
12733 (encode-time-value): New optional arg PICO. New type 3.
12734 (time-to-seconds) [!float-time]: Support the new picoseconds
12735 component if it's used.
12736 (seconds-to-time, time-subtract, time-add):
12737 Support ps-resolution time stamps as well.
12738
12739 * emacs-lisp/timer.el (timer): New component psecs. All uses changed.
12740 (timerp): Timer vectors now have length 9, not 8.
12741 (timer--time): Support new-style (4-part) time stamps.
12742 (timer-next-integral-multiple-of-time): Time stamps now have
12743 picosecond resolution, so take a bit more care about rounding.
12744 (timer-relative-time, timer-inc-time): New optional arg psecs.
12745 (timer-set-time-with-usecs): Set psecs to 0.
12746 (timer--activate): Check psecs component, too.
12747
12748 * proced.el (proced-time-lessp): Support ps-resolution stamps.
12749
12750 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
12751
12752 * icomplete.el (icomplete-minibuffer-setup, icomplete-completions):
12753 Move the non-essential binding to the post/pre-command-hook where it is
12754 more obviously correct.
12755
12756 * subr.el (read-passwd): Don't use a history at all.
12757 * savehist.el (savehist-save): Remove password saved accidentally
12758 because of the above bug.
12759
12760 2012-06-22 Bastien Guerry <bzg@gnu.org>
12761
12762 * files.el (toggle-read-only): Display a message telling whether
12763 the buffer is read-only or not (bug#11726).
12764
12765 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
12766
12767 * emacs-lisp/gv.el: New file.
12768 * subr.el (push, pop): Extend to generalized variables.
12769 * loadup.el (macroexp): Unload if preloaded and uncompiled (bug#11657).
12770 * emacs-lisp/cl-lib.el (cl-pop, cl-push, cl--set-nthcdr): Remove.
12771 * emacs-lisp/cl-macs.el: Require gv. Use gv-define-setter,
12772 gv-define-simple-setter, and gv-define-expander.
12773 Remove setf-methods defined in gv. Rename cl-setf -> setf.
12774 (cl-setf, cl-do-pop, cl-get-setf-method): Remove.
12775 (cl-letf, cl-letf*, cl-define-modify-macro, cl-defsetf)
12776 (cl-define-setf-expander, cl-struct-setf-expander): Move to cl.el.
12777 (cl-remf, cl-shiftf, cl-rotatef, cl-callf, cl-callf2): Rewrite with
12778 gv-letplace.
12779 (cl-defstruct): Don't define setf-method any more.
12780 * emacs-lisp/cl.el (flet): Don't autoload.
12781 (cl--letf, letf, cl--letf*, letf*, cl--gv-adapt)
12782 (define-setf-expander, defsetf, define-modify-macro)
12783 (cl-struct-setf-expander): Move from cl-lib.el.
12784 * emacs-lisp/syntax.el:
12785 * emacs-lisp/ewoc.el:
12786 * emacs-lisp/smie.el:
12787 * emacs-lisp/cconv.el:
12788 * emacs-lisp/timer.el: Rename cl-setf -> setf, cl-push -> push.
12789 (timer--time): Use gv-define-simple-setter.
12790 * emacs-lisp/macroexp.el (macroexp-let2): Rename from macroexp-let²
12791 to avoid coding-system problems in subr.el. Adjust all users.
12792 (macroexp--maxsize, macroexp-small-p): New functions.
12793 * emacs-lisp/bytecomp.el (byte-compile-file): Don't use cl-letf.
12794 * scroll-bar.el (scroll-bar-mode):
12795 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
12796 (normal-erase-is-backspace-mode): Don't use the `eq' place.
12797 * winner.el (winner-configuration, winner-make-point-alist)
12798 (winner-set-conf, winner-get-point, winner-set): Don't abuse letf.
12799 * files.el (locate-file-completion-table): Avoid list*.
12800
12801 2012-06-22 Chong Yidong <cyd@gnu.org>
12802
12803 * dired-aux.el (dired-do-create-files): Doc fix (Bug#11327).
12804 (dired-create-files): Doc fix (Bug#11329).
12805 (dired-do-copy): Doc fix (Bug#11334).
12806 (dired-mark-read-string): Doc fix (Bug#11553).
12807
12808 * dired.el (dired-recursive-copies, dired-recursive-deletes):
12809 Doc fix (Bug#11326).
12810 (dired-make-relative): Doc fix (Bug#11332). Remove unused arg.
12811 (dired-dwim-target): Doc fix.
12812
12813 * wdired.el (wdired-mode): Doc fix.
12814
12815 2012-06-22 Glenn Morris <rgm@gnu.org>
12816
12817 * pcmpl-rpm.el (pcmpl-rpm-cache): New option.
12818 (pcmpl-rpm-cache-stamp-file): New constant.
12819 (pcmpl-rpm-cache-time, pcmpl-rpm-packages): New variables.
12820 (pcmpl-rpm-packages): Optionally cache list of packages.
12821
12822 * pcmpl-rpm.el (pcmpl-rpm): New group.
12823 (pcmpl-rpm-query-options): New option.
12824 (pcmpl-rpm-packages): No need to inline it.
12825 Use pcmpl-rpm-query-options.
12826
12827 * calendar/calendar.el (calendar-in-read-only-buffer):
12828 Avoid some needless mode changes.
12829
12830 2012-06-21 Chong Yidong <cyd@gnu.org>
12831
12832 * desktop.el (desktop-read): Don't prompt if daemon (Bug#11674).
12833 (desktop-path): Remove . from the default value (Bug#10977).
12834 (desktop-read): Use user-emacs-directory if desktop-path is nil.
12835
12836 2012-06-20 Chong Yidong <cyd@gnu.org>
12837
12838 * term.el (term-send-raw-meta): Make C-M-<char> keys work (Bug#8172).
12839
12840 2012-06-20 David Röthlisberger <david@rothlis.net> (tiny change)
12841
12842 * ido.el (ido-switch-buffer, ido-find-file): Fix up doc of C-j
12843 (bug#11201).
12844
12845 2012-06-20 Chong Yidong <cyd@gnu.org>
12846
12847 * term.el (term-window-width): Handle the case of a missing right
12848 fringe (Bug#8837).
12849 (term-check-size): Use window-text-height (Bug#5445).
12850 (term-mode): Use define-derived-mode. Minor cleanups.
12851 Set font-lock-defaults (Bug#7692).
12852 (term-move-columns, term-insert-char, term-emulate-terminal)
12853 (term-erase-in-line, term-insert-spaces): Use font-lock-face.
12854
12855 2012-06-20 Michael Albinus <michael.albinus@gmx.de>
12856
12857 * net/ange-ftp.el (ange-ftp-get-passwd):
12858 Bind `enable-recursive-minibuffers'.
12859 (ange-ftp-get-process): Throw if `non-essential' is non-nil.
12860
12861 2012-06-19 David Röthlisberger <david@rothlis.net> (tiny change)
12862
12863 * ido.el (ido-find-file): Mention C-d binding in docstring (bug#11244).
12864
12865 2012-06-19 Glenn Morris <rgm@gnu.org>
12866
12867 * progmodes/python.el (python-mode): Derive from prog-mode.
12868
12869 2012-06-19 Kevin Gallagher <Kevin.Gallagher@boeing.com>
12870
12871 * emulation/edt.el (edt-default-menu-bar-update-buffers)
12872 (edt-user-menu-bar-update-buffers): New functions.
12873 (edt-default-emulation-setup, edt-user-emulation-setup): Use them.
12874
12875 2012-06-19 Chong Yidong <cyd@gnu.org>
12876
12877 * subr.el (with-selected-window): Preserve the selected window's
12878 terminal's top-frame (Bug#4702).
12879
12880 * window.el (save-selected-window): Likewise.
12881
12882 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
12883
12884 * progmodes/python.el (python-rx-constituents): Move backquote.
12885 (python-skeleton-define, python-define-auxiliary-skeleton):
12886 Use `declare'.
12887
12888 2012-06-18 Michael Albinus <michael.albinus@gmx.de>
12889
12890 * minibuffer.el (read-file-name-default): Revert the patch from
12891 2012-06-17.
12892
12893 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
12894
12895 * emacs-lisp/pcase.el (pcase--expand): Warn for unused pattern.
12896 (pcase--u1, pcase--q1): Don't use apply-partially.
12897
12898 2012-06-18 Glenn Morris <rgm@gnu.org>
12899
12900 * progmodes/python.el (python-proc, python-buffer)
12901 (python-send-receive, python-send-string): Fix obsolete versions.
12902
12903 2012-06-18 Martin Rudalics <rudalics@gmx.at>
12904
12905 * window.el (special-display-p): Completely remove stringp
12906 check. Suggested by Andreas Schwab <schwab@linux-m68k.org>.
12907
12908 2012-06-17 Michael Albinus <michael.albinus@gmx.de>
12909
12910 * minibuffer.el (read-file-name-default): Bind `non-essential' to `t'.
12911
12912 * net/tramp.el (tramp-file-name-handler): Catch 'non-essential.
12913
12914 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-start-process):
12915 * net/tramp-sh.el (tramp-maybe-open-connection):
12916 Throw if `non-essential' is non-nil.
12917
12918 2012-06-17 Martin Rudalics <rudalics@gmx.at>
12919
12920 * window.el (special-display-p): Signal an error if BUFFER-NAME
12921 is not a string (Bug#11713).
12922
12923 2012-06-17 Paul Eggert <eggert@cs.ucla.edu>
12924
12925 * progmodes/python.el (python-info-beginning-of-backslash):
12926 Rename from python-info-beginning-of-backlash, as a spelling fix.
12927
12928 2012-06-17 Chong Yidong <cyd@gnu.org>
12929
12930 * term.el (term-emulate-terminal): If term-check-size is called,
12931 move point to the process mark without resetting point (Bug#4635).
12932
12933 2012-06-17 Glenn Morris <rgm@gnu.org>
12934
12935 * international/mule-cmds.el (mule-menu-keymap)
12936 (set-language-environment, set-locale-environment): Doc tweaks.
12937
12938 2012-06-16 Aurelien Aptel <aurelien.aptel@gmail.com>
12939
12940 * cus-face.el (custom-face-attributes): Add wave-style underline
12941 attribute.
12942 * faces.el (set-face-attribute): Update docstring to describe
12943 wave-style underline attribute.
12944
12945 2012-06-16 Chong Yidong <cyd@gnu.org>
12946
12947 * term/xterm.el (terminal-init-xterm): Discard input before
12948 querying background mode (Bug#10959).
12949
12950 2012-06-16 Stefan Merten <smerten@oekonux.de>
12951
12952 * textmodes/rst.el: Added and corrected some comments.
12953 (rst-re-alist-def): Improve symbol syntax.
12954 (rst-mode-syntax-table): Correct syntax entries.
12955 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
12956 (rst-official-version, rst-official-cvs-rev): Update version
12957 information.
12958
12959 2012-06-15 Juanma Barranquero <lekktu@gmail.com>
12960
12961 * makefile.w32-in (COMPILE_FIRST): Synch with makefile.in changes
12962 in 2008-06-22T13:57:28Z!monnier@iro.umontreal.ca.
12963
12964 2012-06-15 Fabián Ezequiel Gallina <fgallina@cuca>
12965
12966 * progmodes/python.el: New python.el merge.
12967 (python-guess-indent): Obsolete var.
12968 (python-indent-guess-indent-offset): New defcustom.
12969 (python-indent): Obsolete var.
12970 (python-indent-offset): New defcustom.
12971 (python-python-command, python-jython-command): Delete var.
12972 (python-shell-interpreter): New defcustom.
12973 (python-pdbtrack-do-tracking-p): Delete var.
12974 (python-pdbtrack-activate): New defcustom.
12975 (python-use-skeletons): Obsolete var.
12976 (python-skeleton-autoinsert): New defcustom.
12977 (inferior-python-filter-regexp, python-continuation-offset)
12978 (python-honour-comment-indentation, python-indent-string-contents)
12979 (python-jython-packages, python-mode-hook)
12980 (python-pdbtrack-minor-mode-string, python-remove-cwd-from-path)
12981 (python-shell-prompt-alist)
12982 (python-source-modes): Delete defcustoms.
12983 (python-check-buffer-name, python-eldoc-setup-code)
12984 (python-eldoc-string-code, python-ffap-setup-code)
12985 (python-ffap-string-code, python-fill-comment-function)
12986 (python-fill-decorator-function, python-fill-paren-function)
12987 (python-fill-string-function, python-imenu-include-defun-type)
12988 (python-imenu-make-tree, python-imenu-subtree-root-label)
12989 (python-pdbtrack-stacktrace-info-regexp, python-shell-buffer-name)
12990 (python-shell-compilation-regexp-alist)
12991 (python-shell-completion-module-string-code)
12992 (python-shell-completion-pdb-string-code)
12993 (python-shell-completion-setup-code)
12994 (python-shell-completion-string-code)
12995 (python-shell-enable-font-lock, python-shell-exec-path)
12996 (python-shell-extra-pythonpaths)
12997 (python-shell-internal-buffer-name, python-shell-interpreter-args)
12998 (python-shell-process-environment)
12999 (python-shell-prompt-block-regexp)
13000 (python-shell-prompt-output-regexp)
13001 (python-shell-prompt-pdb-regexp, python-shell-prompt-regexp)
13002 (python-shell-send-setup-max-wait, python-shell-setup-codes)
13003 (python-shell-virtualenv-path): New defcustoms.
13004 (brm-menu, eldoc-documentation-function, inferior-python-mode-map)
13005 (inferior-python-mode-syntax-table, python--prompt-regexp)
13006 (python-buffer, python-command python-python-command)
13007 (python-default-template, python-imports, python-indent-index)
13008 (python-indent-list, python-indent-list-length)
13009 (python-mode-running, python-pdbtrack-is-tracking-p)
13010 (python-preoutput-continuation, python-preoutput-leftover)
13011 (python-preoutput-result, python-preoutput-skip-next-prompt)
13012 (python-prev-dir/file, python-recursing)
13013 (python-saved-check-command, python-version-checked)
13014 (python-which-func-length-limit)
13015 (view-return-to-alist): Delete vars.
13016 (python-check-custom-command, python-dotty-syntax-table)
13017 (python-imenu-index-alist, python-indent-current-level)
13018 (python-indent-dedenters, python-indent-levels)
13019 (python-nav-beginning-of-defun-regexp)
13020 (python-nav-list-defun-positions-cache)
13021 (python-pdbtrack-buffers-to-kill, python-pdbtrack-tracked-buffer)
13022 (python-shell-internal-buffer)
13023 (python-skeleton-available): New vars.
13024 (def-python-skeleton): Delete macro.
13025 (python-skeleton-define): New macro.
13026 (python-define-auxiliary-skeleton, python-rx): New macros.
13027 (python-insert-class): Delete command.
13028 (python-skeleton-class): New command.
13029 (python-insert-def): Delete command.
13030 (python-skeleton-def): New command.
13031 (python-insert-for): Delete command.
13032 (python-skeleton-for): New command.
13033 (python-insert-if): Delete command.
13034 (python-skeleton-if): New command.
13035 (python-insert-try/except, python-insert-try/finally): Delete commands.
13036 (python-skeleton-try): New command.
13037 (python-insert-while): Delete command.
13038 (python-skeleton-while): New command.
13039 (python-backspace): Delete command.
13040 (python-indent-dedent-line-backspace): New command.
13041 (python-electric-colon): Delete command.
13042 (python-indent-electric-colon): New command.
13043 (python-guess-indent): Delete command.
13044 (python-indent-guess-indent-offset): New command.
13045 (python-shift-left): Delete command.
13046 (python-indent-shift-left): New command.
13047 (python-shift-right): Delete command.
13048 (python-indent-shift-right): New command.
13049 (python-find-function): Delete command.
13050 (python-nav-jump-to-defun): New command.
13051 (python-next-statement): Delete command.
13052 (python-nav-forward-sentence): New command.
13053 (python-previous-statement): Delete command.
13054 (python-nav-backward-sentence): New command.
13055 (python-fill-paragraph): Delete command.
13056 (python-fill-paragraph-function): New command.
13057 (python-send-buffer): Delete command.
13058 (python-shell-send-buffer): New command.
13059 (python-send-defun): Delete command.
13060 (python-shell-send-defun): New command.
13061 (python-send-region, python-send-region-and-go): Delete commands.
13062 (python-shell-send-region)
13063 (python-shell-switch-to-shell): New commands.
13064 (python-send-string): Delete command.
13065 (python-shell-send-string): New command.
13066 (python-switch-to-python): Delete command.
13067 (python-shell-switch-to-shell): New command.
13068 (python-describe-symbol): Delete command.
13069 (python-eldoc-at-point): New command.
13070 (python--set-prompt-regexp, python-args-to-list)
13071 (python-after-info-look, python-check-version)
13072 (python-check-comint-prompt, python-find-imports)
13073 (python-execute-file, turn-off-pdbtrack, turn-on-pdbtrack)
13074 (python-unload-function, python-expand-template)
13075 (python-maybe-jython, python-preoutput-filter)
13076 (python-pdbtrack-get-source-buffer)
13077 (python-pdbtrack-grub-for-buffer, python-pdbtrack-overlay-arrow)
13078 (python-pdbtrack-toggle-stack-tracking)
13079 (python-pdbtrack-track-stack-file, python-initial-text)
13080 (python-first-word, python-comment-line-p, python-send-command)
13081 (python-setup-brm, python-sentinel, python-set-proc)
13082 (python-skip-out, python-input-filter, python-outdent-p)
13083 (python-outline-level, python-backslash-continuation-line-p)
13084 (python-end-of-block, python-end-of-statement, python-mark-block)
13085 (python-beginning-of-block, python-beginning-of-statement)
13086 (python-blank-line-p, python-beginning-of-string)
13087 (python-open-block-statement-p): Delete functions.
13088 (python-indent-line, python-indent-line-1): Delete functions.
13089 (python-indent-line): New function.
13090 (python-indentation-levels): Delete function.
13091 (python-indent-calculate-levels): New function.
13092 (python-proc): Delete function.
13093 (python-shell-get-process): New function.
13094 (python-send-receive): Delete function.
13095 (python-shell-send-string-no-output): New function.
13096 (python-module-path): Delete function.
13097 (python-ffap-module-path): New function.
13098 (python-completion-at-point)
13099 (python-symbol-completions): Delete functions.
13100 (python-completion-complete-at-point): New function.
13101 (python-load-file): Delete function.
13102 (python-shell-send-file): New function.
13103 (python-calculate-indentation): Delete function.
13104 (python-indent-calculate-indentation): New function.
13105 (python-skip-comments/blanks): Delete function.
13106 (python-util-forward-comment): New function.
13107 (python-continuation-line-p): Delete function.
13108 (python-info-continuation-line-p): New function.
13109 (python-which-func, python-current-defun): Delete function.
13110 (python-info-current-defun): New function.
13111 (python-beginning-of-defun): Delete function.
13112 (python-nav-beginning-of-defun): New function.
13113 (python-close-block-statement-p)
13114 (python-block-end-p): Delete function.
13115 (python-info-closing-block): New function.
13116 (python-comint-output-filter-function)
13117 (python-eldoc--get-doc-at-point, python-end-of-defun-function)
13118 (python-fill-comment, python-fill-decorator, python-fill-paren)
13119 (python-fill-string, python-imenu-make-element-tree)
13120 (python-imenu-make-tree, python-imenu-tree-assoc)
13121 (python-indent-context, python-indent-dedent-line)
13122 (python-indent-line-function)
13123 (python-indent-post-self-insert-function)
13124 (python-indent-toggle-levels)
13125 (python-info-assignment-continuation-line-p)
13126 (python-info-beginning-of-backlash)
13127 (python-info-block-continuation-line-p)
13128 (python-info-closing-block-message)
13129 (python-info-line-ends-backslash-p)
13130 (python-info-looking-at-beginning-of-defun)
13131 (python-info-ppss-context, python-info-ppss-context-type)
13132 (python-nav-list-defun-positions, python-nav-read-defun)
13133 (python-nav-sentence-end, python-nav-sentence-start)
13134 (python-pdbtrack-comint-output-filter-function)
13135 (python-pdbtrack-set-tracked-buffer)
13136 (python-shell-calculate-exec-path)
13137 (python-shell-calculate-process-environment)
13138 (python-shell-completion--do-completion-at-point)
13139 (python-shell-completion--get-completions)
13140 (python-shell-completion-complete-at-point)
13141 (python-shell-completion-complete-or-indent)
13142 (python-shell-get-or-create-process)
13143 (python-shell-get-process-name)
13144 (python-shell-internal-get-or-create-process)
13145 (python-shell-internal-get-process-name)
13146 (python-shell-internal-send-string, python-shell-make-comint)
13147 (python-shell-parse-command, python-shell-send-setup-code)
13148 (python-skeleton-add-menu-items)
13149 (python-util-clone-local-variables, python-util-position)
13150 (run-python-internal, python-indentation-levels)
13151 (python-nav-beginning-of-defun)
13152 (python-completion-complete-at-point): New functions.
13153 (run-python): Change arguments. New API requirements.
13154
13155 2012-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
13156
13157 * emacs-lisp/cl-lib.el (cl--defsubst-expand): Autoload inliner
13158 (bug#11649).
13159
13160 * emacs-lisp/macroexp.el (macroexp--compiler-macro): New function.
13161 (macroexp--expand-all): Use it.
13162
13163 * emacs-lisp/cl-macs.el (cl--transform-function-property): Remove.
13164 (cl-define-setf-expander, cl-deftype, cl-define-compiler-macro):
13165 Use `cl-function' instead.
13166
13167 2012-06-14 Juanma Barranquero <lekktu@gmail.com>
13168
13169 * makefile.w32-in (COMPILE_FIRST): Remove subr.el.
13170 Suggested by Stefan Monnier while discussing bug#11657.
13171
13172 2012-06-14 Sam Steingold <sds@gnu.org>
13173
13174 * files.el (abort-if-file-too-large): Use `file-size-human-readable'.
13175
13176 2012-06-14 Andreas Schwab <schwab@linux-m68k.org>
13177
13178 * play/doctor.el (doctor-doc): Remove parameter and use
13179 doctor-sent instead of sent.
13180 (doctor-read-print): Use doctor-sent instead of sent. (Bug#11708)
13181
13182 2012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
13183
13184 * files.el: Require cl-lib.
13185 (file-name-non-special): Replace case -> cl-case.
13186
13187 * emacs-lisp/cl-macs.el (cl-defstruct): Don't add print-func.
13188
13189 * emacs-lisp/edebug.el (edebug-read-function): Remove old incorrect
13190 mapping from #' to function*.
13191
13192 2012-06-13 Chong Yidong <cyd@gnu.org>
13193
13194 * mouse.el (mouse-drag-track): Do not set the mark if the user
13195 releases the mouse without selecting anything (Bug#11588).
13196
13197 2012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
13198
13199 * textmodes/tex-mode.el (latex-indent): Recognize tex-verbatim at EOB
13200 as well (bug#11646).
13201
13202 * loadup.el: Count byte-code functions as well.
13203
13204 * emacs-lisp/byte-opt.el (featurep): Move compiler-macro...
13205 * emacs-lisp/bytecomp.el (featurep): ...here (bug#11692).
13206
13207 * emacs-lisp/autoload.el (make-autoload): Accept nil doc-string-elt
13208 (bug#11649). Add cl-defun and cl-defmacro.
13209
13210 2012-06-13 Drew Adams <drew.adams@oracle.com>
13211
13212 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
13213 Fix last change.
13214
13215 2012-06-13 Michael Albinus <michael.albinus@gmx.de>
13216
13217 * net/dbus.el (dbus-call-method): Use timeout for `read-event'.
13218 Otherwise, it blocks in batch mode.
13219
13220 2012-06-13 Juanma Barranquero <lekktu@gmail.com>
13221
13222 * help-mode.el (bookmark-make-record-default): Declare.
13223
13224 2012-06-13 Chong Yidong <cyd@gnu.org>
13225
13226 * emacs-lisp/package.el (list-packages): Compute a list of
13227 packages that are newly-available since the last list-packages
13228 invocation.
13229 (package-menu--new-package-list): New var.
13230 (package-menu--generate, package-menu--print-info)
13231 (package-menu--status-predicate, package-menu-mark-install):
13232 Handle new status label "new".
13233
13234 2012-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
13235
13236 * emacs-lisp/cl-macs.el (cl-remf): Fix error in recent
13237 conversion to backquotes.
13238
13239 2012-06-12 Chong Yidong <cyd@gnu.org>
13240
13241 * emacs-lisp/edebug.el (edebug-inhibit-emacs-lisp-mode-bindings):
13242 Rename from gud-inhibit-global-bindings.
13243
13244 * emacs-lisp/eieio.el (eieio-pre-method-execution-hooks): Doc fix.
13245
13246 * nxml/nxml-glyph.el (nxml-glyph-set-functions): Rename abnormal
13247 hook from nxml-glyph-set-hook.
13248
13249 * progmodes/cwarn.el (cwarn-mode): Remove redundant variable
13250 declaration.
13251
13252 * progmodes/pascal.el (pascal-toggle-completions): Doc fix.
13253
13254 * textmodes/bibtex.el (bibtex-string-file-path, bibtex-file-path):
13255 Convert to defcustom.
13256
13257 2012-06-12 Drew Adams <drew.adams@oracle.com>
13258
13259 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
13260 New functions.
13261 (help-mode): Use them.
13262
13263 2012-06-11 Glenn Morris <rgm@gnu.org>
13264
13265 * progmodes/fortran.el (fortran-font-lock-keywords-3):
13266 Use preprocessor face for directives.
13267 (fortran-directive-re): Doc fix.
13268
13269 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
13270
13271 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Fix error in recent
13272 conversion to backquotes (bug#11652).
13273
13274 Fix compiler-expansion of CL's cXXr functions (bug#11673).
13275 * emacs-lisp/cl-lib.el (cl--defalias): New function.
13276 (cl-values, cl-values-list, cl-copy-seq, cl-svref, cl-first)
13277 (cl-second, cl-rest, cl-endp, cl-third, cl-fourth): Use it.
13278 (cl-plusp, cl-minusp, cl-fifth, cl-sixth, cl-seventh, cl-eighth)
13279 (cl-ninth, cl-tenth): Mark them as inlinable.
13280 (cl-caaar, cl-caadr, cl-cadar, cl-caddr, cl-cdaar, cl-cdadr)
13281 (cl-cddar, cl-cdddr, cl-caaaar, cl-caaadr, cl-caadar, cl-caaddr)
13282 (cl-cadaar, cl-cadadr, cl-caddar, cl-cadddr, cl-cdaaar, cl-cdaadr)
13283 (cl-cdadar, cl-cdaddr, cl-cddaar, cl-cddadr, cl-cdddar, cl-cddddr):
13284 Add a compiler-macro declaration to use cl--compiler-macro-cXXr.
13285 (cl-list*, cl-adjoin): Don't put an autoload manually.
13286 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin)
13287 (cl--compiler-macro-list*): Add autoload cookie.
13288 (cl--compiler-macro-cXXr): New function.
13289
13290 * help-fns.el (help-fns--compiler-macro): New function extracted from
13291 describe-function-1; follow aliases and use `compiler-macro' property.
13292 (describe-function-1): Use it.
13293
13294 2012-06-11 Chong Yidong <cyd@gnu.org>
13295
13296 * startup.el (fancy-splash-head): Use splash.svg even if librsvg
13297 is uninstalled, if imagemagick is installed.
13298
13299 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
13300
13301 * emacs-lisp/cl-lib.el: Use lexical-binding.
13302 (cl-map-extents, cl-maclisp-member): Remove.
13303 (cl--set-elt, cl--set-nthcdr, cl--set-buffer-substring)
13304 (cl--set-substring, cl--block-wrapper, cl--block-throw)
13305 (cl--compiling-file, cl--mapcar-many, cl--do-subst): Use "cl--" prefix.
13306 * emacs-lisp/cl-extra.el: Use lexical-binding.
13307 (cl--mapcar-many, cl--map-keymap-recursively, cl--map-intervals)
13308 (cl--map-overlays, cl--set-frame-visible-p, cl--progv-save)
13309 (cl--progv-before, cl--progv-after, cl--finite-do, cl--set-getf)
13310 (cl--do-remf, cl--do-prettyprint): Use "cl--" prefix.
13311 * emacs-lisp/cl-seq.el: Use lexical-binding.
13312 (cl--parsing-keywords, cl--check-key, cl--check-test-nokey)
13313 (cl--check-test, cl--check-match): Use "cl--" prefix and backquotes.
13314 (cl--alist, cl--sublis-rec, cl--nsublis-rec, cl--tree-equal-rec):
13315 * emacs-lisp/cl-macs.el (cl--lambda-list-keywords): Use "cl--" prefix.
13316 * edmacro.el (edmacro-mismatch): Simplify to remove dependence on
13317 CL's internals.
13318
13319 2012-06-11 Michael Albinus <michael.albinus@gmx.de>
13320
13321 Sync with Tramp 2.2.6-pre.
13322
13323 * net/tramp-cache.el (tramp-dump-connection-properties): Let-bind
13324 `print-length' and `print-level' to nil, in order to avoid
13325 truncation. Reported by Christopher Schmidt
13326 <christopher@ristopher.com>.
13327
13328 * net/tramp-cmds.el (tramp-cleanup-connection): Delete also process.
13329
13330 * net/tramp-compat.el (tramp-compat-condition-case-unless-debug):
13331 New defmacro.
13332 (tramp-compat-copy-directory): Add optional argument
13333 COPY-CONTENTS. It is not handled yet.
13334
13335 * net/tramp-ftp.el (tramp-disable-ange-ftp): Fix docstring.
13336 (tramp-ftp-file-name-p): Simplify.
13337
13338 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name):
13339 * net/tramp-gw.el (tramp-gw-open-connection): Add hop to
13340 connection vector.
13341
13342 * net/tramp-sh.el (tramp-copy-size-limit): Fix docstring.
13343 (tramp-methods): Do not use `tramp-password-end-of-line'.
13344 (tramp-completion-function-alist-putty): Handle UNIX case.
13345 (tramp-remote-path): Add "/opt/bin", "/opt/sbin" and "/opt/local/bin".
13346 (tramp-do-file-attributes-with-stat)
13347 (tramp-do-directory-files-and-attributes-with-stat) Return uid and
13348 gid as real numbers. They could run out of integer range on cygwin.
13349 (tramp-do-copy-or-rename-file-out-of-band): Better trace format.
13350 (tramp-sh-handle-expand-file-name): Handle hops.
13351 (tramp-open-connection-setup-interactive-shell):
13352 Use `tramp-cleanup'. Move check for busyboxes ...
13353 (tramp-find-shell): ... here. Simplify implementation.
13354 Set "remote-shell" property also for alternative shells.
13355 (tramp-remote-coding-commands): Check "test -c /dev/stdout".
13356 If failing, a regular file would be written otherwise.
13357 Reported by Dmitry Kurochkin <dmitry.kurochkin@gmail.com>.
13358 (tramp-find-inline-encoding): Cache the coding commands in the
13359 process cache. Apply test command on the remote side, if defined.
13360 (tramp-find-inline-compress): Cache the compress commands in the
13361 process cache.
13362 (tramp-compute-multi-hops): Save `tramp-default-proxies-alist'
13363 when requested. Handle hops.
13364 (tramp-current-connection): New defvar.
13365 (tramp-maybe-open-connection): Use `tramp-cleanup'.
13366 Throw `suppress', if there was a failed connection shortly before.
13367 Handle user interrupt. (Bug#10187)
13368 (tramp-get-inline-compress, tramp-get-inline-coding):
13369 Read connection properties from the process cache.
13370
13371 * net/tramp-smb.el (tramp-smb-server-version)
13372 (tramp-smb-wrong-passwd-regexp, tramp-smb-actions-with-tar):
13373 New defconsts.
13374 (tramp-smb-prompt): Extend for powershell prompt.
13375 (tramp-smb-file-name-handler-alist): Add handlers for
13376 `process-file', `shell-command' and `start-file-process'.
13377 (tramp-smb-winexe-program, tramp-smb-winexe-shell-command)
13378 (tramp-smb-winexe-shell-command-switch): New defcustoms.
13379 (tramp-smb-file-name-p): Simplify.
13380 (tramp-smb-action-with-tar, tramp-smb-handle-process-file)
13381 (tramp-smb-kill-winexe-function, tramp-smb-call-winexe)
13382 (tramp-smb-shell-quote-argument): New defuns.
13383 (tramp-smb-handle-copy-directory): Add COPY-CONTENTS argument.
13384 Implement using "tar". By this, time-stamps are preserved.
13385 (tramp-smb-handle-copy-file): Handle also the case of directories.
13386 (tramp-smb-do-file-attributes-with-stat)
13387 (tramp-smb-get-file-entries, tramp-smb-get-cifs-capabilities):
13388 Use `tramp-get-connection-buffer').
13389 (tramp-smb-handle-rename-file): Use "rename", when source and
13390 target are on the same share.
13391 (tramp-smb-maybe-open-connection): Handle wrong passwords.
13392 Use `tramp-smb-server-version'.
13393 (tramp-smb-wait-for-output): Remove prompt.
13394
13395 * net/tramp.el (top): Require 'cl.
13396 (tramp-methods, tramp-rsh-end-of-line):
13397 Remove `tramp-password-end-of-line' from docstring.
13398 (tramp-save-ad-hoc-proxies): New defcustom.
13399 (tramp-completion-function-alist): Adapt docstring.
13400 (tramp-default-password-end-of-line): Remove defcustom.
13401 (tramp-shell-prompt-pattern): Allow "[]" style prompts. (Bug#11065)
13402 (tramp-user-regexp, tramp-file-name-regexp-unified)
13403 (tramp-file-name-regexp-url): Extend regexp by hop separator.
13404 (tramp-postfix-hop-format, tramp-postfix-hop-regexp)
13405 (tramp-remote-file-name-spec-regexp): New defconst.
13406 (tramp-file-name-structure): Extend structure for hops.
13407 (tramp-get-method-parameter): Move up.
13408 (tramp-file-name-p, tramp-dissect-file-name)
13409 (with-parsed-tramp-file-name): Handle hops.
13410 (tramp-file-name-hop): New defun.
13411 (tramp-make-tramp-file-name): New optional arg HOP.
13412 (tramp-message-show-progress-reporter-message): New defvar.
13413 (tramp-with-progress-reporter): Use it. We cannot use
13414 `tramp-message-show-message' here, because this suppresses also
13415 error buffers.
13416 (tramp-error-with-buffer): Suppress buffer view, if
13417 `tramp-message-show-message' is nil.
13418 Use `tramp-get-connection-buffer'.
13419 (tramp-cleanup): New defun.
13420 (tramp-rfn-eshadow-update-overlay): Let-bind `non-essential' to `t'.
13421 (tramp-file-name-handler): If `debug-on-error' is set, propagate
13422 an error unchanged.
13423 (tramp-completion-handle-file-name-all-completions): Handle hops.
13424 Fix an error when called from ido.
13425 (tramp-completion-dissect-file-name): Use better local variable
13426 name. Add hop to the vector.
13427 (tramp-handle-insert-file-contents): Use progress-reporter for the
13428 whole scenario.
13429 (tramp-action-password): Let-bind `enable-recursive-minibuffers'
13430 to `t'.
13431 (tramp-check-for-regexp): Simplify search.
13432 (tramp-enter-password): Remove it. Move implementation ...
13433 (tramp-action-password): ... here.
13434 (tramp-mode-string-to-int, tramp-local-host-p)
13435 (tramp-make-tramp-temp-file, tramp-read-passwd)
13436 (tramp-clear-passwd, tramp-time-less-p, tramp-time-diff):
13437 Set tramp-autoload cookie.
13438
13439 * net/trampver.el: Update release number.
13440
13441 2012-06-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
13442 Michael Albinus <michael.albinus@gmx.de>
13443
13444 * net/tramp.el (tramp-set-completion-function): Fix docstring.
13445 (tramp-parse-group, tramp-parse-file)
13446 (tramp-parse-shostkeys-sknownhosts): New defuns.
13447 (tramp-parse-rhosts, tramp-parse-rhosts-group, tramp-parse-shosts)
13448 (tramp-parse-shosts-group, tramp-parse-sconfig)
13449 (tramp-parse-sconfig-group, tramp-parse-shostkeys)
13450 (tramp-parse-sknownhosts, tramp-parse-hosts)
13451 (tramp-parse-hosts-group, tramp-parse-passwd, tramp-parse-netrc):
13452 Use them.
13453 (tramp-parse-passwd-group, tramp-parse-netrc-group)
13454 (tramp-parse-putty-group): Don't narrow.
13455 (tramp-parse-putty): Make a loop.
13456 (tramp-file-name-handler): Catch the `suppress' signal.
13457
13458 2012-06-11 Chong Yidong <cyd@gnu.org>
13459
13460 * image.el (imagemagick-register-types): Put the ImageMagick entry
13461 at the end of image-type-file-name-regexps.
13462
13463 2012-06-11 Johan Bockgård <bojohan@gnu.org>
13464
13465 * emacs-lisp/pcase.el (pcase-UPAT, pcase-QPAT): New edebug specs.
13466 (pcase, pcase-let*, pcase-dolist): Use them.
13467
13468 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
13469
13470 * emacs-lisp/pcase.el (pcase--let*): New function.
13471 (pcase-let*): Use it. Use pcase--memoize to avoid repeated expansions.
13472 (pcase--expand): Use macroexp-let².
13473
13474 2012-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
13475
13476 * emacs-lisp/timer.el, emacs-lisp/syntax.el, emacs-lisp/smie.el:
13477 * emacs-lisp/ewoc.el, emacs-lisp/cconv.el, emacs-lisp/bytecomp.el:
13478 * emacs-lisp/byte-opt.el, emacs-lisp/autoload.el: Convert to cl-lib.
13479 * emacs-lisp/easymenu.el, emacs-lisp/easy-mmode.el:
13480 * emacs-lisp/derived.el: Use pcase instead of `cl'.
13481 * emacs-lisp/cl-lib.el: Get rid of special cl-macs auto load.
13482
13483 2012-06-10 Glenn Morris <rgm@gnu.org>
13484
13485 * mail/rmail.el (rmail-yank-current-message): Leave point at
13486 correct position. (Bug#11660)
13487
13488 2012-06-10 Chong Yidong <cyd@gnu.org>
13489
13490 * allout-widgets.el: Fix code header.
13491
13492 2012-06-10 Chong Yidong <cyd@gnu.org>
13493
13494 * cus-edit.el (customize-changed-options-previous-release):
13495 Bump to 24.1.
13496
13497 2012-06-09 Andreas Schwab <schwab@linux-m68k.org>
13498
13499 * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200.
13500
13501 2012-06-09 Chong Yidong <cyd@gnu.org>
13502
13503 * ebuff-menu.el (electric-buffer-list): Preserve header line.
13504
13505 2012-06-09 Martin Rudalics <rudalics@gmx.at>
13506
13507 * window.el (special-display-popup-frame): Don't use
13508 window--display-buffer (Bug#11651).
13509
13510 2012-06-09 Eli Zaretskii <eliz@gnu.org>
13511
13512 Fix parallel builds: make sure loaddefs.el is not being written
13513 while Lisp files are compiled.
13514 (compile): Don't depend on 'mh-autoloads'.
13515 (compile-CMD, compile-SH): Depend on 'autoloads'.
13516 (bootstrap): Don't depend on 'autoloads' and 'mh-autoloads'.
13517
13518 * makefile.w32-in (BIG_STACK_DEPTH): Enlarge to 2200. (Bug#11649)
13519
13520 2012-06-09 Chong Yidong <cyd@gnu.org>
13521
13522 * face-remap.el (face-remap-add-relative, face-remap-set-base)
13523 (buffer-face-set, buffer-face-toggle, buffer-face-mode-invoke):
13524 Doc fixes (Bug#11225).
13525
13526 2012-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
13527
13528 * emacs-lisp/macroexp.el (macroexp--expand-all): Only autoload
13529 a function if there's a clear indication that it has a compiler-macro.
13530 * emacs-lisp/byte-run.el (defun-declarations-alist, defmacro, defun)
13531 (macro-declarations-alist): Add arglist to declaration functions.
13532 (defun-declarations-alist): Add `obsolete' and `compiler-macro'.
13533 * emacs-lisp/cl-seq.el (cl-member, cl-assoc):
13534 * emacs-lisp/cl-lib.el (cl-list*, cl-adjoin):
13535 * emacs-lisp/cl-extra.el (cl-get): Use the new `declare' statement.
13536 Also add autoload to find the compiler macro.
13537 * emacs-lisp/cl-macs.el (eql) [compiler-macro]: Remove.
13538 (cl--compiler-macro-member, cl--compiler-macro-assoc)
13539 (cl--compiler-macro-adjoin, cl--compiler-macro-list*)
13540 (cl--compiler-macro-get): New functions, replacing calls to
13541 cl-define-compiler-macro.
13542 (cl-typep) [compiler-macro]: Use macroexp-let².
13543
13544 2012-06-08 Nick Dokos <nicholas.dokos@hp.com> (tiny change)
13545
13546 * calendar/icalendar.el (icalendar--parse-vtimezone): Import TZID
13547 string properly, fixes Bug#11473.
13548
13549 2012-06-08 Chong Yidong <cyd@gnu.org>
13550
13551 * faces.el (set-face-attribute): Doc fix.
13552 (modify-face): Don't use :bold and :italic.
13553 (error, warning, success): Tweak definitions.
13554
13555 * cus-edit.el (custom-modified, custom-invalid, custom-rogue)
13556 (custom-modified, custom-set, custom-changed, custom-themed)
13557 (custom-saved, custom-button, custom-button-mouse)
13558 (custom-button-pressed, custom-state, custom-comment-tag)
13559 (custom-variable-tag, custom-group-tag-1, custom-group-tag)
13560 (custom-group-subtitle): Use new-style face specs.
13561 (custom-invalid-face, custom-rogue-face, custom-modified-face)
13562 (custom-set-face, custom-changed-face, custom-saved-face)
13563 (custom-button-face, custom-button-pressed-face)
13564 (custom-documentation-face, custom-state-face)
13565 (custom-comment-face, custom-comment-tag-face)
13566 (custom-variable-tag-face, custom-variable-button-face)
13567 (custom-face-tag-face, custom-group-tag-face-1)
13568 (custom-group-tag-face): Remove obsolete face alias.
13569
13570 * epa.el (epa-validity-high, epa-validity-medium)
13571 (epa-validity-low, epa-mark, epa-field-name, epa-string)
13572 (epa-field-name, epa-field-body):
13573 * font-lock.el (font-lock-comment-face, font-lock-string-face)
13574 (font-lock-keyword-face, font-lock-builtin-face)
13575 (font-lock-function-name-face, font-lock-variable-name-face)
13576 (font-lock-type-face, font-lock-constant-face):
13577 * ido.el (ido-first-match, ido-only-match, ido-subdir)
13578 (ido-virtual, ido-indicator, ido-incomplete-regexp):
13579 * speedbar.el (speedbar-button-face, speedbar-file-face)
13580 (speedbar-directory-face, speedbar-tag-face)
13581 (speedbar-selected-face, speedbar-highlight-face)
13582 (speedbar-separator-face):
13583 * whitespace.el (whitespace-newline, whitespace-space)
13584 (whitespace-hspace, whitespace-tab, whitespace-trailing)
13585 (whitespace-line, whitespace-space-before-tab)
13586 (whitespace-space-after-tab, whitespace-indentation)
13587 (whitespace-empty):
13588 * emulation/cua-base.el (cua-global-mark):
13589 * eshell/em-prompt.el (eshell-prompt):
13590 * net/newst-plainview.el (newsticker-new-item-face)
13591 (newsticker-old-item-face, newsticker-immortal-item-face)
13592 (newsticker-obsolete-item-face, newsticker-date-face)
13593 (newsticker-statistics-face, newsticker-default-face):
13594 * net/newst-reader.el (newsticker-feed-face)
13595 (newsticker-extra-face, newsticker-enclosure-face):
13596 * net/newst-treeview.el (newsticker-treeview-face)
13597 (newsticker-treeview-new-face, newsticker-treeview-old-face)
13598 (newsticker-treeview-immortal-face)
13599 (newsticker-treeview-obsolete-face)
13600 (newsticker-treeview-selection-face):
13601 * net/rcirc.el (rcirc-my-nick, rcirc-other-nick)
13602 (rcirc-bright-nick, rcirc-server, rcirc-timestamp)
13603 (rcirc-nick-in-message, rcirc-nick-in-message-full-line)
13604 (rcirc-prompt, rcirc-track-keyword, rcirc-url, rcirc-keyword):
13605 * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
13606 (nxml-outline-active-indicator, nxml-outline-ellipsis):
13607 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
13608 (mpuz-text):
13609 * progmodes/vera-mode.el (vera-font-lock-number)
13610 (vera-font-lock-function, vera-font-lock-interface):
13611 * textmodes/table.el (table-cell): Use new-style face specs, and
13612 don't use the old :bold and :italic attributes.
13613
13614 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
13615 (ebrowse-member-attribute, ebrowse-default, ebrowse-file-name)
13616 (ebrowse-member-class, ebrowse-progress): Likewise.
13617 (ebrowse-tree-mark-face, ebrowse-root-class-face)
13618 (ebrowse-file-name-face, ebrowse-default-face)
13619 (ebrowse-member-attribute-face, ebrowse-member-class-face)
13620 (ebrowse-progress-face): Remove obsolete faces.
13621
13622 * progmodes/flymake.el (flymake-errline, flymake-warnline):
13623 Inherit from error and warning faces respectively.
13624
13625 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
13626 Likewise.
13627 (flyspell-incorrect-face, flyspell-duplicate-face):
13628 Remove obsolete aliases.
13629
13630 2012-06-08 Michael Albinus <michael.albinus@gmx.de>
13631
13632 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
13633 Avoid infloop.
13634
13635 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
13636
13637 * startup.el (argv, argi): Make lexically scoped.
13638 * emacs-lisp/float-sup.el (pi): Use internal-make-var-non-special.
13639 * emacs-lisp/cl-macs.el: Use lexical-binding.
13640 Rename cl-bind-* to cl--bind-*.
13641 * files.el: Don't require `cl' since it doesn't use it.
13642 * emacs-lisp/pcase.el, emacs-lisp/macroexp.el: Add coding cookie.
13643
13644 2012-06-08 Juanma Barranquero <lekktu@gmail.com>
13645
13646 * textmodes/texinfmt.el: Fix bug#11640 (reverts part of 2008-07-31T05:33:56Z!dann@ics.uci.edu).
13647 (texinfo-format-printindex): Use `texinfo-sort-region' in all platforms,
13648 instead of calling external sort utility.
13649 (texinfo-sort-region, texinfo-sort-startkeyfun): Restore functions.
13650
13651 2012-06-08 Eli Zaretskii <eliz@gnu.org>
13652
13653 * descr-text.el (describe-char): Mention how to insert the
13654 character, if the current input method doesn't support it.
13655 See the discussion in this thread for the details:
13656 http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00533.html.
13657
13658 2012-06-08 Sam Steingold <sds@gnu.org>
13659
13660 * bindings.el (global-map): Bind XF86Forward to next-buffer and
13661 XF86Back to previous-buffer.
13662 (minibuffer-local-map): Bind them to next-history-element and
13663 previous-history-element respectively.
13664 * help-mode.el (help-mode-map): Bind them to help-go-forward and
13665 help-go-back respectively.
13666 * info.el (Info-mode-map): Bind them to Info-history-forward and
13667 Info-history-back respectively.
13668 These are the keys next to Up on the ThinkPad keyboard.
13669
13670 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
13671
13672 Get rid of cl-lexical-let, keeping only lexical-let for compatibility.
13673 * emacs-lisp/cl-macs.el: Provide itself.
13674 (cl--labels-convert-cache): New var.
13675 (cl--labels-convert): New function.
13676 (cl-flet, cl-labels): New implementation with new semantics, relying on
13677 lexical-binding.
13678 * emacs-lisp/cl.el: Mark compatibility aliases as obsolete.
13679 (cl-closure-vars, cl--function-convert-cache)
13680 (cl--function-convert): Move from cl-macs.el.
13681 (lexical-let, lexical-let*, flet, labels): Move from cl-macs.el and
13682 rename by removing the "cl-" prefix.
13683 * emacs-lisp/macroexp.el (macroexp-unprogn): New function.
13684
13685 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
13686
13687 * emacs-lisp/cl.el (cl-macroexpand, cl-macro-environment)
13688 (cl-macroexpand-all, cl-not-hash-table, cl-builtin-gethash)
13689 (cl-builtin-remhash, cl-builtin-clrhash, cl-builtin-maphash)
13690 (cl-map-keymap, cl-copy-tree, cl-gethash, cl-puthash, cl-remhash)
13691 (cl-clrhash, cl-maphash, cl-make-hash-table, cl-hash-table-p)
13692 (cl-hash-table-count): Add old compatibility aliases.
13693
13694 * emacs-lisp/cl-macs.el (cl-macro-environment): Remove var.
13695 Use macroexpand-all-environment instead.
13696 (cl--old-macroexpand): New var.
13697 (cl--sm-macroexpand): New function.
13698 (cl-symbol-macrolet): Use it during macro expansion.
13699 (cl--function-convert-cache): New var.
13700 (cl--function-convert): New function, extracted from
13701 cl-macroexpand-all.
13702 (cl-lexical-let): Use it.
13703
13704 * emacs-lisp/cl-lib.el (cl-macro-environment): Remove decl.
13705 (cl-macroexpand): Move to cl-macs.el and rename to cl--sm-macroexpand.
13706 (cl-member): Remove old alias.
13707
13708 * emacs-lisp/cl-extra.el (cl-map-keymap, cl-copy-tree)
13709 (cl-not-hash-table, cl-builtin-gethash, cl-builtin-remhash)
13710 (cl-builtin-clrhash, cl-builtin-maphash, cl-gethash, cl-puthash)
13711 (cl-remhash, cl-clrhash, cl-maphash, cl-make-hash-table)
13712 (cl-hash-table-p, cl-hash-table-count): Move to cl.el.
13713 (cl-macroexpand-cmacs): Remove var.
13714 (cl-macroexpand-all, cl-macroexpand-body): Remove funs.
13715 Use macroexpand-all instead.
13716
13717 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
13718
13719 * emacs-lisp/macroexp.el (macroexp-progn, macroexp-let*, macroexp-if)
13720 (macroexp-let², macroexp--const-symbol-p, macroexp-const-p)
13721 (macroexp-copyable-p): New functions and macros.
13722 * emacs-lisp/edebug.el (edebug-unwrap):
13723 * emacs-lisp/disass.el (disassemble-internal): Use macroexp-progn.
13724 * emacs-lisp/pcase.el: Use macroexp-let*, macroexp-if, ...
13725 (pcase--let*): Remove.
13726 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p)
13727 (byte-compile-constp): Remove. Use macroexp--const-symbol-p and
13728 macroexp-const-p instead.
13729 * emacs-lisp/byte-opt.el: Use macroexp-const-p and macroexp-progn.
13730
13731 * emacs-lisp/cl-macs.el: Clean up the name space by using "cl--"
13732 instead of "cl-" for internal definitions. Use macroexp-const-p.
13733 (cl-old-bc-file-form): Remove var.
13734 (cl-const-exprs-p): Remove fun.
13735 (cl-labels, cl-macrolet): Use backquote.
13736 (cl-lexical-let): Use cl-symbol-macrolet. Don't use cl-defun-expander.
13737 (cl-defun-expander, cl-byte-compile-compiler-macro): Remove fun.
13738 (cl-define-setf-expander): Rename from cl-define-setf-method.
13739 * emacs-lisp/cl.el: Adjust alias for define-setf-method.
13740
13741 * international/mule-cmds.el: Don't require CL.
13742 (view-hello-file): Don't use `letf'.
13743
13744 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
13745
13746 * tmm.el (tmm-prompt): Use string-prefix-p.
13747 (tmm-completion-delete-prompt): Don't affect current-buffer outside.
13748 (tmm-add-prompt): Use minibuffer-completion-help.
13749 (tmm-delete-map): Remove.
13750
13751 * subr.el (kbd): Make it its own function.
13752
13753 2012-06-07 Stefan Merten <smerten@oekonux.de>
13754
13755 * textmodes/rst.el: Use `eval-when-compile' for requiring `cl.el'.
13756 Silence compiler warnings. Fix versions.
13757 (rst-position-if, rst-position, rst-some, rst-signum): New functions.
13758 (rst-shift-region, rst-adornment-level, rst-compute-tabs)
13759 (rst-indent-line, rst-shift-region, rst-forward-line): Use them.
13760 (rst-package-emacs-version-alist): Correct Emacs version to
13761 represent major merge with upstream.
13762 (rst-transition, rst-adornment, rst-compile-toolsets): Fix versions.
13763
13764 2012-06-06 Glenn Morris <rgm@gnu.org>
13765
13766 * mail/emacsbug.el (report-emacs-bug): Add relevant EMACS env-vars.
13767 Only print environment variables if set.
13768
13769 2012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
13770
13771 * emacs-lisp/macroexp.el: Don't require CL since we don't use it.
13772 (macroexp--cons): Rename from maybe-cons.
13773 (macroexp--accumulate): Rename from macroexp-accumulate.
13774 (macroexp--all-forms): Rename from macroexpand-all-forms.
13775 (macroexp--all-clauses): Rename from macroexpand-all-clauses.
13776 (macroexp--expand-all): Rename from macroexpand-all-1.
13777
13778 2012-06-06 Sam Steingold <sds@gnu.org>
13779
13780 * calendar/calendar.el (calendar-in-read-only-buffer):
13781 Call `special-mode' to enable the standard read-only keybindings.
13782
13783 2012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
13784
13785 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't spam the output
13786 with "loading" messages (bug#11635).
13787
13788 2012-06-06 Michael Albinus <michael.albinus@gmx.de>
13789
13790 * files.el (enable-remote-dir-locals): New option.
13791 (hack-dir-local-variables): Use it. (Bug#1933, Bug#6731)
13792
13793 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
13794 Ensure, that the temp directory is local.
13795
13796 * net/tramp-sh.el (tramp-sh-handle-write-region): Let-bind
13797 `temporary-file-directory'.
13798
13799 * progmodes/python.el (python-send-region): Ensure, that the
13800 temporary file is created also in the remote case.
13801
13802 2012-06-06 Glenn Morris <rgm@gnu.org>
13803
13804 * vc/vc-rcs.el (vc-rcs-rcs2log-program): New.
13805 (vc-rcs-update-changelog): Use it.
13806
13807 * emacs-lisp/authors.el (authors-fixed-entries): Remove vcdiff.
13808
13809 * vc/vc-sccs.el (vc-sccs-write-revision): New function.
13810 (vc-sccs-workfile-unchanged-p): Use vc-sccs-write-revision.
13811 (vc-sccs-diff): Replace use of the external vcdiff script.
13812
13813 2012-06-05 Glenn Morris <rgm@gnu.org>
13814
13815 * ledit.el: Move to obsolete/.
13816
13817 2012-06-05 Sam Steingold <sds@gnu.org>
13818
13819 * calendar/calendar.el (calendar-exit): Reinstate the 2012-03-28
13820 patch (Bug#11140).
13821
13822 2012-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
13823
13824 * emacs-lisp/cust-print.el: Move to obsolete.
13825
13826 * emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during
13827 compiler-macro expansion.
13828
13829 Add native compiler-macro support.
13830 * emacs-lisp/macroexp.el (macroexpand-all-1):
13831 Support compiler-macros directly. Properly follow aliases and apply
13832 the compiler macros more thoroughly.
13833 * emacs-lisp/cl.el: Don't copy compiler-macro properties any more since
13834 macroexpand now properly follows aliases.
13835 * emacs-lisp/cl-macs.el (toplevel, cl-define-compiler-macro)
13836 (cl-compiler-macroexpand): Use new prop.
13837 * emacs-lisp/byte-opt.el (featurep): Optimize earlier.
13838
13839 * emacs-lisp/cl-lib.el (custom-print-functions): Add alias.
13840
13841 2012-06-05 Martin Rudalics <rudalics@gmx.at>
13842
13843 * window.el (get-lru-window, get-mru-window, get-largest-window):
13844 New argument NOT-SELECTED to avoid picking the selected window.
13845 (window--display-buffer-1, window--display-buffer-2): Replace by
13846 new function window--display-buffer
13847 (display-buffer-same-window, display-buffer-reuse-window)
13848 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
13849 Use window--display-buffer.
13850 (display-buffer-use-some-window): Remove temporary dedication
13851 hack by calling get-lru-window and get-largest-window with
13852 NOT-SELECTED argument non-nil. Call window--display-buffer.
13853
13854 2012-06-05 Glenn Morris <rgm@gnu.org>
13855
13856 * vc/vc-sccs.el (vc-sccs-workfile-unchanged-p):
13857 Replace external vcdiff script.
13858
13859 2012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
13860
13861 * emacs-lisp/cl-lib.el (cl-values, cl-values-list): Fix up last change.
13862
13863 2012-06-04 Chong Yidong <cyd@gnu.org>
13864
13865 * image.el (imagemagick-types-inhibit): Revert last change.
13866 Add INFO and M.
13867 (imagemagick-enabled-types): Remove CIN and EPS*.
13868
13869 2012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
13870
13871 * emacs-lisp/cl-lib.el: Rename from cl.el.
13872 * emacs-lisp/cl.el: New compatibility file.
13873 * emacs-lisp/cl-lib.el, emacs-lisp/cl-seq.el, emacs-lisp/cl-macs.el:
13874 * emacs-lisp/cl-extra.el: Rename all top-level functions and variables
13875 to obey the "cl-" prefix.
13876 * emacs-lisp/macroexp.el (macroexpand-all-1): Adjust to new name.
13877
13878 2012-06-03 Glenn Morris <rgm@gnu.org>
13879
13880 * emacs-lisp/authors.el (authors-aliases): Addition.
13881
13882 * cus-start.el (tool-bar-style, tool-bar-max-label-size):
13883 Fix :version.
13884
13885 2012-06-03 Stefan Merten <smerten@oekonux.de>
13886
13887 * textmodes/rst.el: Add comments.
13888 (rst-transition, rst-adornment): New faces.
13889 (rst-adornment-faces-alist): Make default safe to reevaluate.
13890 Fixes
13891 http://sourceforge.net/tracker/?func=detail&atid=422030&aid=3479603&group_id=38414.
13892 Improve customization tags.
13893 (rst-define-level-faces): Clarify meaning.
13894
13895 2012-06-03 Chong Yidong <cyd@gnu.org>
13896
13897 * progmodes/compile.el (compilation-mode-line-fail)
13898 (compilation-mode-line-run, compilation-mode-line-exit):
13899 New faces.
13900 (compilation-start, compilation-handle-exit): Use them (Bug#11032).
13901
13902 2012-06-03 Jack Duthen <duthen.mac.01@gmail.com> (tiny change)
13903
13904 * progmodes/which-func.el (which-func-update-ediff-windows):
13905 New function. Use it in ediff-select-hook (Bug#11478).
13906
13907 2012-06-03 Chong Yidong <cyd@gnu.org>
13908
13909 * bindings.el: Remove explicit help text from format-mode-line.
13910 It is now supplied by mode-line-default-help-echo.
13911 (mode-line-front-space, mode-line-end-spaces)
13912 (mode-line-misc-info): New variables.
13913 (mode-line-modes, mode-line-position): Move the default value to
13914 the variable definition.
13915 (mode-line-default-help-echo): New defcustom.
13916 (mode-line-mule-info-help-echo, mode-line-read-only-help-echo)
13917 (mode-line-modified-help-echo): New functions.
13918 (mode-line-mule-info, mode-line-modified): Use them.
13919 (mode-line-eol-desc, propertized-buffer-identification):
13920 Consistency fixes for help text.
13921 (mode-line-coding-system-map): Allow using mouse-3 to invoke
13922 set-buffer-file-coding-system (Bug#289).
13923 (mode-line-mule-info-help-echo): Update help text.
13924
13925 2012-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
13926
13927 * simple.el (execute-extended-command): Set real-this-command
13928 (bug#11506).
13929
13930 2012-06-02 Chong Yidong <cyd@gnu.org>
13931
13932 Remove incorrect uses of "modeline" in comments, docstrings, and
13933 function/variable names (Bug#10329).
13934
13935 * cus-edit.el (mode-line):
13936 * dframe.el (dframe-mouse-hscroll):
13937 * emacs-lisp/re-builder.el:
13938 * emacs-lisp/easy-mmode.el (define-minor-mode):
13939 * frame.el (set-frame-name):
13940 * help.el (lookup-minor-mode-from-indicator):
13941 * net/rcirc.el (rcirc-activity-string, rcirc-short-buffer-name):
13942 * progmodes/cc-cmds.el (c-toggle-auto-newline)
13943 (c-toggle-hungry-state):
13944 * progmodes/antlr-mode.el (antlr-language-alist):
13945 * progmodes/idlw-shell.el (idlwave-shell-electric-stop-line-face):
13946 * progmodes/vhdl-mode.el (vhdl-mode):
13947 * progmodes/which-func.el (which-func, which-func-cleanup-function):
13948 * term/ns-win.el (ns-face-at-pos):
13949 * term/sup-mouse.el (sup-mouse-report):
13950 * textmodes/flyspell.el (flyspell-mode-line-string):
13951 * textmodes/ispell.el (ispell-highlight-face):
13952 * textmodes/reftex-global.el:
13953 * vc/vc-arch.el (vc-arch-mode-line-string):
13954 * vc/vc-cvs.el (vc-cvs-mode-line-string):
13955 * vc/vc-git.el (vc-git-mode-line-string):
13956 * vc/vc-hooks.el (vc-display-status)
13957 (vc-default-mode-line-string):
13958 * vc/vc-mtn.el (vc-mtn-mode-line-string): Doc fixes.
13959
13960 * ansi-color.el (ansi-color-faces-vector): Change default faces.
13961
13962 * dired.el (dired-sort-set-mode-line): Rename from
13963 dired-sort-set-modeline. All callers changed.
13964
13965 * eshell/esh-mode.el (eshell-status-in-mode-line): Rename from
13966 eshell-status-in-modeline.
13967
13968 * foldout.el (foldout-mode-line-string): Rename from
13969 foldout-modeline-string. All callers changed.
13970 (foldout-update-mode-line): Rename from foldout-update-modeline.
13971
13972 * subr.el (redraw-modeline): Make into obsolete alias.
13973
13974 * calendar/timeclock.el (timeclock-mode-line-display): Rename from
13975 timeclock-modeline-display. Make old name an alias.
13976 (timeclock-update-mode-line): Likewise. All callers changed.
13977 (timeclock-mode-line-display): No need to check before using
13978 add-hook.
13979 (timeclock-relative, timeclock-day-over-hook)
13980 (timeclock-use-elapsed, timeclock-mode-string)
13981 (timeclock-mode-line-display): Doc fix, "modeline" -> "mode line".
13982
13983 * emulation/crisp.el (crisp-mode-mode-line-string): Rename from
13984 crisp-mode-modeline-string.
13985
13986 * play/solitaire.el (solitaire-build-mode-line): Rename from
13987 solitaire-build-modeline. All callers changed.
13988
13989 * play/zone.el (zone-hiding-mode-line): Rename from
13990 zone-hiding-modeline. All callers changed.
13991 (zone): Remove unusued `modeline-hidden-level' property.
13992
13993 * progmodes/xscheme.el (xscheme-mode-line-initialize): Rename from
13994 xscheme-modeline-initialize. All callers changed.
13995
13996 * strokes.el (strokes-lighter): Rename from
13997 strokes-modeline-string.
13998
13999 * textmodes/sgml-mode.el (html-face-tag-alist)
14000 (html-tag-face-alist): Use mode-line face instead of obsolete
14001 alias modeline.
14002
14003 2012-06-02 Stefan Merten <smerten@oekonux.de>
14004
14005 * textmodes/rst.el: Always require `cl'.
14006 (rst-mode-map): Fix meaning of C-M-a / C-M-e.
14007
14008 2012-06-02 Chong Yidong <cyd@gnu.org>
14009
14010 * image.el (imagemagick-enabled-types): Rename from
14011 imagemagick-types-enable. Add many more types.
14012 (imagemagick-types-inhibit): Change default to nil.
14013 (imagemagick-filter-types): Caller changed.
14014
14015 2012-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
14016
14017 * emacs-lisp/cl-macs.el: Use backquotes.
14018 (cl-transform-function-property): Use eval-and-compile rather than
14019 abusing `require'.
14020 (defstruct): Use declare-function instead of with-no-warnings.
14021
14022 * emacs-lisp/bytecomp.el: Fix last change (bug#11594).
14023 (byte-compile-output-docform): Re-add the print-circle bindings.
14024 (byte-compile-fix-header): Use #$ just because it's shorter.
14025 (byte-compile-output-file-form): Remove defun/defmacro.
14026
14027 2012-06-01 Martin Rudalics <rudalics@gmx.at>
14028
14029 * simple.el (choose-completion): Remove now obsolete binding for
14030 owindow.
14031
14032 2012-06-01 Michael Albinus <michael.albinus@gmx.de>
14033
14034 * net/tramp.el (tramp-check-for-regexp): Search from buffer end,
14035 in order to avoid "Stack overflow in regexp matcher".
14036
14037 2012-05-31 Glenn Morris <rgm@gnu.org>
14038
14039 * image.el: For clarity, call imagemagick-register-types at
14040 top-level, rather than relying on a custom :initialize.
14041 (imagemagick-types-enable): New option. (Bug#11557)
14042 (imagemagick-filter-types): New function. (Bug#7406)
14043 (imagemagick-register-types): Use imagemagick-filter-types.
14044 If disabling support, remove elements altogether rather
14045 than using an impossible regexp.
14046 (imagemagick-types-inhibit): Give it the default init function.
14047
14048 2012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
14049
14050 * emacs-lisp/bytecomp.el (byte-compile-fix-header):
14051 Handle arbitrary file name lengths (Bug#11585).
14052
14053 2012-05-31 Martin Rudalics <rudalics@gmx.at>
14054
14055 * desktop.el (desktop-read): Clear previous and next buffers for
14056 all windows and bury *Messages* buffer (bug#11556).
14057
14058 2012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
14059
14060 Add `declare' for `defun'. Align `defmacro's with it.
14061 * emacs-lisp/easy-mmode.el (define-minor-mode)
14062 (define-globalized-minor-mode): Don't autoload the var definitions.
14063 * emacs-lisp/byte-run.el: Use lexical-binding.
14064 (defun-declarations-alist, macro-declarations-alist): New vars.
14065 (defmacro, defun): Use them.
14066 (make-obsolete, define-obsolete-function-alias)
14067 (make-obsolete-variable, define-obsolete-variable-alias):
14068 Use `declare'.
14069 (macro-declaration-function): Mark obsolete.
14070 * emacs-lisp/autoload.el: Use lexical-binding.
14071 (make-autoload): Add `expansion' arg. Rely more on macro expansion.
14072
14073 2012-05-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
14074
14075 * textmodes/ispell.el (ispell-with-no-warnings):
14076 Define as a macro.
14077 (ispell-kill-ispell, ispell-change-dictionary):
14078 Use `called-interactively-p' for Emacs instead of obsolete
14079 `interactive-p'.
14080
14081 2012-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
14082
14083 * emacs-lisp/byte-run.el (defmacro, defun): Move from C.
14084 (macro-declaration-function): Move var from C code.
14085 (macro-declaration-function): Define function with defalias.
14086 * emacs-lisp/macroexp.el (macroexpand-all-1):
14087 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
14088 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't handle
14089 defun/defmacro any more.
14090 * emacs-lisp/bytecomp.el (byte-compile-arglist-signature):
14091 Provide fallback for unknown arglist.
14092 (byte-compile-arglist-warn): Change calling convention.
14093 (byte-compile-output-file-form): Move print-vars binding.
14094 (byte-compile-output-docform): Simplify accordingly.
14095 (byte-compile-file-form-defun, byte-compile-file-form-defmacro)
14096 (byte-compile-defmacro-declaration): Remove.
14097 (byte-compile-file-form-defmumble): Generalize to defalias.
14098 (byte-compile-output-as-comment): Return byte-positions.
14099 Simplify callers accordingly.
14100 (byte-compile-lambda): Use `assert'.
14101 (byte-compile-defun, byte-compile-defmacro): Remove.
14102 (byte-compile-file-form-defalias):
14103 Use byte-compile-file-form-defmumble.
14104 (byte-compile-defalias-warn): Remove.
14105
14106 2012-05-29 Stefan Merten <smerten@oekonux.de>
14107
14108 * textmodes/rst.el: Silence `checkdoc-ispell' errors where
14109 possible. Fix authors. Improve comments. Improve loading of `cl'.
14110
14111 (rst-mode-abbrev-table): Merge definition.
14112 (rst-mode): Make sure `font-lock-defaults' is buffer local.
14113 (rst-define-key, rst-deprecated-keys, rst-call-deprecated): Refactor.
14114
14115 2012-05-29 Ulf Jasper <ulf.jasper@web.de>
14116
14117 * calendar/icalendar.el
14118 (icalendar-export-region): Export UID properly.
14119
14120 2012-05-29 Leo Liu <sdl.web@gmail.com>
14121 * calendar/icalendar.el (icalendar-import-format):
14122 Add `icalendar-import-format-uid' (Bug#11525).
14123 (icalendar-import-format-uid): New.
14124 (icalendar--parse-summary-and-rest, icalendar--format-ical-event):
14125 Export UID.
14126
14127 2012-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
14128
14129 * emacs-lisp/pcase.el (pcase--expand): Accept different sets of vars in
14130 different alternative patterns.
14131 (pcase-codegen): Be more careful to preserve identity.
14132 (pcase--u1): Don't forget to mark vars as used.
14133
14134 * emacs-lisp/bytecomp.el (byte-compile-constp): Treat #'v as a constant.
14135 (byte-compile-close-variables): Bind byte-compile--outbuffer here...
14136 (byte-compile-from-buffer): ...rather than here.
14137
14138 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Don't re-preprocess
14139 functions from byte-compile-function-environment.
14140
14141 2012-05-29 Troels Nielsen <bn.troels@gmail.com>
14142
14143 * window.el (window-deletable-p): Avoid deleting the root window
14144 of a frame with an active minibuffer.
14145
14146 2012-05-29 Martin Rudalics <rudalics@gmx.at>
14147
14148 * simple.el (choose-completion): Use quit-window (Bug#11567).
14149
14150 2012-05-29 Chong Yidong <cyd@gnu.org>
14151
14152 * whitespace.el (whitespace-cleanup): Fix usage of
14153 whitespace-empty-at-bob-regexp (Bug#11492).
14154
14155 2012-05-29 Aaron S. Hawley <aaron.s.hawley@gmail.com>
14156
14157 * vc/vc.el (vc-revert, vc-rollback): Dont kill vc-diff buffer on
14158 revert (Bug#11488).
14159
14160 2012-05-29 Juri Linkov <juri@jurta.org>
14161
14162 * isearch.el (isearch-mode-map): Bind `M-s _' to
14163 `isearch-toggle-symbol'. Bind `M-s c' to
14164 `isearch-toggle-case-fold'.
14165 (search-map): Bind `M-s _' to `isearch-forward-symbol'.
14166 (isearch-forward): Add `M-s _' to the docstring.
14167 (isearch-forward-symbol, isearch-toggle-case-fold)
14168 (isearch-symbol-regexp): New functions. (Bug#11381)
14169
14170 2012-05-29 Juri Linkov <juri@jurta.org>
14171
14172 * isearch.el (isearch-word): Add docstring. (Bug#11381)
14173 (isearch-occur, isearch-search-and-update): If `isearch-word' is
14174 a function, call it to get the regexp.
14175 (isearch-message-prefix): If `isearch-word' holds a symbol, use its
14176 property `isearch-message-prefix' instead of the string "word ".
14177 (isearch-search-fun-default): For the case of `isearch-word',
14178 return a lambda that calls re-search-forward/re-search-backward
14179 with a regexp returned by `word-search-regexp' or by the function
14180 in `isearch-word'.
14181
14182 2012-05-29 Juri Linkov <juri@jurta.org>
14183
14184 * isearch.el (isearch-search-fun-default): New function.
14185 (isearch-search-fun): Move default part to the new function
14186 `isearch-search-fun-default'.
14187 (isearch-search-fun-function): Set the default value to
14188 `isearch-search-fun-default'. (Bug#11381)
14189
14190 * comint.el (comint-history-isearch-end):
14191 Use `isearch-search-fun-default'.
14192 (comint-history-isearch-search): Use `isearch-search-fun-default'
14193 and remove spacial case for `isearch-word'.
14194 (comint-history-isearch-wrap): Remove spacial case for
14195 `isearch-word'.
14196
14197 * hexl.el (hexl-isearch-search-function):
14198 Use `isearch-search-fun-default'.
14199
14200 * info.el (Info-isearch-search): Use `isearch-search-fun-default'.
14201 Use `word-search-regexp' for `isearch-word'.
14202
14203 * misearch.el (multi-isearch-search-fun):
14204 Use `isearch-search-fun-default'.
14205
14206 * simple.el (minibuffer-history-isearch-search):
14207 Use `isearch-search-fun-default' and remove spacial case for
14208 `isearch-word'.
14209 (minibuffer-history-isearch-wrap): Remove spacial case for
14210 `isearch-word'.
14211
14212 * textmodes/reftex-global.el (reftex-isearch-wrap-function):
14213 Remove spacial case for `isearch-word'.
14214 (reftex-isearch-isearch-search): Use `isearch-search-fun-default'.
14215
14216 2012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
14217
14218 Decrease XEmacs incompatibilities.
14219 * textmodes/flyspell.el (flyspell-check-pre-word-p):
14220 Use `string-match'.
14221 (flyspell-delete-region-overlays): Use alternative definition for
14222 XEmacs.
14223 (flyspell-delete-all-overlays): Use `flyspell-delete-region-overlays'.
14224 (flyspell-word): Use `process-kill-without-query' if XEmacs.
14225 (flyspell-mode-on): Use `interactive-p' if XEmacs.
14226 (flyspell-incorrect-face, flyspell-duplicate-face): Do not use
14227 `define-obsolete-face-alias' under XEmacs, but old method.
14228
14229 * textmodes/ispell.el (ispell-with-no-warnings): XEmacs alternative
14230 `with-no-warnings' definition or Emacs alias.
14231 (ispell-command-loop, ispell-message): Use `ispell-with-no-warnings'.
14232 (ispell-word): Do not use `region-p' if XEmacs.
14233
14234 2012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
14235
14236 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
14237 Check for `ispell-dictionary-base-alist' instead of full
14238 `ispell-dictionary-alist'.
14239 (ispell-init-process): Show spellchecker when starting new Ispell
14240 process.
14241
14242 2012-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
14243
14244 * progmodes/vhdl-mode.el: Sync with upstream 3.33.28.
14245 http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
14246
14247 2012-05-27 Juanma Barranquero <lekktu@gmail.com>
14248
14249 * version.el (motif-version-string, gtk-version-string)
14250 (ns-version-string): Declare.
14251
14252 2012-05-27 Juri Linkov <juri@jurta.org>
14253
14254 * emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
14255 after the `eval-defun-1' specialcaseing
14256 like in `edebug-eval-defun' (bug#10181).
14257
14258 * emacs-lisp/edebug.el (edebug-eval-defun): Set `face-documentation'
14259 like in `eval-defun-1'.
14260
14261 2012-05-27 Eli Zaretskii <eliz@gnu.org>
14262
14263 * mail/sendmail.el (mail-yank-region):
14264 Recognize rmail-yank-current-message in addition to insert-buffer.
14265 Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
14266 a *mail* buffer created through rmail-start-mail with sendmail as
14267 mail-user-agent.
14268
14269 2012-05-27 Chong Yidong <cyd@gnu.org>
14270
14271 * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
14272 Default to 256 (Bug#11267).
14273
14274 * help.el (describe-mode): Doc fix.
14275
14276 2012-05-26 Glenn Morris <rgm@gnu.org>
14277
14278 * w32-fns.el (w32-init-info): Remove.
14279 * paths.el (Info-default-directory-list): Add w32-init-info equivalent.
14280
14281 * info.el (info-initialize): For self-contained NS builds, put the
14282 included info/ directory at the front. (Bug#2791)
14283
14284 * paths.el (Info-default-directory-list): Make it a defcustom,
14285 mainly so that we can use custom-initialize-delay.
14286
14287 2012-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
14288
14289 * subr.el (buffer-has-markers-at): Mark obsolete.
14290
14291 * subr.el (lambda): Use declare.
14292
14293 * emacs-lisp/lisp-mode.el (lambda):
14294 * emacs-lisp/edebug.el (lambda): Move properties to its definition.
14295
14296 2012-05-26 Aaron S. Hawley <aaron.s.hawley@gmail.com>
14297
14298 * thingatpt.el (forward-same-syntax): Handle no ARG case. (Bug#11560)
14299
14300 2012-05-26 Glenn Morris <rgm@gnu.org>
14301
14302 * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
14303
14304 2012-05-25 Glenn Morris <rgm@gnu.org>
14305
14306 * paths.el: Remove no-byte-compile.
14307 * loadup.el: No need to load paths.el uncompiled.
14308
14309 * image.el (imagemagick-types-inhibit): Doc fix.
14310
14311 * version.el: Remove no-byte-compile and associated formatting.
14312 * loadup.el: No need to load version.el uncompiled. AFAICS, this
14313 is ancient code from when there was an "inc-vers.el".
14314
14315 2012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
14316
14317 * progmodes/gdb-mi.el: Minor style changes.
14318 (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
14319 Turn into minor modes.
14320 (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
14321 (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
14322 (gdb-shell): Remove unneeded let-binding.
14323 (gdb-get-many-fields): Eliminate O(n²) behavior.
14324
14325 2012-05-25 Eli Zaretskii <eliz@gnu.org>
14326
14327 * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
14328 platforms that don't link in fontset.c.
14329
14330 2012-05-25 Juri Linkov <juri@jurta.org>
14331
14332 Use the same diff color scheme as in modern VCSes (bug#10181).
14333
14334 * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
14335 to avoid confusion with `diff-added' that now uses green colors.
14336 (diff-removed): Use shades of red.
14337 (diff-added): Use shades of green.
14338 (diff-changed): Leave just the yellow color.
14339 (diff-use-changed-face): New variable.
14340 (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
14341 how to highlight context diff changes.
14342 (diff-refine-change): Use shades of yellow.
14343 (diff-refine-removed): New face that uses shades of red.
14344 (diff-refine-added): New face that uses shades of green.
14345 (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
14346 `diff-refine-removed' in the call to `smerge-refine-subst'
14347 depending on the value of `diff-use-changed-face'.
14348
14349 * vc/smerge-mode.el (smerge-mine): Use shades of red.
14350 (smerge-other): Use shades of green.
14351 (smerge-base): Use shades of yellow.
14352 (smerge-refined-change): Empty face.
14353 (smerge-refined-removed): New face that uses shades of red.
14354 (smerge-refined-added): New face that uses shades of green.
14355 (smerge-refine-subst): Rename arg `props' to `props-c'. Add new
14356 args `props-r' and `props-a', and use them. Doc fix.
14357 (smerge-refine): Evaluate `smerge-use-changed-face' and depending
14358 on its value use different faces `smerge-refined-change',
14359 `smerge-refined-removed', `smerge-refined-added' in the call to
14360 `smerge-refine-subst'.
14361
14362 * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
14363 Add face condition `min-colors 88' with shades of red.
14364 (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
14365 `min-colors 88' with shades of green.
14366 (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
14367 `min-colors 88' with shades of yellow.
14368
14369 2012-05-24 Glenn Morris <rgm@gnu.org>
14370
14371 * paths.el (prune-directory-list, remote-shell-program): Move to...
14372 * files.el (prune-directory-list, remote-shell-program): ...here.
14373 For the latter, delay initialization, prefer ssh, just search PATH.
14374
14375 * paths.el (term-file-prefix): Move to faces.el (the only user).
14376 * faces.el (term-file-prefix): Move here, make it a defcustom.
14377
14378 * paths.el (news-directory, news-path, news-inews-program):
14379 Move to gnus/nnspool.el.
14380
14381 * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
14382
14383 * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
14384 * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
14385 Make the latter a defcustom, with a delayed initialization.
14386
14387 * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
14388 These were deleted from Gnus itself late 2010.
14389
14390 2012-05-22 Juanma Barranquero <lekktu@gmail.com>
14391
14392 * progmodes/which-func.el (which-func-ff-hook):
14393 Check against user-error, not error.
14394
14395 * emacs-lisp/edebug.el (top): Do not load or set up loading of
14396 cl-specs.el, which no longer exists.
14397
14398 2012-05-22 Glenn Morris <rgm@gnu.org>
14399
14400 * info.el (info-emacs-bug): New command.
14401 * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
14402 * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
14403
14404 2012-05-21 Glenn Morris <rgm@gnu.org>
14405
14406 * makefile.w32-in (update-subdirs-SH):
14407 * Makefile.in (update-subdirs): Update for moved update-subdirs.
14408
14409 2012-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
14410
14411 * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
14412
14413 * progmodes/compile.el (compilation-error-regexp-alist-alist):
14414 Simplify Maven regexp, and make sure the file can't start with a space
14415 (bug#11517).
14416
14417 2012-05-21 Glenn Morris <rgm@gnu.org>
14418
14419 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
14420 Scrap superfluous subshells.
14421
14422 2012-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
14423
14424 * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
14425 (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
14426
14427 2012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
14428
14429 * calc/calc.el (calc-ensure-consistent-units): New variable.
14430
14431 * calc/calc-units.el (math-consistent-units-p)
14432 (math-check-unit-consistency): New functions.
14433 (calc-quick-units, calc-convert-units):
14434 Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
14435 is non-nil.
14436 (calc-extract-units): Fix typo.
14437
14438 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
14439
14440 * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
14441
14442 * textmodes/flyspell.el: Commenting style, plus code simplifications.
14443 (flyspell-default-deplacement-commands): Don't spell check after
14444 repeated window/frame switches (e.g. triggered by mouse-movement).
14445 (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
14446 (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
14447 (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
14448 (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
14449 Remove unused vars.
14450 (flyspell-get-casechars, flyspell-get-not-casechars):
14451 Simplify; Don't bother removing a ] just to add it back.
14452 * textmodes/ispell.el (ispell-program-name): Use executable-find.
14453
14454 2012-05-18 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
14455
14456 * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
14457 New functions.
14458 (math-function-table): Add support for more C functions.
14459
14460 2012-05-18 Agustín Martín Domingo <agustin.martin@hispalinux.es>
14461
14462 * textmodes/flyspell.el (flyspell-check-pre-word-p)
14463 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
14464 Protect delay handling for otherchars against empty otherchars.
14465
14466 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
14467
14468 * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
14469 their respective macro declarations.
14470 * skeleton.el (define-skeleton):
14471 * progmodes/compile.el (define-compilation-mode):
14472 * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
14473 (define-ibuffer-filter):
14474 * emacs-lisp/generic.el (define-generic-mode):
14475 * emacs-lisp/easy-mmode.el (define-minor-mode)
14476 (define-globalized-minor-mode):
14477 * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
14478 * emacs-lisp/byte-run.el (defsubst):
14479 * custom.el (deftheme): Add doc-string metadata.
14480
14481 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
14482
14483 * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
14484
14485 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
14486
14487 * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
14488
14489 * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
14490 * emacs-lisp/cl-macs.el: Idem.
14491 * emacs-lisp/cl-specs.el: Remove.
14492
14493 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
14494
14495 Minor renaming of internal CL functions and variables.
14496 * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
14497 (cl--position): Rename from cl-position.
14498 (cl--delete-duplicates): Rename from cl-delete-duplicates.
14499 * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
14500 (cl--random-state): Rename from *random-state*.
14501
14502 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
14503
14504 * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
14505 parens around the arg list (bug#11499).
14506
14507 2012-05-17 Juri Linkov <juri@jurta.org>
14508
14509 * isearch.el (word-search-regexp, word-search-backward)
14510 (word-search-forward, word-search-backward-lax)
14511 (word-search-forward-lax): Move functions from search.c
14512 (bug#10145, bug#11381).
14513
14514 2012-05-16 Agustín Martín Domingo <agustin.martin@hispalinux.es>
14515
14516 * textmodes/flyspell.el (flyspell-check-pre-word-p)
14517 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
14518 Delay for otherchars as for normal word components.
14519
14520 2012-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
14521
14522 * minibuffer.el (completion--sifn-requote): Fix last change.
14523 (minibuffer-local-must-match-filename-map):
14524 Move define-obsolete-variable-alias before its var.
14525
14526 2012-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
14527
14528 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
14529
14530 * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
14531 behavior.
14532 (completion--string-equal-p): New function.
14533 (completion--twq-all): Use it to get better assertion failure data.
14534
14535 Only handle ".." and '..' quoting in shell-mode (bug#11466).
14536 * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
14537 (shell--requote-argument): New functions.
14538 (shell-completion-vars): Use them.
14539 (shell--parse-pcomplete-arguments): Rename from
14540 shell-parse-pcomplete-arguments.
14541 * comint.el (comint-word): Obey comint-file-name-quote-list. Simplify.
14542 (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
14543 Obey comint-file-name-quote-list.
14544
14545 * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
14546 (smie-indent-keyword): Use it.
14547
14548 2012-05-14 Stefan Merten <smerten@oekonux.de>
14549
14550 * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
14551
14552 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
14553
14554 * net/rlogin.el (rlogin-mode-map): Fix last change.
14555
14556 2012-05-14 Jason L. Wright <jason.wright@inl.gov> (tiny change)
14557
14558 * mail/smtpmail.el (smtpmail-send-command): Send the command and
14559 the following \r\n using a single `process-send-string', since the
14560 Lotus SMTP server refuses to accept any commands if they are sent
14561 with two `process-send-string's (Bug#11444).
14562
14563 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
14564
14565 * shell.el (shell-parse-pcomplete-arguments):
14566 Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
14567
14568 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
14569
14570 * image-mode.el: Fit to width/height for rotated images (Bug#11431).
14571 (image-transform-scale, image-transform-right-angle-fudge): New vars.
14572 (image-transform-width, image-transform-fit-width): New functions.
14573 (image-transform-properties): Use them.
14574 (image-transform-check-size): New function.
14575 (image-toggle-display-image): Use it (for testing).
14576 (image-transform-set-rotation): Reduce angle mod 360.
14577 Delete obsolete comment.
14578
14579 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
14580
14581 * image-mode.el: Fix scaling (bug#11399).
14582 (image-transform-resize): Doc fix.
14583 (image-transform-properties): Default scale is 1 and height should
14584 be an integer.
14585
14586 2012-05-13 Johan Bockgård <bojohan@gnu.org>
14587
14588 * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
14589 than hard-coding `car', to fix misbehavior when moving forward.
14590
14591 2012-05-13 Chong Yidong <cyd@gnu.org>
14592
14593 * emacs-lisp/tabulated-list.el (tabulated-list-format)
14594 (tabulated-list-entries, tabulated-list-padding)
14595 (tabulated-list-sort-key): Make permanent-local.
14596
14597 * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
14598 (electric-buffer-list): Put electric buffer menu
14599 command descriptions in this docstring, instead of the docstring
14600 of electric-buffer-menu-mode. Code cleanups.
14601 (electric-buffer-menu-mode): Use define-derived-mode. Rename from
14602 Electric-buffer-menu-mode.
14603 (electric-buffer-update-highlight): Minor code cleanup.
14604
14605 2012-05-13 Michael Albinus <michael.albinus@gmx.de>
14606
14607 * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
14608 (Bug#11447)
14609
14610 2012-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
14611
14612 Move define-obsolete-variable-alias before the var's definition.
14613 * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
14614 * tooltip.el (tooltip-hook):
14615 * textmodes/reftex-toc.el (reftex-toc-map):
14616 * textmodes/reftex-sel.el (reftex-select-label-map)
14617 (reftex-select-bib-map):
14618 * textmodes/reftex-index.el (reftex-index-map)
14619 (reftex-index-phrases-map):
14620 * speedbar.el (speedbar-syntax-table, speedbar-key-map):
14621 * progmodes/meta-mode.el (meta-mode-map):
14622 * novice.el (disabled-command-hook):
14623 * loadhist.el (unload-hook-features-list):
14624 * frame.el (blink-cursor):
14625 * files.el (find-file-not-found-hooks, write-file-hooks)
14626 (write-contents-hooks):
14627 * emulation/tpu-edt.el (GOLD-map):
14628 * emacs-lock.el (emacs-lock-from-exiting):
14629 * emacs-lisp/generic.el (generic-font-lock-defaults):
14630 * emacs-lisp/chart.el (chart-map):
14631 * dos-fns.el (register-name-alist):
14632 * dired-x.el (dired-omit-files-p):
14633 * desktop.el (desktop-enable):
14634 * cus-edit.el (custom-mode-hook):
14635 * buff-menu.el (buffer-menu-mode-hook):
14636 * bookmark.el (bookmark-read-annotation-text-func)
14637 (bookmark-exit-hooks):
14638 * allout.el (allout-mode-deactivate-hook)
14639 (allout-exposure-change-hook, allout-structure-added-hook)
14640 (allout-structure-deleted-hook, allout-structure-shifted-hook):
14641 * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
14642 (dirtrack-debug): Move call to define-obsolete-variable-alias so it
14643 comes before the corresponding variable's definition.
14644
14645 2012-05-12 Chong Yidong <cyd@gnu.org>
14646
14647 * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
14648 (Buffer-menu-mouse-select): Restore function (Bug#11459).
14649 (Buffer-menu-mode-map): Bind it.
14650 (Buffer-menu--pretty-name): Add a mouse-face property.
14651
14652 2012-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
14653
14654 * progmodes/prolog.el: Use SMIE. Cleanup regexp setup.
14655 (prolog-upper-case-string, prolog-lower-case-string)
14656 (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
14657 (prolog-use-smie, prolog-smie-grammar): New vars.
14658 (prolog-smie-forward-token, prolog-smie-backward-token)
14659 (prolog-smie-rules): New funs.
14660 (prolog-comment-indent): Remove.
14661 (prolog-mode-variables): Use default comment indentation instead.
14662 Setup SMIE.
14663 (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
14664 (prolog-mode): Don't call them any more.
14665 (prolog-electric-colon, prolog-electric-dash)
14666 (prolog-edit-menu-insert-move): Use indent-according-to-mode.
14667
14668 * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
14669
14670 * minibuffer.el (completion--twq-all): Again, allow case differences.
14671
14672 * term.el: Move keymap initialization code to be more idiomatic.
14673 (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
14674 (term-terminal-menu): Move initialization into declaration.
14675 (term-escape-char): Let the user set it in her .emacs.
14676
14677 * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
14678 Provide SMIE-based indentation (not enabled by default yet).
14679 (sh-mode-map): Don't bind electric keys.
14680 Use electric-pair-mode instead of skeleton-pair.
14681 (sh-assignment-regexp): Fit within 80 columns.
14682 (sh-indent-supported): Specify actual shell name instead of boolean.
14683 (sh--maybe-here-document): New fun, from sh-maybe-here-document.
14684 (sh-maybe-here-document): Use it. Make obsolete.
14685 (sh-electric-here-document-mode) New minor mode.
14686 (sh-mode): Use it. Don't set sh-indent-supported-here here.
14687 (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
14688 (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
14689 (sh-smie-rc-grammar, sh-use-smie): New vars.
14690 (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
14691 (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
14692 (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
14693 (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
14694 (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
14695 (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
14696 (sh-set-shell): Use smie-setup if requested.
14697
14698 * term.el (term-set-escape-char): Properly set term-escape-char.
14699 See http://stackoverflow.com/questions/10524656.
14700
14701 2012-05-10 Chong Yidong <cyd@gnu.org>
14702
14703 * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
14704 Use url-generic-parse-url, and handle host names and Windows
14705 filenames properly.
14706 (ffap-url-unwrap-remote): Use url-generic-parse-url.
14707 (ffap-url-unwrap-remote): Accept list values, specifying a list of
14708 URL schemes to work on.
14709 (ffap--toggle-read-only): New function.
14710 (ffap-read-only, ffap-read-only-other-window)
14711 (ffap-read-only-other-frame): Use it.
14712 (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
14713 necessary for ffap-url-unwrap-remote.
14714
14715 2012-05-10 Dave Abrahams <dave@boostpro.com>
14716
14717 * cus-start.el (create-lockfiles): Add it.
14718
14719 2012-05-09 Chong Yidong <cyd@gnu.org>
14720
14721 * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
14722 (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
14723
14724 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
14725
14726 * shell.el (shell-completion-vars): Fix last change (bug#11348).
14727
14728 2012-05-09 Chong Yidong <cyd@gnu.org>
14729
14730 * ansi-color.el (ansi-color-process-output): Check for validity of
14731 comint-last-output-start before using it. This avoids a bad
14732 interaction with gdb-mi's input/output buffer.
14733
14734 2012-05-09 Glenn Morris <rgm@gnu.org>
14735
14736 * files.el (dir-locals-read-from-file):
14737 Mention dir-locals in any error message.
14738
14739 2012-05-09 Chong Yidong <cyd@gnu.org>
14740
14741 * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
14742 package (Bug#11410).
14743
14744 * emacs-lisp/package.el (package-buffer-info): Avoid putting local
14745 variables into description.
14746
14747 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
14748
14749 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
14750 shell-delimiter-argument-list (bug#11348).
14751 (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
14752
14753 2012-05-09 Juanma Barranquero <lekktu@gmail.com>
14754
14755 * textmodes/rst.el: Silence byte-compiler warnings.
14756 (rst-re-alist, rst-reset-section-caches): Move around.
14757 (rst-re): Use `characterp', not `char-valid-p'.
14758 (font-lock-beg, font-lock-end): Declare.
14759
14760 * progmodes/idlw-shell.el (specs): Remove reference to deleted
14761 variable `idlwave-shell-activate-alt-keybindings' and simplify.
14762
14763 * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
14764
14765 2012-05-08 Glenn Morris <rgm@gnu.org>
14766
14767 * files.el (auto-mode-alist): Treat ".make" like ".mk".
14768
14769 2012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
14770
14771 * vc/log-edit.el: Add GNU coding standards highlighting.
14772 (log-edit-font-lock-gnu-style)
14773 (log-edit-font-lock-gnu-keywords): New vars.
14774 (log-edit-font-lock-keywords): New fun.
14775 (log-edit-mode): Don't fold case in font-lock.
14776 (log-edit-font-lock-keywords): Do not assume case-folding.
14777
14778 * imenu.el: Misc cleanup. Make docstrings out of comments.
14779 Use lexical-binding.
14780 (imenu--index-alist, imenu--last-menubar-index-alist)
14781 (imenu-menubar-modified-tick): Use defvar-local.
14782 (imenu--split-menu): Remove unused var.
14783 (imenu--cleanup-seen): Declare as global.
14784 (imenu--cleanup): Use dolist.
14785
14786 * subr.el (defvar-local): Add debug spec and doc-string position.
14787
14788 2012-05-08 Glenn Morris <rgm@gnu.org>
14789
14790 * language/burmese.el, language/cham.el, language/czech.el:
14791 * language/english.el, language/georgian.el, language/greek.el:
14792 * language/japanese.el, language/khmer.el, language/korean.el:
14793 * language/lao.el, language/misc-lang.el, language/romanian.el:
14794 * language/sinhala.el, language/slovak.el, language/tai-viet.el:
14795 * language/thai.el, language/utf-8-lang.el:
14796 Remove no-byte-compile setting.
14797
14798 * play/zone.el (zone-pgm-stress): Don't pollute kill-ring. (Bug#11388)
14799
14800 2012-05-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
14801
14802 * progmodes/make-mode.el (makefile-browse):
14803 Remove unnecessary interactive. (Bug#11324)
14804
14805 2012-05-07 Glenn Morris <rgm@gnu.org>
14806
14807 * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
14808
14809 * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
14810
14811 2012-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
14812
14813 * loadup.el: Preload newcomment.el.
14814 * newcomment.el: Move autoload-only code to toplevel.
14815
14816 * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
14817 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
14818 Handle new :right-align column property.
14819 (tabulated-list-print-col): Idem, plus use `display' text-property to
14820 try and preserve alignment for variable pitch fonts.
14821
14822 2012-05-07 Chong Yidong <cyd@gnu.org>
14823
14824 * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
14825 (tabulated-list-use-header-line): New var.
14826 (tabulated-list-init-header): Use it.
14827 (tabulated-list-print-fake-header): New function.
14828 (tabulated-list-print): Use it.
14829 (tabulated-list-sort-button-map): Add non-header-line commands.
14830 (tabulated-list-init-header): Add column name property to basic
14831 labels as well.
14832 (tabulated-list-col-sort): Handle non-header-line button case.
14833 (tabulated-list--sort-by-column-name): Fix a corner case.
14834
14835 * buff-menu.el (list-buffers--refresh):
14836 Handle Buffer-menu-use-header-line.
14837
14838 2012-05-06 Chong Yidong <cyd@gnu.org>
14839
14840 * buff-menu.el: Convert to Tabulated List mode.
14841 (Buffer-menu-buffer+size-width): Make obsolete.
14842 (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
14843 (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
14844 (Buffer-menu-mode): Derive from tabulated-list-mode. Move command
14845 documentation into docstring of buffer-menu.
14846 (Buffer-menu-toggle-files-only): Add an informative message.
14847 (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
14848 (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
14849 (Buffer-menu-unmark, Buffer-menu-backup-unmark)
14850 (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
14851 (Buffer-menu-execute, Buffer-menu-select)
14852 (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
14853 (Buffer-menu-bury): Use Tabulated List machinery.
14854 (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
14855 (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
14856 Delete.
14857 (list-buffers--refresh): New function.
14858 (list-buffers-noselect): Use it.
14859 (tabulated-list-entry-size->, Buffer-menu--pretty-name)
14860 (Buffer-menu--pretty-file-name): New helper functions.
14861
14862 * loadup.el: Preload tabulated-list.
14863
14864 * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
14865 tabulated-list-sort-column.
14866 (tabulated-list-init-header): Add the initial aligning space even
14867 if tabulated-list-padding is zero.
14868
14869 2012-05-06 Christopher Schmidt <christopher@ch.ristopher.com>
14870
14871 * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
14872 whose cdr is not a cons cell correctly (bug#11038).
14873
14874 2012-05-06 Chong Yidong <cyd@gnu.org>
14875
14876 * emacs-lisp/tabulated-list.el (tabulated-list-format):
14877 Accept additional plist in column descriptors.
14878 (tabulated-list-init-header): Obey it.
14879 (tabulated-list-get-entry): New function.
14880 (tabulated-list-put-tag): Use it. Use string-width instead of
14881 length.
14882 (tabulated-list--column-number): New function.
14883 (tabulated-list-print): Use it.
14884 (tabulated-list-print-col): New function.
14885 Set `tabulated-list-column-name' property on each column's text.
14886 (tabulated-list-print-entry): Use it.
14887 (tabulated-list-delete-entry, tabulated-list-set-col):
14888 New functions.
14889 (tabulated-list-sort-column): New command (Bug#11337).
14890
14891 * buff-menu.el (list-buffers): Move C-x C-b binding from
14892 buff-menu.el to bindings.el.
14893
14894 * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
14895 :advertised-binding feature.
14896
14897 2012-05-06 Troels Nielsen <bn.troels@gmail.com> (tiny change)
14898
14899 * progmodes/compile.el (compilation-internal-error-properties):
14900 Calculate start position correctly when end-col is set but
14901 end-line is not (Bug#11382).
14902
14903 2012-05-06 Wolfgang Jenkner <wjenkner@inode.at>
14904
14905 * man.el (Man-unindent): Use text-property-default-nonsticky to
14906 prevent untabify from inheriting face properties (Bug#11408).
14907
14908 2012-05-05 Stefan Merten <smerten@oekonux.de>
14909
14910 * textmodes/rst.el: Major merge with upstream development up to
14911 Docutils SVN r7399 / rst.el V1.2.1.
14912
14913 Clarify maintainership and authors.
14914
14915 (rst-extract-version, rst-cvs-header, rst-cvs-rev)
14916 (rst-cvs-timestamp, rst-svn-rev, rst-svn-timestamp)
14917 (rst-official-version, rst-official-cvs-rev, rst-version)
14918 (rst-package-emacs-version-alist): New functions and variables
14919 for version information.
14920
14921 (rst-bullets, rst-uri-schemes, rst-adornment-chars)
14922 (rst-max-inline-length, rst-re-alist-def, rst-re-alist)
14923 (rst-mode-syntax-table, rst-mode): New and corrected functions
14924 and variables representing reStructuredText features.
14925
14926 (rst-re): New function for reStructuredText regexes. Use in
14927 many places.
14928
14929 (rst-deprecated-keys, rst-call-deprecated, rst-define-key)
14930 (rst-mode-map): Rebind keys.
14931
14932 (rst-mode-lazy, rst-font-lock-keywords)
14933 (rst-font-lock-extend-region)
14934 (rst-font-lock-extend-region-internal)
14935 (rst-font-lock-extend-region-extend)
14936 (rst-font-lock-find-unindented-line-limit)
14937 (rst-font-lock-find-unindented-line-match)
14938 (rst-adornment-level, rst-font-lock-adornment-level)
14939 (rst-font-lock-adornment-match)
14940 (rst-font-lock-handle-adornment-pre-match-form)
14941 (rst-font-lock-handle-adornment-matcher): Major revision of
14942 font-locking. Integrate with other code. Use `jit-lock-mode'.
14943
14944 (rst-preferred-adornments, rst-adjust-hook)
14945 (rst-new-adornment-down, rst-preferred-bullets)
14946 (rst-preferred-bullets, rst-indent, rst-indent-width)
14947 (rst-indent-field, rst-indent-literal-normal)
14948 (rst-indent-literal-minimized, rst-indent-comment): Change,
14949 extend and improve customization.
14950
14951 (rst-line-homogeneous-p, rst-line-homogeneous-nodent-p)
14952 (rst-normalize-cursor-position, rst-get-decoration)
14953 (rst-straighten-deco-spacing, rst-re-bullets, rst-re-items)
14954 (rst-rstrip, rst-toc-insert-find-delete-contents)
14955 (rst-shift-fill-region, rst-compute-bullet-tabs)
14956 (rst-debug-print-tabs, rst-debug-mark-found)
14957 (rst-shift-region-guts, rst-shift-region-right)
14958 (rst-shift-region-left, rst-use-char-classes)
14959 (rst-font-lock-keywords-function)
14960 (rst-font-lock-indentation-point)
14961 (rst-font-lock-find-unindented-line-begin)
14962 (rst-font-lock-find-unindented-line-end)
14963 (rst-font-lock-find-unindented-line)
14964 (rst-font-lock-adornment-point, rst-font-lock-level)
14965 (rst-adornment-level-alist): Remove functions and variables.
14966
14967 (rst-compare-adornments, rst-get-adornment-match)
14968 (rst-suggest-new-adornment, rst-get-adornments-around)
14969 (rst-adornment-complete-p, rst-get-next-adornment)
14970 (rst-adjust-adornment, rst-display-adornments-hierarchy)
14971 (rst-straighten-adornments): Standardize function names to
14972 use "adornment" instead of "decoration". Correct callers.
14973 Similar standardizing in many places.
14974
14975 (rst-update-section, rst-adjust, rst-promote-region)
14976 (rst-enumerate-region, rst-bullet-list-region)
14977 (rst-repeat-last-character): Correct use of `interactive'.
14978
14979 (rst-classify-adornment, rst-find-all-adornments)
14980 (rst-get-hierarchy, rst-adjust-adornment, rst-toc-update)
14981 (rst-find-leftmost-column, rst-repeat-last-character):
14982 Refactor functions.
14983
14984 (rst-find-title-line, rst-reset-section-caches)
14985 (rst-get-adornments-around, rst-adjust-adornment-work)
14986 (rst-arabic-to-roman, rst-roman-to-arabic)
14987 (rst-insert-list-pos, rst-insert-list-new-item)
14988 (rst-insert-list-continue, rst-insert-list, rst-forward-line):
14989 New functions.
14990
14991 (rst-all-sections, rst-section-hierarchy)
14992 (rst-arabic-to-roman, rst-initial-enums, rst-initial-items):
14993 New variables.
14994
14995 (rst-toc-return-wincfg, rst-toc-quit-window): Use window
14996 configuration instead of only buffer. Change where necessary.
14997
14998 (rst-line-tabs, rst-compute-tabs, rst-indent-line)
14999 (rst-shift-region, rst-adaptive-fill): New functions for
15000 indentation and filling.
15001
15002 (rst-comment-line-break, rst-comment-indent)
15003 (rst-comment-insert-comment, rst-comment-region)
15004 (rst-uncomment-region): New functions for handling comments.
15005
15006 (rst-compile): Quote shell arguments.
15007
15008 (rst-compile-pdf-preview, rst-compile-slides-preview):
15009 Delete temporary files after use.
15010
15011 2012-05-05 Glenn Morris <rgm@gnu.org>
15012
15013 * calendar/cal-html.el: Optionally include holidays in the output.
15014 Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
15015 (cal-html-holidays): New option.
15016 (cal-html-css-default): Add holiday entry.
15017 (holiday-in-range): Autoload it.
15018 (cal-html-htmlify-entry): Add optional class argument.
15019 (cal-html-htmlify-list): Add optional holidays argument.
15020 (cal-html-insert-agenda-days): Include holidays in the output.
15021 (cal-html-one-month): Maybe include holidays.
15022
15023 * calendar/holidays.el (holiday-in-range):
15024 Move here from cal-tex-list-holidays.
15025 * calendar/cal-tex.el (cal-tex-list-holidays):
15026 Make it an obsolete alias for holiday-in-range. Update all callers.
15027
15028 2012-05-05 Chong Yidong <cyd@gnu.org>
15029
15030 * select.el (xselect--encode-string): Always use utf-8 for TEXT on
15031 Nextstep.
15032
15033 2012-05-05 Ransom Williams <auvergnerw@gmail.com> (tiny change)
15034
15035 * files.el (file-auto-mode-skip): New var.
15036 (set-auto-mode-1): Use it.
15037
15038 2012-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
15039
15040 * repeat.el: Use lexical-binding.
15041 (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
15042 (repeat-undo-count): Remove.
15043 (repeat):
15044 * progmodes/octave-mod.el (octave-abbrev-start):
15045 * progmodes/f90.el (f90-abbrev-start):
15046 * face-remap.el (text-scale-adjust):
15047 * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
15048
15049 * emacs-lisp/pcase.el (pcase--let*): New function.
15050 (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
15051 a bit more.
15052 (pcase--split-pred): Be more clever about ruling out overlap between
15053 a predicate and some constant pattern.
15054 (pcase--q1): Use `null' instead of (eq foo nil).
15055
15056 * subr.el (setq-local, defvar-local): New macros.
15057 (kbd): Redefine as an alias.
15058 (with-selected-window): Leave unrelated frames alone.
15059 (set-temporary-overlay-map): New function.
15060
15061 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
15062
15063 * subr.el (user-error): New function.
15064 * window.el (switch-to-buffer):
15065 * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
15066 (smerge-match-conflict):
15067 * simple.el (previous-matching-history-element)
15068 (next-matching-history-element, goto-history-element, undo-more)
15069 (undo-start):
15070 * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
15071 (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
15072 (next-file, tags-loop-scan, list-tags, complete-tag):
15073 * progmodes/compile.el (compilation-loop):
15074 * mouse.el (mouse-minibuffer-check):
15075 * man.el (Man-bgproc-sentinel, Man-goto-page):
15076 * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
15077 (Info-history-forward, Info-follow-reference, Info-menu)
15078 (Info-extract-menu-item, Info-extract-menu-counting)
15079 (Info-forward-node, Info-backward-node, Info-next-menu-item)
15080 (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
15081 (Info-next-reference, Info-prev-reference, Info-index)
15082 (Info-index-next, Info-follow-nearest-node)
15083 (Info-copy-current-node-name):
15084 * imenu.el (imenu--make-index-alist)
15085 (imenu-default-create-index-function, imenu-add-to-menubar):
15086 * files.el (basic-save-buffer, recover-file):
15087 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
15088 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
15089 (checkdoc-message-text, checkdoc-defun):
15090 * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
15091 * cus-edit.el (customize-changed-options, customize-rogue)
15092 (customize-saved, custom-variable-set, custom-variable-mark-to-save)
15093 (custom-variable-mark-to-reset-standard)
15094 (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
15095 (custom-file):
15096 * completion.el (check-completion-length):
15097 * comint.el (comint-search-arg)
15098 (comint-previous-matching-input-string-position)
15099 (comint-previous-matching-input)
15100 (comint-replace-by-expanded-history-before-point, comint-send-input)
15101 (comint-copy-old-input, comint-backward-matching-input)
15102 (comint-goto-process-mark, comint-set-process-mark):
15103 * calendar/calendar.el (calendar-cursor-to-date): Use it.
15104 * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
15105
15106 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
15107
15108 * dabbrev.el (dabbrev--ignore-case-p): New function.
15109 (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
15110 Use it.
15111
15112 * files.el (automount-dir-prefix): Mark as obsolete.
15113
15114 2012-05-04 Glenn Morris <rgm@gnu.org>
15115
15116 * patcomp.el, play/bruce.el: Move to obsolete/.
15117
15118 2012-05-04 Paul Eggert <eggert@cs.ucla.edu>
15119
15120 Fix minor Y10k bugs.
15121 * arc-mode.el (archive-unixdate):
15122 * autoinsert.el (auto-insert-alist):
15123 * calc/calc-forms.el (math-this-year):
15124 * emacs-lisp/copyright.el (copyright-current-year)
15125 (copyright-update-year, copyright):
15126 * tar-mode.el (tar-clip-time-string):
15127 * time.el (display-time-update):
15128 Don't assume years have 4 digits.
15129
15130 2012-05-04 Chong Yidong <cyd@gnu.org>
15131
15132 * dos-w32.el (file-name-buffer-file-type-alist)
15133 (direct-print-region-use-command-dot-com):
15134 * ffap.el (ffap-menu-regexp):
15135 * find-file.el (ff-special-constructs):
15136 * follow.el (follow-debug):
15137 * forms.el (forms--debug):
15138 * iswitchb.el (iswitchb-all-frames):
15139 * ido.el (ido-all-frames):
15140 * emacs-lisp/timer.el (timer-max-repeats):
15141 * mail/feedmail.el (feedmail-mail-send-hook)
15142 (feedmail-mail-send-hook-queued):
15143 * mail/footnote.el (footnote-signature-separator):
15144 * mail/mailabbrev.el (mail-alias-separator-string)
15145 (mail-abbrev-mode-regexp):
15146 * mail/rmail.el (rmail-speedbar-match-folder-regexp):
15147 * progmodes/idlwave.el (idlwave-libinfo-file)
15148 (idlwave-default-completion-case-is-down)
15149 (idlwave-library-routines): Convert defvars to defcustoms.
15150
15151 * mail/rmail.el (rmail-decode-mime-charset):
15152 * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
15153 (idlwave-shell-fix-inserted-breaks)
15154 (idlwave-shell-activate-alt-keybindings)
15155 (idlwave-shell-use-breakpoint-glyph):
15156 * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
15157
15158 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
15159
15160 * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
15161
15162 2012-05-03 Wilson Snyder <wsnyder@wsnyder.org>
15163
15164 * progmodes/verilog-mode.el (font-lock-keywords):
15165 Fix mis-highligting auto. Reported by Craig Barner.
15166 (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
15167 defines from global name space. Reported by Dan Dever.
15168 (verilog-auto-reset, verilog-auto-reset-widths)
15169 (verilog-auto-tieoff): Support using unbased numbers for
15170 AUTORESET and AUTOTIEOFF.
15171 (verilog-submit-bug-report): Update variable list.
15172 (verilog-read-auto-params): Fix AUTOINPUT regexps containing
15173 parenthesis from not matching. Reported by Michael Rytting.
15174 (verilog-auto-template-lint): Fix hash error when linting modules
15175 with no used templates.
15176 (verilog-warn, verilog-warn-error)
15177 (verilog-warn-fatal): When non-interactive report multiple
15178 warnings before exiting. Suggested by Brad Dobbie.
15179 (verilog-auto-template-lint, verilog-auto-template-warn-unused)
15180 (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
15181 to report unused template errors. Reported by Brad Dobbie.
15182 (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
15183 nets, bug438. Reported by Vns Blore.
15184 (verilog-auto-inout-module, verilog-auto-reg)
15185 (verilog-read-decls, verilog-read-sub-decls-sig)
15186 (verilog-signals-edit-wire-reg, verilog-signals-with):
15187 Fix passing of Verilog data types in ANSI input/output ports
15188 such as "output logic" into the AUTOs. Special case "wire" and
15189 "reg" for backwards compatibility presuming Verilog 2001.
15190 (verilog-auto-ascii-enum): Add "auto enum" as alias.
15191 (verilog-preprocess): Fix replication of preprocess output.
15192 Reported by Brad Dobbie.
15193 (verilog-auto-inst-interfaced-ports):
15194 Create verilog-auto-inst-interfaced-ports, bug429.
15195 Reported by Julian Gorfajn.
15196 (verilog-after-save-font-hook)
15197 (verilog-before-save-font-hook): New variable.
15198 (verilog-modi-cache-results, verilog-save-font-mod-hooked)
15199 (verilog-save-font-mods): Wrap disabling fontification, reported
15200 by David Rogoff.
15201 (verilog-do-indent, verilog-pretty-declarations-auto)
15202 (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
15203 Reported by Pierre-David Pfister.
15204 (verilog-set-auto-endcomments): Fix endtask auto comments outside
15205 of class declarations, bug292. Reported by Kevin Heilman.
15206 (verilog-read-decls): Fix 'parameter type' not appearing in
15207 AUTOINSTPARAM, bug340. Reported by Jonathan Greenlaw.
15208 (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
15209 AUTOINPUTs, bug411. Reported by Jonathan Greenlaw.
15210 (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
15211 Reported by David Kravitz.
15212
15213 2012-05-03 Michael McNamara <mac@mail.brushroad.com>
15214
15215 * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
15216 assignment with tests in ifs and for loops.
15217 (verilog-extended-complete-re, verilog-complete-reg): Change so
15218 that DPI inport functions don't look like fuction declarations.
15219 (verilog-pretty-expr): Don't line up assignment
15220 operations to the test and increment in if and for loops
15221 (verilog-extended-complete-re, verilog-complete-reg): Change so
15222 that DPI inport functions don't look like fuction declarations.
15223
15224 2012-05-03 Kenichi Handa <handa@m17n.org>
15225
15226 * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
15227 decoding, and show a warning message without signaling an error
15228 (Bug#11282).
15229
15230 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
15231
15232 * emacs-lisp/bytecomp.el
15233 (byte-compile-file-form-custom-declare-variable): Compile all elements,
15234 since cconv.el might have introduced :fun-body, internal-make-closure,
15235 and friends for bytecomp to handle (bug#11391).
15236 * custom.el (defcustom): Avoid ((λ ..) ..).
15237
15238 2012-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
15239
15240 * subr.el (read-passwd): Better clean after ourselves (bug#11392).
15241
15242 2012-05-02 Juanma Barranquero <lekktu@gmail.com>
15243
15244 * notifications.el (dbus-debug):
15245 * term/linux.el (gpm-mouse-enable):
15246 * term/screen.el (xterm-register-default-colors): Declare.
15247
15248 2012-05-02 Chong Yidong <cyd@gnu.org>
15249
15250 * cus-start.el (gc-cons-percentage, exec-suffixes)
15251 (dos-display-scancodes, dos-hyper-key, dos-super-key)
15252 (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
15253 (make-cursor-line-fully-visible, void-text-area-pointer)
15254 (font-list-limit): Add customization data.
15255
15256 * allout.el (allout-exposure-change-functions)
15257 (allout-structure-added-functions)
15258 (allout-structure-deleted-functions)
15259 (allout-structure-shifted-functions): Rename abnormal hooks from
15260 *-hook, and convert to defcustoms.
15261 (allout-after-copy-or-kill-hook, allout-post-undo-hook):
15262 Convert to defcustoms.
15263 (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
15264
15265 * allout-widgets.el: Hook callers changed.
15266
15267 2012-05-02 Eli Zaretskii <eliz@gnu.org>
15268
15269 * mail/rmail.el (rmail-yank-current-message): Use the encoding of
15270 the yanked message in preference to the default value of
15271 buffer-file-coding-system.
15272
15273 2012-05-02 Martin Rudalics <rudalics@gmx.at>
15274
15275 * window.el (display-buffer--action-function-custom-type):
15276 Fix entry.
15277
15278 2012-05-02 Alan Mackenzie <acm@muc.de>
15279
15280 * progmodes/cc-defs.el (c-version): Update to 5.32.3.
15281
15282 2012-05-01 Glenn Morris <rgm@gnu.org>
15283
15284 * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
15285
15286 * eshell/esh-cmd.el (eshell-debug-command): Doc fix. Add :set.
15287
15288 * cus-edit.el (custom-variable-documentation): Simplify with format.
15289
15290 2012-05-01 Aaron S. Hawley <aaron.s.hawley@gmail.com>
15291 Stefan Monnier <monnier@iro.umontreal.ca>
15292
15293 * simple.el (suggest-key-bindings, execute-extended-command):
15294 Move from keyboard.c.
15295
15296 2012-05-01 Chong Yidong <cyd@gnu.org>
15297
15298 * follow.el: Eliminate advice.
15299 (set-process-filter, process-filter, sit-for): Advice deleted.
15300 (follow-mode-off-hook): Obsolete hook removed.
15301 (follow-avoid-tail-recenter-p, follow-process-filter-alist):
15302 Vars deleted.
15303 (follow-auto): Use a :set function.
15304 (follow-mode): Rewritten. Don't advise process filters.
15305 (follow-switch-to-current-buffer-all, follow-scroll-up)
15306 (follow-scroll-down): Assume follow-mode is bound.
15307 (follow-comint-scroll-to-bottom)
15308 (follow-align-compilation-windows): New functions.
15309 (follow--window-sorter): New function.
15310 (follow-all-followers): Use it to explicitly sort windows by their
15311 positions; don't make assumptions about next-window order.
15312 (follow-windows-start-end, follow-delete-other-windows-and-split)
15313 (follow-calc-win-start): Doc fix.
15314 (follow-windows-aligned-p, follow-select-if-visible): Don't call
15315 vertical-motion unnecessarily.
15316 (follow-adjust-window): New function.
15317 (follow-post-command-hook): Use it.
15318 (follow-call-set-process-filter, follow-call-process-filter)
15319 (follow-intercept-process-output, follow-tidy-process-filter-alist)
15320 (follow-stop-intercept-process-output, follow-generic-filter):
15321 Functions deleted.
15322 (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
15323 (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
15324 New functions, replacing advice on scroll-bar-* commands.
15325 (follow-mwheel-scroll): New function (Bug#4112).
15326
15327 * comint.el (comint-adjust-point): New function.
15328 (comint-postoutput-scroll-to-bottom): Use it.
15329 Call follow-comint-scroll-to-bottom for Follow mode buffers.
15330
15331 2012-05-01 Glenn Morris <rgm@gnu.org>
15332
15333 * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
15334 * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
15335 * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
15336 * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
15337 * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
15338 Remove no-byte-compile setting.
15339
15340 2012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
15341
15342 * minibuffer.el (completion-table-with-quoting): Fix compatibility
15343 all-completions code to not return a number in the last cdr.
15344
15345 2012-04-30 Leo Liu <sdl.web@gmail.com>
15346
15347 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
15348 read-only error.
15349
15350 2012-04-29 Chong Yidong <cyd@gnu.org>
15351
15352 * follow.el (follow-calc-win-end): Rewrite to handle partial
15353 screen lines correctly (Bug#8390).
15354 (follow-avoid-tail-recenter): Minor cleanup.
15355
15356 2012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
15357
15358 Avoid the obsolete `assoc' package.
15359 * speedbar.el (speedbar-refresh): Avoid adelete.
15360 (speedbar-file-lists): Simplify and avoid aput.
15361 * man.el (Man--sections, Man--refpages): New vars, replacing
15362 Man-sections-alist and Man-refpages-alist.
15363 (Man-build-section-alist, Man-build-references-alist):
15364 Use them; avoid aput.
15365 (Man--last-section, Man--last-refpage): New vars.
15366 (Man-follow-manual-reference): Use them.
15367 Use the `default' arg of completing-read.
15368 (Man-goto-section): Idem. Move prompt to the `interactive' spec.
15369
15370 2012-04-27 Chong Yidong <cyd@gnu.org>
15371
15372 * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
15373
15374 * startup.el (x-apply-session-resources): New function.
15375
15376 * term/ns-win.el (ns-initialize-window-system):
15377 * term/w32-win.el (w32-initialize-window-system):
15378 * term/x-win.el (x-initialize-window-system): Use it to properly
15379 set menu-bar-mode and other vars from X resources, even if the
15380 initial frame is not a window-system frame (Bug#2299).
15381
15382 * subr.el (read-key): Avoid running filter function when setting
15383 up temporary tool bar entries (Bug#9922).
15384
15385 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
15386
15387 * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
15388 (Bug#11344)
15389
15390 2012-04-27 Chong Yidong <cyd@gnu.org>
15391
15392 * select.el (xselect--encode-string): New function, split from
15393 xselect-convert-to-string.
15394 (xselect-convert-to-string): Use it.
15395 (xselect-convert-to-filename, xselect-convert-to-os)
15396 (xselect-convert-to-host, xselect-convert-to-user): Ensure that
15397 returned strings are properly encoded (Bug#11315).
15398
15399 2012-04-27 Chong Yidong <cyd@gnu.org>
15400
15401 * simple.el (delete-active-region): Move to killing custom group.
15402
15403 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
15404
15405 * progmodes/which-func.el (which-func-current): Quote %
15406 characters for mode-line processing.
15407
15408 2012-04-27 Chong Yidong <cyd@gnu.org>
15409
15410 * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
15411 reaching eob (Bug#11286).
15412
15413 2012-04-27 Eli Zaretskii <eliz@gnu.org>
15414
15415 * progmodes/gdb-mi.el (gdb-control-level): New variable.
15416 (gdb): Make it buffer-local and init to zero.
15417 (gdb-control-commands-regexp): New variable.
15418 (gdb-send): Don't wrap in "-interpreter-exec console" if
15419 gdb-control-level is positive. Increment gdb-control-level
15420 whenever the command matches gdb-control-commands-regexp, and
15421 decrement it each time the command is "end". (Bug#11279)
15422
15423 2012-04-27 Martin Rudalics <rudalics@gmx.at>
15424
15425 * window.el (adjust-window-trailing-edge, enlarge-window)
15426 (shrink-window, window-resize):
15427 * mouse.el (mouse-drag-line): Fix resizing of minibuffer
15428 windows (Bug#11276).
15429
15430 2012-04-27 Chong Yidong <cyd@gnu.org>
15431
15432 * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
15433 fix "missing prefix" warning. All callers changed.
15434
15435 2012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
15436
15437 * emacs-lisp/assoc.el: Move to obsolete/.
15438
15439 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
15440
15441 * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
15442
15443 * term/ns-win.el (ns-define-service):
15444 * progmodes/pascal.el (pascal-goto-defun):
15445 * progmodes/js.el (js--read-tab):
15446 * progmodes/etags.el (tags-lazy-completion-table):
15447 * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
15448 * emacs-lisp/ewoc.el (ewoc--wrap):
15449 * emacs-lisp/assoc.el (aput, adelete, amake):
15450 * doc-view.el (doc-view-convert-current-doc):
15451 * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
15452
15453 2012-04-26 Chong Yidong <cyd@gnu.org>
15454
15455 * image.el (image-type-from-buffer): Only return supported image
15456 type (Bug#9045).
15457
15458 * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
15459 value, for symmetry with diff-end-of-hunk.
15460 (diff-split-hunk, diff-find-source-location)
15461 (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
15462 (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
15463 (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
15464 compute the relevant hunk or file properly (Bug#6005).
15465 (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
15466
15467 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
15468
15469 * vc/vc-mtn.el:
15470 * vc/vc-hg.el:
15471 * vc/vc-git.el:
15472 * vc/vc-dir.el:
15473 * vc/vc-cvs.el:
15474 * vc/vc-bzr.el:
15475 * vc/vc-arch.el:
15476 * vc/vc.el: Replace lexical-let by lexical-binding.
15477 * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
15478 * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
15479 * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
15480
15481 2012-04-26 Chong Yidong <cyd@gnu.org>
15482
15483 * vc/diff-mode.el (diff-undo): New command (Bug#5302).
15484 (diff-mode-shared-map): Bind it to / and [remap undo].
15485
15486 * vc/ediff-wind.el (ediff-setup-windows-default): New function.
15487 (ediff-window-setup-function): Use it as the default, to set up
15488 windows based on whether the current frame is graphical (Bug#2138).
15489 (ediff-choose-window-setup-function-automatically): Make obsolete.
15490
15491 * vc/ediff-init.el: Always define ediff-pixel-width/height.
15492
15493 2012-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
15494
15495 * ffap.el: Remove old code for obsolete package.
15496 (ffap-complete-as-file-p): Remove.
15497
15498 Use completion-table-with-quoting for comint and pcomplete.
15499 * comint.el (comint--unquote&requote-argument)
15500 (comint--unquote-argument, comint--requote-argument): New functions.
15501 (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
15502 (comint-quote-filename): Use regexp-opt-charset.
15503 (comint--common-suffix, comint--common-quoted-suffix)
15504 (comint--table-subvert): Remove.
15505 (comint-unquote-function, comint-requote-function): New vars.
15506 (comint--complete-file-name-data): Use them with
15507 completion-table-with-quoting.
15508 * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
15509 * pcomplete.el (pcomplete-arg-quote-list)
15510 (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
15511 (pcomplete-unquote-argument-function): Default to non-nil.
15512 (pcomplete-unquote-argument): Simplify.
15513 (pcomplete--common-quoted-suffix): Remove.
15514 (pcomplete-requote-argument-function): New var.
15515 (pcomplete--common-suffix): New function.
15516 (pcomplete-completions-at-point): Use completion-table-with-quoting
15517 and completion-table-subvert.
15518
15519 * minibuffer.el: Use completion-table-with-quoting for read-file-name.
15520 (minibuffer--double-dollars): Preserve properties.
15521 (completion--sifn-requote): New function.
15522 (completion--file-name-table): Rewrite using it and c-t-with-quoting.
15523
15524 * minibuffer.el: Add support for completion of quoted/escaped data.
15525 (completion-table-with-quoting, completion-table-subvert): New funs.
15526 (completion--twq-try, completion--twq-all): New functions.
15527 (completion--nth-completion): New function.
15528 (completion-try-completion, completion-all-completions): Use it.
15529
15530 2012-04-25 Leo Liu <sdl.web@gmail.com>
15531
15532 * progmodes/python.el (python-pdbtrack-get-source-buffer):
15533 Use compilation-message if available to find real filename.
15534
15535 2012-04-25 Chong Yidong <cyd@gnu.org>
15536
15537 * vc/diff-mode.el (diff-setup-whitespace): New function.
15538 (diff-mode): Use it.
15539
15540 * vc/diff.el (diff-sentinel):
15541 * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
15542 Whitespace mode variables based on diff style (Bug#8612).
15543
15544 2012-04-25 Leo Liu <sdl.web@gmail.com>
15545
15546 * progmodes/python.el (python-send-region): Add suffix .py to the
15547 temp file.
15548
15549 * files.el (auto-mode-alist): Use javascript-mode instead.
15550
15551 2012-04-25 Alex Harsanyi <AlexHarsanyi@gmail.com>
15552
15553 Sync with soap-client repository. Support SOAP simpleType (Bug#10331).
15554
15555 * net/soap-client.el (soap-resolve-references-for-sequence-type)
15556 (soap-resolve-references-for-array-type): Hack to prevent self
15557 references, see Bug#9.
15558 (soap-parse-envelope): Report the contents of the 'detail' node
15559 when receiving a fault reply.
15560 (soap-parse-envelope): Report the contents of the entire 'detail' node.
15561
15562 * net/soap-inspect.el (soap-sample-value-for-simple-type)
15563 (soap-inspect-simple-type): New function.
15564
15565 * net/soap-client.el (soap-simple-type): New struct.
15566 (soap-default-xsd-types, soap-default-soapenc-types)
15567 (soap-decode-basic-type, soap-encode-basic-type):
15568 support unsignedInt and double basic types.
15569 (soap-resolve-references-for-simple-type)
15570 (soap-parse-simple-type, soap-encode-simple-type): New function.
15571 (soap-parse-schema): Parse xsd:simpleType declarations.
15572
15573 * net/soap-client.el (soap-default-xsd-types)
15574 (soap-default-soapenc-types): Add integer, byte and anyURI types.
15575 (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
15576 the local name of "soapenc:Array".
15577 (soap-decode-basic-type, soap-encode-basic-type): Support encoding
15578 decoding integer, byte and anyURI xsd types.
15579
15580 2012-04-25 Chong Yidong <cyd@gnu.org>
15581
15582 * cus-edit.el (custom-buffer-create-internal): Update header text.
15583
15584 2012-04-25 Eli Zaretskii <eliz@gnu.org>
15585
15586 * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
15587 settings on 'system-type', not on 'window-system'. On MS-Windows,
15588 set interactive-mode on in GDB.
15589
15590 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
15591
15592 * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
15593 (ruby-syntax-propertize-regexp): Remove.
15594 (ruby-syntax-propertize-function): Split regexp into chunks.
15595 Match following code directly.
15596
15597 2012-04-24 Dmitry Gutov <dgutov@yandex.ru>
15598
15599 * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
15600 (ruby-syntax-propertize-regexp): New function.
15601 (ruby-syntax-propertize-function): Use it to handle regexp not preceded
15602 by a special keyword.
15603
15604 * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
15605 (ruby-syntax-general-delimiters-goto-beg)
15606 (ruby-syntax-propertize-general-delimiters): New functions.
15607 (ruby-syntax-propertize-function): Use them to handle GDL.
15608 (ruby-font-lock-keywords): Move old handling of GDL...
15609 (ruby-font-lock-syntactic-keywords): .. to here.
15610 (ruby-calculate-indent): Adjust indentation for GDL.
15611
15612 2012-04-24 Michael Albinus <michael.albinus@gmx.de>
15613
15614 * notifications.el (top): Remove unneeded declarations.
15615 (notifications-specification-version): Change to "1.2".
15616 (notifications-interface, notifications-notify-method)
15617 (notifications-close-notification-method): Fix docstring.
15618 (notifications-get-capabilities-method): New defconst.
15619 (notifications-notify): Add :action-items, :resident and
15620 :transient hints. Change "image_data" to "image-data" and
15621 "image_path" to "image-path".
15622 (notifications-get-capabilities): New defun.
15623
15624 2012-04-24 Leo Liu <sdl.web@gmail.com>
15625
15626 * progmodes/python.el: Move hideshow setup to the end.
15627
15628 2012-04-24 Martin Rudalics <rudalics@gmx.at>
15629
15630 * window.el (handle-select-window): Clear echo area since this is
15631 no more done by read_char (Bug#11304).
15632
15633 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
15634
15635 * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
15636 and `/ M' to filter-derived-mode.
15637 * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
15638 (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
15639 (ibuffer-mark-by-mode): Use default rather than initial-input.
15640 (ibuffer-filter-by-derived-mode): Autoload and require-match.
15641
15642 2012-04-24 Ivan Andrus <darthandrus@gmail.com> (tiny change)
15643
15644 * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
15645 (ibuffer-filter-by-derived-mode): New filter.
15646 * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
15647
15648 2012-04-23 Andreas Politz <politza@fh-trier.de>
15649
15650 * subr.el (accept-change-group): Fix arg usage (Bug#6095).
15651
15652 2012-04-23 Chong Yidong <cyd@gnu.org>
15653
15654 * cus-edit.el (customize-apropos, customize-apropos-options):
15655 Disable matching of non-option variables (Bug#11176).
15656 (customize-option, customize-option-other-window)
15657 (customize-changed-options): Doc fix.
15658 (customize-apropos-options, customize-apropos-faces)
15659 (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
15660
15661 * apropos.el (apropos-read-pattern): Make prompt less cryptic.
15662 Fix word list splitting (Bug#11132).
15663 (apropos-symbol, apropos-keybinding, apropos-label)
15664 (apropos-property, apropos-function-button)
15665 (apropos-variable-button, apropos-misc-button): New faces.
15666 (apropos-symbol-face, apropos-keybinding-face)
15667 (apropos-label-face, apropos-property-face, apropos-match-face):
15668 Variables removed (Bug#8396).
15669 (apropos-library-button, apropos-format-plist, apropos-print)
15670 (apropos-print-doc, apropos-describe-plist): Callers changed.
15671
15672 2012-04-23 Michael Albinus <michael.albinus@gmx.de>
15673
15674 * net/xesam.el (xesam-mode-map): Use let-bound map in
15675 initialization. (Bug#11292)
15676
15677 2012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
15678
15679 Preserve ispell session localwords when switching back to
15680 original buffer.
15681
15682 * textmodes/ispell.el (ispell-buffer-session-localwords):
15683 New buffer-local variable to hold buffer session localwords.
15684 (ispell-kill-ispell): Add option 'clear to delete session
15685 localwords.
15686 (ispell-command-loop, ispell-change-dictionary)
15687 (ispell-buffer-local-words): Preserve session localwords when
15688 needed.
15689
15690 * textmodes/flyspell.el (flyspell-process-localwords)
15691 (flyspell-do-correct): Preserve session localwords when needed.
15692
15693 2012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
15694
15695 * textmodes/ispell.el (ispell-insert-word) Remove unneeded function
15696 using obsolete `translation-table-for-input'.
15697 (ispell-word, ispell-process-line, ispell-complete-word):
15698 Use plain `insert' instead of removed `ispell-insert-word'.
15699
15700 2012-04-22 Chong Yidong <cyd@gnu.org>
15701
15702 * cus-edit.el (custom-variable-menu)
15703 (custom-variable-reset-saved, custom-face-menu)
15704 (custom-face-reset-saved): If there is no saved value, make the
15705 "reset-saved" operation bring back the default (Bug#9509).
15706 (custom-face-state): Properly detect themed faces.
15707
15708 * faces.el (face-spec-set): Stop supporting deprecated form of
15709 third arg.
15710
15711 2012-04-22 Michael Albinus <michael.albinus@gmx.de>
15712
15713 Move functions from C to Lisp. Make non-blocking method calls
15714 the default. Implement further D-Bus standard interfaces.
15715
15716 * net/dbus.el (dbus-message-internal): Declare function.
15717 Remove unneeded function declarations.
15718 (defvar dbus-message-type-invalid, dbus-message-type-method-call)
15719 (dbus-message-type-method-return, dbus-message-type-error)
15720 (dbus-message-type-signal): Declare variables. Remove local
15721 definitions.
15722 (dbus-interface-dbus, dbus-interface-peer)
15723 (dbus-interface-introspectable, dbus-interface-properties)
15724 (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
15725 Adapt docstring.
15726 (dbus-interface-objectmanager): New defconst.
15727 (dbus-call-method, dbus-call-method-asynchronously)
15728 (dbus-send-signal, dbus-method-return-internal)
15729 (dbus-method-error-internal, dbus-register-service)
15730 (dbus-register-signal, dbus-register-method): New defuns, moved
15731 from dbusbind.c
15732 (dbus-call-method-handler, dbus-setenv)
15733 (dbus-get-all-managed-objects, dbus-managed-objects-handler):
15734 New defuns.
15735 (dbus-call-method-non-blocking): Make it an obsolete function.
15736 (dbus-unregister-object, dbus-unregister-service)
15737 (dbus-handle-event, dbus-register-property)
15738 (dbus-property-handler): Obey the new structure of
15739 `bus-registered-objects'.
15740 (dbus-introspect): Use `dbus-call-method'. Use a timeout.
15741 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
15742 Use `dbus-call-method'.
15743
15744 2012-04-22 Chong Yidong <cyd@gnu.org>
15745
15746 * cus-edit.el (custom-commands, custom-reset-menu)
15747 (Custom-reset-standard): Tweak labels.
15748 (custom-reset-button-menu): Change default to t.
15749 (custom-buffer-create-internal): For the custom-reset-button-menu
15750 case, put the revert button first.
15751 (custom-group-subtitle): New face.
15752 (custom-group-value-create): Align docstring to a specific column.
15753
15754 * wid-edit.el (widget-documentation-link-add): Don't handle
15755 indentation in this function.
15756 (widget-documentation-string-indent-to): New function.
15757 (widget-documentation-string-value-create): Use it.
15758
15759 * autorevert.el (auto-revert):
15760 * epg-config.el (epg):
15761 * ibuffer.el (ibuffer):
15762 * mpc.el (mpc):
15763 * ses.el (ses):
15764 * eshell/eshell.el (eshell):
15765 * net/ange-ftp.el (ange-ftp):
15766 * progmodes/ebnf2ps.el (postscript):
15767 * progmodes/flymake.el (flymake):
15768 * progmodes/prolog.el (prolog):
15769 * progmodes/verilog-mode.el (verilog-mode):
15770 * progmodes/which-func.el (which-func):
15771 * term/xterm.el (xterm):
15772 * textmodes/picture.el (picture):
15773 * textmodes/tildify.el (tildify):
15774 * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
15775 customization buffers.
15776
15777 2012-04-22 Alan Mackenzie <acm@muc.de>
15778
15779 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
15780 Adding a ) can hide the resulting (..) from searches. Fix it.
15781 Bound the backward search to the position of the existing (.
15782
15783 2012-04-21 Juanma Barranquero <lekktu@gmail.com>
15784
15785 * progmodes/verilog-mode.el (verilog-mode): Check whether
15786 which-func-modes is t before adding verilog-mode.
15787 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
15788
15789 2012-04-21 Leo Liu <sdl.web@gmail.com>
15790
15791 * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
15792
15793 2012-04-21 Michael Vehrs <Michael.Burschik@gmx.de>
15794
15795 * woman.el: Add support for "T{ T}" tbl syntax, and fix the
15796 filling of the last column of a table (Bug#5635).
15797 (woman-find-next-control-line): New arg, specifying an additional
15798 regexp component for the control line.
15799 (woman2-roff-buffer): Use it.
15800 (woman-break-table): New function.
15801 (woman2-TS): Use it.
15802
15803 2012-04-21 Chong Yidong <cyd@gnu.org>
15804
15805 * woman.el (woman-set-buffer-display-table, woman-decode-region)
15806 (woman-horizontal-escapes, woman-negative-vertical-space)
15807 (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
15808 (WoMan-warn-ignored): Use ?\s instead of ?\ .
15809
15810 2012-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
15811
15812 * minibuffer.el (completion-file-name-table): Complete user names.
15813
15814 2012-04-20 Leo Liu <sdl.web@gmail.com>
15815
15816 * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
15817 and pcase-let*.
15818
15819 2012-04-20 Chong Yidong <cyd@gnu.org>
15820
15821 * server.el (server-execute): Respect initial-buffer-choice if it
15822 is a string and there are no files to open (Bug#2825).
15823 (server-create-window-system-frame, server-create-tty-frame):
15824 Don't switch buffers here.
15825 (server-process-filter): Only try to open a window system frame if
15826 compiled with graphical support (Bug#8314).
15827
15828 2012-04-20 Dan Nicolaescu <dann@gnu.org>
15829
15830 * battery.el (battery-echo-area-format): Display remaining time
15831 for sysfs backend too (Bug#11269).
15832 (battery-linux-sysfs): Fix conditional for the charge.
15833
15834 2012-04-20 Chong Yidong <cyd@gnu.org>
15835
15836 * progmodes/gdb-mi.el (gdb): Revert previous change.
15837 (gdb-inferior-io--init-proc): New function.
15838 (gdb-init-1): Use it.
15839 (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
15840 responsible for allocating a new pty and hooking it to gdb when
15841 the old pty gets an EIO due to process exit.
15842 (gdb-delchar-or-quit): New command. Bind it in gdb-mi buffers.
15843 (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
15844 (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
15845
15846 2012-04-20 Eli Zaretskii <eliz@gnu.org>
15847
15848 * window.el (window-min-size, window-sizable, window-min-delta)
15849 (window-max-delta, window--resizable, window-resizable)
15850 (window-total-size, window-full-height-p, window-full-width-p)
15851 (window-in-direction, window--resize-mini-window, window-resize)
15852 (window--resize-child-windows-normal)
15853 (window--resize-child-windows, window--resize-siblings)
15854 (window--resize-this-window, adjust-window-trailing-edge)
15855 (enlarge-window, shrink-window): Doc fixes.
15856
15857 2012-04-20 Chong Yidong <cyd@gnu.org>
15858
15859 * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
15860 New function to call delete-process on the gdb-inferior buffer's pty.
15861 (gdb-reset): Use it, instead of relying on kill-buffer to kill the
15862 pty process (Bug#11273).
15863 (gdb-update): New arg to suppress talking to the gdb process.
15864 (gdb-done-or-error): Use it.
15865 (gdb-stopped-functions): Rename from gdb-stopped-hooks.
15866 (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
15867 sentinel not being called.
15868
15869 * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
15870
15871 * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
15872
15873 2012-04-20 Glenn Morris <rgm@gnu.org>
15874
15875 * net/network-stream.el (open-network-stream): Doc fix.
15876
15877 2012-04-20 Chong Yidong <cyd@gnu.org>
15878
15879 * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
15880
15881 2012-04-20 Alan Mackenzie <acm@muc.de>
15882
15883 Ensure searching for keywords is case sensitive.
15884
15885 * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
15886 (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
15887 (c-defun-name, c-mark-function, c-cpp-define-name)
15888 (c-comment-indent, c-scan-conditionals, c-indent-defun)
15889 (c-context-line-break): Bind case-fold-search to nil.
15890
15891 * progmodes/cc-mode.el (c-font-lock-fontify-region):
15892 Bind case-fold-search to nil.
15893
15894 2012-04-20 Chong Yidong <cyd@gnu.org>
15895
15896 * mail/sendmail.el (mail-bury): Call return action with the right
15897 Rmail buffer (Bug#11242).
15898
15899 * server.el (server-process-filter): Handle corner case where both
15900 tty and nowait options are present (Bug#11102).
15901
15902 2012-04-20 Eli Zaretskii <eliz@gnu.org>
15903
15904 * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
15905 (top level): Put into the executable the ident-style '$Id:' tag on
15906 windows-nt as well.
15907
15908 2012-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
15909
15910 * electric.el (electric-indent-post-self-insert-function): Check that
15911 electric-indent-mode is enabled in current buffer.
15912
15913 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
15914
15915 * imenu.el (imenu-progress-message): Restore; it is "used" in
15916 erc/erc-imenu.el and net/snmp-mode.el.
15917
15918 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
15919
15920 * avoid.el (mouse-avoidance-mode): Mark unused arg.
15921 (mouse-avoidance-nudge-mouse): Remove unused binding.
15922
15923 * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
15924
15925 * descr-text.el (describe-char):
15926 * progmodes/python.el (python-describe-symbol):
15927 Don't call `toggle-read-only', set `buffer-read-only'.
15928
15929 * imenu.el (imenu-default-goto-function): Mark unused args.
15930 (imenu-progress-message): Remove obsolete macro; all callers changed.
15931
15932 * subr.el (keymap-canonicalize): Remove unused binding.
15933 (read-passwd): Mark unused arg.
15934
15935 * tutorial.el (tutorial--display-changes): Remove unused binding.
15936 (tutorial--save-tutorial-to): Remove unused variable.
15937
15938 * emacs-lisp/package.el (define-package, package-menu-mark-delete)
15939 (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
15940 (package-generate-autoloads, package-menu--generate)
15941 (package-menu--find-upgrades): Remove unused bindings.
15942
15943 * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
15944 (cua-restrict-prefix-rectangle): Doc fixes. Remove unused bindings.
15945 (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
15946 (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
15947 (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
15948 (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
15949 (cua--rectangle-aux-replace, cua--left-fill-rectangle)
15950 (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
15951 (cua-delete-char-rectangle): Mark unused args.
15952 (cua-align-rectangle): Remove unused binding.
15953
15954 * mail/rmail.el (compilation--message->loc)
15955 (epa--find-coding-system-for-mime-charset): Declare.
15956
15957 * net/dbus.el (dbus-register-service): Declare.
15958 (dbus-name-owner-changed-handler): Remove unused binding.
15959
15960 * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
15961 (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
15962 (nxml-scan-backward-within): Mark unused arg.
15963 (nxml-dynamic-markup-word): Remove unused binding.
15964
15965 * mouse.el (mouse-menu-major-mode-map):
15966 * emacs-lisp/authors.el (authors-scan-change-log)
15967 (authors-add-to-author-list):
15968 * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
15969 * emacs-lisp/smie.el (smie-auto-fill):
15970 * mail/sendmail.el (mail-bury):
15971 * mail/unrmail.el (unrmail):
15972 * net/tls.el (open-tls-stream):
15973 * textmodes/picture.el (picture-mouse-set-point):
15974 Remove unused bindings.
15975
15976 2012-04-19 Michael Albinus <michael.albinus@gmx.de>
15977
15978 * net/tramp.el (tramp-action-password): Let-bind
15979 `enable-recursive-minibuffers' to t.
15980
15981 2012-04-18 Sam Steingold <sds@gnu.org>
15982
15983 * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
15984 instead of 'string to accommodate values like [f11].
15985 Always use `vconcat' instead of `concat' on it, like in `gud-def'.
15986 * progmodes/gdb-mi.el: Likewise.
15987
15988 2012-04-18 Leo Liu <sdl.web@gmail.com>
15989
15990 * abbrev.el (edit-abbrevs): Move point to the abbrev table of
15991 current buffer.
15992 (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
15993 LOCAL is nil.
15994
15995 2012-04-18 Chong Yidong <cyd@gnu.org>
15996
15997 * simple.el (line-move): Use forward-line if in batch mode
15998 (Bug#11053).
15999
16000 2012-04-18 Christopher Schmidt <christopher@ch.ristopher.com>
16001
16002 * files.el (after-find-file): Do not try to add a final newline if
16003 the buffer is read-only (Bug#11156).
16004
16005 2012-04-17 Richard Stallman <rms@gnu.org>
16006
16007 * mail/rmail.el (rmail-start-mail):
16008 Pass (rmail-mail-return...) for the return-action.
16009 Pass (rmail-yank-current-message...) for the yank-action.
16010 (rmail-yank-current-message): New function.
16011 (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
16012 (rmail-reply): Likewise.
16013 (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
16014
16015 * mail/sendmail.el (mail-bury): Choose the first rmail-mode
16016 buffer, not the last. Reject temp buffers. Use the rmail-mode
16017 buffer, not newbuf.
16018
16019 2012-04-17 Juanma Barranquero <lekktu@gmail.com>
16020
16021 * server.el (server-ensure-safe-dir): Simplify.
16022
16023 2012-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
16024
16025 * emacs-lisp/smie.el: Provide smarter auto-filling.
16026 (smie-auto-fill): New function.
16027 (smie-setup): Use it.
16028
16029 * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
16030
16031 2012-04-17 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
16032
16033 * newcomment.el (comment-inline-offset): New custom var (bug#11090).
16034 (comment-indent): Use it.
16035
16036 2012-04-17 Vincent Belaïche <vincentb1@users.sourceforge.net>
16037
16038 * ses.el: The overall change is to add cell renaming, that is
16039 setting fancy names for cell symbols other than name matching
16040 "\\`[A-Z]+[0-9]+\\'" regexp .
16041 (ses-localvars): Add ses--renamed-cell-symb-list.
16042 (ses-create-cell-variable): New defun.
16043 (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
16044 (ses-relocate-formula): Relocate formulas only for cells the
16045 symbols of which are not renamed, i.e. symbols whose names do not
16046 match regexp "\\`[A-Z]+[0-9]+\\'".
16047 (ses-relocate-all): Relocate values only for cells the symbols of
16048 which are not renamed.
16049 (ses-load): Create cells variables as the (ses-cell ...) are read,
16050 in order to check row col consistency with cell symbol name only
16051 for cells that are not renamed.
16052 (ses-replace-name-in-formula): New defun.
16053 (ses-rename-cell): New defun.
16054
16055 2012-04-17 Peter Oliver <bzr@mavit.org.uk> (tiny change)
16056
16057 * progmodes/perl-mode.el (perl-indent-parens-as-block):
16058 New option (bug#11118).
16059 (perl-calculate-indent): Respect it.
16060
16061 2012-04-17 Glenn Morris <rgm@gnu.org>
16062
16063 * dired-aux.el (dired-mark-read-string): Doc fix.
16064
16065 2012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
16066
16067 * dired-aux.el (dired-mark-read-string): Offer optional completion.
16068 (dired-do-chxxx): Complete chown, chgrp over users, groups. (Bug#7900)
16069
16070 2012-04-17 Glenn Morris <rgm@gnu.org>
16071
16072 * mouse.el (mouse-drag-track):
16073 * speedbar.el (speedbar-frame-mode):
16074 Use auto-hscroll-mode rather than the alias automatic-hscrolling.
16075
16076 2012-04-16 Leo Liu <sdl.web@gmail.com>
16077
16078 * progmodes/python.el: Trivial cleanup.
16079
16080 2012-04-16 Glenn Morris <rgm@gnu.org>
16081
16082 * vc/vc.el (vc-string-prefix-p):
16083 * vc/pcvs-util.el (cvs-string-prefix-p):
16084 * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
16085 * mpc.el (mpc-string-prefix-p):
16086 Make all of these into obsolete aliases for string-prefix-p.
16087 Update callers.
16088 * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
16089
16090 * textmodes/two-column.el: Move custom options to the start.
16091 (frame-width): Remove compat definition.
16092 (2C-associate-buffer, 2C-dissociate):
16093 Use with-current-buffer rather than save-excursion.
16094 (2C-dissociate): Force a mode-line update.
16095 (2C-autoscroll): Use ignore-errors.
16096
16097 * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
16098 Autoload trivia.
16099
16100 * emacs-lisp/cl-extra.el (*random-state*):
16101 Remove unnecessary declaration.
16102
16103 * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
16104
16105 * play/cookie1.el (cookie-snarf):
16106 Give an explicit error if input file cannot be read.
16107
16108 * play/yow.el (yow-file): Use expand-file-name rather than concat.
16109
16110 * progmodes/perl-mode.el (c-macro-expand):
16111 Remove unnecessary autoload (it is in loaddefs.el).
16112
16113 * textmodes/picture.el (picture-desired-column)
16114 (picture-update-desired-column): Convert comments to doc-strings.
16115 (picture-substitute): Remove function.
16116 (picture-mode-map): Initialize in the defvar.
16117
16118 * woman.el: Remove eval-after-load for tar-mode.
16119 * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
16120 (woman-tar-extract-file): Autoload it.
16121
16122 * frame.el (automatic-hscrolling): Make this alias obsolete.
16123
16124 2012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
16125
16126 * textmodes/ispell.el (ispell-set-spellchecker-params): Post-process
16127 `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
16128 (ispell-dictionary-base-alist): Revert to original XEmacs
16129 friendly version for default. [:alpha:] will be added in
16130 `ispell-set-spellchecker-params' if needed.
16131
16132 2012-04-16 Chong Yidong <cyd@gnu.org>
16133
16134 * image.el (imagemagick--file-regexp): New variable.
16135 (imagemagick-register-types): Use it.
16136 (imagemagick-types-inhibit): Add :set function. Allow new value
16137 of t to inhibit all types.
16138
16139 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
16140 so we can preload it.
16141
16142 * loadup.el (fboundp): Preload regexp-opt, needed by
16143 imagemagick-register-types.
16144
16145 2012-04-15 Chong Yidong <cyd@gnu.org>
16146
16147 * frame.el (scrolling): Remove nearly unused customization group.
16148
16149 * scroll-all.el (scroll-all-mode): Move to windows group.
16150
16151 2012-04-15 Chong Yidong <cyd@gnu.org>
16152
16153 * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
16154
16155 2012-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
16156
16157 Avoid the use of ((lambda ...) ...) in lexical-binding code.
16158 * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
16159
16160 2012-04-15 Glenn Morris <rgm@gnu.org>
16161
16162 * simple.el (process-file-side-effects): Doc fix.
16163
16164 2012-04-15 Glenn Morris <rgm@gnu.org>
16165
16166 * international/mule-cmds.el (set-language-environment): Doc fix.
16167
16168 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
16169
16170 * server.el (server-auth-key, server-generate-key): Doc fixes.
16171 (server-get-auth-key): Doc fix. Use `string-match-p'.
16172 (server-start): Reflow docstring.
16173
16174 2012-04-14 Lars Ingebrigtsen <larsi@gnus.org>
16175
16176 * server.el (server-generate-key): `called-interactively-p'
16177 requires a parameter.
16178
16179 2012-04-14 Michal Nazarewicz <mina86@mina86.com>
16180
16181 * server.el (server-auth-key): New variable.
16182 (server-generate-key, server-get-auth-key): New function.
16183 (server-start): Use the new variable and functions to allow
16184 setting a permanent server key (bug#9423).
16185
16186 2012-04-14 Leo Liu <sdl.web@gmail.com>
16187
16188 * vc/diff-mode.el (diff-file-prev/next): Fix typo.
16189
16190 2012-04-14 Paul Eggert <eggert@cs.ucla.edu>
16191
16192 Spelling fixes.
16193 * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
16194 Emacs uses American spelling.
16195
16196 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
16197
16198 * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
16199 (emacs-lock--exit-locked-buffer): Return the locked buffer. Doc fix.
16200 (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
16201 (emacs-lock--kill-buffer-query-functions): Run new hook. (Bug#11017)
16202
16203 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
16204
16205 * progmodes/which-func.el (which-func-modes): Change default.
16206
16207 2012-04-14 Kim F. Storm <storm@cua.dk>
16208
16209 * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
16210 exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
16211
16212 2012-04-14 Chong Yidong <cyd@gnu.org>
16213
16214 * custom.el (custom-theme-set-variables): Doc fix.
16215
16216 2012-04-14 Glenn Morris <rgm@gnu.org>
16217
16218 * international/mule.el (set-auto-coding-for-load): Doc fix.
16219
16220 2012-04-14 Alan Mackenzie <acm@muc.de>
16221
16222 * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
16223 imenu work again for Objective C Mode. Correct the *-index values,
16224 these having been disturbed by a previous change in 2011-08.
16225
16226 * progmodes/cc-engine.el (c-before-change-check-<>-operators):
16227 Correct two search limits.
16228
16229 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
16230
16231 * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
16232
16233 2012-04-14 Andreas Schwab <schwab@linux-m68k.org>
16234
16235 * international/characters.el: Fix sorting.
16236
16237 2012-04-14 Eli Zaretskii <eliz@gnu.org>
16238
16239 * international/characters.el: Add more missing Latin case pairs.
16240
16241 2012-04-14 Glenn Morris <rgm@gnu.org>
16242
16243 * files.el (dir-locals-set-class-variables): Doc fix.
16244
16245 2012-04-14 Eli Zaretskii <eliz@gnu.org>
16246
16247 * international/characters.el: Add set-case-syntax-pair call for
16248 LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
16249 counterpart. (Bug#11209)
16250
16251 * simple.el (shell-command-on-region): Doc fix. (Bug#11208)
16252
16253 2012-04-14 Glenn Morris <rgm@gnu.org>
16254
16255 * calendar/holidays.el (calendar-check-holidays): Doc fix.
16256
16257 2012-04-14 Eli Zaretskii <eliz@gnu.org>
16258
16259 * textmodes/ispell.el (ispell-dictionary-base-alist):
16260 Add data for Hebrew.
16261
16262 2012-04-14 Chong Yidong <cyd@gnu.org>
16263
16264 * net/rcirc.el (rcirc-cmd-quit):
16265 Revert 2012-03-18 change (Bug#11192).
16266
16267 2012-04-14 Glenn Morris <rgm@gnu.org>
16268
16269 * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
16270
16271 2012-04-14 Eli Zaretskii <eliz@gnu.org>
16272
16273 * minibuffer.el (completion-in-region-mode-map):
16274 Bind completion-help-at-point to M-? rather than ?. (Bug#11182)
16275
16276 2012-04-13 Vivek Dasmohapatra <vivek@etla.org>
16277
16278 * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
16279
16280 2012-04-13 Masatake YAMATO <yamato@redhat.com>
16281
16282 * minibuffer.el (minibuffer-local-filename-syntax): New variable
16283 to allow `C-M-f' and `C-M-b' to move to the nearest path
16284 separator (bug#9511).
16285
16286 2012-04-13 Lars Ingebrigtsen <larsi@gnus.org>
16287
16288 * avoid.el: Require cl when compiling. And also move the
16289 `provide' to the end.
16290
16291 2012-04-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
16292
16293 * avoid.el (mouse-avoidance-banish-position): New variable.
16294 (mouse-avoidance-banish-destination): Use it (bug#10165).
16295
16296 2012-04-13 Leo Liu <sdl.web@gmail.com>
16297
16298 * progmodes/which-func.el (which-func-modes): Add objc-mode.
16299
16300 2012-04-13 Ken Brown <kbrown@cornell.edu>
16301
16302 * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
16303 this is no longer needed now that cygstart understands file:// URLs.
16304 (browse-url-filename-alist): For the same reason, don't modify
16305 file:// URLs on Cygwin.
16306
16307 2012-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
16308
16309 * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
16310 the region on shift if the binding is already shifted (bug#11221).
16311
16312 2012-04-12 Glenn Morris <rgm@gnu.org>
16313
16314 * mail/mailpost.el: Move to obsolete/.
16315
16316 2012-04-12 Drew Adams <drew.adams@oracle.com>
16317
16318 * imenu.el (imenu--generic-function): Ignore invisible definitions
16319 (bug#10123).
16320
16321 2012-04-12 Vivek Dasmohapatra <vivek@etla.org>
16322
16323 * hexl.el (hexl-bits): New variable.
16324 (hexl-options): Mention the variable in the doc string.
16325 (hexl-rulerise, hexl-line-displen): New functions.
16326 (hexl-mode): Mention the new variable.
16327 (hexl-mode, hexl-current-address, hexl-current-address):
16328 Use the displen.
16329 (hexl-ascii-start-column): New function.
16330 (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
16331 (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
16332
16333 2012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
16334
16335 * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
16336 '("-i" ENCODING), in 2 separate command-line arguments, to specify
16337 the encoding, as expected by hunspell.
16338
16339 2012-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
16340
16341 * battery.el (battery--linux-sysfs-regexp): New const.
16342 (battery-status-function): Use it. Remove yeeloong special case.
16343 (battery-yeeloong-sysfs): Remove.
16344 (battery-echo-area-format): Remove yeeloong special case.
16345
16346 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
16347
16348 * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
16349 Reported by Noah Friedman.
16350
16351 * subr.el (read-passwd): Use read-string.
16352
16353 2012-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
16354
16355 * vcursor.el (vcursor-move): Increase the priority of the overlay
16356 (bug#9663).
16357
16358 2012-04-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
16359
16360 * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
16361 (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
16362
16363 2012-04-11 William Stevenson <yhvh2000@gmail.com>
16364
16365 * textmodes/artist.el (artist-mode): Convert artist-mode to use
16366 define-minor-mode (bug#10760).
16367
16368 2012-04-11 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
16369
16370 * progmodes/grep.el (rgrep): Tweak the find command line so
16371 that directories matching `grep-find-ignored-files' won't be
16372 pruned (bug#10351).
16373
16374 2012-04-11 Chong Yidong <cyd@gnu.org>
16375
16376 * startup.el (command-line): Remove support for long-obsolete
16377 variable font-lock-face-attributes.
16378
16379 2012-04-11 Glenn Morris <rgm@gnu.org>
16380
16381 * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
16382
16383 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
16384
16385 * window.el (window--state-get-1): Obey window-point-insertion-type.
16386
16387 2012-04-11 Lennart Borgman <lennart.borgman@gmail.com>
16388
16389 * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
16390 to previous function when point is on the first character of a
16391 function. Take care of that in `narrow-to-defun' (bug#6157).
16392
16393 2012-04-11 Glenn Morris <rgm@gnu.org>
16394
16395 * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
16396 not just file-errors.
16397
16398 * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
16399 (vc-bzr-sha1): Use internal sha1.
16400
16401 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
16402
16403 * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
16404
16405 2012-04-10 Sébastien Gross <seb@chezwam.org> (tiny change)
16406
16407 * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
16408 that start in the middle of the line (bug#10496).
16409
16410 2012-04-10 Dan Nicolaescu <dann@gnu.org>
16411
16412 * battery.el (battery-linux-proc-acpi): Only one battery is
16413 discharged at a time, but that seems to confuse battery.el when
16414 computing `rate-type' for the battery not being discharged
16415 (bug#10332).
16416
16417 2012-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
16418
16419 * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
16420
16421 * international/quail.el: Use dolist and simplify.
16422 (quail-define-package, quail-update-keyboard-layout)
16423 (quail-define-rules): Use dolist.
16424 (quail-insert-kbd-layout, quail-get-translation): CSE.
16425
16426 * tmm.el: Use dolist, remove left over hook.
16427 (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
16428 Use dolist.
16429 (calendar-load-hook): Don't mess with it.
16430
16431 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
16432 Use derived-mode-p. Run the diff asynchronously.
16433
16434 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
16435
16436 * obsolete/mouse-sel.el: Add an Obsolete-since header.
16437
16438 2012-04-10 Juanma Barranquero <lekktu@gmail.com>
16439
16440 * misc.el: Display absolute path of loaded DLLs (bug#10424).
16441 (list-dynamic-libraries--loaded): New function.
16442 (list-dynamic-libraries--refresh): Use it.
16443
16444 2012-04-10 Nathan Weizenbaum <nweiz@google.com>
16445
16446 * progmodes/python.el (python-fill-paragraph):
16447 Make python-fill-region in a multiline string work when font-lock is
16448 disabled (bug#7018).
16449
16450 2012-04-10 Laimonas Vėbra <laimonas.vebra@gmail.com> (tiny change)
16451
16452 * language/european.el (cp775): Add oem/legacy (en)coding on
16453 DOS/MS Windows for the Baltic languages. There are still plenty
16454 of texts written in this encoding/codepage (bug#6519).
16455
16456 2012-04-10 Glenn Morris <rgm@gnu.org>
16457
16458 * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
16459 Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
16460
16461 2012-04-10 Florian Adamsky <florian@adamsky.it> (tiny change)
16462
16463 * recentf.el (recentf-dialog-mode-map): Add two keybindings for
16464 next-line "n" and previous-line "p" in order to make recentf more
16465 consistent with ibuffer, dired or org-mode (bug#9387).
16466
16467 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
16468
16469 * image.el (put-image): Return the overlay created instead of the
16470 optional input string (bug#7834). Note that this may break code
16471 that is (for some reason or other) depending on `put-image'
16472 returning the string.
16473
16474 * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
16475
16476 * simple.el (zap-to-char): Allow zapping using input methods
16477 (bug#1580).
16478
16479 * textmodes/fill.el (fill-region): Leave point and mark where they
16480 were before filling (bug#5399).
16481
16482 2012-04-09 Glenn Morris <rgm@gnu.org>
16483
16484 * version.el (emacs-bzr-get-version):
16485 Handle lightweight checkouts of local branches.
16486
16487 2012-04-09 Andreas Schwab <schwab@linux-m68k.org>
16488
16489 * international/characters.el: Recover lost case pairs. (Bug#11209)
16490
16491 2012-04-09 Chong Yidong <cyd@gnu.org>
16492
16493 * custom.el (custom-variable-p): Return nil for non-symbol
16494 arguments instead of signaling an error.
16495 (user-variable-p): Obsolete alias for custom-variable-p.
16496
16497 * apropos.el (apropos-variable):
16498 * files-x.el (read-file-local-variable):
16499 * simple.el (set-variable):
16500 * woman.el (woman-mini-help):
16501 * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
16502
16503 2012-04-09 Glenn Morris <rgm@gnu.org>
16504
16505 * startup.el (normal-top-level): Don't look for leim-list.el
16506 in places where it will not be found. (Bug#910)
16507
16508 * international/mule-cmds.el (set-default-coding-systems):
16509 * files.el (normal-mode):
16510 Remove guarded calls to ucs-set-table-for-input. (Bug#9821)
16511 This function was removed with ucs-tables.el in 2008.
16512
16513 2012-04-08 Eli Zaretskii <eliz@gnu.org>
16514
16515 * textmodes/ispell.el (ispell-check-version): For hunspell, set
16516 ispell-encoding8-command to "-i", without a trailing space.
16517 (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
16518 separate command-line arguments, to specify the encoding, since
16519 that's how hunspell expects it.
16520
16521 2012-04-08 Glenn Morris <rgm@gnu.org>
16522
16523 * loadup.el: Load bindings before cus-start.
16524 This reduces somewhat the number of "rogue" settings in emacs -Q.
16525
16526 2012-04-07 Glenn Morris <rgm@gnu.org>
16527
16528 * version.el (emacs-bzr-get-version): New function.
16529 (emacs-bzr-version): New variable.
16530 * loadup.el (emacs-bzr-version): Set it. (Bug#8054)
16531 * mail/emacsbug.el (report-emacs-bug): Include bzr version.
16532
16533 2012-04-07 Eli Zaretskii <eliz@gnu.org>
16534
16535 * international/uni-bidi.el, international/uni-category.el:
16536 * international/uni-combining.el, international/uni-decimal.el:
16537 * international/uni-decomposition.el, international/uni-digit.el:
16538 * international/uni-lowercase.el, international/uni-mirrored.el:
16539 * international/uni-name.el, international/uni-numeric.el:
16540 * international/uni-titlecase.el, international/uni-uppercase.el:
16541 Update for Unicode 6.1.
16542
16543 2012-04-07 Eli Zaretskii <eliz@gnu.org>
16544
16545 * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
16546
16547 2012-04-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
16548
16549 * window.el (shrink-window): Mention the `window-min-height'
16550 variable in the doc string.
16551
16552 2012-04-05 Bastien Guerry <bzg@altern.org>
16553
16554 * color.el (color-lighten-name): Fix typo.
16555
16556 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
16557
16558 * server.el (server--on-display-p): New function.
16559 (server--on-display-p): Use it.
16560
16561 2012-04-04 Gábor Vida <vidagabor@gmail.com> (tiny change)
16562
16563 * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
16564 (bug#11145).
16565
16566 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
16567
16568 * comint.el (comint--common-quoted-suffix): Check string boundary
16569 before comparing (bug#11158).
16570 * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
16571
16572 2012-04-04 Chong Yidong <cyd@gnu.org>
16573
16574 * minibuffer.el (completion-extra-properties): Doc fix.
16575
16576 * subr.el (delayed-warnings-hook): Doc fix.
16577
16578 2012-04-04 Daiki Ueno <ueno@unixuser.org>
16579
16580 * epa.el (epa--select-keys): Bind C-c C-c to finish the key
16581 selection (Bug#11159).
16582 (epa-insert-keys): Inform that the default public key will be
16583 exported if no key is selected.
16584
16585 2012-04-04 Richard Stallman <rms@gnu.org>
16586
16587 * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
16588
16589 2012-04-03 Chong Yidong <cyd@gnu.org>
16590
16591 * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
16592 mail-insert-file, not its obsolete alias mail-attach-file.
16593
16594 2012-04-03 Michael Albinus <michael.albinus@gmx.de>
16595
16596 * notifications.el (notifications-notify): Fix docstring.
16597
16598 2012-04-02 Glenn Morris <rgm@gnu.org>
16599
16600 * emacs-lisp/authors.el (authors-aliases): Another addition.
16601
16602 2012-04-02 Michael Albinus <michael.albinus@gmx.de>
16603
16604 * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
16605 `tramp-compat-call-process' instead of `tramp-local-call-process'.
16606 Reported by Magnus Henoch <magnus.henoch@gmail.com>.
16607
16608 2012-04-01 Chong Yidong <cyd@gnu.org>
16609
16610 * files.el (file-in-directory-p): Rename from file-subdir-of-p.
16611 Handle root directory properly.
16612 (copy-directory): Caller changed.
16613
16614 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
16615 * net/tramp.el (tramp-file-name-for-operation): Callers changed.
16616
16617 2012-03-31 Glenn Morris <rgm@gnu.org>
16618
16619 * term/xterm.el (xterm-extra-capabilities): Doc fix.
16620
16621 * language/indian.el ("Devanagari"): Fix typo. (Bug#11103)
16622
16623 * calendar/calendar.el (calendar-window-list)
16624 (calendar-hide-window): Restore. (Bug#11140)
16625 (calendar-exit): Use calendar-window-list, calendar-hide-window again.
16626
16627 * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
16628
16629 2012-03-30 Thierry Volpiatto <thierry.volpiatto@gmail.com>
16630
16631 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
16632 Check if file is a symlink (Bug#10489).
16633
16634 * files.el (copy-directory): Likewise.
16635
16636 2012-03-30 Chong Yidong <cyd@gnu.org>
16637
16638 * image.el (imagemagick-types-inhibit)
16639 (imagemagick-register-types): Doc fix.
16640
16641 2012-03-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
16642
16643 * textmodes/ispell.el (ispell-get-extended-character-mode):
16644 Disable extended-char-mode for hunspell. hunspell does not support it
16645 and treats ~word as ordinary words in pipe mode.
16646
16647 2012-03-30 Glenn Morris <rgm@gnu.org>
16648
16649 * tutorial.el (help-with-tutorial): Ensure local variables don't
16650 happen to make the buffer read-only. (Bug#11127)
16651
16652 2012-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
16653
16654 * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
16655 (perl-calculate-indent): Return `noindent' in strings.
16656
16657 2012-03-28 Sam Steingold <sds@gnu.org>
16658
16659 * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
16660 instead of the broken adhockery which does not prevent calendar
16661 buffers from being displayed at random after exit.
16662 (calendar-window-list, calendar-hide-window): Remove the broken
16663 adhockery.
16664
16665 2012-03-28 Glenn Morris <rgm@gnu.org>
16666
16667 * replace.el (query-replace-map): Doc fix.
16668
16669 2012-03-28 Andreas Schwab <schwab@linux-m68k.org>
16670
16671 * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
16672 contents. (Bug#11109)
16673
16674 2012-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
16675
16676 * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
16677 (bug#11077).
16678 (avl-tree--check, avl-tree--check-node): New funs.
16679
16680 2012-03-27 Martin Rudalics <rudalics@gmx.at>
16681
16682 * window.el (switch-to-visible-buffer): New option.
16683 (switch-to-prev-buffer, switch-to-next-buffer):
16684 Observe switch-to-visible-buffer. Make sure that checking for a window
16685 showing a buffer already is done on the same frame.
16686
16687 2012-03-27 Glenn Morris <rgm@gnu.org>
16688
16689 * startup.el (mail-host-address): Doc fix.
16690
16691 2012-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
16692
16693 * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
16694 than 197 variables.
16695
16696 2012-03-26 Ami Fischman <ami@fischman.org>
16697
16698 * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
16699
16700 2012-03-26 Glenn Morris <rgm@gnu.org>
16701
16702 * files.el (save-buffers-kill-emacs): Doc fix.
16703
16704 * startup.el (normal-top-level, command-line, command-line-1):
16705 Give them doc strings.
16706
16707 2012-03-25 Eli Zaretskii <eliz@gnu.org>
16708
16709 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
16710 of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
16711
16712 2012-03-25 Chong Yidong <cyd@gnu.org>
16713
16714 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
16715 theme if it was previously enabled before (Bug#11031).
16716
16717 * cus-theme.el (custom-theme-write-faces): Retrieve current face
16718 spec with custom-face-get-current-spec if its :shown-value is not
16719 determined yet (Bug#9337).
16720 (customize-create-theme, custom-theme-revert): Doc fixes.
16721
16722 * button.el (button-at): Minor addition to docstring.
16723
16724 2012-03-24 Simon Leinen <simon.leinen@gmail.com>
16725
16726 * vc/vc.el (vc-merge): Fix a prompt.
16727
16728 2012-03-24 Chong Yidong <cyd@gnu.org>
16729
16730 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
16731 point (Bug#9623).
16732
16733 * button.el (button-at): Minor addition to docstring.
16734
16735 2012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
16736
16737 * newcomment.el (comment-choose-indent): No space after BOL.
16738
16739 2012-03-22 Sam Steingold <sds@gnu.org>
16740
16741 * window.el (switch-to-prev-buffer): Revert last patch because the
16742 bug turned out to be an advertised feature (Elisp manual 28.14).
16743
16744 2012-03-22 Glenn Morris <rgm@gnu.org>
16745
16746 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
16747 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
16748
16749 2012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
16750
16751 * net/network-stream.el (network-stream-open-starttls): Make error
16752 message under Windows be less misleading.
16753
16754 2012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
16755
16756 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
16757 understands (bug#9942).
16758
16759 2012-03-22 Chong Yidong <cyd@gnu.org>
16760
16761 * simple.el (end-of-visible-line): Handle return value of
16762 next-single-property-change properly (Bug#9371).
16763
16764 2012-03-22 Kenichi Handa <handa@m17n.org>
16765
16766 * international/quail.el (quail-insert-kbd-layout): Fix previous
16767 change. To avoid unwanted bidi reordering, use
16768 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
16769
16770 2012-03-21 Dmitry Gutov <dgutov@yandex.ru>
16771
16772 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
16773 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
16774 (ruby-beginning-of-indent): Be more careful with the difference
16775 between word-boundary and symbol boundary.
16776 (ruby-mode-syntax-table): Make : a symbol constituent.
16777
16778 2012-03-21 Andreas Politz <politza@fh-trier.de>
16779
16780 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
16781
16782 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
16783
16784 * progmodes/etags.el (tags-completion-at-point-function):
16785 Improve last fix.
16786
16787 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
16788
16789 2012-03-21 Sam Steingold <sds@gnu.org>
16790
16791 * progmodes/etags.el (tags-completion-at-point-function):
16792 Avoid the error when point is inside the pattern.
16793
16794 2012-03-21 John Yates <john@yates-sheets.org> (tiny change)
16795
16796 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
16797 line (Bug#10855).
16798
16799 2012-03-21 Drew Adams <drew.adams@oracle.com>
16800
16801 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
16802
16803 2012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
16804
16805 * ido.el (ido-set-current-directory, ido-read-internal)
16806 (ido-choose-completion-string, ido-completion-help): Handle nil
16807 value of ido-completion-buffer (Bug#11008).
16808
16809 2012-03-21 Sam Steingold <sds@gnu.org>
16810
16811 * window.el (switch-to-prev-buffer): Do not switch to a visible
16812 window previous buffer, just like with the frame previous buffers.
16813
16814 2012-03-21 Chong Yidong <cyd@gnu.org>
16815
16816 * faces.el (make-face, make-empty-face, copy-face):
16817 * face-remap.el (face-remap-add-relative, face-remap-set-base):
16818 Doc fixes.
16819
16820 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
16821
16822 * wid-edit.el (widget-complete-field): Remove (bug#11051).
16823 (widget-complete): Remove broken use of it.
16824
16825 2012-03-20 Chong Yidong <cyd@gnu.org>
16826
16827 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
16828 Use string-width and truncate-string-width to handle arbitrary
16829 characters.
16830
16831 2012-03-20 Tassilo Horn <tassilo@member.fsf.org>
16832
16833 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
16834 to draw rectangles, not squares. (Regression introduced by revno
16835 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
16836
16837 2012-03-18 Chong Yidong <cyd@gnu.org>
16838
16839 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
16840 it is not yet defined (for temacs).
16841
16842 2012-03-18 Leo Liu <sdl.web@gmail.com>
16843
16844 * net/rcirc.el (rcirc-cmd-quit): Allow quitting all servers with
16845 prefix.
16846
16847 2012-03-17 Eli Zaretskii <eliz@gnu.org>
16848
16849 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
16850 (ispell-choices-win-default-height, ispell-silently-savep)
16851 (ispell-dictionary-alist, ispell-encoding8-command)
16852 (ispell-check-version, ispell-aspell-find-dictionary)
16853 (ispell-valid-dictionary-list, ispell-words-keyword)
16854 (ispell-get-word, ispell-internal-change-dictionary)
16855 (ispell-region, ispell-skip-region-list)
16856 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
16857 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
16858 (ispell-message-text-end, ispell-message)
16859 (ispell-buffer-local-parsing): Doc fix.
16860
16861 2012-03-13 Jambunathan K <kjambunathan@gmail.com>
16862
16863 * htmlfontify.el: Add support for code block fontification for ODT
16864 export (Bug #9914).
16865 (hfy-optimisations): Define new option
16866 `body-text-only'
16867 (hfy-fontify-buffer): Honor above setting.
16868 (hfy-begin-span, hfy-end-span): New routines factored out form
16869 `hfy-fontify-buffer'.
16870 (hfy-begin-span-handler, hfy-end-span-handler): New variables
16871 that permit insertion of custom tags.
16872 (hfy-fontify-buffer): Use above handlers.
16873 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
16874 (hfy-face-to-css): Re-defined to be a variable.
16875 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
16876 over multiple runs. This is made possible by having the caller let
16877 bind a special variable `hfy-user-sheet-assoc'.
16878 (htmlfontify-string): New defun.
16879 (hfy-compile-face-map): Make sure that the last char in the
16880 buffer is correctly fontified.
16881 (hfy-face-resolve-face): Whitespace only change.
16882
16883 2012-03-17 Eli Zaretskii <eliz@gnu.org>
16884
16885 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
16886 message more clear.
16887
16888 2012-03-16 Leo Liu <sdl.web@gmail.com>
16889
16890 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
16891
16892 2012-03-16 Alan Mackenzie <acm@muc.de>
16893
16894 Further optimize the handling of large macros.
16895
16896 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
16897 limit to a call of `c-literal-limits'.
16898 (c-determine-+ve-limit): New function.
16899 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
16900 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
16901 In CASE 5B, restrict a search limit to 500.
16902 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
16903
16904 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
16905 Restrict macro bounds to +-500 from after-change's BEG END.
16906
16907 2012-03-16 Leo Liu <sdl.web@gmail.com>
16908
16909 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
16910
16911 2012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
16912
16913 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
16914 `special-mode' setting of `buffer-read-only'. (Bug#11010)
16915
16916 2012-03-16 Glenn Morris <rgm@gnu.org>
16917
16918 * view.el (view-buffer, view-buffer-other-window)
16919 (view-buffer-other-frame): Doc fixes re special mode-class.
16920
16921 * subr.el (eval-after-load): If named feature is provided not from
16922 a file, run after-load forms. (Bug#10946)
16923
16924 * calendar/calendar.el (calendar-insert-at-column):
16925 Handle non-unit-width characters a bit better. (Bug#10978)
16926
16927 2012-03-15 Chong Yidong <cyd@gnu.org>
16928
16929 * emacs-lisp/ring.el (ring-extend): New function.
16930 (ring-insert+extend): Extend the ring correctly (Bug#11019).
16931
16932 * comint.el (comint-read-input-ring)
16933 (comint-add-to-input-history): Grow comint-input-ring lazily.
16934
16935 2012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
16936
16937 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
16938 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
16939
16940 * imenu.el: Fix multiple inheritance breakage (bug#9199).
16941 (imenu-add-to-menubar): Don't add a redundant index.
16942 (imenu-update-menubar): Handle a dynamically composed keymap.
16943
16944 2012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
16945
16946 * mail/sendmail.el (mail-encode-header):
16947 Bind rfc2047-encode-encoded-words to nil.
16948
16949 2012-03-13 Glenn Morris <rgm@gnu.org>
16950
16951 * calendar/calendar.el (calendar-string-spread):
16952 Handle non-unit-width characters a bit better. (Bug#10978)
16953
16954 2012-03-13 Leo Liu <sdl.web@gmail.com>
16955
16956 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
16957 directory and file as argument (Bug#10822).
16958
16959 2012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
16960
16961 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
16962 For dynamically generated code, follow $PC.
16963 (gdb-disassembly-handler-custom): Handle no function name case.
16964
16965 2012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
16966
16967 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
16968 * emulation/ws-mode.el (ws-query-replace):
16969 * sort.el (sort-regexp-fields):
16970 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
16971
16972 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
16973
16974 * dabbrev.el: Fix cycle completion order (bug#10963).
16975 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
16976 (dabbrev-completion): Don't use an obarray; provide
16977 a cycle-sort-function.
16978
16979 2012-03-12 Leo Liu <sdl.web@gmail.com>
16980
16981 * simple.el (kill-new): Use equal-including-properties for comparison.
16982 (kill-do-not-save-duplicates): Doc fix.
16983
16984 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
16985
16986 * dabbrev.el: Fix cycle completion (bug#10963).
16987 Use lexical binding and wrap to 80 columns.
16988 (dabbrev-completion): Delay computing the list of completions.
16989
16990 2012-03-12 Kenichi Handa <handa@m17n.org>
16991
16992 * international/quail.el (quail-insert-kbd-layout): Surround each
16993 row by LRO and PDF instead of inserting many LRMs. Pad the left
16994 and right of each non-spacing marks. Insert invisible space
16995 between lower and upper characters to prevent composition.
16996
16997 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
16998
16999 * minibuffer.el (minibuffer-complete): Don't get confused when the
17000 function is run twice via different commands (bug#10958).
17001 (complete-with-action): Fix docstring.
17002
17003 2012-03-12 Chong Yidong <cyd@gnu.org>
17004
17005 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
17006 (nxml-completion-at-point-function): New function.
17007 (nxml-mode): Use it.
17008 (nxml-bind-meta-tab-to-complete-flag): Default to t.
17009
17010 * emacs-lisp/package.el (package-unpack, package-unpack-single):
17011 Load generated autoloads file before byte compiling (Bug#10970).
17012 (package--make-autoloads-and-compile): New helper fun.
17013
17014 2012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
17015
17016 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
17017
17018 2012-03-11 Michael Albinus <michael.albinus@gmx.de>
17019
17020 * autorevert.el (auto-revert-handler): Ensure, that
17021 file-readable-p is applied only for local files or in
17022 auto-revert-tail-mode.
17023
17024 2012-03-11 Andreas Schwab <schwab@linux-m68k.org>
17025
17026 * server.el (server-eval-at): Handle non-tcp connections.
17027 Decode result string.
17028
17029 * server.el (server-msg-size): New constant.
17030 (server-reply-print): New function.
17031 (server-eval-and-print): Use it.
17032 (server-eval-at): Use server-quote-arg and server-unquote-arg.
17033 Handle -print-nonl.
17034
17035 2012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
17036
17037 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
17038 (Bug#10987).
17039
17040 2012-03-11 Chong Yidong <cyd@gnu.org>
17041
17042 * simple.el (goto-line): Doc fix (Bug#9938).
17043
17044 * subr.el (save-window-excursion): Doc fix (Bug#9979).
17045
17046 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
17047 when finished (Bug#10963).
17048
17049 2012-03-11 Martin Rudalics <rudalics@gmx.at>
17050
17051 * window.el (split-window-below): Fix bug in case where
17052 split-window-keep-point is nil (Bug#10971).
17053
17054 2012-03-11 Juri Linkov <juri@jurta.org>
17055
17056 * replace.el (replace-highlight): Set isearch-word to nil
17057 unconditionally. (Bug#10887)
17058
17059 2012-03-10 Eli Zaretskii <eliz@gnu.org>
17060
17061 * net/mairix.el (mairix-replace-invalid-chars): Rename from
17062 mairix-replace-illegal-chars; all callers changed. Don't remove
17063 ^, ~, and = characters: they are meaningful in mairix search specs.
17064 (mairix-widget-create-query): Add usage information about mairix
17065 search forms: negating words, searching for substrings, etc.
17066
17067 2012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
17068
17069 * international/fontset.el (font-encoding-alist): Add an entry for
17070 ksx1001 (Bug#5667).
17071
17072 2012-03-10 Richard Stallman <rms@gnu.org>
17073
17074 * mail/sendmail.el (mail-encode-header):
17075 Set rfc2047-encode-encoded-words.
17076
17077 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
17078
17079 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
17080 view buffer means not swapped.
17081 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
17082 (rmail-write-region-annotate): Error if real text has disappeared.
17083
17084 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
17085
17086 2012-03-10 Chong Yidong <cyd@gnu.org>
17087
17088 * emulation/cua-rect.el (cua--init-rectangles):
17089 * emulation/cua-base.el (cua--init-keymaps):
17090 Add delete-forward-char to remappings (Bug#9666).
17091
17092 2012-03-10 Martin Rudalics <rudalics@gmx.at>
17093
17094 * speedbar.el (speedbar-unhighlight-one-tag-line):
17095 Avoid unhighlighting due to frame switching (Bug#10275).
17096
17097 2012-03-10 Chong Yidong <cyd@gnu.org>
17098
17099 * minibuffer.el (completion-in-region, completion-help-at-point):
17100 Give the completion field overlay a high priority (Bug#6830).
17101
17102 * dired.el (dired-goto-file): Recognize absolute file name
17103 listings (Bug#7126).
17104 (dired-goto-file-1): New helper function.
17105 (dired-toggle-read-only): Inhibit warnings.
17106
17107 2012-03-09 Michael Albinus <michael.albinus@gmx.de>
17108
17109 * net/dbus.el (dbus-property-handler): Return empty array if
17110 there are no properties.
17111
17112 2012-03-09 Leo Liu <sdl.web@gmail.com>
17113
17114 * savehist.el (savehist-printable): Stricter check for string
17115 value (Bug#10937).
17116
17117 2012-03-09 Eli Zaretskii <eliz@gnu.org>
17118
17119 * mail/smtpmail.el (smtpmail-send-it):
17120 Bind coding-system-for-write to *-unix, so that FCC files are kept in
17121 valid mbox format.
17122
17123 2012-03-09 Glenn Morris <rgm@gnu.org>
17124
17125 * files.el (dir-locals-find-file):
17126 Don't check result is regular, readable.
17127 (dir-locals-read-from-file): Demote errors.
17128
17129 2012-03-08 Eli Zaretskii <eliz@gnu.org>
17130
17131 * international/quail.el (quail-insert-kbd-layout):
17132 Insert invisible LRM characters before each character in a keyboard
17133 layout cell, to prevent their reordering by bidi display engine.
17134 For details, see the discussion in
17135 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
17136
17137 2012-03-08 Alan Mackenzie <acm@muc.de>
17138
17139 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
17140 the starting position; make it extend the marked region when
17141 invoked repeatedly - all under appropriate circumstances.
17142 Fixes bugs #5525, #10906.
17143
17144 2012-03-08 Glenn Morris <rgm@gnu.org>
17145
17146 * files.el (locate-dominating-file, dir-locals-find-file):
17147 Undo 2012-03-06 change.
17148
17149 2012-03-07 Eli Zaretskii <eliz@gnu.org>
17150
17151 * international/quail.el (quail-help):
17152 Force bidi-paragraph-direction be left-to-right. See discussion in
17153 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
17154 for the reason.
17155
17156 2012-03-07 Michael Albinus <michael.albinus@gmx.de>
17157
17158 Avoid superfluous registering of signals. (Bug#10807)
17159
17160 * notifications.el (notifications-on-action-object)
17161 (notifications-on-close-object): New defvars.
17162 (notifications-on-action-signal, notifications-on-closed-signal):
17163 Unregister the signal if not needed any longer.
17164 (notifications-notify): Register `notifications-action-signal' or
17165 `notifications-closed-signal', if :on-action or :on-close has been
17166 passed as argument.
17167
17168 2012-03-07 Chong Yidong <cyd@gnu.org>
17169
17170 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
17171 non-X platforms.
17172
17173 2012-03-06 Glenn Morris <rgm@gnu.org>
17174
17175 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
17176 (x-disown-selection-internal, x-get-selection-internal):
17177 Doc fix (add arglist signatures). (Bug#10783)
17178
17179 2012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
17180
17181 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
17182 Handle breakpoints with no "type".
17183
17184 2012-03-06 Glenn Morris <rgm@gnu.org>
17185
17186 * files.el (locate-dominating-file): Add optional predicate argument.
17187 (dir-locals-find-file): Make use of above change.
17188
17189 2012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
17190
17191 * info.el (Info-insert-dir): Also try "dir.gz".
17192
17193 2012-03-06 Glenn Morris <rgm@gnu.org>
17194
17195 * files.el (dir-locals-find-file):
17196 Ignore non-readable or non-regular files. (Bug#10928)
17197
17198 * files.el (locate-dominating-file): Doc fix.
17199
17200 2012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
17201
17202 * calendar/calendar.el (calendar-set-mode-line):
17203 `getenv' returns a string. (Bug#10951)
17204
17205 2012-03-05 Leo Liu <sdl.web@gmail.com>
17206
17207 * simple.el (backward-delete-char-untabify): Constrain point to
17208 field (Bug#10939).
17209
17210 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
17211
17212 2012-03-05 Chong Yidong <cyd@gnu.org>
17213
17214 * simple.el (count-words): If called from Lisp, return the word
17215 count, for symmetry with `count-lines'. Arglist changed.
17216 (count-words--message): Args changed. Consolidate counting code
17217 from count-words and count-words-region.
17218 (count-words-region): Caller changed.
17219 (count-lines-region): Make it an obsolete alias.
17220
17221 2012-03-04 Tassilo Horn <tassilo@member.fsf.org>
17222
17223 * saveplace.el (save-place-to-alist)
17224 (save-place-ignore-files-regexp): Allow value nil to disable this
17225 feature.
17226
17227 2012-03-04 Chong Yidong <cyd@gnu.org>
17228
17229 * faces.el (face-spec-reset-face): For the default face, reset the
17230 attributes to default values (Bug#10748).
17231
17232 2012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
17233
17234 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
17235 previous patch: Check `message-send-mail-function', and not the
17236 default function (bug#10897).
17237
17238 2012-03-04 Michael Albinus <michael.albinus@gmx.de>
17239
17240 * notifications.el (notifications-on-action-signal)
17241 (notifications-on-closed-signal): Check for unique service name of
17242 incoming event. Fix error in removing entry.
17243 (top): Register for signals with wildcard service name.
17244 (notifications-notify): Use daemon unique service name for map entries.
17245
17246 2012-03-04 Chong Yidong <cyd@gnu.org>
17247
17248 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
17249
17250 2012-03-04 Glenn Morris <rgm@gnu.org>
17251
17252 * abbrev.el (copy-abbrev-table, abbrev-table-p)
17253 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
17254 (expand-abbrev, define-abbrev-table): Doc fixes.
17255
17256 2012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
17257
17258 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
17259 `message-default-send-mail-function' and not `send-mail-function'
17260 when doing the prompting for `sendmail-query-once' before sending
17261 in Message buffers (bug#10897).
17262
17263 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
17264 This is inconsistent with all the other stream functions, which leave
17265 the setting up to the higher levels (if so wanted) (bug#10931).
17266
17267 2012-03-02 Alan Mackenzie <acm@muc.de>
17268
17269 Depessimize the handling of very large macros.
17270
17271 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
17272 (c-macro-cache-syntactic): New variables to implement a one
17273 element macro cache.
17274 (c-invalidate-macro-cache): New function.
17275 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
17276 Adapt to use the new cache.
17277 (c-state-safe-place): Use better the cache of safe positions.
17278 (c-state-semi-nonlit-pos-cache)
17279 (c-state-semi-nonlit-pos-cache-limit):
17280 New variables for...
17281 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
17282 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
17283 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
17284 Use c-state-semi-safe-place.
17285
17286 * progmodes/cc-langs.el (c-get-state-before-change-functions):
17287 Add c-invalidate-macro-cache to the C, C++, Obj entries.
17288
17289 2012-03-02 Michael Albinus <michael.albinus@gmx.de>
17290
17291 * jka-compr.el (jka-compr-call-process):
17292 Apply `file-accessible-directory-p' only when the default directory is
17293 not remote.
17294
17295 2012-03-01 Michael Albinus <michael.albinus@gmx.de>
17296
17297 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
17298 access of FILE2, if FILE1 does not exist.
17299
17300 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
17301 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
17302
17303 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
17304 Add "PAGER=" to `process-environment'.
17305
17306 2012-03-01 Michael R. Mauger <mmaug@yahoo.com>
17307
17308 * progmodes/sql.el: Bug fix
17309 (sql-get-login-ext): Save login values in globals.
17310 (sql-get-login): Use new version of `sql-get-login-ext'.
17311 (sql-interactive-mode): Set global `sql-connection' to nil.
17312 (sql-connect): Set global values for connection.
17313 (sql-product-interactive): Save global values as buffer local.
17314
17315 2012-02-29 Leo Liu <sdl.web@gmail.com>
17316
17317 * abbrev.el (define-abbrevs): Reset sys to nil.
17318
17319 2012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
17320
17321 * files.el (file-equal-p): Rename from `files-equal-p'.
17322 Return nil when one or both files don't exist.
17323 (file-subdir-of-p): Now only top directory must exists,
17324 return nil if it doesn't.
17325 (copy-directory): No need to test with `file-subdir-of-p' after
17326 creating dir.
17327 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
17328 to `file-equal-p'.
17329
17330 2012-02-28 Glenn Morris <rgm@gnu.org>
17331
17332 * shell.el (shell-mode):
17333 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
17334 * play/landmark.el (landmark-font-lock-face-O):
17335 * play/handwrite.el (handwrite):
17336 * play/gomoku.el (gomoku-O):
17337 * net/browse-url.el (browse-url-browser-display):
17338 * international/mule.el (define-charset):
17339 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
17340 * filesets.el (filesets-find-file-delay):
17341 * eshell/em-xtra.el (eshell-xtra):
17342 * eshell/em-unix.el (eshell-grep):
17343 * emulation/viper.el (viper-mode):
17344 * emacs-lisp/regexp-opt.el (regexp-opt-group):
17345 * emacs-lisp/easymenu.el (easy-menu-define):
17346 * calendar/timeclock.el (timeclock-use-display-time):
17347 * bs.el (bs-mode):
17348 * bookmark.el (bookmark-save-flag):
17349 Doc fix (standardize possessive apostrophe usage).
17350
17351 2012-02-27 Chong Yidong <cyd@gnu.org>
17352
17353 * emulation/viper-cmd.el (viper-intercept-ESC-key):
17354 Fix key-binding lookup for ESC key (Bug#9146).
17355
17356 * font-lock.el (font-lock-specified-p): Rename from
17357 font-lock-spec-present. Callers changed.
17358
17359 2012-02-27 Daniel Hackney <dan@haxney.org>
17360
17361 * emacs-lisp/package.el (package-compute-transaction):
17362 Handle holding a package version to t in package-load-list.
17363
17364 2012-02-26 Michael Albinus <michael.albinus@gmx.de>
17365
17366 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
17367 (tramp-get-inode, tramp-get-device): Use cached values.
17368
17369 2012-02-26 Alan Mackenzie <acm@muc.de>
17370
17371 Check there is a font-lock specification before doing initial
17372 fontification.
17373
17374 * font-core.el (font-lock-mode): Move the conditional from
17375 :after-hook to font-lock-initial-fontify.
17376 (font-lock-default-function): Move the check for a specification
17377 to font-lock-spec-present.
17378
17379 * font-lock.el (font-lock-initial-fontify): Call ...
17380 (font-lock-spec-present): New function.
17381
17382 2012-02-26 Jim Blandy <jimb@red-bean.com>
17383
17384 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
17385 (gdb-send): Apply it to the operand of the '-interpreter-exec
17386 console' command, so that we can pass arguments with (say) quotes
17387 in them. Store exact string sent in gdb-debug-log (Bug#10765).
17388
17389 2012-02-26 Chong Yidong <cyd@gnu.org>
17390
17391 * help-fns.el (describe-function-1): Clarify description of
17392 remapping (Bug#10844).
17393
17394 * files.el (files-equal-p): Doc fix.
17395 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
17396 and quit the loop once a mismatch is found.
17397
17398 2012-02-25 Juanma Barranquero <lekktu@gmail.com>
17399
17400 * bs.el (bs--show-with-configuration): Don't throw an error
17401 if the window cannot be split; otherwise, subsequent calls to
17402 bs-show fail, restoring a stale window config. (Bug#10882)
17403
17404 2012-02-25 Jan Djärv <jan.h.d@swipnet.se>
17405
17406 * term/ns-win.el (global-map): Bind ns-drag-file to
17407 ns-find-file (Bug#5855, Bug#10050).
17408
17409 2012-02-25 Andreas Schwab <schwab@linux-m68k.org>
17410
17411 * calendar/parse-time.el (parse-time-string): Allow extractor to
17412 return nil.
17413
17414 2012-02-25 Michael Albinus <michael.albinus@gmx.de>
17415
17416 * net/tramp.el (tramp-file-name-for-operation):
17417 Add `files-equal-p' and `file-subdir-of-p'.
17418
17419 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
17420 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
17421 Add COPY-CONTENTS argument.
17422
17423 2012-02-25 Chong Yidong <cyd@gnu.org>
17424
17425 Add custom groups for VC backends, for consistency with vc-bzr.
17426
17427 * vc/vc-arch.el (vc-arch):
17428 * vc/vc-cvs.el (vc-cvs):
17429 * vc/vc-git.el (vc-git):
17430 * vc/vc-hg.el (vc-hg):
17431 * vc/vc-mtn.el (vc-mtn):
17432 * vc/vc-rcs.el (vc-rcs):
17433 * vc/vc-sccs.el (vc-sccs):
17434 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
17435 All relevant defcustoms reassigned.
17436
17437 2012-02-25 Chong Yidong <cyd@gnu.org>
17438
17439 * newcomment.el (comment-styles): Add autoload (Bug#10868).
17440
17441 * term/x-win.el (x-initialize-window-system): Reduce default for
17442 x-selection-timeout to 5 seconds (Bug#8869).
17443
17444 2012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
17445
17446 * files.el (files-equal-p, file-subdir-of-p): New functions.
17447 (copy-directory): Error when trying to copy a directory on itself.
17448 Add missing copy-contents arg to tramp handler.
17449 * dired-aux.el (dired-copy-file-recursive): Same.
17450 (dired-create-files): Modify destination when source is equal to
17451 dest when copying files.
17452 Return also when dest is a subdir of source. (Bug#10489)
17453
17454 2012-02-24 Michael Albinus <michael.albinus@gmx.de>
17455
17456 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
17457 (Bug#10874)
17458
17459 2012-02-23 Alan Mackenzie <acm@muc.de>
17460
17461 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
17462 parameter "after-hook:" to allow the expansion to run code after
17463 the execution of the mode hooks.
17464
17465 * font-lock.el (font-lock-initial-fontify): New function extracted
17466 from font-lock-mode-internal.
17467
17468 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
17469 :after-hook.
17470
17471 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
17472
17473 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
17474 (completion--cache-all-sorted-completions): New function.
17475 (completion-all-sorted-completions): Use it.
17476 (completion--do-completion, minibuffer-force-complete):
17477 Use it to re-instate the flush hook.
17478
17479 * icomplete.el (icomplete-completions): Replace last fix with a better
17480 one (bug#10850).
17481
17482 2012-02-23 Dmitry Gutov <dgutov@yandex.ru>
17483
17484 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
17485 when it might call us back infinitely (bug#10797).
17486
17487 2012-02-23 Glenn Morris <rgm@gnu.org>
17488
17489 * minibuffer.el (completion-category-overrides): Doc fix.
17490
17491 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
17492
17493 * minibuffer.el (completion-table-with-context): Fix inf-loop.
17494 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
17495
17496 2012-02-23 Glenn Morris <rgm@gnu.org>
17497
17498 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
17499 (authors-obsolete-files-regexps, authors-ignored-files)
17500 (authors-ambiguous-files, authors-renamed-files-alist):
17501 Add more entries.
17502
17503 2012-02-23 Juri Linkov <juri@jurta.org>
17504
17505 * isearch.el (isearch-occur): Sync interactive spec with occur's
17506 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
17507
17508 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
17509
17510 2012-02-22 Juri Linkov <juri@jurta.org>
17511
17512 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
17513 (ucs-insert): Doc fix. Check for hex digits in the string.
17514 Don't display `nil' in the error message. (Bug#10857)
17515
17516 2012-02-22 Alan Mackenzie <acm@muc.de>
17517
17518 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
17519
17520 2012-02-22 Glenn Morris <rgm@gnu.org>
17521
17522 * ffap.el (ffap-c-path):
17523 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
17524
17525 2012-02-22 Chong Yidong <cyd@gnu.org>
17526
17527 * custom.el (load-theme): Doc fix.
17528
17529 2012-02-22 Glenn Morris <rgm@gnu.org>
17530
17531 * dired-x.el (dired-guess-shell-alist-default):
17532 Remove escape sequences from nroff output. (Bug#172)
17533
17534 2012-02-21 Glenn Morris <rgm@gnu.org>
17535
17536 * vc/emerge.el (emerge-defvar-local):
17537 Set `permanent-local' property rather than unused `preserved'.
17538
17539 * textmodes/picture.el (picture-delete-char): New alias.
17540 (picture-mode-map): Use it. (Bug#10860)
17541 (picture-mode): Doc fix.
17542
17543 2012-02-21 Juanma Barranquero <lekktu@gmail.com>
17544
17545 * newcomment.el (uncomment-region-default): Remove unused binding.
17546
17547 2012-02-21 Glenn Morris <rgm@gnu.org>
17548
17549 * textmodes/picture.el (picture-motion, picture-motion-reverse)
17550 (picture-self-insert, picture-tab-chars): Doc fix.
17551 (picture-mode-map): Fix C-a, C-e.
17552
17553 2012-02-20 Glenn Morris <rgm@gnu.org>
17554
17555 * emacs-lisp/authors.el (authors-aliases): Add another entry.
17556
17557 2012-02-20 Leo Liu <sdl.web@gmail.com>
17558
17559 * icomplete.el (icomplete-completions): Check FROM arg before
17560 passing to substring (Bug#10850).
17561
17562 2012-02-19 Chong Yidong <cyd@gnu.org>
17563
17564 * comint.el: Require ansi-color.
17565 (comint-output-filter-functions): Add ansi-color-process-output.
17566
17567 * ansi-color.el: Don't set comint-output-filter-functions; it is
17568 now in the initial value defined in comint.el.
17569 (ansi-color-apply-face-function): New variable.
17570 (ansi-color-apply-on-region): Use it.
17571 (ansi-color-apply-overlay-face): New function.
17572
17573 * shell.el (shell): No need to require ansi-color.
17574 (shell-mode): Use ansi-color-apply-face-function to highlight
17575 color escapes using font-lock-face property (Bug#10835).
17576
17577 2012-02-19 Chong Yidong <cyd@gnu.org>
17578
17579 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
17580 mode-line formats (Bug#10839).
17581
17582 2012-02-18 Glenn Morris <rgm@gnu.org>
17583
17584 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
17585
17586 * mail/undigest.el (unforward-rmail-message): Doc fix.
17587
17588 * saveplace.el (save-place-ignore-files-regexp): Add :version.
17589
17590 2012-02-18 Eli Zaretskii <eliz@gnu.org>
17591
17592 * international/characters.el (script-list): Sync with the latest
17593 Unicode Character Database.
17594
17595 2012-02-18 Andreas Schwab <schwab@linux-m68k.org>
17596
17597 * international/titdic-cnv.el: Remove duplicate coding tag.
17598 * language/cham.el: Likewise.
17599 * language/tai-viet.el: Likewise.
17600
17601 2012-02-18 Glenn Morris <rgm@gnu.org>
17602
17603 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
17604 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
17605 (calendar-bahai-all-holidays-flag, calendar-other-dates):
17606 * calendar/diary-lib.el (diary-abbreviated-year-flag):
17607 * calendar/holidays.el (holiday-bahai-holidays)
17608 (calendar-holidays, list-holidays):
17609 Use utf-8 Bahá'í in doc-strings, menus, etc.
17610
17611 2012-02-17 Tassilo Horn <tassilo@member.fsf.org>
17612
17613 * saveplace.el (save-place-ignore-files-regexp): New variable
17614 allowing for excluding files from saving their location of point.
17615 The default value matches the temporary commit message editing
17616 files from Git, SVN, Bazaar, and Mercurial.
17617 (save-place-to-alist): Use it.
17618
17619 2012-02-17 Lawrence Mitchell <wence@gmx.li>
17620 Stefan Monnier <monnier@iro.umontreal.ca>
17621
17622 * newcomment.el (uncomment-region-default): Don't leave extra space
17623 when an arg is provided (bug#8150).
17624
17625 2012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
17626
17627 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
17628
17629 2012-02-17 Glenn Morris <rgm@gnu.org>
17630
17631 * net/socks.el: Require network-stream. (Bug#10599)
17632
17633 2012-02-17 Kenichi Handa <handa@m17n.org>
17634
17635 * international/charprop.el:
17636 * international/uni-name.el:
17637 * international/uni-old-name.el:
17638 * international/uni-comment.el: Regenerate.
17639
17640 2012-02-16 Glenn Morris <rgm@gnu.org>
17641
17642 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
17643 Interactively in calendar buffer, give an error if not on a date.
17644
17645 2012-02-15 Glenn Morris <rgm@gnu.org>
17646
17647 * shell.el (shell-delimiter-argument-list):
17648 Revert 2011-02-17 change. (Bug#8027)
17649
17650 2012-02-15 Chong Yidong <cyd@gnu.org>
17651
17652 * minibuffer.el (completion-at-point-functions): Doc fix.
17653
17654 * custom.el (defcustom): Doc fix; note use of defvar.
17655
17656 2012-02-15 Glenn Morris <rgm@gnu.org>
17657
17658 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
17659 Doc fixes.
17660
17661 2012-02-14 Glenn Morris <rgm@gnu.org>
17662
17663 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
17664
17665 2012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
17666
17667 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
17668 way the ports list is computed.
17669 (smtpmail-query-smtp-server): Prompt the user for a port number if
17670 we can't connect to any of the standard ports (bug#10810).
17671
17672 2012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
17673
17674 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
17675
17676 2012-02-13 Glenn Morris <rgm@gnu.org>
17677
17678 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
17679
17680 2012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
17681
17682 * net/gnutls.el (gnutls-trustfiles): New variable.
17683 (gnutls-negotiate): Use it.
17684
17685 2012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
17686
17687 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
17688 does its stuff if Gnus is running.
17689
17690 2012-02-13 Alan Mackenzie <acm@muc.de>
17691
17692 Fix a loop in c-set-fl-decl-start.
17693
17694 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
17695 c-backward-syntactic-ws actually moves backwards.
17696
17697 2012-02-13 Leo Liu <sdl.web@gmail.com>
17698
17699 * net/rcirc.el (rcirc-markup-attributes): Move point to the
17700 beginning so that all \C-o chars are removed.
17701
17702 2012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
17703
17704 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
17705
17706 2012-02-12 Alan Mackenzie <acm@muc.de>
17707
17708 Fix infinite loop with long macros.
17709 * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
17710
17711 2012-02-12 Chong Yidong <cyd@gnu.org>
17712
17713 * window.el (display-buffer): Doc fix (Bug#10785).
17714
17715 2012-02-12 Glenn Morris <rgm@gnu.org>
17716
17717 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
17718 (x-disown-selection-internal, x-get-selection-internal):
17719 Sync docs with the xselect.c versions.
17720
17721 * allout-widgets.el: Add missing license notice.
17722
17723 2012-02-11 Glenn Morris <rgm@gnu.org>
17724
17725 * select.el (x-get-selection-internal, x-own-selection-internal)
17726 (x-disown-selection-internal):
17727 * x-dnd.el (x-get-selection-internal): Update declarations.
17728
17729 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
17730
17731 * window.el (window-sides-slots):
17732 * tool-bar.el (tool-bar-position):
17733 * term/xterm.el (xterm-extra-capabilities):
17734 * ses.el (ses-self-reference-early-detection):
17735 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
17736 (verilog-auto-wire-type)
17737 (verilog-auto-delete-trailing-whitespace)
17738 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
17739 (verilog-auto-tieoff-declaration):
17740 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
17741 (sql-oracle-statement-starters, sql-oracle-scan-on):
17742 * progmodes/prolog.el (prolog-align-comments-flag)
17743 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
17744 (prolog-left-indent-regexp, prolog-paren-indent-p)
17745 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
17746 (prolog-types, prolog-mode-specificators)
17747 (prolog-determinism-specificators, prolog-directives)
17748 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
17749 (prolog-electric-dot-flag)
17750 (prolog-electric-dot-full-predicate-template)
17751 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
17752 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
17753 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
17754 (prolog-program-switches, prolog-prompt-regexp)
17755 (prolog-debug-on-string, prolog-debug-off-string)
17756 (prolog-trace-on-string, prolog-trace-off-string)
17757 (prolog-zip-on-string, prolog-zip-off-string)
17758 (prolog-use-standard-consult-compile-method-flag)
17759 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
17760 (prolog-imenu-max-lines, prolog-info-predicate-index)
17761 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
17762 (prolog-char-quote-workaround):
17763 * progmodes/cc-vars.el (c-defun-tactic):
17764 * net/tramp.el (tramp-encoding-command-interactive)
17765 (tramp-local-end-of-line):
17766 * net/soap-client.el (soap-client):
17767 * net/netrc.el (netrc-file):
17768 * net/gnutls.el (gnutls):
17769 * minibuffer.el (completion-category-overrides)
17770 (completion-cycle-threshold)
17771 (completion-pcm-complete-word-inserts-delimiters):
17772 * man.el (Man-name-local-regexp):
17773 * mail/feedmail.el (feedmail-display-full-frame):
17774 * international/characters.el (glyphless-char-display-control):
17775 * eshell/em-ls.el (eshell-ls-date-format):
17776 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
17777 (lisp-lambda-list-keyword-parameter-indentation)
17778 (lisp-lambda-list-keyword-parameter-alignment):
17779 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
17780 * dired-x.el (dired-omit-verbose):
17781 * cus-theme.el (custom-theme-allow-multiple-selections):
17782 * calc/calc.el (calc-highlight-selections-with-faces)
17783 (calc-lu-field-reference, calc-lu-power-reference)
17784 (calc-note-threshold):
17785 * battery.el (battery-mode-line-limit):
17786 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
17787 (archive-7z-update):
17788 * allout.el (allout-prefixed-keybindings)
17789 (allout-unprefixed-keybindings)
17790 (allout-inhibit-auto-fill-on-headline)
17791 (allout-flattened-numbering-abbreviation):
17792 * allout-widgets.el (allout-widgets-auto-activation)
17793 (allout-widgets-icons-dark-subdir)
17794 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
17795 (allout-widgets-theme-dark-background)
17796 (allout-widgets-theme-light-background)
17797 (allout-widgets-item-image-properties-emacs)
17798 (allout-widgets-item-image-properties-xemacs)
17799 (allout-widgets-run-unit-tests-on-load)
17800 (allout-widgets-time-decoration-activity)
17801 (allout-widgets-hook-error-post-time)
17802 (allout-widgets-track-decoration):
17803 Add missing :version tags to new defcustoms and defgroups.
17804
17805 * progmodes/sql.el (sql-ansi-statement-starters)
17806 (sql-oracle-statement-starters): Add custom type.
17807
17808 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
17809 (prolog-system-version): Give it a type.
17810
17811 2012-02-11 Eli Zaretskii <eliz@gnu.org>
17812
17813 * term/pc-win.el (x-select-text, x-selection-owner-p)
17814 (x-own-selection-internal, x-disown-selection-internal)
17815 (x-get-selection-internal): Sync doc strings and argument lists
17816 with xselect.c, common-win.el and x-win.el. (Bug#10783)
17817
17818 2012-02-11 Leo Liu <sdl.web@gmail.com>
17819
17820 * progmodes/python.el (python-end-of-statement): Fix infinite
17821 loop. (Bug#10788)
17822
17823 2012-02-10 Glenn Morris <rgm@gnu.org>
17824
17825 * international/mule-cmds.el (unify-8859-on-encoding-mode)
17826 (unify-8859-on-decoding-mode): Properly mark as obsolete.
17827
17828 2012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
17829
17830 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
17831 about SMTP before checking the From header.
17832
17833 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
17834 into own function for reuse by emacsbug.el.
17835
17836 2012-02-10 Leo Liu <sdl.web@gmail.com>
17837
17838 * subr.el (condition-case-unless-debug): Rename from
17839 condition-case-no-debug. All callers changed.
17840 (with-demoted-errors): Fix caller.
17841
17842 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
17843 * nxml/rng-valid.el (rng-do-some-validation):
17844 * emacs-lisp/package.el (package-refresh-contents)
17845 (package-menu-execute):
17846 * desktop.el (desktop-create-buffer):
17847 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
17848
17849 2012-02-10 Glenn Morris <rgm@gnu.org>
17850
17851 * textmodes/bibtex.el:
17852 Add missing :version tags for new/changed defcustoms.
17853
17854 * files.el (remote-file-name-inhibit-cache): Doc fixes.
17855
17856 2012-02-09 Lars Ingebrigtsen <larsi@rusty>
17857
17858 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
17859 (smtpmail-via-smtp): Use it, or fall back on the From address.
17860 (smtpmail-send-it): Ditto.
17861
17862 2012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
17863
17864 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
17865 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
17866 (byte-compile-tmp-var): New const.
17867 (byte-compile-defvar): Use it to minimize .elc size.
17868 Just use `defvar' rather than simulate it (bug#10761).
17869
17870 2012-02-09 Glenn Morris <rgm@gnu.org>
17871
17872 * files.el (rename-uniquely): Doc fix. (Bug#3806)
17873
17874 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
17875 Add :version tags.
17876
17877 * progmodes/compile.el (compilation-error-screen-columns)
17878 (compilation-first-column, compilation-filter-start): Doc fixes.
17879
17880 * vc/log-view.el (log-view-toggle-entry-display):
17881 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
17882
17883 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
17884 (report-emacs-bug-can-use-xdg-email):
17885 (report-emacs-bug-insert-to-mailer): Doc fixes.
17886 (report-emacs-bug): Message fix.
17887
17888 * net/browse-url.el (browse-url-can-use-xdg-open)
17889 (browse-url-xdg-open): Doc fixes.
17890
17891 * electric.el (electric-indent-mode, electric-pair-mode)
17892 (electric-layout-rules, electric-layout-mode): Doc fixes.
17893 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
17894
17895 2012-02-08 Martin Rudalics <rudalics@gmx.at>
17896
17897 * server.el (server-unselect-display): Don't inadvertently kill
17898 the current buffer. (Bug#10729)
17899
17900 2012-02-08 Glenn Morris <rgm@gnu.org>
17901
17902 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
17903 (sql-list-table): Doc fixes.
17904
17905 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
17906 Comment out (does nothing).
17907
17908 * completion.el (dynamic-completion-mode):
17909 * dirtrack.el (dirtrack-debug-mode):
17910 * electric.el (electric-layout-mode):
17911 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
17912 * face-remap.el (text-scale-mode, buffer-face-mode):
17913 * iimage.el (iimage-mode):
17914 * image-mode.el (image-transform-mode):
17915 * minibuffer.el (completion-in-region-mode):
17916 * scroll-lock.el (scroll-lock-mode):
17917 * simple.el (next-error-follow-minor-mode):
17918 * tar-mode.el (tar-subfile-mode):
17919 * tooltip.el (tooltip-mode):
17920 * vcursor.el (vcursor-use-vcursor-map):
17921 * wid-browse.el (widget-minor-mode):
17922 * emulation/tpu-edt.el (tpu-edt-mode):
17923 * emulation/tpu-extras.el (tpu-cursor-free-mode):
17924 * international/iso-ascii.el (iso-ascii-mode):
17925 * language/thai-util.el (thai-word-mode):
17926 * mail/supercite.el (sc-minor-mode):
17927 * net/goto-addr.el (goto-address-mode):
17928 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
17929 * progmodes/cwarn.el (cwarn-mode):
17930 * progmodes/flymake.el (flymake-mode):
17931 * progmodes/glasses.el (glasses-mode):
17932 * progmodes/hideshow.el (hs-minor-mode):
17933 * progmodes/pascal.el (pascal-outline-mode):
17934 * textmodes/enriched.el (enriched-mode):
17935 * vc/smerge-mode.el (smerge-mode):
17936 Doc fixes (minor mode argument).
17937
17938 2012-02-07 Eli Zaretskii <eliz@gnu.org>
17939
17940 * ls-lisp.el (ls-lisp-sanitize): New function.
17941 (ls-lisp-insert-directory): Use it to fix or remove any elements
17942 in file-alist with missing attributes. (Bug#4673)
17943
17944 2012-02-07 Alan Mackenzie <acm@muc.de>
17945
17946 Fix spurious recognition of c-in-knr-argdecl.
17947
17948 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
17949 putative K&R region.
17950
17951 2012-02-07 Alan Mackenzie <acm@muc.de>
17952
17953 * progmodes/cc-engine.el (c-forward-objc-directive):
17954 Prevent looping in "#pragma mark @implementation".
17955
17956 2012-02-07 Michael Albinus <michael.albinus@gmx.de>
17957
17958 * notifications.el (notifications-on-closed-signal): Make `reason'
17959 optional. (Bug#10744)
17960
17961 2012-02-07 Glenn Morris <rgm@gnu.org>
17962
17963 * emacs-lisp/easy-mmode.el (define-minor-mode):
17964 Doc fixes for the macro and the mode it defines.
17965
17966 * image.el (imagemagick-types-inhibit): Doc fix.
17967
17968 * cus-start.el (imagemagick-render-type): Add it.
17969
17970 2012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
17971
17972 * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
17973 Set the default at load time, too, so that `font-lock-fontify-buffer'
17974 can be called without setting up the entire mode first. This fixes
17975 a bug in `mm-inline-text' with C MIME parts.
17976
17977 2012-02-06 Chong Yidong <cyd@gnu.org>
17978
17979 * simple.el (list-processes--refresh): Delete exited processes
17980 (Bug#8094).
17981
17982 * comint.el (comint-next-prompt): next-single-char-property-change
17983 and prev-single-char-property-change never return nil (Bug#8657).
17984
17985 * custom.el (defcustom): Doc fix (Bug#9711).
17986
17987 2012-02-05 Chong Yidong <cyd@gnu.org>
17988
17989 * cus-edit.el (custom-variable-reset-backup): Quote the value
17990 before storing it in the customized-value property (Bug#6712).
17991 (custom-display): Add a customization type tag.
17992 (custom-buffer-create-internal): Improve tooltip message.
17993
17994 * wid-edit.el (widget-field-value-get): New optional arg to
17995 suppress trailing whitespace truncation.
17996 (character): Use it (Bug#2689).
17997
17998 2012-02-05 Andreas Schwab <schwab@linux-m68k.org>
17999
18000 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
18001 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
18002
18003 2012-02-05 Chong Yidong <cyd@gnu.org>
18004
18005 * cus-edit.el (custom-variable-value-create): For mismatched
18006 types, show the current value (Bug#7600).
18007
18008 * custom.el (defcustom): Doc fix.
18009
18010 2012-02-05 Glenn Morris <rgm@gnu.org>
18011
18012 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
18013
18014 2012-02-05 Juanma Barranquero <lekktu@gmail.com>
18015
18016 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
18017 (pp-buffer): Use `ignore-errors', `looking-at-p'.
18018 (pp-last-sexp): Use `looking-at-p'.
18019
18020 2012-02-04 Glenn Morris <rgm@gnu.org>
18021
18022 * files.el (revert-buffer):
18023 Doc fix (mention revert-buffer-in-progress-p).
18024
18025 * emacs-lisp/ert-x.el (ert-simulate-command):
18026 Check deferred-action-list (which is obsolete) is bound.
18027
18028 * subr.el (with-wrapper-hook): Doc fixes.
18029
18030 * simple.el (filter-buffer-substring-functions)
18031 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
18032
18033 2012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
18034
18035 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
18036 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
18037
18038 2012-02-04 Leo Liu <sdl.web@gmail.com>
18039
18040 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
18041
18042 2012-02-04 Glenn Morris <rgm@gnu.org>
18043
18044 * image.el (image-extension-data): Add obsolete alias.
18045
18046 * isearch.el (isearch-update): Doc fix.
18047
18048 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
18049
18050 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
18051
18052 2012-02-03 Glenn Morris <rgm@gnu.org>
18053
18054 * image.el (image-animated-p): Doc fix. Use image-animated-types.
18055 (image-animate-timeout): Doc fix.
18056
18057 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
18058
18059 2012-02-02 Glenn Morris <rgm@gnu.org>
18060
18061 * server.el (server-auth-dir): Doc fix.
18062 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
18063
18064 * subr.el (run-mode-hooks): Doc fix.
18065
18066 2012-02-02 Juri Linkov <juri@jurta.org>
18067
18068 * image-mode.el (image-toggle-display-image): Remove tautological
18069 `major-mode' from the `derived-mode-p' test.
18070
18071 2012-02-02 Kenichi Handa <handa@m17n.org>
18072
18073 * composite.el (compose-region): Cancel previous change.
18074
18075 2012-02-02 Kenichi Handa <handa@m17n.org>
18076
18077 * composite.el (compose-region, compose-string): Signal error for
18078 a null string component (Bug#6988).
18079
18080 2012-02-01 Chong Yidong <cyd@gnu.org>
18081
18082 * view.el (view-buffer-other-window, view-buffer-other-frame):
18083 Handle special modes like view-buffer (Bug#10650).
18084 (view-buffer): Simplify.
18085
18086 * frame.el (set-frame-font): Tweak meaning of third argument.
18087
18088 * dynamic-setting.el (font-setting-change-default-font):
18089 Use set-frame-font (Bug#9982).
18090
18091 2012-02-01 Glenn Morris <rgm@gnu.org>
18092
18093 * progmodes/compile.el (compilation-internal-error-properties):
18094 Respect compilation-first-column in the "*compilation*" buffer.
18095
18096 * emacs-lisp/easy-mmode.el (define-minor-mode):
18097 Relax :variable's test for a named function.
18098
18099 2012-01-31 Alan Mackenzie <acm@muc.de>
18100
18101 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
18102 off by one error.
18103
18104 2012-01-31 Chong Yidong <cyd@gnu.org>
18105
18106 * frame.el (set-frame-font): New arg ALL-FRAMES.
18107
18108 * menu-bar.el (menu-set-font): Use set-frame-font.
18109
18110 * faces.el (face-spec-reset-face): Don't apply unspecified
18111 attribute values to the default face.
18112
18113 2012-01-31 Juanma Barranquero <lekktu@gmail.com>
18114
18115 * progmodes/cwarn.el (cwarn): Remove dead link.
18116 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
18117 Remove * from defcustom docstrings.
18118 (turn-on-cwarn-mode): Make obsolete.
18119 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
18120 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
18121
18122 2012-01-31 Glenn Morris <rgm@gnu.org>
18123
18124 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
18125 Fix :variable handling of mode a symbol not equal to modefun.
18126 Allow named functions to be used as the cdr of :variable.
18127
18128 2012-01-30 Glenn Morris <rgm@gnu.org>
18129
18130 * emacs-lisp/authors.el (authors-fixed-entries):
18131 Remove reference to deleted file rnewspost.el.
18132
18133 2012-01-29 Juanma Barranquero <lekktu@gmail.com>
18134
18135 * window.el (window-with-parameter): Remove unused variable `windows'.
18136 (window--side-check): Remove unused variable `code'.
18137 (window--resize-siblings): Remove unused variable `first'.
18138 (adjust-window-trailing-edge): Remove unused variable `failed'.
18139 (window-deletable-p, window--delete): Remove unused variable `buffer'.
18140 Use `let', not `let*'.
18141 (balance-windows-2): Remove unused variable `found'.
18142 (window--state-put-2): Remove unused variable `splits'.
18143 (window-state-put): Remove unused variable `selected'.
18144 (same-window-p): Use `string-match-p'.
18145 (display-buffer-assq-regexp): Remove unused variable `value'.
18146 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
18147 Mark argument ALIST as ignored.
18148 (pop-to-buffer): Remove unused variable `old-window'.
18149
18150 2012-01-29 Eli Zaretskii <eliz@gnu.org>
18151
18152 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
18153 and .lzma compressed files.
18154
18155 2012-01-29 Chong Yidong <cyd@gnu.org>
18156
18157 * frame.el (window-system-default-frame-alist): Doc fix.
18158
18159 * dynamic-setting.el (font-setting-change-default-font): Don't
18160 change the default face if SET-FONT argument is non-nil (Bug#9982).
18161
18162 2012-01-29 Samuel Bronson <naesten@gmail.com>
18163
18164 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
18165
18166 2012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
18167
18168 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
18169 breakpoints in files outside current directory (Bug#6098).
18170
18171 2012-01-29 Chong Yidong <cyd@gnu.org>
18172
18173 * progmodes/python.el: Require ansi-color at top-level.
18174
18175 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
18176 Define and use in Emacs Lisp mode (Bug#9360).
18177 (lisp-mode-abbrev-table): Add doc.
18178 (lisp-mode-variables): Don't set local-abbrev-table.
18179 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
18180
18181 2012-01-28 Roland Winkler <winkler@gnu.org>
18182
18183 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
18184
18185 2012-01-28 Roland Winkler <winkler@gnu.org>
18186
18187 * textmodes/bibtex.el (bibtex-entry-alist): New function.
18188 (bibtex-set-dialect): Use it. Either set global values of
18189 dialect-dependent variables or bind these variables buffer-locally
18190 (Bug#10254).
18191 (bibtex-mode): Call bibtex-set-dialect via
18192 hack-local-variables-hook.
18193 (bibtex-dialect): Update docstring.
18194 Add safe-local-variable predicate.
18195 (bibtex-entry-alist, bibtex-field-alist): Initialize via
18196 bibtex-set-dialect.
18197 (bibtex-mode-map): Define menu for each dialect.
18198 (bibtex-entry): Fix docstring.
18199
18200 2012-01-28 Chong Yidong <cyd@gnu.org>
18201
18202 * eshell/esh-arg.el (eshell-quote-argument): New function.
18203
18204 * eshell/esh-ext.el (eshell-invoke-batch-file):
18205 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
18206 first arg to eshell-parse-command (Bug#10523).
18207
18208 2012-01-28 Drew Adams <drew.adams@oracle.com>
18209
18210 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
18211 `default-directory' is non-nil.
18212
18213 2012-01-28 Eli Zaretskii <eliz@gnu.org>
18214
18215 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
18216 line that displays system-configuration-options. (Bug#9924)
18217
18218 2012-01-28 Drew Adams <drew.adams@oracle.com>
18219
18220 * descr-text.el (describe-char): Show information about POS, in
18221 addition to information about the character at POS. Improve and
18222 update the doc string. Change "code point" to "code point in
18223 charset", to avoid confusion with the character's Unicode code
18224 point shown above that. (Bug#10129)
18225
18226 2012-01-28 Eli Zaretskii <eliz@gnu.org>
18227
18228 * descr-text.el (describe-char): Show the raw character, not only
18229 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
18230 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
18231 for the reasons.
18232
18233 2012-01-28 Phil Hagelberg <phil@hagelb.org>
18234
18235 * emacs-lisp/package.el (package-install):
18236 Run package-refresh-contents if there is no archive yet (Bug#9798).
18237
18238 2012-01-28 Chong Yidong <cyd@gnu.org>
18239
18240 * emacs-lisp/package.el (package-maybe-load-descriptor):
18241 New function, split from package-maybe-load-descriptor.
18242 (package-maybe-load-descriptor): Use it.
18243 (package-download-transaction): Fully load required packages
18244 inside the loop, so that `require' calls work (Bug#10593).
18245 (package-install): No need to call package-initialize now.
18246
18247 2012-01-28 Chong Yidong <cyd@gnu.org>
18248
18249 * simple.el (deactivate-mark): Doc fix (Bug#8614).
18250
18251 * tooltip.el (tooltip-mode): Doc fix.
18252 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
18253
18254 * frame.el (set-cursor-color): Doc fix (Bug#352).
18255
18256 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
18257 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
18258
18259 * cus-edit.el (custom-buffer-create-internal): Fix search button
18260 action (Bug#10542).
18261 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
18262
18263 2012-01-27 Eduard Wiebe <usenet@pusto.de>
18264
18265 * dired.el (dired-mark-files-regexp):
18266 Include any subdirectory components. (Bug#10445)
18267
18268 2012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
18269
18270 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
18271 Handle [host]:port syntax. (Bug#10533)
18272
18273 2012-01-27 Alex Harsanyi <harsanyi@mac.com>
18274
18275 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
18276
18277 2012-01-26 Glenn Morris <rgm@gnu.org>
18278
18279 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
18280 * term.el (term-raw-escape-map): Use Control-X-prefix.
18281 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
18282
18283 2012-01-25 Martin Rudalics <rudalics@gmx.at>
18284
18285 * window.el (window-state-get, window--state-get-1): Don't deal
18286 with fixed-sizeness of windows. Simplify code.
18287
18288 2012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
18289
18290 * window.el (window--state-get-1, window--state-put-2):
18291 Don't save and restore the mark.
18292
18293 2012-01-25 Chong Yidong <cyd@gnu.org>
18294
18295 * custom.el (custom-variable-p): Doc fix.
18296
18297 2012-01-25 Glenn Morris <rgm@gnu.org>
18298
18299 * dired.el (dired-goto-file): Handle some of the more common
18300 characters that `ls -b' escapes. (Bug#10596)
18301
18302 * progmodes/compile.el (compilation-next-error-function):
18303 Respect compilation-first-column in the "*compilation*" buffer.
18304 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
18305
18306 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
18307
18308 2012-01-24 Glenn Morris <rgm@gnu.org>
18309
18310 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
18311
18312 2012-01-24 Julien Danjou <julien@danjou.info>
18313
18314 * color.el (color-rgb-to-hsl): Fix value computing.
18315 (color-hue-to-rgb): New function.
18316 (color-hsl-to-rgb): New function.
18317 (color-clamp, color-saturate-hsl, color-saturate-name)
18318 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
18319 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
18320
18321 2012-01-24 Glenn Morris <rgm@gnu.org>
18322
18323 * vc/vc-rcs.el (vc-rcs-create-tag):
18324 * vc/vc-sccs.el (vc-sccs-create-tag):
18325 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
18326
18327 2012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
18328
18329 * eshell/esh-util.el (eshell-read-hosts-file):
18330 Skip comment lines. (Bug#10549)
18331
18332 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
18333
18334 2012-01-23 Juanma Barranquero <lekktu@gmail.com>
18335
18336 * subr.el (display-delayed-warnings): Doc fix.
18337 (collapse-delayed-warnings): New function to collapse identical
18338 adjacent warnings.
18339 (delayed-warnings-hook): Add it.
18340
18341 2012-01-22 Michael Albinus <michael.albinus@gmx.de>
18342
18343 * net/tramp.el (tramp-action-login): Set connection property "login-as".
18344
18345 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
18346 (tramp-default-user-alist): Don't add "pscp".
18347 (tramp-do-copy-or-rename-file-out-of-band): Use connection
18348 property "login-as", if set. (Bug#10530)
18349
18350 2012-01-21 Michael Albinus <michael.albinus@gmx.de>
18351
18352 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
18353 "plink1" and "psftp". (Bug#10530)
18354
18355 2012-01-21 Kenichi Handa <handa@m17n.org>
18356
18357 * international/mule-cmds.el (prefer-coding-system): Show a
18358 warning message if the default value of file-name-coding-system
18359 was not changed.
18360
18361 2012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
18362
18363 * windmove.el (windmove-reference-loc):
18364 Fix windmove-reference-loc miscalculation.
18365
18366 2012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
18367
18368 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
18369 default unit.
18370
18371 2012-01-21 Glenn Morris <rgm@gnu.org>
18372
18373 * international/mule.el (auto-coding-alist): Add .tbz.
18374
18375 * files.el (local-enable-local-variables): Doc fix.
18376 (inhibit-local-variables-regexps): Rename from
18377 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
18378 Doc fix. Add some extensions from auto-coding-alist.
18379 (inhibit-local-variables-suffixes):
18380 Rename from inhibit-first-line-modes-suffixes. Doc fix.
18381 (inhibit-local-variables-p):
18382 New function, extracted from set-auto-mode-1.
18383 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
18384 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
18385 (hack-local-variables): Doc fix. Make the mode-only case
18386 respect enable-local-variables and friends.
18387 Respect inhibit-local-variables-regexps for file-locals, but
18388 not for directory-locals.
18389 (set-visited-file-name):
18390 Take account of inhibit-local-variables-regexps.
18391 Whether it applies may change as the file name is changed.
18392 * jka-cmpr-hook.el (jka-compr-install):
18393 * jka-compr.el (jka-compr-uninstall):
18394 Update for inhibit-first-line-modes-suffixes name change.
18395
18396 2012-01-20 Martin Rudalics <rudalics@gmx.at>
18397
18398 * help-macro.el (make-help-screen): Temporarily restore original
18399 binding for minor-mode-map-alist (Bug#10454).
18400
18401 2012-01-19 Julien Danjou <julien@danjou.info>
18402
18403 * color.el (color-name-to-rgb): Use the white color to find the max
18404 color component value and return correctly computed values.
18405 (color-name-to-rgb): Add missing float conversion for max value.
18406
18407 2012-01-19 Martin Rudalics <rudalics@gmx.at>
18408
18409 * window.el (window--state-get-1, window-state-get): Do not use
18410 special state value for window-persistent-parameters.
18411 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
18412 (window--state-put-2): Reset all window parameters to nil before
18413 assigning values of persistent parameters.
18414
18415 2012-01-18 Alan Mackenzie <acm@muc.de>
18416
18417 Eliminate sluggishness and hangs in fontification of "semicolon
18418 deserts".
18419
18420 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
18421 Change value 10000 -> 3000.
18422 (c-state-safe-place): Reformulate so it doesn't stack up an
18423 infinite number of wrong entries in c-state-nonlit-pos-cache.
18424 (c-determine-limit-get-base, c-determine-limit): New functions to
18425 determine backward search limits disregarding literals.
18426 (c-find-decl-spots): Amend commenting.
18427 (c-cheap-inside-bracelist-p): New function which detects "={".
18428
18429 * progmodes/cc-fonts.el
18430 (c-make-font-lock-BO-decl-search-function): Give a limit to a
18431 backward search.
18432 (c-font-lock-declarations): Fix an occurrence of point being
18433 undefined. Check additionally for point being in a bracelist or
18434 near a macro invocation without a semicolon so as to avoid a
18435 fruitless time consuming search for a declarator. Give a more
18436 precise search limit for declarators using the new
18437 c-determine-limit.
18438
18439 2012-01-18 Glenn Morris <rgm@gnu.org>
18440
18441 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
18442 (set-auto-mode): Doc fixes.
18443
18444 2012-01-17 Glenn Morris <rgm@gnu.org>
18445
18446 * isearch.el (search-nonincremental-instead): Fix doc typo.
18447
18448 * dired.el (dired-insert-directory): Handle newlines in directory name.
18449 (dired-build-subdir-alist): Unescape newlines in directory name.
18450
18451 2012-01-17 Michael Albinus <michael.albinus@gmx.de>
18452
18453 * net/tramp.el (tramp-local-end-of-line): New defcustom.
18454 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
18455 (tramp-action-terminal): Use it. (Bug#10530)
18456
18457 2012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
18458
18459 * minibuffer.el (completion--replace): Strip properties (bug#10062).
18460
18461 2012-01-16 Martin Rudalics <rudalics@gmx.at>
18462
18463 * window.el (window-state-ignored-parameters): Remove variable.
18464 (window--state-get-1): Rename argument MARKERS to IGNORE.
18465 Handle persistent window parameters. Make copy of clone-of
18466 parameter only if requested. (Bug#10348)
18467 (window--state-put-2): Install a window parameter only if it has
18468 a non-nil value or an existing parameter shall be overwritten.
18469
18470 2012-01-15 Michael Albinus <michael.albinus@gmx.de>
18471
18472 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
18473
18474 2012-01-14 Eli Zaretskii <eliz@gnu.org>
18475
18476 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
18477 don't pass the (nil) value of `upnode' to string-match.
18478
18479 2012-01-14 Chong Yidong <cyd@gnu.org>
18480
18481 * startup.el (command-line): Fix X resource class for cursorColor.
18482 Fix values recognized by the cursorBlink resource.
18483
18484 2012-01-14 Paul Eggert <eggert@cs.ucla.edu>
18485
18486 * epg.el (epg--make-temp-file): Avoid permission race condition
18487 when running on old Emacs versions (bug#10403).
18488
18489 2012-01-14 Glenn Morris <rgm@gnu.org>
18490
18491 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
18492
18493 2012-01-13 Alan Mackenzie <acm@muc.de>
18494
18495 Fix filling for when filladapt mode is enabled.
18496
18497 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
18498 c-mask-paragraph, pass in `fill-paragraph' rather than
18499 `fill-region-as-paragraph'. (This is a reversion of a previous
18500 change.)
18501 * progmodes/cc-mode.el (c-basic-common-init):
18502 Make fill-paragraph-handle-comment buffer local and set it to nil.
18503
18504 2012-01-13 Glenn Morris <rgm@gnu.org>
18505
18506 * dired.el (dired-switches-escape-p): New function.
18507 (dired-insert-directory): Use dired-switches-escape-p.
18508 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
18509
18510 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
18511
18512 2012-01-12 Glenn Morris <rgm@gnu.org>
18513
18514 * mail/sendmail.el (mail-mode): Update paragraph-separate for
18515 changes in adaptive-fill-regexp. (Bug#10276)
18516
18517 2012-01-11 Alan Mackenzie <acm@muc.de>
18518
18519 Fix Emacs bug #10463 - put `widen's around the critical spots.
18520
18521 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
18522 widen around each invocation of c-state-pp-to-literal. Remove an
18523 unused let variable.
18524
18525 2012-01-11 Glenn Morris <rgm@gnu.org>
18526
18527 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
18528 Doc fix.
18529
18530 2012-01-10 Chong Yidong <cyd@gnu.org>
18531
18532 * net/network-stream.el (network-stream-open-starttls):
18533 Avoid emitting a confusing error message when the server gives a bad
18534 response to the capability command.
18535
18536 2012-01-10 Glenn Morris <rgm@gnu.org>
18537
18538 * mail/unrmail.el (unrmail): Tweak previous change.
18539
18540 2012-01-09 Chong Yidong <cyd@gnu.org>
18541
18542 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
18543
18544 2012-01-08 Alan Mackenzie <acm@muc.de>
18545
18546 Optimize font locking in long enum definitions.
18547
18548 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
18549 arm to a cond form to handle enums.
18550 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
18551 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
18552
18553 2012-01-07 Paul Eggert <eggert@cs.ucla.edu>
18554
18555 * files.el (move-file-to-trash): Preserve default file modes on error.
18556 (Bug#10401)
18557
18558 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
18559
18560 * faces.el (set-face-attribute): Clarify the meaning of the nil
18561 frame (bug#10294).
18562
18563 * subr.el (with-selected-frame): Mention that the selected frame
18564 is restored (bug#9980).
18565
18566 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
18567 (bug#9759).
18568
18569 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
18570 (password-read): Don't autoload unused function.
18571
18572 2012-01-07 Juanma Barranquero <lekktu@gmail.com>
18573
18574 * progmodes/which-func.el (which-func-mode): Turn into a
18575 non-interactive function and mark as obsolete (bug#10428).
18576
18577 2012-01-06 Chong Yidong <cyd@gnu.org>
18578
18579 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
18580 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
18581 functions, along with 1 and -1.
18582
18583 2012-01-06 Eli Zaretskii <eliz@gnu.org>
18584
18585 * time.el (display-time-load-average)
18586 (display-time-default-load-average): Doc fixes. See the thread
18587 starting at
18588 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
18589 for the details.
18590
18591 2012-01-06 Glenn Morris <rgm@gnu.org>
18592
18593 * mail/unrmail.el (unrmail): Give an explicit error if the input file
18594 has no messages. (Bug#10377)
18595
18596 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
18597 than Info-edit. (Bug#10385)
18598
18599 * time.el (display-time-load-average, display-time-next-load-average):
18600 Doc fixes.
18601
18602 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
18603 local setting of buffer-read-only to the input buffer. (Bug#10419)
18604
18605 * calendar/calendar.el (calendar-mode):
18606 Locally set scroll-margin to 0. (Bug#10379)
18607
18608 2012-01-06 Ulrich Mueller <ulm@gentoo.org>
18609
18610 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
18611
18612 2012-01-05 Glenn Morris <rgm@gnu.org>
18613
18614 * eshell/em-unix.el (diff-no-select): Autoload it.
18615 (eshell/diff): Use diff-no-select. (Bug#10420)
18616
18617 2012-01-05 Chong Yidong <cyd@gnu.org>
18618
18619 * shell.el (shell-dynamic-complete-functions): Revert last change.
18620 (shell-command-completion-function): New function.
18621 (shell-completion-vars): Use it to implement
18622 shell-completion-execonly (Bug#10417).
18623
18624 * custom.el (enable-theme): Don't set custom-safe-themes.
18625
18626 * cus-theme.el (custom-theme-merge-theme):
18627 Ignore custom-enabled-themes and custom-safe-themes.
18628
18629 2012-01-05 Michael R. Mauger <mmaug@yahoo.com>
18630
18631 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
18632 first prompt in `sql-interacive-mode'.
18633 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
18634 keywords.
18635 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
18636 (sql-product-interactive): Bug fix: Set `sql-buffer' in
18637 context of original buffer. Invoke `sql-login-hook'.
18638
18639 2012-01-04 Eli Zaretskii <eliz@gnu.org>
18640
18641 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
18642 letters in cite-prefix.
18643
18644 2012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
18645
18646 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
18647
18648 2012-01-03 Chong Yidong <cyd@gnu.org>
18649
18650 * shell.el (shell-dynamic-complete-functions):
18651 Put pcomplete-completions-at-point, so as to try
18652 comint-filename-completion first (Bug#10417).
18653
18654 2012-01-02 Richard Stallman <rms@gnu.org>
18655
18656 * battery.el (battery-status-function):
18657 Detect when to use battery-yeeloong-sysfs.
18658 (battery-echo-area-format): Add string for Yeeloong.
18659 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
18660 (battery-yeeloong-sysfs): New function.
18661
18662 2012-01-02 Chong Yidong <cyd@gnu.org>
18663
18664 * dirtrack.el (dirtrack-list): Eliminate unused third element.
18665 (dirtrack): Merge code for handling relative filenames in prompt
18666 from shell-dir-cookie-watcher.
18667 (dirtrack-debug-message): New arg to avoid excess format calls.
18668
18669 * shell.el (shell-dir-cookie-re): Variable deleted.
18670 (shell-dir-cookie-watcher): Function deleted.
18671 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
18672 with dirtrack-mode.
18673
18674 2012-01-01 Eli Zaretskii <eliz@gnu.org>
18675
18676 * term/w32-win.el (dynamic-library-alist) <gnutls>:
18677 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
18678 libgnutls-26.dll.
18679
18680 2011-12-31 Andreas Schwab <schwab@linux-m68k.org>
18681
18682 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
18683
18684 2011-12-31 Eli Zaretskii <eliz@gnu.org>
18685
18686 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
18687 headers of non-MIME messages, when rmail-enable-mime is non-nil.
18688
18689 2011-12-29 Michael Albinus <michael.albinus@gmx.de>
18690
18691 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
18692 also for alternative shells.
18693 (tramp-open-connection-setup-interactive-shell): Check, whether
18694 the shell is a busybox.
18695 (tramp-send-command): Don't suppress multiple prompts for
18696 busyboxes, it hurts.
18697
18698 2011-12-28 Chong Yidong <cyd@gnu.org>
18699
18700 * progmodes/gdb-mi.el (gdb-get-source-file-list)
18701 (gdb-get-source-file): Move mode line update to
18702 gdb-get-source-file (Bug#10087).
18703
18704 2011-12-25 Chong Yidong <cyd@gnu.org>
18705
18706 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
18707 gud-gdb-marker-filter without taking it as an argument.
18708 (gud-gdb-run-command-fetch-lines): Caller changed.
18709 (gud-gdb-completion-function): New variable.
18710 (gud-gdb-completion-at-point): Use it.
18711 (gud-gdb-completions-1): Split from gud-gdb-completions.
18712
18713 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
18714 function as separate arguments.
18715 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
18716 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
18717 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
18718 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
18719 (gdb-stopped, def-gdb-auto-update-trigger)
18720 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
18721 (gdb-get-changed-registers, gdb-get-main-selected-frame):
18722 Callers changed.
18723 (gud-gdbmi-completions): New function.
18724 (gdb): Use it for generating the completion table.
18725
18726 2011-12-24 Alan Mackenzie <acm@muc.de>
18727
18728 Introduce a mechanism to widen the region used in context font
18729 locking. Use this to protect declarations from losing their contexts.
18730
18731 * progmodes/cc-langs.el (c-before-font-lock-functions):
18732 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
18733 (c-before-context-fontification-functions): New defvar, a list of
18734 functions to be run just before context (etc.) font locking.
18735
18736 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
18737 New, functionality extracted from
18738 c-neutralize-syntax-in-and-mark-CPP.
18739 (c-in-after-change-fontification): New variable.
18740 (c-after-change): Set c-in-after-change-fontification.
18741 (c-set-fl-decl-start): Rejig its interface, so it can be called
18742 from both after-change and context fontifying.
18743 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
18744 New functions.
18745 (c-standard-font-lock-fontify-region-function): New variable.
18746 (c-font-lock-fontify-region): New function.
18747
18748 2011-12-24 Juri Linkov <juri@jurta.org>
18749
18750 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
18751 (Bug#10348)
18752
18753 2011-12-23 Michael Albinus <michael.albinus@gmx.de>
18754
18755 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
18756 existence of source file. (Bug#10325)
18757
18758 2011-12-23 Alan Mackenzie <acm@muc.de>
18759
18760 Fix unstable fontification inside templates.
18761
18762 * progmodes/cc-langs.el (c-before-font-lock-functions):
18763 Newly created from the singular version. The (c c++ objc) entry now
18764 additionally has c-set-fl-decl-start. The other languages (apart
18765 from AWK) have that as a single entry.
18766
18767 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
18768 The functionality for "local" declarations has been extracted to
18769 c-set-fl-decl-start.
18770
18771 * progmodes/cc-mode.el (c-common-init, c-after-change):
18772 Changes due to pluralisation of c-before-font-lock-functions.
18773 (c-set-fl-decl-start): New function, extracted from
18774 c-font-lock-enclosing-decls and enhanced.
18775
18776 2011-12-23 Juanma Barranquero <lekktu@gmail.com>
18777
18778 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
18779
18780 2011-12-22 Juri Linkov <juri@jurta.org>
18781
18782 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
18783
18784 2011-12-22 Chong Yidong <cyd@gnu.org>
18785
18786 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
18787
18788 2011-12-21 Drew Adams <drew.adams@oracle.com>
18789
18790 * files.el (file-remote-p): Fix docstring. (Bug#10319)
18791
18792 2011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
18793
18794 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
18795
18796 2011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
18797
18798 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
18799 highlighting and support. Fix up comments for capitalization.
18800 (cfengine-mode-debug): New var.
18801 (cfengine3-mode): Change the modeline indicator to "CFE3".
18802 (cfengine3-font-lock-keywords): Improve defun highlighting.
18803 (cfengine2-actions): Rename from `cfengine-actions'.
18804 (cfengine2-font-lock-keywords): Rename from
18805 `cfengine-font-lock-keywords'.
18806 (cfengine2-imenu-expression): Rename from
18807 `cfengine-imenu-expression'.
18808 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
18809 (cfengine2-beginning-of-defun): Rename from
18810 `cfengine-beginning-of-defun'.
18811 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
18812 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
18813 (cfengine2-mode): Rename from `cfengine-mode'. Change the
18814 modeline indicator to "CFE2".
18815 (cfengine-mode): Defalias to `cfengine-auto-mode'.
18816 (cfengine-mode-abbrevs): Mark obsolete.
18817
18818 2011-12-21 Chong Yidong <cyd@gnu.org>
18819
18820 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
18821 filename argument.
18822
18823 2011-12-20 Martin Rudalics <rudalics@gmx.at>
18824
18825 * window.el (window-normalize-buffer-to-display): Remove.
18826 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
18827
18828 2011-12-19 Chong Yidong <cyd@gnu.org>
18829
18830 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
18831 Don't signal an error in a predicate function; return non-nil.
18832 (vc-dir-mark-file): Move the error here.
18833 (vc-dir-mark-unmark): If acting on the region, keep going if one
18834 of the entries cannot be marked/unmarked.
18835 (vc-dir-mark-all-files): If current entry is a directory, mark
18836 only child files, as documented.
18837
18838 2011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
18839
18840 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
18841 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
18842 addition.
18843
18844 2011-12-18 Jan Djärv <jan.h.d@swipnet.se>
18845
18846 * term/ns-win.el (ns-get-selection-internal)
18847 (ns-store-selection-internal): Declare.
18848 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
18849 Declare as obsolete.
18850 (ns-get-pasteboard, ns-paste-secondary):
18851 Use ns-get-selection-internal.
18852 (ns-set-pasteboard, ns-copy-including-secondary):
18853 Use ns-store-selection-internal.
18854
18855 2011-12-17 Chong Yidong <cyd@gnu.org>
18856
18857 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
18858 (vc-deduce-fileset): Doc fix.
18859
18860 2011-12-16 Andreas Schwab <schwab@linux-m68k.org>
18861
18862 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
18863
18864 2011-12-13 Sam Steingold <sds@gnu.org>
18865
18866 * man.el (Man-getpage-in-background): When running under a
18867 window-system, ignore $MANWIDTH and $COLUMNS.
18868
18869 2011-12-15 Kenichi Handa <handa@m17n.org>
18870
18871 * language/ethio-util.el: Change coding tag to utf-8-emacs.
18872 (setup-ethiopic-environment-internal): Comment out key-binding for
18873 ethio-toggle-punctuation.
18874
18875 2011-12-13 Alan Mackenzie <acm@muc.de>
18876
18877 Add the switch statement to AWK Mode.
18878
18879 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
18880 "default" to the keywords regexp.
18881
18882 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
18883 expression as the rest.
18884 (c-nonlabel-token-key): Allow string literals for AWK.
18885 Refactor for the other modes.
18886
18887 Large brace-block initialisation makes CC Mode slow: Fix.
18888 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
18889 routines. Limit backward searching in c-font-lock-enclosing.decl.
18890
18891 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
18892 pp-state and literal type in addition to the limits.
18893 (c-state-safe-place): New defun, extracted from c-state-literal-at.
18894 (c-state-literal-at): Use the above new defun.
18895 (c-slow-in-literal, c-fast-in-literal): Remove.
18896 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
18897
18898 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
18899 being in a literal. Add a limit for backward searching.
18900
18901 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
18902 c-slow-in-literal.
18903
18904 2011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
18905
18906 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
18907
18908 2011-12-13 Martin Rudalics <rudalics@gmx.at>
18909
18910 * window.el (delete-other-windows): Use correct frame in call to
18911 window-with-parameter.
18912
18913 2011-12-12 Daniel Pfeiffer <occitan@t-online.de>
18914
18915 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
18916 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
18917 (makefile-gmake-statements, makefile-makepp-statements):
18918 Use it and add new makepp keywords.
18919 (makefile-makepp-font-lock-keywords): Add new patterns.
18920 (makefile-match-function-end): Match new [...] and [[...]].
18921
18922 2011-12-11 Juanma Barranquero <lekktu@gmail.com>
18923
18924 * ses.el (ses-call-printer-return, ses-cell-property-get)
18925 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
18926 (ses-create-cell-variable, ses-reset-header-string)
18927 (ses-cell-set-formula, ses-repair-cell-reference-all)
18928 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
18929 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
18930 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
18931 (ses-aset-with-undo, ses-load, ses-truncate-cell)
18932 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
18933 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
18934 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
18935 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
18936 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
18937 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
18938 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
18939 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
18940
18941 2011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
18942
18943 * ses.el: The overall change is to add cell renaming, that is
18944 setting fancy names for cell symbols other than name matching
18945 "\\`[A-Z]+[0-9]+\\'" regexp .
18946 (ses-create-cell-variable): New defun.
18947 (ses-relocate-formula): Relocate formulas only for cells the
18948 symbols of which are not renamed, i.e. symbols whose names do not
18949 match regexp "\\`[A-Z]+[0-9]+\\'".
18950 (ses-relocate-all): Relocate values only for cells the symbols of
18951 which are not renamed.
18952 (ses-load): Create cells variables as the (ses-cell ...) are read,
18953 in order to check row col consistency with cell symbol name only
18954 for cells that are not renamed.
18955 (ses-replace-name-in-formula): New defun.
18956 (ses-rename-cell): New defun.
18957
18958 2011-12-11 Chong Yidong <cyd@gnu.org>
18959
18960 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
18961 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
18962
18963 2011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
18964
18965 * window.el (other-window): Fix docstring.
18966
18967 2011-12-10 Eli Zaretskii <eliz@gnu.org>
18968
18969 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
18970 `from' or `to' address before taking its substring.
18971 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
18972 encoded name is chopped in the middle of the encoded string, and
18973 thus displayed encoded.
18974
18975 2011-12-10 Juanma Barranquero <lekktu@gmail.com>
18976
18977 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
18978
18979 2011-12-10 Eli Zaretskii <eliz@gnu.org>
18980
18981 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
18982 to use texinfo-update-node and commands that call it if the
18983 Texinfo file uses @node lines without next/prev/up pointers.
18984 Correct outdated description about texinfo-master-menu.
18985 (texinfo-all-menus-update, texinfo-master-menu)
18986 (texinfo-update-node, texinfo-every-node-update)
18987 (texinfo-multiple-files-update): Doc fix. Warn against updating
18988 all the @node lines.
18989 (texinfo-master-menu): Only call texinfo-update-node if the prefix
18990 argument is numeric. Explain better in the doc string what the
18991 function really does.
18992 (texinfo-insert-master-menu-list): Improve the error message
18993 displayed if there's no menu in the Top node.
18994 (Bug#2975) See also this thread:
18995 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
18996
18997 2011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
18998
18999 * speedbar.el (speedbar-supported-extension-expressions):
19000 Add .adb and .ads, commonly used for Ada source code (bug#10256).
19001
19002 2011-12-09 Juanma Barranquero <lekktu@gmail.com>
19003
19004 * printing.el (pr-mode-alist):
19005 * simple.el (filter-buffer-substring-functions)
19006 (completion-list-insert-choice-function):
19007 * window.el (window-with-parameter, window-atom-root)
19008 (window-sides-slots, window-size-fixed, window-min-delta)
19009 (window-max-delta, window--resize-mini-window)
19010 (window--resize-child-windows-normal, window-tree)
19011 (delete-other-windows, quit-window, split-window)
19012 (display-buffer-record-window, special-display-buffer-names)
19013 (special-display-regexps, special-display-popup-frame)
19014 (same-window-p, split-window-sensibly)
19015 (display-buffer-overriding-action, display-buffer-alist)
19016 (display-buffer-base-action, display-buffer, switch-to-buffer)
19017 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
19018 (fit-window-to-buffer, recenter-positions)
19019 (mouse-autoselect-window-state, mouse-autoselect-window-select):
19020 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
19021 and remove unneeded backslashes in docstrings.
19022
19023 2011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
19024
19025 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
19026
19027 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
19028 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
19029 end in ".mk".
19030 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
19031 when reading the makefile (bug#10116).
19032
19033 2011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
19034
19035 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
19036 (bug#10116).
19037
19038 2011-12-06 Glenn Morris <rgm@gnu.org>
19039
19040 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
19041
19042 2011-12-06 Chong Yidong <cyd@gnu.org>
19043
19044 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
19045
19046 2011-12-06 Juanma Barranquero <lekktu@gmail.com>
19047
19048 * textmodes/table.el (table-shorten-cell): Fix typo.
19049
19050 2011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
19051
19052 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
19053
19054 2011-12-05 Eli Zaretskii <eliz@gnu.org>
19055
19056 * descr-text.el (describe-char): Fix display of strong
19057 right-to-left characters and directional embeddings and overrides.
19058
19059 * simple.el (what-cursor-position): Fix display of codepoints of
19060 strong right-to-left characters.
19061
19062 2011-12-05 Chong Yidong <cyd@gnu.org>
19063
19064 * faces.el (read-color): Doc fix.
19065
19066 2011-12-05 Glenn Morris <rgm@gnu.org>
19067
19068 * align.el (align--set-marker): Add doc-string.
19069 Don't try to move something that is not a marker. (Bug#10216)
19070
19071 2011-12-04 Glenn Morris <rgm@gnu.org>
19072
19073 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
19074 overly zealous deletion of trailing whitespace.
19075
19076 2011-12-04 Juanma Barranquero <lekktu@gmail.com>
19077
19078 * server.el (server-delete-client): On Windows, do not try to delete
19079 the only terminal.
19080 (server-process-filter): On Windows, treat requests for a tty frame as
19081 if they were for a GUI frame if the running server is in GUI mode.
19082
19083 2011-12-03 Glenn Morris <rgm@gnu.org>
19084
19085 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
19086
19087 2011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
19088
19089 * electric.el: Streamline electric-indent's hook.
19090 (electric-indent-chars): Revert to simple list.
19091 (electric-indent-functions): New var.
19092 (electric-indent-post-self-insert-function): Use it.
19093
19094 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
19095 there's no inferior buffer (bug#10196).
19096 (prolog-consult-compile): Don't use toggle-read-only.
19097
19098 2011-12-02 Michael Albinus <michael.albinus@gmx.de>
19099
19100 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
19101 interrupt. (Bug#10187)
19102
19103 2011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
19104
19105 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
19106 (bug#9160).
19107
19108 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
19109 (bug#10191).
19110
19111 2011-12-02 Juri Linkov <juri@jurta.org>
19112
19113 * info.el (Info-search): Display "end of manual" when Isearch
19114 reaches the end of single-file Info manual. (Bug#9918)
19115
19116 2011-12-02 Eli Zaretskii <eliz@gnu.org>
19117
19118 * isearch.el (isearch-message-prefix): Run the input method part
19119 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
19120
19121 2011-12-02 Juri Linkov <juri@jurta.org>
19122
19123 * isearch.el (isearch-occur): Use `word-search-regexp' for
19124 `isearch-word'.
19125 (isearch-search-and-update): Add condition for `isearch-word' and
19126 call `word-search-regexp'. (Bug#10145)
19127
19128 2011-12-01 Glenn Morris <rgm@gnu.org>
19129
19130 * eshell/em-hist.el (eshell-hist-initialize):
19131 Handle eshell-history-size nil and HISTSIZE set or unset.
19132 (eshell-history-file-name, eshell-history-size): Fix custom type.
19133
19134 2011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
19135
19136 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
19137
19138 2011-12-01 Michael McNamara <mac@mail.brushroad.com>
19139
19140 * progmodes/verilog-mode.el (verilog-pretty-expr):
19141 Rework verilog-pretty-expr to handle new assignment operators in system
19142 verilog, such as += *= and the like.
19143 (verilog-assignment-operator-re): Regular expression to find the
19144 assigment operator in a verilog assignment.
19145 (verilog-assignment-operation-re): Regular expression to find an
19146 assignment statement for pretty-expr.
19147 (verilog-in-attribute-p): Query returns true if point is in an
19148 attribute context; used to skip these for expression line up from
19149 pretty-expr.
19150 (verilog-in-parameter-p): Query returns true if point is in an
19151 parameter definition context; used to skip these for expression
19152 line up from pretty-expr.
19153 (verilog-in-parenthesis-p): Query returns true if point is in a
19154 parenthetical expression, specifically ( ) but not [ ] or { };
19155 used by pretty-expr.
19156 (verilog-just-one-space): If there is no space, don't add one.
19157 (verilog-get-lineup-indent-2): Specifically skip just attribute
19158 contexts for expression lineup, rather than skipping all
19159 parenthetical expressions.
19160 (verilog-calculate-indent): Fix comment, and fix indent.
19161 (verilog-do-indent): Indent declarations in lists (suggested by
19162 Joachim Lechner).
19163 (verilog-mode-abbrev-table): Populate abbrev mode with the various
19164 skeleton items.
19165 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
19166 by Alain Mellan).
19167
19168 2011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
19169
19170 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
19171 parameters with embedded comments. Reported by Ray Stevens.
19172 (verilog-calc-1, verilog-fork-wait-re, verilog-forward-sexp)
19173 (verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
19174 Reported by Tim Holt.
19175 (verilog-auto): Fix AUTOing a upper module then AUTOing module
19176 instantiated by upper module causing wrong expansion until AUTOed a
19177 second time. Reported by K C Buckenmaier.
19178 (verilog-diff-auto): Fix showing .* as a difference when
19179 `verilog-auto-star-save' off. Reported by Dan Dever.
19180 (verilog-auto-reset, verilog-read-always-signals)
19181 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
19182 temporary signals in reset list if
19183 verilog-auto-reset-blocking-in-non is nil, and match assignment
19184 style to each signal's assignment type, bug381.
19185 Reported by Thomas Esposito.
19186 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
19187 (verilog-uvm-statement-re): Support UVM indentation and
19188 highlighting, with old OVM keywords only.
19189 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
19190 Support AUTOTIEOFF creating non-wire data types.
19191 Suggested by Jonathan Greenlaw.
19192 (verilog-auto-insert-lisp, verilog-delete-to-paren)
19193 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
19194 (verilog-inject-sense, verilog-read-inst-pins)
19195 (verilog-read-sub-decls, verilog-read-sub-decls-line):
19196 Fix mismatching parenthesis inside commented out code when deleting
19197 AUTOINST, bug383. Reported by Jonathan Greenlaw.
19198 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
19199 non-numeric vector width. Reported by Alex Reed.
19200 (verilog-auto-ascii-enum): Add "onehot" option to work around not
19201 detecting signals with parameter widths. Reported by Alex Reed.
19202 (verilog-auto-delete-trailing-whitespace):
19203 With `verilog-auto-delete-trailing-whitespace' remove trailing
19204 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
19205 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
19206 Fix verilog-scan-cache corruption when running user AUTO expansion
19207 hooks that call indentation routines.
19208 (verilog-simplify-range-expression): Fix typo ignoring lower case
19209 identifiers.
19210 (verilog-delete-auto): Fix delete-autos to also remove user created
19211 automatics, as long as they start with AUTO.
19212 (verilog-batch-diff-auto, verilog-diff-auto)
19213 (verilog-diff-function): Add `verilog-diff-auto' and bind to
19214 "C-c?" to report differences in AUTO expansion, ignoring spaces.
19215 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
19216 (verilog-in-paren-quick, verilog-re-search-backward-quick)
19217 (verilog-re-search-forward-quick, verilog-syntax-ppss):
19218 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
19219 is disabled and its cache will get corrupt, causing AUTOS not to
19220 expand. Instead use only -quick functions.
19221 (verilog-scan-region): Fix scanning over escaped quotes.
19222 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
19223 (verilog-re-search-backward-quick)
19224 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
19225 related functions now ignore strings, to fix misparsing of strings
19226 with magic comments embedded in them.
19227 (verilog-read-auto-template):
19228 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
19229 Reported by Brad Dobbie.
19230 (verilog-read-auto-template):
19231 Fix 'verilog-auto-inst-template-numbers' with comments.
19232 Reported by Brad Dobbie.
19233 (verilog-auto-inst, verilog-auto-inst-param)
19234 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
19235 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
19236 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
19237 debugging templates without merge conflicts, bug357.
19238 Reported by Brad Dobbie.
19239 (verilog-read-auto-template):
19240 Fix verilog-auto-inst-template-numbers with multiple templates.
19241 Reported by Brad Dobbie.
19242 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
19243 abbrevs so user won't be asked to save.
19244 (verilog-read-auto-lisp-present): Fix to start at beginning of
19245 buffer in case called outside of verilog-auto.
19246 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
19247 to "X-2". Reported by Matthew Myers.
19248 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
19249 all inputs from module templates. Reported by Leith Johnson.
19250 (verilog-module-inside-filename-p): Fix locating programs as with
19251 modules.
19252 (verilog-auto-inst-port): Fix vl-width expressions when using
19253 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
19254 (verilog-decls-get-regs, verilog-decls-get-signals,
19255 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
19256 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
19257 verilog-read-decls): Combine reg and wire structures into one var
19258 structure to represent SystemVerilog concepts.
19259 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
19260 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
19261 (verilog-auto-wire-type, verilog-insert-definition):
19262 Add verilog-auto-wire-type and AUTOLOGIC to support using
19263 SystemVerilog "logic" keyword instead of "wire"/"reg".
19264 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
19265 to declares outputs that also have assignments (presumably in an
19266 ifdef or generate if so there's not a driver conflict).
19267 Reported by Matthew Myers.
19268 (verilog-auto-declare-nettype, verilog-insert-definition):
19269 Add verilog-auto-declare-nettype to fix declarations using
19270 `default_nettype none. Reported by Julian Gorfajn.
19271 (verilog-read-always-signals-recurse, verilog-read-decls)
19272 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
19273 malformed end statement, bug325. Reported by Joshua Wise and
19274 Andrew Drake.
19275 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
19276 (verilog-inst-comment-re): Fix not deleting Interfaced comment
19277 when expanding .* in interfaces, bug320.
19278 Reported by Pierre-David Pfister.
19279 (verilog-read-module-name): Fix import statements between module
19280 name and open parenthesis, bug317.
19281 Reported by Pierre-David Pfister.
19282 (verilog-simplify-range-expression): Fix simplification of
19283 multiplications inside AUTOWIRE connections, bug303.
19284 (verilog-auto-inst-port): Support parameter expansion in
19285 multidimensional arrays.
19286 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
19287 after "assert property". Reported by Julian Gorfajn.
19288 (verilog-simplify-range-expression): Fix "couldn't merge" errors
19289 with multiplication, bug303.
19290 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
19291 Reported by Jan Frode Lonnum.
19292
19293 2011-11-30 Juanma Barranquero <lekktu@gmail.com>
19294
19295 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
19296 (hfy-shell-file-name, hfy-shell):
19297 * international/fontset.el (x-decompose-font-name): Fix typos.
19298
19299 2011-11-29 Ken Brown <kbrown@cornell.edu>
19300
19301 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
19302 (gdb-version): Remove defvar.
19303 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
19304 (gdb-gud-context-command, gdb-non-stop-handler)
19305 (gdb-current-context-command, gdb-stopped): Use it.
19306 (gdb-init-1): Enable pretty printing here.
19307 (gdb-non-stop-handler): Don't enable pretty-printing here.
19308 Check to see if the target supports non-stop mode; if not, turn off
19309 non-stop mode. Use the following.
19310 (gdb-check-target-async): New defun.
19311 (gud-watch, gdb-stopped): Fix whitespace.
19312 (gdb-get-source-file): Don't try to display the source file if
19313 `gdb-main-file' is nil.
19314
19315 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
19316
19317 * align.el: Try to generate fewer markers (bug#10047).
19318 (align--set-marker): New macro.
19319 (align-region): Use it.
19320
19321 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
19322
19323 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
19324
19325 2011-11-29 Chong Yidong <cyd@gnu.org>
19326
19327 * indent.el (indent-for-tab-command, indent-according-to-mode):
19328 Doc fix.
19329 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
19330
19331 2011-11-29 Michael Albinus <michael.albinus@gmx.de>
19332
19333 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
19334 aware of remote file names. (Bug#10124)
19335
19336 2011-11-29 Chong Yidong <cyd@gnu.org>
19337
19338 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
19339
19340 2011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
19341
19342 * files.el (find-file): Don't use force-same-window (bug#10144).
19343 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
19344 use pop-to-buffer if the selected window can't be used.
19345 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
19346
19347 2011-11-28 Eli Zaretskii <eliz@gnu.org>
19348
19349 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
19350 special-mode-map.
19351
19352 2011-11-28 Chong Yidong <cyd@gnu.org>
19353
19354 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
19355
19356 2011-11-27 Nick Roberts <nickrob@snap.net.nz>
19357
19358 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
19359 gdb-get-source-file-list on gdb-create-source-file-list.
19360
19361 2011-11-26 Eli Zaretskii <eliz@gnu.org>
19362
19363 * whitespace.el (whitespace-newline): Use a different foreground
19364 color for 16-color light-background displays.
19365
19366 2011-11-24 Chong Yidong <cyd@gnu.org>
19367
19368 * window.el (display-buffer--special-action): Doc fix.
19369
19370 2011-11-25 Juanma Barranquero <lekktu@gmail.com>
19371
19372 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
19373 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
19374 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
19375 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
19376 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
19377 (avl-tree-stack-first):
19378 * emacs-lisp/cconv.el (cconv--analyse-use):
19379 * net/gnutls.el (gnutls-negotiate): Fix typos.
19380
19381 2011-11-24 Glenn Morris <rgm@gnu.org>
19382
19383 * lpr.el (lpr-windows-system, lpr-lp-system):
19384 * mail/binhex.el (binhex-begin-line):
19385 * progmodes/grep.el (grep-history, grep-find-history):
19386 * textmodes/flyspell.el:
19387 * vc/pcvs-defs.el (cvs-global-menu):
19388 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
19389 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
19390 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
19391
19392 * net/tls.el: Fix case of "GnuTLS".
19393
19394 * paths.el (rmail-file-name): Format doc-string for make-docfile.
19395
19396 * version.el (emacs-build-system): Give it a doc-string.
19397
19398 2011-11-24 Juri Linkov <juri@jurta.org>
19399
19400 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
19401
19402 2011-11-24 Glenn Morris <rgm@gnu.org>
19403
19404 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
19405 if called on a non-mime message just toggle the headers. (Bug#8006)
19406
19407 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
19408
19409 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
19410 (allout-lead-with-comment-string, allout-structure-deleted-hook)
19411 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
19412 (allout-rebullet-heading, allout-open-sibtopic)
19413 (allout-toggle-current-subtree-encryption)
19414 (allout-toggle-subtree-encryption, allout-encrypt-string)
19415 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
19416 (allout-distinctive-bullets-string, allout-auto-activation):
19417 * window.el (window-normalize-buffer-to-display):
19418 * progmodes/verilog-mode.el (verilog-batch-indent):
19419 * textmodes/bibtex.el (bibtex-field-braces-opt)
19420 (bibtex-field-strings-opt):
19421 * vc/cvs-status.el (cvs-tree-merge):
19422 Fix typos.
19423
19424 2011-11-23 Michael Albinus <michael.albinus@gmx.de>
19425
19426 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
19427 `non-essential' to t, in order to avoid remote connections.
19428
19429 2011-11-23 Eli Zaretskii <eliz@gnu.org>
19430
19431 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
19432 On MS-DOS and MS-Windows, compare with loaddefs.el
19433 case-insensitively.
19434
19435 2011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
19436
19437 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
19438
19439 2011-11-23 Glenn Morris <rgm@gnu.org>
19440
19441 * paths.el (rmail-file-name): Reformat the doc-string so that it
19442 is picked up.
19443
19444 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
19445 (rmail-auto-file): Ignore case in the "special" field names,
19446 as mail-fetch-field does for all others.
19447
19448 * mail/rmail.el (rmail-forward):
19449 * mail/rmailkwd.el (rmail-set-label):
19450 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
19451 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
19452
19453 * mail/rmail.el (rmail-current-message): Doc fix.
19454
19455 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
19456
19457 2011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
19458
19459 * server.el (server-eval-and-print): Allow C-g (bug#6585).
19460
19461 2011-11-22 Glenn Morris <rgm@gnu.org>
19462
19463 * mail/rmailmm.el (test-rmail-mime-handler)
19464 (test-rmail-mime-bulk-handler)
19465 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
19466
19467 2011-11-21 Juri Linkov <juri@jurta.org>
19468
19469 * calc/calc.el (calc-read-key-sequence):
19470 Let-bind `input-method-function' to nil. (Bug#10018)
19471
19472 2011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
19473
19474 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
19475 Tell the caller that the next line needs recomputation, even
19476 though it doesn't start a sexp (bug#10094).
19477
19478 2011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
19479
19480 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
19481
19482 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
19483
19484 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
19485 Use force-same-window.
19486
19487 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
19488
19489 * descr-text.el (describe-char-unicode-data):
19490 * json.el (json-string-escape):
19491 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
19492 (Footnote-unicode, Footnote-style-p):
19493 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
19494
19495 2011-11-20 Chong Yidong <cyd@gnu.org>
19496
19497 * window.el (replace-buffer-in-windows): Restore interactive spec.
19498
19499 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
19500
19501 * electric.el (electric-indent-mode): Fix last change (too optimistic).
19502
19503 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
19504 (byte-compile-global-not-obsolete-vars): New var.
19505 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
19506 Use it.
19507 (byte-compile-warn-obsolete): Align text with the one in *Help*.
19508
19509 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
19510
19511 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
19512 * progmodes/pascal.el (electric-pascal-equal):
19513 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
19514 * xml.el (xml-substitute-special): Fix typos.
19515
19516 2011-11-20 Glenn Morris <rgm@gnu.org>
19517
19518 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
19519 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
19520 Doc fixes.
19521 (rmail-decode-mime-charset): Mark as obsolete.
19522
19523 * mail/rmailsum.el (rmail-message-regexp-p-1):
19524 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
19525 Before using mime functions, check they are set. (Bug#10077)
19526
19527 2011-11-19 Juri Linkov <juri@jurta.org>
19528
19529 * info.el (Info-finder-find-node): Use `package--builtins' instead
19530 of `package-alist'. Use node names formed by the pattern "Keyword "
19531 and the keyword name.
19532
19533 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
19534
19535 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
19536
19537 2011-11-19 Juri Linkov <juri@jurta.org>
19538
19539 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
19540 that calls `revert-buffer' on all Info buffers. (Bug#9915)
19541 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
19542 `old-history', `old-history-forward'. Add let-binding
19543 `window-selected'. Remove calls to `kill-buffer',
19544 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
19545 before calling `Info-find-node', so `Info-find-node-2' will reread
19546 the Info file. Restore window positions only when `window-selected'
19547 is non-nil.
19548
19549 2011-11-19 Juri Linkov <juri@jurta.org>
19550
19551 * isearch.el (isearch-lazy-highlight-new-loop):
19552 Remove condition `(not isearch-error)'. (Bug#9918)
19553
19554 * misearch.el (multi-isearch-search-fun): Add condition
19555 `(not bound)' to ignore lazy-highlighting search.
19556 Add the search-failed message "end of multi" when the end of
19557 multi-sequence is reached. Uncapitalize the search-failed
19558 message "Repeat for next buffer".
19559
19560 * info.el (Info-search): Add the search-failed message
19561 "end of the manual" when the end of the manual is reached
19562 in Isearch mode.
19563
19564 2011-11-19 Juri Linkov <juri@jurta.org>
19565
19566 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
19567 Use non-destructive `remove' instead of `delete' because
19568 `Info-history-list' stored to `Info-isearch-initial-history-list' in
19569 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
19570
19571 2011-11-19 Juri Linkov <juri@jurta.org>
19572
19573 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
19574 to nil instead of binding `search-ring' and `regexp-search-ring'.
19575 (Bug#9185)
19576
19577 2011-11-19 Eli Zaretskii <eliz@gnu.org>
19578
19579 * simple.el (line-move): Force movement by logical lines for any
19580 hscrolled window, not only when auto-hscroll-mode is on.
19581 (line-move-visual): Update doc string to that effect. (Bug#10076)
19582
19583 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
19584
19585 * language/european.el (macintosh): Define as alias for mac-roman.
19586
19587 2011-11-19 Eli Zaretskii <eliz@gnu.org>
19588
19589 * mail/rmailmm.el (rmail-mime-display-header)
19590 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
19591 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
19592 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
19593 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
19594 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
19595 of a raw aref.
19596 (rmail-mime-entity-segment): To get past the tagline, move forward
19597 2 more lines, to account for the 2 empty lines that precede and
19598 follow the line with the buttons.
19599 (rmail-mime-update-tagline): Move one more line, to get past the
19600 empty line that follows the buttons in the tagline. (Bug#9520)
19601
19602 2011-11-19 Martin Rudalics <rudalics@gmx.at>
19603
19604 * window.el (window-max-delta-1, window-min-delta-1)
19605 (window-min-size-1, window-state-get-1, window-state-put-1)
19606 (window-state-put-2): Use "window--" prefix.
19607
19608 2011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
19609
19610 * emacs-lisp/smie.el: Improve warnings and conflict detection.
19611 (smie-warning-count): New var.
19612 (smie-set-prec2tab): Use it.
19613 (smie-bnf->prec2): Improve warnings. Add docstring.
19614 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
19615 (smie-bnf--set-class): New function.
19616 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
19617 corner case.
19618
19619 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
19620 (compilation-error-properties, compilation-move-to-column):
19621 Handle compilation-first-column while in the target buffer.
19622
19623 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
19624 Don't hardcode point-min==1.
19625
19626 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
19627 (eshell-rewrite-for-command): Remove workaround.
19628 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
19629 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
19630 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
19631
19632 * files-x.el (modify-file-local-variable): Obey commenting conventions.
19633
19634 2011-11-17 Glenn Morris <rgm@gnu.org>
19635
19636 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
19637 Ignore buffer-local generated-autoload-file if it is the same
19638 as the global value. (Bug#10049)
19639
19640 2011-11-17 Juanma Barranquero <lekktu@gmail.com>
19641
19642 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
19643 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
19644 (reftex-toc-previous-heading, reftex-toc-max-level)
19645 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
19646 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
19647 (reftex-toc-do-promote, reftex-toc-promote-prepare)
19648 (reftex-toc-promote-action, reftex-toc-extract-section-number)
19649 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
19650 (reftex-toc-rename-label, reftex-toc-visit-location)
19651 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
19652 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
19653 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
19654 leaving "*toc*" only for references to the buffer.
19655
19656 2011-11-17 Martin Rudalics <rudalics@gmx.at>
19657
19658 * window.el (window-resize, delete-window, split-window):
19659 Replace window-splits by window-combination-resize.
19660 * cus-start.el (window-splits): Replace by window-combination-resize.
19661
19662 2011-11-17 Glenn Morris <rgm@gnu.org>
19663
19664 * progmodes/sh-script.el (sh-font-lock-keywords-var):
19665 Make bash entry derive from sh entry, not shell entry.
19666
19667 2011-11-16 Michael Albinus <michael.albinus@gmx.de>
19668
19669 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
19670 local file name.
19671
19672 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
19673
19674 * menu-bar.el (menu-bar-file-menu):
19675 * printing.el (pr-ps-utility):
19676 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
19677 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
19678 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
19679 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
19680 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
19681 (icalendar--convert-cyclic-to-ical)
19682 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
19683 (icalendar--convert-ical-to-diary)
19684 (icalendar--convert-recurring-to-diary)
19685 (icalendar--convert-non-recurring-all-day-to-diary)
19686 (icalendar-import-format-sample):
19687 * progmodes/idlw-shell.el (idlwave-shell-mode):
19688 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
19689 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
19690 (vhdl-ps-print-init): Fix typos.
19691
19692 2011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
19693
19694 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
19695 FSF and collapse date sequence, obscure author/maintainer email address
19696 better, remove extra version line, track relocation of author's webpage.
19697
19698 * progmodes/python.el (python-pdbtrack-input-prompt)
19699 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
19700 regular python pdb prompts. Adjustments shamelessly taken exactly as
19701 suggested in EmacsWiki page (tiny change):
19702 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
19703
19704 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
19705
19706 * expand.el (expand-pos, expand-index, expand-point):
19707 Remove redundant info from docstring.
19708 (expand-add-abbrevs): Doc fix.
19709 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
19710 (expand-sample-perl-mode-expand-list): Fix typos.
19711
19712 * net/dbus.el (dbus-event-member-name):
19713 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
19714 * term/pc-win.el (msdos-create-frame-with-faces):
19715 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
19716
19717 2011-11-16 Martin Rudalics <rudalics@gmx.at>
19718
19719 * window.el (split-window, window-state-get-1)
19720 (window-state-put-1, window-state-put-2): Rename occurrences of
19721 window-nest to window-combination-limit.
19722 * cus-start.el (window-nest): Rename to window-combination-limit.
19723
19724 2011-11-16 Chong Yidong <cyd@gnu.org>
19725
19726 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
19727 regexp (Bug#10033).
19728
19729 2011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
19730
19731 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
19732 `completing-read' will remove *Completions* and will preserve
19733 current-buffer for us.
19734 (tmm-add-prompt): Users of *Completions* will always (re)set its
19735 major mode.
19736 (tmm-old-comp-map): Remove.
19737
19738 2011-11-16 Glenn Morris <rgm@gnu.org>
19739
19740 * mail/rmailedit.el: Require rmailmm when compiling.
19741 (rmail-old-mime-state): New declaration.
19742 (rmail-edit-current-message): If editing a mime message,
19743 edit the "raw" message from the mbox buffer.
19744 (rmail-cease-edit): Handle mime messages. (Bug#9840)
19745
19746 2011-11-15 Glenn Morris <rgm@gnu.org>
19747
19748 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
19749 which wasn't being used. Add optional arg to force given state.
19750 (rmail-mime): Add optional arg to force given state.
19751
19752 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
19753
19754 * allout.el (allout-encryption-plaintext-sanitization-regexps):
19755 * frame.el (display-mm-dimensions-alist):
19756 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
19757 (outline-move-subtree-down):
19758 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
19759 (newsticker--treeview-do-get-node):
19760 * net/quickurl.el (quickurl-list-buffer-name):
19761 * progmodes/dcl-mode.el (dcl-mode):
19762 * progmodes/gdb-mi.el (gdb-mapcar*):
19763 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
19764
19765 2011-11-15 Glenn Morris <rgm@gnu.org>
19766
19767 * mail/rmail.el (rmail-file-coding-system): It's only ever used
19768 in a boolean sense, so just make it a boolean, and fix the doc.
19769 (rmail-show-mime-function, rmail-mime-feature)
19770 (rmail-require-mime-maybe): Doc fixes.
19771 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
19772
19773 * mail/rmailmm.el (rmail-show-mime): Doc fix.
19774
19775 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
19776
19777 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
19778 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
19779 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
19780 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
19781
19782 2011-11-15 Glenn Morris <rgm@gnu.org>
19783
19784 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
19785 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
19786 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
19787 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
19788 (rmail-mime, rmail-show-mime): Doc fixes.
19789
19790 * term/ns-win.el (mode-line-frame-identification):
19791 Leave it alone. (Bug#10051)
19792
19793 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
19794
19795 * mail/rmailout.el (rmail-output-to-rmail-buffer):
19796 Handle empty buffers. (Bug#9978)
19797
19798 2011-11-14 Juanma Barranquero <lekktu@gmail.com>
19799
19800 * international/mule.el (define-charset):
19801 * mail/rmailmm.el (rmail-mime-find-header-encoding):
19802 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
19803 * progmodes/verilog-mode.el (verilog-backward-token):
19804 * textmodes/ispell.el (lookup-words):
19805 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
19806
19807 2011-11-14 Glenn Morris <rgm@gnu.org>
19808
19809 * progmodes/executable.el
19810 (executable-make-buffer-file-executable-if-script-p):
19811 Handle file-modes returning nil.
19812
19813 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
19814 message - not necessary, and causes problems. (Bug#9831)
19815
19816 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
19817
19818 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
19819
19820 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
19821 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
19822 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
19823
19824 2011-11-12 Martin Rudalics <rudalics@gmx.at>
19825
19826 * window.el (window-resize, delete-window): Use window-splits
19827 variable instead of function.
19828 (window-state-get-1, window-state-put-2, window-state-put):
19829 Don't deal with windows' splits status.
19830
19831 2011-11-12 Glenn Morris <rgm@gnu.org>
19832
19833 * apropos.el (apropos-do-all, apropos-library, apropos-value)
19834 (apropos-documentation): Doc fixes.
19835
19836 2011-11-11 Juanma Barranquero <lekktu@gmail.com>
19837
19838 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
19839 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
19840
19841 2011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
19842
19843 * electric.el (electric-indent-post-self-insert-function): Make it
19844 possible for a char to only indent in some circumstances.
19845 (electric-indent-mode): Simplify.
19846
19847 2011-11-11 Martin Rudalics <rudalics@gmx.at>
19848
19849 * window.el (windows-with-parameter): Remove unused function.
19850 (windows-at-side): Rename to window-at-side-list.
19851 (window-check, window-atom-check, window-atom-check-1)
19852 (window-side-check, window-size-ignore, window-size-fixed-1)
19853 (window-in-direction-2): Prefix with "window--".
19854 (window-tree-1): Rename to window--subtree, fix doc-string.
19855
19856 2011-11-11 Glenn Morris <rgm@gnu.org>
19857
19858 * subr.el (eval-after-load): If FILE is already loaded,
19859 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
19860
19861 2011-11-10 Glenn Morris <rgm@gnu.org>
19862
19863 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
19864 Call svn via vc-svn-command rather than vc-do-command.
19865 (vc-svn-command): Add --non-interactive. (Bug#9993)
19866 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
19867
19868 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
19869 Add toggle-read-only. (Bug#7292)
19870 * files.el (toggle-read-only): Mention that it should only
19871 be used interactively. (Bug#10006)
19872
19873 2011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
19874
19875 * progmodes/compile.el (compilation-error-regexp-alist-alist):
19876 Adjust regexp for OCaml warnings.
19877
19878 * electric.el (electric-pair-post-self-insert-function): Let user
19879 turn it off buffer-locally (bug#9932).
19880
19881 * progmodes/python.el (python-beginning-of-statement):
19882 Rewrite (bug#2703).
19883
19884 * progmodes/compile.el: Better handle TABs (bug#9749).
19885 (compilation-internal-error-properties)
19886 (compilation-next-error-function): Obey the target buffer's
19887 compilation-error-screen-columns.
19888
19889 2011-11-09 Juanma Barranquero <lekktu@gmail.com>
19890
19891 * progmodes/meta-mode.el: Remove obsolete comments.
19892 (meta-right-comment-regexp, meta-ignore-comment-regexp):
19893 Fix typos in docstrings.
19894
19895 2011-11-09 Martin Rudalics <rudalics@gmx.at>
19896
19897 * window.el (window-size-fixed-p): Rewrite doc-string.
19898 (window-resizable-p): Rename to window--resizable-p. Update callers.
19899 (window--resizable): New function. Make all callers of
19900 window-resizable call window--resizable instead.
19901 (window-resizable): Rewrite in terms of window--resizable.
19902
19903 2011-11-08 Glenn Morris <rgm@gnu.org>
19904
19905 * progmodes/delphi.el (delphi-mode-syntax-table):
19906 Let define-derived-mode define a proper syntax table. (Bug#9994)
19907
19908 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
19909
19910 * window.el: Stay away from defsubst.
19911 (window-list-no-nils): Remove.
19912 (window-state-get-1, window-state-get): Use backquote instead.
19913
19914 2011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
19915
19916 * emacs-lisp/find-func.el (find-function-read):
19917 Fix incorrect use of default argument in `completing-read'.
19918
19919 2011-11-08 Martin Rudalics <rudalics@gmx.at>
19920
19921 * window.el (display-buffer-function, special-display-function):
19922 Mention display-buffer-record-window but do not mention
19923 help-setup parameter in doc-strings.
19924 (window-min-delta): Fix doc-string typo.
19925
19926 2011-11-08 Chong Yidong <cyd@gnu.org>
19927
19928 * window.el (window-total-height, window-total-width): Doc fix.
19929 (window-body-size): Move from C.
19930 (window-body-height, window-body-width): Move to C.
19931
19932 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
19933
19934 * window.el: Make special-display like display-buffer-alist (bug#9532).
19935 (display-buffer--special-action): New function, morphed
19936 from display-buffer--special.
19937 (display-buffer): Use it to handle special-display-buffers at higher
19938 priority (just after display-buffer-alist).
19939 (display-buffer-fallback-action, display-buffer--other-frame-action)
19940 (pop-to-buffer-same-window): Remove display-buffer--special.
19941
19942 2011-11-07 Glenn Morris <rgm@gnu.org>
19943
19944 * calendar/cal-menu.el (cal-menu-set-date-title):
19945 Do nothing if not in a calendar. (Bug#9976)
19946
19947 2011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
19948
19949 * files.el (find-file): Always use selected-window.
19950
19951 2011-11-07 Martin Rudalics <rudalics@gmx.at>
19952
19953 * window.el (window-combinations): Make WINDOW argument
19954 mandatory. Rewrite doc-string.
19955 (walk-window-subtree, window-atom-check, window-min-delta)
19956 (window-max-delta, window--resize-this-window)
19957 (window--resize-root-window-vertically, window-tree)
19958 (balance-windows, window-state-put): Rewrite doc-strings as to
19959 not mention the term "subwindow".
19960 (window--resize-subwindows-skip-p): Rename to
19961 window--resize-child-windows-skip-p.
19962 (window--resize-subwindows-normal): Rename to
19963 window--resize-child-windows-normal.
19964 (window--resize-subwindows): Rename to
19965 window--resize-child-windows.
19966 (window-or-subwindow-p): Rename to window--in-subtree-p.
19967
19968 2011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
19969
19970 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
19971 Ensure that mbox format messages end in two newlines (Bug#9974).
19972
19973 2011-11-06 Chong Yidong <cyd@gnu.org>
19974
19975 * window.el (window-combination-p): Function deleted; its
19976 side-effect is not used in any existing code.
19977 (window-combinations, window-combined-p): Call window-*-child
19978 directly.
19979
19980 2011-11-05 Chong Yidong <cyd@gnu.org>
19981
19982 * window.el (window-valid-p): Rename from window-any-p.
19983 (window-size-ignore, window-state-get): Callers changed.
19984 (window-normalize-window): Rename from window-normalize-any-window.
19985 New arg LIVE-ONLY, replacing window-normalize-live-window.
19986 (window-normalize-live-window): Delete.
19987 (window-combination-p, window-combined-p, window-combinations)
19988 (walk-window-subtree, window-atom-root, window-min-size)
19989 (window-sizable, window-sizable-p, window-size-fixed-p)
19990 (window-min-delta, window-max-delta, window-resizable)
19991 (window-resizable-p, window-full-height-p, window-full-width-p)
19992 (window-current-scroll-bars, window-point-1, set-window-point-1)
19993 (window-at-side-p, window-in-direction, window-resize)
19994 (adjust-window-trailing-edge, maximize-window, minimize-window)
19995 (window-deletable-p, delete-window, delete-other-windows)
19996 (record-window-buffer, unrecord-window-buffer)
19997 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
19998 (quit-window, split-window, window-state-put)
19999 (set-window-text-height, fit-window-to-buffer)
20000 (shrink-window-if-larger-than-buffer): Callers changed.
20001
20002 2011-11-04 Eli Zaretskii <eliz@gnu.org>
20003
20004 * mail/rmail.el (rmail-simplified-subject): Decode subject with
20005 rfc2047-decode-string.
20006 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
20007 warnings.
20008
20009 * window.el (window-body-height, window-body-width): Mention in
20010 the doc string that the return values are in frame's canonical
20011 units. (Bug#9949)
20012
20013 2011-11-03 Alan Mackenzie <acm@muc.de>
20014
20015 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
20016 change in cc-engine.el.
20017
20018 2011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
20019
20020 * window.el (switch-to-buffer): Use `force-same-window' interactively.
20021
20022 2011-11-02 Martin Rudalics <rudalics@gmx.at>
20023
20024 * window.el (quit-window): Call unrecord-window-buffer after
20025 showing another buffer in the window. (Bug#9937)
20026 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
20027
20028 2011-11-02 Juanma Barranquero <lekktu@gmail.com>
20029
20030 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
20031 Accept status with more than 9 shelves. (Bug#9935)
20032 Reported by Colin D Bennett <colin@gibibit.com>.
20033
20034 2011-11-01 Martin Rudalics <rudalics@gmx.at>
20035
20036 * help.el (with-help-window): Don't reference
20037 temp-buffer-show-specifiers in doc-string.
20038
20039 2011-10-31 Andreas Schwab <schwab@linux-m68k.org>
20040
20041 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
20042 menu-item.
20043
20044 2011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20045
20046 * whitespace.el: New version 13.2.2.
20047 (whitespace-newline-mode): Disable properly. Reported by Sarah
20048 <EmacsWiki>.
20049
20050 2011-10-30 Ulf Jasper <ulf.jasper@web.de>
20051
20052 * net/newst-treeview.el: Remove "Time-stamp".
20053 (newsticker--group-manage-orphan-feeds): Do not call
20054 newsticker--treeview-tree-update.
20055 (newsticker-treeview-update, newsticker-treeview):
20056 Call newsticker--treeview-tree-update if necessary.
20057
20058 2011-10-30 Martin Rudalics <rudalics@gmx.at>
20059
20060 * window.el (window-iso-combination-p, window-iso-combined-p)
20061 (window-iso-combinations): Remove "iso-" infix.
20062 Suggested by Chong Yidong.
20063 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
20064 (window-max-delta-1, window-resize, window--resize-siblings)
20065 (window--resize-this-window, adjust-window-trailing-edge)
20066 (split-window, balance-windows-1)
20067 (shrink-window-if-larger-than-buffer):
20068 * calendar/calendar.el (calendar-generate-window):
20069 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
20070
20071 2011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
20072
20073 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
20074 in place (bug#9907).
20075 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
20076 (eshell-rewrite-if-command, eshell-rewrite-for-command)
20077 (eshell-structure-basic-command, eshell-rewrite-while-command)
20078 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
20079 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
20080 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
20081 (eshell-do-pipelines-synchronously, eshell-eval-command):
20082 Use backquotes and prefer setq to set.
20083 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
20084 (eshell-macrop): Use functionp.
20085 (eshell-do-eval): Handle multiple expressions in `while' body.
20086
20087 2011-10-30 Chong Yidong <cyd@gnu.org>
20088
20089 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
20090 instead of set-mark (Bug#9810).
20091
20092 2011-10-30 Chong Yidong <cyd@gnu.org>
20093
20094 * window.el (split-window-below, split-window-right): Rename from
20095 split-window-above-each-other and split-window-side-by-side
20096 respectively. All callers changed.
20097 (split-window-sensibly, split-window-sensibly): Use them.
20098 (split-window-keep-point): Doc fix.
20099
20100 * isearch.el: Add isearch-scroll property to split-window-below
20101 and split-window-right.
20102
20103 * follow.el (follow-mode):
20104 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
20105 * progmodes/ada-xref.el (ada-gdb-application):
20106 * emulation/vip.el (vip-buffer-in-two-windows):
20107 * image-dired.el (image-dired-dired-with-window-configuration):
20108 * dired-x.el (dired-do-find-marked-files):
20109 * dired.el (dired-pop-to-buffer):
20110 * bs.el (bs--show-with-configuration):
20111 * vc/emerge.el (emerge-setup-windows):
20112 * textmodes/two-column.el (2C-two-columns):
20113 * textmodes/reftex-toc.el (reftex-toc):
20114 * progmodes/gdb-mi.el (gdb-setup-windows):
20115 * progmodes/fortran.el (fortran-window-create):
20116 * net/newst-treeview.el (newsticker--treeview-window-init):
20117 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
20118 * emulation/tpu-edt.el (tpu-gold-map):
20119 * emulation/crisp.el (crisp-mode-map):
20120 * calendar/calendar.el (calendar-basic-setup): Callers changed.
20121
20122 2011-10-29 Chong Yidong <cyd@gnu.org>
20123
20124 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
20125
20126 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
20127
20128 * textmodes/flyspell.el (flyspell-word): Fix char offset for
20129 forged Ispell output (Bug#7904).
20130
20131 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
20132
20133 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
20134
20135 * doc-view.el: Avoid ugly errors about not finding nil.
20136 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
20137 (doc-view-dvipdf-program, doc-view-unoconv-program)
20138 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
20139 Avoid nil or absolute file name as default value.
20140 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
20141
20142 2011-10-28 Alan Mackenzie <acm@muc.de>
20143
20144 * progmodes/cc-defs.el (c-version): -> 5.32.2.
20145
20146 2011-10-28 Alan Mackenzie <acm@muc.de>
20147
20148 Amend the handling of c-beginning/end-of-defun in nested declaration
20149 scopes.
20150
20151 * progmodes/cc-vars.el (c-defun-tactic): Move here from
20152 cc-langs.el. Change it to a defcustom.
20153
20154 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
20155 cc-vars.el.
20156
20157 * progmodes/cc-engine.el (c-beginning-of-statement-1):
20158 Prevent "class foo : bar" being spuriously recognized as a label.
20159
20160 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
20161 Add parameter `inclusive' (to include enclosing braces in the region).
20162 (c-widen-to-enclosing-decl-scope): New function.
20163 (c-while-widening-to-decl-block): New macro.
20164 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
20165 outward for defun boundaries, and correspondingly change symbol
20166 `respect-enclosure' to `go-outward'.
20167 (c-declaration-limits): Change algorithm to report only the "innermost"
20168 defun's boundaries.
20169
20170 2011-10-28 Deniz Dogan <deniz@dogan.se>
20171
20172 * net/rcirc.el (rcirc-mode): Use hard newlines.
20173
20174 2011-10-28 Alan Mackenzie <acm@muc.de>
20175
20176 Amend to indent and fontify macros "which include their own semicolon"
20177 correctly, using the "virtual semicolon" mechanism.
20178
20179 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
20180
20181 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
20182 Recode to scan one line at a time rather than having \n and \r
20183 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
20184 (c-forward-label): Amend for virtual semicolons.
20185 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
20186
20187 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
20188 of the new C macros.
20189
20190 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
20191 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
20192 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
20193 (c-opt-cpp-macro-define): Make into a full language variable.
20194 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
20195 AWK Mode (including \n, \r) removed, no longer needed.
20196
20197 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
20198 Invoke c-make-macro-with-semi-re.
20199
20200 * progmodes/cc-vars.el (c-macro-with-semi-re):
20201 (c-macro-names-with-semicolon): New variables.
20202 (c-make-macro-with-semi-re): New function.
20203
20204 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
20205
20206 * vc/log-edit.el: Fill empty field rather than adding new one.
20207 (log-edit-add-field): New function.
20208 (log-edit-insert-changelog): Use it.
20209
20210 2011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
20211
20212 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
20213
20214 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
20215
20216 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
20217 (gdb--check-interpreter): New function.
20218 (gdb): Use it.
20219
20220 2011-10-27 Glenn Morris <rgm@gnu.org>
20221
20222 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
20223 (least-positive-float, least-negative-float)
20224 (least-positive-normalized-float, least-negative-normalized-float)
20225 (float-epsilon, float-negative-epsilon):
20226 Remove unnecessary declarations.
20227
20228 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
20229 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
20230 (least-positive-float, least-negative-float)
20231 (least-positive-normalized-float, least-negative-normalized-float)
20232 (float-epsilon, float-negative-epsilon): Add doc-strings,
20233 based on those in cl.texi.
20234
20235 * files.el (set-visited-file-name): If the major-mode changed,
20236 reload the local variables. (Bug#9796)
20237
20238 2011-10-27 Chong Yidong <cyd@gnu.org>
20239
20240 * subr.el (change-major-mode-after-body-hook): New hook.
20241 (run-mode-hooks): Run it.
20242
20243 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
20244 Use change-major-mode-before-body-hook.
20245
20246 * simple.el (fundamental-mode):
20247 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
20248 change introducing fundamental-mode-hook.
20249
20250 2011-10-26 Juanma Barranquero <lekktu@gmail.com>
20251
20252 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
20253
20254 2011-10-26 Michael Albinus <michael.albinus@gmx.de>
20255
20256 * ido.el (ido-file-name-all-completions-1): Do not require
20257 tramp.el explicitly. (Bug#7583)
20258
20259 2011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
20260
20261 * progmodes/octave-mod.el:
20262 * progmodes/octave-inf.el: Update maintainer.
20263
20264 2011-10-26 Chong Yidong <cyd@gnu.org>
20265
20266 * subr.el (with-wrapper-hook): Rewrite doc.
20267
20268 2011-10-25 Michael Albinus <michael.albinus@gmx.de>
20269
20270 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
20271 filenames "/method:foo:". (Bug#9793)
20272
20273 2011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
20274
20275 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
20276 (bug#9865).
20277
20278 2011-10-24 Glenn Morris <rgm@gnu.org>
20279
20280 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
20281
20282 2011-10-24 Michael Albinus <michael.albinus@gmx.de>
20283
20284 * notifications.el: Add the requirement of a running D-Bus session
20285 bus to the Commentary.
20286
20287 2011-10-24 Juri Linkov <juri@jurta.org>
20288
20289 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
20290 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
20291 (Bug#9364)
20292
20293 2011-10-24 Juri Linkov <juri@jurta.org>
20294
20295 * info.el (Info-following-node-name-re): Add newline to the list
20296 of allowed characters for leading space. (Bug#9824)
20297
20298 2011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
20299
20300 * progmodes/octave-inf.el (inferior-octave-mode-map):
20301 Fix C-c C-h binding.
20302 * progmodes/octave-mod.el (octave-help): Remove.
20303
20304 2011-10-23 Michael Albinus <michael.albinus@gmx.de>
20305
20306 Sync with Tramp 2.2.3.
20307
20308 * net/tramp-cache.el (top): Pacify byte-compiler using
20309 `init-file-user' and `site-run-file'.
20310
20311 * net/trampver.el: Update release number.
20312
20313 2011-10-23 Chong Yidong <cyd@gnu.org>
20314
20315 * files.el (toggle-read-only): Remove obsolete comment about
20316 version control.
20317
20318 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
20319 for toggle-read-only. Note that this hasn't called vc-next-action
20320 since 2008-05-02, though it wasn't documented at the time.
20321
20322 * vc/ediff-init.el (ediff-toggle-read-only-function):
20323 Use toggle-read-only.
20324
20325 2011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
20326
20327 Fix bug #9560, sporadic wrong indentation; improve instrumentation
20328 of c-parse-state.
20329
20330 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
20331 correct faulty logical expression.
20332 (c-parse-state-state, c-record-parse-state-state):
20333 (c-replay-parse-state-state): New defvar/defuns.
20334 (c-debug-parse-state): Use new functions.
20335
20336 2011-10-22 Martin Rudalics <rudalics@gmx.at>
20337
20338 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
20339 last fix. Use window-in-direction correctly.
20340
20341 2011-10-21 Chong Yidong <cyd@gnu.org>
20342
20343 * progmodes/idlwave.el (idlwave-mode):
20344 * progmodes/vera-mode.el (vera-mode): No need to set
20345 require-final-newline; that's done in prog-mode.
20346 Suggested by Stefan Monnier.
20347
20348 2011-10-21 Martin Rudalics <rudalics@gmx.at>
20349
20350 * mouse.el (mouse-drag-window-above)
20351 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
20352 (mouse-drag-mode-line-1, mouse-drag-header-line)
20353 (mouse-drag-vertical-line-rightward-window): Remove.
20354 (mouse-drag-line): New function.
20355 (mouse-drag-mode-line, mouse-drag-header-line)
20356 (mouse-drag-vertical-line): Call mouse-drag-line.
20357 * window.el (window-at-side-p, windows-at-side): New functions.
20358
20359 2011-10-21 Ulrich Mueller <ulm@gentoo.org>
20360
20361 * tar-mode.el (tar-grind-file-mode):
20362 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
20363
20364 2011-10-21 Chong Yidong <cyd@gnu.org>
20365
20366 * progmodes/idlwave.el (idlwave-mode):
20367 * progmodes/vera-mode.el (vera-mode):
20368 Use mode-require-final-newline.
20369
20370 2011-10-20 Glenn Morris <rgm@gnu.org>
20371
20372 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
20373
20374 2011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
20375
20376 * emulation/cua-base.el (cua-set-mark): Fix case of string.
20377
20378 2011-10-20 Chong Yidong <cyd@gnu.org>
20379
20380 * emulation/cua-base.el (cua-mode):
20381 * mail/footnote.el (footnote-mode):
20382 * mail/mailabbrev.el (mail-abbrevs-mode):
20383 * net/xesam.el (xesam-minor-mode):
20384 * progmodes/bug-reference.el (bug-reference-mode):
20385 * progmodes/cap-words.el (capitalized-words-mode):
20386 * progmodes/compile.el (compilation-minor-mode)
20387 (compilation-shell-minor-mode):
20388 * progmodes/gud.el (gud-tooltip-mode):
20389 * progmodes/hideif.el (hide-ifdef-mode):
20390 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
20391 * progmodes/subword.el (subword-mode):
20392 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
20393 * progmodes/which-func.el (which-function-mode):
20394 * term/tvi970.el (tvi970-set-keypad-mode):
20395 * term/vt100.el (vt100-wide-mode):
20396 * textmodes/flyspell.el (flyspell-mode):
20397 * textmodes/ispell.el (ispell-minor-mode):
20398 * textmodes/nroff-mode.el (nroff-electric-mode):
20399 * textmodes/paragraphs.el (use-hard-newlines):
20400 * textmodes/refill.el (refill-mode):
20401 * textmodes/reftex.el (reftex-mode):
20402 * textmodes/rst.el (rst-minor-mode):
20403 * textmodes/sgml-mode.el (html-autoview-mode)
20404 (sgml-electric-tag-pair-mode):
20405 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
20406 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
20407 * emulation/crisp.el (crisp-mode):
20408 * emacs-lisp/eldoc.el (eldoc-mode):
20409 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
20410 minor mode behavior.
20411
20412 2011-10-19 Juri Linkov <juri@jurta.org>
20413
20414 * descr-text.el (describe-char): Add #x2010 and #x2011 to
20415 the list of hard-coded chars with escape-glyph face.
20416
20417 2011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
20418
20419 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
20420
20421 2011-10-19 Michael Albinus <michael.albinus@gmx.de>
20422
20423 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
20424 running process.
20425
20426 2011-10-19 Glenn Morris <rgm@gnu.org>
20427
20428 * vc/vc-bzr.el (vc-bzr-after-dir-status):
20429 Ignore ignored files. (Bug#9726)
20430
20431 2011-10-19 Chong Yidong <cyd@gnu.org>
20432
20433 Doc fix for minor modes, stating that an omitted argument enables
20434 the mode unconditionally when called from Lisp.
20435
20436 * abbrev.el (abbrev-mode):
20437 * allout.el (allout-mode):
20438 * autoinsert.el (auto-insert-mode):
20439 * autoarg.el (autoarg-mode, autoarg-kp-mode):
20440 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
20441 (global-auto-revert-mode):
20442 * battery.el (display-battery-mode):
20443 * composite.el (global-auto-composition-mode)
20444 (auto-composition-mode):
20445 * delsel.el (delete-selection-mode):
20446 * desktop.el (desktop-save-mode):
20447 * dired-x.el (dired-omit-mode):
20448 * dirtrack.el (dirtrack-mode):
20449 * doc-view.el (doc-view-minor-mode):
20450 * double.el (double-mode):
20451 * electric.el (electric-indent-mode, electric-pair-mode):
20452 * emacs-lock.el (emacs-lock-mode):
20453 * epa-hook.el (auto-encryption-mode):
20454 * follow.el (follow-mode):
20455 * font-core.el (font-lock-mode):
20456 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
20457 * help.el (temp-buffer-resize-mode):
20458 * hilit-chg.el (highlight-changes-mode)
20459 (highlight-changes-visible-mode):
20460 * hi-lock.el (hi-lock-mode):
20461 * hl-line.el (hl-line-mode, global-hl-line-mode):
20462 * icomplete.el (icomplete-mode):
20463 * ido.el (ido-everywhere):
20464 * image-file.el (auto-image-file-mode):
20465 * image-mode.el (image-minor-mode):
20466 * iswitchb.el (iswitchb-mode):
20467 * jka-cmpr-hook.el (auto-compression-mode):
20468 * linum.el (linum-mode):
20469 * longlines.el (longlines-mode):
20470 * master.el (master-mode):
20471 * mb-depth.el (minibuffer-depth-indicate-mode):
20472 * menu-bar.el (menu-bar-mode):
20473 * minibuf-eldef.el (minibuffer-electric-default-mode):
20474 * mouse-sel.el (mouse-sel-mode):
20475 * msb.el (msb-mode):
20476 * mwheel.el (mouse-wheel-mode):
20477 * outline.el (outline-minor-mode):
20478 * paren.el (show-paren-mode):
20479 * recentf.el (recentf-mode):
20480 * reveal.el (reveal-mode, global-reveal-mode):
20481 * rfn-eshadow.el (file-name-shadow-mode):
20482 * ruler-mode.el (ruler-mode):
20483 * savehist.el (savehist-mode):
20484 * scroll-all.el (scroll-all-mode):
20485 * scroll-bar.el (scroll-bar-mode):
20486 * server.el (server-mode):
20487 * shell.el (shell-dirtrack-mode):
20488 * simple.el (auto-fill-mode, transient-mark-mode)
20489 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
20490 (line-number-mode, column-number-mode, size-indication-mode)
20491 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
20492 * strokes.el (strokes-mode):
20493 * time.el (display-time-mode):
20494 * t-mouse.el (gpm-mouse-mode):
20495 * tool-bar.el (tool-bar-mode):
20496 * tooltip.el (tooltip-mode):
20497 * type-break.el (type-break-mode-line-message-mode)
20498 (type-break-query-mode):
20499 * view.el (view-mode):
20500 * whitespace.el (whitespace-mode, whitespace-newline-mode)
20501 (global-whitespace-mode, global-whitespace-newline-mode):
20502 * xt-mouse.el (xterm-mouse-mode): Doc fix.
20503
20504 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
20505 Fix autogenerated docstring.
20506
20507 2011-10-19 Juri Linkov <juri@jurta.org>
20508
20509 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
20510 by checking environment variables "DESKTOP_SESSION" and
20511 "XDG_CURRENT_DESKTOP". (Bug#9779)
20512
20513 2011-10-19 Juri Linkov <juri@jurta.org>
20514
20515 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
20516 (browse-url-chromium-program, browse-url-chromium-arguments):
20517 New defcustoms.
20518 (browse-url-default-browser): Check for `browse-url-chromium' and
20519 call `browse-url-chromium-program'.
20520 (browse-url-chromium): New command. (Bug#9779)
20521
20522 2011-10-18 Juanma Barranquero <lekktu@gmail.com>
20523
20524 * facemenu.el (list-colors-duplicates): On Windows, detect more
20525 duplicates by assuming that only colors matching "^System" are
20526 special "system colors". (Bug#9722)
20527
20528 2011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
20529
20530 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
20531 to distinguish the author from the committer.
20532
20533 2011-10-18 Michael Albinus <michael.albinus@gmx.de>
20534
20535 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
20536
20537 2011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
20538
20539 * international/mule.el (sgml-html-meta-auto-coding-function):
20540 Add support for detecting encoding in HTML5 specified only as
20541 <meta charset="UTF-8">. Implementation just makes http-equiv and
20542 content-type parts from HTML4 encoding string optional. (Bug#9716)
20543
20544 2011-10-18 Glenn Morris <rgm@gnu.org>
20545
20546 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
20547
20548 2011-10-18 Chong Yidong <cyd@gnu.org>
20549
20550 * faces.el (cursor): Doc fix.
20551
20552 2011-10-17 Chong Yidong <cyd@gnu.org>
20553
20554 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
20555
20556 2011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
20557
20558 * dirtrack.el (dirtrack): Support shell buffers with path
20559 prefixes, e.g. tramp-based remote shells. (Bug#9647)
20560
20561 2011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
20562
20563 * json.el: Bump version to 1.3 and note change in History.
20564 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
20565
20566 2011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
20567
20568 * comint.el (comint-insert-input, comint-send-input)
20569 (comint-get-old-input-default, comint-backward-matching-input)
20570 (comint-next-prompt): Use nil instead of `input' for field property of
20571 past user input (bug#114).
20572
20573 * minibuffer.el (completion--replace): Inherit surrounding properties
20574 (bug#114).
20575 (minibuffer-complete-and-exit): Use it.
20576
20577 * comint.el (comint--table-subvert): Quote the all-completions output
20578 (bug#9160).
20579
20580 2011-10-17 Martin Rudalics <rudalics@gmx.at>
20581
20582 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
20583
20584 * menu-bar.el (menu-bar-file-menu): Add entry for making new
20585 window on right of selected. (Bug#9350) Reword other window
20586 entries and separate them from frame entries.
20587
20588 2011-10-15 Glenn Morris <rgm@gnu.org>
20589
20590 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
20591 Doc fixes.
20592
20593 2011-10-15 Chong Yidong <cyd@stupidchicken.com>
20594
20595 * net/network-stream.el (network-stream-open-starttls):
20596 Improve detection of failure due to lack of TLS support.
20597
20598 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
20599 putting the input text in front and in bold.
20600
20601 2011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
20602
20603 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
20604
20605 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
20606 empty buffer.
20607
20608 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
20609 unread-command-events rather than pushing yet-another event.
20610
20611 2011-10-14 Eli Zaretskii <eliz@gnu.org>
20612
20613 * mail/sendmail.el (sendmail-query-once): Improve the wording of
20614 the explanation of the possible choices. Make the options passed
20615 to completing-read shorter.
20616
20617 2011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
20618
20619 * textmodes/flyspell.el (flyspell-large-region): Make sure
20620 extended character mode is used if defined (Bug#1339).
20621
20622 2011-10-13 Eli Zaretskii <eliz@gnu.org>
20623
20624 * simple.el (what-cursor-position): Fix the display of the
20625 character info for LRE, LRO, RLE, and RLO characters by appending
20626 an invisible PDF.
20627
20628 2011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
20629
20630 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
20631 even in case of error; add debug spec; simplify data flow.
20632 (with-timeout-handler): Remove.
20633
20634 2011-10-12 Michael Albinus <michael.albinus@gmx.de>
20635
20636 Fix Bug#6019, Bug#9315.
20637
20638 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
20639 complete `buffer-file-name', the local file name part could look
20640 remotely (for example on VMS).
20641
20642 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
20643 `tramp-run-real-handler'.
20644 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
20645 already quoted by '"'.
20646
20647 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
20648 Let `file-name-handler-alist' be nil, the local file name part
20649 could look remotely (for example on VMS).
20650
20651 2011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
20652
20653 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
20654 from here...
20655 (flyspell-post-command-hook): ...to here.
20656
20657 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
20658
20659 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
20660 if not needed.
20661 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
20662 using completion. Protect against "slow" callers.
20663 Remove the "message hack".
20664
20665 2011-10-11 Juri Linkov <juri@jurta.org>
20666
20667 * isearch.el (isearch-lazy-highlight-word): New variable.
20668 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
20669 Use it. (Bug#9727)
20670
20671 2011-10-11 Glenn Morris <rgm@gnu.org>
20672
20673 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
20674 like f90-previous-statement does.
20675
20676 2011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
20677
20678 * eshell/eshell.el (eshell-command): History should be saved
20679 only in interactive use, to avoid error.
20680
20681 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
20682
20683 * minibuffer.el (completion-file-name-table): Fix last change,
20684 i.e. ignore normal errors but not the other ones.
20685
20686 2011-10-10 Martin Rudalics <rudalics@gmx.at>
20687
20688 * window.el (special-display-buffer-names)
20689 (special-display-regexps): Remove some remnants of earlier
20690 changes from doc-strings.
20691 (quit-windows-on): New function.
20692
20693 * vc/vc.el (vc-revert, vc-rollback):
20694 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
20695 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
20696 (Bug#6183) (Bug#7074) (Bug#7447)
20697
20698 2011-10-09 Martin Rudalics <rudalics@gmx.at>
20699
20700 * window.el (frame-auto-hide-function): Add version tag.
20701 (Bug#9699)
20702
20703 2011-10-09 Michael Albinus <michael.albinus@gmx.de>
20704
20705 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
20706 condition.
20707
20708 2011-10-09 Leo Liu <sdl.web@gmail.com>
20709
20710 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
20711 (Bug#9701)
20712
20713 2011-10-08 Glenn Morris <rgm@gnu.org>
20714
20715 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
20716 before the first code statement zero indent. (Bug#9690)
20717
20718 2011-10-08 Chong Yidong <cyd@stupidchicken.com>
20719
20720 * simple.el (count-words-region): Always count in the region.
20721 Report the number of lines and characters too.
20722 (count-words): New command, which counts in the buffer if the
20723 region is inactive, as count-words-region used to.
20724 (count-words--message): New function. Handle plurals.
20725 (count-lines-region): Make it an alias for count-words-region.
20726
20727 * bindings.el (esc-map): Replace count-lines-region with
20728 count-words-region.
20729
20730 2011-10-08 Martin Rudalics <rudalics@gmx.at>
20731
20732 * window.el (window--delete): Delete dedicated frame
20733 unconditionally when argument KILL is non-nil. (Bug#9699)
20734 (switch-to-buffer): Fix doc-string typo.
20735
20736 2011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
20737
20738 * eshell/eshell.el (eshell-command): Avoid using hooks.
20739
20740 2011-10-07 Chong Yidong <cyd@stupidchicken.com>
20741
20742 * bindings.el ([M-left], [M-right]): Bind to left-word and
20743 right-word respectively.
20744
20745 2011-10-07 Glenn Morris <rgm@gnu.org>
20746
20747 * cus-start.el (debug-on-quit): Fix custom type.
20748
20749 2011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
20750
20751 * subr.el (define-key-after): Clarify that the function is not
20752 useful for non-menu keymaps.
20753
20754 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
20755
20756 2011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
20757
20758 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
20759 in current minibuffer (Fix bug with recursive minibuffers).
20760
20761 2011-10-06 Chong Yidong <cyd@stupidchicken.com>
20762
20763 * progmodes/gdb-mi.el (gdb): Doc fix.
20764
20765 2011-10-05 Martin Rudalics <rudalics@gmx.at>
20766
20767 * window.el (frame-auto-hide-function): New option replacing
20768 frame-auto-delete. Suggested by Stefan Monnier.
20769 (window--delete): Call frame-auto-hide-function instead of
20770 investigating frame-auto-delete.
20771 (window-point-1, set-window-point-1): New functions.
20772 (window-in-direction, record-window-buffer, window-state-get-1)
20773 (display-buffer-record-window): Use window-point-1 instead of
20774 window-point.
20775 (set-window-buffer-start-and-point): Use set-window-point-1.
20776
20777 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
20778
20779 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
20780
20781 2011-10-05 Glenn Morris <rgm@gnu.org>
20782
20783 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
20784 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
20785
20786 2011-10-05 Leo Liu <sdl.web@gmail.com>
20787
20788 * subr.el (read-char-choice): Fix argument to buffer-live-p which
20789 works with buffer object.
20790
20791 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
20792
20793 * mpc.el (mpc-tool-bar-map): Add labels.
20794
20795 2011-10-04 Glenn Morris <rgm@gnu.org>
20796
20797 * calendar/holidays.el (calendar-check-holidays): Doc fix.
20798
20799 2011-10-04 Martin Rudalics <rudalics@gmx.at>
20800
20801 * window.el (window--delete): New function.
20802 (frame-auto-delete): Resuscitate option.
20803 (bury-buffer, replace-buffer-in-windows)
20804 (quit-window): Rewrite using window--delete.
20805 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
20806 Pass display-buffer-mark-dedicated to window--display-buffer-2
20807 (Bug#9639).
20808
20809 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
20810
20811 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
20812 returns a list (bug#9554). Add remote file name completion.
20813 * comint.el (comint--table-subvert): Curry and get quote&unquote
20814 functions as arguments.
20815 (comint--complete-file-name-data): Adjust call accordingly.
20816 * pcomplete.el (pcomplete--table-subvert): Remove.
20817 (pcomplete-completions-at-point): Use comint--table-subvert instead.
20818
20819 * minibuffer.el (completion-table-case-fold): Use currying.
20820 (completion--styles-type, completion--cycling-threshold-type):
20821 New constants.
20822 (completion-styles, completion-category-overrides)
20823 (completion-cycle-threshold): Use them.
20824 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
20825 completion-table-case-fold.
20826
20827 2011-10-03 Stephen Berman <stephen.berman@gmx.net>
20828
20829 * minibuffer.el (completion-category-overrides): Fix type of styles
20830 and add more user friendly tags (bug#9660).
20831
20832 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
20833
20834 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
20835 (mule-input-method-string): New widget.
20836 (default-input-method, language-info-custom-alist): Use it.
20837
20838 2011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
20839
20840 * pcomplete.el: Require comint.
20841 (pcomplete--common-suffix): Remove.
20842 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
20843 (pcomplete--table-subvert): Sync with comint--table-subvert.
20844 (pcomplete--entries): Use comint-completion-file-name-table.
20845 * comint.el (comint-unquote-filename): Simplify.
20846 (comint-completion-file-name-table): New function (bug#9616).
20847 (comint--complete-file-name-data): Use it.
20848
20849 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
20850 (pcmpl-gnu-tar-buffer): Remove.
20851 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
20852 around. Make sure pcomplete-suffix-list is only changed temporarily.
20853 Don't look inside the tar's file if it's too large.
20854
20855 2011-10-01 Chong Yidong <cyd@stupidchicken.com>
20856
20857 * cus-edit.el (custom-mode-map):
20858 * epa.el (epa-key-list-mode-map):
20859 * man.el (Man-mode-map):
20860 * startup.el (splash-screen-keymap):
20861 * simple.el (special-mode-map): Use scroll-up-command and
20862 scroll-down-command.
20863
20864 * progmodes/idlw-help.el (idlwave-help-mode-map):
20865 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
20866 * net/newst-plainview.el (newsticker-mode-map):
20867 * emulation/ws-mode.el (wordstar-mode-map):
20868 * emulation/vi.el (vi-com-map):
20869 * calc/calc-graph.el (calc-graph-show-dumb):
20870 * term/sun.el (terminal-init-sun):
20871 * term/ns-win.el (global-map):
20872 * progmodes/grep.el (grep-mode-map):
20873 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
20874 * mail/rmail.el (rmail-mode-map):
20875 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
20876
20877 * custom.el (custom-safe-themes, load-theme): Treat value of t for
20878 custom-safe-themes as special.
20879
20880 2011-10-01 Julien Danjou <julien@danjou.info>
20881
20882 * notifications.el (notifications-notify): Fix docstring.
20883
20884 2011-10-01 Per Starbäck <per@starback.se>
20885
20886 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
20887
20888 2011-09-30 Martin Rudalics <rudalics@gmx.at>
20889
20890 * startup.el (command-line-1): Fix last fix by inserting
20891 initial-scratch-message into *scratch* before displaying it.
20892 (Bug#9605) and (Bug#9636)
20893
20894 2011-09-29 Eli Zaretskii <eliz@gnu.org>
20895
20896 * simple.el (line-move): If auto-hscroll-mode is disabled and the
20897 window is hscrolled, move by logical lines. (Bug#9607)
20898 (line-move-visual): Update the doc string to the above effect.
20899
20900 2011-09-29 Martin Rudalics <rudalics@gmx.at>
20901
20902 * window.el (display-buffer-record-window): When WINDOW is the
20903 selected window use `point' instead of `window-point'. (Bug#9626)
20904
20905 * startup.el (command-line-1): Use insert-before-markers when
20906 inserting initial-scratch-message. (Bug#9605)
20907
20908 * help.el (help-window): Remove variable.
20909
20910 2011-09-29 Glenn Morris <rgm@gnu.org>
20911
20912 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
20913
20914 2011-09-29 Juanma Barranquero <lekktu@gmail.com>
20915
20916 * descr-text.el (describe-char-categories): Accept category
20917 descriptions more than one line long.
20918
20919 2011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
20920
20921 * simple.el (delete-trailing-whitespace): Fix last change.
20922
20923 * progmodes/perl-mode.el (perl-syntax-propertize-function):
20924 Don't confuse "y => 3" as the beginning of a `y' operation.
20925
20926 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
20927 object has more than 4 slots (bug#9613).
20928
20929 2011-09-28 Juanma Barranquero <lekktu@gmail.com>
20930
20931 * subr.el (with-output-to-temp-buffer):
20932 * net/quickurl.el (quickurl, quickurl-browse-url):
20933 Fix typos in docstrings.
20934
20935 2011-09-27 Eli Zaretskii <eliz@gnu.org>
20936
20937 * minibuffer.el (completion-styles)
20938 (completion-category-overrides): Cross reference each other in doc
20939 strings.
20940
20941 2011-09-27 Glenn Morris <rgm@gnu.org>
20942
20943 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
20944 to split-string. (Bug#9606)
20945
20946 2011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
20947
20948 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
20949 (bug#9615).
20950
20951 2011-09-27 Chong Yidong <cyd@stupidchicken.com>
20952
20953 * emacs-lisp/package.el (list-packages): Fix echo area message.
20954
20955 2011-09-27 Leo Liu <sdl.web@gmail.com>
20956
20957 * ido.el (ido-read-internal): Accept cons cell HIST arg.
20958
20959 2011-09-25 Michael Albinus <michael.albinus@gmx.de>
20960
20961 * net/dbus.el (dbus-unregister-object): Don't release services for
20962 registered signals. (Bug#9581)
20963
20964 2011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
20965
20966 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
20967 function that picks between cfengine 2 and 3 support
20968 automatically. Update docs accordingly.
20969
20970 2011-09-22 Kenichi Handa <handa@m17n.org>
20971
20972 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
20973 ZERO.
20974 (indian-itrans-v5-table-for-tamil): New variable.
20975 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
20976
20977 2011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
20978
20979 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
20980 that's true if the current command involved collapsing of text.
20981 It's reset to false at the beginning of the next command.
20982 (allout-post-command-business): Move the cursor to the beginning
20983 of entry if the cursor is hidden and collapsing activity just
20984 happened.
20985
20986 2011-09-24 Chong Yidong <cyd@stupidchicken.com>
20987
20988 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
20989 tracking (Bug#9541).
20990
20991 2011-09-24 Ulf Jasper <ulf.jasper@web.de>
20992
20993 * net/newst-reader.el (newsticker-html-renderer)
20994 (newsticker-show-news): Automatically load html rendering package
20995 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
20996 because w3m-fill-column is let-bound" and the error "Symbol's value
20997 as variable is void: w3m-fill-column".
20998
20999 2011-09-24 Michael Albinus <michael.albinus@gmx.de>
21000
21001 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
21002 Release services only if they are defined. (Bug#9581)
21003
21004 2011-09-23 Richard Stallman <rms@gnu.org>
21005
21006 * textmodes/paragraphs.el (forward-sentence): For backwards case,
21007 distinguish start of paragraph from start of its text.
21008
21009 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
21010
21011 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
21012 (rmail-generate-viewer-buffer): Put that hook on view buffer.
21013 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
21014
21015 2011-09-23 Andreas Schwab <schwab@linux-m68k.org>
21016
21017 * international/mule-diag.el (mule-diag): Insert a newline after
21018 each fontset description.
21019
21020 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
21021
21022 * simple.el (delete-trailing-whitespace):
21023 Document last change; simplify.
21024
21025 2011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
21026
21027 * simple.el (delete-trailing-whitespace): Also delete
21028 extra newlines at the end of the buffer.
21029
21030 * textmodes/picture.el: Make motion commands obey shift-select-mode.
21031 (picture-newline): Use forward-line so as to ignore fields.
21032
21033 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
21034
21035 * subr.el (with-wrapper-hook): Fix edebug spec.
21036
21037 2011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
21038
21039 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
21040 (bug#4538).
21041
21042 2011-09-23 Michael Albinus <michael.albinus@gmx.de>
21043
21044 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
21045 Fix nasty bug using wrong cached values.
21046
21047 2011-09-23 Alan Mackenzie <acm@muc.de>
21048
21049 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
21050
21051 2011-09-23 Chong Yidong <cyd@stupidchicken.com>
21052
21053 * window.el (pop-to-buffer): Ensure right window is selected if we
21054 chose another frame.
21055
21056 2011-09-22 Eli Zaretskii <eliz@gnu.org>
21057
21058 * simple.el (what-cursor-position): Use get-char-property-change
21059 and next-single-char-property-change, to be able to show display
21060 properties that come from overlays as well as text properties.
21061
21062 2011-09-22 Chong Yidong <cyd@stupidchicken.com>
21063
21064 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
21065
21066 * cmuscheme.el (run-scheme, switch-to-scheme):
21067 * cus-edit.el (customize-group, custom-buffer-create)
21068 (customize-browse):
21069 * info.el (info):
21070 * shell.el (shell):
21071 * mail/sendmail.el (mail):
21072 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
21073
21074 2011-09-22 Richard Stallman <rms@gnu.org>
21075
21076 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
21077 move back only to line beg, don't move back over blank lines.
21078
21079 2011-09-22 Michael Albinus <michael.albinus@gmx.de>
21080
21081 * files.el (copy-directory): Set directory attributes only in case
21082 they could be retrieved from the source directory. (Bug#9565)
21083
21084 2011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
21085
21086 * progmodes/hideshow.el (hs-looking-at-block-start-p)
21087 (hs-find-block-beginning, hs-hide-level-recursive):
21088 Ignore strings as well as comments. (Bug#9502)
21089
21090 2011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
21091
21092 * progmodes/sql.el (sql-comint-postgres):
21093 Convert port number to a string. (Bug#9566)
21094
21095 2011-09-22 Martin Rudalics <rudalics@gmx.at>
21096
21097 * window.el (quit-window): Undedicate window when switching to
21098 previous buffer. Reported by Thierry Volpiatto
21099 <thierry.volpiatto@gmail.com>.
21100 (special-display-popup-frame): When popping up a new frame reset
21101 its previous buffers to nil. Simplify code.
21102
21103 2011-09-21 Michael Albinus <michael.albinus@gmx.de>
21104
21105 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
21106 and process filter, as done also in `shell-command'.
21107
21108 2011-09-21 Martin Rudalics <rudalics@gmx.at>
21109
21110 * window.el (set-window-buffer-start-and-point):
21111 Call set-window-start with NOFORCE argument t.
21112 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
21113 (quit-window): Reword doc-string. Handle new format of
21114 quit-restore parameter. Don't delete window if it has a
21115 previous buffer we can show instead of the present one.
21116 (display-buffer-record-window): Rewrite using a new format for
21117 the quit-restore window parameter
21118 (special-display-popup-frame, display-buffer-same-window)
21119 (display-buffer-reuse-window, display-buffer-pop-up-frame)
21120 (display-buffer-pop-up-window, display-buffer-use-some-window):
21121 Adapt symbol passed to display-buffer-record-window.
21122 * help.el (help-window-setup): Handle new format of quit-restore
21123 parameter.
21124
21125 2011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
21126
21127 * faces.el (face-list): Fix docstring (bug#9564).
21128
21129 * window.el (display-buffer--action-function-custom-type):
21130 Don't include internal functions in the Custom interface.
21131
21132 2011-09-20 Juri Linkov <juri@jurta.org>
21133
21134 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
21135 (Info-forward-node, Info-backward-node, Info-next-preorder)
21136 (Info-last-preorder): Use it. (Bug#9528)
21137
21138 2011-09-20 Juri Linkov <juri@jurta.org>
21139
21140 * info.el (Info-last-preorder): Visit last menu item only when
21141 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
21142
21143 2011-09-20 Julien Danjou <julien@danjou.info>
21144
21145 * password-cache.el (password-cache-remove): Remove entries even if the
21146 value is nil, so that password with a nil value (negative caching) is
21147 possible to invalidate.
21148
21149 2011-09-20 Lawrence Mitchell <wence@gmx.li>
21150
21151 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
21152 all whitespace around breakpoint. (Bug#9553)
21153 (f90-find-breakpoint): Only break at whitespace inside a comment.
21154
21155 2011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
21156
21157 * minibuffer.el (completion-file-name-table): Keep track of errors.
21158 (completion-table-with-predicate): Handle the case where pred1 is nil.
21159 * pcomplete.el (pcomplete-completions-at-point): Simplify.
21160
21161 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
21162
21163 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
21164 (debugger-return-value): Signal an error if the debugging context does
21165 not await any return value.
21166
21167 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
21168 * image-mode.el (image-toggle-display-text)
21169 (image-toggle-display-image): Stay away from evil `intangible'.
21170
21171 2011-09-19 Leo Liu <sdl.web@gmail.com>
21172
21173 * replace.el (occur-revert-arguments): Make it permanent-local.
21174 (occur-mode): Don't call font-lock-defontify.
21175
21176 2011-09-19 Chong Yidong <cyd@stupidchicken.com>
21177
21178 * net/ldap.el (ldap-search-internal): Don't push empty search
21179 result (Bug#9508).
21180
21181 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
21182
21183 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
21184
21185 2011-09-19 Michael Albinus <michael.albinus@gmx.de>
21186
21187 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
21188 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
21189
21190 2011-09-18 Juri Linkov <juri@jurta.org>
21191
21192 * buff-menu.el (Buffer-menu-mode-map):
21193 * dired.el (dired-mode-map):
21194 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
21195 (lisp-interaction-mode-map):
21196 * emacs-lisp/package.el (package-menu-mode-map):
21197 * epa.el (epa-key-list-mode-map):
21198 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
21199 (menu-bar-options-menu):
21200 * outline.el (outline-mode-menu-bar-map):
21201 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
21202 * vc/vc-dir.el (vc-dir-menu-map):
21203 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
21204 Capitalize non-function content words in menu item strings.
21205
21206 * dired.el (dired-mode-map): Add menu item for
21207 `image-dired-dired-toggle-marked-thumbs'.
21208
21209 2011-09-18 Juri Linkov <juri@jurta.org>
21210
21211 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
21212 to `isearch-case-fold-search' and restore its original value
21213 after the `isearch-mode' call.
21214
21215 2011-09-18 Juri Linkov <juri@jurta.org>
21216
21217 * progmodes/grep.el (grep-process-setup): Don't check code for 1
21218 because `zgrep' returns 1 for successful matches (bug#9226).
21219
21220 2011-09-18 Juri Linkov <juri@jurta.org>
21221
21222 * info.el (Info-extract-menu-node-name): Check the second match
21223 for empty string (second test-case of bug#9528).
21224 (Info-last-preorder): Let-bind `Info-history' to nil to not add
21225 intermediate nodes to the history (first test-case of bug#9528).
21226
21227 2011-09-18 Juri Linkov <juri@jurta.org>
21228
21229 * info.el (Info-mode-syntax-table): New variable.
21230 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
21231
21232 2011-09-18 Juri Linkov <juri@jurta.org>
21233
21234 * info.el (Info-file-supports-index-cookies):
21235 Increment line-beginning-position's arg from 3 to 4 because makeinfo
21236 outputs one more line for long file names (bug#4142).
21237
21238 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
21239
21240 * newcomment.el (comment-normalize-vars): If prompting for
21241 comment-start, set comment-start-skip too (Bug#8424).
21242
21243 2011-09-18 Johan Bockgård <bojohan@gnu.org>
21244
21245 * icomplete.el: Fix previous fix of Bug#5849.
21246 (icomplete-mode): Don't set completion-show-inline-help.
21247 (icomplete-minibuffer-setup): Set completion-show-inline-help
21248 locally during icompletion.
21249
21250 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
21251
21252 * woman.el (woman2-process-escapes): Don't delete unrecognized
21253 escapes (Bug#7843).
21254
21255 * files.el (inhibit-first-line-modes-regexps): Add image files.
21256 (hack-local-variables-prop-line): Return nil for malformed
21257 prop-lines (Bug#9044).
21258
21259 2011-09-18 Michael Albinus <michael.albinus@gmx.de>
21260
21261 * net/tramp.el (top): Don't require 'shell.
21262 (tramp-methods): Fix docstring.
21263 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
21264 Return complete remote file name. Handle "smb" case.
21265 Use `tramp-tmpdir', if defined for the respective method.
21266 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
21267
21268 * net/tramp-compat.el (top): Require 'shell.
21269
21270 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
21271 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
21272 `tramp-current-host'.
21273 (tramp-get-remote-tmpdir): Remove.
21274
21275 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
21276 `tramp-tmpdir' entries.
21277 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
21278 (tramp-smb-handle-file-attributes): Ignore errors.
21279 (tramp-smb-wait-for-output): Check also for process end.
21280
21281 2011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
21282
21283 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
21284 when sending QUIT (bug#9312).
21285
21286 2011-09-17 Chong Yidong <cyd@stupidchicken.com>
21287
21288 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
21289 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
21290 occur-mode-display-occurrence.
21291 (occur-edit-mode): Add usage message.
21292 (occur-cease-edit): New command.
21293 (occur-after-change-function): Use text properties to find the
21294 position of the prefix text.
21295 (occur-engine): Set stickiness of prefix text properties.
21296
21297 2011-09-17 Glenn Morris <rgm@gnu.org>
21298
21299 * progmodes/etags.el (complete-tag):
21300 Fix call to completion-in-region. (Bug#9526)
21301
21302 2011-09-17 Juri Linkov <juri@jurta.org>
21303
21304 * textmodes/ispell.el (ispell-word): Add to the error message
21305 the word, ispell program name and current dictionary (bug#9121).
21306 (ispell-tex-arg-end): Capitalize "error" in the error message.
21307
21308 2011-09-17 Andreas Schwab <schwab@linux-m68k.org>
21309
21310 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
21311 check. (Bug#4251)
21312
21313 2011-09-17 Juri Linkov <juri@jurta.org>
21314
21315 * window.el (window-safe-min-height, window-safe-min-width):
21316 Fix typos (followup to bug#9522).
21317
21318 2011-09-17 Sven Joachim <svenjoac@gmx.de>
21319
21320 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
21321
21322 2011-09-16 Eli Zaretskii <eliz@gnu.org>
21323
21324 * simple.el (line-move): If goal-column is set, move by logical
21325 lines, not by display lines. (Bug#971)
21326 (next-line, previous-line, goal-column, line-move-visual): Doc fix
21327 to reflect the above change.
21328
21329 2011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
21330
21331 * image.el (imagemagick-register-types): Use regexp-opt.
21332
21333 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
21334
21335 * window.el (display-buffer-base-action): Rename from
21336 display-buffer-default-action. Make default value empty.
21337 (display-buffer-overriding-action): Convert to defvar.
21338 (display-buffer-fallback-action): New var.
21339
21340 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
21341
21342 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
21343 declaration.
21344 (package--add-to-archive-contents): If there is a duplicate entry
21345 with an older version, remove it.
21346 (package-menu-mark-delete, package-menu-mark-install)
21347 (package-menu-mark-unmark): Make unused args optional.
21348 (package-menu-mark-obsolete-for-deletion):
21349 Use package-menu-get-status instead of a regexp search.
21350 (package-menu-get-status): Use tabulated-list-entry.
21351 (package-menu-mark-upgrades): New command.
21352 (package-menu-mode-map): Bind it to U. Add it to menu bar.
21353 (package-menu-execute): Do installation before deletion.
21354 (package-menu-refresh, package-menu-execute): Use derived-mode-p
21355 instead of checking major-mode.
21356 (package-menu--find-upgrades): New function.
21357
21358 2011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
21359
21360 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
21361 passwords in the log buffer.
21362 (smtpmail-process-filter): Update the process marker so that the
21363 "broken by peer" status message is inserted in the right place.
21364
21365 2011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
21366
21367 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
21368 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
21369 bibtex-completion-at-point-function.
21370 (bibtex-completion-at-point-function): Use them.
21371
21372 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
21373
21374 * mpc.el (mpc-constraints-tag-lookup): New function.
21375 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
21376 also to browser "album|playlist".
21377
21378 2011-09-14 Juri Linkov <juri@jurta.org>
21379
21380 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
21381 (isearch-edit-string): Use length of `isearch-string' when
21382 `isearch-fail-pos' returns nil.
21383 (isearch-message): Remove duplicate code and call
21384 `isearch-fail-pos' with arg `t'.
21385
21386 2011-09-14 Chong Yidong <cyd@stupidchicken.com>
21387
21388 * replace.el (occur-mode-goto-occurrence): Don't force using other
21389 window (Bug#9499).
21390
21391 * dired-aux.el (dired-do-chmod): Don't provide initial input.
21392
21393 2011-09-14 Martin Rudalics <rudalics@gmx.at>
21394
21395 * window.el (display-buffer-window): Remove.
21396 (display-buffer-record-window): Use help-setup window parameter
21397 instead of variable display-buffer-window.
21398 (display-buffer-function, special-display-buffer-names)
21399 (special-display-function): Mention help-setup parameter instead
21400 of display-buffer-window in doc-string.
21401 * help.el (help-window-setup): New argument help-window.
21402 Use help-window-setup parameter instead of display-buffer-window.
21403 Reword some messages.
21404 (with-help-window): Pass window used for displaying the buffer
21405 to help-window-setup. Don't set display-buffer-window.
21406
21407 2011-09-13 Glenn Morris <rgm@gnu.org>
21408
21409 * emacs-lisp/debug.el (debugger-make-xrefs):
21410 Preserve point. (Bug#9462)
21411
21412 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
21413
21414 * window.el (window-deletable-p): Use next-frame.
21415
21416 2011-09-13 Martin Rudalics <rudalics@gmx.at>
21417
21418 * window.el (window-auto-delete): Remove.
21419 (window-deletable-p): Remove argument FORCE. Don't deal with
21420 dedication and previous buffers.
21421 (switch-to-prev-buffer): Don't delete window.
21422 (delete-windows-on): Delete a window's frame if and only if the
21423 window is dedicated.
21424 (replace-buffer-in-windows): Delete buffer's window or frame if
21425 and only if window is dedicated.
21426 (quit-window): Handle quit-restore as before last change.
21427 (bury-buffer): Delete window only if window-deletable-p returns t.
21428
21429 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
21430
21431 * window.el (window-deletable-p): Never delete the last frame on a
21432 given terminal.
21433
21434 2011-09-13 Glenn Morris <rgm@gnu.org>
21435
21436 * help.el (describe-key-briefly): Copy previous standard-output change.
21437
21438 2011-09-13 PJ Weisberg <pj@irregularexpressions.net>
21439
21440 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
21441
21442 2011-09-13 Glenn Morris <rgm@gnu.org>
21443
21444 * emacs-lisp/lisp-mode.el (lisp-indent-function):
21445 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
21446
21447 2011-09-12 Chong Yidong <cyd@stupidchicken.com>
21448
21449 * dired-aux.el (dired-mark-read-string): Don't return default
21450 value on empty input (Bug#9361).
21451 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
21452 Omit initial minibuffer contents.
21453 (dired-do-chmod): Signal an error on empty input.
21454 (dired-mark-read-string): Don't return default on empty input.
21455
21456 * files.el (file-modes-symbolic-to-number): Doc fix.
21457
21458 2011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
21459
21460 * international/mule-cmds.el (ucs-completions): Remove.
21461 (read-char-by-name): Use complete-with-action instead; add metadata.
21462
21463 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
21464
21465 * window.el (display-buffer--action-function-custom-type)
21466 (display-buffer--action-custom-type): New vars.
21467 (display-buffer-alist, display-buffer-default-action)
21468 (display-buffer-overriding-action): Add defcustom types.
21469
21470 * frame.el (delete-other-frames): Doc fix (Bug#276).
21471
21472 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
21473
21474 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
21475
21476 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
21477
21478 Change modes that used same-window-* vars to use switch-to-buffer.
21479
21480 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
21481 Use switch-to-buffer.
21482
21483 * cus-edit.el (customize-group, custom-buffer-create)
21484 (customize-browse, custom-buffer-create-other-window):
21485 Use switch-to-buffer or switch-to-buffer-other-window.
21486
21487 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
21488 (Info-prev, Info-up, Info-speedbar-goto-node)
21489 (info-display-manual): Use switch-to-buffer.
21490 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
21491
21492 * mail/sendmail.el (mail): Use switch-to-buffer.
21493 (mail-recover): Use switch-to-buffer-other-window.
21494
21495 * cmuscheme.el (run-scheme, switch-to-scheme):
21496 * ielm.el (ielm):
21497 * shell.el (shell):
21498 * net/rlogin.el (rlogin):
21499 * net/telnet.el (telnet, rsh):
21500 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
21501
21502 2011-09-11 Andreas Schwab <schwab@linux-m68k.org>
21503
21504 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
21505
21506 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
21507
21508 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
21509 so don't mention it (bug#9301).
21510 (dired-sort-toggle-or-edit): Clarify string further.
21511
21512 * faces.el (face-spec-set-match-display): Make `(type graphic)'
21513 match `x', `w32' and `ns', like the manual says (bug#9029).
21514
21515 * subr.el (eval-after-load): Doc string clarification (bug#9125).
21516 (process-kill-buffer-query-function): Mention the buffer name in
21517 the query.
21518
21519 * image-mode.el (image-next-line): The line parameter is mandatory
21520 (bug#9258).
21521
21522 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
21523 which can be useful (bug#9301).
21524
21525 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
21526
21527 * subr.el (match-string): Mention that the current buffer should
21528 be the same as the search was done in (bug#9282).
21529
21530 * facemenu.el: Disable the remove-* commands if the mark isn't
21531 active (bug#9162).
21532
21533 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
21534
21535 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
21536 of display-buffer.
21537 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
21538
21539 * replace.el (occur-mode-goto-occurrence)
21540 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
21541 and display-buffer.
21542
21543 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
21544 display-buffer.
21545
21546 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
21547 special-display and same-window variables.
21548 (mail-other-window): Use switch-to-buffer-other-window.
21549 (mail-other-frame): USe switch-to-buffer-other-frame.
21550
21551 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
21552 Use display-buffer-other-frame.
21553 (gdb-display-gdb-buffer): Use pop-to-buffer.
21554
21555 * progmodes/gud.el (gud-goto-info): Use info-other-window.
21556
21557 * progmodes/python.el: Don't set same-window-buffer-names.
21558
21559 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
21560
21561 * window.el (display-buffer-alist): Add *Python*.
21562
21563 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
21564
21565 * window.el (display-buffer-alist): Add entry for buffers
21566 previously handled same-window-*.
21567 (display-buffer-alist, display-buffer-default-action)
21568 (display-buffer-overriding-action): Mark as risky.
21569 (display-buffer-alist): Document action function changes.
21570 (display-buffer--same-window-action)
21571 (display-buffer--other-frame-action): New variables.
21572 (switch-to-buffer, display-buffer-other-frame): Use them.
21573 (display-buffer): Rename reuse-frame entry to reusable-frames.
21574 (display-buffer-reuse-selected-window): Function deleted.
21575 (display-buffer-reuse-window): Handle reusable-frames alist entry.
21576 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
21577 (display-buffer-special): New function.
21578 (display-buffer--maybe-pop-up-frame-or-window): Rename from
21579 display-buffer-reuse-or-pop-window. Split off special-display
21580 part into display-buffer-special.
21581 (display-buffer-use-some-window): Don't perform any special
21582 pop-up-frames handling.
21583 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
21584 (display-buffer--maybe-same-window): Rename from
21585 display-buffer-maybe-same-window.
21586
21587 * info.el: Don't set same-window-regexps.
21588 (info-setup): New function.
21589 (info-other-window, info): Call it.
21590
21591 * cus-edit.el: Don't set same-window-regexps.
21592 (customize-group): New argument.
21593 (customize-group-other-window): Use it.
21594 (customize-face, customize-face-other-window): Likewise.
21595 (custom-buffer-create-other-window): Use pop-to-buffer directly.
21596
21597 * net/rlogin.el:
21598 * net/telnet.el:
21599 * progmodes/gud.el: Don't set same-window-regexps.
21600
21601 * cmuscheme.el:
21602 * ielm.el:
21603 * shell.el:
21604 * mail/sendmail.el:
21605 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
21606
21607 2011-09-10 Juri Linkov <juri@jurta.org>
21608
21609 * isearch.el (isearch-edit-string): Remove obsolete mention of
21610 `C-w' (`isearch-yank-word-or-char') from docstring.
21611 (isearch-query-replace): Fix typo in docstring (bug#9466).
21612
21613 2011-09-10 Juri Linkov <juri@jurta.org>
21614
21615 * paren.el (show-paren-function): Don't show escaped parens.
21616 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
21617
21618 2011-09-10 Eli Zaretskii <eliz@gnu.org>
21619
21620 * mail/sendmail.el (mml-to-mime, mml-attach-file)
21621 (mm-default-file-encoding): Remove autoload forms, they are
21622 replaced with autoload cookies in mml.el and mm-encode.el.
21623 (mail-add-attachment): New command.
21624 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
21625 (mail-mode): Mention mail-insert-file and mail-add-attachment in
21626 the doc string.
21627 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
21628
21629 2011-09-10 Reuben Thomas <rrt@sc3d.org>
21630
21631 * simple.el (count-words-region): Use buffer if there's no region
21632 (bug#9429).
21633
21634 2011-09-09 Juri Linkov <juri@jurta.org>
21635
21636 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
21637 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
21638 (wdired-isearch-filter-read-only): New function. (Bug#6362)
21639
21640 2011-09-09 Alan Mackenzie <acm@muc.de>
21641
21642 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
21643 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
21644
21645 2011-09-09 Eli Zaretskii <eliz@gnu.org>
21646
21647 Fix for Savannah bug#9392.
21648 * simple.el (mail-encode-mml): New defvar.
21649
21650 * mail/rmail.el (mail-encode-mml): Add a defvar.
21651 (rmail-enable-mime-composing): Default to t.
21652 (rmail-forward): Use MIME method of forwarding only if both
21653 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
21654 Set mail-encode-mml non-nil if the MIME method was used.
21655
21656 * mail/sendmail.el (mml-to-mime): Add autoload form.
21657 (mail-encode-mml): Add a defvar.
21658 (mail-mode): Make mail-encode-mml buffer-local and initialize it
21659 to nil.
21660 (mail-send): If mail-encode-mml is non-nil, run the outgoing
21661 message through mml-to-mime, and reset mail-encode-mml to nil.
21662
21663 2011-09-09 Glenn Morris <rgm@gnu.org>
21664
21665 * woman.el (woman-if-body): When processing an .el block,
21666 do not delete the next .el block as well. (Bug#9447)
21667 (woman-special-characters): Add oq, cq, and hy characters.
21668
21669 2011-09-08 Martin Rudalics <rudalics@gmx.at>
21670
21671 * window.el (window-deletable-p): Make sure window is live before
21672 invoking window-prev-buffers.
21673
21674 2011-09-08 Leo Liu <sdl.web@gmail.com>
21675
21676 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
21677
21678 2011-09-08 Juri Linkov <juri@jurta.org>
21679
21680 * progmodes/compile.el (compilation-environment): Make it
21681 a defcustom (bug#8340).
21682
21683 2011-09-08 Martin Rudalics <rudalics@gmx.at>
21684
21685 * window.el (frame-auto-delete): Rename to window-auto-delete.
21686 Make it control auto-deletion of windows and/or frames.
21687 (window-deletable-p): New argument FORCE. Rewrite conditions
21688 for deleting window/frame. (Bug#9419)
21689 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
21690 Rewrite handling of case when window/frame can be deleted.
21691 (delete-windows-on): Call window-deletable-p with new FORCE
21692 argument t. (Bug#9456)
21693
21694 2011-09-07 Chong Yidong <cyd@stupidchicken.com>
21695
21696 * help-mode.el (help-mode): Restore autoload.
21697
21698 2011-09-07 Juri Linkov <juri@jurta.org>
21699
21700 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
21701 `compilation-environment'. Set buffer-local
21702 `compilation-environment' to `thisenv' later after (funcall mode).
21703 (Bug#8340)
21704
21705 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
21706 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
21707 instead of replacing its value. (Bug#8340)
21708
21709 2011-09-07 Juri Linkov <juri@jurta.org>
21710
21711 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
21712 based on text properties put by `grep-filter' instead of matching
21713 escape sequences.
21714 (grep-mode): Set buffer-local `compilation-error-screen-columns'
21715 to the value of `grep-error-screen-columns' (bug#9438).
21716
21717 2011-09-07 Juri Linkov <juri@jurta.org>
21718
21719 * simple.el (next-error-highlight, next-error-highlight-no-select):
21720 Doc fix (bug#9432).
21721
21722 2011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
21723
21724 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
21725 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
21726
21727 2011-09-07 Leo Liu <sdl.web@gmail.com>
21728
21729 * net/rcirc.el (rcirc-mode): Conditionally initialize
21730 rcirc-input-ring.
21731
21732 2011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
21733
21734 * emacs-lisp/find-func.el (find-function-C-source): Only set
21735 find-function-C-source-directory after checking that we found a source
21736 file there (bug#9440).
21737
21738 2011-09-06 Alan Mackenzie <acm@muc.de>
21739
21740 * isearch.el (isearch-other-meta-char): Wherever a key list is
21741 unread, "unread" the prefix arg, too. This fixes bug #8901.
21742
21743 2011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
21744
21745 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
21746
21747 2011-09-05 Juri Linkov <juri@jurta.org>
21748
21749 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
21750
21751 2011-09-05 Juri Linkov <juri@jurta.org>
21752
21753 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
21754 keeping point where processing of grep matches begins, and
21755 continue to delete remaining escape sequences from the same point.
21756 (grep-filter): Make leading zero optional in "0?1;31m" because
21757 git-grep emits "\033[1;31m" escape sequences unlike expected
21758 "\033[01;31m" as GNU Grep does (bug#9408).
21759 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
21760
21761 2011-09-05 Juri Linkov <juri@jurta.org>
21762
21763 * subr.el (y-or-n-p): Capitalize "yes".
21764
21765 2011-09-04 Michael Albinus <michael.albinus@gmx.de>
21766
21767 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
21768 `tramp-cache-unload-hook' where appropriate.
21769 (tramp-methods): Rename `tramp-remote-sh' to
21770 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
21771 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
21772
21773 * net/tramp-sh.el (top): Don't require 'shell.
21774 (tramp-methods): Add `tramp-remote-shell' and
21775 `tramp-remote-shell-args' entries.
21776 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
21777 (tramp-sh-handle-shell-command): Remove.
21778 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
21779 Use `tramp-remote-shell'.
21780
21781 2011-09-03 Chong Yidong <cyd@stupidchicken.com>
21782
21783 * mail/sendmail.el (sendmail-query-once-function): Delete.
21784 (sendmail-query-once): Save directly to send-mail-function.
21785 Update message-send-mail-function too.
21786
21787 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
21788
21789 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
21790
21791 * progmodes/python.el (python-mode-map): Use correct function to
21792 start python interpreter from menu-bar (as reported by Geert
21793 Kloosterman).
21794 (inferior-python-mode-map): Fix typo.
21795 (python-shell-map): Remove.
21796
21797 2011-09-03 Deniz Dogan <deniz@dogan.se>
21798
21799 * net/rcirc.el (rcirc-print): Simplify code for
21800 rcirc-scroll-show-maximum-output. There is no need to walk
21801 through all windows to find the right one.
21802
21803 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
21804
21805 * help.el (help-return-method): Doc fix.
21806
21807 2011-09-03 Martin Rudalics <rudalics@gmx.at>
21808
21809 * window.el (window-deletable-p): Don't return a non-nil value
21810 when there's a buffer that was shown in the window before.
21811 (Bug#9419)
21812 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
21813 Set window's previous buffers to nil.
21814
21815 2011-09-03 Eli Zaretskii <eliz@gnu.org>
21816
21817 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
21818 newline before and after the tag line, so it doesn't interfere
21819 with determining the paragraph direction of bidirectional text.
21820
21821 2011-09-03 Leo Liu <sdl.web@gmail.com>
21822
21823 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
21824
21825 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
21826
21827 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
21828 (pop-to-buffer): Change interactive spec. Pass second argument
21829 directly to display-buffer.
21830 (display-buffer): Fix interactive spec. Use functionp to
21831 distinguish between a function and a list of functions.
21832
21833 * abbrev.el (edit-abbrevs):
21834 * arc-mode.el (archive-extract):
21835 * autoinsert.el (auto-insert):
21836 * bookmark.el (bookmark-bmenu-list):
21837 * files.el (find-file):
21838 * view.el (view-buffer):
21839 * progmodes/compile.el (compilation-goto-locus):
21840 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
21841
21842 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
21843
21844 * window.el (display-buffer-alist): Doc fix.
21845 (display-buffer): Add docstring. Don't treat
21846 display-buffer-default specially.
21847 (display-buffer-reuse-selected-window)
21848 (display-buffer-same-window, display-buffer-maybe-same-window)
21849 (display-buffer-reuse-window, display-buffer-pop-up-frame)
21850 (display-buffer-pop-up-window)
21851 (display-buffer-reuse-or-pop-window)
21852 (display-buffer-use-some-window): New functions.
21853 (display-buffer-default-action): Use them.
21854 (display-buffer-default): Delete.
21855 (pop-to-buffer-1): Fix choice of actions.
21856
21857 2011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
21858
21859 * minibuffer.el (completion--insert-strings): Don't get confused by
21860 completion entries that end with an LF char.
21861
21862 2011-09-01 Eli Zaretskii <eliz@gnu.org>
21863
21864 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
21865
21866 2011-09-01 Chong Yidong <cyd@stupidchicken.com>
21867
21868 * window.el (display-buffer): Restore interactive spec.
21869 (display-buffer-same-window, display-buffer-other-window):
21870 New functions.
21871 (pop-to-buffer-1): New function. Use the above.
21872 (pop-to-buffer, pop-to-buffer-same-window): Use it.
21873 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
21874
21875 * view.el (view-buffer-other-window, view-buffer-other-frame):
21876 Just use pop-to-buffer.
21877
21878 2011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
21879
21880 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
21881
21882 2011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
21883
21884 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
21885
21886 2011-08-31 Richard Stallman <rms@gnu.org>
21887
21888 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
21889 of the separation of rmail-view-buffer from rmail-buffer.
21890 If you say no to "replace original", the decrypt is in the
21891 view buffer. If you say yes, the decrypt goes into the
21892 rmail buffer also.
21893
21894 2011-08-31 Martin Rudalics <rudalics@gmx.at>
21895
21896 * window.el (display-buffer-window): Rewrite doc-string.
21897 (display-buffer-record-window): New function.
21898 (display-buffer-macro-specifiers)
21899 (display-buffer-even-window-sizes, display-buffer-set-height)
21900 (display-buffer-set-width, display-buffer-in-window)
21901 (display-buffer-reuse-window, display-buffer-split-specifiers)
21902 (display-buffer-side-specifiers, display-buffer-split-window-1)
21903 (display-buffer-split-window, display-buffer-split-atom-window)
21904 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
21905 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
21906 (display-buffer-other-window-means-other-frame)
21907 (display-buffer-normalize-special)
21908 (display-buffer-normalize-default)
21909 (display-buffer-normalize-argument)
21910 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
21911 (display-buffer-normalize-specifiers, display-buffer-frame)
21912 (display-buffer-same-window, display-buffer-same-frame)
21913 (display-buffer-other-window)
21914 (display-buffer-same-frame-other-window)
21915 (display-buffer-other-frame, pop-to-buffer-same-window)
21916 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
21917 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
21918 (switch-to-buffer-same-frame)
21919 (switch-to-buffer-other-window-same-frame)
21920 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
21921 (display-buffer-alist-set-1, display-buffer-alist-set-2)
21922 (display-buffer-alist-set): Remove.
21923 (display-buffer-function, special-display-buffer-names)
21924 (special-display-regexps, special-display-function):
21925 In doc-string refer to display-buffer-window and quit-restore
21926 parameter.
21927 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
21928 (special-display-frame-alist, special-display-popup-frame)
21929 (same-window-buffer-names, same-window-regexps, same-window-p)
21930 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
21931 (split-window-preferred-function, split-height-threshold)
21932 (split-width-threshold, window-splittable-p)
21933 (split-window-sensibly, window--try-to-split-window)
21934 (window--frame-usable-p, even-window-heights)
21935 (window--even-window-heights, window--display-buffer-1)
21936 (window--display-buffer-2, display-buffer-other-frame):
21937 Restore old Emacs 23 code, order and doc-strings where applicable.
21938 (display-buffer-default, display-buffer-assq-regexp): New functions.
21939 (display-buffer-alist): Rewrite doc-string.
21940 (display-buffer-default-action)
21941 (display-buffer-overriding-action): New variables.
21942 (display-buffer, switch-to-buffer): Rewrite.
21943 (pop-to-buffer): Restore Emacs 23 behavior but use
21944 window-normalize-buffer-to-display.
21945 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
21946 Restore Emacs 23 behavior but use
21947 window-normalize-buffer-to-switch-to.
21948 (pop-to-buffer-same-window): Rewrite.
21949 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
21950 Rewrite using Emacs 23 options.
21951
21952 2011-08-31 Michael Albinus <michael.albinus@gmx.de>
21953
21954 * net/tramp.el (tramp-root-regexp): Remove.
21955 (tramp-completion-file-name-regexp-unified)
21956 (tramp-completion-file-name-regexp-separate)
21957 (tramp-completion-file-name-regexp-url): Don't use leading volume
21958 letter on w32 systems. (Bug#5303, Bug#9311)
21959 (tramp-drop-volume-letter): Simplify definition.
21960 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
21961
21962 2011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
21963
21964 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
21965 (bug#9356).
21966
21967 2011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
21968
21969 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
21970
21971 2011-08-29 Juri Linkov <juri@jurta.org>
21972
21973 * isearch.el (isearch-done): Don't display message "Mark saved"
21974 when arg `edit' is non-nil to prevent its flicker in the echo area.
21975
21976 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
21977
21978 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
21979 obsolete packages for deletion.
21980
21981 2011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
21982
21983 * help-mode.el (help-mode-map): Add special-mode-map to parent.
21984 (help-mode): Derive help-mode from special-mode. Don't invoke
21985 view-mode from help-mode.
21986 (help-xref-override-view-map): Remove.
21987 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
21988 view-mode is not used anymore.
21989
21990 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
21991
21992 * server.el (server-port): Doc fix.
21993
21994 * cus-theme.el (custom-theme-choose-mode): Inherit from
21995 special-mode (Bug#9124).
21996 (custom-theme-choose-mode-map): Add special-mode to parent.
21997
21998 2011-08-28 Alan Mackenzie <acm@muc.de>
21999
22000 * progmodes/cc-fonts.el
22001 (c-make-font-lock-BO-decl-search-function): New function.
22002 (c-basic-matchers-after - "Fontify the clauses after various
22003 keywords"): Extract the three keyword lists for the 3 erroneous
22004 constructs from the list of four, and use the new function above
22005 in place of an old one.
22006
22007 2011-08-28 Deniz Dogan <deniz@dogan.se>
22008
22009 * net/rcirc.el (rcirc-insert-prev-input)
22010 (rcirc-insert-next-input): Remove unused argument.
22011
22012 2011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
22013
22014 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
22015
22016 2011-08-27 Alan Mackenzie <acm@muc.de>
22017
22018 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
22019 handle function pointer parameters properly.
22020
22021 2011-08-27 Martin Rudalics <rudalics@gmx.at>
22022
22023 * window.el (display-buffer-reuse-window): Fix case where
22024 selected window was reused with non-nil OTHER-WINDOW argument.
22025 (Bug#9381)
22026
22027 2011-08-27 Deniz Dogan <deniz@dogan.se>
22028
22029 * net/rcirc.el (rcirc-check-auth-status): Adding support for
22030 oftc's NickServ messages.
22031
22032 2011-08-27 Glenn Morris <rgm@gnu.org>
22033
22034 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
22035
22036 2011-08-26 Chong Yidong <cyd@stupidchicken.com>
22037
22038 * emacs-lisp/package.el (package-install): Call package-initialize
22039 if called interactively.
22040
22041 2011-08-26 Leo Liu <sdl.web@gmail.com>
22042
22043 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
22044
22045 2011-08-25 Juri Linkov <juri@jurta.org>
22046
22047 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
22048 `search-whitespace-regexp' (bug#9364).
22049
22050 2011-08-25 Juri Linkov <juri@jurta.org>
22051
22052 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
22053 `regexp-search-ring' to their global values to protect from
22054 updating by `read-from-minibuffer' (bug#9185).
22055
22056 2011-08-25 Juri Linkov <juri@jurta.org>
22057
22058 * textmodes/ispell.el (ispell-command-loop): Add newline
22059 at the end of the "Use option `i'..." line.
22060
22061 2011-08-25 Juri Linkov <juri@jurta.org>
22062
22063 * battery.el (display-battery-mode): If `battery-status-function'
22064 or `battery-mode-line-format' is nil, display the message and set
22065 `display-battery-mode' to nil (bug#9363).
22066
22067 2011-08-25 Eli Zaretskii <eliz@gnu.org>
22068
22069 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
22070 bidi-string-mark-left-to-right; they are unnecessary now.
22071
22072 2011-08-25 Deniz Dogan <deniz@dogan.se>
22073
22074 * net/quickurl.el: Documentation typo fixes.
22075
22076 2011-08-25 Chong Yidong <cyd@stupidchicken.com>
22077
22078 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
22079
22080 2011-08-25 Glenn Morris <rgm@gnu.org>
22081
22082 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
22083
22084 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
22085 (smtpmail-via-smtp): Handle nil response from smtp.
22086
22087 2011-08-24 Juri Linkov <juri@jurta.org>
22088
22089 * proced.el (proced-marked): Inherit from `error' instead of
22090 `font-lock-warning-face'.
22091
22092 * ibuffer.el (ibuffer-marked-face): Change default face from
22093 `font-lock-warning-face' to `warning'.
22094 (ibuffer-deletion-face): Change default face from
22095 `font-lock-type-face' to `error'.
22096
22097 * battery.el (battery-update): Use the face `error' instead of
22098 `font-lock-warning-face' (bug#6117).
22099
22100 2011-08-24 Juri Linkov <juri@jurta.org>
22101
22102 * faces.el (success): Change face color from "Green3" to
22103 "ForestGreen" on light background (bug#9353).
22104
22105 2011-08-24 Chong Yidong <cyd@stupidchicken.com>
22106
22107 * window.el (quit-window): Rename from quit-restore-window.
22108 Use same arglist as old quit-window.
22109 (frame-auto-delete): Doc fix.
22110
22111 * view.el (view-mode-exit): Use quit-window.
22112
22113 2011-08-24 Juri Linkov <juri@jurta.org>
22114
22115 * isearch.el (isearch-ring-adjust1): Start visiting previous
22116 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
22117 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
22118 for empty search string (when the last search string is reused
22119 automatically) to adjust the isearch ring to the last element and
22120 prepare the correct index for further M-p commands (bug#9185).
22121
22122 2011-08-24 Kenichi Handa <handa@m17n.org>
22123
22124 * international/ucs-normalize.el: If decomposition property of
22125 CHAR is the default one (i.e. a list of CHAR itself), treat it as
22126 nil.
22127 (nfd, nfkd): Likewise.
22128
22129 2011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
22130
22131 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
22132 from process filters aren't reliably transmitted to the surrounding
22133 accept-process-output.
22134 (mpc-proc-check): New function.
22135 (mpc-proc-sync): Use it (bug#8293)
22136
22137 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
22138
22139 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
22140 Add compatibility functions (bug#9313).
22141
22142 2011-08-23 Eli Zaretskii <eliz@gnu.org>
22143
22144 * cus-start.el (all): Add entry for bidi-paragraph-direction.
22145
22146 * international/uni-bidi.el: Regenerate.
22147
22148 2011-08-23 Kenichi Handa <handa@m17n.org>
22149
22150 * international/charprop.el:
22151 * international/uni-bidi.el:
22152 * international/uni-category.el:
22153 * international/uni-combining.el:
22154 * international/uni-comment.el:
22155 * international/uni-decimal.el:
22156 * international/uni-decomposition.el:
22157 * international/uni-digit.el:
22158 * international/uni-lowercase.el:
22159 * international/uni-mirrored.el:
22160 * international/uni-name.el:
22161 * international/uni-numeric.el:
22162 * international/uni-old-name.el:
22163 * international/uni-titlecase.el:
22164 * international/uni-uppercase.el: Regenerate.
22165
22166 2011-08-23 Martin Rudalics <rudalics@gmx.at>
22167
22168 * help.el (help-window-setup): Fix message displayed when other
22169 window is reused. (Bug#9341)
22170
22171 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
22172
22173 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
22174 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
22175
22176 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
22177 Mark obsolete.
22178 * shell.el (shell-parse-pcomplete-arguments): New function.
22179 (shell-completion-vars): Use it instead (bug#9160).
22180
22181 2011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
22182
22183 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
22184 strings and comments (bug#9333).
22185
22186 * emacs-lisp/debug.el (debug-arglist): New function.
22187 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
22188 (debug-on-entry-1): Handle interpreted closures (bug#9120).
22189
22190 2011-08-22 Juri Linkov <juri@jurta.org>
22191
22192 * progmodes/compile.el (compilation-mode-font-lock-keywords):
22193 Revert regexp that highlights output switches to its old
22194 pre-2010-10-28 value and remove one `?' from it (bug#9319).
22195
22196 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
22197 to check for empty output (bug#9226).
22198
22199 2011-08-22 Chong Yidong <cyd@stupidchicken.com>
22200
22201 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
22202 symbol-constituent as the default, as that stops font-lock from
22203 working properly (Bug#8843).
22204
22205 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
22206
22207 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
22208 `coding-system-for-*' around the process open call to avoid
22209 auth-source side effects.
22210 (smtpmail-try-auth-methods): Expand the secret password.
22211 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
22212 probe hangs.
22213
22214 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
22215
22216 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
22217
22218 * emacs-lisp/find-func.el (find-function-noselect): New arg
22219 lisp-only.
22220
22221 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
22222 signal an error for built-in functions (Bug#6664).
22223
22224 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
22225
22226 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
22227 (smtpmail-try-auth-methods): Use it.
22228
22229 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
22230
22231 * font-lock.el (font-lock-fontify-region)
22232 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
22233 (font-lock-default-unfontify-buffer)
22234 (font-lock-default-fontify-region)
22235 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
22236
22237 * progmodes/compile.el (compilation-error-properties):
22238 Fix confusion between file struct and message struct (Bug#9319).
22239 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
22240 `ant' regexp.
22241
22242 * net/browse-url.el (browse-url-firefox): Don't call
22243 browse-url-firefox-sentinel unless using -remote (Bug#9328).
22244
22245 2011-08-20 Glenn Morris <rgm@gnu.org>
22246
22247 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
22248
22249 * tutorial.el (tutorial--default-keys): Update some default bindings.
22250
22251 * files.el (hack-local-variables): Fully ignore case for "mode:".
22252
22253 2011-08-20 Alan Mackenzie <acm@muc.de>
22254
22255 Resolve invalid use of a regexp in regexp-opt.
22256
22257 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
22258 detection for a java annotation.
22259
22260 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
22261 detection for a java annotation.
22262
22263 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
22264 handling for java.
22265 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
22266
22267 2011-08-20 Chong Yidong <cyd@stupidchicken.com>
22268
22269 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
22270 (Bug#9274).
22271
22272 2011-08-20 Alan Mackenzie <acm@muc.de>
22273
22274 Fontify CPP expressions correctly when starting in the middle of
22275 such a construct. Mainly for when jit-lock etc. starts a chunk
22276 here.
22277
22278 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
22279 variable.
22280 (c-make-font-lock-search-form): New function, extracted from
22281 c-make-font-lock-search-function.
22282 (c-make-font-lock-search-function): Use the above function.
22283 (c-make-font-lock-context-search-function): New function.
22284 (c-cpp-matchers): Enhance the preprocessor expression case with
22285 the above function
22286 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
22287 which takes an expression.
22288
22289 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
22290
22291 2011-08-20 Martin Rudalics <rudalics@gmx.at>
22292
22293 * window.el (display-buffer-reuse-window)
22294 (display-buffer-pop-up-window): Don't reuse or split a side
22295 window.
22296
22297 2011-08-19 Glenn Morris <rgm@gnu.org>
22298
22299 * files.el (hack-local-variables-prop-line, hack-local-variables):
22300 Downcase "Mode:". (Bug#9331)
22301
22302 2011-08-18 Chong Yidong <cyd@stupidchicken.com>
22303
22304 * international/characters.el: Add L and R categories.
22305
22306 * subr.el (bidi-string-mark-left-to-right): Rename from
22307 string-mark-left-to-right. Use category search.
22308
22309 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
22310
22311 2011-08-18 Juri Linkov <juri@jurta.org>
22312
22313 * faces.el (error, warning, success): New faces with definitions
22314 copied from old default values of `font-lock-warning-face',
22315 `compilation-warning', `compilation-info' (bug#6117).
22316
22317 * font-lock.el (font-lock-warning-face): Inherit from `error'.
22318
22319 * progmodes/compile.el (compilation-error): Inherit from `error'.
22320 (compilation-warning): Inherit from `warning'.
22321 (compilation-info): Inherit from `success'.
22322
22323 * dired.el (dired-marked): Inherit from `warning'.
22324 (dired-flagged): Inherit from `error'.
22325
22326 2011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
22327
22328 * mail/smtpmail.el (auth-source): Require to avoid problems with
22329 binding variables (bug#9298). Also clean up some unused
22330 autoloads.
22331
22332 * net/network-stream.el (network-stream-open-starttls):
22333 Support using starttls.el without using gnutls-cli.
22334
22335 2011-08-17 Juri Linkov <juri@jurta.org>
22336
22337 * progmodes/grep.el (rgrep): Handle the case when
22338 `grep-find-command' is a cons cell (bug#9278).
22339
22340 2011-08-17 Martin Rudalics <rudalics@gmx.at>
22341
22342 * window.el (display-buffer-pop-up-frame): Run frame creation
22343 function with BUFFER current (as special-display-popup-frame
22344 does). Reported by Drew Adams.
22345
22346 2011-08-17 Daiki Ueno <ueno@unixuser.org>
22347
22348 * epa-mail.el: Simplify GnuPG group expansion using
22349 epg-expand-group.
22350 (epa-mail-group-alist, epa-mail-group-modtime)
22351 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
22352 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
22353 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
22354 Remove.
22355
22356 2011-08-16 Feng Li <fengli@gmail.com> (tiny change)
22357
22358 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
22359
22360 2011-08-16 Alan Mackenzie <acm@muc.de>
22361
22362 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
22363 Correct, to avoid the inside of macros.
22364
22365 2011-08-16 Richard Stallman <rms@gnu.org>
22366
22367 * epa-mail.el: Handle GnuPG group definitions.
22368 (epa-mail-group-alist, epa-mail-group-modtime)
22369 (epa-mail-gnupg-conf-file): New variables.
22370 (epa-mail-parse-groups, epa-mail-sync-groups)
22371 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
22372 (epa-mail-expand-recipients): New functions.
22373 (epa-mail-encrypt): Call epa-mail-expand-recipients.
22374
22375 * mail/rmail.el (rmail-epa-decrypt): New command.
22376
22377 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
22378 Don't bind buffer-read-only, just inhibit-read-only.
22379 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
22380 (epa-decrypt-armor-in-region): Make error message clearer.
22381
22382 2011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
22383
22384 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
22385 and "a2b" to "ab" for `prefix'.
22386
22387 2011-08-14 Chong Yidong <cyd@stupidchicken.com>
22388
22389 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
22390 filter groups.
22391 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
22392 Fourquet (Bug#8804).
22393
22394 2011-08-12 Juanma Barranquero <lekktu@gmail.com>
22395
22396 * startup.el (argi): Declare as global variable (bug#9275).
22397
22398 2011-08-12 Chong Yidong <cyd@stupidchicken.com>
22399
22400 * subr.el (string-mark-left-to-right): Search the entire string
22401 for RTL script, not just the terminating character. Doc fix.
22402
22403 2011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
22404
22405 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
22406 New function.
22407 (js--regexp-literal, js-syntax-propertize-function): Remove.
22408 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
22409 (js-mode-map): Don't rebind electric keys.
22410 (js-insert-and-indent): Remove.
22411 (js-mode): Setup electric-layout and electric-indent instead.
22412
22413 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
22414
22415 2011-08-12 Daiki Ueno <ueno@unixuser.org>
22416
22417 * epa.el (epa-progress-callback-function): Fix the logic of
22418 displaying progress.
22419 * epa-file.el (epa-file-insert-file-contents): Make progress
22420 display more user-friendly.
22421 (epa-file-write-region): Ditto.
22422
22423 2011-08-10 Chong Yidong <cyd@stupidchicken.com>
22424
22425 * subr.el (string-mark-left-to-right): New function.
22426
22427 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
22428 Use string-mark-left-to-right.
22429 (list-buffers-noselect): Caller changed.
22430
22431 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
22432 Use string-mark-left-to-right.
22433 (tabulated-list-print): Recenter after moving point.
22434
22435 2011-08-10 Juri Linkov <juri@jurta.org>
22436
22437 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
22438 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
22439 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
22440
22441 2011-08-09 Chong Yidong <cyd@stupidchicken.com>
22442
22443 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
22444 (Bug#7554).
22445
22446 2011-08-09 Andreas Schwab <schwab@linux-m68k.org>
22447
22448 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
22449 character. (Bug#6594)
22450
22451 2011-08-08 Chong Yidong <cyd@stupidchicken.com>
22452
22453 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
22454 (image-dired--with-db-file): New macro.
22455 (image-dired-write-tags, image-dired-remove-tag)
22456 (image-dired-create-gallery-lists, image-dired-write-comments)
22457 (image-dired-get-comment, image-dired-mark-tagged-files)
22458 (image-dired-list-tags, image-dired-gallery-generate): Use it.
22459 (image-dired-gallery-generate): Use insert-file-contents.
22460
22461 * time.el (display-time-world-list, display-time-world-display):
22462 * time-stamp.el (time-stamp-string):
22463 * vc/add-log.el (add-change-log-entry): Use setenv instead of
22464 set-time-zone-rule (Bug#7337).
22465
22466 2011-08-08 Daiki Ueno <ueno@unixuser.org>
22467
22468 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
22469 (epg-error-to-string, epg-errors-to-string): New function.
22470 (epg-wait-for-completion): Reverse errors list.
22471 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
22472 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
22473 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
22474 (epg-sign-keys, epg-generate-key-from-file)
22475 (epg-generate-key-from-string): Format errors by using
22476 epg-errors-to-string (bug#9255).
22477 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
22478
22479 2011-08-07 Juri Linkov <juri@jurta.org>
22480
22481 * faces.el (list-faces-display): Remove extra angle bracket
22482 from `help-mode-map'.
22483
22484 * info.el (Info-history-toc-nodes): Doc fix.
22485
22486 * longlines.el (longlines-mode): Doc fix.
22487
22488 2011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
22489
22490 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
22491 of statements and in a few more cases (bug#9183).
22492
22493 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
22494 New functions.
22495 (cl-transform-lambda): Use them (bug#9239).
22496
22497 2011-08-05 Martin Rudalics <rudalics@gmx.at>
22498
22499 * window.el (display-buffer-same-window)
22500 (display-buffer-same-frame, display-buffer-other-window)
22501 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
22502 (pop-to-buffer-other-window)
22503 (pop-to-buffer-same-frame-other-window)
22504 (pop-to-buffer-other-frame): Make them defuns.
22505 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
22506
22507 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
22508
22509 * subr.el (make-composed-keymap): Move from C. Change calling
22510 convention, and improve docstring to bring attention to a subtle point.
22511 * minibuffer.el (completing-read-default): Adjust accordingly.
22512
22513 2011-08-03 Michael Albinus <michael.albinus@gmx.de>
22514
22515 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
22516 (tramp-open-shell): Use `tramp-shell-quote-argument'.
22517
22518 * net/trampver.el: Update release number.
22519
22520 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
22521
22522 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
22523 "in" (bug#9190).
22524
22525 2011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
22526
22527 * mail/sendmail.el (sendmail-query-once): Restore the current
22528 buffer after querying (bug#9074).
22529
22530 * dired.el (dired-flagged): Use different faces for marked and
22531 flagged files (bug#6117).
22532
22533 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
22534 (bug#4433).
22535
22536 * ido.el (ido-mode): Switch off the message if called
22537 non-interactively.
22538
22539 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
22540 before 587, since it appears that that's more likely to work for
22541 more people.
22542
22543 * cus-edit.el (custom-file): When running under emacs -q, always
22544 refuse to save the customizations, even if the .emacs file doesn't
22545 exist.
22546
22547 * info.el: Remove the `Info-beginning-of-buffer' function
22548 (bug#8325).
22549
22550 * net/network-stream.el (network-stream-open-starttls):
22551 Use `starttls-available-p' to see whether starttls.el can be used.
22552
22553 2011-08-01 Martin Rudalics <rudalics@gmx.at>
22554
22555 * window.el (display-buffer-in-window): Don't set dedicated status
22556 of window here (Bug#9215).
22557 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
22558 (display-buffer-pop-up-side-window)
22559 (display-buffer-in-side-window): Set dedicated status of window here.
22560
22561 2011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
22562
22563 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
22564 before binding generated-autoload-file.
22565
22566 2011-08-01 Deniz Dogan <deniz@dogan.se>
22567
22568 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
22569
22570 2011-07-30 Michael Albinus <michael.albinus@gmx.de>
22571
22572 Sync with Tramp 2.2.2.
22573
22574 * net/trampver.el: Update release number.
22575
22576 2011-07-30 Juri Linkov <juri@jurta.org>
22577
22578 * dired-aux.el (dired-touch-initial): Remove function.
22579 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
22580 current time, and `default' to the last modification time of the
22581 current marked file (bug#6887).
22582
22583 2011-07-28 Jose E. Marchesi <jemarch@gnu.org>
22584
22585 * simple.el (goto-line): Use string-to-number to provide a
22586 numeric argument to read-number (bug#9163).
22587
22588 2011-07-27 Michael Albinus <michael.albinus@gmx.de>
22589
22590 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
22591 connection process, it could be nil.
22592
22593 2011-07-27 Leo Liu <sdl.web@gmail.com>
22594
22595 Simplify url handling in rcirc-mode.
22596
22597 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
22598 (rcirc-browse-url-at-mouse): Remove.
22599 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
22600
22601 2011-07-26 Alan Mackenzie <acm@muc.de>
22602
22603 Fontify bitfield declarations properly.
22604
22605 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
22606 (c-symbol-chars): Now exported as a lang variable.
22607 (c-not-primitive-type-keywords): New lang variable.
22608
22609 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
22610 QT keyword "more" to prevent "more slots: ...." being spuriously
22611 parsed as a bitfield declaration.
22612
22613 * progmodes/cc-engine.el (c-beginning-of-statement-1):
22614 Refactor and enhance to handle bitfield declarations.
22615 (c-punctuation-in): New function.
22616 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
22617 declarations properly.
22618
22619 2011-07-26 Ulf Jasper <ulf.jasper@web.de>
22620
22621 * calendar/icalendar.el (icalendar--all-events): Take care of
22622 multiple vcalendars in a single file.
22623 (icalendar--convert-float-to-ical): Checkdoc fixes.
22624
22625 2011-07-25 Deniz Dogan <deniz@dogan.se>
22626
22627 * image.el (insert-image): Clarifying docstring.
22628
22629 2011-07-24 Michael Albinus <michael.albinus@gmx.de>
22630
22631 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
22632 `tramp-send-command-and-check' if there is no error.
22633 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
22634
22635 2011-07-22 Alan Mackenzie <acm@muc.de>
22636
22637 Prevent cc-langs.elc being loaded at run time.
22638
22639 * progmodes/cc-mode.el: Remove two autoload forms which loaded
22640 cc-langs.
22641
22642 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
22643 "(require 'cc-langs)". Quote a form so it will evaluate at
22644 (cc-mode's) compilation time.
22645
22646 2011-07-22 Michael Albinus <michael.albinus@gmx.de>
22647
22648 * net/tramp.el (tramp-file-name-handler): Avoid recursive
22649 loading. (Bug#9114)
22650
22651 2011-07-21 Martin Rudalics <rudalics@gmx.at>
22652
22653 * window.el (display-buffer-pop-up-window)
22654 (display-buffer-pop-up-side-window)
22655 (display-buffer-in-side-window): Call display-buffer-set-height
22656 and display-buffer-set-width after setting the new window's
22657 buffer so `fit-window-to-buffer' and friends work on the right buffer.
22658
22659 2011-07-20 Sam Steingold <sds@gnu.org>
22660
22661 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
22662 (etags-tags-included-tables): Call `convert-standard-filename' on
22663 the file names contained in TAGS so that windows Emacs can handle
22664 TAGS files created by cygwin ctags.
22665
22666 2011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
22667
22668 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
22669 which apparently didn't work.
22670
22671 2011-07-19 Roland Winkler <winkler@gnu.org>
22672
22673 * proced.el (proced-send-signal): For *Marked Processes* buffer
22674 put point at beginning of buffer.
22675
22676 2011-07-19 Stephen Berman <stephen.berman@gmx.net>
22677
22678 * proced.el (proced-format): Make header lines align with the text
22679 (bug#1779).
22680
22681 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
22682
22683 * view.el (view-buffer): Allow running in `special' modes if we're
22684 visiting a file (bug#8615).
22685
22686 2011-07-19 Martin Rudalics <rudalics@gmx.at>
22687
22688 * window.el (display-buffer-alist-of-strings-p)
22689 (display-buffer-alist-set-1, display-buffer-alist-set-2):
22690 New functions.
22691 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
22692 more accurately.
22693
22694 2011-07-18 Alan Mackenzie <acm@muc.de>
22695
22696 Fontify declarators properly when, e.g., a jit-lock chunk begins
22697 inside a declaration.
22698
22699 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
22700
22701 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
22702 New function.
22703 (c-complex-decl-matchers): Insert reference to
22704 c-font-lock-enclosing-decls.
22705
22706 * progmodes/cc-engine.el (c-backward-single-comment):
22707 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
22708 to nil around calls to (forward-comment -1).
22709
22710 2011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
22711
22712 * image.el (put-image): Doc typo fix.
22713
22714 * progmodes/etags.el (tags-search): Doc typo fix.
22715
22716 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
22717 password if we get errors 550 to 554.
22718
22719 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
22720
22721 * net/gnutls.el (gnutls-log-level): Remove.
22722
22723 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
22724 indentation character (bug#6380).
22725
22726 * files.el (buffer-offer-save): Made permanently local (bug#6241).
22727
22728 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
22729 to clarify what the problem is (bug#4291).
22730
22731 * simple.el (current-kill): Clarify what
22732 `interprogram-paste-function' does (bug#7500).
22733 (auto-fill-mode): Document `auto-fill-function' in relation to
22734 `auto-fill-mode' (bug#2470).
22735
22736 2011-07-16 Lawrence Mitchell <wence@gmx.li>
22737
22738 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
22739 method if slot is read-only (bug#9035).
22740
22741 2011-07-16 Martin Rudalics <rudalics@gmx.at>
22742
22743 * frame.el (select-frame-set-input-focus): New argument NORECORD.
22744 * window.el (pop-to-buffer): Select window used even if it was
22745 selected before, see discussion of (Bug#8615), (Bug#6954).
22746 Pass argument NORECORD on to select-frame-set-input-focus.
22747
22748 2011-07-15 Glenn Morris <rgm@gnu.org>
22749
22750 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
22751 Respect help-form.
22752
22753 2011-07-09 Lawrence Mitchell <wence@gmx.li>
22754
22755 * net/gnutls.el (gnutls-min-prime-bits): New variable.
22756 (gnutls-negotiate): Use it.
22757
22758 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
22759
22760 * net/gnutls.el (gnutls-negotiate):
22761 Upcase `gnutls-algorithm-priority'.
22762
22763 2011-07-15 Glenn Morris <rgm@gnu.org>
22764
22765 * jka-compr.el (jka-compr-verbose): Move from here...
22766 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
22767 Add missing :version tag.
22768 * info.el: No need to require jka-compr when compiling.
22769
22770 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
22771
22772 * net/gnutls.el (gnutls-algorithm-priority): New variable.
22773 (gnutls-negotiate): Use it.
22774
22775 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
22776
22777 * info.el (Info-beginning-of-buffer): New command.
22778 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
22779 announcing `b' as the key (bug#8325).
22780 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
22781
22782 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
22783
22784 * international/mule-cmds.el
22785 (describe-specified-language-support): Make the error message
22786 clearer (bug#8905).
22787
22788 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
22789
22790 * isearch.el (isearch-barrier): Add a doc string, since it's
22791 mentioned in a function doc string (bug#8678).
22792
22793 2011-07-15 Martin Rudalics <rudalics@gmx.at>
22794
22795 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
22796 buffer argument (Bug#9083) and self-identifying label argument.
22797
22798 2011-07-15 Glenn Morris <rgm@gnu.org>
22799
22800 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
22801
22802 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
22803
22804 * man.el (Man-fontify-manpage): Fix message when formatting the
22805 man page (bug#7929).
22806
22807 2011-07-14 Eli Zaretskii <eliz@gnu.org>
22808
22809 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
22810 argument LRM; if non-nil, append an invisible LRM character to the
22811 buffer name.
22812 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
22813 last argument non-nil, when formatting buffer names.
22814 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
22815 paragraph direction.
22816
22817 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
22818
22819 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
22820 the man page name (bug#7929).
22821
22822 * image.el (put-image): Mention the `put-image' overlay property
22823 (bug#7834).
22824
22825 * scroll-bar.el (set-scroll-bar-mode): Mention that
22826 `scroll-bar-mode' lists the values (bug#7772).
22827
22828 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
22829 command (bug#7729).
22830
22831 * rect.el (apply-on-rectangle): Return the point after the last
22832 operation.
22833 (string-rectangle): Go to the point after the last operation
22834 (bug#7522).
22835
22836 * printing.el (pr-toggle-region): Clarify the documentation
22837 slightly (bug#7493).
22838
22839 * time.el (display-time-update):
22840 Allow `display-time-mail-function' to return nil (bug#7158).
22841 Fix suggested by Detlev Zundel.
22842
22843 * vc/diff.el (diff): Clarify the order the file names are read
22844 (bug#7111).
22845
22846 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
22847 the doc string (bug#7015).
22848
22849 * font-lock.el (font-lock-maximum-decoration): Mention what
22850 numeric levels mean (bug#6935).
22851
22852 * startup.el (initial-buffer-choice): Don't mention the `none'
22853 selection, which is against policy.
22854
22855 2011-07-14 Martin Rudalics <rudalics@gmx.at>
22856
22857 * window.el (display-buffer-normalize-special):
22858 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
22859
22860 2011-07-14 Eli Zaretskii <eliz@gnu.org>
22861
22862 * subr.el (version<, version<=, version=): Mention "-CVS" and
22863 "-12345" alpha version numbers.
22864
22865 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
22866
22867 * bindings.el: Add advertised binding for set-mark-command
22868 (Bug#5772).
22869
22870 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
22871
22872 * bindings.el (mode-line-other-buffer):
22873 * bookmark.el (bookmark-bmenu-2-window):
22874 * bs.el (bs-cycle-next, bs-cycle-previous):
22875 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
22876 switch-to-buffer.
22877
22878 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
22879 Delete.
22880
22881 2011-07-14 Juanma Barranquero <lekktu@gmail.com>
22882
22883 * follow.el (follow-debug-message, follow-redisplay):
22884 * jka-cmpr-hook.el (with-auto-compression-mode):
22885 Fix typos in docstrings.
22886
22887 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
22888
22889 * subr.el (with-silent-modifications): Clarify somewhat what the
22890 macro inhibits (bug#6525).
22891
22892 * simple.el (eval-expression): Note what it does if called
22893 interactively (bug#6495).
22894
22895 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
22896
22897 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
22898 Use pop-to-buffer buffer-or-name if it is nil.
22899
22900 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
22901 Remove switch-to-buffer.
22902
22903 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
22904
22905 * files.el (make-directory): Clarify that an error will be raised
22906 if there's an error (bug#6397).
22907
22908 * startup.el (initial-buffer-choice): Add `none' as a choice
22909 (bug#6234).
22910
22911 * subr.el (add-hook): Clarify section about buffer-local hooks
22912 (bug#6218).
22913
22914 * dired.el (dired-flagged): Clarify doc string (bug#6117).
22915
22916 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
22917
22918 * tabify.el (untabify): Preserve the current column so that point
22919 doesn't move (bug#6032).
22920
22921 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
22922
22923 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
22924 Rewrite to avoid awkward possessive "s" (bug#5986).
22925
22926 2011-07-13 Glenn Morris <rgm@gnu.org>
22927
22928 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
22929 (dired-insert-directory): Give a message the first time
22930 if ls is found not to support --dired.
22931
22932 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
22933
22934 * simple.el (toggle-truncate-lines): Clarify what is toggled
22935 (bug#5580). Text by Drew Adams.
22936
22937 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
22938
22939 * simple.el (blink-matching-open): Make the error message from the
22940 last change less verbose.
22941
22942 2011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
22943
22944 * font-lock.el (font-lock-comment-face): Use the high contrast
22945 "yellow" color for font-lock-comment-face on low color terminals
22946 using a dark background color (bug#4221).
22947
22948 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
22949
22950 * dired.el (dired-insert-set-properties): Make the doc string
22951 reflect what it does now (bug#5325).
22952
22953 * simple.el (blink-matching-open): Say that we were unable to find
22954 the match within the limit, if we're limited (bug#5122).
22955
22956 * international/mule-cmds.el (prefer-coding-system): Add an
22957 example (bug#4869).
22958
22959 * progmodes/etags.el (tags-search): Document `file-list-form'
22960 (bug#4731).
22961
22962 2011-07-13 Lawrence Mitchell <wence@gmx.li>
22963
22964 * net/browse-url.el (browse-url-default-browser)
22965 (browse-url-browser-function): Make the default browser choice a
22966 bit more logical (bug#4300). Also clean up the doc string.
22967
22968 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
22969
22970 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
22971 binary endings (bug#4440).
22972
22973 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
22974
22975 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
22976 which can be pretty annoying (bug#8971).
22977
22978 * jka-compr.el (jka-compr-verbose): New variable, and use
22979 throughout (bug#8971).
22980
22981 * info.el (Info-find-file): Fall back on the installation
22982 directory if we can't find the info node anywhere else.
22983
22984 2011-07-13 Sergei Organov <osv@javad.com> (tiny change)
22985
22986 * vc/vc.el (vc-revert-file):
22987 Don't set file time-stamp in the past. (Bug#5181)
22988
22989 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
22990
22991 * files.el (after-find-file): Give a better error message when
22992 trying to find a symlink that points to a file that doesn't exist
22993 (bug#4398).
22994
22995 * progmodes/cc-vars.el: Remove (probably) misleading comment
22996 (bug#4396).
22997
22998 2011-07-12 Johan Bockgård <bojohan@gnu.org>
22999
23000 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
23001
23002 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
23003
23004 * mouse-sel.el: Hack restoring functionality, while keeping
23005 compatibility with 2010-07-03 changes to mouse selection.
23006 (mouse-sel-primary-overlay): New var.
23007 (mouse-sel-selection-alist): Use it.
23008 (mouse-sel-mode): Doc fix; remove points that are default features
23009 of mouse.el.
23010
23011 2011-07-12 Johan Bockgård <bojohan@gnu.org>
23012
23013 * progmodes/compile.el (compilation-error-regexp-alist-alist):
23014 Fix previous fix (bug#2490).
23015
23016 2011-07-12 Roland Winkler <winkler@gnu.org>
23017
23018 * textmodes/bibtex.el (bibtex-initialize):
23019 Use pop-to-buffer-same-window.
23020 (bibtex-search-entries): Fix interactive call.
23021
23022 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
23023
23024 * progmodes/compile.el (compilation-error-regexp-alist-alist):
23025 Fontise bytecomp Error lines more correctly (bug#2490).
23026 Fix suggested by Johan Bockgård.
23027
23028 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
23029
23030 * dired-x.el (dired-guess-default): Use `delete-dups'.
23031
23032 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
23033
23034 * dired.el (dired-mark-prompt):
23035 * dired-aux.el (dired-read-shell-command): Doc fix.
23036
23037 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
23038
23039 * mail/sendmail.el (sendmail-query-once):
23040 Use `customize-save-variable' unconditionally, now that it works under
23041 emacs -Q.
23042
23043 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
23044
23045 * cus-edit.el (custom-file): Take an optional no-error variable.
23046 (customize-save-variable): Set the variable, and give a warning if
23047 running under "emacs -q".
23048
23049 2011-07-11 Juanma Barranquero <lekktu@gmail.com>
23050
23051 * loadhist.el (unload-feature-special-hooks):
23052 Add `auto-coding-functions', `fill-nobreak-predicate' and
23053 `find-directory-functions' (bug#5327).
23054
23055 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
23056
23057 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
23058
23059 * cus-edit.el (custom-guess-name-alist): -alist variables should
23060 use the `alist' type (bug#3120). Suggested by Drew Adams.
23061
23062 * printing.el: Add documentation to all the `pr-toggle-' commands.
23063
23064 2011-07-11 Leo Liu <sdl.web@gmail.com>
23065
23066 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
23067 backends where it makes sense (bug#2623).
23068
23069 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
23070
23071 * dired-x.el (dired-guess-default): Remove duplicate shell command
23072 entries (bug#2028).
23073 (dired-guess-default): Fix grammar in doc string (bug#2028).
23074 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
23075
23076 * subr.el (remove-duplicates): New conveniency function.
23077
23078 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
23079
23080 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
23081 (bug#1526).
23082
23083 2011-07-10 Martin Rudalics <rudalics@gmx.at>
23084
23085 * window.el (display-buffer-normalize-default): Don't invert
23086 meaning of even-window-heights. Reported by Eli Zaretskii
23087 <eliz@gnu.org>.
23088
23089 2011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
23090
23091 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
23092
23093 2011-07-10 Chong Yidong <cyd@stupidchicken.com>
23094
23095 * window.el (display-buffer): Fix arguments to
23096 display-buffer-reuse-window in last change.
23097
23098 * faces.el (link): Use a less saturated blue on light backgrounds.
23099
23100 * startup.el (fancy-startup-text, fancy-about-text)
23101 (fancy-startup-tail): Use font-lock faces, for background safety.
23102
23103 2011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
23104
23105 * emulation/viper-cmd.el (viper-change-state-to-vi):
23106 Limit triggering of abbrev expansion (Bug#9038).
23107
23108 2011-07-09 Martin Rudalics <rudalics@gmx.at>
23109
23110 * window.el (display-buffer-default-specifiers): Remove.
23111 (display-buffer-macro-specifiers): Remove default specifiers.
23112 (display-buffer-alist): Default to nil.
23113 (display-buffer-reuse-window): New optional argument other-window.
23114 (display-buffer-pop-up-window): Allow splitting internal
23115 windows. Check whether a live window was created.
23116 (display-buffer-other-window-means-other-frame)
23117 (display-buffer-normalize-arguments): Rename to
23118 display-buffer-normalize-argument and rewrite. Set the
23119 other-window specifier.
23120 (display-buffer-normalize-special): New function.
23121 (display-buffer-normalize-options): Rename to
23122 display-buffer-normalize-default and rewrite.
23123 (display-buffer-normalize-options-inhibit): Remove.
23124 (display-buffer-normalize-specifiers): Rewrite.
23125 (display-buffer): Process other-window specifier and call
23126 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
23127 more faithfully.
23128 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
23129 (display-buffer-alist-set): Don't handle 'unset default values.
23130 (display-buffer-in-window, display-buffer-alist-set):
23131 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
23132 <tassilo@member.fsf.org>.
23133
23134 2011-07-09 Leo Liu <sdl.web@gmail.com>
23135
23136 * register.el (insert-register): Restore accidental change on
23137 2011-06-26. (Bug#9028)
23138
23139 2011-07-09 Glenn Morris <rgm@gnu.org>
23140
23141 * subr.el (remq): Handle the empty list. (Bug#9024)
23142
23143 2011-07-08 Andreas Schwab <schwab@linux-m68k.org>
23144
23145 * mail/sendmail.el (send-mail-function): No longer delay custom
23146 initialization.
23147 * custom.el (custom-initialize-delay): Doc fix.
23148
23149 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
23150
23151 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
23152
23153 2011-07-08 Michael Albinus <michael.albinus@gmx.de>
23154
23155 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
23156 human-friendly prompt.
23157
23158 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
23159
23160 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
23161 provided by a particular plugin.
23162
23163 2011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
23164
23165 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
23166 save customizations (with "emacs -Q"), just set the variable
23167 instead of erroring out.
23168
23169 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
23170
23171 2011-07-08 Juri Linkov <juri@jurta.org>
23172
23173 * arc-mode.el (archive-zip-expunge, archive-zip-update)
23174 (archive-zip-update-case): Use 7z if found by `executable-find'.
23175 The order of searching the available programs is the same as in
23176 `archive-zip-extract' (bug#8968).
23177
23178 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
23179
23180 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
23181 (menu-bar-options-menu): Tweak descriptions.
23182
23183 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
23184
23185 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
23186 menu items into verb phrases (bug#1421). Also refill to fit under
23187 80 columns.
23188
23189 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
23190
23191 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
23192 (Info-read-node-name): Doc fix (Bug#1084).
23193
23194 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
23195 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
23196 (end-of-sexp, beginning-of-sexp)
23197 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
23198 (forward-symbol, forward-same-syntax, word-at-point)
23199 (sentence-at-point): Doc fix (Bug#1144).
23200
23201 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
23202
23203 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
23204 should cover it (bug#1281).
23205
23206 * cus-edit.el (custom-show): Mark as obsolete.
23207
23208 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
23209 negotiation fails, then possibly try again with a non-encrypted
23210 connection (bug#9017).
23211
23212 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
23213 be used.
23214
23215 2011-07-07 Richard Stallman <rms@gnu.org>
23216
23217 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
23218 property, and handle its changed format.
23219 Look for the correct line number.
23220 Use file's line contents (but not past first =) to find
23221 correct line in message.
23222
23223 2011-07-07 Kenichi Handa <handa@m17n.org>
23224
23225 * international/characters.el (build-unicode-category-table):
23226 Delete it.
23227 (unicode-category-table): Set it by unicode-property-table-internal.
23228
23229 * international/mule-cmds.el (char-code-property-alist): Move to
23230 to src/chartab.c.
23231 (get-char-code-property): Call unicode-property-table-internal to
23232 load a file. Call get-unicode-property-internal where necessary.
23233 (put-char-code-property): Call unicode-property-table-internal to
23234 load a file. Call put-unicode-property-internal where necessary.
23235 put-unicode-property-internal where necessary.
23236 (char-code-property-description):
23237 Call unicode-property-table-internal to load a file.
23238
23239 * international/charprop.el:
23240 * international/uni-bidi.el:
23241 * international/uni-category.el:
23242 * international/uni-combining.el:
23243 * international/uni-comment.el:
23244 * international/uni-decimal.el:
23245 * international/uni-decomposition.el:
23246 * international/uni-digit.el:
23247 * international/uni-lowercase.el:
23248 * international/uni-mirrored.el:
23249 * international/uni-name.el:
23250 * international/uni-numeric.el:
23251 * international/uni-old-name.el:
23252 * international/uni-titlecase.el:
23253 * international/uni-uppercase.el: Regenerate.
23254
23255 * loadup.el: Load international/charprop.el before
23256 international/characters.
23257
23258 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
23259
23260 * window.el (next-buffer, previous-buffer): Signal an error if
23261 called from a minibuffer window.
23262
23263 * bindings.el: Revert 2011-07-04 change.
23264
23265 2011-07-06 Richard Stallman <rms@gnu.org>
23266
23267 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
23268 (rmail-mime-insert-bulk, rmail-mime-insert-text):
23269 Treat markers like ints.
23270 (rmail-mime-entity): Doc fix.
23271
23272 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
23273
23274 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
23275 defcustom again for backwards compatibility.
23276
23277 * simple.el (shell-command-on-region): Fill.
23278
23279 * dired-aux.el (dired-kill-line): Add a doc string.
23280
23281 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
23282 to "\\sw\\|\\s_" (bug#358).
23283
23284 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
23285 (dired-unmark-backward): Ditto.
23286 (dired-flag-backup-files): Ditto.
23287
23288 * dired-x.el (dired-mark-sexp): Ditto.
23289
23290 2011-07-06 Richard Stallman <rms@gnu.org>
23291
23292 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
23293 (rmail-mime-entity): New arg TRUNCATED.
23294 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
23295 New functions.
23296 (rmail-mime-save): Warn if entity is truncated.
23297 (rmail-mime-toggle-hidden): Likewise, for showing.
23298 (rmail-mime-process-multipart): Record when an entity is truncated.
23299
23300 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
23301 if ENTITY is a string.
23302
23303 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
23304
23305 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
23306 of faces when `M-C-x'-ing their definitions (bug#8378).
23307 Also clean up the code slightly.
23308
23309 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
23310 because that makes the colors go away.
23311
23312 * mail/sendmail.el (send-mail-function): Change the default to
23313 `sendmail-query-once'.
23314 (sendmail-query-once): Add an autoload cookie.
23315
23316 * net/network-stream.el (network-stream-open-starttls): Try using
23317 a plain connection even if the server offered STARTTLS, and we
23318 kinda wanted to use it, if Emacs doesn't have any STARTTLS
23319 capability. This should make smtpmail.el work in slightly more
23320 configurations.
23321
23322 2011-07-06 Michael Albinus <michael.albinus@gmx.de>
23323
23324 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
23325 New defun.
23326 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
23327
23328 2011-07-06 Michael R. Mauger <mmaug@yahoo.com>
23329
23330 * progmodes/sql.el: Version 3.0
23331 (sql-product-alist): Add product :completion-object,
23332 :completion-column, and :statement attributes.
23333 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
23334 (sql-mode-syntax-table): Mark all punctuation.
23335 (sql-font-lock-keywords-builder): Temporarily remove fallback on
23336 ansi keywords.
23337 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
23338 (sql-mode-oracle-font-lock-keywords): Improve.
23339 (sql-oracle-show-reserved-words): New function for development.
23340 (sql-product-font-lock): Simplify for source code buffers.
23341 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
23342 New functions.
23343 (sql-highlight-product): Set product specific syntax table.
23344 (sql-mode-map): Add statement movement functions.
23345 (sql-ansi-statement-starters, sql-oracle-statement-starters):
23346 New variable.
23347 (sql-statement-regexp, sql-beginning-of-statement)
23348 (sql-end-of-statement, sql-signum): New functions.
23349 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
23350 (sql-show-sqli-buffer): Bug fix.
23351 (sql-interactive-mode): Store connection data as buffer local.
23352 (sql-connect): Add NEW-NAME parameter. Redesign interaction
23353 with sql-interactive-mode.
23354 (sql-save-connection): Save buffer local settings.
23355 (sql-connection-menu-filter): Change menu entry name.
23356 (sql-product-interactive): Bug fix.
23357 (sql-preoutput-hold): New variable.
23358 (sql-interactive-remove-continuation-prompt): Bug fixes.
23359 (sql-debug-redirect): New variable.
23360 (sql-str-literal): New function.
23361 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
23362 Redesign.
23363 (sql-oracle-save-settings, sql-oracle-restore-settings)
23364 (sql-oracle-list-all, sql-oracle-list-table): New functions.
23365 (sql-completion-object, sql-completion-column)
23366 (sql-completion-sqlbuf): New variables.
23367 (sql-build-completions-1, sql-build-completions)
23368 (sql-try-completion): New functions.
23369 (sql-read-table-name): Use them.
23370 (sql-contains-names): New buffer local variable.
23371 (sql-list-all, sql-list-table): Use it.
23372 (sql-oracle-completion-types): New variable.
23373 (sql-oracle-completion-object, sql-sqlite-completion-object)
23374 (sql-postgres-completion-object): New functions.
23375
23376 2011-07-06 Glenn Morris <rgm@gnu.org>
23377
23378 * window.el (pop-to-buffer): Doc fix.
23379
23380 2011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
23381
23382 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
23383
23384 2011-07-06 Chong Yidong <cyd@stupidchicken.com>
23385
23386 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
23387
23388 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
23389
23390 2011-07-05 Chong Yidong <cyd@stupidchicken.com>
23391
23392 * button.el (button): Inherit from link face. Suggested by Dan
23393 Nicolaescu.
23394
23395 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
23396
23397 * progmodes/gdb-mi.el: Fit in 80 columns.
23398 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
23399 switch-to-buffer.
23400
23401 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
23402 if imenu is simply not configured (bug#8941).
23403
23404 2011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
23405
23406 * allout.el (allout-post-undo-hook): New allout outline-change
23407 event hook to signal undo activity.
23408 (allout-post-command-business): Run allout-post-undo-hook if an
23409 undo just occurred.
23410 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
23411 * allout-widgets.el (allout-widgets-after-undo-function):
23412 Ensure the integrity of the current item's decoration after it has been
23413 in the vicinity of an undo.
23414 (allout-widgets-mode): Include allout-widgets-after-undo-function
23415 on the new allout-post-undo-hook.
23416
23417 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
23418
23419 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
23420 Let define-derived-mode define it.
23421 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
23422 cycles of abbrev-table inheritance (bug#8998).
23423
23424 2011-07-05 Roland Winkler <winkler@gnu.org>
23425
23426 * textmodes/bibtex.el: Add support for biblatex.
23427 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
23428 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
23429 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
23430 (bibtex-entry-alist, bibtex-field-alist): New variables.
23431 (bibtex-entry-field-alist): Obsolete alias for
23432 bibtex-BibTeX-entry-alist.
23433 (bibtex-entry-alist, bibtex-field-alist): New widgets.
23434 (bibtex-set-dialect): New command.
23435 (bibtex-entry-type, bibtex-entry-head)
23436 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
23437 Bind via bibtex-set-dialect.
23438 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
23439 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
23440 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
23441 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
23442 Define via bibtex-set-dialect.
23443 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
23444 Obey bibtex-no-opt-remove-re.
23445 (bibtex-vec-push, bibtex-vec-incr): New functions.
23446 (bibtex-format-entry, bibtex-field-list)
23447 (bibtex-print-help-message, bibtex-validate)
23448 (bibtex-search-entries): Use new format of bibtex-entry-alist.
23449
23450 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
23451
23452 * progmodes/compile.el (compilation-goto-locus):
23453 * net/tramp-cmds.el (tramp-append-tramp-buffers):
23454 * bs.el (bs-cycle-next, bs-cycle-previous):
23455 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
23456 * bindings.el (mode-line-other-buffer):
23457 * autoinsert.el (auto-insert):
23458 * arc-mode.el (archive-extract):
23459 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
23460
23461 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
23462
23463 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
23464 Fix check of `emacs-lock-unlockable-modes'.
23465 Coerce true values of `emacs-lock--try-unlocking' to t.
23466
23467 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
23468
23469 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
23470 * emacs-lock.el: New file.
23471
23472 2011-07-05 Julien Danjou <julien@danjou.info>
23473
23474 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
23475 than `boundp' to check if face is set.
23476
23477 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
23478
23479 * register.el (registerv-make):
23480 * window.el (window-min-height): Fix typos in docstrings.
23481
23482 2011-07-05 Jan Djärv <jan.h.d@swipnet.se>
23483
23484 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
23485 Update doc string.
23486
23487 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
23488
23489 * server.el (server-execute): Catch quit and call
23490 `server-return-error' to pass the error back to emacsclient and
23491 close the connection (bug#8942).
23492
23493 2011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
23494
23495 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
23496 insecure exception for current topic. Also note that auto-saves
23497 are handled differently.
23498
23499 (allout-auto-save-temporarily-disabled, allout-just-did-undo):
23500 State variables for tracking auto-save inhibition situation.
23501
23502 (allout-write-contents-hook-handler): Rename from
23503 'allout-write-file-hook-handler', and describe how it depends on
23504 write-contents-functions sensitivity to non-nil value to prevent
23505 file write.
23506
23507 (allout-auto-save-hook-handler): Remove. auto-save does not check
23508 this in individual buffers, only in the starting buffer, so this
23509 is not the right way for us to inhibit auto-save in a buffer
23510 according to its condition.
23511
23512 (allout-mode): Use new allout-write-contents-hook-handler, and
23513 only with write-contents-functions. Remove auto-save provisions -
23514 they're implemented elsewhere.
23515
23516 (allout-before-change-handler): If undo is in progress, note that
23517 for attention of allout-post-command-business.
23518
23519 (allout-post-command-business): If the command we're following was
23520 an undo, check for change in the status of encrypted items and
23521 adjust auto-save inhibitions accordingly.
23522
23523 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
23524 according to whether there are or aren't any plain-text topics
23525 pending encryption.
23526
23527 (allout-inhibit-auto-save-info-for-decryption):
23528 Adjust buffer-saved-size and some allout state to inhibit auto-saves
23529 if there are plain-text topics pending encryption.
23530
23531 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
23532 buffer-saved-size and some allout state to not inhibit auto-saves
23533 if there are no longer any plain-text topics pending encryption.
23534
23535 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
23536 No longer provide for exemption of the current topic.
23537
23538 2011-07-04 Juri Linkov <juri@jurta.org>
23539
23540 Add 7z operations to delete and save changed members (bug#8968).
23541 * arc-mode.el (archive-7z-expunge, archive-7z-update):
23542 New defcustoms.
23543 (archive-7z-write-file-member): New function.
23544 (archive-7z-summarize): Fix the number of dashes in the
23545 listing output.
23546
23547 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
23548
23549 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
23550 (bug#8958).
23551
23552 2011-07-04 Chong Yidong <cyd@stupidchicken.com>
23553
23554 * bindings.el: Ignore next-buffer and previous-buffer in
23555 minibuffer-local-map.
23556
23557 * font-lock.el (font-lock-builtin-face): Change light background
23558 color to dark slate blue (Bug#6693).
23559
23560 2011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
23561
23562 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
23563
23564 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
23565
23566 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
23567 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
23568 Add switch-to-buffer.
23569
23570 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
23571
23572 * isearch.el (isearch-search-fun-function): Clarify further the
23573 meaning of the function returned.
23574
23575 2011-07-04 Michael Albinus <michael.albinus@gmx.de>
23576
23577 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
23578
23579 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
23580 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
23581 Use it.
23582 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
23583 `tramp-default-remote-path' does not exist.
23584 (tramp-send-command-and-read): New optional argument NOERROR.
23585 (tramp-open-connection-setup-interactive-shell)
23586 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
23587 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
23588 (tramp-process-sentinel): Flush also process' connection property.
23589 (tramp-sh-handle-start-file-process): Do not set process
23590 sentinel. It is done now ...
23591 (tramp-maybe-open-connection): ... here. (Bug#8929)
23592
23593 2011-07-04 MON KEY <monkey@sandpframing.com>
23594
23595 * play/animate.el (animate-string): Doc fixes and allow changing
23596 the buffer name (bug#5417).
23597
23598 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
23599
23600 * play/animate.el (animation-buffer-name): Rename from *animate*.
23601
23602 2011-07-04 Paul Eggert <eggert@cs.ucla.edu>
23603
23604 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
23605 This is simpler and helps future-proof the code.
23606 (timer-until): Use time-subtract and float-time.
23607 (timer--time-less-p): Use time-less-p.
23608
23609 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
23610
23611 * type-break.el (timep): Use the value of `float-time' to avoid a
23612 byte-compiler warning.
23613
23614 * server.el (server-eval-and-print): Return any result, even nil.
23615
23616 2011-07-03 Paul Eggert <eggert@cs.ucla.edu>
23617
23618 * type-break.el: Accept time formats that the builtins accept.
23619 (timep, type-break-time-difference): Accept any format that
23620 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
23621 This is simpler and helps future-proof the code.
23622 (type-break-time-difference): Round rather than ignoring
23623 subseconds components.
23624
23625 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
23626
23627 * info.el (Info-apropos-matches): Make non-interactive, since it
23628 doesn't seem to do anything useful as a command (bug#8829).
23629
23630 2011-07-03 Chong Yidong <cyd@stupidchicken.com>
23631
23632 * frame.el (frame-background-mode, frame-set-background-mode):
23633 Move from faces.el.
23634 (frame-default-terminal-background): New function.
23635
23636 * custom.el (custom-push-theme): Don't record faces in `changed'
23637 theme; this doesn't work correctly for per-frame face settings.
23638 (disable-theme): Use face-set-after-frame-default to reset faces.
23639 (custom--frame-color-default): New function.
23640
23641 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
23642
23643 * dired.el (dired-flagging-regexp): Remove unused variable
23644 (bug#8769).
23645
23646 2011-03-29 Kevin Ryde <user42@zip.com.au>
23647
23648 * progmodes/compile.el (compilation-error-regexp-alist-alist):
23649 `perl-Test2' extend to match possible "fail #N" rep count
23650 (bug#8377).
23651
23652 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
23653
23654 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
23655 `smtpmail-via-smtp' now returns the error instead of nil.
23656
23657 * isearch.el (isearch-search-fun-function): Clarify the doc string
23658 (bug#8101).
23659
23660 2011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
23661
23662 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
23663 unnecessary spaces (bug#8987).
23664
23665 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
23666
23667 * net/network-stream.el (open-network-stream): Use the
23668 :end-of-capability command thoughout.
23669
23670 2011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
23671
23672 * net/network-stream.el (open-network-stream): Add the
23673 :end-of-capability command parameter, used by pop3.el.
23674
23675 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
23676
23677 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
23678
23679 * fringe.el (fringe-query-style): Remove redundant text " (type ?
23680 for list)" (bug#6475).
23681
23682 * files.el (file-expand-wildcards): Ignore non-readable
23683 sub-directories while trying to find matches instead of signaling
23684 an error (bug#6297).
23685
23686 * man.el (Man-reference-regexp): Allow matching possible
23687 word-wrapped references (bug#6289).
23688
23689 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
23690 for consistency with the other vc buffers (bug#6197).
23691 (vc-checkin): Ditto.
23692
23693 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
23694
23695 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
23696
23697 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
23698
23699 * custom.el (defcustom): Clarify that :set is only used in the
23700 Customize user interface (bug#6089).
23701
23702 * progmodes/flymake.el (flymake-mode): If the buffer isn't
23703 associated with a file, refuse to run instead of erroring out
23704 (bug#6084).
23705
23706 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
23707 the doc string, since it appears that using `fill-column' always
23708 controls the width (bug#7845).
23709
23710 * simple.el (shell-command-on-region): Say where the error output
23711 went if `shell-command-default-error-buffer' is set (bug#6857).
23712
23713 2011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
23714
23715 * allout.el (allout-yank-processing): Adjust cursor position for
23716 backwards-deleted space.
23717
23718 (allout-rebullet-heading): Register changes with
23719 allout-exposure-changed-hook, so the modified topic is properly
23720 decorated.
23721
23722 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
23723
23724 * minibuffer.el (completion-in-region): Document PREDICATE
23725 (bug#7136).
23726
23727 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
23728 of keyword/argument pairs (bug#6904).
23729
23730 * replace.el (multi-occur):
23731 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
23732
23733 2011-07-02 Drew Adams <drew.adams@oracle.com>
23734
23735 * dired.el (dired-mark-if): Make the message about whether it's
23736 marking or unmarking clearer (bug#8523).
23737
23738 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
23739
23740 * disp-table.el (display-table-print-array): New function.
23741 (describe-display-table): Use it to print the vectors more pretty
23742 (Bug#8859).
23743
23744 2011-07-02 Martin Rudalics <rudalics@gmx.at>
23745
23746 * window.el (window-state-get-1): Don't assign clone numbers.
23747 Add clone-of item to list of window parameters.
23748 (window-state-put-2): Don't process clone numbers.
23749 (display-buffer-alist): Fix doc-string.
23750
23751 2011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
23752
23753 * subr.el (remq): Don't allocate if it's not needed.
23754 (keymap--menu-item-binding, keymap--menu-item-with-binding)
23755 (keymap--merge-bindings): New functions.
23756 (keymap-canonicalize): Use them to refine the canonicalization.
23757 * minibuffer.el (minibuffer-local-completion-map)
23758 (minibuffer-local-must-match-map): Move initialization from C.
23759 (minibuffer-local-filename-completion-map): Move initialization from C;
23760 don't inherit from anything here.
23761 (minibuffer-local-filename-must-match-map): Make obsolete.
23762 (completing-read-default): Use make-composed-keymap to combine
23763 minibuffer-local-filename-completion-map with either
23764 minibuffer-local-must-match-map or
23765 minibuffer-local-filename-completion-map.
23766
23767 2011-07-01 Glenn Morris <rgm@gnu.org>
23768
23769 * type-break.el (type-break-time-sum): Use dolist.
23770
23771 * textmodes/flyspell.el (flyspell-word-search-backward):
23772 Replace CL function.
23773
23774 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
23775
23776 * mouse.el (mouse--strip-first-event): New function.
23777 (function-key-map): Use it to map fringe clicks to normal clicks
23778 by default.
23779
23780 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
23781 (vc-bzr-revision-completion-table): Add support for annotate and date.
23782
23783 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
23784 inherit from parent.
23785
23786 2011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
23787
23788 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
23789 (dired-show-file-type): Doc fixup (bug#8818).
23790
23791 * dired.el (dired-mode): Fix up the doc string as suggested by
23792 Drew Adams (bug#8817).
23793
23794 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
23795 cookie, since the manual says that it should be possible to add
23796 this function to `find-file-hook' (bug#8709).
23797
23798 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
23799
23800 * progmodes/cfengine.el: Moved all cfengine3.el functionality
23801 here. Noted Ted Zlatanov as the maintainer.
23802 (cfengine-common-settings, cfengine-common-syntax): New functions
23803 to set up common things between `cfengine-mode' and
23804 `cfengine3-mode'.
23805 (cfengine3-mode): New mode.
23806 (cfengine3-defuns cfengine3-defuns-regex
23807 (cfengine3-class-selector-regex cfengine3-category-regex)
23808 (cfengine3-vartypes cfengine3-font-lock-keywords)
23809 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
23810 (cfengine3-indent-line): Add from cfengine3.el.
23811
23812 2011-07-01 Michael Albinus <michael.albinus@gmx.de>
23813
23814 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
23815
23816 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
23817
23818 2011-07-01 Martin Rudalics <rudalics@gmx.at>
23819
23820 * window.el (same-window-buffer-names, same-window-regexps)
23821 (same-window-p, special-display-frame-alist)
23822 (special-display-popup-frame, special-display-function)
23823 (special-display-buffer-names, special-display-regexps)
23824 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
23825 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
23826 (split-window-preferred-function, split-height-threshold)
23827 (split-width-threshold, even-window-heights)
23828 (display-buffer-mark-dedicated, window-splittable-p)
23829 (split-window-sensibly, window-safely-shrinkable-p):
23830 Un-obsolete.
23831 (display-buffer): Don't spread args with function specifier
23832 because special-display-popup-frame won't like it.
23833
23834 2011-07-01 Paul Eggert <eggert@cs.ucla.edu>
23835
23836 Time-stamp simplifications and fixes.
23837 These improve accuracy slightly, and future-proof the code
23838 against some potential changes to current-time format.
23839
23840 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
23841 by using time-since and float-time.
23842
23843 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
23844 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
23845 + NNN microseconds".
23846
23847 * type-break.el (type-break-time-sum): Rewrite using time-add.
23848
23849 * play/hanoi.el (hanoi-current-time-float): Remove.
23850 All uses replaced by float-time.
23851
23852 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
23853 This yields a more-accurate answer.
23854 (rng-time-to-float): Remove; no longer needed.
23855
23856 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
23857
23858 * calendar/timeclock.el (timeclock-seconds-to-time):
23859 Defalias to seconds-to-time, since they're the same thing.
23860
23861 * emacs-lisp/elp.el (elp-elapsed-time):
23862 * emacs-lisp/benchmark.el (benchmark-elapse):
23863 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
23864
23865 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
23866
23867 * window.el (bury-buffer): Don't iconify the only frame.
23868 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
23869 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
23870
23871 2011-07-01 Chong Yidong <cyd@stupidchicken.com>
23872
23873 * eshell/em-smart.el (eshell-smart-display-navigate-list):
23874 Add mouse-yank-primary.
23875
23876 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
23877
23878 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
23879
23880 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
23881
23882 * emacs-lisp/find-func.el (find-library--load-name): New fun.
23883 (find-library-name): Use it to find relative load names when provided
23884 absolute file name (bug#8803).
23885
23886 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
23887
23888 * textmodes/flyspell.el (flyspell-word): Consider words that
23889 differ only in case as potential doublons (bug#5687).
23890
23891 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
23892 Remove two rather uninteresting debugging-like messages to make
23893 debbugs.el more silent.
23894
23895 * comint.el (comint-password-prompt-regexp): Accept "Response" as
23896 a password-like phrase.
23897
23898 2011-06-30 Masatake YAMATO <yamato@redhat.com>
23899
23900 * progmodes/cc-guess.el: New file.
23901
23902 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
23903
23904 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
23905 derived from `c-basic-common-init'.
23906
23907 * progmodes/cc-mode.el (top-level): Require cc-guess.
23908 (c-basic-common-init): Use `cc-choose-style-for-mode'.
23909
23910 2011-06-30 Lawrence Mitchell <wence@gmx.li>
23911
23912 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
23913
23914 2011-06-30 Alan Mackenzie <acm@muc.de>
23915
23916 * progmodes/cc-engine.el (c-guess-continued-construct):
23917 Correct the handling of template-args-cont, particularly for when font
23918 lock is disabled. Name this case as "CASE G".
23919
23920 2011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
23921
23922 * allout.el (allout-yank-processing): Fix injection of extra space
23923 between bullet and non-whitespace character in first topic when
23924 pasting, ensuring that the actual spacing in the pasted topic
23925 following the bullet char is preserved. This extra space was
23926 causing pasted encrypted topics to get a decrypted status even
23927 when the content was actually still encrypted. Now the decryption
23928 status from before the paste is preserved.
23929
23930 (allout-flag-region): Set all allout overlays so they evaporate
23931 when reduced to zero length (evanescent), to prevent overlay
23932 leakage.
23933
23934 2011-06-30 Glenn Morris <rgm@gnu.org>
23935
23936 * w32-fns.el (w32-charset-info-alist): Declare.
23937
23938 * find-dired.el (find-grep-options): Simplify.
23939
23940 * term/ns-win.el (ns-set-resource): Declare.
23941
23942 * ses.el (row, col): Declare dynamic variables honestly.
23943
23944 * textmodes/reftex-parse.el (index-tags): Declare.
23945
23946 2011-06-30 Chong Yidong <cyd@stupidchicken.com>
23947
23948 * cus-edit.el (customize-push-and-save): New function.
23949
23950 * files.el (hack-local-variables-confirm): Use it.
23951
23952 * custom.el (load-theme): New arg NO-CONFIRM.
23953 Use customize-push-and-save (Bug#8720).
23954 (custom-enabled-themes): Doc fix.
23955
23956 * cus-theme.el (customize-create-theme)
23957 (custom-theme-merge-theme): Callers to load-theme changed.
23958
23959 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
23960
23961 * thingatpt.el (thing-at-point-short-url-regexp): Require that
23962 short URLs have at least one dot in them (bug #7614).
23963
23964 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
23965 nil, because using a pty is apparently too slow (bug #895).
23966
23967 2011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
23968
23969 * mail/sendmail.el (sendmail-query-once): New function.
23970 (sendmail-query-once-function): New variable.
23971
23972 2011-06-29 Glenn Morris <rgm@gnu.org>
23973
23974 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
23975
23976 * ses.el (top-level): Require cl when compiling.
23977 (ses-set-localvars): Fix error statement.
23978 Call it at compile time to silence a storm of warnings.
23979
23980 2011-06-29 Martin Rudalics <rudalics@gmx.at>
23981
23982 * window.el (normalize-live-buffer): Rename to
23983 window-normalize-buffer.
23984 (normalize-live-frame): Rename to window-normalize-frame.
23985 (normalize-any-window): Rename to window-normalize-any-window.
23986 (normalize-live-window): Rename to window-normalize-live-window.
23987 (make-window-atom): Rename to window-make-atom.
23988 (window-resize-reset): Rename to window--resize-reset.
23989 (window-resize-reset-1): Rename to window--resize-reset-1.
23990 (resize-mini-window): Rename to window--resize-mini-window.
23991 (resize-subwindows-skip-p): Rename to
23992 window--resize-subwindows-skip-p.
23993 (resize-subwindows-normal): Rename to
23994 window--resize-subwindows-normal.
23995 (resize-subwindows): Rename to window--resize-subwindows.
23996 (resize-other-windows): Rename to window--resize-siblings.
23997 (resize-this-window): Rename to window--resize-this-window.
23998 (resize-root-window): Rename to window--resize-root-window.
23999 (resize-root-window-vertically): Rename to
24000 window--resize-root-window-vertically.
24001 (normalize-buffer-to-display): Rename to
24002 window-normalize-buffer-to-display.
24003 (normalize-buffer-to-switch-to): Rename to
24004 window-normalize-buffer-to-switch-to.
24005 Correspondingly update all callers of the functions listed
24006 above.
24007 (display-buffer-alist, display-buffer-normalize-arguments)
24008 (display-buffer-normalize-options, display-buffer)
24009 (display-buffer-alist-set): Use "function" instead of
24010 "fun-with-args".
24011
24012 2011-06-28 Chong Yidong <cyd@stupidchicken.com>
24013
24014 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
24015 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
24016 debbugs.gnu.org. Mention acknowledgment email.
24017
24018 2011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
24019
24020 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
24021 buffer multibyteness, since it shouldn't matter.
24022
24023 2011-06-28 Martin Rudalics <rudalics@gmx.at>
24024
24025 * window.el (display-buffer-in-side-window): Handle dedicated
24026 windows as in display-buffer-reuse-window.
24027 (display-buffer-normalize-alist): Use value of override
24028 specifier.
24029 (display-buffer-normalize-specifiers): Use value of
24030 other-window-means-other-frame specifier.
24031 (display-buffer-alist): Rewrite some texts in widgets.
24032 (display-buffer): Spread arguments when calling function
24033 specified by fun-with-args.
24034
24035 2011-06-28 Deniz Dogan <deniz@dogan.se>
24036
24037 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
24038 Unnest `let'.
24039
24040 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
24041 selectors (Bug#5732).
24042 (css-proprietary-nmstart-re): Use `regexp-opt'.
24043
24044 2011-06-27 Jari Aalto <jari.aalto@cante.net>
24045
24046 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
24047 (eshell-ls-date-format): New defcustom.
24048 (eshell-ls-file): Use it.
24049
24050 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
24051
24052 * help-fns.el (describe-variable): Fix message for terminal-local vars.
24053
24054 2011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
24055
24056 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
24057 (ange-ftp-make-tmp-name): New arg.
24058 (ange-ftp-file-local-copy): Use it.
24059
24060 2011-06-27 Jambunathan K <kjambunathan@gmail.com>
24061
24062 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
24063 no-conversion (Bug#8870).
24064
24065 2011-06-27 Martin Rudalics <rudalics@gmx.at>
24066
24067 * window.el (window-right, window-left, window-child)
24068 (window-child-count, window-last-child)
24069 (window-iso-combination-p, walk-window-tree-1)
24070 (window-atom-check-1, window-tree-1, delete-window)
24071 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
24072 new naming conventions - window-vchild, window-hchild,
24073 window-next and window-prev are now called window-top-child,
24074 window-left-child, window-next-sibling and window-prev-sibling
24075 respectively.
24076 (resize-window-reset): Rename to window-resize-reset.
24077 (resize-window-reset-1): Rename to window-resize-reset-1.
24078 (resize-window): Rename to window-resize.
24079 (window-min-height, window-min-width)
24080 (resize-mini-window, resize-this-window, resize-root-window)
24081 (resize-root-window-vertically, adjust-window-trailing-edge)
24082 (enlarge-window, shrink-window, maximize-window)
24083 (minimize-window, delete-window, quit-restore-window)
24084 (split-window, balance-windows, balance-windows-area-adjust)
24085 (balance-windows-area, window-state-put-2)
24086 (display-buffer-even-window-sizes, display-buffer-set-height)
24087 (display-buffer-set-width, set-window-text-height)
24088 (fit-window-to-buffer): Rename all "resize-window" prefixed
24089 calls to use the "window-resize" prefix convention.
24090 (display-buffer-alist): Fix symbol for label specifier.
24091 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
24092 corresponding specifier.
24093 Reported by Juanma Barranquero <lekktu@gmail.com>.
24094
24095 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
24096
24097 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
24098 convention.
24099 (ses-call-printer): Does not pass an empty string to formatter when the
24100 cell is empty to keep from barking printer Calc math-format-value.
24101
24102 2011-06-27 Richard Stallman <rms@gnu.org>
24103
24104 * battery.el (battery-mode-line-limit): New variable.
24105 (battery-update): Handle it.
24106
24107 * mail/rmailmm.el (rmail-mime-process-multipart):
24108 Handle truncated messages.
24109
24110 2011-06-27 Glenn Morris <rgm@gnu.org>
24111
24112 * progmodes/flymake.el (flymake-err-line-patterns):
24113 Allow for column numbers in the ant/javac pattern. (Bug#8866)
24114
24115 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
24116
24117 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
24118 (ses--clean-!, ses--clean-_): New functions.
24119 (ses-range): Add configurability of readout order, and conversion
24120 to Calc vector.
24121
24122 * ses.el (ses-repair-cell-reference-all): New function.
24123 (ses-cell-symbol): Set macro as safe, so that it can be used in
24124 formulas.
24125
24126 * ses.el: Update cycle detection algorithm.
24127 (ses-localvars): Add ses--Dijkstra-attempt-nb and
24128 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
24129 (ses-set-localvars): New function.
24130 (ses-make-cell): Add property-list as a cell element.
24131 (ses-cell-property-get-fun, ses-cell-property-get)
24132 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
24133 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
24134 New functions.
24135 (ses-cell-property-set, ses-cell-property-pop)
24136 (ses-cell-property-get-handle): New macro.
24137 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
24138 New aliases, used for code readability.
24139 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
24140 cycle detection.
24141 (ses-self-reference-early-detection): New defcustom.
24142 (ses-formula-references): Robustify against self-referring cells.
24143 (ses-mode): Use ses-set-localvars.
24144 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
24145 before lauching the update processing.
24146 (ses-initialize-Dijkstra-attempt): New function.
24147 (ses-recalculate-cell): Update for cycle detection based on
24148 Dijkstra algorithm.
24149
24150 * ses.el: Fix commenting and indenting convention.
24151
24152 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
24153
24154 * bs.el (bs-cycle-next): Complete last change.
24155
24156 2011-06-27 Drew Adams <drew.adams@oracle.com>
24157
24158 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
24159
24160 2011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
24161
24162 * net/network-stream.el (network-stream-open-starttls):
24163 Don't re-get capabilities unless we've reestablished connection.
24164 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
24165
24166 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
24167 to binary to possibly avoid line encoding issues on Windows (among
24168 other things).
24169
24170 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
24171
24172 * net/network-stream.el (open-network-stream): Return an :error
24173 saying what the problem was, if possible.
24174
24175 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
24176 server.
24177
24178 * net/network-stream.el (network-stream-open-starttls): If we
24179 wanted to use STARTTLS, and the server offered it, but we weren't
24180 able to because we had no STARTTLS support, then close the connection.
24181 (open-network-stream): Return an :error element, if present.
24182
24183 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
24184
24185 * hl-line.el (hl-line-sticky-flag): Doc fix.
24186 (global-hl-line-sticky-flag): New option (Bug#8323).
24187 (global-hl-line-highlight): Obey it.
24188
24189 * vc/vc.el (vc-revert-show-diff): Default to t.
24190
24191 2011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
24192
24193 * allout-widgets.el (allout-widgets-post-command-business):
24194 Stop decorating intermediate isearch matches. They're not being
24195 undecorated when an isearch is continued past, and isearch
24196 automatically collapses them. This leads to "widget leaks", where
24197 decorated items accumulate in collapsed areas. Lines with lots of
24198 hidden widgets can slow down cursor travel, substantially.
24199 Too much complicated machinery would be needed to ensure undecoration,
24200 so we're doing without this nicety.
24201
24202 (allout-widgets-tally-string): Don't try to do a hash-table-count
24203 of allout-widgets-tally when it's nil. This eliminates spurious "Error
24204 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
24205 *Messages* when allout-widgets-maintain-tally is t.
24206
24207 2011-06-26 Martin Rudalics <rudalics@gmx.at>
24208
24209 * window.el (display-buffer-normalize-argument): Rename to
24210 display-buffer-normalize-arguments. Handle special meaning of
24211 LABEL argument. Respect special-display-function when popping up
24212 a new frame. Fix code searching for a window showing the buffer
24213 on another frame.
24214 (display-buffer-normalize-specifiers):
24215 Call display-buffer-normalize-arguments.
24216 (display-buffer-in-window): Don't undedicate the window if its
24217 buffer remains the same.
24218 Reported by Drew Adams <drew.adams@oracle.com>.
24219 (display-buffer-alist): Add choice for same-window macro
24220 specfier.
24221 (display-buffer): Mention special meaning of LABEL argument in
24222 doc-string. Fix quoting. Don't pop up a new frame even as
24223 fallback.
24224
24225 2011-06-26 Juanma Barranquero <lekktu@gmail.com>
24226
24227 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
24228 avoid deleting the current window in some cases (bug#8911).
24229
24230 2011-06-26 Andreas Schwab <schwab@linux-m68k.org>
24231
24232 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
24233 (Bug#8934)
24234
24235 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
24236
24237 * net/network-stream.el (network-stream-open-starttls):
24238 Use built-in TLS support if `gnutls-available-p' is true.
24239 (network-stream-open-tls): Ditto.
24240
24241 2011-06-26 Leo Liu <sdl.web@gmail.com>
24242
24243 * register.el (registerv): New struct.
24244 (registerv-make): New function.
24245 (jump-to-register, describe-register-1, insert-register):
24246 Support the jump-func, print-func and insert-func slot of a registerv
24247 struct. (Bug#8415)
24248
24249 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
24250
24251 * vc/vc.el (vc-revert-show-diff): New defcustom.
24252 (vc-diff-internal): New arg specifying diff buffer.
24253 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
24254 reuse an existing *vc-diff* buffer (Bug#8927).
24255
24256 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
24257
24258 2011-06-26 Glenn Morris <rgm@gnu.org>
24259
24260 * progmodes/f90.el (f90-critical-indent): New option.
24261 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
24262 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
24263 (f90-mode): Doc fix.
24264 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
24265 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
24266 (f90-beginning-of-block, f90-next-block, f90-indent-region)
24267 (f90-match-end): Handle block, critical.
24268
24269 2011-06-25 Glenn Morris <rgm@gnu.org>
24270
24271 * calendar/diary-lib.el (diary-included-files): Doc fix.
24272 (diary-include-files): New function, extracted from
24273 diary-include-other-diary-files and diary-mark-included-diary-files.
24274 (diary-include-other-diary-files, diary-mark-included-diary-files):
24275 Just call diary-include-files.
24276 (diary-mark-entries): Reset diary-included-files on first call.
24277
24278 * calendar/diary-lib.el (diary-mark-entries)
24279 (diary-mark-included-diary-files):
24280 Visit included diary-files in temp buffers.
24281
24282 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
24283 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
24284 (f90-start-block-re, f90-imenu-generic-expression)
24285 (f90-looking-at-program-block-start, f90-no-block-limit):
24286 Add support for submodules.
24287
24288 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
24289 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
24290
24291 2011-06-25 Eli Zaretskii <eliz@gnu.org>
24292
24293 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
24294 buffer-file-type before setting its value, to avoid disastrous
24295 global effects on decoding files for DOS/Windows systems. (Bug#8780)
24296
24297 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
24298
24299 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
24300
24301 * ses.el (ses-unload-function):
24302 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
24303
24304 * proced.el (proced-unload-function):
24305 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
24306
24307 2011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
24308
24309 * server.el (server-create-window-system-frame): Add parameters arg.
24310 (server-process-filter): Doc fix. Handle frame-parameters.
24311
24312 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
24313
24314 Fix bug#8730, bug#8781.
24315
24316 * loadhist.el (unload--set-major-mode): New function.
24317 (unload-feature): Use it.
24318
24319 * progmodes/python.el (python-after-info-look): Add autoload cookie.
24320 (python-unload-function): New function.
24321
24322 2011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
24323
24324 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
24325
24326 2011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
24327
24328 * net/browse-url.el (browse-url-firefox-program): Add icecat to
24329 the candidates list.
24330
24331 2011-06-24 Juanma Barranquero <lekktu@gmail.com>
24332
24333 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
24334
24335 2011-06-23 Richard Stallman <rms@gnu.org>
24336
24337 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
24338 (rmail-variables): Set next-error-move-function.
24339 (rmail-what-message): Take argument POS.
24340 (rmail-next-error-move): New function.
24341
24342 2011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
24343
24344 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
24345 messages for adjacent non-terminals.
24346
24347 2011-06-23 Richard Stallman <rms@gnu.org>
24348
24349 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
24350 (rmail-show-message-1): Preserve buffer modified flag.
24351 (rmail-start-mail): Don't specify use of rmail-mail-return;
24352 that's done by mail-bury now.
24353 (rmail-mail-return): Handle arg NEWBUF.
24354
24355 2011-06-23 Michael Albinus <michael.albinus@gmx.de>
24356
24357 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
24358 SIZE is a number.
24359
24360 2011-06-23 Martin Rudalics <rudalics@gmx.at>
24361
24362 * window.el (get-lru-window, get-mru-window)
24363 (get-largest-window): Never return a minibuffer window.
24364 (display-buffer-pop-up-window): Fix a bug that could lead to
24365 reusing the minibuffer window.
24366 (display-buffer): Pass original specifier argument to
24367 display-buffer-function instead of the normalized one.
24368 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
24369
24370 2011-06-22 Leo Liu <sdl.web@gmail.com>
24371
24372 * minibuffer.el (completing-read-function)
24373 (completing-read-default): Move from minibuf.c.
24374
24375 2011-06-22 Richard Stallman <rms@gnu.org>
24376
24377 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
24378 to Rmail even if not started by a special Rmail command.
24379
24380 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
24381 Copy the buffer currently showing just one message.
24382
24383 2011-06-22 Roland Winkler <winkler@gnu.org>
24384
24385 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
24386 (bibtex-clean-entry): First delete the old key so that a
24387 customized algorithm for generating the new key does not get
24388 confused by the old key.
24389 (bibtex-url): Obey regexp of first step.
24390 (bibtex-search-entries): Do not use add-to-list with local
24391 list-var.
24392
24393 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
24394
24395 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
24396 stored a user name, then query for the password first, instead of
24397 waiting for SMTP to give an error message and the trying again.
24398
24399 2011-06-22 Lawrence Mitchell <wence@gmx.li>
24400
24401 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
24402 BUFFER in call-process.
24403
24404 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
24405
24406 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
24407 QUIT twice.
24408 (smtpmail-try-auth-methods): Require user name and password from
24409 auth-source.
24410
24411 2011-06-22 Martin Rudalics <rudalics@gmx.at>
24412
24413 * window.el (display-buffer-default-specifiers)
24414 (display-buffer-alist): Remove entries for pop-up-frame-alist.
24415 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
24416 (split-window): Normalize SIDE argument (Bug#8916).
24417
24418 * frame.el (pop-up-frame-alist, pop-up-frame-function)
24419 (special-display-frame-alist, special-display-popup-frame):
24420 Remove duplicate declarations. These are now in window.el.
24421
24422 2011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
24423
24424 * mail/smtpmail.el (smtpmail-via-smtp):
24425 Set :use-starttls-if-possible so that we always use STARTTLS if the
24426 server supports it. SMTP servers that support STARTTLS commonly
24427 require it.
24428
24429 * net/network-stream.el (network-stream-open-starttls): Support
24430 upgrading to STARTTLS always, even if we don't have built-in support.
24431 (open-network-stream): Add the :always-query-capabilities keyword.
24432
24433 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
24434 upgrades with `open-network-stream', and rely solely on
24435 auth-source for all credentials. Big changes throughout the file,
24436 but in particular:
24437 (smtpmail-auth-credentials): Remove.
24438 (smtpmail-starttls-credentials): Remove.
24439 (smtpmail-via-smtp): Check for servers saying they want AUTH after
24440 MAIL FROM, too.
24441
24442 * net/network-stream.el (network-stream-open-starttls):
24443 Provide support for client certificates both for external and built-in
24444 STARTTLS.
24445 (auth-source): Require.
24446 (open-network-stream): Document the :client-certificate keyword.
24447 (network-stream-certificate): Change cert-cert to cert and
24448 cert-key to key.
24449
24450 2011-06-21 Michael Albinus <michael.albinus@gmx.de>
24451
24452 * net/tramp-cache.el (top): Don't load the persistency file when
24453 "emacs -Q" has been called.
24454
24455 2011-06-21 Tim Harper <timcharper@gmail.com>
24456
24457 * term/ns-win.el (ns-initialize-window-system):
24458 Set application-specific `ApplePressAndHoldEnabled' system
24459 resource to NO as it is not yet supported by the NS port.
24460
24461 2011-06-21 Juanma Barranquero <lekktu@gmail.com>
24462
24463 * misc.el (list-dynamic-libraries--refresh): Compute header here...
24464 (list-dynamic-libraries): ...not here.
24465
24466 2011-06-21 Leo Liu <sdl.web@gmail.com>
24467
24468 * subr.el (sha1): Implement sha1 using secure-hash.
24469
24470 2011-06-21 Martin Rudalics <rudalics@gmx.at>
24471
24472 * window.el (display-buffer-alist): In default value do not
24473 enforce searching a window on any but the selected frame.
24474 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
24475 (display-buffer-select-window): Remove function.
24476 (display-buffer-in-window): When a window on another frame gets
24477 reused, do not select it any more but just raise its frame if
24478 necessary (Bug#8851) and (Bug#8856).
24479 (display-buffer-normalize-options): Handle pop-up-frames related
24480 options more faithfully.
24481 (pop-to-buffer): Don't rely on `display-buffer' selecting the
24482 window if it is on another frame.
24483 (display-buffer-alist, display-buffer-default-specifiers):
24484 Don't make new frame unsplittable by default.
24485 (display-buffer-normalize-argument): Fix doc-string typo and use
24486 'same-frame-other-window instead of 'other-window when associating
24487 with display-buffer-macro-specifiers.
24488
24489 2011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
24490
24491 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
24492 New functions.
24493 (5x5-mode-map, 5x5-mode-menu): Bind them.
24494 (5x5-draw-grid): Tweak the solver's rendering.
24495
24496 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
24497
24498 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
24499 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
24500
24501 2011-06-21 Drew Adams <drew.adams@oracle.com>
24502
24503 * menu-bar.el: Use function variable instead of switch-to-buffer.
24504 (menu-bar-select-buffer-function): New variable.
24505 (menu-bar-update-buffers): Use it (bug#8876).
24506
24507 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
24508
24509 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
24510 variable's status.
24511
24512 2011-06-20 Jan Djärv <jan.h.d@swipnet.se>
24513
24514 * x-dnd.el (x-dnd-version-from-flags)
24515 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
24516 and long as number (Bug#8899).
24517 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
24518
24519 2011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
24520
24521 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
24522 (completion-try-completion, completion-all-completions): Compute the
24523 metadata argument if it's missing; make it optional (bug#8795).
24524
24525 * wid-edit.el: Use lex-bind and move towards completion-at-point.
24526 (widget-complete): Use new :completion-function property.
24527 (widget-completions-at-point): New function.
24528 (default): Use :completion-function instead of :complete.
24529 (widget-default-completions): Rename from widget-default-complete;
24530 Rewrite.
24531 (widget-string-complete, widget-file-complete, widget-color-complete):
24532 Remove functions.
24533 (file, symbol, function, variable, coding-system, color):
24534 * international/mule-cmds.el (default-input-method, charset)
24535 (language-info-custom-alist):
24536 * cus-edit.el (face): Use new property :completions.
24537
24538 * progmodes/pascal.el (pascal-completions-at-point): New function.
24539 (pascal-mode): Use it.
24540 (pascal-mode-map): Use completion-at-point.
24541 (pascal-toggle-completions): Make obsolete.
24542 (pascal-complete-word, pascal-show-completions):
24543 * progmodes/octave-mod.el (octave-complete-symbol):
24544 Redefine as obsolete alias.
24545 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
24546 Signal absence of completion info for old Octave,
24547 (inferior-octave-complete): Redefine as obsolete alias.
24548 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
24549 (meta-completions-at-point): Rename from meta-complete-symbol and
24550 adapt it for use on completion-at-point-functions.
24551 (meta-common-mode): Use it.
24552 (meta-looking-at-backward, meta-match-buffer): Remove.
24553 (meta-complete-symbol): Redefine as obsolete alias.
24554 (meta-common-mode-map): Use completion-at-point.
24555 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
24556 (makefile-mode-map): Use completion-at-point.
24557 (makefile-completions-at-point): Rename from makefile-complete and
24558 adapt it for use on completion-at-point-functions.
24559 (makefile-mode): Use it.
24560 (makefile-complete): Redefine as obsolete alias.
24561
24562 2011-06-20 Deniz Dogan <deniz@dogan.se>
24563
24564 * net/rcirc.el: Delete trailing whitespaces once and for all.
24565
24566 2011-06-20 Daniel Colascione <dan.colascione@gmail.com>
24567
24568 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
24569
24570 2011-06-19 Chong Yidong <cyd@stupidchicken.com>
24571
24572 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
24573
24574 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
24575
24576 2011-06-19 Martin Rudalics <rudalics@gmx.at>
24577
24578 * window.el (display-buffer-other-window-means-other-frame):
24579 Call display-buffer-normalize-alist.
24580 (display-buffer-normalize-specifiers-1): Rename to
24581 display-buffer-normalize-argument. New argument other-frame.
24582 Rewrite.
24583 (display-buffer-normalize-specifiers-2): Rename to
24584 display-buffer-normalize-options.
24585 (display-buffer-normalize-alist-1): New function.
24586 (display-buffer-normalize-specifiers-3): Rename to
24587 display-buffer-normalize-alist.
24588 Call display-buffer-normalize-alist-1.
24589 (display-buffer-normalize-options-inhibit): New variable.
24590 (display-buffer-normalize-specifiers): Rewrite calling
24591 display-buffer-normalize-alist,
24592 display-buffer-normalize-argument, and
24593 display-buffer-normalize-options. Don't call the latter if
24594 display-buffer-normalize-options-inhibit is non-nil.
24595 (frame-auto-delete): New option.
24596 (window-deletable-p): Use frame-auto-delete.
24597 (window-list-no-nils, window-state-ignored-parameters)
24598 (window-state-get-1, window-state-get, window-state-put-list)
24599 (window-state-put-1, window-state-put-2, window-state-put):
24600 New functions.
24601 (display-buffer-normalize-options): Move special-display-p group
24602 after pop-up-frame group (Bug#8851) and (Bug#8856).
24603
24604 2011-06-18 Chong Yidong <cyd@stupidchicken.com>
24605
24606 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
24607 groups (Bug#8776).
24608 (rx-submatch-n): New function.
24609 (rx): Document it.
24610
24611 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
24612 (Bug#8768).
24613
24614 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
24615
24616 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
24617
24618 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
24619 anytime existing face settings are present (Bug#8889).
24620
24621 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
24622 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
24623 Remove unused argument.
24624
24625 2011-06-18 Martin Rudalics <rudalics@gmx.at>
24626
24627 * window.el (display-buffer-default-specifiers):
24628 Remove pop-up-frame. Add pop-up-window-min-height,
24629 pop-up-window-min-width, and another reuse-window specifier
24630 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
24631 (display-buffer-normalize-specifiers-2):
24632 Handle split-height-threshold and split-width-threshold also when
24633 pop-up-windows is unset. Add a reuse-window specifier for the
24634 case popping up a new window fails.
24635 (special-display-popup-frame): Remove double quoting.
24636 (display-buffer-normalize-specifiers-1): Fix thinko.
24637
24638 2011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
24639
24640 * shell.el (shell-completion-vars): Set pcomplete-termination-string
24641 according to comint-completion-addsuffix.
24642
24643 * pcomplete.el: Convert to lexical binding and fix bug#8819.
24644 (pcomplete-suffix-list): Mark as obsolete.
24645 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
24646 pcomplete-seen in the closure.
24647 (pcomplete-comint-setup): Setup completion-at-point as well.
24648 (pcomplete--entries): New function.
24649 (pcomplete--env-regexp): New var.
24650 (pcomplete-entries): Rewrite to work with partial-completion and
24651 without relying on pcomplete-suffix-list.
24652 (pcomplete-pare-list): Remove, unused.
24653
24654 2011-06-17 Martin Rudalics <rudalics@gmx.at>
24655
24656 * window.el (display-buffer-alist): Set pop-up-window-min-height
24657 and pop-up-window-min-width in default value. Reported by
24658 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
24659 other-window-means-other-frame.
24660 (display-buffer-macro-specifiers): Comment out entry for
24661 other-window specifier.
24662 (display-buffer-other-window-means-other-frame): New function.
24663 (display-buffer-normalize-specifiers-1): New arguments
24664 buffer-name and label. Treat other-window case specially.
24665 (display-buffer-normalize-specifiers-2): Treat other-window case
24666 specially.
24667 (display-buffer-normalize-specifiers-3): New function.
24668 (display-buffer-normalize-specifiers):
24669 Call display-buffer-normalize-specifiers-3.
24670
24671 2011-06-17 Martin Rudalics <rudalics@gmx.at>
24672
24673 * window.el (same-window-p): Fix two typos introduced when
24674 adding with-no-warnings.
24675 (display-buffer-normalize-specifiers-1): Don't check
24676 pop-up-frames for 'unset initialization.
24677 (display-buffer-normalize-specifiers-2): Major rewrite using
24678 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
24679 (pop-up-frames, display-buffer-reuse-frames)
24680 (display-buffer-mark-dedicated): Don't initialize to 'unset.
24681 Suggested by David Engster <deng@randomsample.de>.
24682 (even-window-heights): Initialize to 'unset.
24683 (display-buffer-alist-set): Handle new 'unset initializations.
24684 (display-buffer-macro-specifiers): Don't pop up a new frame in the
24685 other window case.
24686
24687 2011-06-16 Martin Rudalics <rudalics@gmx.at>
24688
24689 * window.el (display-buffer-normalize-specifiers-1):
24690 Respect current value of pop-up-frames for most reasonable values of
24691 second argument of display-buffer (Bug#8865).
24692 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
24693 (switch-to-buffer-other-window-same-frame)
24694 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
24695 Adams (Bug#8875).
24696 (display-buffer): Don't check noninteractive when calling
24697 display-buffer-pop-up-frame.
24698 (display-buffer-pop-up-frame): Never pop up a frame in
24699 noninteractive mode (Bug#8857).
24700 (enlarge-window, shrink-window): Don't report an error when the
24701 window can't be resized as requested (Bug#8862).
24702
24703 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
24704
24705 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
24706
24707 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
24708
24709 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
24710
24711 2011-06-15 Alan Mackenzie <acm@muc.de>
24712
24713 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
24714 for declarators, disable knr checking to speed up for normal files.
24715 2: Refactor, replacing a sequence of nested if forms by a cond form.
24716
24717 2011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
24718
24719 * net/network-stream.el (open-network-stream): Add the keyword
24720 :always-query-capabilities for the case where you want to force a
24721 `plain' network connection, but the protocol still requires the
24722 capabilitiy command (i.e., SMTP and EHLO).
24723
24724 * subr.el (process-live-p): Rename from `process-alive-p' for
24725 consistency with other `-live-p' functions.
24726
24727 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
24728
24729 * window.el (same-window-buffer-names, same-window-regexps)
24730 (special-display-frame-alist, special-display-popup-frame)
24731 (special-display-function, special-display-buffer-names)
24732 (special-display-regexps, pop-up-frame-alist)
24733 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
24734 (pop-up-windows, split-window-preferred-function)
24735 (split-height-threshold, split-width-threshold, even-window-heights)
24736 (display-buffer-mark-dedicated): Don't encourage the use of
24737 display-buffer-alist from Elisp code.
24738
24739 2011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
24740
24741 * progmodes/python.el (python-mode): Derive from prog-mode.
24742 * progmodes/ps-mode.el (ps-mode):
24743 * progmodes/mixal-mode.el (mixal-mode):
24744 * progmodes/cfengine.el (cfengine-mode):
24745 * progmodes/ld-script.el (ld-script-mode): Likewise.
24746
24747 2011-06-15 Martin Rudalics <rudalics@gmx.at>
24748
24749 * window.el (display-buffer-alist): Trim default value to avoid
24750 popping up a new frame (Bug#8857) or reusing an arbitrary window
24751 on another frame.
24752 (display-buffer): Do not fall back on popping up a new frame in
24753 batch mode (Bug#8857).
24754
24755 2011-06-14 Chong Yidong <cyd@stupidchicken.com>
24756
24757 * cus-theme.el (describe-theme-1): Use custom-theme-p.
24758 (custom-theme-summary): New function.
24759 (customize-themes): Use it.
24760
24761 2011-06-13 Glenn Morris <rgm@gnu.org>
24762
24763 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
24764
24765 2011-06-13 Martin Rudalics <rudalics@gmx.at>
24766
24767 * help.el (help-window): Remove variable.
24768 (help-window-point-marker, temp-buffer-max-height)
24769 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
24770 (help-print-return-message): Don't set help-window.
24771 (resize-temp-buffer-window): Rewrite cod eand doc-string.
24772 (help-window-setup-finish): Remove.
24773 (help-window-display-message, help-window-setup)
24774 (with-help-window): Major rewrite based on new
24775 display-buffer-window variable.
24776
24777 * help-mode.el (help-mode-finish): Remove help-window related
24778 code.
24779
24780 * view.el (view-exits-all-viewing-windows): Remove reference to
24781 view-return-to-alist in doc-string.
24782 (view-return-to-alist): Make obsolete.
24783 (view-buffer): Call pop-to-buffer-same-window and remove
24784 undo-window code.
24785 (view-buffer-other-window): Call pop-to-buffer-other-window and
24786 simplify code. Ignore second argument.
24787 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
24788 simplify code. Ignore second argument.
24789 (view-return-to-alist-update): Make obsolete.
24790 (view-mode-enter): Rename second argument to QUIT-RESTORE.
24791 Rewrite using quit-restore window parameters.
24792 (view-mode-exit): Rename second argument to EXIT-ONLY.
24793 Rewrite using quit-restore-window.
24794 (View-exit, View-exit-and-edit, View-leave, View-quit)
24795 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
24796 appropriate arguments.
24797 (view-end-message): Use quit-restore window parameter.
24798
24799 * window.el (display-buffer-function): Rewrite doc-string.
24800 (display-buffer-window, display-buffer-alist): New variables.
24801 (display-buffer-split-specifiers)
24802 (display-buffer-side-specifiers)
24803 (display-buffer-macro-specifiers): New constants.
24804 (display-buffer-even-window-sizes, display-buffer-set-height)
24805 (display-buffer-set-width, display-buffer-select-window)
24806 (display-buffer-in-window, display-buffer-reuse-window)
24807 (display-buffer-split-window-1, display-buffer-split-window)
24808 (display-buffer-split-atom-window, display-buffer-pop-up-window)
24809 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
24810 (display-buffer-in-side-window, normalize-buffer-to-display)
24811 (display-buffer-normalize-specifiers-1)
24812 (display-buffer-normalize-specifiers-2)
24813 (display-buffer-normalize-specifiers, display-buffer-frame):
24814 New functions.
24815 (display-buffer): Major rewrite.
24816 (display-buffer-other-window, display-buffer-other-frame)
24817 (pop-to-buffer, switch-to-buffer-other-window)
24818 (switch-to-buffer-other-frame): Rewrite.
24819 (display-buffer-same-window, display-buffer-same-frame)
24820 (display-buffer-same-frame-other-window)
24821 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
24822 (pop-to-buffer-other-window)
24823 (pop-to-buffer-same-frame-other-window)
24824 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
24825 (switch-to-buffer-other-window-same-frame): New functions.
24826 (same-window-p, special-display-p): Rewrite disabling warnings.
24827 Make obsolete.
24828 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
24829 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
24830 Make obsolete
24831 (same-window-buffer-names, same-window-regexps)
24832 (special-display-frame-alist, special-display-popup-frame)
24833 (special-display-function, special-display-buffer-names)
24834 (special-display-regexps, pop-up-frame-alist)
24835 (pop-up-frame-function, split-window-preferred-function)
24836 (split-height-threshold, split-width-threshold)
24837 (even-window-heights): Make obsolete.
24838
24839 2011-06-12 Glenn Morris <rgm@gnu.org>
24840
24841 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
24842 Misc simplifications.
24843
24844 2011-06-12 Martin Rudalics <rudalics@gmx.at>
24845
24846 * window.el (window-safely-shrinkable-p): Restore function which
24847 was inadvertently removed in change from 2011-06-11. Declare as
24848 obsolete.
24849
24850 * calendar/calendar.el (calendar-generate-window):
24851 Use window-iso-combined-p instead of combination of one-window-p and
24852 window-safely-shrinkable-p.
24853
24854 2011-06-12 Glenn Morris <rgm@gnu.org>
24855
24856 * progmodes/fortran.el (fortran-mode-syntax-table):
24857 * progmodes/f90.el (f90-mode-syntax-table):
24858 Set % to punctuation. (Bug#8820)
24859 (f90-find-tag-default): Remove, no longer needed.
24860
24861 2011-06-12 Daniel Colascione <dan.colascione@gmail.com>
24862
24863 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
24864
24865 2011-06-11 Chong Yidong <cyd@stupidchicken.com>
24866
24867 * image.el (image-animated-p): Return animation delay in seconds.
24868 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
24869 (image-animate-timeout): Remove DELAY argument. Don't assume
24870 every subimage has the same delay; get it from image-animated-p.
24871 (image-animate): Caller changed.
24872
24873 2011-06-11 Michael Albinus <michael.albinus@gmx.de>
24874
24875 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
24876 to ignored backtrace functions.
24877
24878 2011-06-11 Glenn Morris <rgm@gnu.org>
24879
24880 * calendar/appt.el (appt-disp-window-function): Doc fix.
24881 (appt-check): Handle overlapping appointments. (Bug#8337)
24882
24883 2011-06-11 Martin Rudalics <rudalics@gmx.at>
24884
24885 * window.el (window-tree-1, window-tree): New functions, moving
24886 the latter to window.el.
24887 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
24888 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
24889 (bw-refresh-edges): Remove.
24890 (balance-windows-1, balance-windows-2): New functions.
24891 (balance-windows): Rewrite in terms of window tree functions,
24892 balance-windows-1 and balance-windows-2.
24893 (bw-adjust-window): Remove.
24894 (balance-windows-area-adjust): New function with functionality of
24895 bw-adjust-window but using resize-window.
24896 (set-window-text-height): Rewrite doc-string.
24897 Use normalize-live-window and resize-window.
24898 (enlarge-window-horizontally, shrink-window-horizontally):
24899 Rename argument to DELTA.
24900 (window-buffer-height): New function.
24901 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
24902 Rewrite using new window resize routines.
24903 (kill-buffer-and-window, mouse-autoselect-window-select):
24904 Use ignore-errors instead of condition-case.
24905 (quit-window): Call delete-frame instead of delete-windows-on
24906 for the only buffer on frame.
24907
24908 2011-06-10 Martin Rudalics <rudalics@gmx.at>
24909
24910 * loadup.el (top-level): Load window before files for the sake
24911 of replace-buffer-in-windows.
24912
24913 * files.el (read-buffer-to-switch)
24914 (switch-to-buffer-other-window)
24915 (switch-to-buffer-other-frame, display-buffer-other-frame):
24916 Move to window.el.
24917
24918 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
24919 (previous-buffer): Move to window.el.
24920
24921 * bindings.el (unbury-buffer): Move to window.el.
24922
24923 * window.el (delete-other-windows-vertically): Move after
24924 definition of delete-other-windows.
24925 (other-window, delete-windows-on, replace-buffer-in-windows):
24926 Move here from window.c.
24927 (record-window-buffer, unrecord-window-buffer)
24928 (set-window-buffer-start-and-point, switch-to-prev-buffer)
24929 (switch-to-next-buffer): New functions.
24930 (get-next-valid-buffer, last-buffer, next-buffer): Move here
24931 from simple.el. Call switch-to-next-buffer.
24932 (previous-buffer): Move here from simple.el.
24933 Call switch-to-prev-buffer.
24934 (bury-buffer): Move here from buffer.c. Switch to previous
24935 buffer when window cannot be deleted.
24936 (unbury-buffer): Move here from bindings.el.
24937 (ctl-x-map): Move binding for other-window from window.c to
24938 here.
24939 (read-buffer-to-switch, switch-to-buffer-other-window)
24940 (switch-to-buffer-other-frame): Move here from files.el.
24941 (normalize-buffer-to-switch-to): New functions.
24942 (switch-to-buffer): Move here from buffer.c.
24943 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
24944
24945 2011-06-10 Martin Rudalics <rudalics@gmx.at>
24946
24947 * window.el (window-min-height, window-min-width): Move here
24948 from window.c. Add defcustoms and rewrite doc-strings.
24949 (resize-mini-window, resize-window): New functions.
24950 (adjust-window-trailing-edge, enlarge-window, shrink-window):
24951 Move here from window.c.
24952 (maximize-window, minimize-window): New functions.
24953 (delete-window, delete-other-windows, split-window): Move here
24954 from window.c.
24955 (window-split-min-size): New function.
24956 (split-window-keep-point): Mention split-window-above-each-other
24957 instead of split-window-vertically.
24958 (split-window-above-each-other, split-window-vertically):
24959 Rename split-window-vertically to split-window-above-each-other
24960 and provide defalias for old definition.
24961 (split-window-side-by-side, split-window-horizontally):
24962 Rename split-window-horizontally to split-window-side-by-side
24963 and provide defalias for the old definition.
24964 (ctl-x-map): Move bindings for delete-window,
24965 delete-other-windows and enlarge-window here from window.c.
24966 Replace bindings for split-window-vertically and
24967 split-window-horizontally by bindings for
24968 split-window-above-each-other and split-window-side-by-side.
24969
24970 * cus-start.el (all): Remove entries for window-min-height and
24971 window-min-width. Add entries for window-splits and
24972 window-nest.
24973
24974 2011-06-09 Glenn Morris <rgm@gnu.org>
24975
24976 * calendar/appt.el (appt-mode-line): New function.
24977 (appt-check, appt-disp-window): Use it.
24978
24979 * files.el (hack-one-local-variable-eval-safep):
24980 Allow minor-modes with explicit +/-1 arguments.
24981
24982 2011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
24983
24984 * term/xterm.el (xterm): Add defgroup.
24985 (xterm-extra-capabilities): Add defcustom to supply known xterm
24986 capabilities, skip querying them, or query them (default).
24987 (terminal-init-xterm): Use it.
24988 (terminal-init-xterm-modify-other-keys): New function to set up
24989 modifyOtherKeys support to simplify `terminal-init-xterm'.
24990
24991 2011-06-09 Martin Rudalics <rudalics@gmx.at>
24992
24993 * window.el (resize-window-reset, resize-window-reset-1)
24994 (resize-subwindows-skip-p, resize-subwindows-normal)
24995 (resize-subwindows, resize-other-windows, resize-this-window)
24996 (resize-root-window, resize-root-window-vertically)
24997 (window-deletable-p, window-or-subwindow-p)
24998 (frame-root-window-p): New functions.
24999
25000 2011-06-09 Glenn Morris <rgm@gnu.org>
25001
25002 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
25003 (ange-ftp-get-files): Use it.
25004
25005 2011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
25006
25007 * mail/sendmail.el (mail-recover-1, mail-recover):
25008 * files.el (recover-file, recover-session):
25009 Handle dired-listing-switches not being just a single short option.
25010
25011 2011-06-09 Glenn Morris <rgm@gnu.org>
25012
25013 * calendar/appt.el (appt-display-message, appt-disp-window):
25014 Handle lists of appointments.
25015
25016 2011-06-08 Martin Rudalics <rudalics@gmx.at>
25017
25018 * window.el (one-window-p): Move down in code.
25019 Rewrite doc-string.
25020 (window-current-scroll-bars): Rewrite doc-string.
25021 Normalize live window argument.
25022 (walk-windows, get-window-with-predicate, count-windows):
25023 Rewrite doc-string. Use window-list-1.
25024 (window-in-direction-2, window-in-direction, get-mru-window):
25025 New functions.
25026
25027 2011-06-08 Reuben Thomas <rrt@sc3d.org>
25028
25029 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
25030 Doc fix (Bug#8713).
25031
25032 2011-06-08 Chong Yidong <cyd@stupidchicken.com>
25033
25034 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
25035
25036 2011-06-08 Juanma Barranquero <lekktu@gmail.com>
25037
25038 * loadhist.el (unload-feature-special-hooks):
25039 Add `comint-output-filter-functions'.
25040
25041 2011-06-08 Ivan Kanis <gnu@kanis.fr>
25042
25043 * calendar/appt.el (appt-check): Move some initializations into the let.
25044
25045 2011-06-08 Martin Rudalics <rudalics@gmx.at>
25046
25047 * window.el (window-height): Defalias to window-total-height.
25048 (window-width): Defalias to window-body-width.
25049
25050 2011-06-07 Chong Yidong <cyd@stupidchicken.com>
25051
25052 * image-mode.el (image-toggle-animation): New command.
25053 (image-mode-map): Bind it to RET.
25054 (image-mode): Update message.
25055 (image-toggle-display-image): Avoid a spurious cache flush.
25056 (image-transform-rotation): Doc fix.
25057 (image-transform-properties): Return quickly in the normal case.
25058 (image-animate-loop): Rename from image-animate-max-time.
25059
25060 * image.el (image-animate-max-time): Move to image-mode.el.
25061 (create-animated-image): Remove unnecessary function.
25062 (image-animate): Rename from image-animate-start. New arg.
25063 (image-animate-stop): Remove; just use image-animate-timer.
25064 (image-animate-timer): Use car-safe.
25065 (image-animate-timeout): Rename argument.
25066
25067 2011-06-07 Martin Rudalics <rudalics@gmx.at>
25068
25069 * window.el (get-lru-window, get-largest-window): Move here from
25070 window.c. Rename first argument to ALL-FRAMES.
25071 Rephrase doc-strings.
25072 (get-buffer-window-list): Rewrite using window-list-1.
25073 Rephrase doc-string.
25074 (window-safe-min-height, window-safe-min-width): New constants.
25075 (window-size-ignore, window-min-size, window-min-size-1)
25076 (window-sizable, window-sizable-p, window-size-fixed-1)
25077 (window-size-fixed-p, window-min-delta-1, window-min-delta)
25078 (window-max-delta-1, window-max-delta, window-resizable)
25079 (window-resizable-p, window-total-height, window-total-width)
25080 (window-body-width): New functions.
25081 (window-full-height-p, window-full-width-p): Rewrite using
25082 window-total-size.
25083 (window-body-height): Rewrite using window-body-size.
25084
25085 2011-06-06 Martin Rudalics <rudalics@gmx.at>
25086
25087 * window.el (window-right, window-left, window-child)
25088 (window-child-count, window-last-child, window-any-p)
25089 (normalize-live-buffer, normalize-live-frame)
25090 (normalize-any-window, normalize-live-window)
25091 (window-iso-combination-p, window-iso-combined-p)
25092 (window-iso-combinations)
25093 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
25094 (windows-with-parameter, window-with-parameter)
25095 (window-atom-root, make-window-atom, window-atom-check-1)
25096 (window-atom-check, window-side-check, window-check):
25097 New functions.
25098 (ignore-window-parameters, window-sides, window-sides-vertical)
25099 (window-sides-slots): New variables.
25100 (window-size-fixed): Move down in code. Minor doc-string fix.
25101
25102 2011-06-05 Andreas Schwab <schwab@linux-m68k.org>
25103
25104 * comint.el (comint-dynamic-complete-as-filename)
25105 (comint-dynamic-complete-filename): Correctly call
25106 completion-in-region.
25107
25108 2011-06-05 Deniz Dogan <deniz@dogan.se>
25109
25110 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
25111 in last change.
25112
25113 2011-06-05 Deniz Dogan <deniz@dogan.se>
25114
25115 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
25116 (rcirc): Use it to prompt for encryption.
25117
25118 2011-06-05 Roland Winkler <winkler@gnu.org>
25119
25120 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
25121 (bibtex-search-entries): New command bound to C-c C-a.
25122 (bibtex-display-entries): New function.
25123
25124 2011-06-05 Roland Winkler <winkler@gnu.org>
25125
25126 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
25127 (bibtex-insert-kill): After yanking insert newline if necessary.
25128 (bibtex-initialize): Call bibtex-string-files-init only once.
25129 (bibtex-mode): Do not call easy-menu-add.
25130 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
25131 (bibtex-yank): Set arg properly if nil.
25132
25133 2011-06-05 Roland Winkler <winkler@gnu.org>
25134
25135 * textmodes/bibtex.el (bibtex-search-entry-globally):
25136 New variable.
25137 (bibtex-search-entry): Use it.
25138
25139 2011-06-05 Roland Winkler <winkler@gnu.org>
25140
25141 * textmodes/bibtex.el (bibtex-entry-format): New option
25142 sort-fields.
25143 (bibtex-format-entry, bibtex-reformat): Honor this option.
25144 (bibtex-parse-entry): Return fields in proper order.
25145
25146 2011-06-05 Juanma Barranquero <lekktu@gmail.com>
25147
25148 * doc-view.el (doc-view-remove-if): Move computation of result out
25149 of `dolist' to silence misleading lexical-binding warning.
25150
25151 2011-06-04 Chong Yidong <cyd@stupidchicken.com>
25152
25153 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
25154 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
25155
25156 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
25157
25158 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
25159 "SunOS 5.10".
25160
25161 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
25162
25163 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
25164 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
25165 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
25166 (tramp-parse-putty):
25167 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
25168 (tramp-completion-function-alist-ssh)
25169 (tramp-completion-function-alist-telnet)
25170 (tramp-completion-function-alist-su)
25171 (tramp-completion-function-alist-putty): Set `tramp-autoload'
25172 cookie.
25173
25174 * net/tramp-ftp.el:
25175 * net/tramp-sh.el:
25176 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
25177 load "tramp.el" `tramp-set-completion-function'.
25178
25179 2011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
25180
25181 * shell.el: Require and use pcomplete.
25182 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
25183 (shell-completion-vars): Set pcomplete-default-completion-function.
25184
25185 2011-06-04 Deniz Dogan <deniz@dogan.se>
25186
25187 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
25188 `memq' (Bug#8799).
25189
25190 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
25191
25192 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
25193
25194 2011-06-02 Juanma Barranquero <lekktu@gmail.com>
25195
25196 * bs.el (bs--mark-unmark, bs--nth-wrapper):
25197 * mpc.el (mpc-select-extend, mpc-songpointer-context):
25198 * vc/log-view.el (log-view-beginning-of-defun):
25199 * vc/smerge-mode.el (smerge-apply-resolution-patch)
25200 (smerge-refine-forward, smerge-refine-chopup-region):
25201 Silence warning for unused `dotimes' counter variables.
25202
25203 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
25204
25205 * net/tramp.el (tramp-with-progress-reporter): Rename from
25206 with-progress-reporter. Use `declare'.
25207 * net/tramp-smb.el:
25208 * net/tramp-sh.el:
25209 * net/tramp-gvfs.el: Update all uses.
25210
25211 2011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
25212
25213 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
25214 buffer isn't killed before making it current.
25215
25216 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
25217
25218 Silence various byte-compiler warnings.
25219 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
25220 `access-type' and new obsolescence format.
25221 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
25222 new format.
25223 (byte-compile-check-variable): New `access-type' argument.
25224 Only warn if the access-type is obsolete.
25225 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
25226 (byte-compile-variable-set): Adjust callers.
25227 * help-fns.el (describe-variable): Adjust to new obsolescence format.
25228 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
25229 setting it as obsolete.
25230 * simple.el (minibuffer-completing-symbol):
25231 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
25232 access as obsolete.
25233 * minibuffer.el (minibuffer-completing-file-name): Don't make it
25234 obsolete yet.
25235 * international/quail.el (quail-mouse-choose-completion): Remove unused
25236 code referring to obsolete var.
25237 (quail-choose-completion-string): Remove.
25238 * server.el (server-clients-with, server-kill-buffer-query-function)
25239 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
25240 * proced.el (proced-send-signal):
25241 * emacs-lisp/lisp.el (lisp-complete-symbol):
25242 Replace completion-annotate-function with completion-extra-properties.
25243
25244 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
25245
25246 * simple.el (goto-line): Use read-number.
25247 (overriding-map-is-bound): Remove.
25248 (saved-overriding-map): Change default.
25249 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
25250 Take the map as argument.
25251 (universal-argument, negative-argument, digit-argument): Use it.
25252 (restore-overriding-map): Adjust.
25253 (do-auto-fill): Use fill-forward-paragraph.
25254 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
25255
25256 * minibuffer.el (minibuffer-inactive-mode-map): New var.
25257 (minibuffer-inactive-mode): New major mode.
25258 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
25259 the *Messages* buffer" hack.
25260 (mouse-popup-menubar): Don't burp if the event is a normal key.
25261
25262 Miscellaneous tweaks.
25263 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
25264 lexical scoping as in subr.el's dolist and dotimes.
25265 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
25266 Silence compiler warning.
25267 * thingatpt.el (forward-whitespace): Trivial coding style fix.
25268 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
25269 * international/ccl.el (ccl-compile): Trivial simplification.
25270 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
25271 * emacs-lisp/testcover.el (testcover-end): Remove spurious
25272 `printflag' argument.
25273 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
25274 Purecopy the whole obsolescence data.
25275
25276 2011-06-01 Leo Liu <sdl.web@gmail.com>
25277
25278 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
25279 improve doc-string as suggested by Marco Pessotto
25280 <melmothx@gmail.com>.
25281 (rcirc-print): Fix last change.
25282
25283 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
25284
25285 * minibuffer.el (complete-with-action): Return nil for the metadata and
25286 boundaries of non-functional tables.
25287 (completion-table-dynamic): Return nil for the metadata.
25288 (completion-table-with-terminator): Add default case, using
25289 complete-with-action.
25290 (completion--metadata): New function.
25291 (completion-all-sorted-completions, minibuffer-completion-help): Use it
25292 to try and avoid pathological performance problems.
25293 (completion--embedded-envvar-table): Return `category' metadata.
25294
25295 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
25296
25297 * subr.el (process-alive-p): New tiny convenience function.
25298
25299 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
25300
25301 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
25302 content but also its previous major mode.
25303
25304 2011-05-31 Helmut Eller <eller.helmut@gmail.com>
25305
25306 * emacs-lisp/debug.el (debug): Restore the previous content of the
25307 *Backtrace* buffer when we exit with C-M-c.
25308
25309 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
25310
25311 * minibuffer.el: Add metadata method to completion tables.
25312 (completion-category-overrides): New defcustom.
25313 (completion-metadata, completion--field-metadata)
25314 (completion-metadata-get, completion--styles)
25315 (completion--cycle-threshold): New functions.
25316 (completion-try-completion, completion-all-completions):
25317 Add `metadata' argument to choose completion-styles.
25318 (completion--do-completion): Use metadata to choose cycling.
25319 (completion-all-sorted-completions): Use metadata for sorting.
25320 Remove :completion-cycle-penalty which is not needed any more.
25321 (completion--try-word-completion): Add `metadata' argument.
25322 (minibuffer-completion-help): Check metadata for annotation function
25323 and sorting.
25324 (completion-file-name-table): Return `category' metadata.
25325 (minibuffer-completing-file-name): Make obsolete.
25326 * simple.el (minibuffer-completing-symbol): Make obsolete.
25327 * icomplete.el (icomplete-completions): Pass new `metadata' param to
25328 completion-try-completion.
25329
25330 2011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
25331
25332 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
25333
25334 2011-05-30 Leo Liu <sdl.web@gmail.com>
25335
25336 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
25337 (rcirc-print): Decode all incoming messages (bug#8744).
25338 (rcirc-decode-coding-system): Allow value nil for automatic coding
25339 system detection.
25340
25341 2011-06-01 Glenn Morris <rgm@gnu.org>
25342
25343 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
25344
25345 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
25346
25347 * image.el (image-animate-max-time): Allow nil and t values.
25348 Default to nil.
25349 (create-animated-image): Doc fix.
25350 (image-animate-start): Remove second arg; just use
25351 image-animate-max-time.
25352 (image-animate-timeout): Doc fix. Args changed.
25353
25354 * image-mode.el (image-toggle-display-image): Ensure that the
25355 image spec passed to the animate timer is the same object as in
25356 the buffer's display property (Bug#6981).
25357 (image-transform-properties): Doc fix.
25358
25359 * image.el (image-animate-max-time): Default to nil.
25360
25361 2011-05-29 Martin Rudalics <rudalics@gmx.at>
25362
25363 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
25364 entire buffer list (Bug#8184).
25365
25366 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
25367
25368 * image.el (imagemagick-types-inhibit)
25369 (imagemagick-register-types): Doc fix.
25370
25371 2011-05-29 Deniz Dogan <deniz@dogan.se>
25372
25373 * net/rcirc.el (rcirc): Use the user's stored encryption method by
25374 default.
25375
25376 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
25377
25378 * select.el: Don't perform clipboard-manager saving in hooks;
25379 leave the hooks empty.
25380
25381 2011-05-28 Leo Liu <sdl.web@gmail.com>
25382
25383 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
25384 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
25385 (occur-edit-mode): New major mode (Bug#8463).
25386 (occur-after-change-function): New function.
25387 (occur-engine): Give Occur tags a read-only property.
25388
25389 2011-05-28 Kevin Ryde <user42@zip.com.au>
25390
25391 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
25392
25393 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
25394
25395 * bindings.el (help-echo): Make the initial non-indicator dash
25396 empty on graphical terminals (Bug#7295).
25397
25398 * files.el (auto-mode-alist): Move config rule after the
25399 in-stripping one (Bug#8547).
25400
25401 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
25402
25403 * startup.el (normal-splash-screen): Remove gratuitous mode-line
25404 setting (Bug#8740).
25405
25406 2011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
25407
25408 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
25409 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
25410 (Bug#8539).
25411
25412 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
25413
25414 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
25415
25416 2011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
25417
25418 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
25419 (hs-hide-block-at-point, hs-find-block-beginning)
25420 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
25421 (Bug#8279).
25422
25423 2011-05-28 Glenn Morris <rgm@gnu.org>
25424
25425 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
25426
25427 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
25428
25429 * help-fns.el (describe-function-1): If the function is a derived
25430 major mode, print the parent mode.
25431
25432 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
25433 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
25434
25435 2011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
25436
25437 * minibuffer.el (completion--capf-wrapper): Check applicability before
25438 returning non-nil for non-exclusive completion data.
25439 * progmodes/etags.el (tags-completion-at-point-function):
25440 * info-look.el (info-lookup-completions-at-point): Mark as
25441 non-exclusive.
25442 (info-complete): Adjust accordingly.
25443
25444 * info-look.el: Convert to lexical-binding and completion-at-point.
25445 (info-lookup-completions-at-point): New function.
25446 (info-complete): Use it and completion-in-region.
25447
25448 2011-05-28 Drew Adams <drew.adams@oracle.com>
25449
25450 * isearch.el: Let M-e start with point at the first mismatched char.
25451 (isearch-fail-pos): New function.
25452 (isearch-edit-string): Use it.
25453
25454 2011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
25455
25456 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
25457
25458 2011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
25459
25460 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
25461 traversal functions for avl-trees.
25462 (avl-tree--stack): New struct.
25463 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
25464 (avl-tree-enter): Add optional `updatefun' arg.
25465 (avl-tree--do-enter): Add optional `updatefun' arg.
25466 Change return value.
25467 (avl-tree-delete): Add optional `test' and `nilflag' args.
25468 (avl-tree--do-delete): Add `test' and `nilflag' args.
25469 Change return value.
25470 (avl-tree-member): Add optional `nilflag'
25471 (avl-tree-member-p): New function.
25472 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
25473 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
25474 (avl-tree-stack-empty-p): New functions.
25475
25476 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
25477 avl-tree--del-balance1 and make it work both ways.
25478 (avl-tree--del-balance2): Remove.
25479 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
25480 make it work both ways.
25481 (avl-tree--enter-balance2): Remove.
25482 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
25483 New macros.
25484 (avl-tree--mapc, avl-tree-map): Add direction argument.
25485
25486 2011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
25487
25488 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
25489
25490 2011-05-27 Chong Yidong <cyd@stupidchicken.com>
25491
25492 * select.el: Support clipboard managers with built-in function
25493 x-clipboard-manager-save, via delete-frame-functions and
25494 kill-emacs-hook.
25495 (xselect-convert-to-targets): Add MULTIPLE target to list.
25496 (xselect-convert-to-save-targets): New function.
25497
25498 2011-05-27 Kenichi Handa <handa@m17n.org>
25499
25500 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
25501 let-binding rfc2047-encode-encoded-words to nil.
25502
25503 2011-05-27 Glenn Morris <rgm@gnu.org>
25504
25505 * mail/emacsbug.el: Don't require url-util.
25506
25507 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
25508
25509 * files.el (set-auto-mode):
25510 Also respect mode: entries at the end of the file. (Bug#8586)
25511
25512 2011-05-26 Glenn Morris <rgm@gnu.org>
25513
25514 * files.el (hack-local-variables-prop-line, hack-local-variables):
25515 Downcase mode names, as seems to be traditional.
25516 (hack-local-variables, hack-local-variables-apply): Doc fixes.
25517
25518 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
25519 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
25520
25521 2011-05-25 Julien Danjou <julien@danjou.info>
25522
25523 * textmodes/rst.el (rst-define-level-faces): Do not define face
25524 symbol if it is already defined.
25525
25526 2011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
25527
25528 * play/5x5.el (5x5-new-game, 5x5-randomize):
25529 Reset 5x5-solver-output to nil when a new grid is cast.
25530 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
25531 these debugging traces, as defmacro breaks the compiled code.
25532
25533 2011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
25534
25535 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
25536
25537 2011-05-24 Leo Liu <sdl.web@gmail.com>
25538
25539 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
25540 (vc-bzr-sha1): Adapt.
25541
25542 * sha1.el: Remove. Function `sha1' is now builtin.
25543
25544 * bindings.el: Provide sha1 feature.
25545
25546 2011-05-24 Kenichi Handa <handa@m17n.org>
25547
25548 * mail/sendmail.el: Require `rfc2047'.
25549 (mail-insert-from-field): Do not perform RFC2047 encoding.
25550 (mail-encode-header): New function.
25551 (sendmail-send-it): Set buffer-file-coding-system of the work
25552 buffer to the return value of select-message-coding-system.
25553 Call mail-encode-header.
25554
25555 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
25556
25557 2011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
25558
25559 * mail/supercite.el (sc-default-cite-frame):
25560 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
25561
25562 2011-05-24 Glenn Morris <rgm@gnu.org>
25563
25564 * progmodes/python.el (brm-menu): Declare.
25565
25566 * emulation/viper.el (viper-set-hooks): Declare.
25567
25568 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
25569 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
25570 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
25571 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
25572 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
25573 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
25574
25575 2011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
25576
25577 Add an :exit-function for completion-at-point.
25578
25579 * minibuffer.el (completion--done): New fun.
25580 (completion--do-completion): Use it. New arg `expect-exact'.
25581 (minibuffer-complete, minibuffer-complete-word): Don't output message,
25582 since completion--do-completion does it for us now.
25583 (minibuffer-force-complete): Use completion--done and
25584 completion--replace. Handle sole-completion case with more care.
25585 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
25586 (completion-extra-properties): New var.
25587 (completion-annotate-function): Make obsolete.
25588 (minibuffer-completion-help): Adjust accordingly.
25589 Use completion-list-insert-choice-function.
25590 (completion-at-point, completion-help-at-point):
25591 Bind completion-extra-properties.
25592 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
25593 * simple.el (completion-list-insert-choice-function): New var.
25594 (completion-setup-function): Preserve it.
25595 (choose-completion): Pay attention to it, shuffle the code a bit.
25596 (choose-completion-string): New arg `insert-function'.
25597
25598 * textmodes/bibtex.el: Convert to lexical binding.
25599 (bibtex-mode-map): Use completion-at-point.
25600 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
25601 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
25602 (bibtex-complete): Define as obsolete alias.
25603 (bibtex-complete-internal): Remove.
25604 (bibtex-format-entry): Remove unused sub-group in regexp.
25605 * shell.el (shell--command-completion-data)
25606 (shell-environment-variable-completion):
25607 * pcomplete.el (pcomplete-completions-at-point):
25608 * comint.el (comint--complete-file-name-data): Use :exit-function
25609 instead of completion-table-with-terminator so it also works for
25610 choose-completion.
25611
25612 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
25613
25614 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
25615
25616 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
25617 (bug#8710).
25618
25619 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
25620
25621 2011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
25622
25623 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
25624 customization variable and implement: If non-nil, auto-fill will
25625 be inhibited while on topic's header line.
25626
25627 2011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
25628
25629 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
25630 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
25631 always have a solution in grid size = 5 cases.
25632 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
25633 (5x5-solver-output, 5x5-log-buffer): New vars.
25634 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
25635 Make these variables buffer local to achieve 5x5 multi-session-ness.
25636 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
25637 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
25638 (5x5-solve-suggest): New funs.
25639 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
25640 randomize a grid so that we ensure that there is always a solution.
25641 (5x5-make-random-grid): Allow other movement than flipping.
25642
25643 2011-05-23 Kevin Ryde <user42@zip.com.au>
25644
25645 * emacs-lisp/advice.el (ad-read-advised-function):
25646 Use `function-called-at-point' as the default, if it has
25647 advice and passes PREDICATE.
25648
25649 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
25650
25651 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
25652 byte-compile-lambda if it's actually a lambda.
25653
25654 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
25655 Fix function quoting. Use backquote better.
25656
25657 2011-05-22 Yuanle Song <sylecn@gmail.com>
25658
25659 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
25660 matching (Bug#8516).
25661
25662 2011-05-22 Jari Aalto <jari.aalto@cante.net>
25663
25664 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
25665 different face (Bug#8178).
25666
25667 2011-05-22 Chong Yidong <cyd@stupidchicken.com>
25668
25669 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
25670 defface (Bug#8144).
25671
25672 2011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
25673
25674 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
25675 funcall as well (bug#8712). Warn when performing those conversions.
25676 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
25677
25678 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
25679
25680 2011-05-22 Glenn Morris <rgm@gnu.org>
25681
25682 * files.el (hack-local-variables-prop-line): Small simplifications.
25683 (hack-local-variables, hack-local-variables-prop-line):
25684 If MODE-ONLY, return the mode, rather than just `t'.
25685
25686 2011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
25687
25688 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
25689
25690 2011-05-21 Glenn Morris <rgm@gnu.org>
25691
25692 * files.el (hack-local-variables-prop-line, hack-local-variables):
25693 If only interested in the mode, don't bother doing the other stuff.
25694
25695 * image-mode.el (image-after-revert-hook):
25696 Redraw all frames on which the image is visible. (Bug#8567)
25697
25698 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
25699
25700 * wid-edit.el (widget-checklist-match-inline):
25701 Fix 2011-04-19 change. (Bug#8649)
25702
25703 2011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
25704
25705 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
25706 Also allow singlespace after single-letter capitals followed by a dot.
25707
25708 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
25709 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
25710
25711 2011-05-20 Nix <nix@esperi.org.uk>
25712
25713 * files.el (basic-save-buffer-2):
25714 Fix handling of break-hardlink-on-save with non-existent files.
25715
25716 2011-05-19 Deniz Dogan <deniz@dogan.se>
25717
25718 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
25719 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
25720
25721 2011-05-19 Glenn Morris <rgm@gnu.org>
25722
25723 * progmodes/f90.el (f90-type-def-re):
25724 Handle "type, bind(c)". (Bug#8691)
25725
25726 * emacs-lisp/autoload.el (batch-update-autoloads):
25727 Set autoload-excludes by parsing loadup.el rather than Makefiles.
25728
25729 2011-05-18 Michael Albinus <michael.albinus@gmx.de>
25730
25731 * net/tramp.el (tramp-process-actions): Set "first-password-request"
25732 property for the correct connection in case of multihops.
25733
25734 2011-05-18 Glenn Morris <rgm@gnu.org>
25735
25736 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
25737 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
25738
25739 Rationalize calendar handling of day and month abbrev-arrays.
25740 * calendar/calendar.el (calendar-customized-p): New function.
25741 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
25742 (calendar-day-name-array, calendar-month-name-array): Doc fix.
25743 Add :set function.
25744 (calendar-abbrev-length, calendar-day-abbrev-array)
25745 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
25746 (calendar-day-abbrev-array, calendar-month-abbrev-array):
25747 Elements may no longer be nil.
25748 (calendar-day-name, calendar-month-name):
25749 Update for changed nature of abbrev arrays.
25750 * calendar/diary-lib.el (diary-name-pattern):
25751 Update for changed nature of abbrev arrays.
25752 (diary-mark-entries-1): Update calendar-make-alist calls.
25753 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
25754 * calendar/cal-html.el (cal-html-day-abbrev-array):
25755 Simply inherit from calendar-day-abbrev-array.
25756
25757 2011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
25758
25759 * progmodes/grep.el (grep-mode): Disable default
25760 compilation-directory-matcher setting (bug#8684).
25761
25762 2011-05-17 Michael Albinus <michael.albinus@gmx.de>
25763
25764 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
25765 instead of "head" and "tail". There were problems with SunOS 5.9,
25766 and it performs better.
25767
25768 2011-05-17 Glenn Morris <rgm@gnu.org>
25769
25770 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
25771
25772 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
25773 Replace obsolete function.
25774
25775 * shell.el (pcomplete-parse-arguments-function): Declare.
25776
25777 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
25778 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
25779 (appt-check): Doc fixes.
25780 (appt-disp-window-function, appt-delete-window-function):
25781 Remove needless special case in custom :type.
25782 (appt-display-count): Default to 0, not nil.
25783 (appt-check): Reset appt-display-count to 0, not nil.
25784
25785 2011-05-17 Juanma Barranquero <lekktu@gmail.com>
25786
25787 * progmodes/python.el (python-font-lock-keywords):
25788 Add the Python 3.X keyword "nonlocal" (bug#8639).
25789
25790 2011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
25791
25792 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
25793
25794 2011-05-16 Kevin Ryde <user42@zip.com.au>
25795
25796 * info-look.el (makefile-automake-mode): New setups, looking in
25797 automake manual, then makefile-mode.
25798 (makefile-mode): Remove automake manual, have it just in
25799 makefile-automake-mode since there's various things different or
25800 not relevant to plain make.
25801 (makefile-mode): Remove "other-modes" non-existent automake-mode,
25802 believe a hypothetical automake-mode would go to makefile-mode,
25803 not the other way around.
25804
25805 2011-05-15 Chong Yidong <cyd@stupidchicken.com>
25806
25807 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
25808 hunk-end tags (Bug#8672).
25809
25810 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
25811 vc-annotate-show-diff-revision-at-line (Bug#8671).
25812
25813 2011-05-14 Glenn Morris <rgm@gnu.org>
25814
25815 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
25816 in the middle of an existing one with multiple authors. (Bug#8645)
25817 (change-log-font-lock-keywords): Also handle multiple author lines
25818 with leading tabs. (Bug#8644)
25819
25820 * calendar/appt.el (appt-check): Rename some local variables.
25821 Some simplification/reordering.
25822
25823 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
25824 (feedmail-sendmail-f-doesnt-sell-me-out)
25825 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
25826 (feedmail-debug-sit-for, feedmail-queue-express-hook)
25827 (feedmail-queue-runner-message-sender): Set :version.
25828 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
25829 (bbdb-dwim-net-address, vm-mail): Declare.
25830 (feedmail-binmail-gnulinuxish-template):
25831 Rename from feedmail-binmail-linuxish-template.
25832 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
25833 Use insert-buffer-substring.
25834
25835 2011-05-14 Bill Carpenter <bill@carpenter.org>
25836
25837 * mail/feedmail.el (feedmail-patch-level): Increase.
25838 (feedmail-debug): New custom group.
25839 (feedmail-confirm-outgoing-timeout)
25840 (feedmail-sendmail-f-doesnt-sell-me-out)
25841 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
25842 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
25843 (feedmail-sender-line, feedmail-from-line)
25844 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
25845 (feedmail-spray-this-address)
25846 (feedmail-spray-address-fiddle-plex-list)
25847 (feedmail-queue-use-send-time-for-date)
25848 (feedmail-queue-use-send-time-for-message-id)
25849 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
25850 (feedmail-buffer-eating-function):
25851 Doc fixes.
25852 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
25853 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
25854 (feedmail-message-action-scroll-down): New functions.
25855 (feedmail-queue-directory, feedmail-queue-draft-directory):
25856 Use expand-file-name.
25857 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
25858 Remove C-v help entry.
25859 (feedmail-queue-buffer-file-name): New variable.
25860 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
25861 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
25862 (feedmail-message-action-send-strong, feedmail-message-action-edit)
25863 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
25864 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
25865 (feedmail-message-action-toggle-spray)
25866 (feedmail-run-the-queue-no-prompts)
25867 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
25868 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
25869 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
25870 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
25871 (feedmail-envelope-deducer, feedmail-fiddle-from)
25872 (feedmail-fiddle-sender, feedmail-default-date-generator)
25873 (feedmail-fiddle-date, feedmail-fiddle-message-id)
25874 (feedmail-fiddle-spray-address)
25875 (feedmail-fiddle-list-of-spray-fiddle-plexes)
25876 (feedmail-fiddle-list-of-fiddle-plexes)
25877 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
25878 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
25879 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
25880 Change default. Doc fix.
25881 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
25882 (feedmail-binmail-linuxish-template): New constant.
25883 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
25884 Respect feedmail-sendmail-f-doesnt-sell-me-out.
25885 (feedmail-send-it): Add debug call.
25886 Use feedmail-queue-buffer-file-name, and
25887 feedmail-send-it-immediately-wrapper.
25888 (feedmail-message-action-send): Add debug call.
25889 Use feedmail-send-it-immediately-wrapper.
25890 (feedmail-queue-express-to-queue): Add debug call.
25891 Run feedmail-queue-express-hook.
25892 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
25893 (feedmail-message-action-help-blat):
25894 Rename from feedmail-queue-send-edit-prompt-help-first.
25895 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
25896 Check line-endings. Handle errors better.
25897 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
25898 Doc fix. Add debug call.
25899 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
25900 Use feedmail-queue-send-edit-prompt-inner.
25901 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
25902 (feedmail-queue-send-edit-prompt-inner): New function, extracted
25903 from feedmail-queue-send-edit-prompt.
25904 (feedmail-queue-send-edit-prompt-help)
25905 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
25906 (feedmail-tidy-up-slug): Add debug call.
25907 Respect feedmail-queue-slug-suspect-regexp.
25908 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
25909 (feedmail-dump-message-to-queue): Add debug call.
25910 Expand queue-directory.
25911 (feedmail-dump-message-to-queue): Change message slightly.
25912 Use feedmail-say-chatter.
25913 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
25914 (feedmail-send-it-immediately-wrapper): New function.
25915 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
25916 Insert empty string rather than newline. Handle full-frame case.
25917 Use catch/throw. Use feedmail-say-chatter.
25918 (feedmail-fiddle-from): Try mail-host-address.
25919 (feedmail-default-message-id-generator): Doc fix.
25920 Bind system-time-locale. Handle missing end.
25921 (feedmail-fiddle-x-mailer): Add debug call.
25922 Handle feedmail-x-mailer-line being nil.
25923 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
25924 Add debug call. Use buffer-substring-no-properties.
25925 (feedmail-say-debug, feedmail-say-chatter): New functions.
25926 (feedmail-find-eoh): Give an explicit error.
25927
25928 2011-05-13 Ulf Jasper <ulf.jasper@web.de>
25929
25930 * net/newst-treeview.el (newsticker-treeview-face): Change default
25931 family from helvetica to sans.
25932 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
25933 etc/images/newsticker.
25934
25935 * net/newst-reader.el (newsticker-feed-face): Change default
25936 family from helvetica to sans.
25937
25938 * net/newst-plainview.el (newsticker-new-item-face)
25939 (newsticker-old-item-face, newsticker-immortal-item-face)
25940 (newsticker-obsolete-item-face, newsticker-date-face)
25941 (newsticker-statistics-face): Change default family from
25942 helvetica to sans.
25943 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
25944 etc/images/newsticker.
25945
25946 * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
25947 (newsticker--process-auto-mark-filter-match): Tell user about
25948 auto-marking.
25949
25950 2011-05-13 Didier Verna <didier@xemacs.org>
25951
25952 Common Lisp indentation improvements on defmethod and lambda-lists.
25953 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
25954 TODO entries.
25955 (lisp-lambda-list-keyword-parameter-indentation)
25956 (lisp-lambda-list-keyword-parameter-alignment)
25957 (lisp-lambda-list-keyword-alignment): New customizable user options.
25958 (lisp-indent-defun-method): Improve docstring.
25959 (extended-loop-p): Fix comment.
25960 (lisp-indent-lambda-list-keywords-regexp): New variable.
25961 (lisp-indent-lambda-list): New function.
25962 (lisp-indent-259): Use it.
25963 (lisp-indent-defmethod): Support for more than one
25964 method qualifier and properly indent methods lambda-lists.
25965 (defgeneric): Provide a missing common-lisp-indent-function property.
25966
25967 2011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
25968
25969 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
25970 bounds for the empty string (bug#8667).
25971
25972 2011-05-13 Glenn Morris <rgm@gnu.org>
25973
25974 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
25975
25976 * mail/sendmail.el (sendmail-program): Try executable-find first.
25977 (sendmail-send-it): `sendmail-program' cannot be unbound.
25978
25979 * calendar/appt.el (appt-make-list): Simplify.
25980 (appt-time-msg-list): Doc fix.
25981 (appt-check): Change mode-line message at the time of the appointment.
25982
25983 2011-05-12 Andreas Schwab <schwab@linux-m68k.org>
25984
25985 * progmodes/ld-script.el (ld-script-keywords)
25986 (ld-script-builtins): Update keywords list.
25987
25988 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
25989
25990 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
25991
25992 * shell.el (shell-completion-vars): New function.
25993 (shell-mode):
25994 * simple.el (read-shell-command): Use it.
25995 (blink-matching-open): No need for " [...]" in minibuffer-message.
25996
25997 2011-05-12 Glenn Morris <rgm@gnu.org>
25998
25999 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
26000 (appt-check): Simplify.
26001
26002 2011-05-12 Eli Zaretskii <eliz@gnu.org>
26003
26004 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
26005 literal "/dev/null".
26006
26007 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
26008
26009 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
26010 Fix typo.
26011
26012 2011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
26013
26014 * progmodes/which-func.el (which-function):
26015 Use add-log-current-defun instead of add-log-current-defun-function,
26016 which might not be defined (Bug#8260).
26017
26018 2011-05-12 Glenn Morris <rgm@gnu.org>
26019
26020 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
26021 Let byte-compile-initial-macro-environment always take precedence.
26022
26023 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
26024
26025 * net/rcirc.el: Add support for SSL/TLS connections.
26026 (rcirc-server-alist): New field `encryption'.
26027 (rcirc): Check `encryption' settings.
26028 (rcirc-connect): New arg `encryption'. Use open-network-stream.
26029 Merge make-local-variable into `set'.
26030 (rcirc--connection-open-p): New function.
26031 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
26032 the process is not a network process (e.g. running gnutls-cli).
26033 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
26034 Make rcirc-(en|de)code-coding-system local here.
26035 (rcirc-mode): Merge make-local-variable into `set'.
26036 (rcirc-parent-buffer): Make permanent buffer-local.
26037 (rcirc-multiline-minor-mode): Don't do it here.
26038 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
26039 there's no server buffer.
26040
26041 2011-05-11 Glenn Morris <rgm@gnu.org>
26042
26043 * newcomment.el (comment-kill): Prefix "unused" local.
26044
26045 * term/w32console.el (get-screen-color): Declare.
26046
26047 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
26048 Handle symbol elements of byte-compile-initial-macro-environment.
26049
26050 2011-05-10 Leo Liu <sdl.web@gmail.com>
26051
26052 * bookmark.el (bookmark-bmenu-mode-map):
26053 Bind bookmark-bmenu-search to `/'.
26054
26055 * mail/footnote.el: Convert to utf-8 encoding.
26056 (footnote-unicode-string, footnote-unicode-regexp): New variable.
26057 (Footnote-unicode): New function.
26058 (footnote-style-alist): Add unicode style to the list.
26059 (footnote-style): Doc fix.
26060
26061 2011-05-10 Jim Meyering <meyering@redhat.com>
26062
26063 Fix doubled-word typos.
26064 * international/quail.el (quail-insert-kbd-layout): and and -> and.
26065 * kermit.el: and and -> and.
26066 * net/ldap.el (ldap-search-internal): to to -> to.
26067 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
26068 * progmodes/js.el (js-mode): and and -> and.
26069 * textmodes/artist.el (artist-move-to-xy): at at -> at.
26070 (artist-draw-region-trim-line-endings): if if -> if.
26071 And Safetyc -> Safety.
26072 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a.
26073
26074 2011-05-10 Glenn Morris <rgm@gnu.org>
26075 Stefan Monnier <monnier@iro.umontreal.ca>
26076
26077 * files.el (hack-one-local-variable-eval-safep):
26078 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
26079
26080 2011-05-10 Glenn Morris <rgm@gnu.org>
26081
26082 * calendar/diary-lib.el (diary-list-entries-hook)
26083 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
26084 (diary-nongregorian-marking-hook, diary-list-entries)
26085 (diary-include-other-diary-files, diary-mark-entries)
26086 (diary-mark-included-diary-files): Doc fixes.
26087
26088 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
26089
26090 * misc.el: Require tabulated-list.el during compilation.
26091
26092 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
26093
26094 * progmodes/compile.el (compilation-start):
26095 Run compilation-filter-hook for the async case too.
26096 (compilation-filter-hook): Doc fix.
26097
26098 2011-05-09 Deniz Dogan <deniz@dogan.se>
26099
26100 * wdired.el: Remove outdated installation comment. Fix usage
26101 comment.
26102
26103 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
26104
26105 * misc.el: Implement new command `list-dynamic-libraries'.
26106 (list-dynamic-libraries--loaded-only-p): New variable.
26107 (list-dynamic-libraries--refresh): New function.
26108 (list-dynamic-libraries): New command.
26109
26110 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
26111
26112 * progmodes/compile.el (compilation-error-regexp-alist-alist):
26113 Fix the ant regexp to handle end-line and end-column info from jikes.
26114 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
26115 higher priority to avoid clobbering by gnu.
26116
26117 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
26118
26119 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
26120 if the face has existing theme settings (Bug#8454).
26121
26122 2011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
26123
26124 * progmodes/perl-mode.el (perl-imenu-generic-expression):
26125 Only match variables declared via `my' or `our' (Bug#8261).
26126
26127 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
26128 special file names `.' and `..' (Bug#8259).
26129
26130 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
26131
26132 * progmodes/grep.el (grep-mode-font-lock-keywords):
26133 Remove buffer-changing entries.
26134 (grep-filter): New function.
26135 (grep-mode): Add it to compilation-filter-hook.
26136
26137 * progmodes/compile.el (compilation-filter-hook)
26138 (compilation-filter-start): New defvars.
26139 (compilation-filter): Call compilation-filter-hook prior to
26140 updating the process mark.
26141
26142 2011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
26143
26144 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
26145
26146 2011-05-07 Eli Zaretskii <eliz@gnu.org>
26147
26148 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
26149 mailclient-send-it even if window-system is nil. (Bug#8595)
26150
26151 * term/w32console.el (terminal-init-w32console):
26152 Call get-screen-color and use its output to set the frame
26153 background-mode. (Bug#8597)
26154
26155 2011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
26156
26157 Make bytecomp.el understand that defmethod defines funs (bug#8631).
26158 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
26159 New functions.
26160 (defgeneric, eieio--defmethod): Use them.
26161 (eieio-defgeneric): Remove.
26162 (defmethod): Call defgeneric in a way visible to the byte-compiler.
26163
26164 2011-05-07 Glenn Morris <rgm@gnu.org>
26165
26166 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
26167 Use let rather than let*.
26168 (timeclock-find-discrep): Remove unused local.
26169
26170 * calendar/diary-lib.el (diary-comment-start): Doc fix.
26171
26172 * calendar/appt.el (appt-time-msg-list): Doc fix.
26173
26174 2011-05-06 Noah Friedman <friedman@splode.com>
26175
26176 * apropos.el (apropos-print-doc): Only use
26177 emacs-lisp-docstring-fill-column when it is bound to an integer,
26178 per that variable's documentation.
26179
26180 2011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
26181
26182 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
26183 and warnings are not silently discarded (e.g. use -d instead of -P).
26184
26185 2011-05-06 Glenn Morris <rgm@gnu.org>
26186
26187 * calendar/appt.el (appt-message-warning-time): Doc fix.
26188 (appt-warning-time-regexp): New option.
26189 (appt-make-list): Respect appt-message-warning-time.
26190
26191 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
26192 New options.
26193 (diary-add-to-list): Strip comments from the displayed string.
26194 (diary-mode): Set comment-start and comment-end.
26195
26196 * vc/diff-mode.el (smerge-refine-subst): Declare.
26197 (diff-refine-hunk): Don't require smerge-mode when compiling.
26198
26199 2011-05-06 Juanma Barranquero <lekktu@gmail.com>
26200
26201 * simple.el (list-processes): Return nil as the docstring says.
26202
26203 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
26204
26205 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
26206 to "".
26207 (ange-ftp-write-region, ange-ftp-insert-file-contents)
26208 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
26209 determining of binary transfer. (Bug#7383)
26210
26211 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
26212
26213 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
26214 Fix port computation bug. (Bug#8618)
26215
26216 2011-05-05 Glenn Morris <rgm@gnu.org>
26217
26218 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
26219
26220 * simple.el (shell-dynamic-complete-functions)
26221 (comint-dynamic-complete-functions): Declare.
26222
26223 * net/network-stream.el (gnutls-negotiate):
26224 * simple.el (tabulated-list-print): Fix declarations.
26225
26226 * progmodes/gud.el (syntax-symbol, syntax-point):
26227 Remove unnecessary and incorrect declarations.
26228
26229 * emacs-lisp/check-declare.el (check-declare-scan):
26230 Handle byte-compile-initial-macro-environment in bytecomp.el.
26231
26232 2011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
26233
26234 Fix earlier half-done eieio-defmethod change (bug#8338).
26235 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
26236 Streamline and change calling convention.
26237 (defmethod): Adjust accordingly and simplify.
26238 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
26239 new eieio--defmethod.
26240 (slot-boundp): Minor CSE simplification.
26241
26242 2011-05-05 Milan Zamazal <pdm@zamazal.org>
26243
26244 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
26245 (glasses-make-readable): Use glasses-separate-capital-groups.
26246
26247 2011-05-05 Juanma Barranquero <lekktu@gmail.com>
26248
26249 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
26250 (warning-series): Doc fix.
26251 (display-warning): Don't try to create the buffer if we just found it.
26252
26253 2011-05-04 Chong Yidong <cyd@stupidchicken.com>
26254
26255 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
26256 (autoload-find-generated-file): New function.
26257 (generate-file-autoloads): Bind generated-autoload-file to
26258 buffer-file-name.
26259 (update-file-autoloads, update-directory-autoloads):
26260 Use autoload-find-generated-file. If called interactively, prompt for
26261 output file (Bug#7989).
26262 (batch-update-autoloads): Doc fix.
26263
26264 2011-05-04 Juanma Barranquero <lekktu@gmail.com>
26265
26266 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
26267
26268 2011-05-04 Glenn Morris <rgm@gnu.org>
26269
26270 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
26271 function, so it follows changes in calendar-date-style.
26272 (diary-fancy-date-matcher): New function.
26273 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
26274 (diary-fancy-font-lock-fontify-region-function):
26275 Use diary-fancy-date-pattern as a function.
26276
26277 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
26278 non-numbers for `year' etc pseudo-variables. (Bug#8583)
26279
26280 2011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
26281
26282 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
26283 instead of positional arguments. Allow :keylist and :crlfiles
26284 arguments.
26285 (open-gnutls-stream): Call it.
26286
26287 * net/network-stream.el (network-stream-open-starttls): Adjust to
26288 call `gnutls-negotiate' with :process and :hostname arguments.
26289
26290 2011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
26291
26292 * minibuffer.el (completion--message): New function.
26293 (completion--do-completion, minibuffer-complete)
26294 (minibuffer-force-complete, minibuffer-complete-word): Use it.
26295 (completion--do-completion): Don't ignore completion-auto-help when in
26296 icomplete-mode.
26297
26298 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
26299 internal encoding (e.g. tibetan zero is not whitespace).
26300 (global-whitespace-mode): Prefer save-current-buffer.
26301 (whitespace-trailing-regexp): Remove useless save-match-data.
26302 (whitespace-empty-at-bob-regexp): Minor simplification.
26303
26304 2011-05-03 Chong Yidong <cyd@stupidchicken.com>
26305
26306 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
26307
26308 2011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
26309
26310 * textmodes/ispell.el (ispell-add-per-file-word-list):
26311 Use `concat' to create string for insertion.
26312
26313 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
26314
26315 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
26316 Avoid open-line which runs post-self-insert-hook.
26317 (bibtex-fill-entry): Remove unused `end' var.
26318
26319 2011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
26320
26321 * textmodes/ispell.el (ispell-add-per-file-word-list):
26322 Protect against `nil' value of `comment-start' (Bug#8579).
26323
26324 2011-05-03 Leo Liu <sdl.web@gmail.com>
26325
26326 * isearch.el (isearch-yank-pop): New command.
26327 (isearch-mode-map): Bind it to `M-y'.
26328 (isearch-forward): Mention it.
26329
26330 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
26331
26332 * simple.el (minibuffer-complete-shell-command): Remove.
26333 (minibuffer-local-shell-command-map): Use completion-at-point.
26334 (read-shell-command): Setup completion vars here instead.
26335 (read-expression-map): Bind TAB to symbol completion.
26336
26337 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
26338 error directly rather via storing it into `results'.
26339
26340 2011-05-02 Leo Liu <sdl.web@gmail.com>
26341
26342 * vc/diff.el: Fix description.
26343
26344 2011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
26345
26346 * server.el (server-eval-at): New function.
26347
26348 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
26349
26350 * net/network-stream.el (open-network-stream): Take a :nowait
26351 parameter and pass it on to `make-network-process'.
26352 (network-stream-open-plain): Ditto.
26353
26354 2011-04-30 Andreas Schwab <schwab@linux-m68k.org>
26355
26356 * faces.el (face-spec-set-match-display): Don't match toolkit
26357 options on terminal frames.
26358
26359 2011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
26360
26361 * progmodes/pascal.el: Use lexical binding.
26362 (pascal-mode-map): Remove author preferences.
26363
26364 * pcomplete.el (pcomplete-std-complete): Don't abuse
26365 completion-at-point.
26366
26367 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
26368
26369 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
26370 removing code that has been dead since 1991 or so.
26371
26372 * startup.el (command-line): When warning about "_emacs", use a
26373 delayed warning to allow the user to filter it out.
26374
26375 2011-04-28 Deniz Dogan <deniz@dogan.se>
26376
26377 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
26378 user has not joined.
26379
26380 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
26381
26382 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
26383 aren't any completions at point.
26384
26385 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
26386
26387 * subr.el (display-delayed-warnings): New function.
26388 (delayed-warnings-hook): New variable.
26389
26390 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
26391
26392 * minibuffer.el (completion-at-point, completion-help-at-point):
26393 Don't presume that a given completion-at-point-function will always
26394 use the same calling convention.
26395
26396 * pcomplete.el (pcomplete-completions-at-point):
26397 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
26398 pcomplete-seen is non-nil.
26399 (pcomplete-comint-setup): Also recognize the new comint/shell
26400 completion functions.
26401 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
26402 pcomplete-seen is non-nil.
26403
26404 2011-04-27 Niels Giesen <niels.giesen@gmail.com>
26405
26406 * calendar/icalendar.el (diary-lib): Add require statement.
26407 (icalendar--create-uid): Read out a uid from a text-property on
26408 the first character in the entry. This allows for code to add its
26409 own uid to the entry.
26410 (icalendar--convert-float-to-ical): Add export of
26411 `diary-float'-entries save for those with the optional DAY
26412 argument.
26413
26414 2011-04-27 Daniel Colascione <dan.colascione@gmail.com>
26415
26416 * subr.el (shell-quote-argument): Use alternate escaping strategy
26417 when we spot a variable reference in a string.
26418
26419 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
26420
26421 * cus-start.el (all): Define customization for debug-on-event.
26422
26423 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
26424
26425 * subr.el (shell-quote-argument): Escape correctly under Windows.
26426
26427 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
26428
26429 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
26430
26431 2011-04-25 Michael Albinus <michael.albinus@gmx.de>
26432
26433 * net/tramp.el (tramp-process-actions): Add POS argument.
26434 Delete region between POS and (pos).
26435
26436 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
26437 Use `nil' position in `tramp-process-actions' call.
26438 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
26439
26440 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
26441 position in `tramp-process-actions' call.
26442
26443 * net/trampver.el: Update release number.
26444
26445 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
26446
26447 * custom.el (defcustom): Obey lexical-binding.
26448
26449 Fix octave-inf completion problems reported by Alexander Klimov.
26450 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
26451 Inherit from octave-mode-syntax-table.
26452 (inferior-octave-mode): Set info-lookup-mode.
26453 (inferior-octave-completion-at-point): New function.
26454 (inferior-octave-complete): Use it and completion-in-region.
26455 (inferior-octave-dynamic-complete-functions): Use it as well, and use
26456 comint-filename-completion.
26457 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
26458 symbol elements which shouldn't be word elements.
26459 (octave-font-lock-keywords, octave-beginning-of-defun)
26460 (octave-function-header-regexp): Adjust regexps accordingly.
26461 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
26462
26463 2011-04-25 Juanma Barranquero <lekktu@gmail.com>
26464
26465 * net/gnutls.el (gnutls-errorp): Declare before first use.
26466
26467 2011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
26468
26469 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
26470 verify-error, and verify-hostname-error parameters. Check whether
26471 default trustfile exists before going to use it. Add missing
26472 argument to gnutls-message-maybe call. Return value.
26473 Reported by Claudio Bley <claudio.bley@gmail.com>.
26474 (open-gnutls-stream): Add usage example.
26475
26476 * net/network-stream.el (network-stream-open-starttls): Give host
26477 parameter to `gnutls-negotiate'.
26478 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
26479 * subr.el (shell-quote-argument): Escape correctly under Windows.
26480
26481 2011-04-24 Daniel Colascione <dan.colascione@gmail.com>
26482
26483 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
26484 Use correct match group (bug#8438).
26485
26486 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
26487
26488 * emacs-lisp/package.el (package-built-in-p): Fix typo.
26489 (package-menu--generate): New arg specifying packages to show.
26490 (package-menu-refresh, package-menu-execute, list-packages):
26491 Callers changed.
26492 (package-show-package-list): New function, replacing deleted
26493 package--list-packages (renamed because it is non-internal).
26494
26495 * finder.el (finder-list-matches): Use package-show-package-list
26496 instead of deleted package--list-packages.
26497
26498 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
26499 Based on a previous implementation by Juanma Barranquero (Bug#8366).
26500 (vc-annotate-mode-map): Bind it to RET.
26501
26502 2011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
26503
26504 * progmodes/etags.el (next-file): Don't use set-buffer to change
26505 buffers (Bug#8478).
26506
26507 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
26508
26509 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
26510
26511 * apropos.el (apropos-label-face): Avoid variable-pitch face.
26512 (apropos-accumulator): Doc fix.
26513 (apropos-function, apropos-macro, apropos-command)
26514 (apropos-variable, apropos-face, apropos-group, apropos-widget)
26515 (apropos-plist): Add face property.
26516 (apropos-symbols-internal): Fix indentation.
26517 (apropos-print): Simplify help, and recognize apropos-multi-type.
26518 (apropos-print-doc): Use button-type-get to extract the button's
26519 face property. Fill docstring (Bug#8352).
26520
26521 2011-04-23 Juanma Barranquero <lekktu@gmail.com>
26522
26523 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
26524
26525 * play/mpuz.el (mpuz-silent): Doc fix.
26526 (mpuz-mode-map): Use mapc.
26527 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
26528 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
26529 Fix typos in docstrings.
26530
26531 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
26532 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
26533
26534 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
26535
26536 2011-04-23 Chong Yidong <cyd@stupidchicken.com>
26537
26538 * minibuffer.el (completion--do-completion): Avoid the "Next char
26539 not unique" prompt if icomplete-mode is enabled (Bug#5849).
26540
26541 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
26542 mouse-2 into unread-command-events, it is interpreted correctly.
26543
26544 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
26545 (image-toggle-display): Doc fix.
26546
26547 2011-04-23 Stephen Berman <stephen.berman@gmx.net>
26548
26549 * textmodes/page.el (what-page): Use line-number-at-pos to
26550 calculate line number (Bug#6825).
26551
26552 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
26553
26554 * eshell/esh-mode.el (find-tag-interactive): Declare function.
26555 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
26556 Pass argument NO-DEFAULT to `find-tag-interactive'.
26557
26558 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
26559
26560 Lexical-binding cleanup.
26561
26562 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
26563 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
26564 * progmodes/ada-prj.el (ada-prj-initialize-values)
26565 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
26566 (ada-prj-show-value):
26567 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
26568 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
26569 (antlr-invalidate-context-cache, antlr-options-menu-filter)
26570 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
26571 * progmodes/bug-reference.el (bug-reference-push-button):
26572 * progmodes/fortran.el (fortran-line-length):
26573 * progmodes/glasses.el (glasses-change):
26574 * progmodes/octave-mod.el (octave-fill-paragraph):
26575 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
26576 (python-pdbtrack-grub-for-buffer, python-sentinel):
26577 * progmodes/sql.el (sql-save-connection):
26578 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
26579 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
26580 Mark unused parameters.
26581
26582 * progmodes/compile.el (compilation--flush-directory-cache)
26583 (compilation--flush-parse, compile-internal): Mark unused parameters.
26584 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
26585 (compilation-next-error-function): Remove unused variable `timestamp'.
26586
26587 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
26588 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
26589
26590 * progmodes/dcl-mode.el (dcl-end-of-command):
26591 Remove unused variable `start'.
26592 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
26593 (dcl-option-value-basic, dcl-option-value-offset)
26594 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
26595 Mark unused parameters.
26596 (dcl-save-local-variable): Remove unused variable `val'.
26597 (mode): Declare.
26598
26599 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
26600 Mark unused parameters.
26601 (delphi-ignore-changes): Move before first use.
26602 (delphi-charset-token-at): Remove unused variable `start'.
26603 (delphi-else-start): Remove unused variable `if-count'.
26604 (delphi-comment-block-start, delphi-comment-block-end):
26605 Remove unused variable `kind'.
26606 (delphi-indent-line): Remove unused variable `new-point'.
26607
26608 * progmodes/ebrowse.el (ebrowse-files-list)
26609 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
26610 Mark unused parameters. Don't quote `lambda'.
26611 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
26612 Don't quote `lambda'.
26613 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
26614 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
26615 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
26616 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
26617 Use `ignore-errors'.
26618 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
26619 (ebrowse-view/find-file-and-search-pattern)
26620 (ebrowse-view/find-member-declaration/definition):
26621 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
26622 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
26623 Rename parameter PREFIX-ARG to PREFIX.
26624 (ebrowse-tags-read-name): Remove unused variables `start' and
26625 `member-info'.
26626 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
26627 to `tags-file'.
26628
26629 * progmodes/etags.el (local-find-tag-hook): Declare.
26630 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
26631 Mark unused parameters.
26632
26633 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
26634 (executable-interpret): Mark unused parameter.
26635
26636 * progmodes/flymake.el (flymake-process-sentinel)
26637 (flymake-after-change-function)
26638 (flymake-create-temp-with-folder-structure)
26639 (flymake-get-include-dirs-dot): Mark unused parameters.
26640 (flymake-safe-delete-directory): Remove unused variable `err'.
26641
26642 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
26643 (speedbar-timer-fn, speedbar-line-text)
26644 (speedbar-change-expand-button-char, speedbar-delete-subblock)
26645 (speedbar-center-buffer-smartly): Declare functions.
26646 (gdb-find-watch-expression): Remove unused variable `array'.
26647 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
26648 (gdb-starting): Mark unused parameters.
26649 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
26650 (gdb-table-string): Remove unused variable `res'.
26651 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
26652 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
26653 (gdb-display-buffer): Remove unused variable `cur-size'.
26654
26655 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
26656 allow lexical-binding compilation.
26657 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
26658 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
26659 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
26660 Mark unused parameters.
26661 (gud-gdb-marker-filter): Remove unused variable `match'.
26662 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
26663 lambda expressions and funcall them, instead of using `fset'.
26664
26665 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
26666 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
26667
26668 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
26669 variable `header-beg'; use `let'.
26670
26671 * progmodes/icon.el (indent-icon-exp): Remove unused variables
26672 `restart', `last-sexp' and `at-do'.
26673
26674 * progmodes/js.el (js--debug): Mark unused parameter.
26675 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
26676 (js--splice-into-items): Remove unused variable `item'.
26677 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
26678
26679 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
26680 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
26681 (makefile-complete): Remove unused variable `try'.
26682 (makefile-fill-paragraph, makefile-match-function-end):
26683 Mark unused parameters.
26684
26685 * progmodes/octave-inf.el (inferior-octave-complete):
26686 Remove unused variable `proc'.
26687 (inferior-octave-output-digest): Mark unused parameter.
26688
26689 * progmodes/perl-mode.el (perl-calculate-indent):
26690 Remove unused variable `err'.
26691
26692 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
26693 (prolog-indent-line): Mark unused parameters.
26694 (prolog-indent-line): Remove unused variable `beg'.
26695
26696 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
26697 (reporter-dont-compact-list): Declare.
26698
26699 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
26700 Remove unused variable `char'.
26701 (sh-debug): Mark unused parameter.
26702 (sh-get-indent-info): Remove unused variable `start'.
26703 (sh-calculate-indent): Remove unused variable `var'.
26704
26705 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
26706 (simula-electric-keyword): Remove unused variable `null'.
26707 (simula-search-backward, simula-search-forward): Remove unused
26708 variables `begin' and `end'.
26709
26710 * progmodes/vera-mode.el (vera-guess-basic-syntax):
26711 Remove unused variable `pos'.
26712 (vera-electric-tab, vera-comment-uncomment-region):
26713 Mark unused parameters.
26714 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
26715
26716 2011-04-22 Chong Yidong <cyd@stupidchicken.com>
26717
26718 * emacs-lisp/package.el (package--builtins, package-alist)
26719 (package-load-descriptor, package-built-in-p, package-activate)
26720 (define-package, package-installed-p)
26721 (package-compute-transaction, package-buffer-info)
26722 (package--push): Doc fix. Distinguish more clearly between
26723 version strings and version lists.
26724
26725 2011-04-21 Juanma Barranquero <lekktu@gmail.com>
26726
26727 Lexical-binding cleanup.
26728
26729 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
26730 (5x5-make-mutate-best):
26731 * play/fortune.el (fortune-in-buffer):
26732 * play/gomoku.el (gomoku-init-display):
26733 * play/solitaire.el (solitaire, solitaire-do-check):
26734 * play/tetris.el (tetris-default-update-speed-function):
26735 Mark unused parameters.
26736
26737 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
26738 (bubbles--shift): Remove unused variable `char-org'.
26739 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
26740 (bubbles--show-images): Remove unused variable `char'.
26741
26742 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
26743 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
26744 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
26745 (decipher-analyze-buffer): Use ?\s.
26746 (decipher-make-checkpoint): Remove unused variable `mapping'.
26747
26748 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
26749
26750 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
26751 Remove unused variable `result'; use `let'.
26752
26753 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
26754 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
26755 (gametree-children-shown-p, gametree-compute-reduced-score):
26756 Use `ignore-errors'.
26757
26758 * play/handwrite.el (ps-lpr-switches): Declare.
26759 (handwrite): Remove unused variables `pmin' and `lastp'.
26760
26761 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
26762
26763 * play/landmark.el (landmark-init-display)
26764 (landmark-update-naught-weights): Mark unused parameters.
26765 (landmark-y): Remove unused variable `noise'. Simplify.
26766 (landmark-human-plays): Remove unused variable `score'.
26767
26768 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
26769 (mpuz-try-proposal): Remove unused variable `game'.
26770
26771 * play/zone.el (life-patterns): Declare.
26772
26773 2011-04-20 Juanma Barranquero <lekktu@gmail.com>
26774
26775 * vc/vc.el (ediff-vc-internal): Declare function.
26776
26777 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
26778
26779 * shell.el: Use lexical-binding and std completion UI.
26780 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
26781 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
26782 comint-preoutput-filter-functions rather than on
26783 comint-output-filter-functions.
26784 (shell-command-completion, shell--command-completion-data)
26785 (shell-filename-completion, shell-environment-variable-completion)
26786 (shell-c-a-p-replace-by-expanded-directory): New functions.
26787 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
26788 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
26789 (shell-dynamic-complete-environment-variable): Use them.
26790 (shell-dynamic-complete-as-environment-variable)
26791 (shell-dynamic-complete-as-command): Remove.
26792 (shell-match-partial-variable): Match past point.
26793 * comint.el: Clean up use of completion-at-point-functions.
26794 (comint-completion-at-point): New function.
26795 (comint-mode): Use it completion-at-point-functions.
26796 (comint-dynamic-complete): Make it obsolete.
26797 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
26798 (comint-c-a-p-replace-by-expanded-history): New function.
26799 (comint-dynamic-complete-functions)
26800 (comint-replace-by-expanded-history): Use it.
26801 * minibuffer.el (completion-table-with-terminator): Allow dynamic
26802 termination strings. Try harder to avoid second try-completion.
26803 (completion-in-region-mode-map): Disable bindings that don't work yet.
26804
26805 * comint.el: Use lexical-binding. Require CL.
26806 (comint-dynamic-complete-functions): Use comint-filename-completion.
26807 (comint-completion-addsuffix): Tweak custom type.
26808 (comint-filename-completion, comint--common-suffix)
26809 (comint--common-quoted-suffix, comint--table-subvert)
26810 (comint--complete-file-name-data): New functions.
26811 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
26812 (comint-dynamic-list-filename-completions): Use them.
26813 (comint-dynamic-simple-complete): Make obsolete.
26814
26815 * minibuffer.el (completion-in-region-mode):
26816 Keep completion-in-region-mode--predicate global.
26817 (completion-in-region--postch):
26818 Assume completion-in-region-mode--predicate is not null.
26819
26820 * progmodes/flymake.el (flymake-start-syntax-check-process):
26821 Obey `dir'. Simplify.
26822
26823 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
26824 we're in VC after all.
26825
26826 2011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
26827
26828 * vc/vc.el (vc-diff-build-argument-list-internal)
26829 (vc-version-ediff, vc-ediff): New commands.
26830 (vc-version-diff): Use vc-diff-build-argument-list-internal.
26831
26832 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
26833
26834 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
26835 add sanity check.
26836
26837 * obsolete/erc-hecomplete.el: Make obsolete.
26838 * obsolete/: Standardize obsolescence info in the header.
26839
26840 2011-04-20 Glenn Morris <rgm@gnu.org>
26841
26842 * calendar/solar.el (solar-horizontal-coordinates):
26843 Use the longitude argument rather than `calendar-longitude'.
26844 (solar-date-next-longitude): Remove unused locals.
26845
26846 2011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
26847
26848 * whitespace.el: New version 13.2.1.
26849
26850 2011-04-20 felix <EmacsWiki> (tiny change)
26851
26852 * whitespace.el (global-whitespace-mode): Keep highlight when
26853 switching between major modes on a file.
26854
26855 2011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
26856
26857 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
26858 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
26859 multi-line comments as well.
26860
26861 2011-04-19 Juanma Barranquero <lekktu@gmail.com>
26862
26863 Lexical-binding cleanup.
26864
26865 * arc-mode.el (archive-mode-revert):
26866 * cmuscheme.el (scheme-interactively-start-process):
26867 * custom.el (custom-initialize-delay):
26868 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
26869 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
26870 * emacs-lock.el (emacs-lock-clear-sentinel):
26871 * ezimage.el (defezimage):
26872 * follow.el (follow-avoid-tail-recenter):
26873 * fringe.el (set-fringe-mode-1):
26874 * generic-x.el (bat-generic-mode-compile):
26875 * help-mode.el (help-info-variable, help-do-xref)
26876 (help-mode-revert-buffer):
26877 * help.el (view-emacs-todo):
26878 * iswitchb.el (iswitchb-completion-help):
26879 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
26880 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
26881 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
26882 * locate.el (locate-update):
26883 * longlines.el (longlines-encode-region)
26884 (longlines-after-change-function):
26885 * outline.el (outline-isearch-open-invisible):
26886 * ps-def.el (declare-function, charset-dimension, char-width)
26887 (encode-char):
26888 * ps-mule.el (ps-mule-plot-string):
26889 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
26890 (recentf-edit-list-select, recentf-edit-list-validate)
26891 (recentf-open-files-action):
26892 * rect.el (delete-whitespace-rectangle-line)
26893 (rectangle-number-line-callback):
26894 * register.el (window-configuration-to-register)
26895 (frame-configuration-to-register):
26896 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
26897 * select.el (xselect-convert-to-string, xselect-convert-to-length)
26898 (xselect-convert-to-targets, xselect-convert-to-delete)
26899 (xselect-convert-to-filename, xselect-convert-to-charpos)
26900 (xselect-convert-to-lineno, xselect-convert-to-colno)
26901 (xselect-convert-to-os, xselect-convert-to-host)
26902 (xselect-convert-to-user, xselect-convert-to-class)
26903 (xselect-convert-to-name, xselect-convert-to-integer)
26904 (xselect-convert-to-atom, xselect-convert-to-identity):
26905 * subr.el (declare, ignore, process-kill-without-query)
26906 (text-clone-maintain):
26907 * terminal.el (te-get-char, te-tic-sentinel):
26908 * tool-bar.el (tool-bar-make-keymap):
26909 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
26910 * type-break.el (type-break-mode, type-break-noninteractive-query):
26911 * view.el (View-back-to-mark):
26912 * wid-browse.el (widget-browse-action, widget-browse-widget)
26913 (widget-browse-widgets, widget-browse-sexp):
26914 * widget.el (define-widget-keywords):
26915 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
26916 Mark unused parameters.
26917
26918 * align.el (align-adjust-col-for-rule): Mark unused parameter.
26919 (align-areas): Remove unused variable `look'.
26920 (align-region): Remove unused variables `real-end' and `pos-list'.
26921
26922 * apropos.el (apropos-score-doc): Remove unused variable `i'.
26923
26924 * bindings.el (mode-line-modified, mode-line-remote):
26925 Mark unused parameters.
26926 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
26927
26928 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
26929 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
26930
26931 * comint.el (comint-history-isearch-pop-state)
26932 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
26933 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
26934 (comint-substitute-in-file-name): Doc fix.
26935
26936 * completion.el (cmpl-statistics-block): Mark unused parameter.
26937 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
26938 (save-completions-to-file, load-completions-from-file):
26939 Remove unused local variable `e'.
26940
26941 * composite.el (compose-chars): Remove unused variable `len'.
26942 (lgstring-insert-glyph): Remove unused variable `g'.
26943 (compose-glyph-string): Remove unused variables `ascent',
26944 `descent', `lbearing' and `rbearing'.
26945 (compose-glyph-string-relative): Remove unused variables
26946 `lbearing', `rbearing' and `wadjust'.
26947 (compose-gstring-for-graphic): Remove unused variables `header',
26948 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
26949 (compose-gstring-for-terminal): Remove unused variables `header'
26950 and `nchars'. Use `let', not `let*'.
26951
26952 * cus-edit.el (Custom-set, Custom-save, custom-reset)
26953 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
26954 (Custom-buffer-done, custom-buffer-create-internal)
26955 (custom-browse-visibility-action, custom-browse-group-tag-action)
26956 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
26957 (widget-magic-mouse-down-action, custom-toggle-parent)
26958 (custom-add-parent-links, custom-toggle-hide-variable)
26959 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
26960 (custom-toggle-hide-face, face, hook, custom-group-link-action)
26961 (custom-face-menu-create, custom-variable-menu-create, get)
26962 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
26963 (custom-reset-standard-save-and-update): Remove unused variable `value'.
26964 (customize-apropos): Remove unused variable `tests'.
26965 (custom-group-value-create): Remove unused variable `hidden-p'.
26966 (sort-fold-case): Declare.
26967
26968 * cus-theme.el (custom-reset-standard-faces-list)
26969 (custom-reset-standard-variables-list): Declare.
26970 (customize-create-theme, custom-theme-revert, custom-theme-write)
26971 (custom-theme-choose-mode, customize-themes, custom-theme-save):
26972 Mark unused parameters.
26973
26974 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
26975
26976 * delim-col.el (delimit-columns-max): Move defvar before first use.
26977
26978 * descr-text.el (describe-char-categories): Don't quote `lambda'.
26979 (describe-char): Don't quote `lambda'. Mark unused parameter.
26980
26981 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
26982 (auto-insert): Declare.
26983 (desktop-restore-file-buffer): Rename desktop-* parameters;
26984 mark unused ones.
26985 (desktop-create-buffer): Rename desktop-* parameters and bind them.
26986 (desktop-buffer): Rename desktop-* parameters.
26987
26988 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
26989 (dframe-reposition-frame-xemacs, dframe-help-echo)
26990 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
26991 Mark unused parameters.
26992
26993 * dired-aux.el (backup-extract-version-start, overwrite-query)
26994 (overwrite-backup-query, rename-regexp-query)
26995 (rename-non-directory-query): Declare.
26996 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
26997 (dired-add-entry): Remove unused variable `orig-file-name'.
26998 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
26999 Use parameter PRESERVE-TIME instead of accessing dynamic variable
27000 `dired-copy-preserve-time' directly.
27001 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
27002 (dired-insert-subdir-newpos): Rename unused variable `pos'.
27003
27004 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
27005 (dired-virtual-revert, dired-make-relative-symlink):
27006 Mark unused parameters.
27007 (manual-program): Declare.
27008 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
27009 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
27010 wrapped in `with-no-warnings' to avoid replacing one warning by another.
27011
27012 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
27013
27014 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
27015
27016 * echistory.el (electric-history-in-progress, Helper-return-blurb):
27017 Declare.
27018
27019 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
27020
27021 * electric.el (Electric-command-loop): Rename parameter
27022 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
27023
27024 * expand.el (expand-in-literal): Remove unused variable `here'.
27025
27026 * facemenu.el (facemenu-add-new-color):
27027 Remove unused variable `docstring'.
27028
27029 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
27030 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
27031 (face-attr-construct): Mark unused parameter. Doc fix.
27032 (read-color): Remove unused variable `hex-string'.
27033
27034 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
27035 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
27036 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
27037 (display-buffer-other-frame): Remove unused variable `old-window'.
27038 (kill-buffer-hook): Declare.
27039 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
27040 Mark unused parameters.
27041 (after-find-file): Pass 1 to `auto-save-mode', not t.
27042
27043 * files-x.el (auto-insert): Declare.
27044 (modify-file-local-variable-prop-line): Remove unused variable `val'.
27045
27046 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
27047 variable `buf'. Mark unused parameter.
27048 (find-lisp-insert-directory): Mark unused parameter.
27049
27050 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
27051 (format-encode-region): Remove unused variables `cur-buf' and `result'.
27052 (format-common-tail): Remove, unused.
27053 (format-deannotate-region): Remove unused variable `loc'.
27054 (format-annotate-region): Remove unused variable `p'.
27055 (format-annotate-single-property-change): Remove unused variables
27056 `default' and `tail'.
27057
27058 * forms.el (read-file-filter): Declare.
27059 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
27060
27061 * frame.el (frame-creation-function-alist): Mark unused parameter.
27062 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
27063
27064 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
27065 Remove unused parameters.
27066 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
27067 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
27068
27069 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
27070 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
27071 (hfy-prepare-tag-map): Mark unused parameters.
27072 (htmlfontify-buffer): Use `called-interactively-p'.
27073
27074 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
27075 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
27076 (ibuffer-do-occur): Mark unused parameters.
27077 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
27078 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
27079
27080 * ibuffer.el: Don't quote `lambda'.
27081 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
27082 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
27083 Mark unused parameters.
27084
27085 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
27086 (ido-completing-read): Mark unused parameters.
27087 (ido-copy-current-word): Mark unused parameters;
27088 remove unused variable `name'.
27089 (ido-sort-merged-list): Remove unused parameter `dirs'.
27090
27091 * ielm.el (ielm-input-sender): Mark unused parameter.
27092 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
27093 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
27094 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
27095 `ielm-string' as a dynamic variable accessible from the IELM prompt.
27096 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
27097
27098 * image-dired.el (image-dired-display-thumbs): Remove unused
27099 variables `curr-file' and `count'.
27100 (image-dired-remove-tag): Remove unused variable `start'.
27101 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
27102 variable `curr-file'
27103 (image-dired-rotate-original): Remove unused variable `temp-file'.
27104 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
27105 Remove unused variable `file'.
27106 (image-dired-gallery-generate): Remove unused variable `curr'.
27107 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
27108
27109 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
27110
27111 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
27112
27113 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
27114
27115 * isearch.el (minibuffer-history-symbol): Declare.
27116 (isearch-edit-string): Remove unused variable `err'.
27117 (isearch-message-prefix, isearch-message-suffix):
27118 Mark unused parameters.
27119
27120 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
27121
27122 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
27123
27124 * makesum.el (double-column): Remove unused variable `cnt'.
27125
27126 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
27127 (ido-ignore-item-temp-list): Declare.
27128
27129 * mouse-drag.el (mouse-drag-throw): Remove unused variables
27130 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
27131 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
27132 (mouse-drag-drag): Remove unused variables `mouse-delta' and
27133 `mouse-col-delta'.
27134
27135 * mouse-sel.el (mouse-extend-internal):
27136 Remove unused variable `orig-window-frame'.
27137
27138 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
27139 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
27140 Move declarations before first use.
27141 (pcomplete-opt): Mark unused parameters; doc fix.
27142
27143 * proced.el (proced-revert): Mark unused parameter.
27144 (proced-send-signal): Remove unused variable `err'.
27145
27146 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
27147 Rename parameter PREFIX-ARG to ARG.
27148 (ps-basic-plot-string, ps-basic-plot-whitespace):
27149 Mark unused parameters.
27150
27151 * replace.el (replace-count): Define.
27152 (occur-revert-function): Mark unused parameters.
27153 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
27154 (isearch-case-fold-search, isearch-string): Declare.
27155 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
27156 bind `case-fold-search'. Remove unused variables `beg' and `end',
27157 and simplify.
27158 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
27159 COUNT and bind `replace-count'.
27160 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
27161 to COUNT.
27162
27163 * savehist.el (print-readably, print-string-length): Declare.
27164
27165 * shadowfile.el (shadow-expand-cluster-in-file-name):
27166 Remove unused variable `cluster'.
27167 (shadow-copy-file): Remove unused variable `i'.
27168 (shadow-noquery, shadow-clusters, shadow-site-cluster)
27169 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
27170 (shadow-define-literal-group, shadow-define-regexp-group)
27171 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
27172
27173 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
27174 (shell): Use `called-interactively-p'.
27175 (shell-directory-tracker): Remove unused variable `chdir-failure'.
27176
27177 * simple.el (compilation-context-lines, comint-file-name-quote-list)
27178 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
27179 (delete-backward-char): Remove unused variable `ocol'.
27180 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
27181 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
27182 (event-apply-hyper-modifier, event-apply-shift-modifier)
27183 (event-apply-control-modifier, event-apply-meta-modifier):
27184 Mark unused parameters.
27185 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
27186 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
27187
27188 * speedbar.el (speedbar-ignored-directory-expressions)
27189 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
27190 (speedbar-find-file, speedbar-dir-follow)
27191 (speedbar-directory-buttons-follow, speedbar-tag-find)
27192 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
27193 (speedbar-buffers-line-directory, speedbar-buffer-click):
27194 Mark unused parameters.
27195 (speedbar-tag-file): Remove unused variable `mode'.
27196 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
27197
27198 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
27199
27200 * talk.el (talk): Remove unused variable `display'.
27201
27202 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
27203 (tar-write-region-annotate): Mark unused parameter.
27204
27205 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
27206 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
27207 Declare them, wrapped in `with-no-warnings' to avoid replacing one
27208 warning by another.
27209
27210 * time-stamp.el (time-stamp-string-preprocess):
27211 Remove unused variable `require-padding'.
27212
27213 * tree-widget.el (widget-glyph-enable): Declare.
27214 (tree-widget-action): Mark unused parameter.
27215
27216 * w32-fns.el (x-get-selection): Mark unused parameter.
27217 (autoload-make-program, generated-autoload-file): Declare.
27218
27219 * wdired.el (wdired-revert): Mark unused parameters.
27220 (wdired-xcase-word): Remove unused variable `err'.
27221
27222 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
27223 (whitespace-help-scroll): Remove unused variable `data-help'.
27224
27225 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
27226 (widget-image-insert, widget-after-change, default)
27227 (widget-default-format-handler, widget-default-notify)
27228 (widget-default-prompt-value, widget-info-link-action)
27229 (widget-url-link-action, widget-function-link-action)
27230 (widget-variable-link-action, widget-file-link-action)
27231 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
27232 (widget-field-prompt-internal, widget-field-action, widget-field-match)
27233 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
27234 (widget-insert-button-action, widget-delete-button-action, visibility)
27235 (widget-documentation-link-action, widget-documentation-string-action)
27236 (widget-const-prompt-value, widget-regexp-match, symbol)
27237 (widget-coding-system-prompt-value)
27238 (widget-key-sequence-value-to-external, sexp)
27239 (widget-sexp-value-to-internal, character, vector, cons)
27240 (widget-choice-prompt-value, widget-boolean-prompt-value)
27241 (widget-color--choose-action): Mark unused parameters.
27242 (widget-item-match-inline, widget-choice-match-inline)
27243 (widget-checklist-match, widget-checklist-match-inline)
27244 (widget-group-match): Rename parameter VALUES to VALS.
27245 (widget-field-value-set): Remove unused variable `size'.
27246 (widget-color-action): Remove unused variables `value' and `start'.
27247
27248 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
27249 variable `dir'. Doc fix.
27250 (windmove-find-other-window): Don't pass it.
27251
27252 * window.el (count-windows): Mark unused parameter.
27253 (bw-adjust-window): Remove unused variable `err'.
27254
27255 * woman.el (woman-file-name): Remove unused variable `default'.
27256 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
27257 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
27258 (global-font-lock-mode): Declare.
27259 (woman-decode-region): Mark unused parameter.
27260 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
27261
27262 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
27263 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
27264 (x-dnd-handle-moz-url): Remove unused variable `title'.
27265 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
27266
27267 * xml.el (xml-parse-tag, xml-parse-attlist):
27268 Remove unused variable `pos'.
27269
27270 2011-04-19 Glenn Morris <rgm@gnu.org>
27271
27272 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
27273 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
27274 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
27275 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
27276 * calendar/cal-html.el (cal-html-insert-minical):
27277 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
27278 (calendar-mark-date-pattern):
27279 Prefix "unused" locals.
27280
27281 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
27282 optional argument `style'.
27283
27284 * calendar/appt.el (appt-make-list):
27285 * calendar/cal-china.el (calendar-chinese-date-string):
27286 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
27287 (diary-hebrew-yahrzeit):
27288 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
27289 * calendar/calendar.el (calendar-generate-window):
27290 * calendar/time-date.el (time-to-days):
27291 Remove unused local variables.
27292
27293 2011-04-18 Chong Yidong <cyd@stupidchicken.com>
27294
27295 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
27296 glyphless-char-display table.
27297 (tabulated-list-glyphless-char-display): New var.
27298
27299 2011-04-18 Sam Steingold <sds@gnu.org>
27300
27301 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
27302 to acknowledgments.
27303
27304 2011-04-17 Glenn Morris <rgm@gnu.org>
27305
27306 * calendar/diary-lib.el (diary-sexp-entry):
27307 * calendar/holidays.el (holiday-sexp):
27308 Set debug-on-error rather than the removed stack-trace-on-error.
27309
27310 2011-04-16 Glenn Morris <rgm@gnu.org>
27311
27312 * progmodes/f90.el: Use lexical-binding.
27313 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
27314
27315 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
27316
27317 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
27318 (mail-mode): Setup mailalias completion here instead.
27319 * mail/mailalias.el: Use lexical-binding.
27320 (pattern, mailalias-done): Declare dynamic.
27321 (mail-completion-at-point-function): New function, from mail-complete.
27322 (mail-complete): Use it.
27323 (mail-completion-expand): New function.
27324 (mail-get-names): Use it.
27325 (mail-directory, mail-directory-process, mail-directory-stream):
27326 Don't use `pattern' for lexically bound arg.
27327
27328 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
27329
27330 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
27331 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
27332 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
27333
27334 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
27335 (byte-save-window-excursion, byte-temp-output-buffer-setup)
27336 (byte-interactive-p): Define them again, for use when inlining
27337 old code.
27338
27339 2011-04-15 Juanma Barranquero <lekktu@gmail.com>
27340
27341 * loadup.el: Use `string-to-number', not `string-to-int'.
27342
27343 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
27344
27345 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
27346 gud-gdb-complete-command.
27347 (gud-gdb-completions): New function, from gud-gdb-complete-command.
27348 (gud-gdb-completion-at-point): New function.
27349 (gud-gdb-completions): Remove.
27350
27351 2011-04-14 Michael Albinus <michael.albinus@gmx.de>
27352
27353 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
27354 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
27355 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
27356 whether `executable-find' is bound.
27357
27358 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
27359
27360 2011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
27361
27362 * minibuffer.el (completion-in-region-mode-predicate)
27363 (completion-in-region-mode--predicate): New vars.
27364 (completion-in-region, completion-in-region--postch)
27365 (completion-in-region-mode): Use them.
27366 (completion--capf-wrapper): Also return the hook function.
27367 (completion-at-point, completion-help-at-point):
27368 Adjust and provide a predicate.
27369
27370 Preserve arg names for advice of subr and lexical functions (bug#8457).
27371 * help-fns.el (help-function-arglist): Consolidate the subr and
27372 new-byte-code cases. Add argument `preserve-names' to extract names
27373 from the docstring when needed.
27374 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
27375 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
27376 (ad-arglist): Use help-function-arglist's new arg.
27377 (ad-definition-type): Use cond.
27378
27379 2011-04-13 Juanma Barranquero <lekktu@gmail.com>
27380
27381 * autorevert.el (auto-revert-handler):
27382 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
27383 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
27384 Don't quote lambda.
27385
27386 * image-mode.el (image-transform-set-scale):
27387 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
27388
27389 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
27390
27391 * net/network-stream.el (network-stream-open-starttls): Only do
27392 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
27393 Upgrades via gnutls-cli are too slow to be done opportunistically.
27394
27395 2011-04-12 Juanma Barranquero <lekktu@gmail.com>
27396
27397 * dframe.el (dframe-current-frame): Remove spurious quote.
27398
27399 2011-04-12 Glenn Morris <rgm@gnu.org>
27400
27401 * calendar/cal-tex.el (cal-tex-end-document):
27402 Try to automatically use latin1 input if needed.
27403
27404 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
27405 Don't try to cons a mark onto an empty element.
27406
27407 2011-04-11 Leo Liu <sdl.web@gmail.com>
27408
27409 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
27410 buffers.
27411 (ido-kill-buffer-at-head): Support killing virtual buffers.
27412
27413 2011-04-10 Chong Yidong <cyd@stupidchicken.com>
27414
27415 * minibuffer.el (completion-show-inline-help): New var.
27416 (completion--do-completion, minibuffer-complete)
27417 (minibuffer-force-complete, minibuffer-complete-word):
27418 Inhibit minibuffer messages if completion-show-inline-help is nil.
27419
27420 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
27421 to avoid interference from inline help (Bug#5849).
27422
27423 2011-04-10 Leo Liu <sdl.web@gmail.com>
27424
27425 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
27426 Fix typo.
27427
27428 2011-04-09 Chong Yidong <cyd@stupidchicken.com>
27429
27430 * image-mode.el (image-toggle-display-image): Signal an error if
27431 not in Image mode.
27432 (image-transform-mode, image-transform-resize)
27433 (image-transform-set-rotation): Doc fix.
27434 (image-transform-set-resize): Delete.
27435 (image-transform-set-scale, image-transform-fit-to-height)
27436 (image-transform-fit-to-width): Handle image-toggle-display-image
27437 and image-transform-resize directly.
27438
27439 2011-04-08 Sho Nakatani <lay.sakura@gmail.com>
27440
27441 * doc-view.el (doc-view-fit-width-to-window)
27442 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
27443 New functions for fitting the shown image to the Emacs window size.
27444 (doc-view-mode-map): Add bindings for the new functions.
27445
27446 2011-04-08 Juanma Barranquero <lekktu@gmail.com>
27447
27448 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
27449 Fix typo in docstring.
27450
27451 2011-04-08 Eli Zaretskii <eliz@gnu.org>
27452
27453 * files.el (file-size-human-readable): Produce one digit after
27454 decimal, like "ls -lh" does.
27455
27456 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
27457 the file size representation.
27458
27459 * simple.el (list-processes): If async subprocesses are not
27460 available, error out with a clear error message.
27461
27462 2011-04-08 Chong Yidong <cyd@stupidchicken.com>
27463
27464 * help.el (help-form-show): New function, to be called from C.
27465 Put help-form output in a buffer named differently than *Help*.
27466
27467 2011-04-08 Eli Zaretskii <eliz@gnu.org>
27468
27469 * files.el (file-size-human-readable): New function.
27470
27471 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
27472 computing the representation inline. Don't require `cl'.
27473
27474 2011-04-08 Glenn Morris <rgm@gnu.org>
27475
27476 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
27477
27478 * net/browse-url.el (browse-url-firefox):
27479 Test system-type, not system-configuration.
27480
27481 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
27482 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
27483 Use log-edit-empty-buffer-p. (Bug#7598)
27484
27485 * net/rlogin.el (rlogin-process-connection-type): Simplify.
27486 (rlogin-mode-map): Initialize in the defvar.
27487 (rlogin): Use ignore-errors.
27488
27489 * replace.el (occur-mode-map): Some fixes for menu items.
27490
27491 2011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
27492
27493 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
27494
27495 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
27496
27497 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
27498 issuing unused warnings.
27499
27500 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
27501 macro directly.
27502
27503 * simple.el: Lisp reimplement of list-processes. Based on an
27504 earlier reimplementation by Leo Liu, but using tabulated-list.el.
27505 (process-menu-mode): New major mode.
27506 (list-processes--refresh, list-processes):
27507 (process-menu-visit-buffer): New functions.
27508
27509 * files.el (save-buffers-kill-emacs): Don't assume any return
27510 value of list-processes, which is undocumented anyway.
27511
27512 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
27513
27514 * emacs-lisp/tabulated-list.el: New file.
27515
27516 * emacs-lisp/package.el: Use Tabulated List mode.
27517 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
27518 (package-menu-mode): Derive from tabulated-list-mode. Set up the
27519 table format using Tabulated List mode variables.
27520 (package--push): New macro, replacing package-list-maybe-add.
27521 (package-menu--generate): Use package--push. Renamed from
27522 package--generate-package-list.
27523 (package-menu-refresh, list-packages): Use it.
27524 (package-menu--print-info): Rename from package-print-package.
27525 Return insertion data instead of inserting it directly.
27526 (package-menu-describe-package, package-menu-execute):
27527 Use tabulated-list-get-id.
27528 (package-menu-mark-delete, package-menu-mark-install)
27529 (package-menu-mark-unmark, package-menu-backup-unmark)
27530 (package-menu-mark-obsolete-for-deletion):
27531 Use tabulated-list-put-tag.
27532 (package--list-packages, package-menu-revert)
27533 (package-menu-get-package, package-menu-get-version)
27534 (package-menu-sort-by-column): Functions deleted.
27535 (package-menu-package-list, package-menu-sort-key): Vars deleted.
27536 (package-menu--status-predicate, package-menu--version-predicate)
27537 (package-menu--name-predicate)
27538 (package-menu--description-predicate): Handle arguments in the
27539 Tabulated List format.
27540 (package-list-packages-no-fetch): Call list-packages.
27541
27542 2011-04-06 Juanma Barranquero <lekktu@gmail.com>
27543
27544 * files.el (after-find-file-from-revert-buffer): Remove variable.
27545 (after-find-file): Don't bind it.
27546 (revert-buffer-in-progress-p): New variable.
27547 (revert-buffer): Bind it.
27548 Pass nil for `after-find-file-from-revert-buffer'.
27549
27550 * saveplace.el (save-place-find-file-hook): Use new variable
27551 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
27552
27553 2011-04-06 Glenn Morris <rgm@gnu.org>
27554
27555 * Makefile.in (AUTOGEN_VCS): New variable.
27556 (autoloads): Use $AUTOGEN_VCS.
27557
27558 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
27559 * calendar/calendar.el (calendar-mode-map):
27560 Check for toolkit scroll bars. (Bug#8305)
27561
27562 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
27563
27564 * minibuffer.el (completion-in-region--postch)
27565 (completion-in-region-mode): Remove unnecessary messages.
27566
27567 2011-04-05 Juanma Barranquero <lekktu@gmail.com>
27568
27569 * font-lock.el (font-lock-refresh-defaults):
27570 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
27571 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
27572
27573 * info.el (Info-directory-list, Info-read-node-name-2)
27574 (Info-split-parameter-string): Doc fixes.
27575 (Info-virtual-nodes): Reflow docstring.
27576 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
27577 (Info-apropos-toc-nodes, info-finder, Info-get-token)
27578 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
27579 Fix typos in docstrings.
27580 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
27581 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
27582 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
27583 (Info-restore-desktop-buffer): Mark unused parameters.
27584 (Info-directory-find-file, Info-directory-find-node)
27585 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
27586 (Info-virtual-index-find-node, Info-apropos-find-file)
27587 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
27588 Mark unused parameters; fix typos in docstrings.
27589 (Info-virtual-index): Remove unused local variable `nodename'.
27590
27591 2011-04-05 Deniz Dogan <deniz@dogan.se>
27592
27593 * net/rcirc.el: Update my e-mail address.
27594 (rcirc-mode-map): Remove M-o binding.
27595
27596 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
27597
27598 * startup.el (command-line): Save the cursor's theme-face
27599 directly, instead of using face-override-spec.
27600
27601 * custom.el (load-theme): Minor optimization in assigning faces.
27602
27603 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
27604
27605 * help-fns.el (describe-variable): Complete all variables having
27606 documentation, including keywords.
27607 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
27608
27609 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
27610
27611 Convert to lexical-binding.
27612
27613 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
27614 (bs--get-marked-string, bs--get-modified-string)
27615 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
27616 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
27617 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
27618
27619 * ehelp.el (electric-help-execute-extended)
27620 (electric-help-ctrl-x-prefix):
27621 * hexl.el (hexl-revert-buffer-function):
27622 * linum.el (linum-after-change, linum-after-scroll):
27623 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
27624
27625 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
27626
27627 2011-04-04 Daiki Ueno <ueno@unixuser.org>
27628
27629 * epa-dired.el:
27630 * epa-mail.el:
27631 * epa-hook.el:
27632 * epa-file.el:
27633 * epa.el:
27634 * epg.el: Use lexical binding.
27635
27636 2011-04-03 Chong Yidong <cyd@stupidchicken.com>
27637
27638 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
27639
27640 * textmodes/flyspell.el (flyspell-word): Recognize default
27641 dictionary case for flyspell-mark-duplications-exceptions.
27642 Use regexp matching for languages.
27643 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
27644 default dictionary (Bug#7926).
27645
27646 2011-04-02 Chong Yidong <cyd@stupidchicken.com>
27647
27648 * emacs-lisp/package.el (package--with-work-buffer):
27649 Recognize https URLs.
27650
27651 * net/network-stream.el: Move from gnus/proto-stream.el.
27652 Change prefix to network-stream throughout.
27653 (open-protocol-stream): Merge into open-network-stream, leaving
27654 open-protocol-stream as an alias. Handle nil BUFFER args.
27655
27656 * subr.el (open-network-stream): Move to net/network-stream.el.
27657
27658 2011-04-02 Glenn Morris <rgm@gnu.org>
27659
27660 * find-dired.el (find-exec-terminator): New option.
27661 (find-ls-option): Test for -ls support.
27662 (find-ls-subdir-switches): Test for -b in find-ls-option.
27663 (find-dired, find-grep-dired): Doc fixes.
27664 (find-dired): Use find-exec-terminator.
27665
27666 * find-dired.el (find-ls-option, find-ls-subdir-switches)
27667 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
27668 (find-name-arg): Remove purecopy.
27669
27670 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
27671 (grep-compute-defaults): Check for `-exec COMMAND +' support.
27672 Set grep-find-use-xargs, grep-find-command, and grep-find-template
27673 accordingly. Don't add the null-device if not needed.
27674
27675 * files.el (save-some-buffers): Doc fix.
27676
27677 2011-04-02 Eli Zaretskii <eliz@gnu.org>
27678
27679 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
27680
27681 2011-04-01 Juanma Barranquero <lekktu@gmail.com>
27682
27683 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
27684 Use `dolist' rather than `mapcar'.
27685
27686 2011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
27687
27688 Add lexical binding.
27689
27690 * subr.el (apply-partially): Use new closures rather than CL.
27691 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
27692 (dolist, dotimes): Use slightly different expansion for lexical code.
27693 (functionp): Move to C.
27694 (letrec): New macro.
27695 (with-wrapper-hook): Use it and apply-partially instead of CL.
27696 (eval-after-load): Preserve lexical-binding.
27697 (save-window-excursion, with-output-to-temp-buffer): Turn them
27698 into macros.
27699
27700 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
27701
27702 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
27703 than the arglist.
27704 (help-add-fundoc-usage): Don't add `Not documented'.
27705 (help-function-arglist): Handle closures, subroutines, and new
27706 byte-code-functions.
27707 (help-make-usage): Remove leading underscores.
27708 (describe-function-1): Handle closures.
27709 (describe-variable): Use special-variable-p for completion.
27710
27711 * files.el (lexical-binding): Declare safe.
27712
27713 * emacs-lisp/pcase.el: Don't use destructuring-bind.
27714 (pcase--memoize): Rename from pcase-memoize. Change weakness.
27715 (pcase): Add `let' pattern.
27716 Change memoization so it actually works.
27717 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
27718 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
27719 <let>: New case.
27720
27721 * emacs-lisp/macroexp.el: Use lexical binding.
27722 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
27723 Don't convert ' to #' without checking that it's indeed quoting
27724 a lambda.
27725
27726 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
27727 Use eval-sexp-add-defvars.
27728 (eval-sexp-add-defvars): New fun.
27729
27730 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
27731
27732 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
27733 Don't autoload.
27734 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
27735 than the internal `byte-compile-lambda'.
27736 (defmethod): Don't hide code under quotes.
27737 (eieio-defmethod): New `code' argument.
27738
27739 * emacs-lisp/eieio-comp.el: Remove.
27740
27741 * emacs-lisp/edebug.el (edebug-eval-defun)
27742 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
27743 (edebug-toggle): Avoid `eval'.
27744
27745 * emacs-lisp/disass.el (disassemble-internal): Handle new
27746 `closure' objects.
27747 (disassemble-1): Handle new byte codes.
27748
27749 * emacs-lisp/cl.el (pushnew): Silence warning.
27750
27751 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
27752 (cl-byte-compile-throw): Remove.
27753 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
27754
27755 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
27756 closures.
27757
27758 * emacs-lisp/cconv.el: New file.
27759
27760 * emacs-lisp/bytecomp.el: Use lexical binding instead of
27761 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
27762 (byte-compile-initial-macro-environment):
27763 Handle declare-function here.
27764 (byte-compile--lexical-environment): New var.
27765 (byte-stack-ref, byte-stack-set, byte-discardN)
27766 (byte-discardN-preserve-tos): New lap codes.
27767 (byte-interactive-p): Don't use any more.
27768 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
27769 New macros.
27770 (byte-compile-lapcode): Use them and handle new lap codes.
27771 (byte-compile-obsolete): Remove.
27772 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
27773 (byte-compile-arglist-warn): Check late def of inlinable funs.
27774 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
27775 since they should have been expanded by now.
27776 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
27777 (byte-compile-from-buffer): Remove unused second arg.
27778 (byte-compile-preprocess): New function.
27779 (byte-compile-toplevel-file-form): New function to distinguish
27780 file-form calls from outside from file-form calls from hunk-handlers.
27781 (byte-compile-file-form): Simplify.
27782 (byte-compile-file-form-defsubst): Remove.
27783 (byte-compile-file-form-defmumble): Simplify now that
27784 byte-compile-lambda always returns a byte-code-function.
27785 (byte-compile): Preprocess.
27786 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
27787 Remove, not used any more.
27788 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
27789 (byte-compile-make-args-desc): New funs.
27790 (byte-compile-lambda): Handle lexical functions. Always return
27791 a byte-code-function.
27792 (byte-compile-reserved-constants): New var, to make up room for
27793 closed-over variables.
27794 (byte-compile-constants-vector): Obey it.
27795 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
27796 (byte-compile-macroexpand-declare-function): New function.
27797 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
27798 byte-code-functions.
27799 (byte-compile-form): Check obsolescence here.
27800 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
27801 (byte-compile-variable-ref): Remove.
27802 (byte-compile-dynamic-variable-op): New fun.
27803 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
27804 (byte-compile-variable-set): New funs.
27805 (byte-compile-discard): Add 2 args.
27806 (byte-compile-stack-ref, byte-compile-stack-set)
27807 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
27808 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
27809 macroexpand-all instead.
27810 (byte-compile-quote-form): Remove.
27811 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
27812 (byte-compile-bind, byte-compile-unbind): New funs.
27813 (byte-compile-let): Handle let* and lexical binding.
27814 (byte-compile-let*): Remove.
27815 (byte-compile-catch, byte-compile-unwind-protect)
27816 (byte-compile-track-mouse, byte-compile-condition-case):
27817 Handle a new :fun-body form, used for lexical scoping.
27818 (byte-compile-save-window-excursion)
27819 (byte-compile-with-output-to-temp-buffer): Remove.
27820 (byte-compile-defun): Simplify.
27821 (byte-compile-stack-adjustment): New fun.
27822 (byte-compile-out): Use it.
27823 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
27824
27825 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
27826 handler any more.
27827
27828 * emacs-lisp/byte-opt.el: Use lexical binding.
27829 (byte-inline-lapcode): Remove (to bytecomp).
27830 (byte-compile-inline-expand): Pay attention to inlining to/from
27831 lexically bound code.
27832 (byte-compile-unfold-lambda): Don't handle byte-code-functions
27833 any more.
27834 (byte-optimize-form-code-walker): Don't handle save-window-excursion
27835 any more and don't call compiler-macros.
27836 (byte-compile-splice-in-already-compiled-code): Remove.
27837 (byte-code): Don't inline any more.
27838 (disassemble-offset): Receive `bytes' as argument rather than via
27839 dynamic scoping.
27840 (byte-compile-tag-number): Declare before first use.
27841 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
27842 `return' even if make-spliceable.
27843 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
27844 obsolete interactive-p.
27845 (byte-optimize-lapcode): Optimize new lap-codes.
27846 Don't trip up on new form of `byte-constant' lap code.
27847
27848 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
27849
27850 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
27851
27852 * custom.el (custom-initialize-default, custom-declare-variable):
27853 Use `defvar'.
27854
27855 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
27856 New variables.
27857 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
27858 (COMPILE_FIRST): Add macroexp and cconv.
27859 * makefile.w32-in: Mirror changes in Makefile.in.
27860
27861 * vc/cvs-status.el:
27862 * vc/diff-mode.el:
27863 * vc/log-edit.el:
27864 * vc/log-view.el:
27865 * vc/smerge-mode.el:
27866 * textmodes/bibtex-style.el:
27867 * textmodes/css-mode.el:
27868 * startup.el:
27869 * uniquify.el:
27870 * minibuffer.el:
27871 * newcomment.el:
27872 * reveal.el:
27873 * server.el:
27874 * mpc.el:
27875 * emacs-lisp/smie.el:
27876 * doc-view.el:
27877 * dired.el:
27878 * abbrev.el: Use lexical binding.
27879
27880 2011-04-01 Eli Zaretskii <eliz@gnu.org>
27881
27882 * info.el (info-display-manual): New function.
27883
27884 2011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
27885
27886 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
27887
27888 2011-03-31 Tassilo Horn <tassilo@member.fsf.org>
27889
27890 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
27891 an entry for that server in rcirc-authinfo. (Bug#8385)
27892
27893 2011-03-31 Glenn Morris <rgm@gnu.org>
27894
27895 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
27896
27897 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
27898
27899 2011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
27900
27901 * progmodes/python.el (python-default-interpreter)
27902 (python-python-command-args, python-jython-command-args)
27903 (python-which-shell, python-which-args, python-which-bufname)
27904 (python-file-queue, python-comint-output-filter-function)
27905 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
27906 variables and functions.
27907
27908 2011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
27909
27910 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
27911 (completion-in-region-mode): New minor mode.
27912 (completion-in-region): Use it.
27913 (completion-in-region--data, completion-in-region-mode-map): New vars.
27914 (completion-in-region--postch): New function.
27915 (completion--capf-misbehave-funs, completion--capf-safe-funs):
27916 New vars.
27917 (completion--capf-wrapper): New function.
27918 (completion-at-point): Use it to track well-behavedness of
27919 hook functions.
27920 (completion-help-at-point): New command.
27921
27922 2011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
27923
27924 * vc/add-log.el (add-change-log-entry): Don't use whitespace
27925 syntax class to search for whitespace on a single line
27926 (Message-ID: <4D938140.4030905@redhat.com>).
27927
27928 2011-03-30 Leo Liu <sdl.web@gmail.com>
27929
27930 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
27931 New commands.
27932 (edit-abbrevs-map): Bind them here.
27933 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
27934
27935 2011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
27936
27937 * allout.el (allout-hide-by-annotation, allout-flag-region):
27938 Reduce possibility of overlay leakage by making them volatile.
27939
27940 * allout-widgets.el (allout-widgets-tally): Define as nil so the
27941 hash is not shared between buffers. Mode initialization is
27942 responsible for giving it a useful starting value.
27943 (allout-item-span): Reduce possibility of overlay leakage by
27944 making them volatile.
27945 (allout-widgets-count-buttons-in-region): Add diagnostic function
27946 for tracking down button overlay leaks.
27947
27948 2011-03-29 Leo Liu <sdl.web@gmail.com>
27949
27950 * ido.el (ido-read-internal): Use the default history var
27951 minibuffer-history if no HISTORY is specified.
27952
27953 2011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
27954
27955 * net/imap.el (imap-shell-open, imap-process-connection-type):
27956 Use imap-process-connection-type for 'shell' streams as well as
27957 Kerberos, SSL, other subprocesses.
27958
27959 2011-03-28 Leo Liu <sdl.web@gmail.com>
27960
27961 * abbrev.el (abbrev-table-empty-p): New function.
27962 (prepare-abbrev-list-buffer): Place empty abbrev tables after
27963 nonempty ones. (Bug#5937)
27964
27965 2011-03-27 Jan Djärv <jan.h.d@swipnet.se>
27966
27967 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
27968
27969 2011-03-27 Leo Liu <sdl.web@gmail.com>
27970
27971 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
27972 for foreground and background colors.
27973 (ansi-color-make-color-map): Adapt.
27974
27975 2011-03-25 Leo Liu <sdl.web@gmail.com>
27976
27977 * midnight.el (midnight-time-float): Remove. Note it calculates
27978 the microsecond component incorrectly and seconds-to-time does the
27979 same job.
27980 Remove redundant (require 'timer).
27981
27982 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
27983 (ido-completions): Remove unused arguments. (Bug#8329)
27984
27985 2011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
27986
27987 * minibuffer.el (completion--flush-all-sorted-completions):
27988 Remove itself from hook.
27989 (completion-at-point): Let the functions perform the completion
27990 immediately and return nil or t.
27991 * comint.el (comint-dynamic-complete-functions): Now identical to
27992 completion-at-point-functions.
27993 (comint-dynamic-list-input-ring): Remove unused var `index'.
27994 (comint--match-partial-filename, comint--unquote&expand-filename):
27995 New funs, split from comint-match-partial-filename.
27996 (comint-dynamic-complete): Use completion-at-point.
27997 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
27998
27999 2011-03-24 Drew Adams <drew.adams@oracle.com>
28000
28001 * thingatpt.el: Support `defun'.
28002
28003 2011-03-23 Leo Liu <sdl.web@gmail.com>
28004
28005 * abbrevlist.el: Move to obsolete/abbrevlist.el.
28006
28007 * help-mode.el (help-mode-finish): Tweak regexp.
28008
28009 2011-03-23 Glenn Morris <rgm@gnu.org>
28010
28011 * eshell/esh-opt.el (eshell-eval-using-options):
28012 Do not bind unused local variable `eshell-option-stub'.
28013
28014 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
28015
28016 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
28017
28018 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
28019 keymap variable in `with-no-warnings' to avoid a warning when the
28020 keymap has been already `defconst'ed.
28021
28022 2011-03-22 Leo Liu <sdl.web@gmail.com>
28023
28024 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
28025 encode all chars in abbrevs; otherwise use emacs-mule or
28026 utf-8-emacs. (Bug#8308)
28027
28028 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
28029
28030 * simple.el (backward-delete-char-untabify):
28031 Avoid warning about using `delete-backward-char'.
28032
28033 * image.el (image-type-file-name-regexps): Make it variable.
28034 `imagemagick-register-types' modifies it, and the user may want
28035 to add new extensions for known image types.
28036 (imagemagick-register-types): Throw error if not using ImageMagick.
28037
28038 2011-03-22 Leo Liu <sdl.web@gmail.com>
28039
28040 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
28041 located before rcirc-prompt-end-marker.
28042 (rcirc-complete): Error if point is not after rcirc prompt.
28043 Handle the case when table is nil.
28044 (rcirc-user-authenticated): Define to fix compiler warning.
28045
28046 2011-03-22 Chong Yidong <cyd@stupidchicken.com>
28047
28048 * custom.el (custom--inhibit-theme-enable): Make it affect only
28049 custom-theme-set-variables and custom-theme-set-faces.
28050 (provide-theme): Ignore custom--inhibit-theme-enable.
28051 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
28052 (custom-enabling-themes): Delete variable.
28053 (enable-theme): Accept only loaded themes as arguments.
28054 Ignore the special custom-enabled-themes variable.
28055 (custom-enabled-themes): Forbid themes from setting this.
28056 Eliminate use of custom-enabling-themes.
28057 (custom-push-theme): Quote "changed" custom var entry.
28058
28059 2011-03-21 Leo Liu <sdl.web@gmail.com>
28060
28061 * ido.el (ido-read-internal): Add ido-selected to history instead
28062 of user input.
28063
28064 2011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
28065
28066 * subr.el (deferred-action-list, deferred-action-function):
28067 Mark obsolete.
28068
28069 2011-03-21 Leo Liu <sdl.web@gmail.com>
28070
28071 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
28072 change on 2011-02-13 (bug#8309).
28073
28074 * minibuffer.el (read-file-name-function): Change default value.
28075 (read-file-name--defaults): Rename from read-file-name-defaults.
28076 (read-file-name-default): Rename from read-file-name.
28077 (read-file-name): Call read-file-name-function.
28078
28079 2011-03-21 Glenn Morris <rgm@gnu.org>
28080
28081 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
28082 Doc fixes.
28083
28084 2011-03-21 Chong Yidong <cyd@stupidchicken.com>
28085
28086 * cus-theme.el: Add missing provide statement.
28087 (customize-create-theme): Extract theme value correctly.
28088 (custom-theme-visit-theme): Autoload.
28089 (customize-create-theme): Prompt before inserting default faces.
28090
28091 2011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
28092
28093 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
28094 units and musical notes.
28095
28096 2011-03-20 Leo Liu <sdl.web@gmail.com>
28097
28098 * ido.el (ido-read-internal): Use completing-read-default.
28099 (ido-completing-read): Fix compatibility with completing-read.
28100
28101 2011-03-20 Christian Ohler <ohler@gnu.org>
28102
28103 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
28104 (ert-delete-all-tests): Use `called-interactively-p' rather than
28105 `interactive-p'.
28106 (ert--make-xrefs-region): Respect END.
28107
28108 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
28109
28110 * dired-aux.el (dired-create-directory): Signal an error if the
28111 directory already exists (Bug#8246).
28112
28113 * facemenu.el (list-colors-display): Call list-faces-display
28114 inside with-help-window.
28115 (list-colors-print): Use display property to align the final
28116 column, instead of checking window-width.
28117
28118 2011-03-19 Eli Zaretskii <eliz@gnu.org>
28119
28120 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
28121 windows-nt systems.
28122 (emerge-protect-metachars): Quote correctly for ms-dos and
28123 windows-nt systems.
28124
28125 2011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
28126
28127 * info.el (info-initialize): Replace all uses of `:' with
28128 path-separator for compatibility with non-Unix systems.
28129 Cache quoting of path-separator. (Bug#8258)
28130
28131 2011-03-19 Juanma Barranquero <lekktu@gmail.com>
28132
28133 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
28134 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
28135 (mouse-avoidance-mode): Fix typos in docstrings.
28136
28137 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
28138
28139 * startup.el (package-subdirectory-regexp): Move from package.el.
28140 Omit \\` and \\', and let callers add them.
28141
28142 * emacs-lisp/package.el (package-strip-version)
28143 (package-load-all-descriptors): Add \\` and \\' to
28144 package-subdirectory-regexp before using it.
28145 (package-untar-buffer): New arg DIR; ensure that file untars only
28146 into this expected directory. Remove superfluous delete-region.
28147 (package-unpack): Caller changed.
28148 (package-tar-file-info): Use package-subdirectory-regexp.
28149
28150 2011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
28151
28152 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
28153 diff-mode-shared-map (bug#8284).
28154 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
28155
28156 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
28157
28158 * calendar/time-date.el (format-seconds): Use assoc instead of
28159 assoc-string, since assoc-string doesn't exist in XEmacs.
28160
28161 2011-03-17 Juanma Barranquero <lekktu@gmail.com>
28162
28163 * custom.el (custom-known-themes): Reflow docstring.
28164 (custom-theme-load-path): Fix typo in docstring.
28165 (load-theme): Fix typo in error message.
28166 (custom-available-themes, custom-variable-theme-value):
28167 Use `let', not `let*'.
28168
28169 2011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
28170
28171 * calc/README: Mention inclusion of musical notes.
28172
28173 * calc/calc-units.el (calc-lu-quant): Rename from
28174 `calc-logunits-quantity'.
28175 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
28176 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
28177 (calc-db): Rename from `calc-dblevel'.
28178 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
28179 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
28180 (calc-np): Rename from `calc-nplevel'.
28181 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
28182 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
28183 (calc-lu-plus): Rename from `calc-logunits-add'.
28184 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
28185 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
28186 (calc-lu-minus): Rename from `calc-logunits-sub'.
28187 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
28188 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
28189 (calc-lu-times): Rename from `calc-logunits-mul'.
28190 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
28191 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
28192 (calc-lu-divide): Rename from `calc-logunits-div'.
28193 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
28194 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
28195
28196 * calc/calc-ext.el (calc-init-extensions): Update the names of the
28197 functions being autoloaded.
28198
28199 * calc/calc.el (calc-lu-power-reference): Rename from
28200 `calc-logunits-power-reference'.
28201 (calc-lu-field-reference): Rename from
28202 `calc-logunits-field-reference'.
28203
28204 * calc/calc-help.el (calc-l-prefix-help):
28205 Mention musical note functions.
28206
28207 2011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
28208
28209 * minibuffer.el (completion-all-sorted-completions):
28210 Use :completion-cycle-penalty text property if present.
28211
28212 2011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
28213
28214 * allout.el (allout-yank-processing): Adjust for new rebulleting
28215 regime so bullet being yanked is used without prompting the user
28216 for a choice.
28217
28218 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
28219
28220 * startup.el (command-line): Warn the user that _emacs is deprecated.
28221
28222 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
28223
28224 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
28225 (delphi-verbose, delphi-comment-face, delphi-string-face)
28226 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
28227 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
28228 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
28229 (delphi-new-comment-line, delphi-font-lock-defaults)
28230 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
28231 Fix typos in docstrings.
28232
28233 2011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
28234
28235 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
28236 Invert the roles of character and string values for INSTEAD, so a
28237 string is used for the more common case of a defaulting prompt.
28238
28239 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
28240
28241 * progmodes/ruby-mode.el (ruby-backward-sexp):
28242 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
28243 * play/gamegrid.el (gamegrid-make-face):
28244 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
28245 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
28246 * notifications.el (notifications-notify):
28247 * net/xesam.el (xesam-search-engines):
28248 * net/quickurl.el (quickurl-list-insert):
28249 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
28250
28251 2011-03-15 Chong Yidong <cyd@stupidchicken.com>
28252
28253 * startup.el (command-line): Update package subdirectory regexp.
28254
28255 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
28256
28257 * allout.el (allout-abbreviate-flattened-numbering)
28258 (allout-mode-deactivate-hook): Fix up obsolescence "date".
28259
28260 * subr.el (read-char-choice): Only show the cursor after the prompt,
28261 not after the answer.
28262
28263 2011-03-15 Kevin Ryde <user42@zip.com.au>
28264
28265 * help-fns.el (variable-at-point): Skip leading quotes, if any
28266 (bug#8253).
28267
28268 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
28269
28270 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
28271 warning message.
28272
28273 2011-03-14 Michael Albinus <michael.albinus@gmx.de>
28274
28275 * shell.el (shell): When called interactively, offer to change the
28276 shell file name on remote hosts.
28277
28278 2011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
28279
28280 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
28281 integration for LDAP parameters. The host, base, user or binddn,
28282 and secret tokens can be specified in a netrc file, for instance.
28283 This is optional because an `auth-source' parameter must be
28284 specified in the search attributes.
28285
28286 2011-03-13 Juanma Barranquero <lekktu@gmail.com>
28287
28288 * help.el (describe-mode): Link to the mode's definition (bug#8185).
28289
28290 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
28291
28292 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
28293 into declaration. Remove redundant and harmful binding.
28294
28295 2011-03-12 Eli Zaretskii <eliz@gnu.org>
28296
28297 * files.el (file-ownership-preserved-p): Pass `integer' as an
28298 explicit 2nd argument to `file-attributes'. If the file's owner
28299 is the Administrators group on Windows, and the current user is
28300 Administrator, consider that a match.
28301
28302 * server.el (server-ensure-safe-dir): Consider server directory
28303 safe on MS-Windows if its owner is the Administrators group while
28304 the current Emacs user is Administrator. Use `=' to compare
28305 numerical UIDs, since they could be integers or floats.
28306
28307 2011-03-12 Juanma Barranquero <lekktu@gmail.com>
28308
28309 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
28310
28311 2011-03-12 Michael Albinus <michael.albinus@gmx.de>
28312
28313 Sync with Tramp 2.2.1.
28314
28315 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
28316
28317 * net/trampver.el: Update release number.
28318
28319 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
28320
28321 * progmodes/compile.el (compilation--previous-directory): Fix up
28322 various nil/dead-marker mismatches (bug#8014).
28323 (compilation-directory-properties, compilation-error-properties):
28324 Don't call it at a position past the one we're about to change.
28325
28326 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
28327 Disable obsolescence warnings in the file that declares it.
28328
28329 2011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
28330
28331 * allout-widgets.el (allout-widgets-tally):
28332 Initialize allout-widgets-tally as a hash table rather than nil to
28333 prevent mode-line redisplay warnings. Also, clarify the module
28334 description and fix a comment typo.
28335
28336 2011-03-11 Juanma Barranquero <lekktu@gmail.com>
28337
28338 * help-fns.el (describe-variable): Don't complete keywords.
28339 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
28340
28341 2011-03-10 Chong Yidong <cyd@stupidchicken.com>
28342
28343 * emacs-lisp/package.el (package-version-join): Impose a standard
28344 string representation for pre/alpha/beta version lists.
28345 (package-unpack-single): Standardize the directory name by passing
28346 it through package-version-join.
28347 (package-strip-rcs-id): Accept any version string that does not
28348 signal an error in version-to-list.
28349
28350 2011-03-10 Michael Albinus <michael.albinus@gmx.de>
28351
28352 * simple.el (delete-trailing-whitespace): Return nil for the
28353 benefit of `write-file-functions'.
28354
28355 2011-03-10 Glenn Morris <rgm@gnu.org>
28356
28357 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
28358
28359 * vc/vc-git.el (vc-git-program): New option.
28360 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
28361 (vc-git--call): Use it.
28362
28363 * eshell/esh-util.el (eshell-condition-case): Doc fix.
28364
28365 * cus-edit.el (Custom-newline): If no button at point, look
28366 for a subgroup button at start-of-line. (Bug#2298)
28367
28368 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
28369
28370 2011-03-10 Julien Danjou <julien@danjou.info>
28371
28372 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
28373 `cursor-type' is nil.
28374
28375 2011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
28376
28377 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
28378
28379 2011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
28380
28381 * allout.el: Change so yank of distinctive-bullet items
28382 preserves the existing header prefix, rebulleting it if necessary,
28383 rather than replacing it. This is necessary for proper operation
28384 of cooperative addons like allout-widgets.
28385 (allout-make-topic-prefix, allout-rebullet-heading):
28386 Change SOLICIT arg to INSTEAD, and interpret additionally a string
28387 value as alternate bullet to be used, instead of prompting the user
28388 for a bullet character.
28389
28390 2011-03-09 Michael Albinus <michael.albinus@gmx.de>
28391
28392 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
28393 Do not use `tramp-file-name-port', because this returns also
28394 `tramp-default-port'.
28395
28396 2011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
28397
28398 * net/rcirc.el (rcirc-handler-001): Remove useless
28399 with-rcirc-process-buffer.
28400 (rcirc-check-auth-status): Swap arguments to string-match.
28401
28402 2011-03-09 Glenn Morris <rgm@gnu.org>
28403
28404 * shell.el (shell-mode):
28405 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
28406
28407 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
28408 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
28409
28410 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
28411
28412 * emacs-lisp/package.el (package-refresh-contents)
28413 (package-menu-execute): Use condition-case-no-debug.
28414
28415 2011-03-08 Michael Albinus <michael.albinus@gmx.de>
28416
28417 * simple.el (shell-command-to-string): Use `process-file'.
28418
28419 * emacs-lisp/package.el (package-tar-file-info): Handle also
28420 remote files.
28421
28422 * emacs-lisp/package-x.el (package-upload-buffer-internal):
28423 Use `equal' for upload base check.
28424
28425 2011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
28426
28427 * textmodes/texinfo.el (texinfo-environments):
28428 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
28429
28430 2011-03-08 Glenn Morris <rgm@gnu.org>
28431
28432 * cus-start.el (cursor-in-non-selected-windows):
28433 Fix :set quoting oddness. (Bug#8192)
28434
28435 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
28436 in some setf expressions. (Bug#2159)
28437
28438 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
28439
28440 * custom.el (custom-available-themes): Return themes in
28441 alphabetical order.
28442
28443 See ChangeLog.15 for earlier changes.
28444
28445 ;; Local Variables:
28446 ;; coding: utf-8
28447 ;; End:
28448
28449 Copyright (C) 2011-2013 Free Software Foundation, Inc.
28450
28451 This file is part of GNU Emacs.
28452
28453 GNU Emacs is free software: you can redistribute it and/or modify
28454 it under the terms of the GNU General Public License as published by
28455 the Free Software Foundation, either version 3 of the License, or
28456 (at your option) any later version.
28457
28458 GNU Emacs is distributed in the hope that it will be useful,
28459 but WITHOUT ANY WARRANTY; without even the implied warranty of
28460 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
28461 GNU General Public License for more details.
28462
28463 You should have received a copy of the GNU General Public License
28464 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.