* progmodes/octave.el (octave-function-header-regexp): Fix.
[bpt/emacs.git] / lisp / ChangeLog
1 2013-06-07 Leo Liu <sdl.web@gmail.com>
2
3 * progmodes/octave.el (octave-mode): Set comment-use-global-state
4 to t. (Bug#14303)
5 (octave-function-header-regexp): Fix. (Bug#14570)
6 (octave-help-mode-finish-hook, octave-help-mode-finish):
7 Remove. Just use temp-buffer-show-hook.
8
9 * newcomment.el (comment-search-backward): Revert last change.
10 (Bug#14434)
11
12 * emacs-lisp/smie.el (smie--matching-block-data): Minor simplification.
13
14 2013-06-07 Eli Zaretskii <eliz@gnu.org>
15
16 * Makefile.in (TAGS TAGS-LISP): Pass the (long) list of *.el files
17 through xargs, to avoid failure due to MS-Windows limitations on
18 command-line length.
19
20 2013-06-06 Glenn Morris <rgm@gnu.org>
21
22 * font-lock.el (lisp-font-lock-keywords-2):
23 Treat user-error like error.
24
25 * emacs-lisp/bytecomp.el (byte-compile-char-before)
26 (byte-compile-backward-char, byte-compile-backward-word):
27 Handle explicit nil arguments. (Bug#14565)
28
29 2013-06-05 Alan Mackenzie <acm@muc.de>
30
31 * isearch.el (isearch-allow-prefix): New user option.
32 (isearch-other-meta-char): Don't exit isearch when a prefix
33 argument is typed whilst `isearch-allow-prefix' is non-nil.
34 (Bug#9706)
35
36 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
37
38 * autorevert.el (auto-revert-notify-handler): Use memq.
39 Hide assertion failure.
40
41 * skeleton.el: Use cl-lib.
42 (skeleton-further-elements): Use defvar-local.
43 (skeleton-insert): Use cl-progv.
44
45 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
46
47 * progmodes/prog-mode.el (prog-prettify-symbols)
48 (prog-prettify-install): Update docstrings.
49
50 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
51
52 * simple.el: Move all the prog-mode code to prog-mode.el.
53 * progmodes/prog-mode.el: New file.
54 * loadup.el: Add prog-mode.el.
55
56 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
57
58 * simple.el (prog-prettify-symbols): Add version.
59 (prog-prettify-install): Add convenience function to prettify symbols.
60
61 * progmodes/perl-mode.el (perl--augmented-font-lock-keywords)
62 (perl--augmented-font-lock-keywords-1)
63 (perl--augmented-font-lock-keywords-2, perl-mode): Remove unneeded
64 variables and use it.
65
66 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
67 (cfengine3-mode): Remove unneeded variable and use it.
68
69 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
70 (lisp--augmented-font-lock-keywords-1)
71 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables):
72 Remove unneeded variables and use it.
73
74 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
75
76 * net/tls.el (open-tls-stream): Remove unneeded buffer contents up
77 to point when opening the connection.
78 Suggested by João Távora <joaotavora@gmail.com> in
79 <http://lists.gnu.org/archive/html/emacs-devel/2013-05/msg00464.html>.
80
81 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
82
83 * subr.el (load-history-regexp, load-history-filename-element)
84 (eval-after-load, after-load-functions, do-after-load-evaluation)
85 (eval-next-after-load, display-delayed-warnings)
86 (collapse-delayed-warnings, delayed-warnings-hook): Move after the
87 definition of save-match-data.
88 (overriding-local-map): Remove accidental obsolescence declaration.
89
90 * emacs-lisp/edebug.el (edebug-result): Move before first use.
91
92 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
93
94 Generalize symbol prettify support to prog-mode and implement it
95 for perl-mode, cfengine3-mode, and emacs-lisp-mode.
96 * simple.el (prog-prettify-symbols-alist, prog-prettify-symbols)
97 (prog--prettify-font-lock-compose-symbol)
98 (prog-prettify-font-lock-symbols-keywords): New variables and
99 functions to support symbol prettification.
100 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
101 (lisp--augmented-font-lock-keywords-1)
102 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables)
103 (lisp--prettify-symbols-alist): Implement prettify of lambda.
104 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
105 (cfengine3--prettify-symbols-alist, cfengine3-mode):
106 Implement prettify of -> => :: strings.
107 * progmodes/perl-mode.el (perl-prettify-symbols)
108 (perl--font-lock-compose-symbol)
109 (perl--font-lock-symbols-keywords): Move to prog-mode.
110 (perl--prettify-symbols-alist): Prettify -> => :: strings.
111 (perl-font-lock-keywords-1)
112 (perl-font-lock-keywords-2): Remove explicit prettify support.
113 (perl--augmented-font-lock-keywords)
114 (perl--augmented-font-lock-keywords-1)
115 (perl--augmented-font-lock-keywords-2, perl-mode):
116 Implement prettify support.
117
118 2013-06-05 Leo Liu <sdl.web@gmail.com>
119
120 Re-implement smie matching block highlight using
121 show-paren-data-function. (Bug#14395)
122 * emacs-lisp/smie.el (smie-matching-block-highlight)
123 (smie--highlight-matching-block-overlay)
124 (smie--highlight-matching-block-lastpos)
125 (smie-highlight-matching-block)
126 (smie-highlight-matching-block-mode): Remove.
127 (smie--matching-block-data-cache): New variable.
128 (smie--matching-block-data): New function.
129 (smie-setup): Use smie--matching-block-data for
130 show-paren-data-function.
131
132 * progmodes/octave.el (octave-mode-menu): Fix.
133 (octave-find-definition): Skip garbage lines.
134
135 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
136
137 Fix compilation error with simultaneous dynamic+lexical scoping.
138 Add warning when a defvar appears after the first let-binding.
139 * emacs-lisp/bytecomp.el (byte-compile-lexical-variables): New var.
140 (byte-compile-close-variables): Initialize it.
141 (byte-compile--declare-var): New function.
142 (byte-compile-file-form-defvar)
143 (byte-compile-file-form-define-abbrev-table)
144 (byte-compile-file-form-custom-declare-variable): Use it.
145 (byte-compile-make-lambda-lexenv): Change the argument. Simplify.
146 (byte-compile-lambda): Share call to byte-compile-arglist-vars.
147 (byte-compile-bind): Handle dynamic bindings that shadow
148 lexical bindings.
149 (byte-compile-unbind): Make arg non-optional.
150 (byte-compile-let): Simplify.
151 * emacs-lisp/cconv.el (byte-compile-lexical-variables): Declare var.
152 (cconv--analyse-function, cconv-analyse-form): Populate it.
153 Protect byte-compile-bound-variables to limit the scope of defvars.
154 (cconv-analyse-form): Add missing rule for (defvar <foo>).
155 Remove unneeded rule for `declare'.
156
157 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin): Use macroexp-let2
158 so as to avoid depending on cl-adjoin at run-time.
159 * emacs-lisp/cl-lib.el (cl-pushnew): Use backquotes.
160
161 * emacs-lisp/macroexp.el (macroexp--compiling-p): New function.
162 (macroexp--warn-and-return): Use it.
163
164 2013-06-05 Leo Liu <sdl.web@gmail.com>
165
166 * eshell/esh-mode.el (eshell-mode): Fix key bindings.
167
168 2013-06-04 Leo Liu <sdl.web@gmail.com>
169
170 * progmodes/compile.el (compile-goto-error): Add optional arg NOMSG.
171 (compilation-auto-jump): Suppress the "Mark set" message to give
172 way to exit message.
173
174 2013-06-04 Alan Mackenzie <acm@muc.de>
175
176 Remove faulty optimisation from indentation calculation.
177 * progmodes/cc-engine.el (c-guess-basic-syntax): Don't calculate
178 search limit based on 2000 characters back from indent-point.
179
180 2013-06-03 Tassilo Horn <tsdh@gnu.org>
181
182 * eshell/em-term.el (cl-lib): Require `cl-lib'.
183
184 2013-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
185
186 * emacs-lisp/lisp.el: Use lexical-binding.
187 (lisp--local-variables-1, lisp--local-variables): New functions.
188 (lisp--local-variables-completion-table): New var.
189 (lisp-completion-at-point): Use it complete let-bound vars.
190
191 * emacs-lisp/lisp-mode.el (eval-sexp-add-defvars): Expand macros
192 eagerly (bug#14422).
193
194 2013-06-03 Michael Albinus <michael.albinus@gmx.de>
195
196 * autorevert.el (auto-revert-notify-enabled)
197 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
198 (auto-revert-notify-event-p, auto-revert-notify-event-file-name)
199 (auto-revert-notify-handler): Handle also gfilenotify.
200
201 * subr.el (file-notify-handle-event): New defun. Replacing ...
202 (inotify-event-p, inotify-handle-event, w32notify-handle-event):
203 Remove.
204
205 2013-06-03 Juri Linkov <juri@jurta.org>
206
207 * bindings.el (search-map): Bind `highlight-symbol-at-point' to
208 `M-s h .'. (Bug#14427)
209
210 * hi-lock.el (highlight-symbol-at-point): New alias for the new
211 command `hi-lock-face-symbol-at-point'.
212 (hi-lock-face-symbol-at-point): New command.
213 (hi-lock-map): Bind `highlight-symbol-at-point' to `C-x w .'.
214 (hi-lock-menu): Add `highlight-symbol-at-point'.
215 (hi-lock-mode): Doc fix.
216
217 * isearch.el (isearch-forward-symbol-at-point): New command.
218 (search-map): Bind `isearch-forward-symbol-at-point' to `M-s .'.
219 (isearch-highlight-regexp): Add a regexp which matches
220 words/symbols for word/symbol mode.
221
222 * subr.el (find-tag-default-bounds): New function with the body
223 mostly moved from `find-tag-default'.
224 (find-tag-default): Move most code to `find-tag-default-bounds',
225 call it and apply `buffer-substring-no-properties' afterwards.
226
227 2013-06-03 Tassilo Horn <tsdh@gnu.org>
228
229 * eshell/em-term.el (eshell-term-initialize):
230 Use `cl-intersection' rather than `intersection'.
231
232 2013-06-02 Xue Fuqiao <xfq.free@gmail.com>
233
234 * vc/log-view.el: Doc fix.
235 (log-view-mode-map): Copy keymap from `special-mode-map'.
236
237 2013-06-02 Eric Ludlam <zappo@gnu.org>
238
239 * emacs-lisp/eieio.el (eieio--defalias, eieio-hook)
240 (eieio-error-unsupported-class-tags, eieio-skip-typecheck)
241 (eieio-optimize-primary-methods-flag, eieio-initializing-object)
242 (eieio-unbound, eieio-default-superclass)
243 (eieio--define-field-accessors, method-static, method-before)
244 (method-primary, method-after, method-num-lists)
245 (method-generic-before, method-generic-primary)
246 (method-generic-after, method-num-slots)
247 (eieio-specialized-key-to-generic-key)
248 (eieio--check-type, class-v, class-p)
249 (eieio-class-name, define-obsolete-function-alias)
250 (eieio-class-parents-fast, eieio-class-children-fast)
251 (same-class-fast-p, class-constructor, generic-p)
252 (generic-primary-only-p, generic-primary-only-one-p)
253 (class-option-assoc, class-option, eieio-object-p)
254 (class-abstract-p, class-method-invocation-order)
255 (eieio-defclass-autoload-map, eieio-defclass-autoload)
256 (eieio-class-un-autoload, eieio-defclass)
257 (eieio-eval-default-p, eieio-perform-slot-validation-for-default)
258 (eieio-add-new-slot, eieio-copy-parents-into-subclass)
259 (eieio--defgeneric-init-form, eieio-defgeneric-form)
260 (eieio-defgeneric-reset-generic-form)
261 (eieio-defgeneric-form-primary-only)
262 (eieio-defgeneric-reset-generic-form-primary-only)
263 (eieio-defgeneric-form-primary-only-one)
264 (eieio-defgeneric-reset-generic-form-primary-only-one)
265 (eieio-unbind-method-implementations)
266 (eieio--defmethod, eieio--typep)
267 (eieio-perform-slot-validation, eieio-validate-slot-value)
268 (eieio-validate-class-slot-value, eieio-barf-if-slot-unbound)
269 (eieio-oref, eieio-oref-default, eieio-default-eval-maybe)
270 (eieio-oset, eieio-oset-default, eieio-slot-originating-class-p)
271 (eieio-slot-name-index, eieio-class-slot-name-index)
272 (eieio-set-defaults, eieio-initarg-to-attribute)
273 (eieio-attribute-to-initarg, eieio-c3-candidate)
274 (eieio-c3-merge-lists, eieio-class-precedence-c3)
275 (eieio-class-precedence-dfs, eieio-class-precedence-bfs)
276 (eieio-class-precedence-list, eieio-generic-call-methodname)
277 (eieio-generic-call-arglst, eieio-generic-call-key)
278 (eieio-generic-call-next-method-list)
279 (eieio-pre-method-execution-functions, eieio-generic-call)
280 (eieio-generic-call-primary-only, eieiomt-method-list)
281 (eieiomt-optimizing-obarray, eieiomt-install)
282 (eieiomt-add, eieiomt-next, eieiomt-sym-optimize)
283 (eieio-generic-form, eieio-defmethod, make-obsolete)
284 (eieio-defgeneric, make-obsolete): Move to eieio-core.el
285 (defclass): Remove `eval-and-compile' from macro.
286 (call-next-method, shared-initialize): Instead of using
287 `scoped-class' variable, use new eieio--scoped-class, and
288 eieio--with-scoped-class.
289 (initialize-instance): Rename local variable 'scoped-class' to
290 'this-class' to remove ambiguitity from old global.
291
292 * emacs-lisp/eieio-core.el: New file. Derived from key parts of
293 eieio.el.
294 (eieio--scoped-class-stack): New variable
295 (eieio--scoped-class): New fcn
296 (eieio--with-scoped-class): New scoping macro.
297 (eieio-defclass): Use pushnew instead of add-to-list.
298 (eieio-defgeneric-form-primary-only-one, eieio-oset-default)
299 (eieio-slot-name-index, eieio-set-defaults, eieio-generic-call)
300 (eieio-generic-call-primary-only, eieiomt-add): Instead of using
301 `scoped-class' variable, use new eieio--scoped-class, and
302 eieio--with-scoped-class.
303
304 * emacs-lisp/eieio-base.el (cl-lib): Require during compile.
305
306 2013-06-02 Tassilo Horn <tsdh@gnu.org>
307
308 * eshell/esh-ext.el (eshell-external-command): Pass args to
309 `eshell-find-interpreter'.
310 (eshell-find-interpreter): Add new second parameter ARGS.
311
312 * eshell/em-script.el (eshell-script-initialize): Add second arg
313 to the function added as MATCH to `eshell-interpreter-alist'
314
315 * eshell/em-dirs.el (eshell-dirs-initialize): Add second arg to
316 the function added as MATCH to `eshell-interpreter-alist'
317
318 * eshell/em-term.el (eshell-visual-subcommands): New defcustom.
319 (eshell-visual-options): New defcustom.
320 (eshell-escape-control-x): Adapt docstring.
321 (eshell-term-initialize): Test `eshell-visual-subcommands' and
322 `eshell-visual-options' in addition to `eshell-visual-commands'.
323 (eshell-exec-visual): Pass args to `eshell-find-interpreter'.
324
325 2013-06-01 Fabián Ezequiel Gallina <fgallina@gnu.org>
326
327 * progmodes/python.el (python-indent-block-enders): Add break,
328 continue and raise keywords.
329
330 2013-06-01 Glenn Morris <rgm@gnu.org>
331
332 * pcmpl-gnu.el (pcomplete/tar): Check obsolete variable is bound.
333
334 Plain (f)boundp silences compilation warnings since Emacs 22.1.
335 * progmodes/cc-cmds.el (delete-forward-p):
336 * progmodes/cc-defs.el (buffer-syntactic-context-depth):
337 * progmodes/cc-engine.el (buffer-syntactic-context):
338 * progmodes/cc-fonts.el (face-property-instance):
339 * progmodes/cc-mode.el (set-keymap-parents):
340 * progmodes/cc-vars.el (get-char-table): No need for cc-bytecomp-defun.
341 * progmodes/cc-defs.el (c-set-region-active, c-beginning-of-defun-1)
342 * progmodes/cc-mode.el (c-make-inherited-keymap): Use plain fboundp.
343 * progmodes/cc-defs.el (zmacs-region-stays, zmacs-regions)
344 (lookup-syntax-properties): Remove unecessary cc-bytecomp-defvar.
345
346 * progmodes/cc-vars.el (other): Emacs has this widget since
347 at least 21.1, so don't (re)define it.
348
349 * eshell/em-cmpl.el (eshell-cmpl-initialize):
350 Replace the obsolete alias pcomplete-arg-quote-list.
351
352 2013-06-01 Leo Liu <sdl.web@gmail.com>
353
354 * progmodes/octave.el (octave-mode-syntax-table): Give `.'
355 punctuation syntax.
356 (inferior-octave-minimal-columns)
357 (inferior-octave-last-column-width): New variables.
358 (inferior-octave-track-window-width-change): New function.
359 (inferior-octave-mode): Adjust column width so that Octave output,
360 for example from 'ls', can fit into the window nicely.
361
362 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
363
364 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
365 Highlight expansions inside regexp literals.
366
367 2013-05-31 Glenn Morris <rgm@gnu.org>
368
369 * obsolete/sym-comp.el (symbol-complete):
370 Replace obsolete completion-annotate-function.
371
372 * progmodes/cc-vars.el (c-make-macro-with-semi-re): Silence compiler.
373
374 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
375
376 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
377 New function, checks if point is inside a literal that allows
378 expression expansion.
379 (ruby-syntax-propertize-expansion): Use it.
380 (ruby-syntax-propertize-function): Bind `case-fold-search' to nil
381 around the body.
382
383 2013-05-30 Juri Linkov <juri@jurta.org>
384
385 * isearch.el (isearch-mode-map): Bind `isearch-toggle-invisible'
386 to "\M-si".
387 (isearch-invisible): New variable.
388 (isearch-forward): Doc fix.
389 (isearch-mode): Set `isearch-invisible'
390 to the value of `search-invisible'.
391 (isearch-toggle-case-fold): Doc fix.
392 (isearch-toggle-invisible): New command.
393 (isearch-query-replace): Let-bind `search-invisible'
394 to the value of `isearch-invisible'.
395 (isearch-search): Use `isearch-invisible' instead of
396 `search-invisible'. Let-bind `search-invisible'
397 to the value of `isearch-invisible'. (Bug#11378)
398
399 2013-05-30 Juri Linkov <juri@jurta.org>
400
401 * replace.el (perform-replace): Avoid `isearch-range-invisible'
402 call when `query-flag' is nil and `search-invisible' is non-nil.
403 (Bug#11746)
404
405 2013-05-30 Glenn Morris <rgm@gnu.org>
406
407 * progmodes/gdb-mi.el (gdb-wait-for-pending): Fix typo.
408
409 * progmodes/cc-bytecomp.el (cc-bytecomp-noruntime-functions): New.
410 (cc-require): Suppress spurious "noruntime" warnings.
411 (cc-require-when-compile): Use fboundp, for sake of compiler.
412
413 * progmodes/cc-mode.el: Move load of cc-vars before that of
414 cc-langs (which in turn loads cc-vars), to quieten compiler.
415
416 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
417
418 * paren.el: Simplify the code.
419 (show-paren-mode): Always start the timer.
420 (show-paren--idle-timer): Rename from show-paren-idle-timer.
421 (show-paren--overlay, show-paren--overlay-1): Rename from
422 show-paren-overlay and show-paren-overlay-1, and initialize to an
423 overlay rather than to nil.
424 (show-paren-function): Misc cleanup and simplifications.
425
426 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
427
428 * paren.el (show-paren-data-function): New hook.
429 (show-paren--default): New function, extracted from show-paren-function.
430 (show-paren-function): Use show-paren-data-function.
431
432 2013-05-30 Glenn Morris <rgm@gnu.org>
433
434 * ielm.el (ielm-map, ielm-complete-symbol):
435 Use completion-at-point rather than obsolete functions.
436 (inferior-emacs-lisp-mode): Doc fix.
437 Set completion-at-point-functions, rather than
438 comint-dynamic-complete-functions.
439
440 * eshell/em-cmpl.el (eshell-complete-lisp-symbol): New function.
441 (eshell-cmpl-initialize, eshell-complete-parse-arguments):
442 Replace obsolete lisp-complete-symbol with eshell-complete-lisp-symbol.
443
444 * image.el (image-animated-p): Tweak definition.
445
446 * net/rlogin.el (rlogin-program, rlogin-explicit-args): Default to ssh.
447 (rlogin-process-connection-type): Tweak default. Add set-after.
448 (rlogin-host): Doc fix.
449 (rlogin): Tweak prompt.
450 (rlogin-tab-or-complete): Use completion-at-point rather than alias.
451
452 * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
453 * progmodes/tcl.el (inferior-tcl-mode-map):
454 Use completion-at-point rather than obsolete alias.
455
456 * emacs-lisp/eieio.el (eieio-eval-default-p): Move before use.
457
458 * minibuffer.el (read-file-name-completion-ignore-case):
459 Move before completion--in-region, for eager macro expansion.
460
461 2013-05-29 Juri Linkov <juri@jurta.org>
462
463 * replace.el (occur-engine): Rename `globalcount' to `global-lines'
464 for total count of matching lines. Add `global-matches' for total
465 count of matches. Rename `matches' to `lines' for count of
466 matching lines. Add `matches' for count of matches.
467 Rename `lines' to `curr-line' for line count. Rename `prev-lines'
468 to `prev-line' for line number of prev match endpt.
469 Increment `matches' for every match. Print the number of
470 matching lines in the header.
471 (occur-context-lines): Rename `lines' to `curr-line'.
472 Rename `prev-lines' to `prev-line'. (Bug#14017)
473
474 2013-05-29 Juri Linkov <juri@jurta.org>
475
476 * replace.el (perform-replace): Add `skip-read-only-count',
477 `skip-filtered-count', `skip-invisible-count' let-bound to 0.
478 Increment them for corresponding conditions and report the number
479 of skipped occurrences in the final message. (Bug#11746)
480 (query-replace, query-replace-regexp, query-replace-regexp-eval)
481 (replace-string, replace-regexp): Doc fix.
482
483 2013-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
484
485 * emacs-lisp/trace.el (trace--read-args): Provide a default.
486
487 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Inherit from
488 prog-mode-map (bug#14504).
489
490 2013-05-29 Leo Liu <sdl.web@gmail.com>
491
492 * progmodes/octave.el (octave-indent-comment): Tweak regexps.
493 (octave-help): Small simplification.
494
495 * emacs-lisp/smie.el (smie-highlight-matching-block): Always turn
496 off the highlight first.
497
498 2013-05-29 Glenn Morris <rgm@gnu.org>
499
500 * progmodes/idlwave.el (idlwave-concatenate-rinfo-lists):
501 Handle idlwave-last-system-routine-info-cons-cell being nil.
502
503 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
504 (idlwave-write-paths): Simplify via with-temp-buffer.
505
506 * emulation/cua-gmrk.el: Also load cua-base, cua-rect at run time.
507 * emulation/cua-rect.el: Also load cua-base at run time.
508
509 * progmodes/cperl-mode.el (imenu-choose-buffer-index)
510 (file-of-tag, etags-snarf-tag, etags-goto-tag-location): Declare.
511 (cperl-imenu-on-info): Require imenu.
512
513 2013-05-28 Alan Mackenzie <acm@muc.de>
514
515 Handle "capitalised keywords" correctly.
516 * progmodes/cc-mode.el (c-after-change): Bind case-fold-search to nil.
517
518 2013-05-28 Aidan Gauland <aidalgol@amuri.net>
519
520 * eshell/em-unix.el: Add -r option to cp.
521
522 2013-05-28 Glenn Morris <rgm@gnu.org>
523
524 * vc/vc-arch.el (vc-exec-after): Declare.
525 (vc-switches): Autoload.
526 * vc/vc-bzr.el: No need to require vc when compiling.
527 (vc-exec-after, vc-set-async-update, vc-default-dir-printer)
528 (vc-resynch-buffer, vc-dir-refresh): Declare.
529 (vc-setup-buffer, vc-switches): Autoload.
530 * vc/vc-cvs.el (vc-exec-after, vc-coding-system-for-diff)
531 (vc-resynch-buffer): Declare.
532 (vc-switches, vc-default-revert, vc-version-backup-file): Autoload.
533 * vc/vc-dir.el (desktop-missing-file-warning): Declare.
534 * vc/vc-git.el (vc-exec-after, vc-set-async-update)
535 (grep-read-regexp, grep-read-files, grep-expand-template)
536 (vc-dir-refresh): Declare.
537 (vc-setup-buffer, vc-switches, vc-resynch-buffer): Autoload.
538 * vc/vc-hg.el (vc-exec-after, vc-set-async-update): Declare.
539 (vc-setup-buffer, vc-switches, vc-do-async-command): Autoload.
540 * vc/vc-mtn.el (vc-exec-after): Declare.
541 (vc-switches): Autoload.
542 * vc/vc-rcs.el (vc-expand-dirs, vc-switches)
543 (vc-tag-precondition, vc-buffer-sync, vc-rename-master): Autoload.
544 (vc-file-tree-walk): Declare.
545 * vc/vc-sccs.el (vc-file-tree-walk): Declare.
546 (vc-expand-dirs, vc-switches, vc-setup-buffer, vc-delistify)
547 (vc-tag-precondition, vc-rename-master): Autoload.
548 * vc/vc-svn.el (vc-exec-after): Declare.
549 (vc-switches, vc-setup-buffer): Autoload.
550 * obsolete/vc-mcvs.el (vc-checkout, vc-switches, vc-default-revert):
551 Autoload.
552 (vc-resynch-buffer): Declare.
553
554 * obsolete/fast-lock.el (byte-compile-warnings):
555 Don't warn about obsolete features in this obsolete file.
556
557 * progmodes/cc-vars.el (c-macro-names-with-semicolon):
558 Move definition before use.
559
560 * play/dunnet.el (byte-compile-warnings): Don't disable them all.
561 (dun-unix-verbs): Remove dun-zippy.
562 (dun-zippy): Remove function.
563
564 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
565
566 2013-05-27 Juri Linkov <juri@jurta.org>
567
568 * replace.el (replace-search): New function with code moved out
569 from `perform-replace'.
570 (replace-highlight, replace-dehighlight): Move function definitions
571 up closer to `replace-search'. (Bug#11746)
572
573 2013-05-27 Juri Linkov <juri@jurta.org>
574
575 * replace.el (perform-replace): Ignore invisible matches.
576 In addition to checking `query-replace-skip-read-only', also
577 filter out matches by calling `run-hook-with-args-until-failure'
578 on `isearch-filter-predicates', and also check `search-invisible'
579 for t or call `isearch-range-invisible'.
580 (replace-dehighlight): Call `isearch-clean-overlays'. (Bug#11746)
581
582 2013-05-27 Juri Linkov <juri@jurta.org>
583
584 * isearch.el (isearch-filter-predicates): Rename from
585 `isearch-filter-predicate'. Doc fix. (Bug#11378)
586 (isearch-message-prefix): Display text from the property
587 `isearch-message-prefix' of the currently active filters.
588 (isearch-search): Don't compare `isearch-filter-predicate' with
589 `isearch-filter-visible'. Call `run-hook-with-args-until-failure'
590 on `isearch-filter-predicates'. Also check `search-invisible' for t
591 or call `isearch-range-invisible'.
592 (isearch-filter-visible): Make obsolete.
593 (isearch-lazy-highlight-search):
594 Call `run-hook-with-args-until-failure' on
595 `isearch-filter-predicates' and use `isearch-range-invisible'.
596
597 * info.el (Info-search): Call `run-hook-with-args-until-failure' on
598 `isearch-filter-predicates' instead of `funcall'ing
599 `isearch-filter-predicate'.
600 (Info-mode): Set `Info-isearch-filter' to
601 `isearch-filter-predicates' instead of `isearch-filter-predicate'.
602
603 * dired-aux.el (dired-isearch-filter-predicate-orig):
604 Remove variable.
605 (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
606 (dired-isearch-filenames-end): Add and remove
607 `dired-isearch-filter-filenames' in `isearch-filter-predicates'
608 instead of changing the value of `isearch-filter-predicate'.
609 Rebind `dired-isearch-filenames-toggle' from "\M-sf" to "\M-sff".
610 (dired-isearch-filter-filenames): Don't use `isearch-filter-visible'.
611 Put property `isearch-message-prefix' to "filename " on
612 `dired-isearch-filter-filenames'.
613
614 * wdired.el (wdired-change-to-wdired-mode):
615 Add `isearch-filter-predicates' to `wdired-isearch-filter-read-only'
616 locally instead of changing `isearch-filter-predicate'.
617 (wdired-isearch-filter-read-only): Don't use `isearch-filter-visible'.
618
619 2013-05-27 Dmitry Gutov <dgutov@yandex.ru>
620
621 * vc/vc-git.el (vc-git-working-revision): When in detached mode,
622 return the commit hash (Bug#14459). Also set the
623 `vc-git-detached' property.
624 (vc-git--rev-parse): Extract from `vc-git-previous-revision'.
625 (vc-git-mode-line-string): Use the same help-echo format whether
626 in detached mode or not, because we know the actual revision now.
627 When in detached mode, shorten the revision to 7 chars.
628
629 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
630
631 * emacs-lisp/easy-mmode.el (define-minor-mode):
632 * emacs-lisp/derived.el (define-derived-mode): Always defvar the
633 mode hook and provide a docstring.
634
635 2013-05-27 Alan Mackenzie <acm@muc.de>
636
637 Remove spurious syntax-table text properties inserted by C-y.
638 * progmodes/cc-mode.el (c-after-change): Also clear hard
639 syntax-table property with value nil.
640
641 2013-05-27 Michael Albinus <michael.albinus@gmx.de>
642
643 * net/dbus.el (dbus-call-method): Let-bind `inhibit-redisplay'
644 when reading the events; the buffer layout shall not be changed.
645
646 2013-05-27 Leo Liu <sdl.web@gmail.com>
647
648 * progmodes/octave.el (inferior-octave-directory-tracker-resync):
649 New variable.
650 (inferior-octave-directory-tracker): Automatically re-sync
651 default-directory.
652 (octave-help): Improve handling of 'See also'.
653
654 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
655
656 * doc-view.el: Minor naming convention tweaks.
657 (desktop-buffer-mode-handlers): Don't add to it repeatedly.
658
659 * image-mode.el (image-mode-reapply-winprops): Call image-mode-winprops
660 even if there's no `display' property yet (bug#14435).
661
662 2013-05-25 Eli Zaretskii <eliz@gnu.org>
663
664 * subr.el (unmsys--file-name): Rename from reveal-filename.
665
666 * Makefile.in (custom-deps, finder-data, autoloads)
667 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
668 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
669 ($(CAL_DIR)/hol-loaddefs.el): All users changed.
670
671 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
672
673 * emacs-lisp/lisp.el (lisp-completion-at-point): Don't use
674 error-completion on the first 2 args of condition-case (bug#14446).
675 Don't burp at EOB.
676
677 2013-05-25 Leo Liu <sdl.web@gmail.com>
678
679 * comint.el (comint-previous-matching-input): Do not flood the
680 *Messages* buffer with trivial messages.
681
682 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
683
684 * progmodes/flymake.el (flymake-nop): Don't return a string.
685 (flymake-set-at): Fix typo.
686
687 * simple.el (read--expression): New function, extracted from
688 eval-expression. Set completion-at-point-functions (bug#14465).
689 (eval-expression, eval-minibuffer): Use it.
690
691 2013-05-25 Xue Fuqiao <xfq.free@gmail.com>
692
693 * progmodes/flymake.el (flymake-save-buffer-in-file)
694 (flymake-makehash, flymake-posn-at-point-as-event, flymake-nop)
695 (flymake-selected-frame, flymake-log, flymake-ins-after)
696 (flymake-set-at, flymake-get-buildfile-from-cache)
697 (flymake-add-buildfile-to-cache, flymake-clear-buildfile-cache)
698 (flymake-find-possible-master-files, flymake-save-buffer-in-file):
699 Refine the doc string.
700 (flymake-get-file-name-mode-and-masks): Reformat.
701 (flymake-get-real-file-name-function): Fix a minor bug.
702
703 2013-05-24 Juri Linkov <juri@jurta.org>
704
705 * progmodes/grep.el (grep-mode-font-lock-keywords):
706 Support =linenumber= format used by git-grep for lines with
707 function names. (Bug#13549)
708
709 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
710
711 * progmodes/octave.el (octave-smie-rules): Return nil rather than
712 0 after a semi-colon; it works better for smie-auto-fill.
713 (octave--indent-new-comment-line): New function.
714 (octave-indent-new-comment-line): Use it (indirectly).
715 (octave-mode): Don't disable smie-auto-fill. Use add-function to
716 modify comment-line-break-function.
717
718 * emacs-lisp/smie.el (smie-auto-fill): Rework to be more robust.
719 (smie-setup): Use add-function to set it.
720
721 2013-05-24 Sam Steingold <sds@gnu.org>
722
723 * sort.el (delete-duplicate-lines): Accept an optional `keep-blanks'
724 argument (before the `interactive' argument).
725
726 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
727
728 * image-mode.el (image-mode-winprops): Add winprops to
729 image-mode-winprops-alist before running
730 image-mode-new-window-functions.
731 * doc-view.el (doc-view-new-window-function): Don't delay
732 doc-view-goto-page via timers (bug#14435).
733
734 2013-05-24 Tassilo Horn <tsdh@gnu.org>
735
736 * doc-view.el: Integrate with desktop.el. (Bug#14435)
737 (doc-view-desktop-save-buffer): New function.
738 (doc-view-restore-desktop-buffer): New function.
739 (desktop-buffer-mode-handlers):
740 Add `doc-view-restore-desktop-buffer' as desktop.el buffer mode
741 handler.
742 (doc-view-mode): Set `doc-view-desktop-save-buffer' as custom
743 `desktop-save-buffer' function.
744
745 2013-05-24 Michael Albinus <michael.albinus@gmx.de>
746
747 * net/tramp-gvfs.el (tramp-gvfs-enabled): New defconst.
748 (tramp-gvfs-file-name-handler): Raise a user error when
749 `tramp-gvfs-enabled' is nil.
750 (top): Register signals only when `tramp-gvfs-enabled' is non-nil.
751 Do not raise a user error when loading package. (Bug#14447)
752
753 * net/xesam.el: Move to obsolete/.
754
755 2013-05-24 Glenn Morris <rgm@gnu.org>
756
757 * font-lock.el (lisp-font-lock-keywords-2): Add with-coding-priority.
758
759 * emacs-lisp/chart.el (chart-sort): Replace obsolete `object-name'.
760
761 * progmodes/cperl-mode.el (cperl-mode): Use fboundp.
762 (Info-find-node, Man-getpage-in-background): Declare.
763
764 * mail/unrmail.el (unrmail):
765 Replace obsolete detect-coding-with-priority.
766
767 * net/socks.el (socks-split-string): Use this rather than split-string.
768 (socks-nslookup-host): Update for above change.
769 (dynamic-choice, s5-dynamic-choice-match)
770 (s5-dynamic-choice-match-inline, s5-widget-value-create):
771 Comment out unused code.
772
773 * tooltip.el (tooltip-use-echo-area): Warn only on 'set.
774 * progmodes/gud.el (gud-gdb-completion-function): Move before use.
775 (gud-tooltip-echo-area): Make obsolete.
776 (gud-tooltip-process-output, gud-tooltip-tips): Also check tooltip-mode.
777
778 * progmodes/js.el (js--optimize-arglist): Declare.
779
780 * progmodes/ruby-mode.el (ruby-syntax-propertize-expansion): Declare.
781
782 * progmodes/which-func.el (ediff-window-A, ediff-window-B)
783 (ediff-window-C): Declare.
784
785 * obsolete/pgg-gpg.el, obsolete/pgg-pgp.el, obsolete/pgg-pgp5.el:
786 Tweak requires to silence compiler.
787
788 * obsolete/sym-comp.el: No need to load hipper-exp when compiling.
789 (he-search-string, he-tried-table, he-expand-list)
790 (he-init-string, he-string-member, he-substitute-string)
791 (he-reset-string): Declare.
792
793 * obsolete/options.el (list-options): Use custom-variable-p,
794 rather than obsolete alias.
795
796 2013-05-23 Sam Steingold <sds@gnu.org>
797
798 * simple.el (shell-command-on-region): Pass the `replace' argument
799 down to `call-process-region' to comply with the doc as reported on
800 <http://stackoverflow.com/questions/16720458/emacs-noninteractive-call-to-shell-command-on-region-always-deletes-region>
801
802 2013-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
803
804 * emacs-lisp/smie.el (smie-indent-forward-token)
805 (smie-indent-backward-token): Handle string tokens (bug#14381).
806
807 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
808
809 * ielm.el (ielm-menu): New menu.
810 (inferior-emacs-lisp-mode): Set comment-start.
811
812 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
813
814 * lisp/textmodes/reftex.el (reftex-ref-style-toggle):
815 Fix deactivate action.
816
817 * lisp/textmodes/reftex-vars.el (reftex-ref-style-alist):
818 Add cleveref macros.
819
820 * lisp/textmodes/reftex-parse.el
821 (reftex-locate-bibliography-files): Accept options for
822 bibliography commands.
823 * lisp/textmodes/reftex-vars.el (reftex-bibliography-commands):
824 Add addbibresource. Basic Biblatex support.
825
826 2013-05-23 Michael Albinus <michael.albinus@gmx.de>
827
828 * net/tramp-gvfs.el (top):
829 * net/xesam.el (xesam-dbus-unique-names): Suppress D-Bus errors
830 when loading package. (Bug#14447)
831
832 2013-05-23 Glenn Morris <rgm@gnu.org>
833
834 * progmodes/js.el: No need to load comint when compiling.
835 (ring-insert, comint-send-string, comint-send-input)
836 (comint-last-input-end, ido-chop): Declare.
837
838 * vc/ediff-diff.el, vc/ediff-merg.el: Require ediff-util at run-time.
839 * vc/ediff-mult.el: Adjust requires.
840 (ediff-directories-internal, ediff-directory-revisions-internal)
841 (ediff-patch-file-internal): Declare.
842 * vc/ediff-ptch.el: Adjust requires.
843 (ediff-use-last-dir, ediff-buffers-internal): Declare.
844 (ediff-find-file): Autoload.
845 * vc/ediff-util.el: No need to load ediff when compiling.
846 (ediff-regions-internal): Declare.
847 * vc/ediff-wind.el: Adjust requires.
848 (ediff-compute-toolbar-width): Define when compiling.
849 (ediff-setup-control-buffer, ediff-make-bottom-toolbar): Declare.
850 * vc/ediff.el: No need to load dired, ediff-ptch when compiling.
851 (dired-get-filename, dired-get-marked-files)
852 (ediff-last-dir-patch, ediff-patch-default-directory)
853 (ediff-get-patch-buffer, ediff-dispatch-file-patching-job)
854 (ediff-patch-buffer-internal): Declare.
855
856 * emacs-lisp/checkdoc.el: No need to load ispell when compiling.
857 (ispell-process, ispell-buffer-local-words, lm-summary)
858 (lm-section-start, lm-section-end): Declare.
859 (checkdoc-ispell-init): Simplify.
860
861 * progmodes/vera-mode.el (he-init-string, he-dabbrev-beg)
862 (he-string-member, he-reset-string, he-substitute-string): Declare.
863
864 * eshell/em-ls.el: Adjust requires.
865 (eshell-glob-regexp): Declare.
866 * eshell/em-tramp.el: Adjust requires.
867 (eshell-parse-command): Autoload.
868 * eshell/em-xtra.el: Adjust requires.
869 (eshell-parse-command): Autoload.
870 * eshell/esh-ext.el: Adjust requires.
871 (eshell-parse-command, eshell-close-handles): Autoload.
872 * eshell/esh-io.el: Adjust requires.
873 (eshell-output-filter): Autoload.
874 * eshell/esh-util.el: No need to load tramp when compiling.
875 (tramp-file-name-structure, ange-ftp-ls, ange-ftp-file-modtime):
876 Declare.
877 (eshell-parse-ange-ls): Require ange-ftp and tramp.
878 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
879 * eshell/em-cmpl.el, eshell/em-glob.el, eshell/em-pred.el:
880 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-smart.el:
881 * eshell/em-term.el, eshell/esh-arg.el, eshell/esh-mode.el:
882 * eshell/esh-opt.el, eshell/esh-proc.el:
883 * eshell/esh-var.el: Adjust requires.
884 * eshell/eshell.el: Do not require esh-util twice.
885 (eshell-add-input-to-history): Declare.
886 (eshell-command): Check history module is active before using it.
887
888 * eshell/em-ls.el (eshell-ls-dir): Fix -A handling.
889
890 2013-05-22 Leo Liu <sdl.web@gmail.com>
891
892 * progmodes/octave.el (inferior-octave-startup): Fix bug#14433.
893
894 2013-05-22 Michael Albinus <michael.albinus@gmx.de>
895
896 * autorevert.el (auto-revert-notify-add-watch)
897 (auto-revert-notify-handler): Add `attrib' for the inotify case,
898 it indicates changes in file modification time.
899
900 2013-05-22 Glenn Morris <rgm@gnu.org>
901
902 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
903 Always delete the autoloaded function from the noruntime and
904 unresolved functions lists.
905
906 * allout.el: No need to load epa, epg, overlay when compiling.
907 (epg-context-set-passphrase-callback, epg-list-keys)
908 (epg-decrypt-string, epg-encrypt-string, epg-user-id-string)
909 (epg-key-user-id-list): Declare.
910
911 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
912 (viper-set-parsing-style-toggling-macro)
913 (viper-set-emacs-state-searchstyle-macros):
914 Use called-interactively-p on Emacs.
915 (viper-looking-back): Make it an obsolete alias. Update callers.
916 * emulation/viper-ex.el: Load viper-keym, not viper-cmd.
917 Use looking-back rather than viper-looking-back.
918 (viper-tmp-insert-at-eob, viper-enlarge-region)
919 (viper-read-string-with-history, viper-register-to-point)
920 (viper-append-to-register, viper-change-state-to-vi)
921 (viper-backward-char-carefully, viper-forward-char-carefully)
922 (viper-Put-back, viper-put-back, viper-add-newline-at-eob-if-necessary)
923 (viper-change-state-to-emacs): Declare.
924 * emulation/viper-macs.el: Load viper-mous, viper-ex, not viper-cmd.
925 (viper-change-state-to-insert, viper-change-state-to-vi): Declare.
926 * emulation/viper-mous.el: Do not load viper-cmd.
927 (viper-backward-char-carefully, viper-forward-char-carefully)
928 (viper-forward-word, viper-adjust-window): Declare.
929
930 * vc/ediff.el (ediff-version): Use called-interactively-p on Emacs.
931
932 * progmodes/idlw-help.el (idlwave-help-fontify):
933 Use called-interactively-p.
934
935 * term/w32console.el (w32-get-console-codepage)
936 (w32-get-console-output-codepage): Declare.
937
938 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape):
939 Remove unnecessary declarations.
940 (dframe-message): Doc fix.
941
942 * info.el (dframe-select-attached-frame, dframe-current-frame):
943 Declare.
944
945 * speedbar.el (speedbar-message): Make it an obsolete alias.
946 Update all callers.
947 (speedbar-with-attached-buffer)
948 (speedbar-maybee-jump-to-attached-frame): Make these aliases obsolete.
949 (speedbar-with-writable): Use backquote.
950 * emacs-lisp/eieio-opt.el (eieio-describe-class-sb):
951 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
952 Use dframe-with-attached-buffer, dframe-maybee-jump-to-attached-frame
953 rather than speedbar- aliases.
954 * mail/rmail.el: Load dframe rather than speedbar when compiling.
955 (speedbar-make-specialized-keymap, speedbar-insert-button)
956 (dframe-select-attached-frame, dframe-maybee-jump-to-attached-frame)
957 (speedbar-do-function-pointer): Declare.
958 (rmail-speedbar-button, rmail-speedbar-find-file)
959 (rmail-speedbar-move-message):
960 Use dframe-with-attached-buffer rather than speedbar- alias.
961 * progmodes/gud.el: Load dframe rather than speedbar when compiling.
962 (dframe-message, speedbar-make-specialized-keymap)
963 (speedbar-add-expansion-list, speedbar-mode-functions-list)
964 (speedbar-make-tag-line, speedbar-remove-localized-speedbar-support)
965 (speedbar-insert-button, dframe-select-attached-frame)
966 (dframe-maybee-jump-to-attached-frame)
967 (speedbar-change-initial-expansion-list)
968 (speedbar-previously-used-expansion-list-name): Declare.
969 (gud-speedbar-item-info, gud-gdb-goto-stackframe):
970 Use dframe-message, dframe-with-attached-buffer rather than
971 speedbar- aliases.
972 (gud-sentinel): Silence compiler.
973 * progmodes/vhdl-mode.el (speedbar-refresh)
974 (speedbar-do-function-pointer, speedbar-add-supported-extension)
975 (speedbar-add-mode-functions-list, speedbar-make-specialized-keymap)
976 (speedbar-change-initial-expansion-list, speedbar-add-expansion-list)
977 (speedbar-extension-list-to-regex, speedbar-directory-buttons)
978 (speedbar-file-lists, speedbar-make-tag-line)
979 (speedbar-line-directory, speedbar-goto-this-file)
980 (speedbar-center-buffer-smartly, speedbar-change-expand-button-char)
981 (speedbar-delete-subblock, speedbar-position-cursor-on-line)
982 (speedbar-make-button, speedbar-reset-scanners)
983 (speedbar-files-item-info, speedbar-line-text)
984 (speedbar-find-file-in-frame, speedbar-set-timer)
985 (dframe-maybee-jump-to-attached-frame, speedbar-line-file): Declare.
986 (speedbar-with-writable): Do not (re)define it.
987 (vhdl-speedbar-find-file): Use dframe-maybee-jump-to-attached-frame
988 rather than speedbar- alias.
989
990 2013-05-21 Leo Liu <sdl.web@gmail.com>
991
992 * progmodes/octave.el (octave-mode-menu): Update and re-organize
993 menu items.
994 (octave-mode): Tweak fill-nobreak-predicate.
995 (inferior-octave-startup): Check process to avoid infinite loop.
996 (inferior-octave): Pop to buffer first to show abornmal process
997 exit information.
998
999 2013-05-21 Glenn Morris <rgm@gnu.org>
1000
1001 * printing.el (pr-menu-bar): Define when compiling.
1002
1003 2013-05-21 Leo Liu <sdl.web@gmail.com>
1004
1005 * progmodes/octave.el (octave-auto-fill): Remove.
1006 (octave-indent-new-comment-line): Improve.
1007 (octave-mode): Use auto fill mode through
1008 comment-line-break-function and fill-nobreak-predicate
1009 (octave-goto-function-definition): Support DEFUN_DLD.
1010 (octave-beginning-of-defun): Small Tweak
1011 (octave-help): Show parent directory.
1012
1013 2013-05-21 Glenn Morris <rgm@gnu.org>
1014
1015 * files.el (dired-unmark):
1016 * progmodes/gud.el (gdb-input): Update declarations.
1017
1018 * calculator.el (electric, ehelp): No need to load when compiling.
1019 (Electric-command-loop, electric-describe-mode): Declare.
1020
1021 * doc-view.el (doc-view-current-converter-processes): Move before use.
1022
1023 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
1024 Move MODE-set-explicitly definition before use.
1025
1026 * international/mule-diag.el (mule-diag):
1027 Don't use obsolete window-system-version.
1028
1029 * mail/feedmail.el (smtpmail): No need to load when compiling.
1030 (smtpmail-via-smtp, smtpmail-smtp-server): Declare.
1031
1032 * mail/mail-utils.el (rfc822): No need to load when compiling.
1033 (rfc822-addresses): Autoload it.
1034 (mail-strip-quoted-names): Trivial simplification.
1035
1036 * mail/rmail.el (rmail-mime-message-p, rmail-mime-toggle-raw): Declare.
1037 (rmail-retry-failure): Don't assume that rmail-mime-feature == rmailmm.
1038
1039 * net/snmp-mode.el (tempo): Don't duplicate requires.
1040
1041 * progmodes/prolog.el (info): No need to load when compiling.
1042 (comint): Require before shell requires it.
1043 (Info-goto-node): Autoload it.
1044 (Info-follow-nearest-node): Declare.
1045 (prolog-help-info, prolog-goto-predicate-info): No need to require info.
1046
1047 * textmodes/artist.el (picture-mode-exit): Declare.
1048
1049 * textmodes/reftex-parse.el (reftex-parse-from-file):
1050 Trivial rewrite so the compiler can parse it better.
1051
1052 2013-05-20 Leo Liu <sdl.web@gmail.com>
1053
1054 * progmodes/octave.el (octave-help-mode-map)
1055 (octave-help-mode-finish-hook): New variables.
1056 (octave-help-mode, octave-help-mode-finish): New functions.
1057 (octave-help): Use octave-help-mode.
1058
1059 2013-05-20 Glenn Morris <rgm@gnu.org>
1060
1061 * format-spec.el (format-spec): Allow spec chars with nil. (Bug#14420)
1062
1063 2013-05-19 Dmitry Gutov <dgutov@yandex.ru>
1064
1065 * progmodes/ruby-mode.el (ruby-expression-expansion-re): Allow to
1066 start at point, so that expansion starting right after opening
1067 slash in a regexp is recognized.
1068 (ruby-syntax-before-regexp-re): New defvar, extracted from
1069 ruby-syntax-propertize-function. Since the value of this regexp
1070 is looked up at runtime now, we should be able to turn
1071 `ruby-syntax-methods-before-regexp' into a defcustom later.
1072 (ruby-syntax-propertize-function): Split regexp matching into two
1073 parts, for opening and closing slashes. That allows us to skip
1074 over string interpolations and support multiline regexps.
1075 Don't call `ruby-syntax-propertize-expansions', instead use another rule
1076 for them, which calls `ruby-syntax-propertize-expansion'.
1077 (ruby-syntax-propertize-expansions): Move `remove-text-properties'
1078 call to `ruby-syntax-propertize-function'.
1079 (ruby-syntax-propertize-expansion): Extracted from
1080 `ruby-syntax-propertize-expansions'. Handles one expansion.
1081 (ruby-syntax-propertize-percent-literal): Leave point right after
1082 the percent symbol, so that the expression expansion rule can
1083 propertize the contents.
1084 (ruby-syntax-propertize-heredoc): Leave point at bol following the
1085 heredoc openers.
1086 (ruby-syntax-propertize-expansions): Remove.
1087
1088 2013-05-18 Juri Linkov <juri@jurta.org>
1089
1090 * man.el (Man-default-man-entry): Remove `-' from the end
1091 of the default value. (Bug#14400)
1092
1093 2013-05-18 Glenn Morris <rgm@gnu.org>
1094
1095 * comint.el (comint-password-prompt-regexp):
1096 Allow "password for XXX" where XXX contains colons (eg https://...).
1097
1098 2013-05-18 Leo Liu <sdl.web@gmail.com>
1099
1100 * progmodes/octave.el (inferior-octave-startup): Use OCTAVE_SRCDIR
1101 instead. Include "--no-gui" to prevent hangs for Octave > 3.7.
1102 (octave-source-directories): Don't check process.
1103 (octave-source-directories, octave-find-definition): Doc fix.
1104
1105 2013-05-18 Glenn Morris <rgm@gnu.org>
1106
1107 * progmodes/vhdl-mode.el (vhdl-mode-map-init):
1108 Remove backspace/delete bindings. (Bug#14392)
1109
1110 * cus-dep.el (custom-make-dependencies): Sort the output.
1111 (custom-versions-load-alist): Convert comment to doc.
1112
1113 2013-05-17 Leo Liu <sdl.web@gmail.com>
1114
1115 * newcomment.el (comment-search-backward): Stricter in finding
1116 comment start. (Bug#14303)
1117
1118 * progmodes/octave.el (octave-comment-start): Remove the SPC char.
1119 (octave-comment-start-skip): Properly anchored.
1120
1121 2013-05-17 Leo Liu <sdl.web@gmail.com>
1122
1123 * emacs-lisp/smie.el (smie-highlight-matching-block-mode):
1124 Clean up when turned off. (Bug#14395)
1125 (smie--highlight-matching-block-overlay): No longer buffer-local.
1126 (smie-highlight-matching-block): Adjust.
1127
1128 2013-05-17 Paul Eggert <eggert@cs.ucla.edu>
1129
1130 Doc string fix for "nanoseconds" (Bug#14406).
1131 * emacs-lisp/timer.el (timer-relative-time, timer-inc-time):
1132 Fix doc string typo that had "nanoseconds" instead of "microseconds".
1133
1134 2013-05-17 Jay Belanger <jay.p.belanger@gmail.com>
1135
1136 * calc/calc-units.el (math-extract-units): Preserve powers
1137 of units.
1138
1139 2013-05-17 Leo Liu <sdl.web@gmail.com>
1140
1141 * subr.el (delete-consecutive-dups): New function.
1142 * ido.el (ido-set-matches-1): Use it.
1143 * progmodes/octave.el (inferior-octave-completion-table): Use it.
1144 * ido.el (ido-remove-consecutive-dups): Remove.
1145
1146 2013-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
1147
1148 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
1149 (f90-hpf-keywords-re, f90-constants-re): Use \\_< rather than
1150 regexp-opt's `words'.
1151
1152 2013-05-16 Leo Liu <sdl.web@gmail.com>
1153
1154 * emacs-lisp/smie.el (smie-matching-block-highlight): New face.
1155 (smie--highlight-matching-block-overlay)
1156 (smie--highlight-matching-block-lastpos)
1157 (smie--highlight-matching-block-timer): New variables.
1158 (smie-highlight-matching-block): New function.
1159 (smie-highlight-matching-block-mode): New minor mode. (Bug#14395)
1160 (smie-setup): Conditionally enable smie-blink-matching-open.
1161
1162 2013-05-16 Wilson Snyder <wsnyder@wsnyder.org>
1163
1164 Sync with upstream verilog-mode r840.
1165 * progmodes/verilog-mode.el (verilog-mode-version)
1166 (verilog-mode-release-date): Update.
1167 (verilog-auto-lineup, verilog-auto-reset): Doc fixes.
1168 (verilog-sig-tieoff): Fix string error on
1169 AUTORESET with colon define, bug594. Reported by Andrew Hou.
1170 (verilog-read-decls): Fix parameters confusing
1171 AUTOINST interfaces, bug565. Reported by Leith Johnson.
1172
1173 2013-05-16 Eli Zaretskii <eliz@gnu.org>
1174
1175 * subr.el (reveal-filename): New function.
1176
1177 * loadup.el: Compute Emacs executable versions on MS-Windows,
1178 where executables have the .exe extension. Add a hard link
1179 emacs-XX.YY.ZZ.exe on MS-Windows.
1180
1181 * Makefile.in (XARGS_LIMIT): New variable.
1182 (custom-deps, finder-data, autoloads)
1183 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
1184 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
1185 ($(CAL_DIR)/hol-loaddefs.el): Use reveal-filename.
1186 (compile-main): Limit xargs according to $(XARGS_LIMIT).
1187
1188 2013-05-16 Leo Liu <sdl.web@gmail.com>
1189
1190 * progmodes/octave.el (octave-indent-defun): Mark obsolete.
1191 (octave-mode-menu, octave-mode-map): Remove its uses.
1192
1193 2013-05-16 Reto Zimmermann <reto@gnu.org>
1194
1195 Sync with upstream vhdl mode v3.34.2.
1196 * progmodes/vhdl-mode.el: Use `push' throughout.
1197 (vhdl-version, vhdl-time-stamp, vhdl-doc-release-notes): Update.
1198 (vhdl-compiler-alist): Replace "\t\n" by "\\t\\n".
1199 Add IBM & Quartus compiler. Enhance entry for ADVance MS compiler.
1200 (vhdl-actual-generic-name): New option to derive actual generic name.
1201 (vhdl-port-paste-signals): Replace formal by actual generics.
1202 (vhdl-beautify): New name for old group vhdl-align. Update users.
1203 (vhdl-beautify-options): New option.
1204 (vhdl-last-input-event): New compat alias. Use throughout.
1205 (vhdl-goto-line): Replace user level function `goto-line'.
1206 (vhdl-mode-map): Add bindings for vhdl-fix-statement-region,
1207 vhdl-fix-statement-buffer.
1208 (vhdl-create-mode-menu): Add some entries.
1209 (vhdl-align-region-groups): Respect vhdl-beautify-options.
1210 (vhdl-align-inline-comment-region-1): Handle "--" inside string.
1211 (vhdl-fixup-whitespace-region): Handle symbols at EOL.
1212 (vhdl-fix-statement-region, vhdl-fix-statement-buffer): New commands,
1213 to force statements on one line.
1214 (vhdl-remove-trailing-spaces-region):
1215 New, split from vhdl-remove-trailing-spaces.
1216 (vhdl-beautify-region): Fix statements, trailing spaces, ^M character.
1217 Respect vhdl-beautify-options.
1218 (vhdl-update-sensitivity-list-buffer): If non-interactive save buffer.
1219 (vhdl-update-sensitivity-list): Not add with index if exists without.
1220 Not include array index with signal. Ignore keywords in comments.
1221 (vhdl-get-visible-signals): Regexp tweaks.
1222 (vhdl-template-component-inst): Handle empty library.
1223 (vhdl-template-type): Add template for 'enum' type.
1224 (vhdl-port-paste-generic-map, vhdl-port-paste-constants):
1225 Use vhdl-replace-string.
1226 (vhdl-port-paste-signals): Use vhdl-prepare-search-1.
1227 (vhdl-speedbar-mode-map): Rename from vhdl-speedbar-key-map.
1228 (vhdl-speedbar-initialize): Update for above name change.
1229 (vhdl-compose-wire-components): Fix in handling of constants.
1230 (vhdl-error-regexp-emacs-alist): New variable.
1231 (vhdl-error-regexp-add-emacs): New function;
1232 adds support for new compile.el (Emacs 22+)
1233 (vhdl-generate-makefile-1): Change target order for single lib. units.
1234 Allow use of absolute file names.
1235
1236 2013-05-16 Leo Liu <sdl.web@gmail.com>
1237
1238 * simple.el (prog-indent-sexp): Indent enclosing defun.
1239
1240 2013-05-15 Glenn Morris <rgm@gnu.org>
1241
1242 * cus-start.el (show-trailing-whitespace): Move to editing basics.
1243 * faces.el (trailing-whitespace): Don't use whitespace-faces group.
1244 * obsolete/old-whitespace.el (whitespace-faces): Remove group.
1245 (whitespace-highlight): Move to whitespace group.
1246
1247 * comint.el (comint-source):
1248 * pcmpl-linux.el (pcmpl-linux):
1249 * shell.el (shell-faces):
1250 * eshell/esh-opt.el (eshell-opt):
1251 * international/ccl.el (ccl): Remove empty custom groups.
1252
1253 * completion.el (dynamic-completion-mode):
1254 * jit-lock.el (jit-lock-debug-mode):
1255 * minibuffer.el (completion-in-region-mode):
1256 * type-break.el (type-break-mode-line-message-mode)
1257 (type-break-query-mode):
1258 * emulation/tpu-edt.el (tpu-edt-mode):
1259 * progmodes/subword.el (global-subword-mode, global-superword-mode):
1260 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
1261 * term/vt100.el (vt100-wide-mode): Specify explicit :group.
1262
1263 * term/xterm.el (xterm): Change parent group to terminals.
1264
1265 * master.el (master): Remove empty custom group.
1266 (master-mode): Remove unused :group argument.
1267 * textmodes/refill.el (refill): Remove empty custom group.
1268 (refill-mode): Remove unused :group argument.
1269
1270 * textmodes/rst.el (rst-compile-toolsets): Use rst-compile group.
1271
1272 * cus-dep.el: Provide a feature.
1273 (custom-make-dependencies): Ignore dotfiles (dir-locals).
1274 Don't mistakenly ignore files whose basenames match a basename
1275 from preloaded-file-list (eg cedet/ede/simple.el).
1276 Add a fallback method for getting :group.
1277
1278 2013-05-15 Juri Linkov <juri@jurta.org>
1279
1280 * isearch.el (isearch-char-by-name): Rename from
1281 `isearch-insert-char-by-name'. Doc fix.
1282 (isearch-forward): Mention `isearch-char-by-name' in
1283 the docstring. (Bug#13348)
1284
1285 * isearch.el (minibuffer-local-isearch-map): Bind "\r" to
1286 `exit-minibuffer' instead of
1287 `isearch-nonincremental-exit-minibuffer'.
1288 (isearch-edit-string): Remove mention of
1289 `isearch-nonincremental-exit-minibuffer' from docstring.
1290 (isearch-nonincremental-exit-minibuffer): Mark as obsolete.
1291 (isearch-forward-exit-minibuffer)
1292 (isearch-reverse-exit-minibuffer): Add docstring. (Bug#13348)
1293
1294 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
1295
1296 * loadup.el: Just use unversioned DOC.
1297
1298 * nxml/nxml-mode.el: Treat unclosed <[[, <?, comment, and other
1299 literals as extending to EOB.
1300 (nxml-last-fontify-end): Remove unused variable.
1301 (nxml-after-change1): Use with-silent-modifications.
1302 (nxml-extend-after-change-region): Simplify.
1303 (nxml-extend-after-change-region1): Remove function.
1304 (nxml-after-change1): Don't adjust for dependent regions.
1305 (nxml-fontify-matcher): Simplify.
1306 * nxml/xmltok.el (xmltok-dependent-regions): Remove variable.
1307 (xmltok-add-dependent): Remove function.
1308 (xmltok-scan-after-lt, xmltok-scan-after-processing-instruction-open)
1309 (xmltok-scan-after-comment-open, xmltok-scan-prolog-literal)
1310 (xmltok-scan-prolog-after-processing-instruction-open): Treat
1311 unclosed <[[, <?, comment, and other literals as extending to EOB.
1312 * nxml/rng-valid.el (rng-mark-xmltok-dependent-regions)
1313 (rng-mark-xmltok-dependent-region, rng-dependent-region-changed):
1314 Remove functions.
1315 (rng-do-some-validation-1): Don't mark dependent regions.
1316 * nxml/nxml-rap.el (nxml-adjust-start-for-dependent-regions)
1317 (nxml-mark-parse-dependent-regions, nxml-mark-parse-dependent-region)
1318 (nxml-clear-dependent-regions): Remove functions.
1319 (nxml-scan-after-change, nxml-scan-prolog, nxml-tokenize-forward)
1320 (nxml-ensure-scan-up-to-date):
1321 Don't clear&mark dependent regions.
1322
1323 2013-05-15 Leo Liu <sdl.web@gmail.com>
1324
1325 * progmodes/octave.el (octave-goto-function-definition):
1326 Improve and fix callers.
1327
1328 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
1329
1330 * emacs-lisp/cl-extra.el (cl-getf): Return the proper value in
1331 the setter (bug#14387).
1332
1333 * progmodes/f90.el (f90-blocks-re): Include the terminating \> in the
1334 surrounding group (bug#14402).
1335
1336 2013-05-14 Juri Linkov <juri@jurta.org>
1337
1338 * subr.el (find-tag-default-as-regexp): Return nil if `tag' is nil.
1339 (Bug#14390)
1340
1341 2013-05-14 Glenn Morris <rgm@gnu.org>
1342
1343 * progmodes/f90.el (f90-imenu-generic-expression):
1344 Fix typo in 2013-05-08 change. (Bug#14402)
1345
1346 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
1347
1348 * progmodes/gdb-mi.el (gdb-running, gdb-starting):
1349 Remove signals for which replies are never received.
1350
1351 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
1352
1353 * progmodes/gdb-mi.el: Fix non-responsive gud commands (bug#13845)
1354 (gdb-handler-alist, gdb-handler-number): Remove variables.
1355 (gdb-handler-list): New variable.
1356 (gdb-add-handler, gdb-delete-handler, gdb-get-handler-function)
1357 (gdb-pending-handler-p, gdb-handle-reply)
1358 (gdb-remove-all-pending-triggers): New functions.
1359 (gdb-discard-unordered-replies): New defcustom.
1360 (gdb-handler): New defstruct.
1361 (gdb-wait-for-pending): Fix invalid backquote. Use gdb-handler-list.
1362 instead of gdb-pending-triggers. Update docstring.
1363 (gdb-init-1): Remove dead variables. Initialize gdb-handler-list.
1364 (gdb-speedbar-update, gdb-speedbar-timer-fn, gdb-var-update)
1365 (gdb-var-update-handler, def-gdb-auto-update-trigger)
1366 (def-gdb-auto-update-handler, gdb-get-changed-registers)
1367 (gdb-changed-registers-handler, gdb-get-main-selected-frame)
1368 (gdb-frame-handler): Pending triggers are now automatically managed.
1369 (def-gdb-trigger-and-handler, def-gdb-auto-update-handler):
1370 Remove argument.
1371 (gdb-input): Automatically handles pending triggers. Update docstring.
1372 (gdb-resync): Replace gdb-pending-triggers by gdb-handler-list.
1373 (gdb-thread-exited, gdb-thread-selected, gdb-register-names-handler):
1374 Update comments.
1375 (gdb-done-or-error): Now use gdb-handle-reply.
1376
1377 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
1378
1379 * progmodes/gdb-mi.el (gdb-input): Include token numbers in
1380 gdb-debug-log.
1381
1382 2013-05-14 Glenn Morris <rgm@gnu.org>
1383
1384 * subr.el (user-emacs-directory-warning): New option.
1385 (locate-user-emacs-file): Handle non-accessible .emacs.d. (Bug#13930)
1386
1387 2013-05-14 Leo Liu <sdl.web@gmail.com>
1388
1389 * progmodes/octave.el (octave-font-lock-keywords): Fix error
1390 during redisplay.
1391 (octave-goto-function-definition, octave-find-definition): Minor tweaks.
1392 (octave-font-lock-texinfo-comment): Fix invalid search bound
1393 error: wrong side of point.
1394
1395 2013-05-14 Glenn Morris <rgm@gnu.org>
1396
1397 * progmodes/flymake.el (flymake-xml-program): New option.
1398 (flymake-xml-init): Use it.
1399
1400 * term/xterm.el: Provide a feature.
1401
1402 * term/sup-mouse.el: Move to obsolete/. Provide a feature.
1403
1404 2013-05-13 Glenn Morris <rgm@gnu.org>
1405
1406 * cus-dep.el (defcustom-mh, defgroup-mh, defface-mh):
1407 Add compat aliases as a hack workaround. (Bug#14384)
1408
1409 2013-05-13 Leo Liu <sdl.web@gmail.com>
1410
1411 * progmodes/octave.el (octave-indent-comment): Fix indentation for
1412 ###, and %!.
1413 (octave-mode-map): Bind octave-indent-defun to C-c C-q instead of
1414 C-M-q.
1415 (octave-comment-start-skip): Include %!.
1416 (octave-mode): Set comment-start-skip to octave-comment-start-skip.
1417
1418 2013-05-12 Leo Liu <sdl.web@gmail.com>
1419
1420 * progmodes/octave.el (inferior-octave-startup): Store the value
1421 of __octave_srcdir__ for octave-source-directories.
1422 (inferior-octave-check-process): New function refactored out of
1423 inferior-octave-send-list-and-digest.
1424 (octave-source-directories)
1425 (octave-find-definition-filename-function): New variables.
1426 (octave-source-directories)
1427 (octave-find-definition-default-filename): New functions.
1428 (octave-find-definition): Improve to find functions implemented in C++.
1429
1430 2013-05-12 Glenn Morris <rgm@gnu.org>
1431
1432 * calendar/diary-lib.el (diary-outlook-format-1):
1433 Don't include dayname in the output. (Bug#14349)
1434
1435 2013-05-11 Glenn Morris <rgm@gnu.org>
1436
1437 * emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix.
1438
1439 * cus-dep.el (custom-make-dependencies): Only use safe local variables.
1440 Treat cc-provide like provide.
1441
1442 2013-05-11 Kevin Ryde <user42@zip.com.au>
1443
1444 * cus-dep.el (custom-make-dependencies):
1445 Use generated-autoload-load-name for the sake of files such
1446 such cedet/semantic/bovine/c.el, where the base file name
1447 is not in load-path. (Bug#5277)
1448
1449 2013-05-11 Glenn Morris <rgm@gnu.org>
1450
1451 * dos-vars.el, emacs-lisp/cl-indent.el, emulation/tpu-extras.el:
1452 Provide features.
1453
1454 2013-05-11 Leo Liu <sdl.web@gmail.com>
1455
1456 * progmodes/octave.el (octave-indent-comment): Improve.
1457 (octave-eldoc-message-style, octave-eldoc-cache): New variables.
1458 (octave-eldoc-function-signatures, octave-eldoc-function):
1459 New functions.
1460 (octave-mode, inferior-octave-mode): Add eldoc support.
1461
1462 2013-05-11 Richard Stallman <rms@gnu.org>
1463
1464 * epa.el (epa-decrypt-file): Take output file name as argument
1465 and read it using `interactive'.
1466
1467 2013-05-11 Leo Liu <sdl.web@gmail.com>
1468
1469 * progmodes/octave.el (octave-beginning-of-line)
1470 (octave-end-of-line): Check before using up-list because it jumps
1471 out of more syntactic contructs since moving to smie.
1472 (octave-indent-comment): New function.
1473 (octave-mode): Use it in smie-indent-functions. (Bug#14350)
1474 (octave-begin-keywords, octave-end-keywords)
1475 (octave-reserved-words, octave-smie-bnf-table)
1476 (octave-smie-rules): Add new keywords from Octave 3.6.4.
1477
1478 2013-05-11 Glenn Morris <rgm@gnu.org>
1479
1480 * faces.el (internal-face-x-get-resource):
1481 * frame.el (ns-display-monitor-attributes-list):
1482 * calc/calc-aent.el (math-to-radians-2): Fix declarations.
1483
1484 * emacs-lisp/package.el (tar-header-name, tar-header-link-type):
1485
1486 * calc/calc-menu.el: Make it loadable in isolation.
1487
1488 * net/eudcb-bbdb.el: Make it loadable without bbdb.
1489 (eudc-bbdb-filter-non-matching-record, eudc-bbdb-extract-phones)
1490 (eudc-bbdb-extract-addresses, eudc-bbdb-format-record-as-result)
1491 (eudc-bbdb-query-internal): Require 'bbdb.
1492
1493 * lpr.el (lpr-headers-switches):
1494 * emacs-lisp/testcover.el (testcover-compose-functions): Fix :type.
1495
1496 * progmodes/sql.el (sql-login-params): Fix and improve :type.
1497
1498 * emulation/edt-mapper.el: In batch mode, error rather than hang.
1499
1500 * term.el (term-set-escape-char): Make it idempotent.
1501
1502 2013-05-10 Leo Liu <sdl.web@gmail.com>
1503
1504 * progmodes/octave.el (inferior-octave-completion-table):
1505 No longer a function and all uses changed. Use cache to speed up
1506 completion due to bug#11906.
1507 (octave-beginning-of-defun): Re-write to be more general.
1508
1509 2013-05-10 Glenn Morris <rgm@gnu.org>
1510
1511 * emacs-lisp/cl-macs.el (cl-loop): Doc fix.
1512
1513 2013-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
1514
1515 * comint.el (comint-redirect-send-command-to-process): Use :around
1516 rather than :override for comint-redirect-filter.
1517 (comint-redirect-filter): Add the corresponding `orig-filter' argument.
1518 Call it instead of comint-redirect-original-filter-function (which
1519 is gone). Reported by Juanma Barranquero <lekktu@gmail.com>.
1520
1521 2013-05-09 Jan Djärv <jan.h.d@swipnet.se>
1522
1523 * frame.el (display-monitor-attributes-list): Add NS case.
1524 (ns-display-monitor-attributes-list): Declare.
1525
1526 2013-05-09 Ulrich Mueller <ulm@gentoo.org>
1527
1528 * descr-text.el (describe-char): Fix %d/%x typo. (Bug#14360)
1529
1530 2013-05-09 Glenn Morris <rgm@gnu.org>
1531
1532 * international/fontset.el (vertical-centering-font-regexp):
1533 Set standard-value.
1534
1535 * tar-mode.el (tar-superior-buffer, tar-superior-descriptor): Add doc.
1536
1537 * bookmark.el (bookmark-search-delay):
1538 * cus-start.el (vertical-centering-font-regexp):
1539 * ps-mule.el (ps-mule-font-info-database-default):
1540 * ps-print.el (ps-default-fg, ps-default-bg):
1541 * type-break.el (type-break-good-break-interval):
1542 * whitespace.el (whitespace-indentation-regexp)
1543 (whitespace-space-after-tab-regexp):
1544 * emacs-lisp/testcover.el (testcover-1value-functions)
1545 (testcover-noreturn-functions, testcover-progn-functions)
1546 (testcover-prog1-functions):
1547 * emulation/viper-init.el (viper-emacs-state-cursor-color):
1548 * eshell/em-glob.el (eshell-glob-translate-alist):
1549 * play/tetris.el (tetris-tty-colors):
1550 * progmodes/cpp.el (cpp-face-default-list):
1551 * progmodes/flymake.el (flymake-allowed-file-name-masks):
1552 * progmodes/idlw-help.el (idlwave-help-browser-generic-program)
1553 (idlwave-help-browser-generic-args):
1554 * progmodes/make-mode.el (makefile-special-targets-list):
1555 * progmodes/python.el (python-shell-virtualenv-path):
1556 * progmodes/verilog-mode.el (verilog-active-low-regexp)
1557 (verilog-auto-input-ignore-regexp, verilog-auto-inout-ignore-regexp)
1558 (verilog-auto-output-ignore-regexp, verilog-auto-tieoff-ignore-regexp)
1559 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
1560 * textmodes/reftex-vars.el (reftex-format-label-function):
1561 * textmodes/remember.el (remember-diary-file): Fix custom types.
1562
1563 * jka-cmpr-hook.el (jka-compr-mode-alist-additions): Fix typo.
1564 Add :version.
1565
1566 2013-05-09 Leo Liu <sdl.web@gmail.com>
1567
1568 * progmodes/octave.el (inferior-octave-completion-at-point):
1569 Restore file completion. (Bug#14300)
1570 (inferior-octave-startup): Fix incorrect highlighting for the
1571 first prompt.
1572
1573 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
1574
1575 * progmodes/ruby-mode.el: First cut at SMIE support.
1576 (ruby-use-smie): New var.
1577 (ruby-smie-grammar): New constant.
1578 (ruby-smie--bosp, ruby-smie--implicit-semi-p)
1579 (ruby-smie--forward-token, ruby-smie--backward-token)
1580 (ruby-smie-rules): New functions.
1581 (ruby-mode-variables): Setup SMIE if applicable.
1582
1583 2013-05-08 Eli Zaretskii <eliz@gnu.org>
1584
1585 * simple.el (line-move-visual): Signal beginning/end of buffer
1586 only if vertical-motion moved less than it was requested. Avoids
1587 silly incorrect error messages when there are display strings with
1588 multiple newlines at EOL.
1589
1590 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
1591
1592 * progmodes/vera-mode.el (vera-underscore-is-part-of-word):
1593 * progmodes/prolog.el (prolog-underscore-wordchar-flag)
1594 (prolog-char-quote-workaround):
1595 * progmodes/cperl-mode.el (cperl-under-as-char):
1596 * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word):
1597 Mark as obsolete.
1598 (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in
1599 their declaration.
1600 (vhdl-mode-syntax-table-init): Remove.
1601
1602 * progmodes/m4-mode.el (m4-mode-syntax-table): Add comment on
1603 last change.
1604
1605 * progmodes/ld-script.el (ld-script-mode-syntax-table): Use symbol
1606 syntax for "_".
1607 (ld-script-font-lock-keywords):
1608 Change regexps to use things like \_< and \_>.
1609
1610 * progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_".
1611 Change all regexps to use things like \_< and \_>.
1612
1613 * progmodes/autoconf.el (autoconf-definition-regexp)
1614 (autoconf-font-lock-keywords, autoconf-current-defun-function):
1615 Handle a _ with symbol syntax.
1616 (autoconf-mode): Don't change the syntax-table for imenu and font-lock.
1617
1618 * progmodes/ada-mode.el (ada-mode-abbrev-table):
1619 Consolidate declaration.
1620 (ada-mode-syntax-table, ada-mode-symbol-syntax-table): Initialize in
1621 the declaration.
1622 (ada-create-syntax-table): Remove.
1623 (ada-capitalize-word): Don't mess with the syntax of "_" since it
1624 already has the right syntax nowadays.
1625 (ada-goto-next-word): Don't change the syntax of "_".
1626
1627 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight obsolete
1628 with-wrapper-hook.
1629
1630 2013-05-08 Sam Steingold <sds@gnu.org>
1631
1632 * thingatpt.el (thing-at-point): Accept optional second argument
1633 NO-PROPERTIES to strip the text properties from the return value.
1634 * net/browse-url.el (browse-url-url-at-point): Pass NO-PROPERTIES
1635 to `thing-at-point' instead of stripping the properties ourselves.
1636 Also, when `thing-at-point' fails to find a url, prepend "http://"
1637 to the filename at point on the assumption that the user is
1638 pointing at something like gnu.org/gnu.
1639
1640 2013-05-08 Juanma Barranquero <lekktu@gmail.com>
1641
1642 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
1643 * faces.el (crm-separator):
1644 Silence byte-compiler.
1645
1646 * progmodes/gud.el (gdb-speedbar-auto-raise, gud-tooltip-mode)
1647 (tool-bar-map): Remove unneeded defvars.
1648
1649 2013-05-08 Leo Liu <sdl.web@gmail.com>
1650
1651 Re-work a fix for bug#10994 based on Le Wang's patch.
1652 * ido.el (ido-remove-consecutive-dups): New helper.
1653 (ido-completing-read): Use it.
1654 (ido-chop): Revert fix for bug#10994.
1655
1656 2013-05-08 Adam Spiers <emacs@adamspiers.org>
1657
1658 * cus-edit.el (custom-save-variables):
1659 Pretty-print long values. (Bug#14187)
1660
1661 2013-05-08 Glenn Morris <rgm@gnu.org>
1662
1663 * progmodes/m4-mode.el (m4-program): Assume it is in PATH.
1664 (m4-mode-syntax-table): Init in the defvar.
1665 (m4-mode-abbrev-table): Let define-derived-mode define it.
1666
1667 2013-05-08 Tom Tromey <tromey@redhat.com>
1668
1669 * progmodes/m4-mode.el (m4-mode-syntax-table):
1670 Do not treat "_" as word constituent. (Bug#14167)
1671
1672 2013-05-07 Glenn Morris <rgm@gnu.org>
1673
1674 * eshell/em-hist.el (eshell-isearch-map): Initialize in the defvar.
1675 Remove explicit eshell-isearch-cancel-map.
1676
1677 * progmodes/f90.el (f90-smart-end-names): New option.
1678 (f90-smart-end): Doc fix.
1679 (f90-end-block-optional-name): New constant.
1680 (f90-block-match): Respect f90-smart-end-names.
1681
1682 2013-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
1683
1684 * progmodes/octave.el (octave-smie-forward-token): Be more careful
1685 about implicit semi-colons (bug#14218).
1686
1687 2013-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1688
1689 * frame.el (display-monitor-attributes-list)
1690 (frame-monitor-attributes): New functions.
1691
1692 2013-05-06 Leo Liu <sdl.web@gmail.com>
1693
1694 * progmodes/octave.el (octave-syntax-propertize-function): Change
1695 \'s syntax to escape when inside double-quoted strings. (Bug#14332)
1696 (octave-font-lock-keywords): Use octave-operator-regexp.
1697 (octave-completion-at-point): Rename from
1698 octave-completion-at-point-function.
1699 (inferior-octave-directory-tracker): Robustify.
1700 (octave-text-functions): Remove and fix its uses. No such things
1701 any more.
1702
1703 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
1704
1705 * emacs-lisp/trace.el (trace--display-buffer): New function.
1706 (trace-make-advice): Use it.
1707
1708 2013-05-06 Juri Linkov <juri@jurta.org>
1709
1710 * emacs-lisp/lisp-mode.el (eval-defun-2): Doc fix. (Bug#14344)
1711 (eval-defun-2, eval-defun, eval-last-sexp, eval-last-sexp-1):
1712 Doc fix.
1713 (emacs-lisp-mode-map): Replace "minibuffer" with "echo area"
1714 in the help string. (Bug#12985)
1715
1716 2013-05-06 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
1717
1718 * simple.el (shell-command-on-region): Doc fix. (Bug#14279)
1719
1720 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
1721
1722 * progmodes/perl-mode.el: Add support for here documents.
1723 (perl-syntax-propertize-function): Match here-doc markers.
1724 (perl-syntax-propertize-special-constructs): Find their end.
1725 (perl-imenu-generic-expression): Use [:alnum:].
1726
1727 * emacs-lisp/nadvice.el (advice--member-p): Return the advice if found.
1728 (advice--add-function): Refresh the advice if already present
1729 (bug#14317).
1730
1731 2013-05-06 Ivan Andrus <darthandrus@gmail.com>
1732
1733 * find-file.el (cc-other-file-alist): Add ".m" for ObjC. (Bug#14339)
1734
1735 2013-05-06 Glenn Morris <rgm@gnu.org>
1736
1737 * w32-fns.el (w32-charset-info-alist): Declare.
1738
1739 * eshell/em-cmpl.el: Simply require pcomplete; eg we use a bunch
1740 of its defcustom properties.
1741 (eshell-cmpl-initialize): No need to load pcomplete.
1742
1743 * generic-x.el: No need to require comint when compiling.
1744
1745 * net/eudc-export.el: Make it loadable without bbdb.
1746 (top-level): Use require rather than load-library.
1747 (eudc-create-bbdb-record, eudc-bbdbify-phone)
1748 (eudc-batch-export-records-to-bbdb)
1749 (eudc-insert-record-at-point-into-bbdb, eudc-try-bbdb-insert):
1750 Require bbdb.
1751
1752 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
1753
1754 * progmodes/octave.el (octave-texinfo-font-lock-keywords): Remove.
1755 (octave-font-lock-texinfo-comment): Use texinfo-font-lock-keywords with
1756 some tweaks, instead.
1757
1758 2013-05-05 Leo Liu <sdl.web@gmail.com>
1759
1760 * progmodes/octave.el (octave-font-lock-keywords)
1761 (octave-font-lock-texinfo-comment): Adjust for the byte-compiler.
1762 (inferior-octave-send-list-and-digest): Improve error message.
1763 (octave-mode, inferior-octave-mode): Use setq-local.
1764 (octave-help): Set info-lookup-mode.
1765
1766 2013-05-05 Richard Stallman <rms@gnu.org>
1767
1768 * vc/compare-w.el (compare-windows-whitespace):
1769 Treat no-break space as whitespace.
1770
1771 * mail/rmailsum.el (rmail-summary-rmail-update):
1772 Detect empty summary and don't change selected message.
1773 (rmail-summary-goto-msg): Likewise.
1774
1775 * mail/rmailsum.el (rmail-new-summary, rmail-new-summary-1):
1776 Doc fixes, rename args.
1777
1778 2013-05-05 Alan Mackenzie <acm@muc.de>
1779
1780 * progmodes/cc-defs.el (c-version): Increment to 5.32.5.
1781
1782 2013-05-05 Juri Linkov <juri@jurta.org>
1783
1784 * info.el (Info-read-subfile): Use (point-min) instead of (point)
1785 to not add the length of the summary segment to the return value.
1786 (Bug#14125)
1787
1788 2013-05-05 Leo Liu <sdl.web@gmail.com>
1789
1790 * progmodes/octave.el (inferior-octave-strip-ctrl-g)
1791 (inferior-octave-output-filter): Remove.
1792 (octave-send-region, inferior-octave-startup): Fix callers.
1793 (inferior-octave-mode-map): Don't use comint-dynamic-complete.
1794 (octave-binary-file-extensions): New user variable.
1795 (octave-find-definition): Confirm if opening binary files.
1796 (octave-help-file): Use octave-find-definition to get the binary
1797 confirmation.
1798 (octave-help): Adjust for octave-help-file change.
1799
1800 2013-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
1801
1802 * progmodes/pascal.el (pascal-font-lock-keywords): Use backquotes.
1803 Merge the two entries that handle function definitions.
1804 (pascal--syntax-propertize): New const.
1805 (pascal-mode): Use it. Use setq-local.
1806
1807 2013-05-04 Glenn Morris <rgm@gnu.org>
1808
1809 * calendar/diary-lib.el (diary-from-outlook-function): New variable.
1810 (diary-from-outlook): Respect diary-from-outlook-function.
1811
1812 2013-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
1813
1814 * simple.el (read-expression-map): Use completion-at-point (bug#14255).
1815 Move the declaration from C.
1816 (read-minibuffer, eval-minibuffer): Move from C.
1817 (completion-setup-function): Avoid minibuffer-completion-contents.
1818
1819 2013-05-03 Leo Liu <sdl.web@gmail.com>
1820
1821 * progmodes/octave.el (octave-font-lock-keywords): Do not
1822 dehighlight 'end' in comments or strings.
1823 (octave-completing-read, octave-goto-function-definition):
1824 New helpers.
1825 (octave-help-buffer): New user variable.
1826 (octave-help-file, octave-help-function): New button types.
1827 (octave-help): New command and bind it to C-h ;.
1828 (octave-find-definition): New command and bind it to M-.
1829 (user-error): Alias to error if not defined.
1830
1831 2013-05-02 Leo Liu <sdl.web@gmail.com>
1832
1833 * progmodes/octave.el (octave-mode-syntax-table): Correct syntax
1834 for \. (bug#14332)
1835 (octave-font-lock-keywords): Include [ and {.
1836
1837 2013-05-02 Leo Liu <sdl.web@gmail.com>
1838
1839 * progmodes/octave.el (inferior-octave-startup-file): Change default.
1840 (inferior-octave): Remove calling comint-mode and return the buffer.
1841 (inferior-octave-startup): Cosmetic changes.
1842
1843 2013-05-02 Leo Liu <sdl.web@gmail.com>
1844
1845 * progmodes/octave.el (octave-syntax-propertize-function):
1846 Include the case when ' is at line beginning. (Bug#14336)
1847
1848 2013-05-02 Glenn Morris <rgm@gnu.org>
1849
1850 * vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.
1851 * desktop.el (vc-dir-mode): Just autoload it here.
1852
1853 2013-05-02 Alan Mackenzie <acm@muc.de>
1854
1855 Eliminate variable c-standard-font-lock-fontify-region-function.
1856 * progmodes/cc-mode.el
1857 (c-standard-font-lock-fontify-region-function): Remove.
1858 (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
1859
1860 2013-05-01 Leo Liu <sdl.web@gmail.com>
1861
1862 * progmodes/octave.el: Compatible with older emacs-24 releases.
1863 (inferior-octave-has-built-in-variables): Remove. Built-in
1864 variables were removed from Octave in 2007.
1865 (inferior-octave-startup): Fix uses.
1866 (comint-line-beginning-position): Remove compatibility code for
1867 emacs 21.
1868
1869 2013-05-01 Juri Linkov <juri@jurta.org>
1870
1871 * isearch.el (isearch-forward, isearch-mode): Doc fix. (Bug#13923)
1872
1873 2013-05-01 Juri Linkov <juri@jurta.org>
1874
1875 * comint.el (comint-previous-matching-input): Don't print message
1876 "History item: %d" when `isearch-mode' is active.
1877 (comint-history-isearch-message): Print message "History item: %d"
1878 when `comint-input-ring-index' is not empty and this function is
1879 called from `isearch-update' with a nil `ellipsis'. (Bug#13223)
1880
1881 2013-05-01 Leo Liu <sdl.web@gmail.com>
1882
1883 * progmodes/octave.el (octave-abbrev-table): Remove abbrev
1884 definitions. Use completion-at-point to insert keywords.
1885 (octave-abbrev-start): Remove.
1886 (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
1887
1888 2013-04-30 Leo Liu <sdl.web@gmail.com>
1889
1890 * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
1891 change.
1892
1893 2013-04-30 Alan Mackenzie <acm@muc.de>
1894
1895 Handle arbitrarily long C++ member initialisation lists.
1896 * progmodes/cc-engine.el (c-back-over-member-initializers):
1897 new function.
1898 (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
1899 (most) member init lists.
1900
1901 2013-04-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1902
1903 * progmodes/octave.el (inferior-octave-prompt-read-only): New user
1904 variable.
1905
1906 2013-04-30 Leo Liu <sdl.web@gmail.com>
1907
1908 * progmodes/octave.el (octave-variables): Remove. No builtin
1909 variables any more. All converted to functions.
1910 (octave-font-lock-keywords, octave-completion-at-point-function):
1911 Fix uses.
1912 (octave-font-lock-texinfo-comment): New user variable.
1913 (octave-texinfo-font-lock-keywords): New variable for texinfo
1914 comment block.
1915 (octave-function-comment-block): New face.
1916 (octave-font-lock-texinfo-comment): New function.
1917 (octave-mode): Font lock texinfo comment block.
1918
1919 2013-04-29 Leo Liu <sdl.web@gmail.com>
1920
1921 * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
1922 indexing expression.
1923 (octave-continuation-string): Do not use \.
1924 (inferior-octave-complete-impossible): Remove.
1925 (inferior-octave-completion-table)
1926 (inferior-octave-completion-at-point): Remove its uses.
1927 (inferior-octave-startup): completion_matches was introduced to
1928 Octave in 1996 so safe to assume it.
1929 (octave-function-file-comment): Improve to follow how Octave does it.
1930 (octave-update-function-file-comment): Tweak.
1931
1932 2013-04-29 Leo Liu <sdl.web@gmail.com>
1933
1934 * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
1935 (inferior-octave-startup): Remove inferior-octave-startup-hook.
1936 (octave-function-file-comment): Fix typo.
1937 (octave-sync-function-file-names): Use read-char-choice.
1938
1939 2013-04-28 Jay Belanger <jay.p.belanger@gmail.com>
1940
1941 * calc/calc.el (math-normalize): Don't set `math-normalize-error'
1942 to t for the less important warnings.
1943
1944 2013-04-27 Darren Hoo <darren.hoo@gmail.com> (tiny change)
1945
1946 * isearch.el (isearch-fail-pos): Check for empty `cmds'. (Bug#14268)
1947
1948 2013-04-27 Glenn Morris <rgm@gnu.org>
1949
1950 * vc/log-view.el (log-view-current-entry):
1951 Treat "---" separator lines as part of the following rev. (Bug#14169)
1952
1953 2013-04-27 Juri Linkov <juri@jurta.org>
1954
1955 * subr.el (read-number): Doc fix about using it by interactive
1956 code letter `n'. (Bug#14254)
1957
1958 2013-04-27 Juri Linkov <juri@jurta.org>
1959
1960 * desktop.el (desktop-auto-save-timeout): New option.
1961 (desktop-file-checksum): New variable.
1962 (desktop-save): Add optional arg `auto-save' and don't auto-save
1963 if nothing changed.
1964 (desktop-auto-save-timer): New variable.
1965 (desktop-auto-save, desktop-auto-save-set-timer): New functions.
1966 (after-init-hook): Call `desktop-auto-save-set-timer'.
1967 Suggested by Reuben Thomas <rrt@sc3d.org> in
1968 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
1969
1970 2013-04-27 Leo Liu <sdl.web@gmail.com>
1971
1972 * progmodes/octave.el (octave-function-file-p)
1973 (octave-skip-comment-forward, octave-function-file-comment)
1974 (octave-update-function-file-comment): New functions.
1975 (octave-mode-map): Bind C-c ; to
1976 octave-update-function-file-comment.
1977 (octave-mode-menu): Add octave-update-function-file-comment.
1978 (octave-mode, inferior-octave-mode): Fix doc-string.
1979 (octave-insert-defun): Conform to Octave's coding convention.
1980 (Bug#14285)
1981
1982 * files.el (basic-save-buffer): Don't let errors in
1983 before-save-hook prevent saving buffer.
1984
1985 2013-04-20 Roland Winkler <winkler@gnu.org>
1986
1987 * faces.el (read-face-name): Use completing-read if arg multiple
1988 is nil.
1989
1990 2013-04-27 Ingo Lohmar <i.lohmar@gmail.com> (tiny change)
1991
1992 * ls-lisp.el (ls-lisp-insert-directory): If no files are
1993 displayed, move point to after the totals line.
1994 See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
1995 for the details.
1996
1997 2013-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
1998
1999 * emacs-lisp/package.el (package-autoload-ensure-default-file):
2000 Add current dir to the load-path.
2001 (package-generate-autoloads): Don't rely on
2002 autoload-ensure-default-file.
2003
2004 2013-04-26 Reuben Thomas <rrt@sc3d.org>
2005
2006 * textmodes/remember.el (remember-store-in-files): Document that
2007 the file name format is passed to `format-time-string'.
2008
2009 2013-04-26 Leo Liu <sdl.web@gmail.com>
2010
2011 * progmodes/octave.el (octave-sync-function-file-names): New function.
2012 (octave-mode): Use it in before-save-hook.
2013
2014 2013-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
2015
2016 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
2017 (bug#14274).
2018
2019 * progmodes/octave.el (octave-smie-forward-token): Properly skip
2020 \n and comment, even if it's not an implicit ; (bug#14218).
2021
2022 2013-04-26 Glenn Morris <rgm@gnu.org>
2023
2024 * subr.el (read-number): Once more use `read' rather than
2025 `string-to-number', to trap non-numeric input. (Bug#14254)
2026
2027 2013-04-26 Erik Charlebois <erikcharlebois@gmail.com>
2028
2029 * emacs-lisp/syntax.el (syntax-propertize-multiline):
2030 Use `syntax-multiline' text property consistently instead of
2031 `font-lock-multiline'. (Bug#14237)
2032
2033 2013-04-26 Glenn Morris <rgm@gnu.org>
2034
2035 * emacs-lisp/shadow.el (list-load-path-shadows):
2036 No longer necessary to check for duplicate simple.el, since
2037 2012-07-07 change to init_lread to not include installation lisp
2038 directories in load-path when running uninstalled. (Bug#14270)
2039
2040 2013-04-26 Leo Liu <sdl.web@gmail.com>
2041
2042 * progmodes/octave.el (octave-submit-bug-report): Obsolete.
2043 (octave-mode, inferior-octave-mode): Use setq-local.
2044 (octave-not-in-string-or-comment-p): Rename to
2045 octave-in-string-or-comment-p.
2046 (octave-in-comment-p, octave-in-string-p)
2047 (octave-in-string-or-comment-p): Replace defsubst with defun.
2048
2049 2013-04-25 Paul Eggert <eggert@cs.ucla.edu>
2050
2051 * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
2052
2053 2013-04-25 Bastien Guerry <bzg@gnu.org>
2054
2055 * textmodes/remember.el (remember-data-directory)
2056 (remember-directory-file-name-format): Fix custom types.
2057
2058 2013-04-25 Leo Liu <sdl.web@gmail.com>
2059
2060 * progmodes/octave.el (octave-completion-at-point-function):
2061 Make use of inferior octave process.
2062 (octave-initialize-completions): Remove.
2063 (inferior-octave-completion-table): New function.
2064 (inferior-octave-completion-at-point): Use it.
2065 (octave-completion-alist): Remove.
2066
2067 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
2068
2069 * progmodes/opascal.el: Use font-lock and syntax-propertize.
2070 (opascal-mode-syntax-table): New var.
2071 (opascal-literal-kind, opascal-is-literal-end)
2072 (opascal-literal-token-at): Rewrite.
2073 (opascal--literal-start-re, opascal-font-lock-keywords)
2074 (opascal--syntax-propertize): New constants.
2075 (opascal-font-lock-defaults): Adjust.
2076 (opascal-mode): Use them. Set comment-<foo> variables as well.
2077 (delphi-comment-face, opascal-comment-face, delphi-string-face)
2078 (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
2079 (delphi-other-face, opascal-other-face): Remove face variables.
2080 (opascal-save-state): Remove macro.
2081 (opascal-fontifying-progress-step): Remove constant.
2082 (opascal--ignore-changes): Remove var.
2083 (opascal-set-token-property, opascal-parse-next-literal)
2084 (opascal-is-stable-literal, opascal-complete-literal)
2085 (opascal-is-literal-start, opascal-face-of)
2086 (opascal-parse-region, opascal-parse-region-until-stable)
2087 (opascal-fontify-region, opascal-after-change)
2088 (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
2089 (opascal-debug-parse-region, opascal-debug-parse-window)
2090 (opascal-debug-parse-buffer, opascal-debug-fontify-window)
2091 (opascal-debug-fontify-buffer): Remove.
2092 (opascal-debug-mode-map): Adjust accordingly.
2093
2094 2013-04-25 Leo Liu <sdl.web@gmail.com>
2095
2096 Merge octave-mod.el and octave-inf.el into octave.el with some
2097 cleanups.
2098 * progmodes/octave.el: New file renamed from octave-mod.el.
2099 * progmodes/octave-inf.el: Merged into octave.el.
2100 * progmodes/octave-mod.el: Renamed to octave.el.
2101
2102 2013-04-25 Tassilo Horn <tsdh@gnu.org>
2103
2104 * textmodes/reftex-vars.el
2105 (reftex-label-ignored-macros-and-environments): New defcustom.
2106
2107 * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
2108
2109 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
2110
2111 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
2112 (smie-indent-keyword): Improve the check to ensure that the next
2113 comment is really on the same line.
2114 (smie-indent-comment): Don't align with a subsequent closer (or eob).
2115
2116 * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
2117 semi-colons if the line is not otherwise empty (bug#14218).
2118
2119 2013-04-25 Glenn Morris <rgm@gnu.org>
2120
2121 * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
2122
2123 2013-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
2124
2125 * progmodes/opascal.el (opascal-set-token-property): Rename from
2126 opascal-set-text-properties and only set `token' (bug#14134).
2127 Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
2128 (opascal-literal-text-properties): Remove.
2129 (opascal-parse-next-literal, opascal-debug-unparse-buffer):
2130 Adjust callers.
2131
2132 2013-04-24 Reuben Thomas <rrt@sc3d.org>
2133
2134 * textmodes/remember.el (remember-handler-functions): Add an
2135 option for a new handler `remember-store-in-files'.
2136 (remember-data-directory, remember-directory-file-name-format):
2137 New options.
2138 (remember-store-in-files): New function to store remember notes
2139 as separate files within a directory.
2140
2141 2013-04-24 Magnus Henoch <magnus.henoch@gmail.com>
2142
2143 * progmodes/compile.el (compilation-next-error-function):
2144 Pass "formats" to compilation-find-file (bug#11777).
2145
2146 2013-04-24 Glenn Morris <rgm@gnu.org>
2147
2148 * vc/vc-bzr.el (vc-bzr-print-log):
2149 * vc/vc-hg.el (vc-hg-print-log):
2150 * vc/vc-svn.el (vc-svn-print-log):
2151 Fix START-REVISION with LIMIT != 1. (Bug#14168)
2152
2153 * vc/vc-bzr.el (vc-bzr-print-log):
2154 * vc/vc-cvs.el (vc-cvs-print-log):
2155 * vc/vc-git.el (vc-git-print-log):
2156 * vc/vc-hg.el (vc-hg-print-log):
2157 * vc/vc-mtn.el (vc-mtn-print-log):
2158 * vc/vc-rcs.el (vc-rcs-print-log):
2159 * vc/vc-sccs.el (vc-sccs-print-log):
2160 * vc/vc-svn.el (vc-svn-print-log):
2161 * vc/vc.el (vc-print-log-internal): Doc fixes.
2162
2163 2013-04-23 Glenn Morris <rgm@gnu.org>
2164
2165 * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
2166 Remove venerable code attempting to avoid substitute-command-keys.
2167
2168 2013-04-23 Tassilo Horn <tsdh@gnu.org>
2169
2170 * textmodes/reftex-vars.el (reftex-label-regexps):
2171 Call `reftex-compile-variables' after changes to this variable.
2172
2173 2013-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
2174
2175 * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
2176 Use lexical-binding.
2177 (jit-lock-force-redisplay): Use markers, check buffer's continued
2178 existence and beware narrowed buffers.
2179 (jit-lock-fontify-now): Adjust call accordingly.
2180
2181 2013-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
2182
2183 * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
2184 to avoid misleading the user.
2185
2186 2013-04-22 Leo Liu <sdl.web@gmail.com>
2187
2188 * info-look.el: Prefer latex2e.info. (Bug#14240)
2189
2190 2013-04-22 Michael Albinus <michael.albinus@gmx.de>
2191
2192 Fix pack/unpack coding. Reported by David Smith <davidsmith@acm.org>.
2193
2194 * net/tramp-compat.el (tramp-compat-call-process): Move function ...
2195 * net/tramp.el (tramp-call-process): ... here
2196 (tramp-set-completion-function, tramp-parse-putty):
2197 * net/tramp-adb.el (tramp-adb-execute-adb-command):
2198 * net/tramp-gvfs.el (tramp-gvfs-send-command):
2199 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
2200 (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
2201 (tramp-call-local-coding-command): Use `tramp-call-process'
2202 instead of `tramp-compat-call-process'.
2203
2204 * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
2205 (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
2206 (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region):
2207 (tramp-find-inline-compress): Improve traces.
2208 (tramp-maybe-send-script): Check for Perl binary.
2209 (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
2210
2211 2013-04-22 Daiki Ueno <ueno@gnu.org>
2212
2213 * epg.el (epg-context-pinentry-mode): New function.
2214 (epg-context-set-pinentry-mode): New function.
2215 (epg--start): Pass --pinentry-mode option to gpg command.
2216
2217 2013-04-21 Xue Fuqiao <xfq.free@gmail.com>
2218
2219 * comint.el (comint-dynamic-complete-functions, comint-mode-map):
2220 `comint-dynamic-complete' is obsolete since 24.1, replaced by
2221 `completion-at-point'. (Bug#13774)
2222
2223 * startup.el (normal-no-mouse-startup-screen): Bug fix, the
2224 default key binding for `describe-distribution' has been moved to
2225 `C-h C-o'. (Bug#13970)
2226
2227 2013-04-21 Glenn Morris <rgm@gnu.org>
2228
2229 * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
2230 Add doc strings.
2231 (vc-print-log): Clarify interactive prompt.
2232
2233 2013-04-20 Glenn Morris <rgm@gnu.org>
2234
2235 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
2236 No longer include timestamp etc information.
2237
2238 2013-04-20 Roland Winkler <winkler@gnu.org>
2239
2240 * faces.el (read-face-name): Bug fix, return just one face if arg
2241 multiple is nil. (Bug#14209)
2242
2243 2013-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
2244
2245 * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
2246 (remove-function): Autoload.
2247
2248 * comint.el (comint-redirect-original-filter-function): Remove.
2249 (comint-redirect-cleanup, comint-redirect-send-command-to-process):
2250 * vc/vc-cvs.el (vc-cvs-annotate-process-filter,vc-cvs-annotate-command):
2251 * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
2252 * progmodes/prolog.el (prolog-consult-compile):
2253 * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
2254 Use add/remove-function instead.
2255 * progmodes/gud.el (gud-tooltip-original-filter): Remove.
2256 (gud-tooltip-process-output, gud-tooltip-tips):
2257 Use add/remove-function instead.
2258 * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
2259 (scheme-interaction-mode, exit-scheme-interaction-mode):
2260 Use add/remove-function instead.
2261
2262 * vc/vc-dispatcher.el: Use lexical-binding.
2263 (vc--process-sentinel): Rename from vc-process-sentinel.
2264 Change last arg to be the code to run. Don't use vc-previous-sentinel
2265 and vc-sentinel-commands any more.
2266 (vc-exec-after): Allow code to be a function. Use add/remove-function.
2267 (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
2268
2269 2013-04-19 Masatake YAMATO <yamato@redhat.com>
2270
2271 * progmodes/sh-script.el (sh-imenu-generic-expression):
2272 Handle function names with a single character. (Bug#14111)
2273
2274 2013-04-19 Dima Kogan <dima@secretsauce.net> (tiny change)
2275
2276 * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
2277 for subroutines defined in an eval (bug#14182).
2278
2279 2013-04-19 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2280
2281 * bookmark.el (bookmark-completing-read): Improve handling of empty
2282 string (bug#14176).
2283
2284 2013-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
2285
2286 * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
2287
2288 2013-04-19 Fabián Ezequiel Gallina <fgallina@gnu.org>
2289
2290 New faster Imenu implementation (bug#14058).
2291 * progmodes/python.el:
2292 (python-imenu-prev-index-position):
2293 (python-imenu-format-item-label-function)
2294 (python-imenu-format-parent-item-label-function)
2295 (python-imenu-format-parent-item-jump-label-function):
2296 New vars.
2297 (python-imenu-format-item-label)
2298 (python-imenu-format-parent-item-label)
2299 (python-imenu-format-parent-item-jump-label)
2300 (python-imenu--put-parent, python-imenu--build-tree)
2301 (python-imenu-create-index, python-imenu-create-flat-index)
2302 (python-util-popn): New functions.
2303 (python-mode): Set imenu-create-index-function to
2304 python-imenu-create-index.
2305
2306 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
2307
2308 * winner.el (winner-active-region): Use region-active-p, activate-mark
2309 and deactivate-mark (bug#14225).
2310
2311 * simple.el (deactivate-mark): Don't inline it.
2312
2313 2013-04-18 Michael Albinus <michael.albinus@gmx.de>
2314
2315 * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
2316
2317 2013-04-18 Tassilo Horn <tsdh@gnu.org>
2318
2319 * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
2320 file extensions from the archive-mode entry in order to prefer
2321 doc-view-mode-maybe with archive-mode as fallback (bug#14188).
2322
2323 2013-04-18 Leo Liu <sdl.web@gmail.com>
2324
2325 * bindings.el (help-event-list): Add ?\?.
2326
2327 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
2328
2329 * subr.el (with-wrapper-hook): Declare obsolete.
2330 * simple.el (filter-buffer-substring-function): New hook.
2331 (filter-buffer-substring): Use it.
2332 (filter-buffer-substring-functions): Mark obsolete.
2333 * minibuffer.el (completion-in-region-function): New hook.
2334 (completion-in-region): Use it.
2335 (completion-in-region-functions): Mark obsolete.
2336 * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
2337 * abbrev.el (abbrev-expand-function): New hook.
2338 (expand-abbrev): Use it.
2339 (abbrev-expand-functions): Mark obsolete.
2340 * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
2341 and :filter-return.
2342
2343 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
2344
2345 * progmodes/python.el (python-nav--syntactically): Fix cornercases
2346 and do not care about match data.
2347
2348 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
2349
2350 * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
2351 completion tables when completing error conditions and
2352 `declare' arguments.
2353 (lisp-complete-symbol, field-complete): Mark as obsolete.
2354 (check-parens): Unmatched parens are user errors.
2355 * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
2356
2357 2013-04-17 Michal Nazarewicz <mina86@mina86.com>
2358
2359 * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
2360 command changed buffer (ie. `flyspell-pre-buffer' is not current
2361 buffer), which prevents making decisions based on invalid value of
2362 `flyspell-pre-point' in the wrong buffer. Most notably, this used to
2363 cause an error when `flyspell-pre-point' was nil after switching
2364 buffers.
2365 (flyspell-post-command-hook): No longer needs to change buffers when
2366 checking pre-word. While at it remove unnecessary progn.
2367
2368 2013-04-17 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
2369
2370 * textmodes/ispell.el (ispell-add-per-file-word-list):
2371 Fix `flyspell-correct-word-before-point' error when accepting
2372 words and `coment-padding' is an integer by using
2373 `comment-normalize-vars' (Bug #14214).
2374
2375 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
2376
2377 New defun movement commands.
2378 * progmodes/python.el (python-nav--syntactically)
2379 (python-nav--forward-defun, python-nav-backward-defun)
2380 (python-nav-forward-defun): New functions.
2381
2382 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
2383
2384 * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
2385 (python-syntax-context): Use named compiler-macro for backwards
2386 compatibility with Emacs 24.x.
2387
2388 2013-04-17 Leo Liu <sdl.web@gmail.com>
2389
2390 * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
2391 octave-hide-process-buffer.
2392
2393 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
2394
2395 * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
2396 (bug#14216).
2397
2398 2013-04-17 Jean-Philippe Gravel <jpgravel@gmail.com>
2399
2400 * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
2401 Fix adjustment of offset when receiving incomplete responses from GDB
2402 (bug#14129).
2403
2404 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
2405
2406 * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
2407 python-mode-abbrev-table.
2408 (python-skeleton-define): Adjust accordingly.
2409 (python-mode-abbrev-table): New table that inherits from it so that
2410 python-skeleton-autoinsert does not affect non-skeleton abbrevs.
2411
2412 * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
2413 (abbrev-symbol): Use it.
2414 (abbrev--before-point): Use it since we already handle inheritance.
2415
2416 2013-04-16 Leo Liu <sdl.web@gmail.com>
2417
2418 * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
2419 binding to info-lookup-symbol.
2420
2421 2013-04-16 Juanma Barranquero <lekktu@gmail.com>
2422
2423 * minibuffer.el (completion--twq-all):
2424 * term/ns-win.el (ns-initialize-window-system):
2425 * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
2426
2427 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
2428
2429 * emacs-lisp/nadvice.el (add-function): Default simple vars to their
2430 global bindings.
2431
2432 * doc-view.el (doc-view-start-process): Handle url-handler directories.
2433
2434 2013-04-15 Dmitry Gutov <dgutov@yandex.ru>
2435
2436 * progmodes/ruby-mode.el (ruby-beginning-of-defun)
2437 (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
2438 to nil.
2439 (ruby-end-of-defun): Remove the unused arg, change the docstring
2440 to reflect that this function is only used as the value of
2441 `end-of-defun-function'.
2442 (ruby-beginning-of-defun): Remove "top-level" from the docstring,
2443 to reflect an earlier change that beginning/end-of-defun functions
2444 jump between methods in a class definition, as well as top-level
2445 functions.
2446
2447 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
2448
2449 * minibuffer.el (minibuffer-complete): Don't just scroll
2450 a *Completions* that's been iconified.
2451 (minibuffer-force-complete): Make sure repetitions do cycle when going
2452 through completion-in-region -> minibuffer-complete.
2453
2454 2013-04-15 Alan Mackenzie <acm@muc.de>
2455
2456 Correct the placement of c-cpp-delimiters when there're #s not at
2457 col 0.
2458
2459 * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
2460 place a submatch around the #.
2461 * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
2462 Start a search at BOL. Put the c-cpp-delimiter category text propertiy
2463 on the #, not BOL.
2464
2465 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
2466
2467 * emacs-lisp/nadvice.el: Properly test names when adding advice.
2468 (advice--member-p): New arg `name'.
2469 (advice--add-function, advice-member-p): Use it (bug#14202).
2470
2471 2013-04-15 Filipp Gunbin <fgunbin@fastmail.fm>
2472
2473 Reformulate java imenu-generic-expression.
2474 The old expression contained ill formed regexps.
2475
2476 * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
2477 (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
2478 (cc-imenu-java-method-arg-regexp): New defconsts.
2479 (cc-imenu-java-build-type-args-regex): New defun.
2480 (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
2481 handling of spaces in the regexp.
2482
2483 2013-03-15 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2484
2485 * textmodes/ispell.el (ispell-command-loop): Remove
2486 flyspell highlight of a word when ispell accepts it (bug #14178).
2487
2488 2013-04-15 Michael Albinus <michael.albinus@gmx.de>
2489
2490 * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
2491 uses code from the previous `ange-ftp-run-real-handler'.
2492 (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
2493 only in case that function exist. This is needed for proper
2494 unloading of Tramp.
2495
2496 2013-04-15 Tassilo Horn <tsdh@gnu.org>
2497
2498 * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
2499
2500 * textmodes/reftex.el (reftex-compile-variables): Use it.
2501
2502 2013-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
2503
2504 * files.el (normal-mode): Only use default major-mode if no other mode
2505 was specified.
2506
2507 * emacs-lisp/trace.el (trace-values): New function.
2508
2509 * files.el: Allow : in local variables (bug#14089).
2510 (hack-local-variable-regexp): New var.
2511 (hack-local-variables-prop-line, hack-local-variables): Use it.
2512
2513 2013-04-13 Roland Winkler <winkler@gnu.org>
2514
2515 * textmodes/bibtex.el (bibtex-search-entries): Bug fix. Use match
2516 data before it gets modified by bibtex-beginning-of-entry.
2517
2518 2013-04-13 Roland Winkler <winkler@gnu.org>
2519
2520 * textmodes/bibtex.el (bibtex-url): Doc fix.
2521
2522 2013-04-13 Roland Winkler <winkler@gnu.org>
2523
2524 * textmodes/bibtex.el (bibtex-initialize): If the current buffer
2525 does not visit a BibTeX file, exclude it from the list of buffers
2526 returned by bibtex-initialize.
2527
2528 2013-04-13 Stephen Berman <stephen.berman@gmx.net>
2529
2530 * window.el (split-window): Remove interactive form, since as a
2531 command this function is a special case of split-window-below.
2532 Correct doc string.
2533
2534 2013-04-12 Roland Winkler <winkler@gnu.org>
2535
2536 * faces.el (read-face-name): Do not override value of arg default.
2537 Allow single faces and strings as default values. Remove those
2538 elements from return value that are not faces.
2539 (describe-face): Simplify.
2540 (face-at-point): New optional args thing and multiple so that this
2541 function can provide the same functionality previously provided by
2542 read-face-name.
2543 (make-face-bold, make-face-unbold, make-face-italic)
2544 (make-face-unitalic, make-face-bold-italic, invert-face)
2545 (modify-face, read-face-and-attribute): Use face-at-point.
2546
2547 * cus-edit.el (customize-face, customize-face-other-window)
2548 * cus-theme.el (custom-theme-add-face)
2549 * face-remap.el (buffer-face-set)
2550 * facemenu.el (facemenu-set-face): Use face-at-point.
2551
2552 2013-04-12 Michael Albinus <michael.albinus@gmx.de>
2553
2554 * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
2555
2556 2013-04-10 Tassilo Horn <tsdh@gnu.org>
2557
2558 * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
2559 off leading { and trailing } from field values.
2560
2561 2013-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
2562
2563 * emacs-lisp/timer.el (timer--check): New function.
2564 (timer--time, timer-set-function, timer-event-handler): Use it.
2565 (timer-set-idle-time): Simplify.
2566 (timer--activate): CSE.
2567 (timer-event-handler): Give more info in error message.
2568 (internal-timer-start-idle): New function, moved from C.
2569
2570 * mpc.el (mpc-proc): Add `restart' argument.
2571 (mpc-proc-cmd): Use it.
2572 (mpc--status-timer-run): Also catch signals from `mpc-proc'.
2573 (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
2574 less often.
2575
2576 2013-04-10 Masatake YAMATO <yamato@redhat.com>
2577
2578 * progmodes/sh-script.el: Implement `sh-mode' own
2579 `add-log-current-defun-function' (bug#14112).
2580 (sh-current-defun-name): New function.
2581 (sh-mode): Use the function.
2582
2583 2013-04-09 Bastien Guerry <bzg@gnu.org>
2584
2585 * simple.el (choose-completion-string): Fix docstring (bug#14163).
2586
2587 2013-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
2588
2589 * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
2590
2591 * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
2592 timer (bug#14156).
2593
2594 2013-04-07 Nic Ferrier <nferrier@ferrier.me.uk>
2595
2596 * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
2597 declaration.
2598
2599 2013-04-07 Leo Liu <sdl.web@gmail.com>
2600
2601 * pcmpl-x.el: New file.
2602
2603 2013-04-06 Dmitry Antipov <dmantipov@yandex.ru>
2604
2605 Do not set x-display-name until X connection is established.
2606 This is needed to prevent from weird situation described at
2607 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
2608 * frame.el (make-frame): Set x-display-name after call to
2609 window system initialization function, not before.
2610 * term/x-win.el (x-initialize-window-system): Add optional
2611 display argument and use it.
2612 * term/w32-win.el (w32-initialize-window-system):
2613 * term/ns-win.el (ns-initialize-window-system):
2614 * term/pc-win.el (msdos-initialize-window-system):
2615 Add compatible optional display argument.
2616
2617 2013-04-06 Eli Zaretskii <eliz@gnu.org>
2618
2619 * files.el (normal-backup-enable-predicate): On MS-Windows and
2620 MS-DOS compare truenames of temporary-file-directory and of the
2621 file, so that 8+3 aliases (usually found in $TEMP on Windows)
2622 don't fail comparison by compare-strings. Also, compare file
2623 names case-insensitively on MS-Windows and MS-DOS.
2624
2625 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
2626
2627 * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
2628 Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
2629
2630 2013-04-05 Dmitry Gutov <dgutov@yandex.ru>
2631
2632 * whitespace.el (whitespace-color-on, whitespace-color-off):
2633 Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
2634
2635 2013-04-05 Jacek Chrząszcz <chrzaszcz@mimuw.edu.pl> (tiny change)
2636
2637 * ispell.el (ispell-set-spellchecker-params):
2638 Really set `ispell-args' for all equivs.
2639
2640 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
2641
2642 * ido.el (ido-completions): Use extra elements of ido-decorations
2643 (bug#14143).
2644 (ido-decorations): Update docstring.
2645
2646 2013-04-05 Michael Albinus <michael.albinus@gmx.de>
2647
2648 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
2649 (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
2650 nil during initialization, in order not to miss changes since the
2651 file was opened. (Bug#14140)
2652
2653 2013-04-05 Leo Liu <sdl.web@gmail.com>
2654
2655 * kmacro.el (kmacro-call-macro): Fix bug#14135.
2656
2657 2013-04-05 Jay Belanger <jay.p.belanger@gmail.com>
2658
2659 * calc/calc-units.el (calc-convert-units): Rewrite conditional.
2660
2661 2013-04-04 Glenn Morris <rgm@gnu.org>
2662
2663 * electric.el (electric-pair-inhibit-predicate): Add :version.
2664
2665 2013-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
2666
2667 * emacs-lisp/package.el (package-compute-transaction): Fix ordering
2668 when a package is required several times (bug#14082).
2669
2670 2013-04-04 Roland Winkler <winkler@gnu.org>
2671
2672 * faces.el (read-face-name): Behave as promised by the docstring.
2673 Assume that arg default is a list of faces.
2674 (describe-face): Call read-face-name with list of default faces.
2675
2676 2013-04-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2677
2678 * bookmark.el: Fix deletion of bookmarks (bug#13972).
2679 (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
2680 (bookmark-bmenu-execute-deletions): Only skip first line if it's
2681 the header.
2682 (bookmark-exit-hook-internal): Save even if list is empty.
2683
2684 2013-04-04 Yann Hodique <yann.hodique@gmail.com> (tiny change)
2685
2686 * emacs-lisp/package.el (package-pinned-packages): New var.
2687 (package--add-to-archive-contents): Obey it (bug#14118).
2688
2689
2690 2013-04-03 Alan Mackenzie <acm@muc.de>
2691
2692 Handle `parse-partial-sexp' landing inside a comment opener (Bug#13244).
2693 Also adapt to the new values of element 7 of a parse state.
2694
2695 * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
2696 parameter `not-in-delimiter'. Handle being inside comment opener.
2697 (c-invalidate-state-cache-1): Reckon with an extra "invalid"
2698 character in case we're typing a '*' after a '/'.
2699 (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
2700 instead by passing the parameter to c-state-pp-to-literal.
2701
2702 * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
2703 for elt. 7 of a parse state.
2704
2705 2013-04-01 Paul Eggert <eggert@cs.ucla.edu>
2706
2707 Use UTF-8 for most files with non-ASCII characters (Bug#13936).
2708 * international/latin1-disp.el, international/mule-util.el:
2709 * language/cyril-util.el, language/european.el, language/ind-util.el:
2710 * language/lao-util.el, language/thai.el, language/tibet-util.el:
2711 * language/tibetan.el, language/viet-util.el:
2712 Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
2713
2714 2013-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
2715
2716 * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
2717 (electric-pair-post-self-insert-function): Use it.
2718 (electric-pair-default-inhibit): New function, extracted from
2719 electric-pair-post-self-insert-function.
2720
2721 2013-03-31 Roland Winkler <winkler@gnu.org>
2722
2723 * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
2724
2725 2013-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
2726
2727 * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
2728
2729 2013-03-30 Fabián Ezequiel Gallina <fabian@anue.biz>
2730
2731 Un-indent after "pass" and "return" statements (Bug#13888)
2732 * progmodes/python.el (python-indent-block-enders): New var.
2733 (python-indent-calculate-indentation): Use it.
2734
2735 2013-03-30 Michael Albinus <michael.albinus@gmx.de>
2736
2737 * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
2738 defun. Defining it as defalias could introduce too eager
2739 byte-compiler optimization. (Bug#14030)
2740
2741 2013-03-30 Chong Yidong <cyd@gnu.org>
2742
2743 * iswitchb.el (iswitchb-read-buffer): Fix typo.
2744
2745 2013-03-30 Leo Liu <sdl.web@gmail.com>
2746
2747 * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
2748 (kmacro-execute-from-register): Pass the keyboard macro to
2749 kmacro-call-macro or repeating won't work correctly.
2750
2751 2013-03-30 Teodor Zlatanov <tzz@lifelogs.com>
2752
2753 * progmodes/subword.el: Back to using `forward-symbol'.
2754
2755 * subr.el (forward-whitespace, forward-symbol)
2756 (forward-same-syntax): Move from thingatpt.el.
2757
2758 2013-03-29 Leo Liu <sdl.web@gmail.com>
2759
2760 * kmacro.el (kmacro-to-register): New command.
2761 (kmacro-execute-from-register): New function.
2762 (kmacro-keymap): Bind to 'x'. (Bug#14071)
2763
2764 2013-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
2765
2766 * mpc.el: Use defvar-local and setq-local.
2767 (mpc--proc-connect): Connection failures are not bugs.
2768 (mpc-mode-map): `follow-link' only applies to the buffer's content.
2769 (mpc-volume-map): Bind to the up-events.
2770
2771 2013-03-29 Teodor Zlatanov <tzz@lifelogs.com>
2772
2773 * progmodes/subword.el (superword-mode): Use `forward-sexp'
2774 instead of `forward-symbol'.
2775
2776 2013-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
2777
2778 * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
2779 (edebug--recursive-edit): Use it.
2780 (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
2781 (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
2782
2783 2013-03-28 Leo Liu <sdl.web@gmail.com>
2784
2785 * vc/vc-bzr.el (vc-bzr-revert): Don't backup. (Bug#14066)
2786
2787 2013-03-27 Eli Zaretskii <eliz@gnu.org>
2788
2789 * facemenu.el (list-colors-callback): New defvar.
2790 (list-colors-redisplay): New function.
2791 (list-colors-display): Install list-colors-redisplay as the
2792 revert-buffer-function. (Bug#14063)
2793
2794 2013-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
2795
2796 * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
2797 and suffixes don't overlap (bug#14061).
2798
2799 * case-table.el: Use lexical-binding.
2800 (case-table-get-table): New function.
2801 (get-upcase-table): Use it. Mark as obsolete. Adjust callers.
2802
2803 2013-03-27 Teodor Zlatanov <tzz@lifelogs.com>
2804
2805 * progmodes/subword.el: Add `superword-mode' to do word motion
2806 over symbol_words (parallels and leverages `subword-mode' which
2807 does word motion inside MixedCaseWords).
2808
2809 2013-03-27 Aidan Gauland <aidalgol@no8wireless.co.nz>
2810
2811 * eshell/em-unix.el: Move su and sudo to...
2812 * eshell/em-tramp.el: ...Eshell tramp module.
2813
2814 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
2815
2816 * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
2817 Change return value to be a sexp. Delay `get-buffer' to after
2818 restoring the desktop (bug#13951).
2819
2820 2013-03-26 Leo Liu <sdl.web@gmail.com>
2821
2822 * register.el: Move semantic tag handling back to
2823 cedet/semantic/senator.el. (Bug#14052)
2824
2825 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
2826
2827 * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
2828 into the prompt either (bug#13963).
2829
2830 2013-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
2831
2832 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
2833 part of "(error-foo)".
2834
2835 2013-03-24 Juri Linkov <juri@jurta.org>
2836
2837 * replace.el (list-matching-lines-prefix-face): New defcustom.
2838 (occur-1): Pass `list-matching-lines-prefix-face' to the function
2839 `occur-engine' if `face-differs-from-default-p' returns t.
2840 (occur-engine): Add `,' inside backquote construct to evaluate
2841 `prefix-face'. Propertize the prefix with the `prefix-face' face.
2842 Pass `prefix-face' to the functions `occur-context-lines' and
2843 `occur-engine-add-prefix'.
2844 (occur-engine-add-prefix, occur-context-lines): Add optional arg
2845 `prefix-face' and propertize the prefix with `prefix-face'.
2846 (Bug#14017)
2847
2848 2013-03-24 Leo Liu <sdl.web@gmail.com>
2849
2850 * nxml/rng-valid.el (rng-validate-while-idle)
2851 (rng-validate-quick-while-idle): Guard against deleted buffer.
2852 (Bug#13999)
2853
2854 * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
2855 is the last entry in kill-buffer-hook.
2856
2857 * files.el (kill-buffer-hook): Doc fix.
2858
2859 2013-03-23 Dmitry Gutov <dgutov@yandex.ru>
2860
2861 * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
2862 Make it safe-local.
2863
2864 * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
2865
2866 2013-03-23 Leo Liu <sdl.web@gmail.com>
2867
2868 * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
2869 Remove.
2870
2871 * nxml/rng-valid.el (rng-validate-mode)
2872 (rng-after-change-function, rng-do-some-validation):
2873 * nxml/rng-maint.el (rng-validate-buffer):
2874 * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
2875 * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
2876 * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
2877 (nxml-extend-after-change-region): Use with-silent-modifications.
2878
2879 * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
2880 timer-idle-list.
2881
2882 * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
2883 (rng-next-error-1, rng-previous-error-1): Do not let-bind
2884 timer-idle-list. (Bug#13999)
2885
2886 2013-03-23 Juri Linkov <juri@jurta.org>
2887
2888 * info.el (info-index-match): New face.
2889 (Info-index, Info-apropos-matches): Add a nested subgroup to the
2890 main pattern and add text properties with the new face to matches
2891 in index entries relative to the beginning of the index entry.
2892 (Bug#14015)
2893
2894 2013-03-21 Eric Ludlam <zappo@gnu.org>
2895
2896 * eieio/eieio-datadebug.el (data-debug/eieio-insert-slots):
2897 Inhibit read only while inserting objects.
2898
2899 2013-03-22 Teodor Zlatanov <tzz@lifelogs.com>
2900
2901 * progmodes/cfengine.el: Update docs to mention
2902 `cfengine-auto-mode'. Use \_> and \_< instead of \> and \< for
2903 symbol motion. Remove "_" from the word syntax.
2904
2905 2013-03-21 Teodor Zlatanov <tzz@lifelogs.com>
2906
2907 * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
2908 syntax for both `cfengine2-mode' and `cfengine3-mode'.
2909
2910 2013-03-20 Juri Linkov <juri@jurta.org>
2911
2912 * info.el (Info-next-reference-or-link)
2913 (Info-prev-reference-or-link): New functions.
2914 (Info-next-reference, Info-prev-reference): Use them.
2915 (Info-try-follow-nearest-node): Handle footnote navigation.
2916 (Info-fontify-node): Fontify footnotes. (Bug#13989)
2917
2918 2013-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
2919
2920 * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
2921 * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
2922
2923 2013-03-20 Paul Eggert <eggert@cs.ucla.edu>
2924
2925 Suppress unnecessary non-ASCII chatter during build process.
2926 * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
2927 (batch-skkdic-convert): Suppress most of the chatter.
2928 It's not needed so much now that machines are faster,
2929 and its non-ASCII component was confusing; see Dmitry Gutov in
2930 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
2931
2932 2013-03-20 Leo Liu <sdl.web@gmail.com>
2933
2934 * ido.el (ido-chop): Fix bug#10994.
2935
2936 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
2937
2938 * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
2939 Remove vars.
2940 (whitespace-color-on, whitespace-color-off):
2941 Use `font-lock-fontify-buffer' (Bug#13817).
2942
2943 2013-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
2944
2945 * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
2946 remapping in mode-line.
2947 (mouse-on-link-p): Also check [mode-line follow-link] bindings.
2948
2949 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
2950
2951 * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
2952 value for `whitespace-line' face (Bug#13875).
2953 (whitespace-font-lock-keywords): Change description.
2954 (whitespace-color-on): Don't save `font-lock-keywords' value, save
2955 the constructed keywords instead.
2956 (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
2957
2958 2013-03-19 Leo Liu <sdl.web@gmail.com>
2959
2960 * progmodes/compile.el (compilation-display-error): New command.
2961 (compilation-mode-map, compilation-minor-mode-map): Bind it to
2962 C-o. (Bug#13992)
2963
2964 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
2965
2966 * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
2967
2968 2013-03-18 Jan Djärv <jan.h.d@swipnet.se>
2969
2970 * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
2971
2972 2013-03-18 Michael Albinus <michael.albinus@gmx.de>
2973
2974 * net/tramp-compat.el (tramp-compat-user-error): New defun.
2975
2976 * net/tramp-adb.el (tramp-adb-handle-shell-command):
2977 * net/tramp-gvfs.el (top):
2978 * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
2979 (tramp-handle-shell-command): Use it.
2980 (tramp-dissect-file-name): Raise an error when hostname is a
2981 method name, and neither method nor user is specified.
2982
2983 * net/trampver.el: Update release number.
2984
2985 2013-03-18 Leo Liu <sdl.web@gmail.com>
2986
2987 Make sure eldoc can be turned off properly.
2988 * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
2989 eldoc-mode.
2990 (eldoc-display-message-p): Revert last change.
2991 (eldoc-display-message-no-interference-p)
2992 (eldoc-print-current-symbol-info): Tweak.
2993
2994 2013-03-18 Tassilo Horn <tsdh@gnu.org>
2995
2996 * doc-view.el (doc-view-new-window-function): Check the new window
2997 overlay's display property instead the char property of the
2998 buffer's first char. Use `with-selected-window' instead of
2999 `save-window-excursion' with `select-window'.
3000 (doc-view-document->bitmap): Check the current doc-view overlay's
3001 display property instead the char property of the buffer's first char.
3002
3003 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
3004
3005 Automate the build of ja-dic.el (Bug#13984).
3006 * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
3007 from the input, rather than assume that it's been done for us by the
3008 SKK script unannotate.awk. Switch ja-dic.el to UTF-8. Don't put
3009 the current date into a ja-dic.el comment, as that complicates
3010 regression testing.
3011
3012 2013-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
3013
3014 * whitespace.el: Fix double evaluation.
3015 (whitespace-space, whitespace-hspace, whitespace-tab)
3016 (whitespace-newline, whitespace-trailing, whitespace-line)
3017 (whitespace-space-before-tab, whitespace-indentation)
3018 (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
3019 obsolete defvars.
3020 (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
3021 (whitespace-color-on): Use a single font-lock-add-keywords call.
3022 Fix double-evaluation of face variables.
3023
3024 2013-03-17 Michael Albinus <michael.albinus@gmx.de>
3025
3026 * net/tramp-adb.el (tramp-adb-parse-device-names):
3027 Use `start-process' instead of `call-process'. Otherwise, the
3028 function might be blocked under MS Windows. (Bug#13299)
3029
3030 2013-03-17 Leo Liu <sdl.web@gmail.com>
3031
3032 Extend eldoc to display info in the mode-line. (Bug#13978)
3033 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
3034 (eldoc-mode-line-string): New variable.
3035 (eldoc-minibuffer-message): New function.
3036 (eldoc-message-function): New variable.
3037 (eldoc-message): Use it.
3038 (eldoc-display-message-p)
3039 (eldoc-display-message-no-interference-p):
3040 Support eldoc-post-insert-mode.
3041
3042 * simple.el (eval-expression-minibuffer-setup-hook): New hook.
3043 (eval-expression): Run it.
3044
3045 2013-03-17 Roland Winkler <winkler@gnu.org>
3046
3047 * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
3048 strings in the list of return values.
3049
3050 2013-03-17 Jay Belanger <jay.p.belanger@gmail.com>
3051
3052 * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
3053 radix before checking for HMS forms.
3054
3055 2013-03-16 Leo Liu <sdl.web@gmail.com>
3056
3057 * progmodes/scheme.el: Add indentation and font-locking for λ.
3058 (Bug#13975)
3059
3060 2013-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
3061
3062 * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
3063 token before point (bug#13942).
3064
3065 2013-03-16 Leo Liu <sdl.web@gmail.com>
3066
3067 * thingatpt.el (end-of-sexp): Fix bug#13952. Use syntax-after.
3068
3069 2013-03-16 Eli Zaretskii <eliz@gnu.org>
3070
3071 * startup.el (command-line-normalize-file-name): Fix handling of
3072 backslashes in DOS and Windows file names. Reported by Xue Fuqiao
3073 <xfq.free@gmail.com> in
3074 http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
3075
3076 2013-03-15 Michael Albinus <michael.albinus@gmx.de>
3077
3078 Sync with Tramp 2.2.7.
3079
3080 * net/trampver.el: Update release number.
3081
3082 2013-03-14 Tassilo Horn <tsdh@gnu.org>
3083
3084 * doc-view.el Fix bug#13887.
3085 (doc-view-insert-image): Don't modify overlay associated to
3086 non-live windows, and implement horizontal centering of image in
3087 case it's smaller than the window.
3088 (doc-view-new-window-function): Force redisplay of new windows on
3089 doc-view buffers.
3090
3091 2013-03-13 Karl Fogel <kfogel@red-bean.com>
3092
3093 * saveplace.el (save-place-alist-to-file): Don't sort
3094 `save-place-alist', just pretty-print it (bug#13882).
3095
3096 2013-03-13 Michael Albinus <michael.albinus@gmx.de>
3097
3098 * net/tramp-sh.el (tramp-sh-handle-insert-directory): Check,
3099 whether `default-file-name-coding-system' is bound. It isn't in
3100 XEmacs.
3101
3102 2013-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
3103
3104 * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
3105 backquotes for `obsolete' (bug#13929).
3106
3107 * international/mule.el (find-auto-coding): Include file name in
3108 obsolescence warning (bug#13922).
3109
3110 2013-03-12 Teodor Zlatanov <tzz@lifelogs.com>
3111
3112 * progmodes/cfengine.el (cfengine-parameters-indent): New variable
3113 for CFEngine 3-specific indentation.
3114 (cfengine3-indent-line): Use it. Fix up category regex.
3115 (cfengine3-font-lock-keywords): Add bundle and namespace characters.
3116
3117 2013-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
3118
3119 * type-break.el (type-break-file-name):
3120 * textmodes/remember.el (remember-data-file):
3121 * strokes.el (strokes-file):
3122 * shadowfile.el (shadow-initialize):
3123 * saveplace.el (save-place-file):
3124 * ps-bdf.el (bdf-cache-file):
3125 * progmodes/idlwave.el (idlwave-config-directory):
3126 * net/quickurl.el (quickurl-url-file):
3127 * international/kkc.el (kkc-init-file-name):
3128 * ido.el (ido-save-directory-list-file):
3129 * emulation/viper.el (viper-custom-file-name):
3130 * emulation/vip.el (vip-startup-file):
3131 * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
3132 * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
3133
3134 2013-03-12 Paul Eggert <eggert@cs.ucla.edu>
3135
3136 Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
3137 * language/thai-word.el: Switch to UTF-8.
3138
3139 2013-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
3140
3141 * recentf.el (recentf-save-file): Use locate-user-emacs-file (bug#13870).
3142
3143 2013-03-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3144
3145 * net/net-utils.el (net-utils-remove-ctrl-m-filter):
3146 Use with-current-buffer and don't move point.
3147 (net-utils-run-simple): Remove useless code.
3148 (net-utils-remove-ctl-m): Remove unused custom.
3149
3150 2013-03-11 Per Starbäck <starback@stp.lingfil.uu.se>
3151
3152 * international/characters.el (glyphless-set-char-table-range): New fun.
3153 (update-glyphless-char-display): Use it (bug#13744).
3154
3155 2013-03-11 Teodor Zlatanov <tzz@lifelogs.com>
3156
3157 * progmodes/cfengine.el: Update for CFEngine 3.4.2 and higher:
3158 namespaces in the syntax, indent closer for hanging brace
3159 correctly, allow single-quote delimited 'strings', and make
3160 `cfengine3-mode' the default.
3161
3162 2013-03-11 Jean-Philippe Gravel <jpgravel@gmail.com>
3163
3164 * progmodes/gdb-mi.el: Speed up initialization (bug#10580).
3165 Use lexical-binding. Fix up docstring according to conventions.
3166 (gdbmi-debug-mode): New var.
3167 (gdbmi-start-with, gdbmi-same-start, gdbmi-is-number, gdbmi-bnf-init)
3168 (gdbmi-bnf-output, gdbmi-bnf-skip-unrecognized, gdbmi-bnf-gdb-prompt)
3169 (gdbmi-bnf-result-record, gdbmi-bnf-out-of-band-record)
3170 (gdbmi-bnf-async-record, gdbmi-bnf-stream-record)
3171 (gdbmi-bnf-console-stream-output, gdbmi-bnf-target-stream-output)
3172 (gdbmi-bnf-log-stream-output, gdbmi-bnf-result-and-async-record-impl)
3173 (gdbmi-bnf-incomplete-record-result): New functions.
3174 (gdb-car<): Remove function.
3175 (gdbmi-record-list): Remove variable.
3176 (gdbmi-bnf-state, gdbmi-bnf-offset): New vars.
3177 (gdbmi-bnf-result-state-configs): New const.
3178 (gud-gdbmi-marker-filter): Rewrite.
3179 (gdb-ignored-notification, gdb-thread-created, gdb-thread-exited)
3180 (gdb-thread-selected, gdb-running, gdb-starting, gdb-stopped):
3181 Add `token' argument.
3182 (gdb-done, gdb-error): New functions.
3183 (gdb-done-or-error): Add `is-complete' argument. Change arg order.
3184
3185 2013-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
3186
3187 * term/xterm.el (xterm--report-background-handler): Don't burp
3188 upon timeout.
3189 (xterm--version-handler): Extract from terminal-init-xterm.
3190 (xterm--query): Don't mishandle timeout. Remove debugging messages.
3191 Allow multiple handlers.
3192 (terminal-init-xterm): Handle OSX's Terminal.app's incorrect answer.
3193
3194 * term/xterm.el: Don't discard input (bug#6758). Use lexical-binding.
3195 (xterm--report-background-handler, xterm--query): New functions.
3196 (terminal-init-xterm): Use them.
3197
3198 2013-03-11 Michael R. Mauger <michael@mauger.com>
3199
3200 * progmodes/sql.el Version 3.2
3201 Please note that my address changed to <michael@mauger.com>;
3202 the <mmaug@yahoo.com> address remains active.
3203 (sql-connection-alist): Updates documentation to fix bug#13715.
3204 (sql-connect): Handle missing `sql-connection-alist' correctly.
3205 (sql-mode-oracle-font-lock-keywords): Add missing keywords.
3206 (sql-magic-go, sql-magic-semicolon): Mark with `delete-selection'
3207 property.
3208 (sql-default-value): New function.
3209 (sql-get-login-ext, sql-get-login): Fixes bug where buffer-local
3210 values were not used.
3211 (sql-rename-buffer): Make sure alternate buffer name has no text
3212 properties.
3213 (sql-input-sender, sql-execute-feature): Fetch variable with
3214 `buffer-local-value' rather than `with-current-buffer'.
3215 (sql-*): Use #' function syntax consistently.
3216 (sql-*): Use message/error/user-error consistently.
3217
3218 2013-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
3219
3220 * xt-mouse.el (xterm-mouse-event-read): Remove.
3221 (xterm-mouse--read-event-sequence-1000)
3222 (xterm-mouse--read-event-sequence-1006): Use read-event instead.
3223
3224 2013-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
3225
3226 * term/xterm.el (xterm-function-map): Support format used with
3227 formatOtherKeys=1 (bug#13839).
3228
3229 * emacs-lisp/byte-run.el (dont-compile): Declare obsolete.
3230 (with-no-warnings): Use `declare'.
3231
3232 * whitespace.el (whitespace-enable-predicate): New variable.
3233 (whitespace-enable-predicate): Use it.
3234
3235 * comint.el (comint-send-input, comint-snapshot-last-prompt)
3236 (comint-output-filter, comint-update-fence):
3237 Use with-silent-modifications.
3238
3239 2013-03-10 Jambunathan K <kjambunathan@gmail.com>
3240
3241 * replace.el (occur-read-regexp-defaults-function): New var.
3242 (occur-read-regexp-defaults): New defun.
3243 (occur-read-primary-args): Propagate above change (bug#13892).
3244
3245 2013-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
3246
3247 * mouse.el (mouse-drag-track): Remove left-over debugging code.
3248
3249 2013-03-09 Michael Albinus <michael.albinus@gmx.de>
3250
3251 Major rewrite due to changed D-Bus interface of GVFS 1.14.
3252
3253 * net/tramp-gvfs.el (top): Extend check for gvfs availability.
3254 (tramp-gvfs-methods-mounttracker, tramp-gvfs-listmounts)
3255 (tramp-gvfs-mountlocation, tramp-gvfs-mountlocation-signature):
3256 New defconst.
3257 (tramp-gvfs-file-name-handler-alist) [directory-files]
3258 [directory-files-and-attributes, file-exists-p, file-modes]:
3259 Use Tramp default handler.
3260 [file-acl, file-selinux-context, process-file, set-file-acl]:
3261 [set-file-modes, set-file-selinux-context, shell-command]:
3262 [start-file-process]: Remove handler.
3263 [verify-visited-file-modtime]: New handler.
3264 (tramp-gvfs-dbus-string-to-byte-array)
3265 (tramp-gvfs-dbus-byte-array-to-string): New defuns. Replace all
3266 calls of `dbus-string-to-byte-array' and
3267 `tramp-gvfs-dbus-byte-array-to-string'.
3268 (tramp-gvfs-handle-copy-file)
3269 (tramp-gvfs-handle-delete-directory)
3270 (tramp-gvfs-handle-delete-file, tramp-gvfs-handle-file-attributes)
3271 (tramp-gvfs-handle-file-directory-p)
3272 (tramp-gvfs-handle-file-executable-p)
3273 (tramp-gvfs-handle-file-name-all-completions)
3274 (tramp-gvfs-handle-file-readable-p)
3275 (tramp-gvfs-handle-file-writable-p)
3276 (tramp-gvfs-handle-insert-directory)
3277 (tramp-gvfs-handle-insert-file-contents)
3278 (tramp-gvfs-handle-make-directory, tramp-gvfs-handle-rename-file)
3279 (tramp-gvfs-handle-set-visited-file-modtime)
3280 (tramp-gvfs-handle-write-region): Rewrite.
3281 (tramp-gvfs-handle-file-acl)
3282 (tramp-gvfs-handle-file-selinux-context)
3283 (tramp-gvfs-handle-process-file, tramp-gvfs-handle-set-file-acl)
3284 (tramp-gvfs-handle-set-file-modes)
3285 (tramp-gvfs-handle-set-file-selinux-context)
3286 (tramp-gvfs-handle-shell-command)
3287 (tramp-gvfs-handle-start-file-process)
3288 (tramp-gvfs-handle-verify-visited-file-modtime): Remove defuns.
3289 (tramp-gvfs-url-file-name): Do not use `file-truename', we work
3290 over the symlinks. Fix user handling.
3291 (top, tramp-gvfs-handler-mounted-unmounted): Handle different names
3292 of the D-Bus signals.
3293 (tramp-gvfs-connection-mounted-p): Handle different names of the
3294 D-Bus methods.
3295 (tramp-gvfs-mount-spec-entry): New defun.
3296 (tramp-gvfs-mount-spec): Use it.
3297 (tramp-gvfs-maybe-open-connection): Check, that in case of "smb"
3298 there is a share name. Handle different names of the D-Bus
3299 signals and methods. Set connection properties needed for
3300 `tramp-check-cached-permissions'.
3301 (tramp-gvfs-send-command): Apply `tramp-gvfs-maybe-open-connection'.
3302 Return t or nil.
3303
3304 * net/tramp.el (tramp-backtrace): Move up.
3305 (tramp-error): Dump a backtrace into the debug buffer when
3306 `tramp-verbose > 9.
3307 (tramp-file-mode-type-map, tramp-file-mode-from-int)
3308 (tramp-file-mode-permissions, tramp-get-local-uid)
3309 (tramp-get-local-gid, tramp-check-cached-permissions): Move from
3310 tramp-sh.el.
3311
3312 * net/tramp-sh.el (tramp-file-mode-type-map)
3313 (tramp-check-cached-permissions, tramp-file-mode-from-int)
3314 (tramp-file-mode-permissions, tramp-get-local-uid)
3315 (tramp-get-local-gid): Move to tramp.el.
3316
3317 2013-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
3318
3319 Separate mouse-1-click-follows-link from mouse-drag-region.
3320 * mouse.el (mouse--down-1-maybe-follows-link): New function.
3321 (key-translation-map): Use it to implement mouse-1-click-follows-link.
3322 (mouse-drag-line, mouse-drag-track):
3323 Remove mouse-1-click-follows-link code.
3324 (mouse--remap-link-click-p): Remove.
3325
3326 2013-03-08 Jambunathan K <kjambunathan@gmail.com>
3327
3328 * hi-lock.el (hi-lock-read-regexp-defaults-function): New var.
3329 (hi-lock-read-regexp-defaults): New defun.
3330 (hi-lock-line-face-buffer, hi-lock-face-buffer)
3331 (hi-lock-face-phrase-buffer): Propagate above change.
3332 Update docstring (bug#13892).
3333
3334 * subr.el (find-tag-default-as-regexp): New defun.
3335 * replace.el (read-regexp): Propagate above change.
3336
3337 2013-03-08 Jay Belanger <jay.p.belanger@gmail.com>
3338
3339 * calc/calc-units.el (calc-convert-units): Fix the way that default
3340 new units are stored.
3341
3342 2013-03-07 Matthias Meulien <orontee@gmail.com>
3343
3344 * bookmark.el: Define a face to highlight bookmark names in
3345 bookmark menu buffers, where the default is a bold face similarly
3346 to buffer names in buffer menu buffers.
3347 (bookmark-menu-bookmark): New face to highlight bookmark names.
3348 (bookmark-insert-location): Remove duplicated text property to
3349 conform to buffer list (see `list-buffers').
3350 (bookmark-bmenu-list, bookmark-bmenu-hide-filenames): Apply face
3351 `bookmark-menu-bookmark' to bookmark names.
3352
3353 2013-03-07 Matthias Meulien <orontee@gmail.com>
3354 Karl Fogel <kfogel@red-bean.com>
3355
3356 * bookmark.el: Display the bookmark list header similarly to the
3357 buffer list header (see `list-buffers'), where the default is now
3358 an immovable/immutable header line.
3359 (bookmark-bmenu-use-header-line): New variable.
3360 (bookmark-bmenu-inline-header-height): New name for
3361 `bookmark-bmenu-header-height', to avoid confusion with the code
3362 for the new immovable header. All references changed.
3363 (bookmark-bmenu-set-header): New function.
3364 (bookmark-bmenu-list, bookmark-bmenu-toggle-filenames):
3365 Conditionalize header construction accordingly.
3366 (bookmark-bmenu-ensure-position): Conditionalize the skipping of
3367 the inline header height.
3368 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
3369 Conditionalize the skipping of the inline header height.
3370
3371 2013-03-07 Dmitry Gutov <dgutov@yandex.ru>
3372
3373 * progmodes/js.el (js--multi-line-declaration-indentation):
3374 Merge from js2-mode (https://github.com/mooz/js2-mode/issues/89).
3375
3376 2013-03-06 Dmitry Gutov <dgutov@yandex.ru>
3377
3378 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
3379 Only propertize regexp when not inside a string (Bug#13885).
3380
3381 2013-03-06 Alan Mackenzie <acm@muc.de>
3382
3383 Correct the position of point in some line-up functions.
3384 * progmodes/cc-align.el (c-lineup-whitesmith-in-block)
3385 (c-lineup-assignments, c-lineup-gcc-asm-reg ): Take position of
3386 point at column 0 rather than at a random place in the line.
3387
3388 2013-03-05 Michael Albinus <michael.albinus@gmx.de>
3389
3390 * net/tramp-compat.el (tramp-compat-delete-directory):
3391 Implement TRASH argument.
3392
3393 2013-03-05 Dmitry Gutov <dgutov@yandex.ru>
3394
3395 Keep pre-existing highlighting in completion candidates (Bug#13250).
3396 * minibuffer.el (completions-first-difference): State that the
3397 face is "added" in the docstring.
3398 (completions-common-part): Same. And don't inherit from default.
3399 (completion-hilit-commonality): Prepend 'completions-common-part
3400 and 'completion-first-difference faces to the 'face property,
3401 instead of replacing the value(s).
3402 (completion--insert-strings): Same with 'completions-annotations face.
3403 (completion-hilit-commonality): Use 'face instead of
3404 'font-lock-face, because it gets priority if the completion
3405 strings already have 'face set.
3406
3407 2013-03-04 Alan Mackenzie <acm@muc.de>
3408
3409 Replace `last-command-event' by `last-command-char' in XEmacs.
3410 * progmodes/cc-defs.el (c-last-command-char): New macro.
3411 * progmodes/cc-align.el (c-semi&comma-inside-parenlist)
3412 (c-semi&comma-no-newlines-before-nonblanks)
3413 (c-semi&comma-no-newlines-for-oneline-inliners): Use the new macro
3414 in place of `last-command-event'.
3415 * progmodes/cc-cmds.el (c-electric-pound, c-electric-brace)
3416 (c-electric-slash, c-electric-semi&comma, c-electric-lt-gt)
3417 (c-electric-paren, c-electric-continued-statement): Use the new
3418 macro in place of `last-command-event'.
3419
3420 2013-03-04 Glenn Morris <rgm@gnu.org>
3421
3422 * files.el (inhibit-local-variables-regexps):
3423 Add .diff and .patch. (Bug#13862)
3424
3425 2013-03-03 Michael Albinus <michael.albinus@gmx.de>
3426
3427 * net/tramp-adb.el (tramp-adb-maybe-open-connection): Cache,
3428 whether the "su" command is available on the device.
3429
3430 2013-03-01 Michael Albinus <michael.albinus@gmx.de>
3431
3432 * net/tramp-adb.el (tramp-adb-prompt): Extend regexp.
3433 (tramp-adb-handle-process-file): Remove superfluous setting.
3434 (tramp-adb-command-exit-status): Handle case that COMMAND is nil.
3435 (tramp-adb-barf-unless-okay): Use `tramp-adb-command-exit-status'.
3436 (tramp-adb-maybe-open-connection): Apply "su" if user is defined.
3437
3438 2013-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
3439
3440 * textmodes/ispell.el: Fix nitpicks and byte-compiler warnings.
3441 (ispell-print-if-debug): Build `format' in. Avoid end-of-buffer.
3442 (ispell-parse-hunspell-affix-file): Avoid beginning-of-buffer.
3443 Use dict-key rather than dict-name for the error message.
3444
3445 2013-03-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3446
3447 * net/net-utils.el (net-utils-run-simple): Don't display-buffer
3448 when reverting (bug#13831).
3449
3450 2013-03-01 Agustín Martín Domingo <agustin.martin@hispalinux.es>
3451
3452 * textmodes/ispell.el (ispell-find-hunspell-dictionaries):
3453 Always expand affix-file before storing to protect against changed
3454 `default-directory'.
3455 (ispell-print-if-debug): Make sure message is printed at the end
3456 of the debug buffer.
3457
3458 2013-03-01 Michael Albinus <michael.albinus@gmx.de>
3459
3460 * net/tramp.el (tramp-obsolete-methods): New defconst.
3461 (tramp-warned-obsolete-methods): New defvar.
3462 (tramp-find-method): Check for obsolete methods. Map them to a
3463 replacement method if appropriate.
3464
3465 * net/tramp-sh.el (tramp-methods) [scp1, scp2, ssh1, ssh2, plink1]:
3466 Remove methods.
3467 (top): Remove completion functions for "scp1", "scp2", "ssh1",
3468 "ssh2" and "plink1".
3469
3470 2013-02-28 Dale Sedivec <dale@codefu.org>
3471
3472 * textmodes/sgml-mode.el (sgml-syntax-propertize-function):
3473 Return valid syntax-table property value when converting
3474 quotes within text from string syntax to punctuation syntax (bug#13844).
3475
3476 2013-02-28 Juri Linkov <juri@jurta.org>
3477
3478 * dired-aux.el (dired-diff): If file at point is a backup file,
3479 use its original as the default value, and reverse the order
3480 of arguments to the `diff' call. Doc fix. (Bug#13772)
3481
3482 2013-02-28 Michael Albinus <michael.albinus@gmx.de>
3483
3484 * net/tramp-adb.el (tramp-adb-sdk-dir): Remove. Replaced by ...
3485 (tramp-adb-program): New defcustom. Remove function. Adapt calls.
3486
3487 2013-02-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
3488
3489 Initial support for hunspell dictionaries auto-detection (Bug#13639)
3490
3491 * textmodes/ispell.el (ispell-find-hunspell-dictionaries):
3492 Ask hunspell about available and default dictionaries.
3493 (ispell-parse-hunspell-affix-file): Extract relevant info from
3494 hunspell affix file.
3495 (ispell-hunspell-fill-dictionary-entry): Fill non-initialized
3496 `ispell-dictionary-alist' entry for given dictionary after info
3497 provided by `ispell-parse-hunspell-affix-file'.
3498 (ispell-hunspell-dict-paths-alist): New defvar to contain an alist
3499 of parsed hunspell dicts and associated affix files.
3500 (ispell-hunspell-dictionary-alist): New defvar to contain an alist
3501 of parsed hunspell dicts and associated parameters.
3502 (ispell-set-spellchecker-params):
3503 Call `ispell-find-hunspell-dictionaries' if hunspell and not
3504 previously done.
3505 (ispell-start-process):
3506 Call `ispell-hunspell-fill-dictionary-entry' for current
3507 dictionary if it is not initialized.
3508
3509 2013-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
3510
3511 * imenu.el: Comment nitpicks.
3512
3513 2013-02-28 Sam Steingold <sds@gnu.org>
3514
3515 * vc/diff-mode.el (diff-hunk-file-names): Handle filenames with spaces.
3516 See <http://stackoverflow.com/questions/14720205>.
3517
3518 2013-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3519
3520 * net/net-utils.el (net-utils--revert-function): New fun (bug#13831).
3521 (net-utils-mode): Use it.
3522 (net-utils--revert-cmd): New var.
3523 (net-utils-run-simple): Set it, and remove bogus interactive spec.
3524 (traceroute): Use net-utils-run-simple.
3525
3526 2013-02-28 Glenn Morris <rgm@gnu.org>
3527
3528 * textmodes/paragraphs.el (mark-paragraph): Doc fix.
3529
3530 2013-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
3531
3532 * doc-view.el: Preserve h&v scroll across C-c C-c C-c C-c.
3533 (doc-view-fallback-mode): Remove overlays here.
3534 (doc-view-toggle-display): Instead of here. Don't throw away
3535 image-mode-winprops-alist.
3536 (doc-view-goto-page): Don't mess with hscroll.
3537
3538 2013-02-27 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3539
3540 * font-lock.el (lisp-font-lock-keywords-2): Fix highlighting of
3541 &optional (bug#13819).
3542
3543 2013-02-27 Michael Albinus <michael.albinus@gmx.de>
3544
3545 * net/tramp-adb.el (tramp-adb-parse-device-names)
3546 (tramp-adb-maybe-open-connection): Add timeouts. (Bug#13299)
3547
3548 2013-02-26 Michael Albinus <michael.albinus@gmx.de>
3549
3550 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
3551 Add "2>/dev/null" to the ls command, in case "en_US.utf8" is not
3552 defined. POSIX environments fall back to the "C" locale then and
3553 emit a warning, which shall be suppressed.
3554
3555 2013-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
3556
3557 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode): Tweak logic.
3558 (easy-mmode-set-keymap-parents): Use make-composed-keymap.
3559
3560 2013-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
3561
3562 * emacs-lisp/bytecomp.el (byte-compile-file): Use let.
3563
3564 2013-02-25 Juri Linkov <juri@jurta.org>
3565
3566 * replace.el (read-regexp): Let-bind `default' to the first
3567 element of `defaults' if it's a list, otherwise it should be
3568 a string or nil. Let-bind `suggestions' to `defaults' if it's
3569 a list, otherwise make a list with the string value. Doc fix.
3570 (Bug#13805)
3571
3572 2013-02-25 Eli Zaretskii <eliz@gnu.org>
3573
3574 * emacs-lisp/bytecomp.el (byte-recompile-directory): Reject files
3575 that match "\`\.#", to avoid compiling lock files, even if they
3576 are readable (as they are on MS-Windows).
3577
3578 2013-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
3579
3580 * files.el (basic-save-buffer): Remove redundant directory-creation.
3581
3582 2013-02-24 Jay Belanger <jay.p.belanger@gmail.com>
3583
3584 * calc/calc-ext.el (math-to-radians-2, math-from-radians-2):
3585 Add option to force `pi' to remain symbolic.
3586 * calc/calcalg2.el (calcFunc-sin, calcFunc-cos, calcFunc-tan)
3587 (calcFunc-cot, calcFunc-csc, calcFunc-sec, calcFunc-arcsin)
3588 (calcFunc-arccos, calcFunc-arctan): Use symbolic `pi' in the
3589 derivatives, when necessary.
3590
3591 2013-02-23 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
3592
3593 * progmodes/ps-mode.el (ps-mode-version): Bump to 1.1i.
3594 (ps-mode-octal-region): Use string-make-unibyte.
3595
3596 2013-02-23 Glenn Morris <rgm@gnu.org>
3597
3598 * emulation/viper-cmd.el (viper-submit-report):
3599 * progmodes/ps-mode.el (ps-mode-maintainer-address):
3600 * progmodes/vera-mode.el (vera-mode-help-address):
3601 * textmodes/artist.el (artist-maintainer-address):
3602 * textmodes/reftex.el (reftex-report-bug):
3603 * vc/ediff-util.el (ediff-submit-report):
3604 Add bug-gnu-emacs to bug report address.
3605
3606 * progmodes/simula.el (simula-mode-menu, simula-mode-map):
3607 Remove bug report entries.
3608 (simula-mode-help-address, simula-submit-bug-report): Make obsolete.
3609
3610 * emacs-lisp/bytecomp.el (byte-compile-level): New.
3611 (byte-compile-file, byte-compile-from-buffer):
3612 Use separate input/output buffers for each level of recursive
3613 byte-compile-file calls. (Bug#13787)
3614
3615 2013-02-23 Michael Albinus <michael.albinus@gmx.de>
3616
3617 * net/tramp.el (tramp-methods): Fix docstring.
3618 (tramp-ssh-controlmaster-options): Rename it from
3619 `tramp-ssh-controlmaster-template'. Return a string.
3620 (tramp-default-method): Adapt check for
3621 `tramp-ssh-controlmaster-options'.
3622
3623 * net/tramp-sh.el (tramp-methods):
3624 Replace `tramp-ssh-controlmaster-template' by "%c".
3625 (tramp-do-copy-or-rename-file-out-of-band)
3626 (tramp-maybe-open-connection): Use it in format spec. Ensure,
3627 that it is applied for the first hop only.
3628
3629 2013-02-22 Juri Linkov <juri@jurta.org>
3630
3631 * isearch.el (isearch-lazy-highlight-new-loop):
3632 Set `isearch-lazy-highlight-start' and `isearch-lazy-highlight-end'
3633 to `isearch-other-end' if it is not nil. (Bug#13402)
3634
3635 * replace.el (replace-highlight): Let-bind `isearch-other-end'
3636 to `match-beg'.
3637
3638 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
3639 Let-bind `isearch-other-end' to `start', `isearch-forward' to t
3640 and `isearch-error' to nil.
3641
3642 2013-03-16 Fabián Ezequiel Gallina <fgallina@cuca>
3643
3644 * progmodes/python.el (python-info-current-defun):
3645 Enhance match-data cluttering prevention.
3646
3647 2013-02-22 Michael Albinus <michael.albinus@gmx.de>
3648
3649 * net/tramp.el (tramp-tramp-file-p): Fix docstring.
3650
3651 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
3652 Handle multibyte file names.
3653
3654 2013-02-22 Glenn Morris <rgm@gnu.org>
3655
3656 * textmodes/sgml-mode.el (sgml-xml-mode): Move before use.
3657 (sgml-transformation-function): Give it a :set function.
3658 (sgml-tag): Doc fix.
3659
3660 * cmuscheme.el (scheme-buffer):
3661 * progmodes/inf-lisp.el (inferior-lisp-buffer):
3662 * progmodes/tcl.el (inferior-tcl-buffer):
3663 * textmodes/tex-mode.el (tex-command): Doc fixes.
3664
3665 * image-mode.el (image-mode): Add mouse bindings for mode-line-process.
3666
3667 * htmlfontify.el (hfy-default-header): Encode title string. (Bug#7457)
3668
3669 2013-02-21 Bastien Guerry <bzg@gnu.org>
3670
3671 * cmuscheme.el (scheme-buffer): Fix docstring. (Bug#13778)
3672
3673 2013-02-21 Fabián Ezequiel Gallina <fgallina@cuca>
3674
3675 * progmodes/python.el (python-info-current-defun):
3676 Enhance match-data cluttering prevention.
3677
3678 2013-02-21 Glenn Morris <rgm@gnu.org>
3679
3680 * net/tramp.el (tramp-get-debug-buffer): Ensure outline.el is not
3681 loaded while outline-regexp is let bound. (Bug#9584)
3682
3683 2013-02-21 Fabián Ezequiel Gallina <fgallina@cuca>
3684
3685 * progmodes/python.el (python-info-current-defun): Fix failed
3686 defun name retrieval because of unwanted match-data cluttering.
3687
3688 2013-02-21 Michael Albinus <michael.albinus@gmx.de>
3689
3690 * net/tramp.el (tramp-ssh-controlmaster-template): Make it a
3691 defconst. Apply independent check for ControlPersist.
3692
3693 * net/tramp-sh.el (tramp-sh-handle-set-file-times): Set $UTC only
3694 temporarily, via "env".
3695
3696 2013-02-21 Glenn Morris <rgm@gnu.org>
3697
3698 * info.el (Info-enable-edit): Remove.
3699 (Info-edit): Disable it rather than using Info-enable.
3700 (Info-edit-mode-hook, Info-edit-map, Info-edit-mode, Info-edit)
3701 (Info-cease-edit): Make editing of Info files obsolete.
3702
3703 * informat.el (Info-tagify):
3704 Handle buffers not visiting files. (Bug#13763)
3705
3706 2013-02-21 Juanma Barranquero <lekktu@gmail.com>
3707
3708 * calc/calc-graph.el (calc-graph-show-dumb): Fix typo.
3709
3710 2013-02-21 Glenn Morris <rgm@gnu.org>
3711
3712 * files.el (basic-save-buffer): Move check for existing parent
3713 directory after hooks. (Bug#13773)
3714
3715 2013-02-20 Stefan Monnier <monnier@iro.umontreal.ca>
3716
3717 * simple.el (command-execute): Move from C. Add obsolete check.
3718 (extended-command-history): Move from C.
3719
3720 2013-02-20 Ulrich Müller <ulm@gentoo.org>
3721
3722 * jka-cmpr-hook.el (jka-compr-compression-info-list)
3723 (jka-compr-mode-alist-additions): Handle .txz suffix for
3724 XZ-compressed tar archives (bug#13770).
3725
3726 2013-02-20 Bastien Guerry <bzg@gnu.org>
3727
3728 * outline.el (outline-regexp, outline-heading-end-regexp):
3729 Make variables, not options (bug#13731).
3730
3731 2013-02-20 Glenn Morris <rgm@gnu.org>
3732
3733 * image.el (image-current-frame): Change from variable to function.
3734 (image-show-frame): Rename from image-nth-frame. Update callers.
3735 * image-mode.el (image-multi-frame): New variable.
3736 (image-mode-map, image-mode, image-goto-frame):
3737 Use image-multi-frame rather than image-current-frame.
3738 (image-mode, image-goto-frame): Use image-current-frame as
3739 function rather than as variable.
3740
3741 * emacs-lisp/cl-lib.el (cl-floatp-safe): Make it an alias for floatp.
3742 * emacs-lisp/cl-macs.el (cl--make-type-test)
3743 (cl--compiler-macro-assoc): Use floatp rather than cl-floatp-safe.
3744
3745 2013-02-19 Michael Albinus <michael.albinus@gmx.de>
3746
3747 * net/tramp-cache.el (tramp-get-hash-table): New defun.
3748 (tramp-get-file-property, tramp-set-file-property)
3749 (tramp-get-connection-property, tramp-set-connection-property): Use it.
3750 (tramp-flush-file-property, tramp-flush-directory-property):
3751 Rename argument to KEY.
3752 (tramp-flush-connection-property): Simplify a little bit.
3753 (tramp-connection-property-p): New defun.
3754 (top): Reapply saved values only if there isn't a corresponding
3755 entry in `tramp-connection-properties'.
3756
3757 2013-02-19 Fabián Ezequiel Gallina <fgallina@cuca>
3758
3759 * progmodes/python.el (python-indent-context):
3760 Fix python-info-line-ends-backslash-p call.
3761 (python-info-line-ends-backslash-p)
3762 (python-info-beginning-of-backslash): Respect line-number argument.
3763 (python-info-current-line-comment-p):
3764 Fix behavior when not at beginning-of-line.
3765 (python-util-position): Remove function.
3766 (python-util-goto-line): New function.
3767
3768 2013-02-19 Michael Albinus <michael.albinus@gmx.de>
3769
3770 * eshell/em-unix.el (eshell/su): Require tramp.
3771 (eshell/sudo): Require tramp. Remove now unnecessary check.
3772
3773 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Let-bind
3774 `tramp-current-connection' in order to avoid an error when several
3775 commands are invoked in a short time in eshell and friends.
3776
3777 2013-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
3778
3779 Cleanup some of EIEIO's namespace.
3780 * emacs-lisp/eieio.el (eieio--define-field-accessors): New macro.
3781 Use it to define all the class-* and object-* field accessors (renamed
3782 to eieio--class-* and eieio--object-*). Update all uses.
3783 (eieio--class-num-slots, eieio--object-num-slots): Rename from
3784 class-num-slots and object-num-slots.
3785 (eieio--check-type): New macro.
3786 (eieio-defclass, eieio-oref, eieio-oref-default, same-class-p)
3787 (object-of-class-p, child-of-class-p, object-slots, class-slot-initarg)
3788 (eieio-oset, eieio-oset-default, object-assoc, object-assoc-list)
3789 (object-assoc-list-safe): Use it.
3790 (eieio-defclass): Tighten regexp.
3791 (eieio--defmethod): Use `memq'. Signal an error for unknown method kind.
3792 Remove unreachable code.
3793 (object-class-fast): Declare obsolete.
3794 (eieio-class-name, eieio-object-name, eieio-object-set-name-string)
3795 (eieio-object-class, eieio-object-class-name, eieio-class-parents)
3796 (eieio-class-children, eieio-class-precedence-list, eieio-class-parent):
3797 Rename from class-name, object-name, object-set-name-string,
3798 object-class, object-class-name, class-parents, class-children,
3799 class-precedence-list, class-parent; with obsolete alias.
3800 (class-of, class-direct-superclasses, class-direct-subclasses):
3801 Declare obsolete.
3802 (eieio-defmethod): Use `memq'; remove unreachable code.
3803 * emacs-lisp/eieio-base.el (eieio-persistent-read):
3804 * emacs-lisp/eieio-opt.el (eieio-class-button, eieio-describe-generic)
3805 (eieio-browse-tree, eieio-browse): Use eieio--check-type.
3806
3807 2013-02-18 Aidan Gauland <aidalgol@no8wireless.co.nz>
3808
3809 * eshell/em-cmpl.el: Correct "context-related help" keybinding in
3810 commentary.
3811
3812 2013-02-18 Michael Heerdegen <michael_heerdegen@web.de>
3813
3814 * emacs-lisp/eldoc.el (eldoc-highlight-function-argument):
3815 Use font-lock-keyword-face for macros and special forms (bug#8345).
3816
3817 2013-02-17 Didier Verna <didier@didierverna.net>
3818
3819 * net/network-stream.el (network-stream-open-starttls):
3820 Check that response to the starttls-command is non-nil. (Bug#13706)
3821
3822 2013-02-17 Stefan Monnier <monnier@iro.umontreal.ca>
3823
3824 * font-lock.el (lisp-font-lock-keywords-1, lisp-font-lock-keywords-2):
3825 Don't assume all identifier chars have syntax word.
3826 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
3827 Remove bar-not-symbol. Adjust callers.
3828 (lisp-mode-variables): Don't set a font-lock-syntax-table.
3829
3830 2013-02-17 Leo Liu <sdl.web@gmail.com>
3831
3832 * net/rcirc.el (rcirc-keepalive): Fix invalid timer error.
3833
3834 2013-02-17 Glenn Morris <rgm@gnu.org>
3835
3836 * menu-bar.el (menu-bar-tools-menu): Fix case of EDE entry.
3837
3838 * image-mode.el (image-mode-map): Add image-dired menu entry.
3839
3840 * image-dired.el (tumme): Make this alias obsolete.
3841
3842 2013-02-16 Glenn Morris <rgm@gnu.org>
3843
3844 * image.el (image-animated-types): Remove.
3845 (image-multi-frame-p): Rename from image-animated-p, and generalize.
3846 (image-animated-p): Make obsolete alias.
3847 (image-animate, image-nth-frame, image-animate-timeout):
3848 Use image-multi-frame-p.
3849 (image-animate-timeout): If no delay, use image-default-frame-delay.
3850 * image-mode.el (image-mode, image-toggle-animation):
3851 Use image-multi-frame-p. (Bug#763, bug#10739)
3852 (image-mode): Adjust startup message for a multi-frame image.
3853
3854 * image-mode.el (image-mode-map): Give it a menu.
3855
3856 2013-02-16 Michael Albinus <michael.albinus@gmx.de>
3857
3858 * net/tramp-cache.el (tramp-connection-properties): New customer
3859 option.
3860 (tramp-get-connection-property): Use it.
3861
3862 * net/tramp-compat.el (top): Require 'trampver.
3863
3864 * net/tramp-sh.el (tramp-remote-process-environment):
3865 Set tramp-autoload cookie.
3866
3867 2013-02-16 Kevin Ryde <user42@zip.com.au>
3868
3869 * info-look.el (info-lookup-select-mode): If major-mode has no
3870 info-lookup-alist entry then search up derived-mode-parent (bug#8660).
3871
3872 2013-02-16 Jambunathan K <kjambunathan@gmail.com>
3873
3874 * replace.el (read-regexp): Tighten the regexp that matches tag.
3875 When tag is retrieved with `find-tag-default', use regexp that
3876 matches tag at point. Also update docstring (Bug#13687).
3877
3878 2013-02-16 Eli Zaretskii <eliz@gnu.org>
3879
3880 * autorevert.el (auto-revert-notify-add-watch): With 'w32notify',
3881 add watch for the file, not its parent directory, since w32notify
3882 sets up the watch for the directory internally. (Bug#13725)
3883
3884 2013-02-16 Glenn Morris <rgm@gnu.org>
3885
3886 * image.el (image-default-frame-delay): New variable.
3887 (image-animated-p): Use image-default-frame-delay.
3888 (image-minimum-frame-delay): New constant.
3889 (image-animate-timeout): Use image-minimum-frame-delay.
3890
3891 * image.el (image-nth-frame): New, split from image-animate-timeout.
3892 (image-animate-timeout): Use image-nth-frame.
3893 * image-mode.el (image-goto-frame, image-next-frame)
3894 (image-previous-frame): New commands.
3895 (image-mode-map): Add new frame commands.
3896
3897 2013-02-16 Jonas Bernoulli <jonas@bernoul.li>
3898
3899 * emacs-lisp/tabulated-list.el (tabulated-list-print-col):
3900 If col-desc already has help-echo, use it. (Bug#13563)
3901
3902 2013-02-16 Glenn Morris <rgm@gnu.org>
3903
3904 * image.el (image-current-frame): New variable.
3905 (image-animate-timeout): Set image-current-frame.
3906 * image-mode.el (image-mode): For animated images,
3907 display a frame counter via mode-line-process.
3908
3909 * font-lock.el (lisp-font-lock-keywords-1): Add defvar-local.
3910
3911 2013-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
3912
3913 * simple.el (eval-expression): Let `exp' set the mark (bug#13724).
3914
3915 2013-02-15 Alan Mackenzie <acm@muc.de>
3916
3917 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode): When a
3918 global minor mode has been enabled, call the minor mode function
3919 for a new buffer once only, after the major mode hook, whilst
3920 allowing that hook explicitly to disable the minor mode.
3921 (MODE-disable-in-buffer): New (generated) function.
3922 (disable-MODE): New (generated) buffer local variable.
3923
3924 2013-02-15 Jambunathan K <kjambunathan@gmail.com>
3925
3926 * iswitchb.el (iswitchb-read-buffer): Bind `C-.' and `C-,' to
3927 `iswitchb-next-match' and `iswitchb-prev-match' resply.
3928 * ido.el (ido-init-completion-maps): Bind `C-.' and `C-,' to
3929 `ido-next-match' and `ido-prev-match' resply.
3930 * icomplete.el (icomplete-minibuffer-map): Unbind `C-s' and `C-r'.
3931 Bind `C-.' and `C-,' to `icomplete-forward-completions' and
3932 `icomplete-backward-completions' (Bug#13708).
3933
3934 2013-02-15 Glenn Morris <rgm@gnu.org>
3935
3936 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
3937
3938 2013-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
3939
3940 * net/goto-addr.el (goto-address-fontify): Add start and end args.
3941 (goto-address-fontify-region): Use them instead of narrowing, so
3942 syntax-ppss has access to the whole buffer.
3943
3944 2013-02-15 Fabián Ezequiel Gallina <fgallina@cuca>
3945
3946 * progmodes/python.el: Explain how to restore "cc-mode"-like
3947 forward-sexp movement in header documentation (Bug#13642).
3948 (python-nav--forward-sexp): Behave like emacs-lisp-mode in
3949 comments and strings (GH bug 114).
3950
3951 2013-02-15 Fabián Ezequiel Gallina <fgallina@cuca>
3952
3953 * progmodes/python.el (python-info-current-defun): Fix current
3954 defun detection (Bug#13618).
3955
3956 2013-02-15 Chong Yidong <cyd@gnu.org>
3957
3958 * xml.el (xml-parse-string): Fix typo in handling of bad character
3959 references.
3960
3961 2013-02-15 Glenn Morris <rgm@gnu.org>
3962
3963 * play/fortune.el (fortune-compile): Simplify and fix previous change.
3964
3965 2013-02-14 Michael Albinus <michael.albinus@gmx.de>
3966
3967 * net/tramp.el (tramp-debug-message):
3968 Add `tramp-condition-case-unless-debug'.
3969 (tramp-debug-on-error): New defvar.
3970 (tramp-condition-case-unless-debug): New defun.
3971 (tramp-file-name-handler): Use it.
3972
3973 2013-02-14 Juri Linkov <juri@jurta.org>
3974
3975 * info.el (Info-isearch-filter): Treat non-nil values of
3976 `search-invisible' including its default value `open'
3977 like the value `t' to match hidden text. (Bug#13402)
3978
3979 2013-02-14 Glenn Morris <rgm@gnu.org>
3980
3981 * help-fns.el (find-lisp-object-file-name): Give special treatment
3982 to all ~/.foo.elc files, not just ~/.emacs. (Bug#9007)
3983
3984 2013-02-14 David Biesack <sasdjb@d72933.na.sas.com> (tiny change)
3985
3986 * net/quickurl.el (quickurl-save-urls):
3987 Ensure quickurl-urls is not truncated on printing. (Bug#9276)
3988
3989 2013-02-14 Dmitry Gutov <dgutov@yandex.ru>
3990
3991 * progmodes/ruby-mode.el (ruby-parse-partial): Don't increase
3992 depth for unfinished percent literal. Not using it in the caller.
3993 (ruby-move-to-block): Jump over multiline literals of all types,
3994 ignoring code-looking contents inside them.
3995 (ruby-add-log-current-method): Improve performance at the expense
3996 of accuracy. `ruby-block-contains-point' is relatively slow, so
3997 only use it for method and singleton class blocks.
3998
3999 2013-02-13 Michael Albinus <michael.albinus@gmx.de>
4000
4001 Use ControlMaster where applicable. (Bug#13677)
4002
4003 * net/tramp.el (tramp-ssh-controlmaster-template): New defvar,
4004 replacing `tramp-detect-ssh-controlmaster'.
4005 (tramp-default-method): Use it.
4006
4007 * net/tramp-sh.el (tramp-methods) [scp, scp1, scp2, scpx, sftp]:
4008 [rsync, ssh, ssh1, ssh2, sshx]: Add ControlPath and ControlMaster
4009 arguments.
4010 [scpc, rsyncc]: Remove methods.
4011 (top): Remove completion functions for "scpc", "rsyncc", "ssh1_old"
4012 and "ssh2_old".
4013 (tramp-do-copy-or-rename-file-out-of-band): Change trace level.
4014 (tramp-maybe-open-connection): Reuse tmpfile for ControlPath.
4015
4016 2013-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
4017
4018 * emacs-lisp/package.el (package--initialized): Move before first use.
4019
4020 2013-02-13 Jambunathan K <kjambunathan@gmail.com>
4021
4022 * icomplete.el (icomplete-hide-common-prefix): New user option.
4023 (icomplete-first-match): New face.
4024 (icomplete-completions): Correct handling of "complete but not
4025 unique" (Bug#12638).
4026
4027 2013-02-13 YE Qianchuan <stool.ye@gmail.com> (tiny change)
4028
4029 * descr-text.el (describe-char): Display the script (bug#13698).
4030
4031 2013-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
4032
4033 * tmm.el: Use lexical-binding and current-active-maps.
4034 (tmm-menubar): Use map-keymap and pcase.
4035 (tmm--completion-table): New function.
4036 (tmm-prompt): Use it to fix the menu order.
4037 (tmm-get-keybind): Use current-active-maps.
4038
4039 2013-02-12 Christopher Schmidt <christopher@ch.ristopher.com>
4040
4041 Add dired-hide-details-mode. (Bug#6799)
4042
4043 * locate.el (locate-mode): Set parent mode property to dired-mode.
4044
4045 * find-dired.el (find-dired): Call dired-insert-set-properties on
4046 initial information line. Set process mark on end of buffer.
4047 (find-dired-sentinel):
4048 Call dired-insert-set-properties on summary.
4049
4050 * dired.el (dired-hide-details-hide-symlink-targets)
4051 (dired-hide-details-hide-information-lines): New options.
4052 (dired-insert-directory):
4053 Set properties after final treatment of output.
4054 (dired-insert-set-properties):
4055 Set dired-hide-details-* properties.
4056 (dired-mode-map): Bind dired-hide-details-mode.
4057 (dired-mode): Set buffer-invisibility-spec to a list.
4058 (dired-next-line): Skip hidden lines.
4059 (dired-previous-line): Use dired-next-line.
4060 (dired-hide-details-mode): New minor mode.
4061 (dired-hide-details-update-invisibility-spec): New function.
4062
4063 2013-02-13 Glenn Morris <rgm@gnu.org>
4064
4065 * play/yow.el: Move to obsolete/. (Bug#9384)
4066
4067 2013-02-13 Juri Linkov <juri@jurta.org>
4068
4069 * vc/ediff-util.el (ediff-recenter): Use `select-frame-set-input-focus'
4070 to select `ediff-control-frame' and set input focus correctly on Xfce.
4071 (Bug#12218)
4072
4073 2013-02-13 Juri Linkov <juri@jurta.org>
4074
4075 * image-mode.el (image-mode-map):
4076 * doc-view.el (doc-view-mode-map):
4077 * vc/ediff-util.el (ediff-setup-keymap):
4078 Make S-SPC scroll in the opposite sense to SPC. (Bug#2145)
4079
4080 2013-02-13 Dmitry Gutov <dgutov@yandex.ru>
4081
4082 * progmodes/ruby-mode.el (ruby-move-to-block): Improve
4083 performance. Instead of recalculating indentation fully for each
4084 line, sum up indentation depth based only on visited lines.
4085 (ruby-parse-partial): Increase the depth after "do" even when END
4086 is right after it.
4087 (ruby-parse-partial): When END is in the middle of a percent
4088 literal, increase the depth if the delimiter chars belong to the
4089 paren syntax class.
4090
4091 2013-02-13 Kirill A. Korinskiy <catap@catap.ru>
4092
4093 * play/fortune.el (fortune-compile): Also make the compiled file
4094 if it does not exist at all, not just if it is old. (Bug#5338)
4095
4096 2013-02-13 Glenn Morris <rgm@gnu.org>
4097
4098 * emacs-lisp/package.el (package-menu-execute): Doc fix.
4099
4100 2013-02-13 Yves Baumes <ybaumes@gmail.com> (tiny change)
4101
4102 * lisp/emacs-lisp/package.el (package-menu-execute):
4103 Add optional noquery argument. (Bug#13625)
4104
4105 2013-02-13 Michael Albinus <michael.albinus@gmx.de>
4106
4107 * net/ange-ftp.el (ange-ftp-make-directory): Don't raise an error,
4108 if DIR exists and PARENTS is non-nil.
4109
4110 2013-02-13 Juanma Barranquero <lekktu@gmail.com>
4111
4112 * progmodes/js.el (js--multi-line-declaration-indentation):
4113 Silence byte-compiler warning.
4114
4115 2013-02-12 Michael Albinus <michael.albinus@gmx.de>
4116
4117 * net/tramp-adb.el (tramp-adb-handle-start-file-process): Rewrite.
4118
4119 * net/tramp-compat.el (top): Declare `remote-file-name-inhibit-cache'
4120 only if it doesn't exist.
4121
4122 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
4123 Set process marker.
4124
4125 2013-02-12 Tassilo Horn <tsdh@gnu.org>
4126
4127 * doc-view.el (doc-view-odf->pdf-converter-soffice): Use separate
4128 UserInstallation when calling soffice to work around LibreOffice
4129 bug 37531.
4130
4131 2013-02-12 Glenn Morris <rgm@gnu.org>
4132
4133 * files.el (basic-save-buffer):
4134 Offer to create a non-existing directory. (Bug#3016)
4135
4136 * calc/calc-graph.el (calc-graph-show-dumb):
4137 * calendar/calendar.el (calendar-mode-map):
4138 * cus-edit.el (custom-mode-map):
4139 * ehelp.el (electric-help-map):
4140 * emulation/vip.el (vip-mode-map):
4141 * epa.el (epa-key-list-mode-map):
4142 * info.el (Info-mode-map):
4143 * mail/rmail.el (rmail-mode-map):
4144 * mail/rmailsum.el (rmail-summary-mode-map):
4145 * man.el (Man-mode-map):
4146 * net/newst-plainview.el (newsticker-mode-map):
4147 * progmodes/cpp.el (cpp-edit-mode-map):
4148 * progmodes/grep.el (grep-mode-map):
4149 * progmodes/idlw-help.el (idlwave-help-mode-map):
4150 * simple.el (special-mode-map):
4151 * startup.el (splash-screen-keymap):
4152 * view.el (view-mode-map):
4153 Make S-SPC scroll in the opposite sense to SPC. (Bug#2145)
4154
4155 2013-02-11 Elias Pipping <pipping@lavabit.com>
4156
4157 * doc-view.el (doc-view-current-cache-dir): Beware % escapes
4158 (bug#13679).
4159
4160 2013-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
4161
4162 * cus-start.el (all): Remove inhibit-local-menu-bar-menus.
4163
4164 2013-02-11 Glenn Morris <rgm@gnu.org>
4165
4166 * vc/diff.el (diff-use-labels): New variable.
4167 (diff-no-select): Use --label rather than -L, and first
4168 check that it is supported. (Bug#11067)
4169
4170 * files.el (enable-dir-local-variables): New variable.
4171 (hack-dir-local-variables): Respect enable-dir-local-variables.
4172 * tutorial.el (help-with-tutorial):
4173 Ignore directory-local variables. (Bug#11127)
4174
4175 * vc/vc-svn.el (vc-svn-command): Move --non-interactive from here...
4176 (vc-svn-global-switches): ... to here. (Bug#13513)
4177
4178 2013-02-10 Christopher Schmidt <christopher@ch.ristopher.com>
4179
4180 * minibuf-eldef.el (minibuffer-default--in-prompt-regexps):
4181 Handle "foo (bar, default: xxx): " prompts.
4182
4183 2013-02-10 Chong Yidong <cyd@gnu.org>
4184
4185 * files.el (basic-save-buffer-1): Do not set
4186 buffer-file-coding-system-explicit (Bug#4533).
4187
4188 * mail/emacsbug.el (report-emacs-bug): Change binding of
4189 report-emacs-bug-insert-to-mailer to C-c M-i (Bug#13510).
4190
4191 2013-02-09 Jay Belanger <jay.p.belanger@gmail.com>
4192
4193 * calc/calc.el (calc-allow-units-as-numbers): New variable.
4194 * calc/calc-units.el (calc-convert-units): Use new variable.
4195
4196 2013-02-09 Eli Zaretskii <eliz@gnu.org>
4197
4198 * subr.el (buffer-file-type, default-buffer-file-type): Remove.
4199
4200 * net/ange-ftp.el (ange-ftp-insert-file-contents): Don't reference
4201 buffer-file-type.
4202
4203 * mail/feedmail.el (feedmail-force-binary-write): Doc fix.
4204 (feedmail-run-the-queue, feedmail-dump-message-to-queue)
4205 (feedmail-send-it-immediately): Don't bind buffer-file-type, bind
4206 coding-system-for-write instead.
4207
4208 * jka-compr.el (jka-compr-write-region): Don't bind
4209 buffer-file-type.
4210
4211 * emacs-lisp/bytecomp.el (byte-compile-file): Don't bind
4212 buffer-file-type.
4213
4214 * files.el (file-name-buffer-file-type-alist): Remove defvar.
4215 (insert-file-contents-literally): Remove reference to
4216 file-name-buffer-file-type-alist.
4217
4218 * dos-w32.el (file-name-buffer-file-type-alist): Deprecate and
4219 make-obsolete.
4220 (find-buffer-file-type-match, find-buffer-file-type): Remove.
4221 (find-buffer-file-type-coding-system): Remove references to
4222 find-buffer-file-type-match, find-buffer-file-type, and
4223 buffer-file-type.
4224 Don't put find-buffer-file-type-coding-system into
4225 file-coding-system-alist.
4226 (find-file-binary, find-file-text): Bind coding-system-for-read
4227 instead of file-name-buffer-file-type-alist.
4228
4229 2013-02-09 Jambunathan K <kjambunathan@gmail.com>
4230
4231 * doc-view.el: Use (and prefer) soffice as default ODF->PDF
4232 converter (Bug#13622).
4233 (doc-view-unoconv-program): Make obsolete alias.
4234 (doc-view-odf->pdf-converter-program): New variable.
4235 (doc-view-odf->pdf-converter-function): New variable.
4236 (doc-view-mode-p): Use it.
4237 (doc-view-odf->pdf-converter-unoconv):
4238 Rename from `doc-view-odf->pdf-converter-unoconv'.
4239 (doc-view-odf->pdf-converter-soffice): New function.
4240 (doc-view-convert-current-doc):
4241 Use `doc-view-odf->pdf-converter-function'.
4242
4243 2013-02-09 Chong Yidong <cyd@gnu.org>
4244
4245 * minibuffer.el (minibuffer-inactive-mode-map): Bind mouse-1 to
4246 view-echo-area-messages (Bug#13340).
4247
4248 * help.el (view-echo-area-messages): Use display-buffer.
4249
4250 * dired-x.el (dired-do-run-mail): Prompt for confirmation
4251 (Bug#13561).
4252
4253 2013-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
4254
4255 * emacs-lisp/byte-run.el (eval-when-compile, eval-and-compile):
4256 Eval body right away, now that we do eager macroexpansion (bug#13605).
4257
4258 * simple.el (end-of-buffer): Don't touch unrelated windows (bug#13466).
4259 (fundamental-mode): Use run-mode-hooks.
4260
4261 * eshell/esh-proc.el (eshell/kill): Fix last change.
4262 * eshell/em-ls.el (eshell-ls-dir): Fix use of CL in last change.
4263
4264 2013-02-08 Aidan Gauland <aidalgol@no8wireless.co.nz>
4265
4266 * eshell/esh-proc.el (eshell/kill): Rewrite.
4267
4268 * eshell/em-ls.el (show-almost-all): Declare.
4269 (eshell-do-ls): Add support for -A argument.
4270
4271 2013-02-08 Jambunathan K <kjambunathan@gmail.com>
4272
4273 * icomplete.el (icomplete-forward-completions)
4274 (icomplete-backward-completions): Handle corner case (bug#13602).
4275
4276 2013-02-07 Michael Albinus <michael.albinus@gmx.de>
4277
4278 * vc/vc-hooks.el (vc-find-file-hook): `buffer-file-truename' can
4279 be nil. Handle this. (Bug#13636)
4280
4281 2013-02-07 Richard Stallman <rms@gnu.org>
4282
4283 * mail/rmail.el (rmail-variables): Specify `no-conversion' for
4284 `save-buffer-coding-system'.
4285
4286 2013-02-07 Alan Mackenzie <acm@muc.de>
4287
4288 Fix bug in state cache mechanism. Remove 'BOD "strategy". Refactor.
4289 * progmodes/cc-engine.el (c-get-fallback-scan-pos): Remove.
4290 (c-parse-state-get-strategy): Don't return 'BOD any more.
4291 (c-append-lower-brace-pair-to-state-cache):
4292 Extra parameter HERE instead of narrowing.
4293 Widen to top of buffer before searching backwards for a brace pair.
4294 (c-state-push-any-brace-pair): Add HERE parameter to function call.
4295 (c-append-to-state-cache): Extra parameter HERE in place of narrowing.
4296 Narrow to parameter HERE, in place of being called narrowed.
4297 (c-remove-stale-state-cache): Extra parameter HERE in place of
4298 narrowing. Check there's an open brace in the cache before
4299 searching for its match.
4300 (c-invalidate-state-cache-1): Add HERE parameter to function call.
4301 (c-parse-state-1): Don't narrow here for 'forward strategy,
4302 instead passing extra parameter HERE to several functions.
4303 Remove 'BOD strategy.
4304
4305 2013-02-06 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
4306
4307 * emacs-lisp/package.el (describe-package-1): Tell what archive is
4308 used to install the package.
4309
4310 2013-02-06 Glenn Morris <rgm@gnu.org>
4311
4312 * vc/vc-hooks.el (vc-find-file-hook): Don't ask about following links
4313 if we can't get user input. (Bug#6567)
4314
4315 * startup.el (command-line): If simple.el is missing,
4316 test and warn about for some possible causes.
4317
4318 2013-02-05 Jan Djärv <jan.h.d@swipnet.se>
4319
4320 * cus-start.el (all): Add ns-use-native-fullscreen.
4321
4322 2013-02-05 Glenn Morris <rgm@gnu.org>
4323
4324 * profiler.el (profiler-report-mode-map): Add a restart menu entry.
4325
4326 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
4327 Fix directory creation in fallback case.
4328
4329 2013-02-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4330
4331 * vc/vc.el (vc-next-action): Fix inf-loop (bug#13610).
4332 (vc-update-change-log): Use dolist.
4333
4334 2013-02-04 Chong Yidong <cyd@gnu.org>
4335
4336 * thingatpt.el: Rewrite the URL detection routines, absorbing some
4337 code from ffap.el.
4338 (thing-at-point-beginning-of-url-regexp): New var.
4339 (thing-at-point-uri-schemes): Update list of URI schemes.
4340 (thing-at-point-url-regexp): Variable deleted.
4341 (thing-at-point-markedup-url-regexp): Disallow newlines.
4342 (thing-at-point-newsgroup-regexp)
4343 (thing-at-point-newsgroup-heads)
4344 (thing-at-point-default-mail-uri-scheme): New variables.
4345 (thing-at-point-bounds-of-url-at-point): Rewrite. Use ffap's
4346 method to find the possible bounds of the URI at point.
4347 New optional argument to find ill-formed URIs.
4348 (thing-at-point-url-at-point): Rewrite. New arguments for finding
4349 ill-formed URIs. Use thing-at-point-bounds-of-url-at-point, and
4350 the scheme-adding heuristics from ffap-url-at-point.
4351 (thing-at-point--bounds-of-well-formed-url): New function.
4352 Do parens matching to decide whether to include parens in the URI
4353 (Bug#9153).
4354
4355 * ffap.el: Require thingatpt.
4356 (ffap-url-at-point): Delegate URI detection to thing-at-point.
4357 All URI-valid characters are now recognized (Bug#5673).
4358 (ffap-string-at-point): Use use-region-p.
4359 (ffap-url-regexp): Extra character is handled by thing-at-point.
4360 (ffap-string-at-point-mode-alist): Allow parentheses.
4361 (ffap-newsgroup-regexp, ffap-newsgroup-heads, ffap-newsgroup-p):
4362 Convert to aliases; code moved to thingatpt.el.
4363 (ffap-gnus-hook): Use setq-local.
4364
4365 2013-02-04 Glenn Morris <rgm@gnu.org>
4366
4367 * emacs-lisp/ert.el (ert--explain-format-atom):
4368 Don't try to print non-characters as characters. (Bug#13543)
4369
4370 2013-02-03 Michael Albinus <michael.albinus@gmx.de>
4371
4372 * net/tramp.el (tramp-debug-message): Extend function exclude list.
4373 (tramp-backtrace): New defun.
4374 (tramp-handle-insert-file-contents): Use `visit' when inserting
4375 the local copy.
4376
4377 * net/tramp-sh.el (tramp-sh-handle-set-visited-file-modtime):
4378 Use `remote-file-name-inhibit-cache'.
4379
4380 2013-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
4381
4382 * progmodes/cperl-mode.el (cperl-mode): Avoid byte-compile warning
4383 (bug#13614).
4384
4385 * subr.el (internal--called-interactively-p--get-frame): Avoid filling
4386 current-load-list (bug#13366).
4387
4388 2013-02-02 Christopher Schmidt <christopher@ch.ristopher.com>
4389
4390 * progmodes/compile.el (compilation-error-regexp-alist-alist):
4391 Identify g++ template instantiation trace. (Bug#12287)
4392 (compilation-mode-hook, compilation-start-hook)
4393 (compilation-window-height): Simplify docstrings. (Bug#13379)
4394
4395 2013-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
4396
4397 * mouse.el (mouse-drag-track): Always deactivate the mark before
4398 running the final event's command since that command is in charge of
4399 activating the mark if needed (bug#13523).
4400
4401 2013-02-02 Juri Linkov <juri@jurta.org>
4402
4403 * replace.el (perform-replace): Move let-bindings of isearch-*
4404 variables deeper to the loop that searches for the next match.
4405 Add bindings for `isearch-nonincremental' and `isearch-adjusted'.
4406 Use `isearch-search-fun-default' instead of `isearch-search-fun'.
4407 (Bug#13579)
4408
4409 * isearch.el (isearch-search-fun-default): Check for null
4410 first element of isearch-cmds as a precaution when it's used
4411 with inactive isearch.
4412
4413 2013-02-02 Andrew W. Nosenko <andrew.w.nosenko@gmail.com> (tiny change)
4414
4415 * net/tramp.el (tramp-check-for-regexp): Avoid "Args out of range"
4416 error when buffer in question is narrowed so position 1 is out of
4417 visible part.
4418
4419 2013-02-02 Glenn Morris <rgm@gnu.org>
4420
4421 * textmodes/remember.el (remember-clipboard): Doc fix.
4422
4423 2013-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
4424
4425 * progmodes/make-mode.el (makefile-fill-paragraph): Reset syntax-table
4426 properties (bug#13179).
4427
4428 2013-02-02 Juri Linkov <juri@jurta.org>
4429
4430 * progmodes/grep.el (grep-regexp-alist): Use variable grep-match-face
4431 instead of hard-coded default face `match'. (Bug#9438)
4432
4433 2012-02-01 Christopher Schmidt <christopher@ch.ristopher.com>
4434
4435 * vc/vc-arch.el (vc-arch-registered):
4436 * vc/vc-bzr.el (vc-bzr-registered):
4437 * vc/vc-cvs.el (vc-cvs-registered):
4438 * vc/vc-git.el (vc-git-registered):
4439 * vc/vc-hg.el (vc-hg-registered):
4440 * vc/vc-mtn.el (vc-mtn-registered):
4441 * vc/vc-svn.el (vc-svn-registered): Suppress load messages.
4442 (Bug#13139)
4443
4444 * info.el (Info-next-reference, Info-prev-reference): Add numeric
4445 prefix argument. (Bug#11656)
4446
4447 2013-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
4448
4449 * help-fns.el (help-split-fundoc): Don't insert byte-compiled body.
4450
4451 2013-02-01 Glenn Morris <rgm@gnu.org>
4452
4453 * vc/vc-hooks.el (vc-menu-map): Disable vc-rollback menu item
4454 if the backend is known not to support it.
4455
4456 * imenu.el (imenu-default-create-index-function):
4457 Tweak infinite loop test to check for forward motion as well as none.
4458
4459 2013-02-01 Alex Harsanyi <AlexHarsanyi@gmail.com>
4460
4461 * net/soap-client.el (soap-invoke): Encode the string for
4462 `url-request-data' as UTF-8.
4463 Fixes <http://code.google.com/p/emacs-soap-client/issues/detail?id=16>.
4464
4465 2013-02-01 Glenn Morris <rgm@gnu.org>
4466
4467 * calc/calc-help.el (calc-view-news): Use view-emacs-news.
4468
4469 * calc/README, calc/README.prev: Rename/merge to etc/CALC-NEWS.
4470
4471 2013-01-31 Michael Albinus <michael.albinus@gmx.de>
4472
4473 * net/tramp.el (tramp-tramp-file-p): Comment check for
4474 `string-as-unibyte'. The function does not exist on XEmacs, and
4475 likely we need another approach.
4476
4477 * net/tramp-sh.el (tramp-compute-multi-hops): Check, whether
4478 `tramp-gw-*' variables are bound.
4479
4480 2013-01-31 Glenn Morris <rgm@gnu.org>
4481
4482 * files.el (basic-save-buffer-2): Choose coding system for
4483 writing the file before backing it up, to reduce delay between
4484 backing up and writing the new version. (Bug#13522)
4485
4486 2013-01-31 Michal Nazarewicz <mina86@mina86.com>
4487
4488 * simple.el (cycle-spacing): New command.
4489 (just-one-space): Use it.
4490
4491 2013-01-31 Stefan Monnier <monnier@iro.umontreal.ca>
4492
4493 * progmodes/opascal.el: Rename from delphi.el. Use lexical-binding.
4494 (opascal-newline-always-indents): Remove custom.
4495 (opascal-tab, opascal-newline): Remove commands.
4496 (opascal-new-comment-line): Insert "\n" instead of calling newline.
4497 (opascal-mode-map): Keep default bindings for RET and TAB and DEL.
4498 (opascal-save-match-data): Remove, use save-match-data instead.
4499 (opascal-save-state): Use with-silent-modifications.
4500
4501 * progmodes/pascal.el (pascal-mode-syntax-table): Accept //..\n comments
4502 (bug#13585).
4503
4504 2013-01-30 Juri Linkov <juri@jurta.org>
4505
4506 * frame.el (toggle-frame-maximized, toggle-frame-fullscreen):
4507 Use fullboth as an alias for fullscreen. Suggested by Jan Djärv in
4508 <http://lists.gnu.org/archive/html/emacs-devel/2013-01/msg00203.html>.
4509
4510 2013-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
4511
4512 * progmodes/make-mode.el (makefile-backslash-region): Don't compute
4513 column if we're just deleting the backslashes.
4514 (makefile-fill-paragraph): Use eolp.
4515
4516 2013-01-30 Michael Albinus <michael.albinus@gmx.de>
4517
4518 * autorevert.el (auto-revert-use-notify): Fix docstring.
4519
4520 2013-01-30 Leo Liu <sdl.web@gmail.com>
4521
4522 * imenu.el (imenu--truncate-items): Fix subalist checking (bug#13576).
4523
4524 2013-01-30 Glenn Morris <rgm@gnu.org>
4525
4526 * mouse.el (mouse-drag-line): Avoid pushing same event onto
4527 unread-command-events twice in some cases. This tries to implement
4528 the 2012-07-26 changes in a different way. (Bug#13560)
4529
4530 2013-01-30 Fabián Ezequiel Gallina <fgallina@cuca>
4531
4532 * progmodes/python.el
4533 (python-pdbtrack-comint-output-filter-function): Enhancements on
4534 stacktrace detection. (thanks @gnovak)
4535
4536 2013-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
4537
4538 * jit-lock.el (jit-lock-stealth-chunk-start): Don't widen (bug#13542).
4539 (jit-lock-mode, jit-lock-functions, jit-lock-context-unfontify-pos):
4540 Use defvar-local.
4541 (jit-lock-register): Use setq-local.
4542
4543 2013-01-30 Jay Belanger <jay.p.belanger@gmail.com>
4544
4545 * calc-units.el (math-default-units-table): Remove initial value.
4546 (calc-convert-units): Treat expressions where all the units cancel as
4547 if they didn't have units.
4548
4549 2013-01-30 Michael Albinus <michael.albinus@gmx.de>
4550
4551 * net/tramp.el (tramp-process-connection-type): Fix docstring.
4552 (tramp-completion-reread-directory-timeout): Fix type.
4553 (tramp-connection-min-time-diff): New defcustom.
4554
4555 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
4556
4557 2013-01-30 Glenn Morris <rgm@gnu.org>
4558
4559 * imenu.el (imenu-default-create-index-function):
4560 Put back a version of the infinite loop test removed 2013-01-23.
4561
4562 2013-01-30 Fabián Ezequiel Gallina <fgallina@cuca>
4563
4564 * progmodes/python.el (python-shell-parse-command):
4565 Find python-shell-interpreter with modified environment.
4566
4567 2013-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
4568
4569 * emacs-lisp/cl.el (cl-set-getf): Add compatibility alias.
4570
4571 2013-01-29 Alan Mackenzie <acm@muc.de>
4572
4573 Amend to fontify /regexp/s in actions correctly.
4574 * cc-awk.el (c-awk-harmless-char-re, c-awk-harmless-string*-re):
4575 (c-awk-harmless-string*-here-re): Braces, parens and semicolons
4576 are no longer included.
4577 (c-awk-harmless-line-char-re, c-awk-harmless-line-string*-re):
4578 What used to be these variables without "-line" in the name.
4579 (c-awk-neutral-re): { is no longer neutral. Escaped newlines now are.
4580 (c-awk-non-arith-op-bra-re): Now also matches {.
4581 (c-awk-pre-exp-alphanum-kwd-re): New regexp to match "print",
4582 "return", and "case".
4583 (c-awk-kwd-regexp-sign-re): New, to match "print", etc., followed
4584 by /.
4585 (c-awk-syntax-tablify-/): Check special cases "print /re/", etc.
4586 (c-awk-set-syntax-table-properties): Extend FSM to handle {,},(,),;.
4587
4588 2013-01-29 Michael Albinus <michael.albinus@gmx.de>
4589
4590 * autorevert.el (auto-revert-use-notify):
4591 Use `custom-initialize-default' for initialization. (Bug#13583)
4592
4593 * net/ange-ftp.el (ange-ftp-skip-msgs): Add another message.
4594
4595 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
4596 Catch `suppress'. Otherwise, `tramp-run-real-handler' might be called
4597 in `tramp-file-name-handler'.
4598 (tramp-gw-tunnel-method, tramp-gw-socks-method): Declare for
4599 compatibility.
4600 (tramp-compute-multi-hops): Check, whether
4601 `tramp-gw-tunnel-method' and `tramp-gw-socks-method' are non-nil.
4602
4603 2013-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
4604
4605 * hi-lock.el (hi-lock-unface-buffer): Don't assume `face' is a symbol
4606 (bug#13297).
4607
4608 2013-01-27 Dmitry Gutov <dgutov@yandex.ru>
4609
4610 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove some
4611 checks made superfluous by the \_< operator.
4612 * progmodes/ruby-mode.el (ruby-move-to-block): Work with (maybe
4613 temporarily) broken indentation.
4614 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
4615 Highlight nested constants, too. \_< broke that.
4616
4617 2013-01-27 Nobuyoshi Nakada <nobu@ruby-lang.org>
4618
4619 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Use "\\_<"
4620 instead of "\\b".
4621
4622 2013-01-27 Michael Albinus <michael.albinus@gmx.de>
4623
4624 * autorevert.el (auto-revert-handler): Notifications which result
4625 from a saved file shall not be taken into account. (Bug#13557)
4626
4627 2013-01-26 Andreas Schwab <schwab@linux-m68k.org>
4628
4629 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Add optional
4630 parameter BAR-NOT-SYMBOL to control syntax of | for font-lock.
4631 (lisp-mode): Pass t for it. (Bug#13556)
4632
4633 2013-01-25 Alan Mackenzie <acm@muc.de>
4634
4635 AWK Mode: Fix indentation bug at top level. Bug #12274.
4636
4637 * progmodes/cc-engine.el (c-guess-basic-syntax): Move CASE 5P to
4638 just before CASE 5D.
4639
4640 2013-01-25 Dmitry Antipov <dmantipov@yandex.ru>
4641
4642 * net/socks.el (socks-nslookup-host): Use string-to-number.
4643
4644 2013-01-25 Michael Albinus <michael.albinus@gmx.de>
4645
4646 * autorevert.el (auto-revert-remote-files)
4647 (auto-revert-notify-exclude-dir-regexp): New defcustoms.
4648 (auto-revert-notify-enabled, auto-revert-use-notify)
4649 (auto-revert-notify-watch-descriptor-hash-list)
4650 (auto-revert-notify-modified-p, auto-revert-notify-event-p)
4651 (auto-revert-notify-event-descriptor)
4652 (auto-revert-notify-event-action)
4653 (auto-revert-notify-event-file-name): Doc fix.
4654 (global-auto-revert-mode): Reorder checks.
4655 (auto-revert-notify-rm-watch): Respect changed values of
4656 `auto-revert-notify-watch-descriptor-hash-list'.
4657 (auto-revert-notify-add-watch): Check for
4658 `auto-revert-notify-exclude-dir-regexp'. Adapt filters for
4659 `inotify-add-watch'. Watch `default-directory' instead of
4660 `buffer-file-name'. `auto-revert-notify-watch-descriptor-hash-list'
4661 has a changed meaning now. (Bug#13540)
4662 (auto-revert-notify-handler): Change implementation wrt events
4663 returning from a directory.
4664 (auto-revert-handler): Reorder implementation for checks of remote
4665 files.
4666 (auto-revert-buffers): Fix parentheses error.
4667
4668 2013-01-25 Fabián Ezequiel Gallina <fgallina@cuca>
4669
4670 * progmodes/python.el: Enhancements to header documentation about
4671 skeletons. (Bug#5716)
4672
4673 * imenu.el (imenu-default-create-index-function): Remove useless
4674 infinite loop check. (Bug#13438)
4675
4676 2013-01-25 Alan Mackenzie <acm@muc.de>
4677
4678 Fix a bug in the state cache mechanism. Refactor this a bit.
4679
4680 * progmodes/cc-engine.el (c-parse-state-get-strategy): Remove the
4681 `cache-pos' element from the return value.
4682 (c-append-lower-brace-pair-to-state-cache): "Narrow" to end of
4683 buffer to enable proper searching from beyond HERE. Amend the
4684 test for detecting the sought brace pair. Amend the value written
4685 to the "brace desert cache" when the brace isn't found.
4686 (c-remove-stale-state-cache): Rename `good-pos' to `start-point',
4687 and several other variables analogously.
4688 (c-remove-stale-state-cache-backwards): Change `cache-pos' from a
4689 parameter to a locally calculated variable.
4690 (c-parse-state-1): Change the calling conventions to the two
4691 defuns involving `cache-pos'.
4692
4693 2013-01-25 Chong Yidong <cyd@gnu.org>
4694
4695 * xml.el (xml-entity-or-char-ref-re): Fix regexp.
4696
4697 2013-01-24 Aaron Ecay <aaronecay@gmail.com> (tiny change)
4698
4699 * paren.el (show-paren-function): Make sure to set 'priority and
4700 'face only if the overlay does exist.
4701
4702 2013-01-24 Michael Albinus <michael.albinus@gmx.de>
4703
4704 * net/tramp.el (tramp-tramp-file-p): Check, whether NAME is unibyte.
4705
4706 * net/tramp-sh.el (tramp-sh-handle-set-file-acl): Do not suppress
4707 basic attributes.
4708 (tramp-sh-handle-set-file-acl): Improve error checking.
4709
4710 2013-01-24 Dmitry Antipov <dmantipov@yandex.ru>
4711
4712 * doc-view.el (doc-view-display): Force mode line update until all
4713 document is converted. Suggested by Stefan Monnier (Bug#13164).
4714
4715 2013-01-23 Bastien Guerry <bzg@gnu.org>
4716
4717 * paren.el (show-paren-function): Make sure an overlay exists
4718 before trying to delete it. Also use `pos' as a position only
4719 when it is an integer.
4720
4721 2013-01-23 Dmitry Antipov <dmantipov@yandex.ru>
4722
4723 * play/gametree.el (gametree-break-line-here): Use point-marker.
4724
4725 2013-01-22 Michael Albinus <michael.albinus@gmx.de>
4726
4727 * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
4728 Mark descriptive parts with `display' property.
4729
4730 2013-01-21 Agustín Martín Domingo <agustin.martin@hispalinux.es>
4731
4732 * textmodes/ispell.el (ispell-hunspell-dictionary-equivs-alist):
4733 New variable to map standard dict names to hunspell ones.
4734 (ispell-set-spellchecker-params): Make sure specific dict names
4735 are used for standard dicts with hunspell.
4736
4737 2013-01-21 Tassilo Horn <tsdh@gnu.org>
4738
4739 * textmodes/reftex-cite.el (reftex-format-citation): Add format
4740 chars for note (%N) and url (%U).
4741 * textmodes/reftex-vars.el (reftex-cite-format): Document them.
4742
4743 2013-01-21 Juri Linkov <juri@jurta.org>
4744
4745 * frame.el: Bind `f10' in `esc-map' to `toggle-frame-maximized'
4746 in addition to existing separate binding `meta f10' in `global-map'.
4747 (Bug#13484)
4748
4749 2013-01-21 Michael Albinus <michael.albinus@gmx.de>
4750
4751 Improve XEmacs compatibility.
4752
4753 * net/tramp.el (tramp-replace-environment-variables): Make it a defun.
4754
4755 * net/tramp-adb.el (top): Require `time-date'.
4756 (tramp-adb-ls-output-time-less-p): Use `tramp-time-less-p'.
4757 (tramp-adb-handle-copy-file, tramp-adb-handle-rename-file):
4758 Use `tramp-file-name-handler'.
4759 (tramp-adb-maybe-open-connection):
4760 Use `tramp-compat-set-process-query-on-exit-flag'.
4761
4762 * net/tramp-sh.el (tramp-sh-handle-file-acl):
4763 Use `tramp-compat-funcall'.
4764
4765 * net/tramp-smb.el (tramp-smb-handle-file-acl): Use `looking-at' and
4766 `tramp-compat-funcall'.
4767
4768 2013-01-21 Jürgen Hötzel <juergen@archlinux.org>
4769
4770 * net/tramp-adb.el (tramp-adb-handle-start-file-process): Complete
4771 reimplementation using "adb shell command ..." instead of running
4772 remote shell interactively.
4773
4774 2013-01-20 Glenn Morris <rgm@gnu.org>
4775
4776 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
4777 Add native profiler menu entries.
4778
4779 * profiler.el (profiler-running-p): New function.
4780 (profiler-cpu-profile): Use profiler-running-p.
4781 (profiler-report-mode-map): Add some more menu entries.
4782
4783 2013-01-19 Glenn Morris <rgm@gnu.org>
4784
4785 * mail/unrmail.el (unrmail): Do not mangle the mbox From line;
4786 fixes 2012-12-07 change. (Bug#13499)
4787
4788 2013-01-19 Leo Liu <sdl.web@gmail.com>
4789
4790 * dired.el (dired-get-marked-files): Prune erroneous values due to
4791 last change. (Bug#13152)
4792
4793 2013-01-19 Glenn Morris <rgm@gnu.org>
4794
4795 * progmodes/etags.el (tags-table-check-computed-list):
4796 Preserve point in tags buffer. (Bug#13412)
4797
4798 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
4799
4800 2013-01-19 Christian Wittern <cwittern@gmail.com> (tiny change)
4801 Chong Yidong <cyd@gnu.org>
4802
4803 * image-mode.el (image-next-file, image-previous-file):
4804 New commands (Bug#8453).
4805 (image-mode-map): Bind them to n and p.
4806 (image-mode--images-in-directory): New helper function.
4807
4808 2013-01-19 Chong Yidong <cyd@gnu.org>
4809
4810 * image-mode.el (image-mode-fit-frame): Add a frame argument.
4811 Suggested by Drew Adams (Bug#7730). Handle window decorations;
4812 save and restore the old window configuration.
4813
4814 2013-01-18 Leo Liu <sdl.web@gmail.com>
4815
4816 * progmodes/js.el: Tweak autoload cookie for alias.
4817
4818 2013-01-17 Michael Albinus <michael.albinus@gmx.de>
4819
4820 * autorevert.el (auto-revert-notify-watch-descriptor): Make it
4821 buffer local, again. This was lost with the fix on 2013-01-12.
4822
4823 2013-01-17 Jürgen Hötzel <juergen@archlinux.org>
4824
4825 * eshell/esh-util.el (eshell-path-env): Make it buffer local, in
4826 order to support several eshell buffers in parallel.
4827
4828 2013-01-17 Michael Albinus <michael.albinus@gmx.de>
4829
4830 * autorevert.el (auto-revert-use-notify): In the :set function, do
4831 not modify `kill-buffer-hook'.
4832 (auto-revert-notify-rm-watch):
4833 Remove `auto-revert-notify-rm-watch' from `kill-buffer-hook'.
4834 (auto-revert-notify-add-watch): Do not call
4835 `auto-revert-notify-rm-watch', but add it to a buffer local
4836 `kill-buffer-hook'.
4837
4838 2013-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
4839
4840 * emacs-lisp/trace.el (trace--read-args): Use a closure and an honest
4841 call to `eval' rather than a backquoted lambda.
4842
4843 2013-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
4844
4845 * emacs-lisp/nadvice.el (advice--tweak): Make it possible for `tweak'
4846 to return an explicit nil.
4847 (advice--remove-function): Change accordingly.
4848
4849 * emacs-lisp/advice.el (ad-preactivate-advice): Adjust the cleanup to
4850 the use of nadvice.el.
4851
4852 * progmodes/which-func.el (which-function): Silence imenu errors
4853 (bug#13433).
4854
4855 2013-01-15 Michael R. Mauger <mmaug@yahoo.com>
4856
4857 * progmodes/sql.el (sql-imenu-generic-expression):
4858 (sql-mode-font-lock-object-name): Match schema qualified names.
4859 (sql-connect): Use string keys.
4860 (sql-product-interactive): Wait for interpreter prompt.
4861 (sql-comint-oracle): Set process coding based on NLS_LANG.
4862
4863 2013-01-15 Michael R. Mauger <mmaug@yahoo.com>
4864
4865 * progmodes/sql.el (sql-output-to-send): Remove, unused.
4866 (sql-interactive-remove-continuation-prompt):
4867 (sql-send-magic-terminator, sql-interactive-mode): Remove references.
4868
4869 2013-01-14 Leo Liu <sdl.web@gmail.com>
4870
4871 * calendar/calendar.el (calendar-redraw): Sync window-point and point.
4872 (Bug#13420)
4873
4874 2013-01-14 Glenn Morris <rgm@gnu.org>
4875
4876 * progmodes/compile.el (compilation-error-regexp-alist-alist):
4877 Fix interpretation of gnu line.col1-col2 format. (Bug#13335)
4878
4879 2013-01-13 Fabián Ezequiel Gallina <fgallina@cuca>
4880
4881 * progmodes/python.el (python-nav-end-of-statement):
4882 Fix cornercase when handling multiline strings.
4883
4884 2013-01-13 Richard Stallman <rms@gnu.org>
4885
4886 * mail/sendmail.el (mail-position-on-field): Add doc string.
4887
4888 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
4889 Get current message boundaries and pass them to
4890 message-forward-make-body-mime. Minor style changes.
4891
4892 2013-01-13 Eli Zaretskii <eliz@gnu.org>
4893
4894 * cus-start.el (all): Avoid warnings about
4895 scroll-bar-adjust-thumb-portion on platforms where it is not defined.
4896
4897 2013-01-11 Jan Djärv <jan.h.d@swipnet.se>
4898
4899 * cus-start.el (all): Add scroll-bar-adjust-thumb-portion.
4900
4901 2013-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
4902
4903 * jit-lock.el (jit-lock-debug-mode): New minor mode.
4904 (jit-lock--debug-fontifying): New var.
4905 (jit-lock--debug-fontify): New function.
4906 * subr.el (condition-case-unless-debug): Don't prevent catching the
4907 error, just let the debbugger run.
4908 * emacs-lisp/timer.el (timer-event-handler): Don't prevent debugging
4909 timer code and don't drop errors silently.
4910
4911 2013-01-12 Michael Albinus <michael.albinus@gmx.de>
4912
4913 * autorevert.el (auto-revert-notify-watch-descriptor): Give it
4914 `permanent-local' property.
4915 (auto-revert-notify-handler): Use `file-equal-p'.
4916
4917 2013-01-12 Eli Zaretskii <eliz@gnu.org>
4918
4919 * autorevert.el (auto-revert-notify-handler): Fix filtering of
4920 file notification by ACTION. For filtering by file name, compare
4921 only the non-directory part of the file name.
4922
4923 2013-01-12 Stefan Monnier <monnier@iro.umontreal.ca>
4924
4925 * autorevert.el: Use cl-lib instead of cl.
4926
4927 * vc/vc-bzr.el (vc-bzr--sanitize-header): New function (bug#13307).
4928 (vc-bzr-checkin): Use it.
4929 * vc/log-edit.el (log-edit-extract-headers): Don't presume FUNCTION
4930 will preserve match-data.
4931
4932 2013-01-11 Felix H. Dahlke <fhd@ubercode.de>
4933
4934 * progmodes/js.el: Fix multiline declarations's indentation (bug#8576).
4935 (js--declaration-keyword-re): New var.
4936 (js--multi-line-declaration-indentation): New function.
4937 (js--proper-indentation): Use it.
4938
4939 2013-01-11 Aaron S. Hawley <Aaron.Hawley@vtinfo.com>
4940
4941 * calc/calc.el (calc-highlight-selections-with-faces)
4942 (calc-dispatch):
4943 * comint.el (comint-history-isearch-message):
4944 * emacs-lisp/edebug.el (edebug-read, edebug-eval-defun):
4945 * ffap.el (ffap-string-at-point-region, ffap-next)
4946 (ffap-string-at-point, ffap-string-around)
4947 (ffap-copy-string-as-kill, ffap-highlight-overlay)
4948 (ffap-literally):
4949 * font-lock.el (font-lock-keywords-alist)
4950 (font-lock-removed-keywords-alist):
4951 * help-mode.el (help-xref-symbol-regexp):
4952 * info.el (Info-find-emacs-command-nodes):
4953 * international/mule.el (add-to-coding-system-list):
4954 * isearch.el (isearch-message-function, isearch-fail-pos):
4955 * misearch.el (multi-isearch-next-buffer-function):
4956 * newcomment.el (comment-box):
4957 * printing.el (pr-txt-printer-alist, pr-ps-printer-alist)
4958 (pr-setting-database):
4959 * progmodes/cc-fonts.el (c-font-lock-keywords-3)
4960 (c++-font-lock-keywords-3, objc-font-lock-keywords-3)
4961 (java-font-lock-keywords-3, idl-font-lock-keywords-3)
4962 (pike-font-lock-keywords-3):
4963 * progmodes/compile.el (compile):
4964 * progmodes/etags.el (tags-table-files)
4965 (tags-table-files-function, tags-included-tables-function):
4966 * progmodes/gdb-mi.el (gdb, gdb-setup-windows)
4967 (gdb-restore-windows):
4968 * ps-print.el (ps-even-or-odd-pages, ps-spool-buffer-with-faces)
4969 (ps-n-up-filling-database):
4970 * server.el (server-buffer, server-log):
4971 * simple.el (newline, delete-backward-char, delete-forward-char)
4972 (minibuffer-history-isearch-message, kill-line, track-eol)
4973 (temporary-goal-column):
4974 * textmodes/flyspell.el (flyspell-mark-duplications-flag)
4975 (flyspell-default-deplacement-commands):
4976 * textmodes/ispell.el (ispell-accept-output):
4977 * textmodes/sgml-mode.el (html-tag-help):
4978 * vc/compare-w.el (compare-ignore-whitespace)
4979 (compare-ignore-case, compare-windows-dehighlight):
4980 * vc/diff.el (diff):
4981 * whitespace.el (whitespace-point)
4982 (whitespace-font-lock-refontify, whitespace-bob-marker)
4983 (whitespace-eob-marker): Fix ambiguous doc string cross-reference(s).
4984
4985 2013-01-11 Michael Albinus <michael.albinus@gmx.de>
4986
4987 * autorevert.el (top): Require 'cl in order to pacify byte compiler.
4988 (auto-revert-notify-rm-watch): Ignore errors.
4989 (auto-revert-notify-add-watch): Ignore errors. Use '(modify) for
4990 inotify, and '(size last-write-time) for w32notify.
4991 Set buffer-local `auto-revert-use-notify' to nil when adding a file
4992 watch fails - this is a fallback to the file modification check.
4993 (auto-revert-notify-event-p, auto-revert-notify-event-descriptor)
4994 (auto-revert-notify-event-action)
4995 (auto-revert-notify-event-file-name): New defuns.
4996 (auto-revert-notify-handler): Use them. Implement first
4997 plausibility checks.
4998 (auto-revert-handler): Handle also `auto-revert-tail-mode'.
4999
5000 2013-01-11 Julien Danjou <julien@danjou.info>
5001
5002 * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
5003 max are almost equal. Also return the correct value for V which is
5004 already between 0 and 1.
5005
5006 2013-01-11 Dmitry Antipov <dmantipov@yandex.ru>
5007
5008 * emacs-lisp/ert.el (ert-run-test): Use point-max-marker.
5009
5010 2013-01-11 Eli Zaretskii <eliz@gnu.org>
5011
5012 * autorevert.el (auto-revert-notify-rm-watch)
5013 (auto-revert-notify-add-watch): Fix typos in w32notify function
5014 names.
5015
5016 2013-01-10 Michael Albinus <michael.albinus@gmx.de>
5017
5018 * autorevert.el (auto-revert-notify-enabled): Move up.
5019 (auto-revert-use-notify): New defcustom.
5020 (auto-revert-mode, global-auto-revert-mode)
5021 (auto-revert-notify-add-watch, auto-revert-handler)
5022 (auto-revert-buffers): Use `auto-revert-use-notify' instead of
5023 `auto-revert-notify-enabled'.
5024
5025 2013-01-10 Elias Pipping <pipping@exherbo.org>
5026
5027 * files.el (auto-mode-alist): Use doc-view for djvu files (bug#13164).
5028 * doc-view.el (doc-view-document->bitmap):
5029 Use doc-view-single-page-converter-function instead of
5030 single-page-converter arg; adjust callers.
5031
5032 2013-01-10 Feng Li <fengli@gmail.com> (tiny change)
5033
5034 * progmodes/which-func.el (which-function): Understand Semantic's use
5035 of overlays in imenu--index-alist.
5036
5037 2013-01-10 Wolfgang Jenkner <wjenkner@inode.at>
5038
5039 * man.el: Handle different "man -k" behaviors (bug#13160). Use utf-8.
5040 (Man-man-k-use-anchor): New var.
5041 (Man-parse-man-k): New function.
5042 (Man-completion-table): Use it.
5043 (man): Flush the completion cache between uses.
5044
5045 2013-01-10 Michael Albinus <michael.albinus@gmx.de>
5046
5047 * autorevert.el: Add file watch support.
5048 (auto-revert-notify-enabled): New defconst.
5049 (auto-revert-notify-watch-descriptor-hash-list)
5050 (auto-revert-notify-watch-descriptor)
5051 (auto-revert-notify-modified-p): New defvars.
5052 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
5053 (auto-revert-notify-handler): New defuns.
5054 (auto-revert-mode, global-auto-revert-mode): Remove file watches
5055 when mode is disabled.
5056 (auto-revert-handler): Check for `auto-revert-notify-modified-p'.
5057 (auto-revert-buffers): Add file watches for active buffers.
5058
5059 2013-01-10 Dmitry Antipov <dmantipov@yandex.ru>
5060
5061 * cus-start.el (toplevel): Only allow float values for
5062 scroll-up-aggressively and scroll-down-aggressively.
5063 Allow any number for line-spacing.
5064
5065 2013-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
5066
5067 * doc-view.el (doc-view-pdfdraw-program): Allow "pdfdraw" name.
5068 (doc-view-pdf->png-converter-function): Use mupdf if available.
5069 (doc-view-djvu->png-converter-function)
5070 (doc-view-ps->png-converter-function): Remove.
5071 (doc-view--image-file-pattern): Replace doc-view--image-file-extension.
5072 (doc-view-goto-page, doc-view-convert-current-doc, doc-view-display)
5073 (doc-view-already-converted-p): Adjust accordingly.
5074 (doc-view-mode-p): Simplify.
5075 (doc-view-enlarge): Use setq-local.
5076 (doc-view-pdf->png-converter-ghostscript)
5077 (doc-view-djvu->png-converter-ddjvu)
5078 (doc-view-pdf->png-converter-mupdf): Rework to call
5079 doc-view-start-process directly.
5080 (doc-view-pdf/ps->png): Simplify accordingly.
5081 (doc-view-pdf->png-1, doc-view-djvu->png-1): Remove.
5082 (doc-view-document->bitmap): Rename from doc-view-document->png.
5083 (doc-view-convert-current-doc): Merge pdf and djvu cases.
5084 (doc-view-set-slice-from-bounding-box): Fix completion table.
5085 (doc-view-mode): Use add-hook for after-revert-hook.
5086
5087 2013-01-10 Glenn Morris <rgm@gnu.org>
5088
5089 * emacs-lisp/authors.el (authors-ignored-files)
5090 (authors-valid-file-names, authors-renamed-files-alist):
5091 Add some more entries.
5092
5093 2013-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
5094
5095 * image-mode.el (image-mode-winprops): Don't throw away the fallback
5096 `t' pseudo-window entry.
5097
5098 2013-01-10 Alan Mackenzie <acm@muc.de>
5099
5100 Fix bugs in the c-parse-state mechanism. Reuse some markers
5101 instead of continually generating new ones.
5102
5103 * progmodes/cc-engine.el (c-state-old-cpp-beg-marker)
5104 (c-state-old-cpp-end-marker): New variables.
5105 (c-append-lower-brace-pair-to-state-cache): Start a backward
5106 search for "}" definitively outside CPP constructs.
5107 (c-remove-stale-state-cache): Inform the caller of a need to
5108 search back for a brace pair in certain circumstances.
5109 (c-state-maybe-marker): New macro.
5110 (c-parse-state): Reuse markers when appropriate.
5111
5112 2013-01-10 Glenn Morris <rgm@gnu.org>
5113
5114 * simple.el (execute-extended-command): Doc fix.
5115 Bind prefix-arg around read-extended-command, for prompt. (Bug#13395)
5116
5117 2013-01-10 Chong Yidong <cyd@gnu.org>
5118
5119 * faces.el (read-face-name): Doc fix.
5120
5121 2013-01-10 Roland Winkler <winkler@gnu.org>
5122
5123 * emacs-lisp/crm.el: Allow any regexp for separators.
5124 (crm-default-separator): All spaces around the default comma separator.
5125 (crm--completion-command): New macro.
5126 (crm-completion-help, crm-complete, crm-complete-word): Use it.
5127 (crm-complete-and-exit): Handle non-single-char separators.
5128
5129 2013-01-09 Elias Pipping <pipping@lavabit.com>
5130
5131 * doc-view.el: Add support for DjVu (bug#13164).
5132 (doc-view-djvu->png-converter-function): New config var.
5133 (doc-view-single-page-converter-function, doc-view--image-type)
5134 (doc-view--image-file-extension): New vars.
5135 (doc-view-mode): Initialize them.
5136 (doc-view-goto-page): Use them.
5137 (doc-view-mode-p): Add support for ddjvu.
5138 (doc-view-djvu->png-converter-ddjvu, doc-view-djvu->png-1)
5139 (doc-view-set-up-single-converter): New funs.
5140 (doc-view-pdf/ps->png): Extend for djvu.
5141 (doc-view-document->png): Rename from doc-view-pdf->png.
5142 (doc-view-convert-current-doc): Handle djvu.
5143 (doc-view-insert-image, doc-view-display)
5144 (doc-view-already-converted-p): Don't hardcode png.
5145 (doc-view-set-doc-type): Recognize djvu docs.
5146
5147 2013-01-09 Elias Pipping <pipping@lavabit.com>
5148
5149 * doc-view.el: Add support for mupdf converter (bug#13164).
5150 (doc-view-pdfdraw-program, doc-view-pdf->png-converter-function)
5151 (doc-view-ps->png-converter-function): New config vars.
5152 (doc-view-pdf->png-converter-ghostscript)
5153 (doc-view-ps->png-converter-ghostscript)
5154 (doc-view-pdf->png-converter-mupdf): New functions.
5155 (doc-view-pdf/ps->png, doc-view-pdf->png-1): Use them.
5156
5157 2013-01-09 Jürgen Hötzel <juergen@archlinux.org>
5158
5159 * net/tramp.el (tramp-eshell-directory-change): Check remote-path
5160 first in session cache: When `tramp-own-remote-path' is in
5161 `tramp-remote-path', the remote path is only set in the session
5162 cache.
5163
5164 2013-01-09 Glenn Morris <rgm@gnu.org>
5165
5166 * emacs-lisp/trace.el (trace-function-foreground)
5167 (trace-function-background): Doc fix.
5168
5169 2013-01-09 Juri Linkov <juri@jurta.org>
5170
5171 * international/mule-cmds.el (read-char-by-name): Move let-binding
5172 of completion-ignore-case around completing-read to fix regression
5173 exhibited by the test case `C-x 8 RET *acc TAB' and caused by
5174 `string-match-p' using the nil value of `case-fold-search' and
5175 `completion-ignore-case' in `completion-pcm--all-completions'.
5176 (Bug#12615).
5177
5178 2013-01-09 Glenn Morris <rgm@gnu.org>
5179
5180 * progmodes/compile.el (compilation-parse-errors):
5181 Fix typo. (Bug#13369)
5182
5183 2013-01-09 Vitalie Spinu <spinuvit@gmail.com> (tiny change)
5184
5185 * comint.el (comint-send-input): Check size of buffer before
5186 waiting for process output, in case already accepted. (Bug#13290)
5187
5188 2013-01-09 Paul Eggert <eggert@cs.ucla.edu>
5189
5190 Spelling fixes.
5191 * net/tramp-adb.el (tramp-adb-get-toolbox):
5192 Fix misspelling of 'unknown'.
5193
5194 2013-01-08 Juri Linkov <juri@jurta.org>
5195
5196 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
5197 * progmodes/flymake.el (flymake-errline, flymake-warnline):
5198 Use underline style wave on terminals that support it. (Bug#13000)
5199
5200 2013-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
5201
5202 * emacs-lisp/pcase.el (pcase--split-equal): Also take advantage if
5203 the predicate returns nil.
5204
5205 * simple.el: Use lexical-binding.
5206 (primitive-undo): Use pcase.
5207 (minibuffer-history-isearch-push-state): Use a closure.
5208
5209 2013-01-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
5210
5211 * simple.el (primitive-undo): Move from undo.c.
5212
5213 2013-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
5214
5215 * vc/pcvs.el (cvs-cleanup-collection): Extend meaning of `rm-handled'.
5216 (cvs-mode-remove-handled): Use it (bug#13380).
5217
5218 * emacs-lisp/nadvice.el (advice--tweak): New function.
5219 (advice--remove-function, advice--subst-main): Use it.
5220
5221 * emacs-lisp/advice.el: Update commentary.
5222
5223 2013-01-08 Michael Albinus <michael.albinus@gmx.de>
5224
5225 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
5226 Remove spurious entry.
5227
5228 2013-01-08 Glenn Morris <rgm@gnu.org>
5229
5230 * net/tramp.el (tramp-default-host-alist): Add :version.
5231
5232 2013-01-08 Juri Linkov <juri@jurta.org>
5233
5234 * info.el (Info-read-node-name-2): Don't duplicate suffixes for
5235 single completion. (Bug#12456)
5236 (info--manual-names): Expand node completions into an explicit list
5237 before appending it to another list. Filter out internal buffers
5238 with the leading space in the buffer name. (Bug#10771)
5239
5240 2013-01-08 Juri Linkov <juri@jurta.org>
5241
5242 * info.el (Info-read-node-name-1): Allow empty node name in (FILENAME)
5243 that defaults to the Top node.
5244 (Info-goto-node, Info-read-node-name): Doc fix to mention that
5245 the short format (FILENAME) goes to the Top node.
5246 (Info-build-node-completions): Rename arg `file' to `filename'.
5247 (Bug#13365)
5248
5249 2013-01-07 Bastien Guerry <bzg@gnu.org>
5250
5251 * menu-bar.el (menu-bar-search-documentation-menu):
5252 Use `apropos-user-option' and fix the help message.
5253
5254 2013-01-07 Bastien Guerry <bzg@gnu.org>
5255
5256 * apropos.el (apropos-do-all): Update docstring.
5257 (apropos-user-option-button): New face.
5258 (apropos-user-option): Rename from `apropos-variable' and update
5259 docstring.
5260 (apropos-variable): Rewrite, now show all variables by default.
5261 (apropos-print): Mention "User option" instead of "Variable" when
5262 printing doc for user options. (Bug#13276)
5263
5264 2013-01-07 Jürgen Hötzel <juergen@archlinux.org>
5265
5266 * net/tramp-adb.el (tramp-do-parse-file-attributes-with-ls):
5267 Handle filename correctly, when parsing "source -> target" symlink
5268 output.
5269 (tramp-adb-handle-set-file-times): New defun.
5270
5271 2013-01-07 Stefan Monnier <monnier@iro.umontreal.ca>
5272
5273 * emacs-lisp/advice.el (ad-activate-advised-definition): Refresh the
5274 advice list when the interactive-spec of ad-Advice-* changes.
5275
5276 2013-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
5277
5278 * wid-edit.el (widget-default-get): Work for inlined elements.
5279 (Bug#12670)
5280
5281 2013-01-07 Michael Albinus <michael.albinus@gmx.de>
5282
5283 * net/tramp.el (tramp-default-host-alist): New defcustom.
5284 (tramp-find-host): Use it.
5285 (tramp-eshell-directory-change): Move from tramp-sh.el. Add to
5286 `eshell-directory-change-hook'.
5287
5288 * net/tramp-adb.el (top): Add adb specific entry in
5289 `tramp-default-host-alist'.
5290 (tramp-adb-file-name-host): Remove function.
5291 (tramp-adb-execute-adb-command, tramp-adb-maybe-open-connection):
5292 Use `tramp-file-name-host' instead of `tramp-adb-file-name-host'.
5293
5294 * net/tramp-sh.el: Move eshell integration code to tramp.el.
5295
5296 2013-01-06 Jürgen Hötzel <juergen@archlinux.org>
5297
5298 * net/tramp-adb.el (tramp-methods): Add `tramp-tmpdir' entry.
5299
5300 2013-01-06 Michael Albinus <michael.albinus@gmx.de>
5301
5302 * net/tramp-adb.el (tramp-adb-ls-toolbox-regexp): The file size can
5303 consist of more than one digit.
5304 (tramp-adb-file-name-handler-alist):
5305 Use `tramp-handle-file-exists-p' consistently.
5306 (tramp-adb-file-name-handler): Don't tweak `tramp-default-host'.
5307 (tramp-adb-handle-file-exists-p): Remove function.
5308 (tramp-adb-file-name-host): New defun.
5309 (tramp-adb-execute-adb-command, tramp-adb-maybe-open-connection):
5310 Use it.
5311 (tramp-adb-maybe-open-connection): Set "remote-path" property.
5312
5313 2013-01-06 Chong Yidong <cyd@gnu.org>
5314
5315 * vc/vc.el (vc-next-action): Detect buffer modifications
5316 conflicting with locking VCS operation (Bug#11490).
5317
5318 * vc/vc-hooks.el (vc-after-save): DTRT for locking VCSes.
5319
5320 2013-01-05 Michael Albinus <michael.albinus@gmx.de>
5321
5322 * net/tramp-adb.el (tramp-do-parse-file-attributes-with-ls):
5323 (tramp-adb-handle-directory-files-and-attributes): Fix typos.
5324
5325 2013-01-05 Jürgen Hötzel <juergen@archlinux.org>
5326
5327 * net/tramp-adb.el (tramp-adb-handle-file-attributes): More robust
5328 parsing of ls output using regular expression (handle filenames
5329 with spaces). Use virtual device number.
5330 (tramp-do-parse-file-attributes-with-ls): New defun (Code
5331 cleanup).
5332
5333 2013-01-04 Daiki Ueno <ueno@gnu.org>
5334
5335 * epg.el: Silence byte-compiler warnings.
5336 (epg--start): Use delete-char instead of delete-backward-char.
5337 (epg-wait-for-completion): Pass FRAME arg to redraw-frame.
5338
5339 2013-01-04 Daiki Ueno <ueno@gnu.org>
5340
5341 * epg.el (epg--start): Don't call "tty" program on W32 platforms.
5342 Suggested by Eli Zaretskii <eliz@gnu.org>.
5343
5344 2013-01-04 Michael Albinus <michael.albinus@gmx.de>
5345
5346 * net/tramp-sh.el (tramp-set-file-uid-gid): UID and GID must be
5347 non-negative integers. Otherwise, the default values are used.
5348 (tramp-convert-file-attributes): Convert uid and gid to integers.
5349
5350 2013-01-04 Glenn Morris <rgm@gnu.org>
5351
5352 * term.el (term-handle-colors-array): Ensure face attributes
5353 are fully specified, not nil. (Bug#13337)
5354
5355 * term.el (term-default-fg-color, term-default-bg-color):
5356 Fix custom type.
5357
5358 * progmodes/etags.el (tags-compression-info-list): Doc fix.
5359 (tag-find-file-of-tag-noselect): Check auto-compression-mode
5360 rather than 'jka-compr being loaded. (Bug#13338)
5361
5362 2013-01-04 Wesley Dawson <whd@lavabit.com> (tiny change)
5363
5364 * icomplete.el (icomplete-completions):
5365 Honor icomplete-prospects-height once more following
5366 2012-11-29 changes. (Bug#13224)
5367
5368 2013-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
5369
5370 * subr.el (internal--called-interactively-p--get-frame): Find aliases
5371 of called-interactively-p as well (bug#13237).
5372
5373 * view.el (view--enable, view--disable): Rename from view-mode-enable
5374 and view-mode-disable and assume it's called from view-mode.
5375 (view-mode-enable, view-mode-disable): Redefine as obsolete
5376 compatibility layer above view-mode.
5377 (view-mode-enter): Call `view-mode'.
5378
5379 * files.el (after-find-file): Call `view-mode'.
5380
5381 * doc-view.el (doc-view-scale-internally): New var.
5382 (doc-view-enlarge, doc-view-insert-image): Obey it.
5383
5384 2013-01-03 Daiki Ueno <ueno@gnu.org>
5385
5386 * epg.el (epg--start): Ignore errors when /dev/fd/0 does not
5387 exist. (Bug#13344)
5388
5389 2013-01-03 Glenn Morris <rgm@gnu.org>
5390
5391 * mail/rmail.el (rmail-set-header-1): Ignore case.
5392 Handle multi-line headers. (Bug#13330)
5393
5394 * progmodes/make-mode.el (makefile-fill-paragraph): Add doc.
5395 Handle paragraph starting at beginning of buffer.
5396
5397 * subr.el (eval-after-load): Don't purecopy the form, so that it
5398 can be nconc'd later on; reverts 2009-11-11 change. (Bug#13331)
5399
5400 * emacs-lisp/byte-run.el (defun): Place cl declarations
5401 after any interactive spec. (Bug#13265)
5402
5403 2013-01-02 Andreas Schwab <schwab@linux-m68k.org>
5404
5405 * emacs-lisp/byte-run.el (defmacro): Use same argument parsing as
5406 defun. Don't check for DECL if DOCSTRING isn't a string.
5407 (defun): Likewise.
5408
5409 2013-01-02 Glenn Morris <rgm@gnu.org>
5410
5411 * eshell/em-cmpl.el (eshell-pcomplete):
5412 More thoroughly imitate pcomplete. (Bug#13293)
5413
5414 * files.el (parse-colon-path): Doc fix. (Bug#12351)
5415 Return nil for empty path elements. (Bug#13296)
5416
5417 2013-01-02 Fabián Ezequiel Gallina <fgallina@cuca>
5418
5419 * progmodes/python.el (python-nav-end-of-statement): Rewrite in
5420 order to improve efficiency (Based on Daniel Colascione's
5421 <dancol@dancol.org> patch). (Bug#13182)
5422
5423 2013-01-02 Glenn Morris <rgm@gnu.org>
5424
5425 * vc/log-edit.el (log-edit-header-contents-regexp): Add doc string.
5426
5427 2013-01-02 Andreas Schwab <schwab@linux-m68k.org>
5428
5429 * emacs-lisp/byte-run.el (defmacro): Don't lose final nil if
5430 neither DOCSTRING nor DECL was given. (Bug#13316)
5431
5432 2013-01-02 Michael Albinus <michael.albinus@gmx.de>
5433
5434 * net/tramp-sh.el (tramp-sh-handle-set-file-acl): Add argument to
5435 `error' call.
5436 (tramp-do-copy-or-rename-file): Ignore errors when calling
5437 `set-file-extended-attributes'.
5438
5439 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
5440 Add handler for `file-acl'.
5441 (tramp-smb-handle-file-acl): New defun.
5442
5443 2013-01-02 Jay Belanger <jay.p.belanger@gmail.com>
5444
5445 * calc/README: Mention ISO 8601 week-numbering dates.
5446
5447 2013-01-01 Martin Rudalics <rudalics@gmx.at>
5448
5449 * view.el (view-mode-enable): New argument run-view-mode-hook.
5450 Run view-mode-hook only when it's non-nil (Bug#13315).
5451 (view-mode-enter): Call view-mode-enable with run-view-mode-hook
5452 argument t.
5453
5454 2012-12-31 Jürgen Hötzel <juergen@archlinux.org>
5455
5456 * net/tramp-adb.el (tramp-adb-maybe-open-connection): Handle errors
5457 (No device connected, invalid device name). (Bug #13299)
5458
5459 2012-12-31 Martin Rudalics <rudalics@gmx.at>
5460
5461 * window.el (window-resizable--p): Rename to window-resizable-p.
5462 (window-resize-no-error): New function.
5463
5464 * mail/rmail.el (rmail-maybe-display-summary): Restore behavior
5465 broken in fix from 2012-12-28.
5466
5467 2012-12-31 Stefan Monnier <monnier@iro.umontreal.ca>
5468
5469 * subr.el (special-form-p): Don't signal errors on undef aliases.
5470
5471 2012-12-31 Jay Belanger <jay.p.belanger@gmail.com>
5472
5473 * calc/calc-forms.el (math-parse-date): Try using
5474 `math-parse-iso-date' when it looks like it might be needed.
5475 Allow times of 24:00.
5476 (math-parse-date-validate, math-parse-iso-date-validate): Allow times
5477 of 24:00.
5478
5479 2012-12-30 Glenn Morris <rgm@gnu.org>
5480
5481 * net/mairix.el (rmail, rmail-summary-displayed, rmail-summary):
5482 Remove unnecessary/buggy autoloads (missing interactive). (Bug#13294)
5483 (rmail-summary-displayed, rmail-summary): Declare.
5484 (mairix-rmail-display): Just require rmail.
5485
5486 2012-12-30 Chong Yidong <cyd@gnu.org>
5487
5488 * emacs-lisp/package.el (package-untar-buffer): Improve integrity
5489 check for the tarball contents.
5490
5491 2012-12-30 Matt Fidler <matt.fidler@alcon.com> (tiny change)
5492
5493 * emacs-lisp/package.el (package-untar-buffer): Handle problematic
5494 tarfile content listings (Bug#13136).
5495
5496 2012-12-30 Mark Lillibridge <mark.lillibridge@hp.com>
5497
5498 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
5499 Insert the undecoded text of the message being forwarded. (Bug#9521)
5500
5501 2012-12-30 Michael Albinus <michael.albinus@gmx.de>
5502
5503 * net/tramp-sh.el (tramp-set-file-uid-gid): Convert UID and GID to
5504 integers, if they are real numbers. (Bug#13282)
5505
5506 * net/tramp-sh.el (tramp-sh-handle-set-file-selinux-context):
5507 Return `t' on success.
5508
5509 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
5510 Add handler for `set-file-selinux-context'.
5511
5512 2012-12-29 Michael Albinus <michael.albinus@gmx.de>
5513
5514 * net/tramp-sh.el (tramp-sh-handle-file-acl): Suppress basic attributes.
5515 (tramp-sh-handle-set-file-acl): Return `t' on success.
5516
5517 2012-12-29 Eli Zaretskii <eliz@gnu.org>
5518
5519 * files.el (backup-buffer-copy, basic-save-buffer-2):
5520 If set-file-extended-attributes fails, fall back on set-file-modes
5521 instead of signaling an error. (Bug#13298)
5522 (basic-save-buffer): Likewise.
5523
5524 2012-12-29 Fabián Ezequiel Gallina <fgallina@cuca>
5525
5526 * progmodes/python.el: Support other commands triggering
5527 python-indent-line so indentation cycling continues to work.
5528 (python-indent-trigger-commands): New defcustom.
5529 (python-indent-line): Use it.
5530
5531 2012-12-29 Fabián Ezequiel Gallina <fgallina@cuca>
5532
5533 * progmodes/python.el (python-shell-send-region): Add blank lines
5534 for non sent code so backtraces remain correct.
5535
5536 2012-12-29 Fabián Ezequiel Gallina <fgallina@cuca>
5537
5538 * progmodes/python.el: Remove cl dependency.
5539 (python-syntax-count-quotes): Replace incf call.
5540 (python-fill-string): Replace setf call.
5541
5542 2012-12-29 Damien Cassou <damien.cassou@gmail.com>
5543
5544 * info.el (info-other-window): New arg, for consistency with info.
5545
5546 2012-12-28 Martin Rudalics <rudalics@gmx.at>
5547
5548 * mail/rmail.el (rmail-maybe-display-summary):
5549 Rewrite (Bug#13066).
5550
5551 2012-12-28 Andreas Schwab <schwab@linux-m68k.org>
5552
5553 * epg.el (epg--start): Modify process-environment locally.
5554
5555 2012-12-28 Daiki Ueno <ueno@gnu.org>
5556
5557 * epg.el: Support pinentry-curses.
5558 Suggested by Werner Koch in
5559 <http://lists.gnu.org/archive/html/emacs-devel/2007-02/msg00755.html>.
5560 (epg-agent-file, epg-agent-mtime): New variable.
5561 (epg--start): Record the modified time of gpg-agent socket file,
5562 to restore Emacs frame after pinentry-curses termination.
5563 (epg-wait-for-completion): Restore Emacs frame here.
5564
5565 2012-12-27 Juri Linkov <juri@jurta.org>
5566
5567 * info.el (Info-file-completions): New variable.
5568 (Info-read-node-name-1): Complete node names in the Info file
5569 when a file name is given. Call `Info-build-node-completions'
5570 with a file name.
5571 (Info-build-node-completions): Add new arg `file'. When it is
5572 non-nil, visit it in a temporary buffer and cache its completions in
5573 `Info-current-file-completions'. Move most of the function body to
5574 `Info-build-node-completions-1'.
5575 (Info-build-node-completions-1): New function with the body from
5576 `Info-build-node-completions'. (Bug#12456)
5577
5578 2012-12-27 Juri Linkov <juri@jurta.org>
5579
5580 * frame.el (frame-maximization-style): Remove user option.
5581 (cycle-frame-maximized): Remove function.
5582 (toggle-frame-maximized): Rewrite and bind to M-<f10>.
5583 (toggle-frame-fullscreen): New command bound to <f11> instead of
5584 `toggle-frame-maximized'.
5585 http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00703.html
5586
5587 2012-12-27 Michael Albinus <michael.albinus@gmx.de>
5588
5589 * net/tramp.el (tramp-handle-file-accessible-directory-p): New defun.
5590
5591 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
5592 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
5593 * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
5594 for `file-accessible-directory-p'. (Bug#13275)
5595
5596 2012-12-27 Sam Steingold <sds@gnu.org>
5597
5598 * progmodes/cperl-mode.el (cperl-calculate-indent): Do not stagger
5599 continuations, see <http://stackoverflow.com/questions/3582436>.
5600
5601 2012-12-27 Dmitry Gutov <dgutov@yandex.ru>
5602
5603 * progmodes/ruby-mode.el (ruby-indent-beg-re): Only allow "class",
5604 "module" and "def" to have indentation before them.
5605 Regression from 2012-09-07T04:15:56Z!dgutov@yandex.ru (see the new test).
5606
5607 * progmodes/ruby-mode.el: Bump the version to 1.2 (Bug#13200).
5608
5609 2012-12-27 Alan Mackenzie <acm@muc.de>
5610
5611 Speed up fontification where there's large brace blocks.
5612 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Add a limit
5613 to a call of c-beginning-of-decl-1.
5614
5615 2012-12-27 Vitalie Spinu <spinuvit@gmail.com> (tiny change)
5616
5617 * comint.el (comint-adjust-window-point): New function.
5618 (comint-postoutput-scroll-to-bottom):
5619 Call comint-adjust-window-point (Bug#13248).
5620
5621 2012-12-26 Dmitry Gutov <dgutov@yandex.ru>
5622
5623 * progmodes/ruby-mode.el (auto-mode-alist): `purecopy' the
5624 Rakefile regexp.
5625 (auto-mode-alist): Associate .gemspec files with ruby-mode
5626 (https://bugs.ruby-lang.org/issues/5453).
5627
5628 2012-12-26 Jürgen Hötzel <juergen@archlinux.org>
5629
5630 * net/tramp-adb.el (tramp-adb-get-ls-command): New defun.
5631 Suppress coloring, if possible (required for BusyBox based systems like
5632 CyanogenMod).
5633 (tramp-adb-handle-file-attributes)
5634 (tramp-adb-handle-insert-directory)
5635 (tramp-adb-handle-file-name-all-completions): Use it.
5636 (tramp-adb-get-toolbox): New defun. Check for remote shell
5637 implementation (BusyBox or Toolbox).
5638
5639 2012-12-24 Constantin Kulikov <zxnotdead@gmail.com> (tiny change)
5640
5641 * startup.el (initial-buffer-choice): Allow function as value
5642 (Bug#13251).
5643 (command-line-1): Handle case where initial-buffer-choice
5644 specifies a function.
5645 * server.el (server-execute): Handle case where
5646 initial-buffer-choice specifies a function.
5647
5648 2012-12-24 Lars Ingebrigtsen <larsi@gnus.org>
5649
5650 * mail/smtpmail.el (smtpmail-try-auth-method): Refactored out into
5651 its own function.
5652 (smtpmail-try-auth-methods): Forget the user name/password if the
5653 login is unsuccessful (bug#12424).
5654
5655 2012-12-22 Michael Albinus <michael.albinus@gmx.de>
5656
5657 * notifications.el (notifications-notify): Protect body with
5658 `with-demoted-errors'.
5659
5660 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
5661 Check properties of remote device. Restart connection, if there is a
5662 change.
5663
5664 2012-12-21 Chong Yidong <cyd@gnu.org>
5665
5666 * sort.el (sort-subr): Doc fix (Bug#13056).
5667
5668 2012-12-21 Bastien Guerry <bzg@gnu.org>
5669
5670 * progmodes/etags.el (tags-search): Fix typo. Bug #13232.
5671
5672 2012-12-21 Michael Albinus <michael.albinus@gmx.de>
5673
5674 * simple.el (process-file): Overwrite stderr file, if exists.
5675
5676 2012-12-21 Daiki Ueno <ueno@gnu.org>
5677
5678 * epg.el (epg--start): Print GPG_AGENT_INFO in the debug buffer.
5679 (epg-error): Set `error-message' property.
5680
5681 2012-12-21 Chong Yidong <cyd@gnu.org>
5682
5683 * international/mule-cmds.el (read-char-by-name): Signal an error
5684 if the user does not supply a valid character (Bug#13177).
5685
5686 * simple.el (transpose-subr-1): Preserve marker positions by
5687 changing the insertion sequence (Bug#13122).
5688
5689 2012-12-21 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
5690
5691 * simple.el (kill-region): Deactivate mark even for empty regions
5692 (Bug#13169).
5693
5694 2012-12-21 Chong Yidong <cyd@gnu.org>
5695
5696 * help-fns.el (describe-variable): Make sure we get the right
5697 buffer name (Bug#13105). Suggested by Kelly Dean.
5698
5699 2012-12-20 Michael R. Mauger <mmaug@yahoo.com>
5700
5701 * comint.el (comint-redirect-previous-input-string): New variable.
5702 (comint-redirect-setup, comint-redirect-cleanup)
5703 (comint-redirect-preoutput-filter): Use it. Fixes redirection bug.
5704 (comint-redirect-preoutput-filter): Fix verbose message.
5705
5706 2012-12-20 Michael Albinus <michael.albinus@gmx.de>
5707
5708 * progmodes/grep.el (rgrep): Escape command line. Sometimes, it
5709 is too long for Tramp. See discussion in
5710 <http://thread.gmane.org/gmane.emacs.tramp/8233/focus=8244>.
5711
5712 * progmodes/compile.el (compilation-start): Remove line escape
5713 template.
5714
5715 2012-12-20 Dmitry Antipov <dmantipov@yandex.ru>
5716
5717 * vc/ediff-ptch.el (ediff-map-patch-buffer): Use `point-min-marker'.
5718 Adjust comment.
5719
5720 2012-12-19 Jonas Bernoulli <jonas@bernoul.li>
5721
5722 * emacs-lisp/lisp-mnt.el (lm-section-end): Always end before the
5723 following non-comment text (bug#13207).
5724 (lm-header-multiline): Continuation lines need to be indented more than
5725 the first line.
5726 (lm-homepage): New function.
5727 (lm-with-file): Don't be confused if narrowing is in effect.
5728
5729 2012-12-19 Stefan Monnier <monnier@iro.umontreal.ca>
5730
5731 * vc/diff-mode.el (diff-post-command-hook): Don't ignore changes at the
5732 very beginning of a hunk (e.g. killing the first line).
5733
5734 2012-12-19 Michael Albinus <michael.albinus@gmx.de>
5735
5736 * net/tramp-sh.el (tramp-sh-handle-file-acl): Delete empty lines
5737 and text properties from returned ACL string.
5738 (tramp-sh-handle-set-file-acl): Do not use additional parentheses
5739 for "setfacl" command.
5740
5741 2012-12-18 Michael Albinus <michael.albinus@gmx.de>
5742
5743 * net/tramp.el (tramp-error-with-buffer): Give a hint to use
5744 `tramp-cleanup-this-connection', when the process has died.
5745 (Bug#13151)
5746
5747 2012-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
5748
5749 * icomplete.el (icomplete-completions): Also use … to truncate prefix.
5750
5751 2012-12-17 Kevin Ryde <user42@zip.com.au>
5752
5753 * files.el (auto-save-file-name-p): Use \` and \' (bug#13186).
5754
5755 2012-12-17 Michael Albinus <michael.albinus@gmx.de>
5756
5757 Add support for preserving ACL entries of files.
5758
5759 * net/tramp.el (tramp-file-name-for-operation): Add `file-acl' and
5760 `set-file-acl' handlers.
5761
5762 * net/tramp-adb.el (tramp-adb-handle-copy-file):
5763 Handle PRESERVE-EXTENDED-ATTRIBUTES.
5764
5765 * net/tramp-compat.el (tramp-compat-copy-file):
5766 Handle PRESERVE-EXTENDED-ATTRIBUTES.
5767
5768 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
5769 Add `file-acl' and `set-file-acl' handlers.
5770 (tramp-gvfs-handle-copy-file):
5771 Handle PRESERVE-EXTENDED-ATTRIBUTES.
5772 (tramp-gvfs-handle-file-acl, tramp-gvfs-handle-set-file-acl):
5773 New defuns.
5774
5775 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
5776 Add `file-acl' and `set-file-acl' handlers.
5777 (tramp-remote-acl-p, tramp-sh-handle-file-acl)
5778 (tramp-sh-handle-set-file-acl): New defuns.
5779 (tramp-sh-handle-copy-file, tramp-do-copy-or-rename-file):
5780 Handle PRESERVE-EXTENDED-ATTRIBUTES.
5781
5782 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
5783 Add `file-acl' and `set-file-acl' handlers.
5784 (tramp-smb-handle-copy-file): Handle PRESERVE-EXTENDED-ATTRIBUTES.
5785
5786 2012-12-17 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
5787
5788 * help-macro.el (make-help-screen): Instead of switch-to-buffer
5789 use pop-to-buffer with NORECORD argument t. As buffer name, use
5790 *Metahelp* with a leading space (Bug#13190).
5791
5792 2012-12-16 Romain Francoise <romain@orebokech.com>
5793
5794 * files.el (file-extended-attributes)
5795 (set-file-extended-attributes): New functions.
5796 (backup-buffer): Use them to handle both SELinux context and ACL
5797 entries.
5798 (backup-buffer-copy): Work with an alist of extended attributes,
5799 rather than an SELinux context.
5800 (basic-save-buffer-2): Ditto.
5801
5802 2012-12-16 Timo Myyrä <timo.myyra@gmail.com>
5803
5804 * battery.el (battery-bsd-apm): New function.
5805
5806 2012-12-16 Jay Belanger <jay.p.belanger@gmail.com>
5807
5808 * calc/calc.el (calc-standard-date-formats): Adjust one of the
5809 standard date formats.
5810
5811 2012-12-15 Juri Linkov <juri@jurta.org>
5812
5813 * isearch.el (isearch-mode-map): Bind `C-x 8 RET' to
5814 `isearch-insert-char-by-name'.
5815 (with-isearch-suspended): New defmacro with body mostly from
5816 `isearch-edit-string' except the part that sets
5817 `isearch-new-string' and `isearch-new-message'.
5818 (isearch-edit-string): Use new macro `with-isearch-suspended' with
5819 body that sets `isearch-new-string' and `isearch-new-message'.
5820 (isearch-insert-char-by-name): New command.
5821 * international/mule-cmds.el (read-char-by-name): Let-bind
5822 `enable-recursive-minibuffers' to t.
5823 http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00234.html
5824
5825 2012-12-15 Juri Linkov <juri@jurta.org>
5826
5827 * isearch.el (isearch-delete-char, isearch-del-char): Doc fix.
5828 (Bug#13175)
5829
5830 2012-12-15 Christopher Schmidt <christopher@ch.ristopher.com>
5831
5832 * dired-x.el (dired-guess-shell-command): Put colon at the end of
5833 the prompt. (Bug#13045)
5834
5835 2012-12-14 Glenn Morris <rgm@gnu.org>
5836
5837 * emacs-lisp/macroexp.el (macroexp--warn-and-return):
5838 Try to include filename in non-bytecomp warning. (Bug#13132)
5839
5840 2012-12-14 Paul Eggert <eggert@cs.ucla.edu>
5841
5842 Fix permissions bugs with setgid directories etc. (Bug#13125)
5843 * files.el (backup-buffer): Don't rely on 9th output of
5844 file-attributes, as it's now a placeholder. Instead, use the new
5845 optional arg of file-ownership-preserved-p.
5846 (file-ownership-preserved-p): New optional arg GROUP.
5847 Fix mishandling of setuid directories that would cause this
5848 function to return t when it should have returned nil.
5849 Document what happens if the file does not exist, and when
5850 it's not known whether the ownership will be preserved.
5851 * net/tramp-sh.el (tramp-sh-handle-file-ownership-preserved-p):
5852 Likewise.
5853 (tramp-get-local-gid): Use group-gid for integer, as that's
5854 faster and more reliable.
5855
5856 2012-12-14 Julien Danjou <julien@danjou.info>
5857
5858 * progmodes/sql.el (sql-mode-postgres-font-lock-keywords):
5859 Update keywords list, data type and PL/pgSQL.
5860
5861 2012-12-14 Dave Abrahams <dave@boostpro.com>
5862
5863 * vc/ediff-util.el (ediff-buffer-type): New function.
5864 (ediff-clone-buffer-for-current-diff-comparison): Compute the buf-type
5865 rather than taking it as as argument.
5866 (ediff-inferior-compare-regions): Adjust calls accordingly (bug#11319).
5867
5868 2012-12-14 Ryan Crum <ryan.crum@eleostech.com>
5869
5870 * json.el: Add pretty-print option (bug#12634).
5871 (json-encoding-separator, json-encoding-default-indentation)
5872 (json--encoding-current-indentation, json-encoding-pretty-print)
5873 (json-encoding-lisp-style-closings): New vars.
5874 (json--with-indentation): New macro.
5875 (json-encode-hash-table, json-encode-alist, json-encode-plist)
5876 (json-encode-array): Use it to obey json-encoding-pretty-print.
5877 (json-pretty-print-buffer, json-pretty-print): New commands.
5878
5879 2012-12-14 Dmitry Gutov <dgutov@yandex.ru>
5880
5881 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
5882 Extract `ruby-syntax-propertize-expansions'.
5883 (ruby-syntax-propertize-expansions): Only change syntax on
5884 certain string delimiters, to punctuation. This way the common
5885 functions like forward-word and thing-at-point still work.
5886 (ruby-match-expression-expansion): Improve readability.
5887 (ruby-block-contains-point): New function.
5888 (ruby-add-log-current-method): Handle several edge cases.
5889
5890 2012-12-13 Juanma Barranquero <lekktu@gmail.com>
5891
5892 * emacs-lisp/edebug.el (edebug-unload-function): Make sure that
5893 unload-feature finishes even when aborting an ongoing edebug session.
5894 Also, do not worry about edebug-mode, unload-feature takes care of it.
5895
5896 2012-12-13 Andreas Schwab <schwab@suse.de>
5897
5898 * net/tls.el (tls-program): Update customize type.
5899
5900 2012-12-13 Juanma Barranquero <lekktu@gmail.com>
5901
5902 * emacs-lisp/edebug.el (edebug--require-cl-read): New function.
5903 (edebug-setup-hook, cl-read-load-hooks): Use it.
5904 (edebug-unload-function): New function. (Bug#13163)
5905
5906 2012-12-13 Michael Albinus <michael.albinus@gmx.de>
5907
5908 * net/tramp-adb.el (tramp-adb-file-name-p): Make it a defsubst.
5909 Otherwise, there could be errors in autoloading. (Bug#13151)
5910
5911 2012-12-13 Jürgen Hötzel <juergen@archlinux.org>
5912
5913 * net/tramp-adb.el (tramp-adb-wait-for-output): Remove spurious " ^H"
5914 sequences.
5915
5916 2012-12-13 Alan Mackenzie <acm@muc.de>
5917
5918 Make CC Mode not hang when _some_ lines end in CRLF. Bug #11841.
5919 * progmodes/cc-engine.el (c-backward-comments): Add code to work
5920 around `forward-comment' not recognizing ^M as whitespace.
5921
5922 2012-12-13 Fabián Ezequiel Gallina <fgallina@cuca>
5923
5924 * progmodes/python.el (python-skeleton-class)
5925 (python-skeleton-def): Do not add space after defun name.
5926
5927 2012-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
5928
5929 * emacs-lisp/cl.el (letf): Make it an alias of cl-letf.
5930 (cl--symbol-function): Remove (now that funbound is like nil).
5931
5932 2012-12-12 Glenn Morris <rgm@gnu.org>
5933
5934 * button.el (button--area-button-p): Fix typo.
5935
5936 2012-12-12 Sam Steingold <sds@gnu.org>
5937
5938 * frame.el (frame-maximization-style): New user option.
5939 (toggle-frame-maximized): Toggle frame maximization according to
5940 `frame-maximization-style', bound to <f11>.
5941 (cycle-frame-maximized): Cycle between all maximization styles and
5942 non-maximized frame, bound to shift-<f11>.
5943
5944 2012-12-12 David Cadé <codename68@gmail.com>
5945
5946 * mpc.el (mpc-format): Use truncate-string-to-width (bug#13143).
5947
5948 2012-12-12 Jonas Bernoulli <jonas@bernoul.li>
5949
5950 * lisp/emacs-lisp/eieio.el: Prettier object pretty-printing (bug#13115).
5951 (eieio-override-prin1): Don't quote kewords and booleans.
5952 (object-write) <eieio-default-superclass>: Don't put closing parens
5953 on new line, avoid needless empty lines, align values that are objects
5954 with the slot keyword (instead of beginning on the same line).
5955 (eieio-list-prin1): Align value with slot keyword; increase
5956 eieio-print-depth before printing members of the list.
5957
5958 2012-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
5959
5960 * mail/emacsbug.el (report-emacs-bug): Move the intangible text to
5961 a display text-property.
5962 (report-emacs-bug-hook): Don't bother deleting it any more.
5963
5964 * hilit-chg.el (highlight-save-buffer-state): Delete.
5965 Use with-silent-modifications instead.
5966 (hilit-chg-set-face-on-change): Only fixup the text that's modified.
5967
5968 * button.el: Handle buttons in display text-properties.
5969 (button--area-button-p, button--area-button-string):
5970 Use (STRING . STRING-POS) representation instead of just STRING.
5971
5972 2012-12-11 Eli Zaretskii <eliz@gnu.org>
5973
5974 * makefile.w32-in (compile4-SH): Fix a typo that caused term
5975 subdirectory be skipped.
5976
5977 2012-12-11 Glenn Morris <rgm@gnu.org>
5978
5979 * net/rcirc.el (rcirc-urls, rcirc-condition-filter): Doc fixes.
5980
5981 * progmodes/f90.el (f90-line-continued, f90-indent-region):
5982 Treat preprocessor lines embedded in continuations like comments.
5983 (f90-indent-line): Special-case preprocessor lines. (Bug#13138)
5984
5985 2012-12-11 Jay Belanger <jay.p.belanger@gmail.com>
5986
5987 * calc/calc.el (calc-standard-date-formats): Add more date
5988 formats.
5989 * calc/calc-forms.el (math-parse-iso-date): New function.
5990 (math-parse-date): Use `math-parse-iso-date' when appropriate.
5991 (math-parse-iso-date-validate): Add extra error checking.
5992 (calc-date-notation): Add ability to access new date formats.
5993
5994 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
5995
5996 * hi-lock.el (hi-lock--regexps-at-point): Fix boundary case for
5997 font-lock as well as when there's no text-property.
5998
5999 2012-12-10 Jambunathan K <kjambunathan@gmail.com>
6000
6001 * hi-lock.el: Refine the choice of default face.
6002 (hi-lock-keyword->face): New function. Use it wherever we used
6003 cadadadr instead.
6004 (hi-lock--regexps-at-point): Ignore faces that can't come from hi-lock.
6005 (hi-lock--last-face): Remove var.
6006 (hi-lock--unused-faces): New var to replace it.
6007 (hi-lock-read-face-name): Use/maintain it.
6008 (hi-lock-unface-buffer): Maintain it. Fix error for the C-u case.
6009 (hi-lock-set-pattern): Ignore new rule if it has the same regexp even
6010 if it has another face.
6011
6012 2012-12-10 Eli Zaretskii <eliz@gnu.org>
6013
6014 * subr.el (w32notify-handle-event): New function.
6015 (inotify-handle-event): Doc fix.
6016
6017 2012-12-10 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
6018
6019 * subr.el (inotify-event-p, inotify-handle-event): New functions.
6020
6021 2012-12-10 Dani Moncayo <dmoncayo@gmail.com>
6022
6023 * simple.el (just-one-space): Doc fix.
6024
6025 2012-12-10 Eli Zaretskii <eliz@gnu.org>
6026
6027 * textmodes/texinfo.el (texinfo-enable-quote-envs): Add "smallexample".
6028
6029 2012-12-10 Le Wang <l26wang@gmail.com>
6030
6031 * hilit-chg.el (hilit-chg-set-face-on-change): Don't burp in
6032 narrowed buffer (bug#12361).
6033
6034 2012-12-10 Juanma Barranquero <lekktu@gmail.com>
6035
6036 * vc/vc-hooks.el (vc-state): Doc fix.
6037
6038 2012-12-10 Glenn Morris <rgm@gnu.org>
6039
6040 * mail/rmail.el (rmail-maybe-display-summary):
6041 Preserve buffer, in case select-window changes it. (Bug#13066)
6042
6043 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
6044
6045 * emacs-lisp/cl.el, emacs-lisp/cl-lib.el: Move cl-unload-function and
6046 cl-load-hook where they belong.
6047
6048 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
6049
6050 * emacs-lisp/cl-lib.el (cl-declaim): Paren typo.
6051
6052 2012-12-09 Eli Zaretskii <eliz@gnu.org>
6053
6054 Parallelize byte compilation on MS-Windows.
6055 * makefile.w32-in (WINS_BASIC1, WINS_BASIC2, WINS_BASIC3)
6056 (WINS_BASIC4): New variables, subdivide subdirectories into 4 parts.
6057 (WINS_BASIC): Define as concatenation of the above.
6058 (compile): Subdivide into 4 separate and independent jobs that can
6059 be run in parallel.
6060 (compile0-CMD, compile0-SH): New targets for compiling
6061 COMPILE_FIRST files, which are prerequisites for the rest of the
6062 byte-compilation.
6063 (compile1-CMD, compile2-CMD, compile3-CMD, compile4-CMD):
6064 New targets for parallel compilation with cmd.exe.
6065 (compile1-SH, compile2-SH, compile3-SH, compile4-SH): Ditto for
6066 compiling under a Unixy shell.
6067
6068 2012-12-09 Chong Yidong <cyd@gnu.org>
6069
6070 * simple.el (set-mark-default-inactive): Delete this
6071 accidentally-introduced option.
6072 (set-mark-command, exchange-point-and-mark): Remove calls.
6073
6074 2012-12-09 Glenn Morris <rgm@gnu.org>
6075
6076 * emacs-lisp/lisp-mode.el (eval-defun-1): Doc fix.
6077 Respect a defcustom's :set function, if appropriate. (Bug#109)
6078 (eval-defun): Doc fix.
6079
6080 2012-12-08 Juri Linkov <juri@jurta.org>
6081
6082 * info.el (Info-copy-current-node-name, Info-breadcrumbs)
6083 (Info-fontify-node, Info-bookmark-make-record): Remove the
6084 file extension from Info-current-file (Bug#13016).
6085
6086 2012-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
6087
6088 * hi-lock.el (hi-lock-unface-buffer): If there's no matching regexp at
6089 point, still provide some default.
6090 (hi-lock--regexps-at-point): Don't enforce a "hi-lock-" prefix on face
6091 names, since we don't use it right now. Actually return the list.
6092 (hi-lock-file-patterns, hi-lock-interactive-patterns): Use defvar-local.
6093
6094 2012-12-07 Chong Yidong <cyd@gnu.org>
6095
6096 * novice.el (disabled-command-function): Remove a spurious help
6097 xref (Bug#13043). Suggested by Kelly Dean.
6098
6099 * subr.el (text-clone-maintain): Fix clone overlay deletion when a
6100 syntax is specified (Bug#13025).
6101
6102 * info.el (Info-set-mode-line): Remove the file extension from
6103 Info-current-file if there is one (Bug#13016).
6104
6105 2012-12-07 Glenn Morris <rgm@gnu.org>
6106
6107 * mail/rmail.el (rmail-mime-decoded): New permanent local.
6108 (rmail-show-message-1): Set rmail-mime-decoded when appropriate.
6109 * mail/rmailedit.el (rmail-cease-edit): Respect rmail-mbox-format
6110 and rmail-mime-decoded. (Bug#9841)
6111
6112 * mail/unrmail.el (unrmail-mbox-format): New option. (Bug#6574)
6113 (batch-unrmail, unrmail): Doc fixes.
6114 (unrmail): Respect unrmail-mbox-format.
6115 * mail/rmail.el (rmail-mbox-format): New option.
6116 (rmail-show-message-1): Respect rmail-mbox-format.
6117
6118 2012-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
6119
6120 * emacs-lisp/cl-macs.el (cl-tagbody): New macro.
6121
6122 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
6123
6124 Further cleanup of the "cl-" namespace. Fit CL in 80 columns.
6125 * emacs-lisp/cl-macs.el (cl--pop2, cl--optimize-safety)
6126 (cl--optimize-speed, cl--not-toplevel, cl--parse-loop-clause)
6127 (cl--expand-do-loop, cl--proclaim-history, cl--declare-stack)
6128 (cl--do-proclaim, cl--proclaims-deferred): Rename from the "cl-" prefix.
6129 (cl-progv): Don't rely on dynamic scoping to find the body.
6130 * emacs-lisp/cl-lib.el (cl--optimize-speed, cl--optimize-safety)
6131 (cl--proclaims-deferred): Rename from the "cl-" prefix.
6132 (cl-declaim): Use backquotes.
6133 * emacs-lisp/cl-extra.el (cl-make-random-state, cl-random-state-p):
6134 Use "cl--" prefix for the object's tag.
6135
6136 * ses.el: Use advice-add/remove.
6137 (ses--advice-copy-region-as-kill, ses--advice-yank): New functions.
6138 (copy-region-as-kill, yank): Use advice-add.
6139 (ses-unload-function): Use advice-remove.
6140
6141 2012-12-06 Jonas Bernoulli <jonas@bernoul.li>
6142
6143 * button.el: Make them work in header-lines (bug#12817).
6144 (button-map): Add bindings for header-line and mode-line use.
6145 (button-get, button-put, button-label): `button' may now be a string.
6146 (button-activate): Don't make it a defsubst.
6147 (button--area-button-p, button--area-button-string): New functions.
6148 (make-text-button): Fix the return value when `beg' was a string.
6149 (push-button): Handle the mode-line case.
6150
6151 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
6152
6153 * progmodes/sql.el: Use cl-lib and lexical-binding; various cleanup.
6154 (sql-signum): Remove. Use `cl-signum' instead.
6155 (sql-read-passwd): Remove; use read-passwd instread.
6156 (sql-get-login-ext): Use read-string.
6157 (sql-get-login): Use dolist and pcase.
6158 (sql--completion-table): Rename from sql-try-completion.
6159 Use complete-with-action.
6160 (sql-mode): Don't change abbrev-all-caps globally.
6161 (sql-connect): Don't rely on dynamic scoping for `new-name'.
6162 (sql-postgres-completion-object): Initialize vars in their `let'.
6163 (sql-comint-sybase, sql-comint-sqlite, sql-comint-mysql)
6164 (sql-comint-solid, sql-comint-ms, sql-comint-postgres)
6165 (sql-comint-interbase): Use a single append, without setq.
6166 (sql-comint-linter): Same, and unwind-protect the LINTER_MBX var.
6167
6168 * hi-lock.el: Rework the default face and the serialize regexp code.
6169 (hi-lock--auto-select-face-defaults): Remove.
6170 (hi-lock-string-serialize-serial): Remove.
6171 (hi-lock--hashcons-hash): Rename from hi-lock-string-serialize-hash;
6172 make weak.
6173 (hi-lock--hashcons): Rename from hi-lock-string-serialize, return an
6174 equal string.
6175 (hi-lock-set-pattern): Adjust accordingly.
6176 (hi-lock--regexps-at-point): Simplify accordingly.
6177 (hi-lock--auto-select-face-defaults): Remove.
6178 (hi-lock--last-face): New var to replace it.
6179 (hi-lock-read-face-name): Rewrite (bug#11095).
6180 (hi-lock-unface-buffer): Arrange for the face to be the next default.
6181
6182 2012-12-06 Michael Albinus <michael.albinus@gmx.de>
6183
6184 * net/tramp.el (tramp-replace-environment-variables):
6185 Hide compiler warning.
6186 (tramp-file-name-for-operation): Remove `executable-find',
6187 `start-process', `call-process' and `call-process-region'.
6188
6189 * net/tramp-compat.el (top): Don't require 'tramp-util and 'tramp-vc.
6190
6191 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Ensure backward
6192 compatibility.
6193
6194 * net/tramp-sh.el (top): Remove `tramp-sh-handle-call-process-region'.
6195
6196 2012-12-06 Chong Yidong <cyd@gnu.org>
6197
6198 * ffap.el (ffap-replace-file-component): Fix typo.
6199
6200 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
6201
6202 * progmodes/octave-mod.el (octave-mark-block): Move out of tokens and
6203 fix open-paren-like token test (bug#12785).
6204
6205 2012-12-06 Glenn Morris <rgm@gnu.org>
6206
6207 * mail/rmailsum.el (rmail-new-summary): Tweak for
6208 rmail-maybe-display-summary changing buffer. (Bug#13066)
6209
6210 2012-12-06 Juri Linkov <juri@jurta.org>
6211
6212 * info.el (Info-fontify-node): Don't hide the last newline.
6213 (Bug#12272)
6214
6215 2012-12-06 Katsumi Yamaoka <yamaoka@jpl.org>
6216
6217 * mail/mailabbrev.el (mail-abbrev-expand-wrapper): Work in minibuffer
6218 so as to enable message-read-from-minibuffer to expand mail aliases.
6219
6220 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
6221
6222 * minibuf-eldef.el (minibuf-eldef-update-minibuffer): Don't mess with
6223 the `intangible' property.
6224 Suggested by Christopher Schmidt <christopher@ch.ristopher.com>
6225
6226 2012-12-05 Deniz Dogan <deniz@dogan.se>
6227
6228 * net/rcirc.el (rcirc-urls): Update documentation.
6229 (rcirc-condition-filter): New function.
6230 (rcirc-browse-url, rcirc-markup-urls): Use only URLs before point
6231 and exclude consecutive duplicate URLs (Bug#6082).
6232
6233 2012-12-05 Michael Albinus <michael.albinus@gmx.de>
6234
6235 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
6236 Check return code of copy command.
6237
6238 * net/tramp-adb.el (tramp-adb-sdk-dir, tramp-adb-prompt):
6239 Use group `tramp'. Add version.
6240
6241 2012-12-05 Chong Yidong <cyd@gnu.org>
6242
6243 * ffap.el (ffap-url-regexp): Don't require matching at front of
6244 string (Bug#4952).
6245 (ffap-url-p): If only a substring matches, return that.
6246 (ffap-url-at-point): Use the return value of ffap-url-p.
6247 (ffap-read-file-or-url, ffap-read-file-or-url-internal)
6248 (find-file-at-point, dired-at-point, dired-at-point-prompter)
6249 (ffap-guess-file-name-at-point): Likewise.
6250 (ffap-replace-file-component): Fix typo.
6251
6252 * info.el (info-display-manual): Add existing Info buffers, whose
6253 files may not be in Info-directory-list, to the completion.
6254 (info--manual-names): New helper function.
6255
6256 2012-12-05 Glenn Morris <rgm@gnu.org>
6257
6258 * vc/vc-hg.el (vc-hg-resolve-when-done, vc-hg-find-file-hook):
6259 New functions, for detecting and resolving conflicts. (Bug#10709)
6260
6261 2012-12-04 Jambunathan K <kjambunathan@gmail.com>
6262
6263 * hi-lock.el (hi-lock-auto-select-face): New user variable.
6264 (hi-lock-auto-select-face-defaults): New buffer local variable.
6265 (hi-lock-read-face-name): Honor `hi-lock-auto-select-face'.
6266 (hi-lock-unface-buffer): Prompt user with useful defaults.
6267 With prefix arg, unhighlight all hi-lock patterns in buffer.
6268
6269 2012-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
6270
6271 * obsolete/terminal.el, obsolete/longlines.el: Add obsolecence info.
6272
6273 2012-12-04 Michael Albinus <michael.albinus@gmx.de>
6274
6275 * Makefile.in (TRAMP_SRC):
6276 * makefile.w32-in (TRAMP_SRC): Add tramp-adb.el.
6277
6278 2012-12-04 Juergen Hoetzel <juergen@archlinux.org>
6279
6280 * net/tramp-adb.el: New package.
6281
6282 2012-12-04 Chong Yidong <cyd@gnu.org>
6283
6284 * terminal.el: Move to obsolete/.
6285
6286 * longlines.el: Move to obsolete/.
6287
6288 * vc/ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
6289 Remove code referring to longlines mode.
6290
6291 2012-12-03 Juri Linkov <juri@jurta.org>
6292
6293 * sort.el (delete-duplicate-lines): New command. (Bug#13032)
6294
6295 2012-12-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
6296
6297 * textmodes/ispell.el (ispell-init-process)
6298 (ispell-start-process, ispell-internal-change-dictionary):
6299 Make sure personal dictionary name is expanded after initial
6300 `default-directory' value. Use expanded strings for
6301 keep/restart checks and for value (Bug#13019).
6302
6303 2012-12-03 Jay Belanger <jay.p.belanger@gmail.com>
6304
6305 * calc/calc-forms.el (math-date-to-iso-dt): Fix weekday number.
6306
6307 2012-12-03 Leo Liu <sdl.web@gmail.com>
6308
6309 * files.el (dir-locals-read-from-file): Check file non-empty
6310 before reading. (Bug#13038)
6311
6312 2012-12-03 Glenn Morris <rgm@gnu.org>
6313
6314 * jka-cmpr-hook.el (jka-compr-get-compression-info):
6315 Remove any version extension before checking filename. (Bug#13006)
6316 (jka-compr-compression-info-list): Belated :version bump.
6317
6318 2012-12-03 Chong Yidong <cyd@gnu.org>
6319
6320 * simple.el (transient-mark-mode): Doc fix (Bug#11523).
6321
6322 * buff-menu.el (Buffer-menu-delete-backwards, Buffer-menu-mode)
6323 (buffer-menu): Doc fix (Bug#12294).
6324
6325 2012-12-03 Roland Winkler <winkler@gnu.org>
6326
6327 * calendar/diary-lib.el (diary-header-line-format): Use keybinding
6328 of diary-show-all-entries in the diary buffer (Bug#12994).
6329
6330 2012-12-03 Michael Albinus <michael.albinus@gmx.de>
6331
6332 * net/tramp-sh.el (tramp-perl-encode): Use "read STDIN" instead of
6333 "<STDIN>". This is binary safe.
6334
6335 2012-12-03 Jay Belanger <jay.p.belanger@gmail.com>
6336
6337 * calc/calc-forms.el (math-absolute-from-iso-dt)
6338 (math-date-to-iso-dt, math-parse-iso-date-validate)
6339 (math-iso-dt-to-date): New functions.
6340 (math-fd-iso-dt, math-fd-isoyear, math-fd-isoweek)
6341 (math-fd-isoweekday): New variables.
6342 (calc-date-notation, math-parse-standard-date, math-format-date)
6343 (math-format-date-part): Add support for more formatting codes.
6344
6345 2012-12-02 Dmitry Gutov <dgutov@yandex.ru>
6346
6347 * vc/vc.el (vc-delete-file, vc-rename-file): Default to the
6348 current buffer's file name when called interactively (Bug#12488).
6349
6350 2012-12-02 Juri Linkov <juri@jurta.org>
6351
6352 * info.el (info-display-manual): Don't clobber an existing Info
6353 buffer (Bug#10770). Add completion (Bug#10771).
6354
6355 2012-12-01 Yuya Nishihara <yuya@tcha.org> (tiny change)
6356
6357 * vc/vc-hooks.el (vc-find-file-hook): Expand buffer-file-truename
6358 before using it for comparison (Bug#5297).
6359
6360 2012-12-01 Jari Aalto <jari.aalto@cante.net>
6361
6362 * textmodes/css-mode.el (css-current-defun-name): New function.
6363 (css-mode): Use it.
6364
6365 * textmodes/sgml-mode.el (html-current-defun-name): New function.
6366 (html-mode): Use it.
6367
6368 2012-12-01 Chong Yidong <cyd@gnu.org>
6369
6370 Modularize add-log-current-defun (Bug#2224).
6371 Suggested by Jari Aalto.
6372
6373 * vc/add-log.el (add-log-current-defun-function): Doc fix.
6374 (add-log-current-defun): Move mode-specific code to other files.
6375 (add-log-lisp-like-modes, add-log-c-like-modes)
6376 (add-log-tex-like-modes): Variables deleted.
6377
6378 * emacs-lisp/lisp-mode.el (lisp-current-defun-name): New.
6379 (lisp-mode-variables): Use it.
6380
6381 * progmodes/cc-mode.el (c-common-init):
6382 * progmodes/cperl-mode.el (cperl-mode): Set a value for
6383 add-log-current-defun-function.
6384
6385 * progmodes/m4-mode.el (m4-current-defun-name): New function.
6386 (m4-mode): Use it.
6387
6388 * progmodes/perl-mode.el (perl-current-defun-name): New.
6389 (perl-mode): Use it.
6390
6391 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
6392 Use lisp-current-defun-name.
6393
6394 * textmodes/tex-mode.el (tex-current-defun-name): New.
6395 (tex-common-initialization): Use it.
6396
6397 * textmodes/texinfo.el (texinfo-current-defun-name): New.
6398 (texinfo-mode): Use it.
6399
6400 2012-12-01 Chong Yidong <cyd@gnu.org>
6401
6402 * emacs-lisp/lisp-mode.el (lisp-mode-variables, lisp-mode):
6403 * progmodes/autoconf.el (autoconf-mode):
6404 * progmodes/js.el (js-mode):
6405 * progmodes/make-mode.el (makefile-mode, makefile-makepp-mode)
6406 (makefile-bsdmake-mode, makefile-imake-mode, makefile-browse):
6407 * progmodes/perl-mode.el (perl-mode):
6408 * progmodes/sh-script.el (sh-mode, sh-set-shell):
6409 * textmodes/css-mode.el (css-mode):
6410 * textmodes/sgml-mode.el (html-mode, sgml-mode)
6411 (sgml-tags-invisible, sgml-guess-indent):
6412 * textmodes/tex-mode.el (tex-common-initialization)
6413 (latex-complete-bibtex-keys, tex-shell, tex-main-file)
6414 (doctex-mode, plain-tex-mode, latex-mode):
6415 * textmodes/texinfo.el (texinfo-mode): Use setq-local.
6416
6417 2012-12-01 Kirk Kelsey <kirk.kelsey@0x4b.net>
6418
6419 * vc/vc-hg.el (vc-hg-next-revision):
6420 Ensure use of default "tip" output format. (Bug#6968)
6421
6422 2012-12-01 Kim F. Storm <storm@cua.dk>
6423
6424 * startup.el (fancy-startup-tail): Add a clickable link
6425 (Bug#2176).
6426
6427 2012-12-01 Chong Yidong <cyd@gnu.org>
6428
6429 * startup.el (fancy-startup-tail): Improve the message about
6430 auto-save files (Bug#2176).
6431
6432 * files.el (recover-session): Improve the descriptive message, and
6433 use substitute-command-keys.
6434
6435 2012-12-01 Glenn Morris <rgm@gnu.org>
6436
6437 * ido.el (ido-file-internal):
6438 Handle other-window, other-frame for dired. (Bug#13036)
6439
6440 2012-11-30 Glenn Morris <rgm@gnu.org>
6441
6442 * icomplete.el (icomplete-separator): Fix :version.
6443
6444 2012-11-30 Chong Yidong <cyd@gnu.org>
6445
6446 * shell.el (shell): For C-u M-x shell, use an inactive shell
6447 buffer as the default (Bug#1975).
6448 (shell-apply-ansi-color, shell-reapply-ansi-color): New functions.
6449 (shell-mode): Use them to reapply ansi colorization if Shell mode
6450 is re-enabled.
6451
6452 2012-11-30 Yuriy Vostrikov <delamonpansie@gmail.com> (tiny change)
6453
6454 * vc/vc-git.el (vc-git-command): Disable the pager (Bug#6137).
6455
6456 2012-11-30 Samuel Bronson <naesten@gmail.com>
6457
6458 * progmodes/grep.el (grep-compute-defaults): Do not pass the -e
6459 flag to xargs, for compatibility with BSD xargs (Bug#11703).
6460
6461 2012-11-30 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
6462
6463 * textmodes/fill.el (fill-region-as-paragraph): Handle overshoot
6464 by move-to-column (Bug#3234).
6465
6466 2012-11-30 Chong Yidong <cyd@gnu.org>
6467
6468 * longlines.el (longlines-wrap-line, longlines-encode-region):
6469 Preserve text properties (Bug#1425).
6470
6471 2012-11-30 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
6472
6473 * vc/vc.el (vc-register): Allow registering a file which is
6474 already registered with a different backend (Bug#10589).
6475
6476 2012-11-29 Jambunathan K <kjambunathan@gmail.com>
6477 Stefan Monnier <monnier@iro.umontreal.ca>
6478
6479 * icomplete.el: Change separator; add ido-style commands.
6480 (icomplete-show-key-bindings): Remove custom var.
6481 (icomplete-get-keys): Remove function.
6482 (icomplete-forward-completions, icomplete-backward-completions):
6483 New commands.
6484 (icomplete-minibuffer-map): New var.
6485 (icomplete-minibuffer-setup): Use it.
6486 (icomplete-exhibit): Don't delay if the list of completions is known.
6487 (icomplete-separator): New custom.
6488 (icomplete-completions): Use it.
6489 * minibuffer.el (completion-all-sorted-completions): Delete duplicates.
6490 (minibuffer-force-complete-and-exit): New command.
6491 (minibuffer--complete-and-exit): New function extracted from
6492 minibuffer-complete-and-exit.
6493 (minibuffer-complete-and-exit): Use it.
6494
6495 * progmodes/etags.el (visit-tags-table-buffer): Give a more precise
6496 error message when the file doesn't exist (bug#12974).
6497
6498 2012-11-29 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
6499
6500 * simple.el (activate-mark): Run activate-mark-hook (bug#13027).
6501
6502 2012-11-29 Glenn Morris <rgm@gnu.org>
6503
6504 * files.el (hack-dir-local-variables): Warn if try to set
6505 coding via dir-locals, since it doesn't work. (Bug#7169)
6506
6507 Add desktop support for restoring vc-dir buffers. (Bug#10606)
6508 * vc/vc-dir.el (vc-dir-mode): Autoload it (for desktop restore).
6509 Set buffer-local value of desktop-save-buffer.
6510 (vc-dir-desktop-buffer-misc-data, vc-dir-restore-desktop-buffer):
6511 New functions.
6512 (desktop-buffer-mode-handlers): Add vc-dir-mode entry.
6513 * desktop.el (desktop-save-buffer-p): Treat vc-dir like dired.
6514
6515 * files.el (inhibit-local-variables-ignore-case): New. (Bug#10610)
6516 (inhibit-local-variables-p): Use inhibit-local-variables-ignore-case.
6517 Doc fix.
6518 (inhibit-local-variables-regexps, inhibit-local-variables-suffixes):
6519 Doc fixes.
6520
6521 2012-11-28 Jay Belanger <jay.p.belanger@gmail.com>
6522
6523 * calc/calc-forms.el (calc-date-notation): Fix regexp
6524 used to find time codes. Fix symbol for seconds.
6525
6526 2012-11-27 Glenn Morris <rgm@gnu.org>
6527
6528 * emacs-lisp/derived.el (derived-mode-make-docstring):
6529 Don't mention "abbrev" or "syntax" if nil. (Bug#11277)
6530
6531 2012-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
6532
6533 * textmodes/table.el (table-insert): Don't use `symbol-name' on
6534 lexically scoped variables (bug#13005).
6535
6536 2012-11-27 Glenn Morris <rgm@gnu.org>
6537
6538 * vc/vc-hooks.el (vc-mistrust-permissions):
6539 Default to t, to avoid data-loss. (Bug#11490)
6540
6541 2012-11-27 Fabián Ezequiel Gallina <fgallina@cuca>
6542
6543 * progmodes/python.el (python-indent-guess-indent-offset):
6544 If indentation is guessed make python-indent-offset buffer-local.
6545
6546 Fix Imenu regression.
6547 * progmodes/python.el (python-nav-beginning-of-defun):
6548 Fix forward movement when statement(s) separates point from defun.
6549 (python-imenu-prev-index-position): New function.
6550
6551 2012-11-27 Eli Zaretskii <eliz@gnu.org>
6552
6553 * subr.el (buffer-file-type): Declare with defvar-local. Doc fix.
6554
6555 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
6556 Don't set buffer-file-type. Return nil. (Bug#12989)
6557
6558 2012-11-27 Glenn Morris <rgm@gnu.org>
6559
6560 * hippie-exp.el (hippie-expand-try-functions-list):
6561 Re-autoload it. (Bug#12982)
6562
6563 2012-11-27 Eli Zaretskii <eliz@gnu.org>
6564
6565 * descr-text.el (describe-char-padded-string):
6566 Call internal-char-font only on GUI frames. (Bug#11964)
6567
6568 2012-11-27 Andreas Schwab <schwab@linux-m68k.org>
6569
6570 * buff-menu.el (Buffer-menu-buffer+size-width): Fix customize type
6571 and obsoletion message.
6572
6573 2012-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
6574
6575 * emacs-lisp/cl-macs.el (cl--transform-lambda): Add back `declare' in
6576 the constructs to keep outside of the `cl-block' (bug#12977).
6577
6578 2012-11-27 Chong Yidong <cyd@gnu.org>
6579
6580 * mouse.el (mouse-drag-line): Even if the line is not draggable,
6581 keep reading until we get the up-event anyway, in order to process
6582 the up-event for mouse-1-click-follows-link (Bug#12971).
6583
6584 2012-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
6585
6586 * emacs-lisp/advice.el (ad-should-compile): Don't compile advice if the
6587 base function is not yet defined (bug#12965).
6588 (ad-activate-advised-definition): Use ad-compile-function.
6589 (ad-activate): Use cond.
6590
6591 2012-11-25 Leo Liu <sdl.web@gmail.com>
6592
6593 * textmodes/sgml-mode.el (sgml-tag): Fix indentation for closing tag.
6594 (Bug#12979)
6595
6596 2012-11-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
6597
6598 * textmodes/reftex-parse.el (reftex-parse-from-file): Use variable
6599 reftex-section-info-function in order to be compatible with
6600 Texinfo integration.
6601
6602 * textmodes/reftex.el (reftex-section-pre-regexp)
6603 (reftex-section-post-regexp, reftex-section-info-function):
6604 New variable.
6605 (reftex-compile-variables): Use variables reftex-section-pre-regexp,
6606 reftex-section-post-regexp, and reftex-section-info-function in order
6607 to be compatible with Texinfo integration.
6608
6609 * textmodes/reftex-toc.el (reftex-toc-promote-action):
6610 use reftex-section-pre-regexp variable in order to be compatible with
6611 Texinfo integration.
6612
6613 2012-11-25 Chong Yidong <cyd@gnu.org>
6614
6615 * faces.el: Make face-spec-set more analogous to setq.
6616 (face-spec-set): Change the third arg to specify whether this
6617 function is being called via defface, customize, or a third party.
6618 Set the appropriate symbol properties. Clear the override spec if
6619 setting via Custom. Initialize face if necessary. (Bug#4988)
6620 (face-spec-recalc): Allow theme faces to completely replace the
6621 defface spec, in the same way as custom faces (Bug#8454).
6622
6623 * cus-face.el (custom-declare-face): Move face initialization to
6624 face-spec-set.
6625 (custom-theme-set-faces): Don't initialize the face name here, as
6626 that is now done in face-spec-set.
6627
6628 * cus-edit.el (custom-face-set, custom-face-mark-to-save)
6629 (custom-face-reset-saved, custom-face-mark-to-reset-standard):
6630 Simplify by using the new arg to face-spec-set.
6631
6632 * emacs-lisp/lisp-mode.el (eval-defun-1): When evaluating defface,
6633 reset face-override-spec too, and use custom-declare-face.
6634
6635 2012-11-24 Jan Djärv <jan.h.d@swipnet.se>
6636
6637 * term/ns-win.el (ns-initialize-window-system): Move creation of
6638 fontsets here (Bug#11964).
6639
6640 2012-11-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
6641
6642 * ses.el (ses-rename-cell): Correct bug on mode-line update after
6643 cell renaming.
6644
6645 2012-11-24 Chong Yidong <cyd@gnu.org>
6646
6647 * woman.el (woman-default-faces, woman-monochrome-faces): Mark as
6648 obsolete.
6649
6650 * custom.el (custom-theme-set-variables): Use a topological sort
6651 for ordering by custom dependencies (Bug#12952).
6652 (custom--sort-vars, custom--sort-vars-1): New functions.
6653
6654 2012-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
6655
6656 * emacs-lisp/bytecomp.el (byte-compile-file): Setup default value for
6657 lexical-binding (bug#12938).
6658
6659 2012-11-24 Wolfgang Jenkner <wjenkner@inode.at>
6660
6661 * image-mode.el (image-transform-check-size): Use assertions only
6662 for images of type imagemagick.
6663
6664 Otherwise no error, image-transform-fit-to-{width,height} is
6665 silently ignored, as before. Doc fix.
6666
6667 2012-11-24 Chong Yidong <cyd@gnu.org>
6668
6669 * faces.el (color-defined-p): Doc fix (Bug#12853).
6670
6671 2012-11-24 Juri Linkov <juri@jurta.org>
6672
6673 * dired.el (dired-mark): Add optional arg `interactive'.
6674 Check for `use-region-p' if `interactive' is non-nil.
6675 (dired-unmark, dired-flag-file-deletion): Add optional arg
6676 `interactive'. Call `dired-mark' with the arg `interactive'.
6677 (Bug#10624)
6678
6679 * wdired.el: Revert 2012-10-17 change partly and replace it with
6680 Patch by Christopher Schmidt <christopher@ch.ristopher.com>.
6681 (wdired-finish-edit): Add marks for new file names to
6682 `wdired-old-marks'. Restore marks using `dired-mark-remembered'
6683 after `revert-buffer'.
6684 (wdired-do-renames): Remove calls to `dired-remove-file',
6685 `dired-add-file', `dired-add-entry'. (Bug#11795)
6686
6687 2012-11-24 Alan Mackenzie <acm@muc.de>
6688
6689 * progmodes/cc-defs.el (c-version): Bump to 5.32.4.
6690
6691 Fix bugs in the state cache. Enhance a debugging mechanism.
6692 * progmodes/cc-engine.el (c-parse-state-get-strategy): Don't use
6693 "brace at column zero" strategy for C++.
6694 (c-append-lower-brace-pair-to-state-cache): Repair algorithm.
6695 (c-parse-state-point): New variable.
6696 (c-record-parse-state-state): Record old parse state with
6697 `copy-tree'. Record previous value of point.
6698 (c-debug-parse-state-double-cons): New debugging function.
6699 (c-debug-parse-state): Call the above new function.
6700 (c-toggle-parse-state-debug): Output a confirmatory message.
6701
6702 * progmodes/cc-mode.el (c-before-change, c-after-change):
6703 Call c-invalidate-state-cache from `c-before-change' instead of
6704 `c-after-change'.
6705
6706 2012-11-23 Chong Yidong <cyd@gnu.org>
6707
6708 * find-cmd.el (find-constituents): Add executable, ipath,
6709 readable, samefile, writable, daystart, regextype (Bug#12856).
6710
6711 2012-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
6712
6713 * emacs-lisp/ert.el, emacs-lisp/ert-x.el: Use cl-lib and lexical-binding.
6714
6715 2012-11-22 Paul Eggert <eggert@cs.ucla.edu>
6716
6717 * calc/calc.el (calc-gregorian-switch): Move to after calc-refresh
6718 definition. This fixes a bootstrap failure.
6719 (calc-gregorian-switch): In menu, put dates before regions.
6720 This is easier to follow, lines up better in the menu, and lets us
6721 coalesce regions that switch at the same time. Give country
6722 names, not "Vatican", as that's better for non-expert users.
6723 Use names that are stable between the date of switch and now, e.g.,
6724 Bohemia and Moravia (which existed then and now) and not
6725 Czechoslovakia (which didn't exist then and doesn't exist now).
6726 What is now the U.S. mostly did not switch at the same time as
6727 Britain, so omit the U.S. Correct spelling of "Britain".
6728 Catholic Switzerland was too much of a mess, so omit it.
6729
6730 2012-11-22 Jay Belanger <jay.p.belanger@gmail.com>
6731
6732 * calc/calc.el (calc-gregorian-switch): Refresh the Calc buffer
6733 after the variable is changed.
6734
6735 2012-11-21 Daniel Colascione <dancol@dancol.org>
6736
6737 * progmodes/sql.el (sql-mode-font-lock-object-name): Support IF NOT EXISTS
6738 in SQL declarations for font-lock.
6739 (sql-imenu-generic-expression): Teach imenu about IF NOT EXISTS.
6740
6741 2012-11-21 Glenn Morris <rgm@gnu.org>
6742
6743 * faces.el (face-underline-p, face-inverse-video-p, face-bold-p)
6744 (face-italic-p): Add optional argument "inherit".
6745
6746 * faces.el (set-face-inverse-video, set-face-bold, set-face-italic):
6747 Remove -p suffix from names, for consistency with other set-face-*.
6748 (set-face-inverse-video): Fix interactive spec.
6749 * play/gamegrid.el (gamegrid-make-mono-tty-face):
6750 * textmodes/table.el (table--update-cell-face):
6751 Use set-face-inverse-video rather than now obsolete alias.
6752
6753 2012-11-21 Eli Zaretskii <eliz@gnu.org>
6754
6755 * simple.el (line-move): Don't call line-move-partial if
6756 scroll-conservatively is in effect. (Bug#12927)
6757
6758 2012-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
6759
6760 * eshell/em-cmpl.el (eshell-pcomplete): Refine fix for bug#12838:
6761 Fallback on completion-at-point rather than
6762 pcomplete-expand-and-complete, and only if pcomplete actually failed.
6763 (eshell-cmpl-initialize): Setup completion-at-point.
6764
6765 * pcomplete.el (pcomplete--entries): Obey pcomplete-ignore-case.
6766
6767 * emacs-lisp/ert.el (ert--expand-should-1): Adapt to cl-lib.
6768
6769 2012-11-21 Michael Albinus <michael.albinus@gmx.de>
6770
6771 * net/tramp-sh.el (tramp-do-copy-or-rename-file): If both files
6772 are remote, check out-of-band property for both.
6773
6774 2012-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
6775
6776 * window.el (switch-to-buffer): Re-add the warning that was lost in the
6777 code rewrite.
6778
6779 2012-11-21 Paul Eggert <eggert@cs.ucla.edu>
6780
6781 More minor time fixes.
6782 * calendar/time-date.el: Commentary fix.
6783 * net/tramp-sh.el (tramp-do-file-attributes-with-ls): Undo last change;
6784 too much other code depends on (0 0) time stamps.
6785 * net/tramp.el (tramp-time-less-p, tramp-time-subtract):
6786 Add a couple of FIXME comments.
6787
6788 Minor cleanup for times as lists of four integers.
6789 * files.el (dir-locals-directory-cache):
6790 * ps-bdf.el (bdf-file-mod-time, bdf-read-font-info):
6791 Doc fixes.
6792 * net/tramp-sh.el (tramp-do-file-attributes-with-ls):
6793 * ps-bdf.el (bdf-file-newer-than-time):
6794 Process four-integers time stamps, not two. Doc fixes.
6795
6796 2012-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
6797
6798 * uniquify.el (uniquify-managed): Use defvar-local.
6799 (rename-buffer, create-file-buffer): Advise with advice-add.
6800 (uniquify-unload-function): Unadvise accordingly.
6801
6802 * emacs-lisp/trace.el: Rewrite, use nadvice and lexical-binding.
6803 (trace-buffer): Don't purecopy.
6804 (trace-entry-message, trace-exit-message): Add `context' arg.
6805 (trace--timer): New var.
6806 (trace-make-advice): Adjust for use in nadvice.
6807 Add `context' argument. Delay `display-buffer' via a timer.
6808 (trace-function-internal): Use advice-add.
6809 (trace--read-args): New function.
6810 (trace-function-foreground, trace-function-background): Use it.
6811 (trace-function): Rename to trace-function-foreground and redefine as
6812 an alias to that new name.
6813 (untrace-function, untrace-all): Adjust to the use of nadvice.
6814
6815 * emacs-lisp/bytecomp.el (byte-compile): Fix handling of closures.
6816
6817 * emacs-lisp/byte-run.el (defun-declarations-alist): Fix last change.
6818
6819 * subr.el (called-interactively-p-functions): New var.
6820 (internal--called-interactively-p--get-frame): New macro.
6821 (called-interactively-p, interactive-p): Rewrite in Lisp.
6822 * emacs-lisp/nadvice.el (advice--called-interactively-skip): New fun.
6823 (called-interactively-p-functions): Use it.
6824 * emacs-lisp/edebug.el (edebug--called-interactively-skip): New fun.
6825 (called-interactively-p-functions): Use it.
6826 * allout.el (allout-called-interactively-p): Don't assume
6827 called-interactively-p is a subr.
6828
6829 2012-11-20 Glenn Morris <rgm@gnu.org>
6830
6831 * profiler.el (profiler-report-mode-map): Add a menu.
6832 No need to bind `q' because we derive from special-mode.
6833 (profiler-report-find-entry): Handle calls from the menu-bar.
6834
6835 2012-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
6836
6837 * emacs-lisp/byte-run.el (defun-declarations-alist):
6838 Allow a compiler-macro to be a lambda expression.
6839
6840 * progmodes/python.el: Use cl-lib. Move var declarations outside of
6841 eval-when-compile.
6842 (python-syntax-context): Add compiler-macro.
6843 (python-font-lock-keywords): Simplify with De Morgan.
6844
6845 * vc/diff-mode.el (diff-hunk): Don't make useless timers.
6846
6847 * files.el (load-file): Require match in minibuffer selection, as was
6848 the case in Emacs-20 before we changed the spec to allow .elc files
6849 (bug#12935).
6850
6851 * json.el: Don't require cl since we don't use it.
6852 * color.el: Don't require cl.
6853 (color-complement): `caddr' -> `nth 2'.
6854
6855 * calendar/time-date.el (time-to-seconds): De-obsolete.
6856
6857 2012-11-19 Jay Belanger <jay.p.belanger@gmail.com>
6858
6859 * calc/calc-forms.el (math-leap-year-p): Fix formula for negative
6860 year numbers.
6861 (math-date-to-julian-dt): Adjust the initial approximation for the
6862 year to deal with the new definition of the DATE.
6863
6864 2012-11-19 Daniel Colascione <dancol@dancol.org>
6865
6866 * term/w32-win.el (cygwin-convert-path-from-windows):
6867 Accomodate rename of cygwin_convert_path* to cygwin_convert_file_name*.
6868
6869 2012-11-18 Chong Yidong <cyd@gnu.org>
6870
6871 * filecache.el (file-cache--read-list): New function.
6872 (file-cache-add-directory-list, file-cache-add-file-list)
6873 (file-cache-delete-file-list, file-cache-delete-directory-list):
6874 Use it to read a list of files or directories (Bug#12846).
6875 (file-cache-add-file, file-cache-add-directory)
6876 (file-cache-delete-file-list, file-cache-delete-file-regexp)
6877 (file-cache-delete-directory): Print an message.
6878
6879 2012-11-18 Jay Belanger <jay.p.belanger@gmail.com>
6880
6881 * calc/calc-forms.el (math-date-to-dt): Use integer date when
6882 calling `math-date-to-julian-dt' and 'math-date-to-gregorian-dt'.
6883
6884 2012-11-18 Glenn Morris <rgm@gnu.org>
6885
6886 * image.el (insert-image, insert-sliced-image): Doc fix.
6887
6888 2012-11-18 Chong Yidong <cyd@gnu.org>
6889
6890 * emacs-lisp/syntax.el (syntax-propertize-function): Doc fix
6891 (Bug#12810).
6892
6893 2012-11-18 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
6894
6895 * vc/vc-svn.el (vc-svn-merge-news): Properly parse the merge
6896 response when the target file is in a subdirectory (Bug#12757).
6897
6898 2012-11-18 Chong Yidong <cyd@gnu.org>
6899
6900 * filecache.el (file-cache-add-file-list): Doc fix (Bug#12694).
6901
6902 2012-11-18 Glenn Morris <rgm@gnu.org>
6903
6904 * emacs-lisp/cl-lib.el (face-underline-p):
6905 Use set-face-underline rather than the alias set-face-underline-p.
6906
6907 * window.el (with-temp-buffer-window): Doc fix.
6908 * subr.el (with-output-to-temp-buffer):
6909 Add doc xref to with-temp-buffer-window.
6910
6911 2012-11-18 Juanma Barranquero <lekktu@gmail.com>
6912
6913 * woman.el (woman-non-underline-faces): Use `set-face-underline'.
6914 * calc/calc.el (math-format-date-cache): Declare.
6915
6916 2012-11-17 Paul Eggert <eggert@cs.ucla.edu>
6917
6918 Calc by default uses the Gregorian calendar for all dates (Bug#12633).
6919 It also uses January 1, 1 AD as its day number 1.
6920 * calc/calc-forms.el (math-julian-date-beginning)
6921 (math-julian-date-beginning-int): Implement this.
6922
6923 2012-11-17 Juanma Barranquero <lekktu@gmail.com>
6924
6925 * descr-text.el (quail-find-key):
6926 * dired.el (desktop-file-name):
6927 * dirtrack.el (shell-prefixed-directory-name, shell-process-cd):
6928 * generic-x.el (comint-mode, comint-exec):
6929 * image-dired.el (widget-forward):
6930 * info.el (speedbar-add-expansion-list, speedbar-center-buffer-smartly)
6931 (speedbar-change-expand-button-char)
6932 (speedbar-change-initial-expansion-list, speedbar-delete-subblock)
6933 (speedbar-make-specialized-keymap, speedbar-make-tag-line):
6934 * printing.el (easy-menu-add-item, easy-menu-remove-item)
6935 (widget-field-action, widget-value-set):
6936 * speedbar.el (imenu--make-index-alist):
6937 * term.el (ring-empty-p, ring-ref, ring-insert-at-beginning)
6938 (ring-length, ring-insert):
6939 * vcursor.el (compare-windows-skip-whitespace):
6940 * woman.el (dired-get-filename):
6941 Declare functions.
6942
6943 * term/w32-win.el (cygwin-convert-path-from-windows): Fix declaration.
6944
6945 2012-11-17 Jay Belanger <jay.p.belanger@gmail.com>
6946
6947 * calc/calc.el (calc-gregorian-switch): New variable.
6948
6949 * calc/calc-forms.el (math-day-in-year, math-dt-before-p)
6950 (math-absolute-from-gregorian-dt, math-absolute-from-julian-dt)
6951 (math-date-to-julian-dt, math-date-to-gregorian-dt): New functions.
6952 (math-leap-year-p): Add option to distinguish between Julian
6953 and Gregorian calendars.
6954 (math-day-number): Use `math-day-in-year' to do the computations.
6955 (math-absolute-from-dt): Rename from `math-absolute-from-date'.
6956 Use `math-absolute-from-gregorian' and `math-absolute-from-julian'
6957 to do the computations.
6958 (math-date-to-dt): Use `math-date-to-julian-dt' and
6959 `math-date-to-gregorian-dt' to do the computations.
6960 (calcFunc-weekday, math-format-date-part): Use the new version of
6961 the DATE to determine the weekday.
6962 (calcFunc-newmonth, calcFunc-newyear): Use `calc-gregorian-switch'
6963 when necessary.
6964
6965 2012-11-17 Eli Zaretskii <eliz@gnu.org>
6966
6967 * term/w32-win.el (w32-handle-dropped-file): Use 'file://' only on
6968 Cygwin; otherwise use 'file:'. (Bug#12914)
6969 (cygwin-convert-path-from-windows): Declare, to avoid
6970 byte-compiler warnings.
6971
6972 2012-11-17 Andreas Politz <politza@fh-trier.de>
6973
6974 * ibuffer.el (ibuffer-mark-forward, ibuffer-unmark-forward)
6975 (ibuffer-unmark-backward, ibuffer-mark-interactive): Support plain
6976 prefix and negative numeric prefix args (Bug#12795).
6977
6978 2012-11-17 Stephen Berman <stephen.berman@gmx.net>
6979
6980 * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
6981 Don't signal an error with a score that is too low to add to the
6982 list of top scores. (Bug#12779)
6983
6984 2012-11-17 Chong Yidong <cyd@gnu.org>
6985
6986 * help-mode.el (help-xref-interned): End on point-min (Bug#12737).
6987
6988 * filecache.el (file-cache-add-file): Handle relative file name in
6989 the argument (Bug#12694).
6990
6991 2012-11-16 Jürgen Hötzel <juergen@archlinux.org> (tiny change)
6992
6993 * eshell/em-unix.el (eshell/mkdir): Handle "--parents" (bug#12897).
6994
6995 2012-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
6996
6997 * emacs-lisp/advice.el (ad-make-advised-definition): Improve last fix.
6998
6999 * emacs-lisp/cl-lib.el: Set more meaningful version number.
7000
7001 2012-11-16 Martin Rudalics <rudalics@gmx.at>
7002
7003 * window.el (enlarge-window, shrink-window): Don't mention return
7004 value in doc-string (Bug#12896).
7005 (window--display-buffer): Don't resize frames - it won't work
7006 with all window managers and defeat pop-up-frame-alist.
7007 (display-buffer-alist): In doc-string explain that CONDITION can
7008 be a function and which arguments are passed to it (Bug#12854).
7009 (display-buffer-assq-regexp): New argument ACTION. Handle lambda
7010 expressions (Bug#12854).
7011 (display-buffer): Pass ACTION argument to
7012 display-buffer-assq-regexp.
7013
7014 2012-11-16 Glenn Morris <rgm@gnu.org>
7015
7016 * window.el (fit-frame-to-buffer-bottom-margin)
7017 (fit-frame-to-buffer, fit-window-to-buffer): Doc fixes.
7018
7019 * faces.el (face-underline-p): Use face-attribute-specified-or.
7020
7021 2012-11-16 Juanma Barranquero <lekktu@gmail.com>
7022
7023 * emacs-lisp/cl-macs.el (cl-loop, cl-do, cl-do*): Doc fixes.
7024
7025 2012-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
7026
7027 * emacs-lisp/cl-macs.el (cl-flet, cl-flet*): Fix docstring (bug#12895).
7028
7029 2012-11-16 Glenn Morris <rgm@gnu.org>
7030
7031 * eshell/em-cmpl.el (eshell-pcomplete): New command. (Bug#12838)
7032 (eshell-cmpl-initialize): Bind eshell-pcomplete to TAB, C-i.
7033
7034 * faces.el (face-underline-p): Doc fix. Handle :underline being
7035 things other than `t' (a string, a list).
7036 (face-inverse-video-p): Doc fix.
7037 (set-face-underline): Rename it back from set-face-underline-p.
7038 Doc fix. Allow interactive input of values other than t.
7039 (read-face-attribute): Apply formatting to :underline,
7040 since like :box and :stipple it can take list values.
7041
7042 * term.el (ansi-term): Don't let C-x escape-char binding
7043 clobber the more standard C-c binding. (Bug#12842)
7044
7045 * subr.el (set-temporary-overlay-map): Doc fix.
7046
7047 2012-11-16 Martin Rudalics <rudalics@gmx.at>
7048
7049 * window.el (record-window-buffer)
7050 (display-buffer-record-window): When copying the markers to
7051 window-point preserve window-point-insertion-type. (Bug#12588)
7052
7053 2012-11-16 Glenn Morris <rgm@gnu.org>
7054
7055 * emacs-lisp/eieio-datadebug.el (eieio-debug-methodinvoke):
7056 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error):
7057 Use new names for hooks rather than obsolete aliases.
7058
7059 2012-11-15 Daniel Colascione <dancol@dancol.org>
7060
7061 * term/w32-win.el (w32-handle-dropped-file): Use a "file://"
7062 prefix instead of "file:" so that when FILE-NAME begins with "//",
7063 as it does when the target file is on a network share, url-handler
7064 isn't confused.
7065
7066 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
7067
7068 * emacs-lisp/advice.el (ad-definition-type): Make sure we don't use
7069 a preactivated advice from an old advice.el; they're not compatible!
7070
7071 2012-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
7072
7073 * emacs-lisp/nadvice.el (advice--make-interactive-form):
7074 Fix string-spec case.
7075
7076 * emacs-lisp/advice.el (ad-make-advised-definition): Fix undefined case.
7077
7078 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
7079
7080 * emacs-lisp/nadvice.el: Add buffer-local support to add-function.
7081 (advice--buffer-local-function-sample): New var.
7082 (advice--set-buffer-local, advice--buffer-local): New functions.
7083 (add-function, remove-function): Use them.
7084
7085 2012-11-15 Drew Adams <drew.adams@oracle.com>
7086
7087 * imenu.el (imenu--split-submenus): Use imenu--subalist-p (bug#12717).
7088
7089 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
7090
7091 * emacs-lisp/cl-macs.el (cl--transform-lambda): Defend against
7092 potential binding of print-gensym to t, and prettify (back)quotes in
7093 case they appear in args's default values (bug#12884).
7094
7095 2012-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
7096
7097 * emacs-lisp/nadvice.el: Add around advice for interactive specs.
7098 (advice-eval-interactive-spec): New function.
7099 (advice--make-interactive-form): Support around advice (bug#12844).
7100
7101 2012-11-14 Dmitry Gutov <dgutov@yandex.ru>
7102
7103 * progmodes/ruby-mode.el (ruby-expr-beg): Make heredoc detection
7104 more strict. Add docstring.
7105 (ruby-expression-expansion-re): Extract from
7106 `ruby-match-expression-expansion'.
7107 (ruby-syntax-propertize-function): After everything else, search
7108 for expansions in string literals, mark their insides as
7109 whitespace syntax and save match data for font-lock.
7110 (ruby-font-lock-keywords): Use the 2nd group from expression
7111 expansion matches.
7112 (ruby-match-expression-expansion): Use the match data saved to the
7113 text property in ruby-syntax-propertize-function.
7114
7115 2012-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
7116
7117 * emacs-lisp/gv.el (setf): Fix debug spec for multiple assignments
7118 (bug#12879).
7119
7120 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
7121
7122 * progmodes/ruby-mode.el (ruby-move-to-block): Looks for a block
7123 start/end keyword a bit harder. Works with different values of N.
7124 Add more comments.
7125 (ruby-end-of-block): Update accordingly.
7126
7127 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
7128
7129 * woman.el (woman-file-name): Don't mess with unread-command-events
7130 (bug#12861).
7131
7132 * emacs-lisp/advice.el: Layer on top of nadvice.el.
7133 Remove out of date self-require hack.
7134 (ad-do-advised-functions): Use simple `dolist'.
7135 (ad-advice-name, ad-advice-protected, ad-advice-enabled)
7136 (ad-advice-definition): Redefine as functions.
7137 (ad-advice-classes): Move before first use.
7138 (ad-make-origname, ad-set-orig-definition, ad-clear-orig-definition)
7139 (ad-make-mapped-call, ad-make-advised-docstring,ad-make-plain-docstring)
7140 (ad--defalias-fset): Remove functions.
7141 (ad-make-advicefunname, ad-clear-advicefunname-definition): New funs.
7142 (ad-get-orig-definition): Rewrite.
7143 (ad-make-advised-definition-docstring): Change base docstring.
7144 (ad-real-orig-definition): Rewrite.
7145 (ad-map-arglists): Change name of called function.
7146 (ad--make-advised-docstring): Redirect `function' from ad-Advice-...
7147 (ad-make-advised-definition): Simplify.
7148 (ad-assemble-advised-definition): Tweak for new calling context.
7149 (ad-activate-advised-definition): Setup ad-Advice-* i.s.o ad-Orig-*.
7150 (ad--defalias-fset): Rename from ad-handle-definition. Make it set the
7151 function and call ad-activate if needed.
7152 (ad-activate, ad-deactivate): Don't call ad-handle-definition any more.
7153 (ad-recover): Clear ad-Advice-* instead of ad-Orig-*.
7154 (ad-compile-function): Compile ad-Advice-*.
7155 (ad-activate-on-top-level, ad-with-auto-activation-disabled): Remove.
7156 (ad-start-advice, ad-stop-advice): Remove.
7157
7158 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
7159
7160 * progmodes/ruby-mode.el (ruby-add-log-current-method): Print the
7161 period before class method names, not after. Remove handling of
7162 one impossible case. Add comments.
7163
7164 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
7165
7166 * emacs-lisp/advice.el: Remove support for freezing.
7167 (ad-make-freeze-docstring, ad-make-freeze-definition): Remove functions.
7168 (ad-make-single-advice-docstring, ad-defadvice-flags, defadvice):
7169 Remove support for `freeze'.
7170
7171 * emacs-lisp/cl.el (dolist, dotimes, declare): Use advice-add to
7172 override the default.
7173 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Rewrite without using
7174 cl--dotimes/dolist.
7175 * subr.el (dolist, dotimes, declare): Redefine them normally, even when
7176 `cl' is loaded.
7177
7178 * emacs-lisp/nadvice.el (advice--normalize): New function, extracted
7179 from add-advice.
7180 (advice--strip-macro): New function.
7181 (advice--defalias-fset): Use them to handle macros.
7182 (advice-add): Use them.
7183 (advice-member-p): Correctly handle macros.
7184
7185 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
7186
7187 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
7188 Never font-lock the beginning of singleton class as heredoc.
7189
7190 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
7191
7192 * emacs-lisp/gv.el (gv-define-simple-setter): One more fix (bug#12871).
7193
7194 2012-11-13 Wolfgang Jenkner <wjenkner@inode.at>
7195
7196 * ansi-color.el (ansi-color-apply-sequence): Implement SGR codes
7197 39 and 49 (bug#12792). Also, treat unimplemented parameters as 0,
7198 thereby restoring the behavior of revisions prior to 2012-08-15T03:33:55Z!monnier@iro.umontreal.ca.
7199
7200 2012-11-13 Fabián Ezequiel Gallina <fgallina@cuca>
7201
7202 Fix end-of-defun misbehavior.
7203 * progmodes/python.el (python-nav-beginning-of-defun): Rename from
7204 python-beginning-of-defun-function. Handle nested defuns
7205 correctly.
7206 (python-nav-end-of-defun): Rename from
7207 python-end-of-defun-function. Ensure forward movement.
7208 (python-info-current-defun): Reimplement to work as intended
7209 with new fixed python-nav-{end,beginning}-of-defun. Stop scanning
7210 parent defuns as soon as possible.
7211
7212 2012-11-13 Glenn Morris <rgm@gnu.org>
7213
7214 * progmodes/flymake.el (flymake-error-bitmap)
7215 (flymake-warning-bitmap, flymake-fringe-indicator-position): Doc fixes.
7216 (flymake-error-bitmap, flymake-warning-bitmap): Fix :types.
7217
7218 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
7219
7220 * progmodes/ruby-mode.el (ruby-move-to-block): When moving
7221 backward, always stop at indentation. Reverts the change from
7222 2012-08-12T22:06:56Z!monnier@iro.umontreal.ca (Bug#12851).
7223
7224 2012-11-13 Glenn Morris <rgm@gnu.org>
7225
7226 * ibuffer.el (ibuffer-mode-map, ibuffer-mode):
7227 Add ibuffer-filter-by-derived-mode.
7228
7229 * ibuffer.el (ibuffer-mode-map): Don't have two menu items with
7230 the same name shadowing each other.
7231
7232 * window.el (with-temp-buffer-window): Doc tweak.
7233
7234 * emacs-lisp/debug.el (debugger-bury-or-kill): Doc tweak.
7235
7236 * help.el (temp-buffer-max-height):
7237 * window.el (fit-frame-to-buffer, fit-frame-to-buffer-bottom-margin):
7238 * emacs-lisp/debug.el (debugger-bury-or-kill): Fix :version.
7239
7240 2012-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
7241
7242 * emacs-lisp/nadvice.el: New package.
7243 * subr.el (special-form-p): New function.
7244 * emacs-lisp/elp.el: Use lexical-binding and advice-add.
7245 (elp-all-instrumented-list): Remove var.
7246 (elp-not-profilable): Remove elp-wrapper.
7247 (elp-profilable-p): Use autoloadp and special-form-p.
7248 (elp--advice-name): New const.
7249 (elp-instrument-function): Use advice-add.
7250 (elp--instrumented-p): New predicate.
7251 (elp-restore-function): Use advice-remove.
7252 (elp-restore-all, elp-reset-all): Use mapatoms.
7253 (elp-set-master): Use elp--instrumented-p.
7254 (elp--make-wrapper): Rename from elp-wrapper, return a function
7255 suitable for advice-add. Use cl-inf.
7256 (elp-results): Use mapatoms+elp--instrumented-p.
7257 * emacs-lisp/debug.el: Use lexical-binding and advice-add.
7258 (debug-function-list): Remove var.
7259 (debug): Rename arg, and then let-bind it explicitly inside.
7260 (debugger-setup-buffer): Rename arg.
7261 (debugger-setup-buffer): Adjust counts to new debug-on-entry setup.
7262 (debugger-frame-number): Adjust to new debug-on-entry setup.
7263 (debug--implement-debug-on-entry): Rename from
7264 implement-debug-on-entry, add argument.
7265 (debugger-special-form-p): Remove, use special-form-p instead.
7266 (debug-on-entry): Use advice-add.
7267 (debug--function-list): New function.
7268 (cancel-debug-on-entry): Use it, along with advice-remove.
7269 (debug-arglist, debug-convert-byte-code, debug-on-entry-1): Remove.
7270 (debugger-list-functions): Use debug--function-list instead of
7271 debug-function-list.
7272 * emacs-lisp/advice.el (ad-save-real-definition): Remove, unused.
7273 (ad-special-form-p): Remove, use special-form-p instead.
7274 (ad-set-advice-info): Use add-function and remove-function.
7275 (ad--defalias-fset): Adjust accordingly.
7276
7277 2012-11-10 Glenn Morris <rgm@gnu.org>
7278
7279 * mail/emacsbug.el (report-emacs-bug-tracker-url)
7280 (report-emacs-bug-bug-alist, report-emacs-bug-choice-widget)
7281 (report-emacs-bug-create-existing-bugs-buffer)
7282 (report-emacs-bug-parse-query-results)
7283 (report-emacs-bug-query-existing-bugs): Remove. (Bug#7449)
7284
7285 * term.el (term-default-fg-color, term-default-bg-color):
7286 Make obsolete, rather than just saying "deprecated" in the doc.
7287
7288 * term.el (term): Rename from `term-face'.
7289 (term-current-face, ansi-term-color-vector)
7290 (term-default-fg-color, term-default-bg-color, term-ansi-reset):
7291 Update all users.
7292
7293 2012-11-10 Jan Djärv <jan.h.d@swipnet.se>
7294
7295 * server.el (server-create-window-system-frame): Handle Nextstep
7296 specially (Bug#12780).
7297
7298 2012-11-10 Glenn Morris <rgm@gnu.org>
7299
7300 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs):
7301 Unautoload, and make obsolete. (Bug#7449)
7302
7303 2012-11-10 Chong Yidong <cyd@gnu.org>
7304
7305 * vc/diff-mode.el (diff-delete-trailing-whitespace): Rewrite, and
7306 rename from diff-remove-trailing-whitespace (Bug#12831).
7307
7308 2012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
7309
7310 * emacs-lisp/advice.el: Require `cl-lib' at run-time to fix
7311 miscompilation of trace.el.
7312
7313 2012-11-10 Glenn Morris <rgm@gnu.org>
7314
7315 * vc/diff-mode.el (diff-remove-trailing-whitespace): Doc fix.
7316
7317 2012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
7318
7319 * emacs-lisp/gv.el (gv-define-simple-setter): Fix last change
7320 (bug#12812).
7321
7322 2012-11-10 Chong Yidong <cyd@gnu.org>
7323
7324 * minibuf-eldef.el (minibuffer-eldef-shorten-default): Convert to
7325 a defcustom with an appropriate :set function.
7326 (minibuffer-default--in-prompt-regexps): New function.
7327
7328 2012-11-10 Glenn Morris <rgm@gnu.org>
7329
7330 * emacs-lisp/cl.el (define-setf-expander, defsetf)
7331 (define-modify-macro): Doc fixes.
7332
7333 * emacs-lisp/gv.el (gv-letplace): Fix doc typo.
7334 (gv-define-simple-setter): Update doc of `fix-return'.
7335
7336 2012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
7337
7338 * emacs-lisp/gv.el (gv-define-simple-setter): Don't evaluate `val'
7339 twice when `fix-return' is set (bug#12813).
7340
7341 * emacs-lisp/cl.el (defsetf): Pass the third arg to
7342 gv-define-simple-setter (bug#12812).
7343
7344 * woman.el (woman-decode-region): Disable adaptive-fill when rendering
7345 (bug#12756).
7346
7347 2012-11-10 Glenn Morris <rgm@gnu.org>
7348
7349 * emacs-lisp/gv.el (gv-define-setter): Fix doc typo.
7350
7351 * emacs-lisp/cl-extra.el (cl-prettyexpand):
7352 * emacs-lisp/cl-lib.el (cl-proclaim, cl-declaim):
7353 * emacs-lisp/cl-macs.el (cl-destructuring-bind, cl-locally)
7354 (cl-the, cl-compiler-macroexpand): Add basic doc strings.
7355
7356 * emacs-lisp/cl-extra.el (cl-maplist, cl-mapcan): Doc fix.
7357
7358 2012-11-10 Leo Liu <sdl.web@gmail.com>
7359
7360 * ido.el (ido-set-matches-1): Improve flex matching performance by
7361 removing backtracking in the regexp (suggested by Stefan). (Bug#12796)
7362
7363 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
7364
7365 * emacs-lisp/advice.el (ad-set-advice-info): Set defalias-fset-function.
7366 (ad--defalias-fset): New function.
7367 (ad-safe-fset): Remove.
7368 (ad-make-freeze-definition): Use cl-letf*.
7369
7370 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
7371
7372 * subr.el (dolist): Don't bind VAR in RESULT.
7373
7374 * emacs-lisp/advice.el: Miscellaneous cleanup. Use lexical-binding.
7375 (fset, documentation): Don't save real def since we don't advise.
7376 (ad-do-advised-functions): Remove problematic `result-form'.
7377 (ad-safe-fset): `ad-real-fset' => `fset'.
7378 (ad-read-advised-function): Don't assume that ad-do-advised-functions
7379 uses CL's dolist internally.
7380 (ad-arglist): Remove unused arg `name'.
7381 (ad-docstring, ad-make-advised-docstring):
7382 `ad-real-documentation' => `documentation'.
7383 (warning-suppress-types): Declare.
7384 (ad-set-arguments): Simple CSE.
7385 (ad-recover-normality): Sanity check.
7386
7387 * emacs-lisp/bytecomp.el (byte-compile-out-toplevel): Don't turn
7388 (funcall '(lambda ..) ..) into ((lambda ..) ..).
7389
7390 2012-11-09 Vincent Belaïche <vincentb1@users.sourceforge.net>
7391
7392 * ses.el: Symbol to coordinate mapping is made by symbol property
7393 `ses-cell'. This means that the same mapping is done for all SES
7394 sheets. That is good enough for cells with standard A1 names, but
7395 not for named cell. So a hash map is added for the latter.
7396 (defconst ses-localvars): Add local variable ses--named-cell-hashmap
7397 (ses-sym-rowcol): Use hashmap for named cell.
7398 (ses-is-cell-sym-p): New defun.
7399 (ses-decode-cell-symbol): New defun.
7400 (ses-create-cell-variable): Add cell to hashmap when name is not
7401 A1-like.
7402 (ses-rename-cell): Check that cell new name is not already in
7403 spreadsheet with the use of ses-is-cell-sym-p
7404 (ses-rename-cell): Use hash map for named cells, but accept also
7405 renaming back to A1-like.
7406
7407 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
7408
7409 * emacs-lisp/advice.el: Use new dynamic docstrings.
7410 (ad-make-advised-definition-docstring, ad-advised-definition-p):
7411 Use dynamic-docstring-function instead of ad-advice-info.
7412 (ad--make-advised-docstring): New function extracted from
7413 ad-make-advised-docstring.
7414 (ad-make-advised-docstring): Use it.
7415 * progmodes/sql.el (sql--make-help-docstring): New function, extracted
7416 from sql-help.
7417 (sql-help): Use it with dynamic-docstring-function.
7418
7419 * env.el (env--substitute-vars-regexp): Don't use rx (for bootstrap).
7420
7421 2012-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
7422
7423 * files.el (hack-one-local-variable--obsolete): New function.
7424 (hack-one-local-variable): Use it for obsolete settings.
7425
7426 * subr.el (locate-user-emacs-file): If both old and new name exist, use
7427 the new name.
7428
7429 * progmodes/js.el (js--filling-paragraph): New var.
7430 (c-forward-sws, c-backward-sws, c-beginning-of-macro): Advise.
7431 (js-c-fill-paragraph): Prefer advice to cl-letf so the rebinding is
7432 less sneaky.
7433
7434 2012-11-08 Julien Danjou <julien@danjou.info>
7435
7436 * progmodes/ruby-mode.el (auto-mode-alist): Add Rakefile in
7437 `auto-mode-alist' (Bug#12835).
7438
7439 2012-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
7440
7441 * progmodes/perl-mode.el (perl-prettify-symbols): New defcustom.
7442 (perl--prettify-symbols-alist): New const.
7443 (perl--font-lock-compose-symbol, perl--font-lock-symbols-keywords):
7444 New functions.
7445 (perl-font-lock-keywords-2): Use them.
7446 (perl-electric-noindent-p): New function.
7447 (perl-mode): Use it to set up electric-indent-mode.
7448 (perl-electric-terminator, perl-indent-command): Mark obsolete.
7449 (perl-mode-map): Remove bindings for them.
7450 (perl-imenu-generic-expression, perl-outline-level):
7451 Match functions&packages in column>0.
7452
7453 * env.el (env--substitute-vars-regexp): New const.
7454 (substitute-env-vars): Use it. Add `only-defined' arg.
7455 * net/tramp.el (tramp-replace-environment-variables): Use it.
7456
7457 * emacs-lisp/bytecomp.el (byte-compile-initial-macro-environment):
7458 Byte-compile *before* eval in eval-and-compile.
7459 (byte-compile-log-warning): Remove redundant inhibit-read-only.
7460 (byte-compile-file-form-autoload): Don't hide actual definition.
7461 (byte-compile-maybe-guarded): Accept `functionp' as well.
7462
7463 * emacs-lisp/gv.el (gv-ref, gv-deref): New function and macro.
7464
7465 2012-11-07 Michael Albinus <michael.albinus@gmx.de>
7466
7467 * notifications.el (notifications-get-server-information-method):
7468 New defconst.
7469 (notifications-get-capabilities): Fix docstring.
7470 (notifications-get-server-information): New defun.
7471
7472 2012-11-06 Agustín Martín Domingo <agustin.martin@hispalinux.es>
7473
7474 * textmodes/ispell.el (ispell-region): Standard re-indent for better
7475 readability.
7476
7477 * textmodes/ispell.el: Experimental support for support debugging.
7478 (ispell-create-debug-buffer): Create a `ispell-debug-buffer' debug
7479 buffer for ispell.
7480 (ispell-print-if-debug): New function to print stuff to
7481 `ispell-debug-buffer' if debugging is enabled.
7482 (ispell-region, ispell-process-line): Use `ispell-print-if-debug' to
7483 show some debugging info.
7484 (ispell-buffer-with-debug): New function that creates a debugging
7485 buffer and calls `ispell-buffer' with debugging enabled.
7486
7487 * textmodes/ispell.el (ispell-region): Do not prefix sent string by
7488 comment in autoconf mode. (Bug#12768)
7489
7490 2012-11-06 Dmitry Antipov <dmantipov@yandex.ru>
7491
7492 * emacs-lisp/byte-opt.el (toplevel): Add compare-window-configurations,
7493 frame-first-window, frame-root-window, frame-selected-window,
7494 minibuffer-selected-window, minibuffer-window,
7495 window-absolute-pixel-edges, window-at, window-body-height,
7496 window-body-width, window-display-table, window-combination-limit,
7497 window-frame, window-fringes, window-inside-absolute-pixel-edges,
7498 window-inside-edges, window-inside-pixel-edges, window-left-child,
7499 window-left-column, window-margins, window-next-buffers,
7500 window-next-sibling, window-new-normal, window-new-total,
7501 window-normal-size, window-parameter, window-parameters, window-parent,
7502 window-pixel-edges, window-point, window-prev-buffers,
7503 window-prev-sibling, window-redisplay-end-trigger, window-scroll-bars,
7504 window-start, window-text-height, window-top-child, window-top-line,
7505 window-total-height, window-total-width and window-use-time to the list
7506 of functions without side-effects.
7507 (toplevel): Add window-valid-p to the list of error-free functions
7508 without side-effects.
7509
7510 2012-11-05 Agustín Martín Domingo <agustin.martin@hispalinux.es>
7511
7512 * textmodes/ispell.el (ispell-program-name):
7513 Update spellchecker parameters when customized.
7514
7515 2012-11-04 Glenn Morris <rgm@gnu.org>
7516
7517 * vc/vc-svn.el (vc-svn-state-heuristic): Avoid calling svn. (Bug#7850)
7518
7519 2012-11-04 Chong Yidong <cyd@gnu.org>
7520
7521 * bookmark.el (bookmark-bmenu-switch-other-window): Avoid binding
7522 same-window-* variables.
7523
7524 2012-11-04 Juri Linkov <juri@jurta.org>
7525
7526 * isearch.el (isearch-help-for-help, isearch-describe-bindings)
7527 (isearch-describe-key, isearch-describe-mode): Use a display
7528 action instead of binding same-window-* variables (Bug#10040).
7529
7530 2012-11-03 Glenn Morris <rgm@gnu.org>
7531
7532 * emacs-lisp/cl-macs.el (cl-parse-loop-clause):
7533 Rename handler properties back from cl-- to cl-. (Bug#12788)
7534
7535 * emacs-lisp/cl-macs.el (cl-do-all-symbols): Add doc string.
7536
7537 2012-11-03 Eli Zaretskii <eliz@gnu.org>
7538
7539 * term/pc-win.el: Don't load term/internal from here.
7540
7541 * loadup.el: Load term/internal from here.
7542
7543 2012-11-03 Fabián Ezequiel Gallina <fgallina@cuca>
7544
7545 * progmodes/python.el (inferior-python-mode): Fix hang in
7546 jit-lock (Bug#12645).
7547
7548 2012-11-03 Martin Rudalics <rudalics@gmx.at>
7549
7550 * window.el (switch-to-visible-buffer)
7551 (switch-to-buffer-preserve-window-point): Fix doc-strings.
7552
7553 2012-11-03 Glenn Morris <rgm@gnu.org>
7554
7555 * emacs-lisp/cl-lib.el (cl--random-time):
7556 Rename from cl-random-time. (Bug#12773)
7557 (cl--gensym-counter, cl--random-state): Update callers.
7558 * emacs-lisp/cl-extra.el (cl-make-random-state): Update callers.
7559
7560 2012-11-03 Chong Yidong <cyd@gnu.org>
7561
7562 * cus-start.el: Make cursor-type customizable (Bug#11633).
7563
7564 2012-11-02 Glenn Morris <rgm@gnu.org>
7565
7566 * filecache.el: No need to load find-lisp when compiling.
7567 (find-lisp-find-files): Autoload it.
7568 (file-cache-add-directory-recursively): Don't require find-lisp.
7569
7570 * image.el (image-type-from-file-name): Trivial simplification.
7571
7572 * emacs-lisp/bytecomp.el (byte-compile-eval):
7573 Decouple "noruntime" and "cl-functions" warnings.
7574
7575 2012-11-01 Stephen Berman <stephen.berman@gmx.net>
7576
7577 * play/gomoku.el (gomoku-display-statistics): Update mode line
7578 only if in Gomoku buffer; don't capitalize "won" (Bug#12771).
7579
7580 2012-10-31 Martin Rudalics <rudalics@gmx.at>
7581
7582 * window.el (quit-restore-window): If the window has been
7583 created on an existing frame and ended up as the sole window on
7584 that frame, do not delete it (Bug#12764).
7585
7586 2012-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
7587
7588 * progmodes/sh-script.el (sh--inside-noncommand-expression):
7589 Rename from sh--inside-arithmetic-expression, handle more cases
7590 (bug#11263).
7591
7592 * progmodes/sh-script.el (sh--inside-arithmetic-expression): New func.
7593 (sh-font-lock-open-heredoc): Use it (bug#12770).
7594
7595 2012-10-30 Glenn Morris <rgm@gnu.org>
7596
7597 * emacs-lisp/cl-extra.el (cl-mapc): Add autoload cookie. Doc fix.
7598
7599 * emacs-lisp/cl.el (letf): Doc fix. (Bug#12760)
7600
7601 2012-10-29 Chong Yidong <cyd@gnu.org>
7602
7603 * isearch.el (isearch-other-meta-char): Ensure that a reprocessed
7604 function key is stored in a keyboard macro (Bug#4894).
7605
7606 * thingatpt.el (number-at-point): Apply a thing-at-point property.
7607
7608 2012-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
7609
7610 * vc/diff-mode.el (diff-context->unified): Don't get confused by "hunk
7611 header comments".
7612 (diff-unified->context, diff-context->unified)
7613 (diff-reverse-direction, diff-fixup-modifs): Use `use-region-p'.
7614
7615 * emacs-lisp/cl.el (letf): Add missing indent rules (bug#12759).
7616
7617 * files.el (find-alternate-file): Only ask one question (bug#12487).
7618
7619 2012-10-29 Chong Yidong <cyd@gnu.org>
7620
7621 * vc/vc-hooks.el (vc-file-clearprops): Kill vc-parent-buffer.
7622 Suggested by Dan Nicolaescu (Bug#6326).
7623
7624 * info.el (Info-complete-menu-item): Avoid duplicates (Bug#12705).
7625
7626 * startup.el (fancy-about-screen): Don't message (Bug#12680).
7627
7628 * thingatpt.el (thing-at-point): Doc fix (Bug#12691).
7629
7630 * imenu.el (imenu): Inhibit push-mark message (Bug#12726).
7631
7632 * face-remap.el (face-remap-add-relative): Handle the case where a
7633 face-remapping-alist entry is a cons cell (Bug#12762).
7634
7635 2012-10-29 Kevin Ryde <user42@zip.com.au>
7636
7637 * woman.el (woman-parse-numeric-value): Handle picas correctly
7638 (Bug#12639).
7639
7640 2012-10-29 Glenn Morris <rgm@gnu.org>
7641
7642 * emacs-lisp/cl.el (defsetf): Doc fix.
7643
7644 2012-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
7645
7646 * progmodes/sh-script.el (sh-font-lock-paren): Also put punctuation
7647 syntax to the matching opener, if any (bug#12547).
7648 (sh-smie-sh-forward-token, sh-smie-sh-backward-token): Recognize this
7649 matching open as a "case-(".
7650 (sh-smie-rc-grammar): Add a corresponding rule for it.
7651
7652 2012-10-28 Daniel Hackney <dan@haxney.org>
7653
7654 * emacs-lisp/package.el (package-generate-autoloads): Kill buffer
7655 "PKGNAME-autoloads.el" in case we created it.
7656
7657 2012-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
7658
7659 * minibuffer.el (completion--sifn-requote): Rewrite to handle things
7660 like Tramp's "/foo:~bar//baz" -> "/scpc:foo:/baz" mapping (bug#11714).
7661 (completion--twq-all): Disable too-strict assertions.
7662
7663 * tmm.el (tmm-prompt): Use map-keymap (bug#12744).
7664
7665 2012-10-27 Eli Zaretskii <eliz@gnu.org>
7666
7667 * profiler.el (profiler-report-make-entry-part): Fix help-echo
7668 text to match the real keybindings.
7669
7670 2012-10-27 Juri Linkov <juri@jurta.org>
7671
7672 * wdired.el (wdired-keep-marker-rename): New defcustom.
7673 (wdired-do-renames): Use it instead of `dired-keep-marker-rename'.
7674 (Bug#11795)
7675
7676 * dired.el (dired-keep-marker-rename): Add reference to
7677 `wdired-keep-marker-rename' in the docstring.
7678 Add default character value ?R to display initially in
7679 Customization UI instead of ?@.
7680
7681 2012-10-27 Martin Rudalics <rudalics@gmx.at>
7682
7683 * window.el (display-buffer): In doc-string describe
7684 window-height and window-width alist entries.
7685
7686 * time.el (display-time-world): Restore fit-window-to-buffer
7687 behavior.
7688
7689 2012-10-27 Chong Yidong <cyd@gnu.org>
7690
7691 * subr.el (insert-buffer-substring-as-yank): Doc fix.
7692
7693 2012-10-26 Jambunathan K <kjambunathan@gmail.com>
7694
7695 * minibuffer.el (completion-category-overrides): New completion
7696 category `bookmark' (bug#11131).
7697
7698 2012-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
7699
7700 * emacs-lisp/advice.el (ad-assemble-advised-definition):
7701 Silence bogus compiler warnings for ad-do-it.
7702
7703 * bookmark.el (bookmark-completing-read): Set the completion category
7704 to `bookmark' (bug#11131).
7705
7706 2012-10-26 Bastien <bzg@altern.org>
7707 Stefan Monnier <monnier@iro.umontreal.ca>
7708
7709 * face-remap.el: Use lexical-binding.
7710 (text-scale-adjust): Improve docstring. Use itself for the temporary
7711 overlay-map bindings, so as to repeat the "Use..." message each time.
7712
7713 2012-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
7714
7715 * emacs-lisp/macroexp.el (macroexp--expand-all):
7716 Obey byte-compile-warning-enabled-p (bug#12486).
7717
7718 * vc/diff-mode.el (diff-end-of-hunk): Also skip potential "no LF at eol".
7719 (diff-refine-hunk): Similarly, handle the "no LF at eol" (bug#12584).
7720
7721 2012-10-26 Martin Rudalics <rudalics@gmx.at>
7722
7723 * mouse.el (mouse-drag-line): Move last form into preceding when
7724 clause (Bug#12731).
7725
7726 * help.el (resize-temp-buffer-window): Fix doc-string.
7727
7728 2012-10-25 David Engster <deng@randomsample.de>
7729
7730 * emacs-lisp/eieio.el (eieio-update-lisp-imenu-expression):
7731 Remove. This feature is already integrated in imenu.
7732
7733 * emacs-lisp/eieio-opt.el: Remove require for `button' since it is
7734 always loaded. Require `speedbar' unconditionally.
7735
7736 2012-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
7737
7738 * dired.el (dired-get-marked-files): Allow ! on . and .. (bug#12725).
7739
7740 * minibuffer.el (minibuffer-force-complete): Fix thinko.
7741
7742 * net/ldap.el (ldap-search-internal): The official ldif format starts
7743 with a "version: 1" header (bug#12724).
7744
7745 * emacs-lisp/package.el (package-installed-p): Warn if not ready
7746 (bug#12721).
7747
7748 2012-10-25 Glenn Morris <rgm@gnu.org>
7749
7750 * emacs-lisp/cl-macs.el (cl-progv): Doc fix.
7751
7752 2012-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
7753
7754 * minibuffer.el (minibuffer-force-complete): Use one more marker
7755 for the temporary-overlay-map command (bug#12619).
7756
7757 2012-10-24 Chong Yidong <cyd@gnu.org>
7758
7759 * time.el (display-time-world-mode): Derive from special-mode.
7760 (display-time-world): Use display-buffer (Bug#12708).
7761 (display-time-world-mode-map): Variable deleted.
7762 (display-time-world-display): Wrap the final delete-char inside
7763 inhibit-read-only.
7764
7765 2012-10-24 Chong Yidong <cyd@gnu.org>
7766
7767 * dired.el (dired-mark, dired-unmark, dired-flag-file-deletion):
7768 Doc fix.
7769
7770 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix (Bug#12628).
7771
7772 2012-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
7773
7774 * minibuffer.el (completion--all-sorted-completions-location): New var.
7775 (completion--cache-all-sorted-completions)
7776 (completion--flush-all-sorted-completions): Use it.
7777 (completion-in-region, completion-in-region--postch)
7778 (completion-at-point, completion-help-at-point): Use markers in
7779 completion-in-region--data (bug#12619).
7780
7781 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
7782
7783 * progmodes/compile.el (compilation-start): Try to handle common
7784 quoting of `cd' argument (bug#12640).
7785
7786 * vc/diff-mode.el (diff-hunk): `save-excursion' while refining
7787 (bug#12671).
7788
7789 2012-10-23 Glenn Morris <rgm@gnu.org>
7790
7791 * progmodes/gud.el (gud-menu-map):
7792 Check gdb-active-process is bound. (Bug#12358)
7793
7794 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
7795
7796 * repeat.el (repeat): Set real-this-command (bug#12232).
7797
7798 * htmlfontify.el (hfy-post-html-hook):
7799 * filesets.el (filesets-cache-fill-content-hook):
7800 * arc-mode.el (archive-extract-hook):
7801 * progmodes/cc-mode.el (c-prepare-bug-report-hook):
7802 * net/rcirc.el (rcirc-sentinel-functions)
7803 (rcirc-receive-message-functions, rcirc-activity-functions)
7804 (rcirc-print-functions):
7805 * net/dbus.el (dbus-event-error-functions):
7806 * emacs-lisp/eieio.el (eieio-pre-method-execution-functions):
7807 * emacs-lisp/checkdoc.el (checkdoc-style-functions)
7808 (checkdoc-comment-style-functions): Don't use "-hooks" suffix.
7809 * term/sun.el (sun-raw-prefix-hooks):
7810 * mail/sendmail.el (mail-yank-hooks): Use make-obsolete-variable.
7811
7812 2012-10-23 Michael Albinus <michael.albinus@gmx.de>
7813
7814 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
7815 Set `tramp-chunksize' to 1. This improves the performance.
7816 (tramp-smb-wait-for-output): Add timeout to
7817 `tramp-accept-process-output' calls.
7818
7819 2012-10-23 Chong Yidong <cyd@gnu.org>
7820
7821 * faces.el (font-list-limit): Define as an obsolete variable.
7822
7823 * startup.el (command-line):
7824 * cus-start.el: Don't refer to font-list-limit.
7825
7826 * newcomment.el (comment-normalize-vars): Doc fix (Bug#12583).
7827
7828 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
7829
7830 * subr.el (internal-temp-output-buffer-show): Rename from
7831 temp-output-buffer-show, since previously compiled files expect this name.
7832
7833 2012-10-23 Glenn Morris <rgm@gnu.org>
7834
7835 * image.el (image-type-from-file-name): If multiple types match,
7836 return the first one that is supported. (Bug#9045)
7837
7838 2012-10-22 Glenn Morris <rgm@gnu.org>
7839
7840 * image.el (imagemagick-enabled-types): Doc fix.
7841
7842 2012-10-22 Takafumi Arakaki <aka.tkf@gmail.com> (tiny change)
7843
7844 * progmodes/which-func.el (which-func-current): The hash-table may have
7845 an explicit nil (bug#12338).
7846
7847 2012-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
7848
7849 * electric.el (electric-pair-delete-selection-self-insert-function):
7850 Rename to electric-pair-will-use-region, return a boolean.
7851 (electric-pair-mode): Adjust accordingly. Don't require delsel.
7852
7853 * delsel.el (delete-selection-helper): Use a function instead of a hook.
7854 (delete-selection-pre-hook): Use use-region-p.
7855 (delete-selection-self-insert-function): Remove.
7856 (self-insert-command): Obey self-insert-uses-region-functions.
7857 (self-insert-iso): Revert to previous setting, since we don't actually
7858 know what that command does.
7859 (delete-selection-self-insert-hooks): Remove.
7860
7861 2012-10-22 Simon Law <sfllaw@sfllaw.ca> (tiny change)
7862
7863 * delsel.el (delete-selection-helper): New function, extracted from
7864 delete-selection-pre-hook.
7865 (delete-selection-pre-hook): Use it.
7866 (delete-selection-self-insert-function): New function.
7867 (delete-selection-self-insert-hooks): New hook.
7868 (self-insert-command, self-insert-iso): Use it.
7869 * electric.el (electric-pair-syntax): New function, extracted from
7870 electric-pair-post-self-insert-function.
7871 (electric-pair-post-self-insert-function): Use it.
7872 (electric-pair-delete-selection-self-insert-function): New function.
7873 (electric-pair-mode): Require delsel and setup
7874 delete-selection-self-insert-hooks (bug#11520).
7875
7876 2012-10-20 Chong Yidong <cyd@gnu.org>
7877
7878 * vc/vc.el (vc-diff-internal): Set up Diff mode even if there are
7879 no changes to show (Bug#12586).
7880
7881 * eshell/esh-cmd.el (eshell-rewrite-for-command): Copy the body
7882 list explicitly (Bug#12571).
7883
7884 2012-10-20 Arne Jørgensen <arne@arnested.dk>
7885
7886 * progmodes/flymake.el (flymake-create-temp-inplace):
7887 Use file-truename.
7888
7889 2012-10-20 Eli Zaretskii <eliz@gnu.org>
7890
7891 * loadup.el: Update comment about uncompiled Lisp files. (Bug#12395)
7892
7893 2012-10-20 Jay Belanger <jay.p.belanger@gmail.com>
7894
7895 * calc/calc-units.el (math-extract-units): Properly extract powers
7896 of units.
7897
7898 2012-10-20 Daniel Colascione <dancol@dancol.org>
7899
7900 * frame.el (make-frame): Set x-display-name as we used to in order
7901 to unbreak creating an X11 frame from an Emacs daemon started
7902 without a display.
7903
7904 2012-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
7905
7906 * minibuffer.el (minibuffer-force-complete): Make the next completion use
7907 the same completion-field (bug#12221).
7908
7909 2012-10-19 Martin Rudalics <rudalics@gmx.at>
7910
7911 * emacs-lisp/debug.el (debug): Record height of debugger window
7912 also when debugger will be back (Bug#8789).
7913
7914 2012-10-18 Chong Yidong <cyd@gnu.org>
7915
7916 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
7917 Convert to defcustom.
7918 (gdb-get-source-file): Don't bind pop-up-windows.
7919
7920 * progmodes/gud.el (gud-display-line): Don't specially re-use
7921 other frames for the gdb-mi case (Bug#12648).
7922
7923 2012-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
7924
7925 * emacs-lisp/advice.el: Clean up commentary a bit.
7926 (ad-do-advised-functions, ad-with-originals): Use `declare'.
7927 (byte-code-function-p): Never redefine.
7928
7929 * emacs-lisp/gv.el (cond): Same fix as before for `if'.
7930
7931 2012-10-18 Glenn Morris <rgm@gnu.org>
7932
7933 * dired.el (dired-sort-toggle): Some ls implementations only allow
7934 a single option string. (Bug#12666)
7935
7936 * minibuffer.el (completion-cycle-threshold): Doc fix.
7937
7938 2012-10-17 Kenichi Handa <handa@gnu.org>
7939
7940 * international/mule.el (set-keyboard-coding-system):
7941 Recover input meta mode when the new coding system doesn not use 8-bit.
7942 Supply TERMINAL arg to set-input-meta-mode.
7943
7944 2012-10-17 Michael Heerdegen <michael_heerdegen@web.de>
7945
7946 * wdired.el (wdired-old-marks): New variable.
7947 (wdired-change-to-wdired-mode): Locally set wdired-old-marks.
7948 (wdired-do-renames): Move point with renamed file and don't lose
7949 mark status (Bug#11795).
7950
7951 2012-10-16 Juri Linkov <juri@jurta.org>
7952
7953 * replace.el (query-replace-help): Mention multi-buffer replacement
7954 keys in the Help message. (Bug#12655)
7955
7956 2012-10-15 Chong Yidong <cyd@gnu.org>
7957
7958 * emacs-lisp/byte-run.el (defsubst): Doc fix.
7959
7960 2012-10-14 Eli Zaretskii <eliz@gnu.org>
7961
7962 * window.el (display-buffer): Doc fix.
7963
7964 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7965 Adjust the msft regexp to the output of Studio 2010, and move msft
7966 before edg-1. See the discussion on emacs-devel,
7967 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00579.html,
7968 for the details.
7969
7970 2012-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
7971
7972 * emacs-lisp/eieio.el (eieio-oset-default, eieio-oset, oset-default)
7973 (oset): Move uses of object-class-fast macro after its definition.
7974
7975 * emacs-lisp/gv.el (if): Don't use closures in non-lexical-binding code.
7976
7977 2012-10-13 Chong Yidong <cyd@gnu.org>
7978
7979 * textmodes/ispell.el (ispell-pdict-save): If flyspell-mode is
7980 enabled, re-enable it (Bug#11963).
7981
7982 2012-10-13 Martin Rudalics <rudalics@gmx.at>
7983
7984 * emacs-lisp/debug.el (debug): When debugger-will-be-back is
7985 non-nil, restore window configuration (Bug#12623).
7986
7987 2012-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
7988
7989 * help-fns.el (describe-variable, describe-function-1):
7990 * help-mode.el (help-make-xrefs): Remove error handler, made unneeded.
7991
7992 * emacs-lisp/eieio.el (lisp-imenu-generic-expression): Fix typo.
7993
7994 2012-10-12 Glenn Morris <rgm@gnu.org>
7995
7996 * mail/rmailsum.el (rmail-header-summary):
7997 Fix 2010-11-26 test for multiline Subject: field. (Bug#12625)
7998
7999 2012-10-12 Fabián Ezequiel Gallina <fgallina@cuca>
8000
8001 * progmodes/python.el (python-mode-map):
8002 Replace subtitute-key-definition with proper command remapping.
8003 (python-nav--up-list): Fix behavior for blocks on the same level.
8004
8005 2012-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
8006
8007 * help-fns.el (describe-function-1): Handle autoloads w/o docstrings.
8008
8009 * emacs-lisp/bytecomp.el (byte-compile-eval): Adjust to long-ago
8010 changes to the format of load-history.
8011
8012 * international/mule-cmds.el (read-char-by-name): Move let-binding of
8013 completion-ignore-case in case that var is buffer-local (bug#12615).
8014
8015 2012-10-11 Kenichi Handa <handa@gnu.org>
8016
8017 * international/eucjp-ms.el: Re-generated.
8018
8019 2012-10-10 Kenichi Handa <handa@gnu.org>
8020
8021 * select.el (xselect--encode-string): If a coding is specified for
8022 selection, and that is compatible with COMPOUND_TEXT, use it.
8023
8024 2012-10-10 Martin Rudalics <rudalics@gmx.at>
8025
8026 * window.el (switch-to-buffer-preserve-window-point): New option.
8027 (switch-to-buffer):
8028 Obey `switch-to-buffer-preserve-window-point' (Bug#4041).
8029
8030 2012-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
8031
8032 * newcomment.el (comment-start-skip, comment-end-skip, comment-end):
8033 Don't document nil as a useful value (bug#12583).
8034
8035 2012-10-09 Michael Albinus <michael.albinus@gmx.de>
8036
8037 * net/tramp.el (tramp-debug-message):
8038 Remove "tramp-with-progress-reporter" from regexp of ignored functions.
8039 (with-tramp-progress-reporter): Rename from
8040 `tramp-with-progress-reporter'.
8041 (with-tramp-file-property, with-tramp-connection-property):
8042 Move from tramp-cache.el, rename from `with-file-property' and
8043 `with-connection-property', respectively.
8044
8045 * net/tramp-cache.el: Remove `with-file-property' and
8046 `with-connection-property'.
8047
8048 * net/tramp.el:
8049 * net/tramp-gvfs.el:
8050 * net/tramp-sh.el:
8051 * net/tramp-smb.el: Adapt callees.
8052
8053 * net/trampver.el: Update release number.
8054
8055 2012-10-09 Glenn Morris <rgm@gnu.org>
8056
8057 * w32-fns.el (set-message-beep):
8058 * term/w32-win.el (set-message-beep): Update declarations.
8059
8060 2012-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
8061
8062 * bindings.el (mode-line-toggle-read-only, mode-line-toggle-modified)
8063 (mode-line-widen, mode-line-input-method-map)
8064 (mode-line-coding-system-map, mode-line-remote)
8065 (mode-line-unbury-buffer, mode-line-bury-buffer)
8066 (mode-line-next-buffer, mode-line-previous-buffer):
8067 Replace save-selected-window+select-window => with-selected-window.
8068
8069 * progmodes/cc-bytecomp.el (cc-bytecomp-defmacro): Remove, unused.
8070 * progmodes/cc-vars.el (bq-process): Remove, unused.
8071
8072 * emacs-lisp/cl-macs.el (cl-defstruct): Obey the :read-only property.
8073
8074 2012-10-09 Fabián Ezequiel Gallina <fgallina@cuca>
8075
8076 Implemented `backward-up-list'-like navigation.
8077 * progmodes/python.el (python-nav-up-list)
8078 (python-nav-backward-up-list): New functions.
8079 (python-mode-map): Define substitute key for backward-up-list to
8080 python-nav-backward-up-list.
8081
8082 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
8083
8084 * progmodes/python.el (python-fill-paragraph): Rename from
8085 python-fill-paragraph-function. Fixed fill-paragraph for
8086 decorators (Bug#12605).
8087
8088 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
8089
8090 * progmodes/python.el (python-shell-output-filter): Handle extra
8091 carriage return in OSX (Bug#12409).
8092
8093 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
8094
8095 Fix shell handling of unbalanced quotes and parens in output.
8096 * progmodes/python.el (python-rx-constituents): Add string-delimiter.
8097 (python-syntax-propertize-function): Use it.
8098 (python-shell-output-syntax-table): New var.
8099 (inferior-python-mode): Prevent unbalanced parens/quotes from
8100 previous output mess with current input context.
8101
8102 2012-10-08 Juanma Barranquero <lekktu@gmail.com>
8103
8104 * generic-x.el (javascript-generic-mode, javascript-generic-mode-hook):
8105 Make obsolete aliases of js-mode and js-mode-hook (from js.el).
8106
8107 2012-10-08 Michael Albinus <michael.albinus@gmx.de>
8108
8109 * ffap.el (ffap-replace-file-component): Support Tramp file name
8110 syntax, not only ange-ftp's one.
8111
8112 2012-10-08 Glenn Morris <rgm@gnu.org>
8113
8114 * cus-start.el (message-log-max): Set :version.
8115
8116 * calendar/calendar.el (calendar-intermonth-header): Doc fix.
8117
8118 2012-10-08 Martin Rudalics <rudalics@gmx.at>
8119
8120 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't try to split
8121 the minibuffer window (Bug#10851).
8122
8123 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
8124
8125 Enhancements on forward-sexp movement.
8126 * progmodes/python.el (python-nav-beginning-of-statement)
8127 (python-nav-end-of-statement): Return point-marker.
8128 (python-nav-forward-sexp): lisp-like forward-sexp behavior.
8129 (python-info-current-symbol)
8130 (python-info-statement-starts-block-p): Rename from
8131 python-info-beginning-of-block-p.
8132 (python-info-statement-ends-block-p): Rename from
8133 python-info-end-of-block-p.
8134 (python-info-beginning-of-statement-p)
8135 (python-info-end-of-statement-p)
8136 (python-info-beginning-of-block-p, python-info-end-of-block-p):
8137 New functions.
8138
8139 2012-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
8140
8141 * comint.el (comint-preinput-scroll-to-bottom): Preserve the
8142 frame-selected-windows.
8143
8144 2012-10-08 Daniel Colascione <dancol@dancol.org>
8145
8146 * battery.el (battery-status-function): Check for
8147 w32-battery-status itself, not system-time windows-nt.
8148
8149 * frame.el: Require cl-lib.
8150 (display-format-alist): New variable mapping frame types to
8151 functions that initialize them.
8152 (window-system-for-display): New function: interprets
8153 display-format-alist.
8154 (make-frame-on-display): Remove existing display-selection logic
8155 and just forward to make-frame, which will now DTRT.
8156 (make-frame): Restructure to use window-system-for-display to
8157 figure out how to create a frame on a given display.
8158 (display-mouse-p): Look for frame-type w32, not a particular
8159 system-type.
8160
8161 * loadup.el: Load w32 lisp code when we have the w32 feature.
8162
8163 * mouse.el (mouse-yank-primarY): Look for frame-type w32, not
8164 system-type windows-nt.
8165
8166 * server.el (server-create-window-system-frame): Look for window
8167 type.
8168 (server-proces-filter): Only force a window system when windows-nt
8169 _and_ w32. Explain why.
8170
8171 * simple.el (normal-erase-is-backspace-mode): Add w32 to the list
8172 of window systems we configure for the mode.
8173
8174 * startup.el (command-line): Mark window system is initialized
8175 after we've done it.
8176
8177 * common-win.el (x-select-text): Look for w32, not windows-nt.
8178
8179 * ns-win.el: Require cl-lib. Add ourselves to
8180 display-format-alist.
8181 (ns-initialize-window-system): Assert we're not initialized twice.
8182
8183 * w32-win.el: Enable lexical binding; require cl-lib; add
8184 ourselves to display-format-alist.
8185 (w32-handle-dropped-file): Convert incoming dropped files from
8186 Windows paths to Cygwin ones before passing them on to the rest of
8187 Emacs.
8188 (w32-drag-n-drop): New paramter new-frame. Simplify logic.
8189 (w32-initialize-window-system): Assert we're not initialized twice.
8190
8191 * x-win.el: Require cl-lib; add ourselves to display-format-alist.
8192 (x-initialize-window-system): Assert we're not initialized twice.
8193
8194 * w32-common-fns.el: New File.
8195 (w32-version, w32-using-nt, w32-get-clipboard-data)
8196 (w32-set-clipboard-data, x-set-selection, x-get-selection)
8197 (w32-charset-info-alist, x-last-selected, text)
8198 (x-get-selection-value, x-selection-value): Move here.
8199
8200 * w32-fns.el: Require w32-common-fns.
8201 (w32-version, w32-using-nt, w32-get-clipboard-data)
8202 (w32-set-clipboard-data, x-set-selection, x-get-selection)
8203 (w32-charset-info-alist, x-last-selected, text)
8204 (x-get-selection-value, x-selection-value): Move to
8205 w32-common-fns.
8206
8207 * w32-vars.el:
8208 (w32-allow-system-shell, w32-system-shells): Define only in
8209 non-cygwin case.
8210
8211 2012-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
8212
8213 * subr.el (read-passwd-map): Don't use `defconst' (bug#12597).
8214 (read-passwd): Remove a few more potential sources of leaks.
8215
8216 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
8217
8218 * progmodes/python.el (inferior-python-mode)
8219 (python-shell-make-comint): Fix initialization of local
8220 variables copied from parent buffer.
8221
8222 2012-10-07 Jan Djärv <jan.h.d@swipnet.se>
8223
8224 * term/ns-win.el (ns-read-file-name): Update declaration to match
8225 nsfns.m.
8226 (ns-respond-to-change-font): Change fontsize separately so we are sure
8227 it is set when font is acted upon.
8228
8229 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
8230
8231 Enhancements to indentation.
8232 * progmodes/python.el (python-indent-context): Give priority to
8233 inside-string context. Make comments indentation markers.
8234 (python-indent-region): Do not mess with strings, unless it's the
8235 enclosing set of quotes.
8236
8237 2012-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
8238
8239 * window.el (internal--before-save-selected-window)
8240 (internal--after-save-selected-window): New functions extracted from
8241 save-selected-window. Make sure we return the `alist' we construct.
8242 (save-selected-window): Use them.
8243
8244 * textmodes/tex-mode.el (tex-recenter-output-buffer):
8245 Use with-selected-window.
8246
8247 * emacs-lisp/autoload.el (make-autoload): Add `cl-defmacro' to the
8248 forms that define macros (bug#12593).
8249
8250 2012-10-07 Kenichi Handa <handa@gnu.org>
8251
8252 * international/mule-conf.el (compound-text-with-extensions):
8253 Add :mime-charset property as x-ctext.
8254
8255 2012-10-07 Stefan Merten <smerten@oekonux.de>
8256
8257 * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
8258 (rst-indent-literal-normal, rst-indent-literal-minimized)
8259 (rst-indent-comment): Correct :version tag.
8260 (rst-official-cvs-rev): Correct version string.
8261
8262 2012-10-07 Glenn Morris <rgm@gnu.org>
8263
8264 * mail/rmailmm.el (rmail-mime-process-multipart):
8265 Do not confuse a multipart message with an epilogue
8266 with a "truncated" one; fixes 2011-06-27 change. (Bug#10101)
8267
8268 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
8269
8270 Fix shell output retrieval and comint-prompt-regexp init.
8271 * progmodes/python.el (inferior-python-mode):
8272 (python-shell-make-comint): Fix initialization of
8273 comint-prompt-regexp from copied file local variables.
8274 (python-shell-fetched-lines): Remove var.
8275 (python-shell-output-filter-in-progress): Rename from
8276 python-shell-fetch-lines-in-progress.
8277 (python-shell-output-filter-buffer): Rename from
8278 python-shell-fetch-lines-string.
8279 (python-shell-fetch-lines-filter): Delete function.
8280 (python-shell-output-filter): New function.
8281 (python-shell-send-string-no-output): Use them.
8282
8283 2012-10-07 Glenn Morris <rgm@gnu.org>
8284
8285 * hi-lock.el (hi-lock-process-phrase):
8286 Try to make it less fragile. (Bug#7161)
8287
8288 * hi-lock.el (hi-lock-face-phrase-buffer): Doc fix.
8289
8290 2012-10-06 Glenn Morris <rgm@gnu.org>
8291
8292 * ehelp.el (electric-help-mode): Use help-mode rather than
8293 non-existent mode `help'.
8294 (electric-help-map): Use button-buffer-map. (Bug#10917)
8295
8296 * textmodes/reftex-vars.el (reftex-create-bibtex-header)
8297 (reftex-create-bibtex-footer): Fix custom types.
8298
8299 * progmodes/sh-script.el (sh-indent-after-continuation):
8300 Add explicit :group.
8301
8302 * textmodes/rst.el (rst-preferred-decorations)
8303 (rst-shift-basic-offset): Clarify obsolescence versions.
8304
8305 * profiler.el (profiler): Add missing group :version tag.
8306 * avoid.el (mouse-avoidance-banish-position):
8307 * proced.el (proced-renice-command):
8308 * calc/calc.el (calc-ensure-consistent-units):
8309 * calendar/icalendar.el (icalendar-import-format-uid):
8310 * net/tramp.el (tramp-save-ad-hoc-proxies):
8311 * progmodes/bug-reference.el (bug-reference-bug-regexp):
8312 * progmodes/flymake.el (flymake-error-bitmap)
8313 (flymake-warning-bitmap, flymake-fringe-indicator-position):
8314 * progmodes/sh-script.el (sh-indent-after-continuation):
8315 * progmodes/verilog-mode.el (verilog-auto-template-warn-unused)
8316 (verilog-before-save-font-hook, verilog-after-save-font-hook):
8317 * progmodes/vhdl-mode.el (vhdl-makefile-default-targets)
8318 (vhdl-array-index-record-field-in-sensitivity-list)
8319 (vhdl-indent-comment-like-next-code-line):
8320 * textmodes/reftex-vars.el (reftex-ref-style-alist)
8321 (reftex-ref-macro-prompt, reftex-ref-style-default-list)
8322 (reftex-cite-key-separator, reftex-create-bibtex-header)
8323 (reftex-create-bibtex-footer):
8324 * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
8325 (rst-indent-literal-normal, rst-indent-literal-minimized)
8326 (rst-indent-comment): Add missing custom :version tags.
8327
8328 * calendar/timeclock.el (timeclock-modeline-display):
8329 Add missing obsolete alias for renamed user option.
8330
8331 * strokes.el (strokes-modeline-string):
8332 * emulation/crisp.el (crisp-mode-modeline-string):
8333 * eshell/esh-mode.el (eshell-status-in-modeline):
8334 Aliases to defcustoms must come before the defcustom.
8335
8336 * calendar/cal-tex.el (cal-tex-diary, cal-tex-cursor-week)
8337 (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
8338 (cal-tex-cursor-week-monday): Doc fixes.
8339 (cal-tex-cursor-week2-summary): Doc fix.
8340 Rename from cal-tex-cursor-week-at-a-glance.
8341
8342 * calendar/cal-menu.el (cal-menu-context-mouse-menu):
8343 Tweak week descriptions. Add cal-tex-cursor-week2-summary.
8344
8345 * calendar/calendar.el (calendar-mode-map):
8346 Add cal-tex-cursor-week2-summary.
8347
8348 2012-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
8349
8350 * emacs-lisp/cl-macs.el (cl-defstruct): Improve docstring.
8351
8352 * subr.el (read-passwd-map): New var.
8353 (read-passwd): Use `read-string' again.
8354 * minibuffer.el (delete-minibuffer-contents): Make it interactive.
8355
8356 2012-10-06 Jambunathan K <kjambunathan@gmail.com>
8357
8358 * register.el (append-to-register, prepend-to-register):
8359 Deactivate mark, as does `copy-to-register' (bug#12389).
8360
8361 2012-10-06 Chong Yidong <cyd@gnu.org>
8362
8363 * files.el (auto-mode-alist): Add .by and .wy (Semantic grammars).
8364
8365 2012-10-06 Ikumi Keita <ikumi@ikumi.que.jp> (tiny change)
8366
8367 * international/characters.el: Fix simple mistake ((car chars) ->
8368 elt), delete duplicated code.
8369
8370 2012-10-06 Glenn Morris <rgm@gnu.org>
8371
8372 * subr.el (read-passwd): Allow C-u to erase entry. (Bug#12570)
8373
8374 2012-10-06 Julian Scheid <julians37@gmail.com> (tiny change)
8375
8376 * color.el (color-hsl-to-rgb): Fix incorrect results for
8377 small and large hue values. (Bug#12559)
8378
8379 2012-10-05 Fabián Ezequiel Gallina <fgallina@cuca>
8380
8381 Enhancements to docstring formatting when filling paragraphs.
8382 * progmodes/python.el (python-fill-docstring-style): Rename from
8383 python-fill-string-style. Added new style.
8384 (python-fill-string): Use new style. Better checks for
8385 docstrings.
8386
8387 2012-10-05 Glenn Morris <rgm@gnu.org>
8388
8389 * net/newst-treeview.el (newsticker-group-move-feed): Doc fix.
8390
8391 * color.el (color-name-to-rgb, color-rgb-to-hex)
8392 (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
8393 (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
8394 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
8395 (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
8396
8397 * emacs-lisp/timer.el (with-timeout): Add missing progn. (Bug#12577)
8398
8399 2012-10-05 Juanma Barranquero <lekktu@gmail.com>
8400
8401 * ido.el (ido-directory-too-big-p): Pass dir through file-truename
8402 to get the correct size across symlinks.
8403
8404 * ido.el (ido-buffer-disable-smart-matches): Fix typo in docstring.
8405
8406 2012-10-04 Juri Linkov <juri@jurta.org>
8407
8408 * replace.el (query-replace-interactive): Declare obsolete.
8409 (query-replace-read-from): Add the last incremental search string
8410 to the list of default values accessible via M-n.
8411 (map-query-replace-regexp): Use `read-regexp'.
8412 (query-replace, query-replace-regexp, query-replace-regexp-eval)
8413 (map-query-replace-regexp, replace-string, replace-regexp):
8414 Fix docstrings to replace mentions of `query-replace-interactive'
8415 with alternatives. (Bug#12526)
8416
8417 2012-10-04 Juri Linkov <juri@jurta.org>
8418
8419 * dired.el (dired-shrink-to-fit): Declare obsolete. (Bug#1806)
8420 (dired-pop-to-buffer): Declare obsolete.
8421 (dired-mark-pop-up): Doc fix.
8422
8423 2012-10-04 Fabián Ezequiel Gallina <fgallina@cuca>
8424
8425 Allow user to set docstring style for fill-paragraph.
8426 * progmodes/python.el
8427 (python-fill-comment-function, python-fill-string-function)
8428 (python-fill-decorator-function, python-fill-paren-function):
8429 Remove :safe for defcustoms.
8430 (python-fill-string-style): New defcustom
8431 (python-fill-paragraph-function): Enhance context detection.
8432 (python-fill-string): Honor python-fill-string-style settings.
8433
8434 2012-10-04 Martin Rudalics <rudalics@gmx.at>
8435
8436 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Select window
8437 after setting its buffer (Bug#10805).
8438
8439 2012-10-03 Fabián Ezequiel Gallina <fgallina@cuca>
8440
8441 Fix cornercase for string syntax.
8442 * progmodes/python.el (python-syntax-propertize-function):
8443 Simplify and enhance the regexp for unescaped quotes. Now it also
8444 matches quotes in weird situations like the single quote in
8445 "something\"'".
8446 (python-syntax-stringify): Simplify num-quotes detecting code.
8447
8448 2012-10-03 Glenn Morris <rgm@gnu.org>
8449
8450 * help-macro.el (three-step-help):
8451 Revert 2012-09-29 change. (Bug#12567)
8452
8453 2012-10-03 Martin Rudalics <rudalics@gmx.at>
8454
8455 * menu-bar.el (kill-this-buffer): Don't do anything when
8456 `menu-frame' is not alive or visible (Bug#8184).
8457
8458 * emacs-lisp/debug.el (debug): When quitting the debugger window
8459 restore current buffer (Bug#12502).
8460
8461 2012-10-02 Chong Yidong <cyd@gnu.org>
8462
8463 * progmodes/hideif.el (hif-lookup, hif-defined):
8464 Handle semantic-c-takeover-hideif.
8465
8466 2012-10-02 Paul Eggert <eggert@cs.ucla.edu>
8467
8468 Change sampling interval units from ms to ns.
8469 * profiler.el (profiler-sampling-interval): Change units
8470 from ms to ns, multiplying the default by 1000000 so that
8471 it remains 1 ms.
8472 (profiler-report-cpu-line-format): Give enough room for
8473 the maximum counters on 64-bit hosts.
8474 (profiler-report-render-calltree-1): Call them "CPU samples",
8475 not "Time (ms)", since they are not milliseconds now (and
8476 never really were).
8477
8478 2012-10-02 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
8479
8480 * net/eudcb-bbdb.el (eudc-bbdb-format-record-as-result):
8481 Fix querying BBDB for entries without a last name (Bug#11580).
8482
8483 2012-10-02 Chong Yidong <cyd@gnu.org>
8484
8485 * emacs-lisp/eieio.el: Restore Version header.
8486
8487 2012-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
8488
8489 * vc/diff-mode.el (diff--auto-refine-data): New var.
8490 (diff-hunk): Use it to delay refinement.
8491 (diff-mode): Remove overlays when we turn off font-lock.
8492
8493 * textmodes/table.el: Use lexical-binding, dolist, define-minor-mode.
8494 (table-initialize-table-fixed-width-mode)
8495 (table-set-table-fixed-width-mode): Remove functions.
8496 (table-command-list): Move initialization into declaration.
8497 (table--tweak-menu-for-xemacs): Move defun outside mapcar.
8498 (table-with-cache-buffer): Use `declare'.
8499 (table-span-cell): Simplify via CSE.
8500 (table-fixed-width-mode): Use define-minor-mode.
8501 (table-call-interactively, table-funcall, table-apply): Remove.
8502 (table-function): New function, to replace them.
8503
8504 * bookmark.el (bookmark-search-pattern): Remove var.
8505 (bookmark-read-search-input): Remove function.
8506 (bookmark-bmenu-search): Reimplement using a minibuffer.
8507
8508 * faces.el (modeline): Remove obsolete face name.
8509
8510 * vc/add-log.el (add-log-buffer-file-name-function): Demote to defvar
8511 and give a non-nil default value.
8512 (add-change-log-entry): Simplify accordingly.
8513
8514 2012-10-01 Dmitry Gutov <dgutov@yandex.ru>
8515
8516 * vc/vc-git.el (vc-git-log-edit-toggle-signoff): New function.
8517 (vc-git-log-edit-toggle-amend): New function.
8518 (vc-git-log-edit-toggle-signoff): New function.
8519 (vc-git-log-edit-mode): New major mode.
8520 (vc-git-log-edit-mode-map): Keymap for it.
8521 (vc-git-checkin): Handle "Amend" and "Sign-Off" headers.
8522
8523 * vc/log-edit.el (log-edit-font-lock-keywords): Allow hyphens in
8524 header names.
8525 (log-edit-toggle-header): New function.
8526 (log-edit-extract-headers): Accept function values in HEADERS alist.
8527
8528 2012-10-01 David Engster <deng@randomsample.de>
8529
8530 * emacs-lisp/eieio-opt.el (eieio-describe-class): Add filename
8531 from symbol property and change message to be more consistent with
8532 Emacs proper.
8533 (eieio-describe-generic): Add filename for each implementation.
8534 Fix indices for generic and normal methods.
8535 (eieio-method-def, eieio-class-def): New buttons.
8536 (eieio-help-find-method-definition)
8537 (eieio-help-find-class-definition): New functions.
8538 (eieio-help-mode-augmentation-maybee): Add buttons to filenames of
8539 class, constructor and method definitions.
8540
8541 * emacs-lisp/eieio.el (eieiomt-add, eieio-defclass): Save file
8542 information in symbol property.
8543 (scoped-class): Remove.
8544 (eieio-slot-name-index, call-next-method): Check if it is bound.
8545
8546 2012-10-01 Leo P. White <lpw25@cam.ac.uk>
8547
8548 * emacs-lisp/eieio-custom.el (eieio-custom-mode-map): New option.
8549 (eieio-custom-mode): New major mode.
8550 (eieio-customize-object): Use it.
8551
8552 2012-10-01 Eric Ludlam <zappo@gnu.org>
8553
8554 * emacs-lisp/eieio-base.el (eieio-persistent-read): New input args
8555 specifying the expected class, and whether subclassing is allowed.
8556 (eieio-persistent-convert-list-to-object):
8557 (eieio-persistent-validate/fix-slot-value)
8558 (eieio-persistent-slot-type-is-class-p): New functions.
8559 (eieio-named::slot-missing): Doc fix.
8560
8561 * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
8562 Stop using unused publd variable.
8563
8564 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
8565 (eieio-speedbar-description, eieio-speedbar-derive-line-path)
8566 (eieio-speedbar-object-buttonname, eieio-speedbar-make-tag-line)
8567 (eieio-speedbar-handle-click): Do not specify a class for the
8568 method. Fixes method invocation order problems with EDE.
8569
8570 2012-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
8571
8572 * emacs-lisp/bytecomp.el (byte-compiler-abbreviate-file): New function.
8573 (byte-compile-warning-prefix, byte-compile-file): Use it (bug#12508).
8574
8575 2012-10-01 Karl Fogel <kfogel@red-bean.com>
8576
8577 * bookmark.el (bookmark-version-control): Give tags in the
8578 :type choices (Bug#12309), and improve doc string.
8579 (bookmark-write-file): Bind `print-circle' to `t' to allow
8580 circular custom bookmark types. (Bug#12503)
8581
8582 2012-10-01 Paul Eggert <eggert@cs.ucla.edu>
8583
8584 Revert the FOLLOW-SYMLINKS change for file-attributes.
8585 * files.el (remote-file-name-inhibit-cache, after-find-file):
8586 * time.el (display-time-file-nonempty-p): Undo last change.
8587
8588 * profiler.el (profiler-sampling-interval): Change default back to 1.
8589 See Stefan Monnier in
8590 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00863.html>.
8591
8592 2012-10-01 Fabián Ezequiel Gallina <fgallina@cuca>
8593
8594 Shell output catching a la gud-gdb.
8595 * progmodes/python.el (python-shell-fetch-lines-in-progress)
8596 (python-shell-fetch-lines-string, python-shell-fetched-lines):
8597 New Vars.
8598 (python-shell-fetch-lines-filter): New function.
8599 (python-shell-send-string-no-output): Use them.
8600
8601 2012-09-30 Tomohiro Matsuyama <tomo@cx4a.org>
8602
8603 * profiler.el (profiler-sampling-interval): Rename from
8604 profiler-sample-interval.
8605 (profiler-sampling-interval): Default to 10.
8606 (profiler-find-profile): New command (was profiler-find-log).
8607 (profiler-find-profile-other-window): New command.
8608 (profiler-find-profile-other-frame): New command.
8609 (profiler-profile): Introduce API-level data structure.
8610
8611 2012-09-30 Paul Eggert <eggert@cs.ucla.edu>
8612
8613 file-attributes has a new optional arg FOLLOW-SYMLINKS.
8614 * files.el (remote-file-name-inhibit-cache):
8615 * time.el (display-time-file-nonempty-p): Use it.
8616 * files.el (after-find-file): Don't chase links before calling
8617 file-exists-p, as file-exists-p already does the right thing.
8618
8619 2012-09-30 Ralf Angeli <angeli@caeruleus.net>
8620
8621 Merge from standalone RefTeX repository.
8622
8623 The following ChangeLog entries are shortened versions of the
8624 original ones with file paths adapted. A not so strongly edited
8625 version of the original ChangeLog can be found in the commit log.
8626
8627 * textmodes/reftex-auc.el: Move `provide' call to bottom of file.
8628 (reftex-arg-cite): Use `reftex-cite-key-separator'.
8629 Correctly handle new value type returned by `reftex-citation'.
8630
8631 * textmodes/reftex-cite.el (reftex-create-bibtex-file): Make sure
8632 that entries with whitespace at various places are found.
8633 Doc fix. Include entries that are cross-referenced from cited entries.
8634 Include @String definitions in the resulting bib file. Add header
8635 and footer defined in `reftex-create-bibtex-header' and
8636 `reftex-create-bibtex-footer'.
8637 (reftex-do-citation): Make it possible again to insert
8638 non-existent entries. Save match data when asking for optional
8639 arguments. Return all keys, not just the first one.
8640 (reftex-all-used-citation-keys): Fix regexp to correctly extract
8641 all citations in the same line.
8642 (reftex-parse-bibtex-entry): Accept additional optional argument
8643 `raw' and keep quotes or braces if it is non-nil. Match fields
8644 containing hyphens besides word constituents.
8645 (reftex-get-string-refs): New function.
8646 (reftex-extract-bib-entries): Check if BibTeX file changed on disk
8647 and ask if it should be reread in case it did.
8648 (reftex-pop-to-bibtex-entry)
8649 (reftex-extract-bib-entries-from-thebibliography): Match \bibitem
8650 entries with spaces or tabs in front of arguments.
8651 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
8652 (reftex-parse-bibtex-entry, reftex-create-bibtex-file):
8653 Match entries containing numbers and symbol constituents.
8654 (reftex-do-citation, reftex-figure-out-cite-format):
8655 Use `reftex-cite-key-separator'.
8656
8657 * textmodes/reftex-dcr.el: Move provide statement to end of file.
8658 (reftex-mouse-view-crossref): Explain why point is set.
8659
8660 * textmodes/reftex-global.el: Whitespace changes.
8661
8662 * textmodes/reftex-index.el: Move provide statement to end of
8663 file.
8664 (reftex-index-selection-or-word): Use `reftex-region-active-p'.
8665 (reftex-index-visit-phrases-buffer): Set marker when visiting
8666 buffer. This allows for returning from the phrases file to the
8667 file one was just editing instead of the file where the last
8668 phrases was added from.
8669 (reftex-index-phrases-syntax-table): New variable. Give ?\"
8670 punctuation syntax as it usually is not used as string quote in
8671 TeX-related modes and may occur unmatched. The change also
8672 prevents fontification of quoted content.
8673 (reftex-index-phrases-mode): Use it.
8674
8675 * textmodes/reftex-parse.el (reftex-parse-from-file):
8676 Move backward one char if a `\' was matched after a section macro.
8677 (reftex-parse-from-file): Use beginning of match instead of end as
8678 bound.
8679
8680 * textmodes/reftex-ref.el: Adapt creation of
8681 `reftex-<package>-<macro>' functions to new structure of
8682 `reftex-ref-style-alist'.
8683 (reftex-reference): Use `reftex-ref-style-list' function.
8684 Adapt to new structure of `reftex-ref-style-alist'. Prompt for a
8685 reference macro if `reftex-ref-macro-prompt' is non-nil.
8686 (reftex-reference): Pass refstyle to `reftex-format-special'.
8687 Determine reference macro by looking at
8688 `reftex-ref-style-default-list' and `reftex-ref-style-alist'.
8689 Use only one special format function.
8690 (reftex-varioref-vref, reftex-fancyref-fref)
8691 (reftex-fancyref-Fref): Remove definitions. The functions are now
8692 generated from `reftex-ref-style-alist'.
8693 (reftex-format-vref, reftex-format-Fref, reftex-format-fref):
8694 Remove.
8695 (reftex-format-special): New function.
8696
8697 * textmodes/reftex-sel.el
8698 (reftex-select-cycle-ref-style-internal): Adapt to new structure
8699 of `reftex-ref-style-alist'. Remove code for testing macro type.
8700 (reftex-select-toggle-varioref)
8701 (reftex-select-toggle-fancyref): Remove.
8702 (reftex-select-cycle-ref-style-internal)
8703 (reftex-select-cycle-ref-style-forward)
8704 (reftex-select-cycle-ref-style-backward): New functions.
8705 (reftex-select-label-map): Use `v' and `V' for general cycling
8706 through reference styles. Add `p' for switching between number
8707 and page reference types.
8708
8709 * textmodes/reftex-toc.el (reftex-re-enlarge):
8710 Call `enlarge-window' only if there is something to do because in Emacs
8711 the horizontal version throws an error even if the parameter is 0.
8712
8713 * textmodes/reftex-vars.el (reftex-label-alist): Doc fix.
8714 (reftex-plug-into-AUCTeX): Doc fix.
8715 (reftex-vref-is-default, reftex-fref-is-default): Adapt doc
8716 string. Adapt to new name.
8717 (reftex-ref-style-alist): Change structure so that it is not
8718 possible to use multiple different package names within a style.
8719 Remove the symbols for symbols for macro type distinction.
8720 Add characters for macro selection.
8721 (reftex-ref-macro-prompt, reftex-create-bibtex-header)
8722 (reftex-create-bibtex-footer): New variables.
8723 (reftex-format-ref-function): Mention third argument of special
8724 format function.
8725 (reftex-ref-style-alist, reftex-ref-style-default-list):
8726 New variables.
8727 (reftex-vref-is-default, reftex-fref-is-default): Adapt doc string
8728 to new implementation. Mark as obsolete. Add compatibility code
8729 for honoring the variable values in case they are set.
8730 (reftex-cite-format-builtin, reftex-bibliography-commands):
8731 Add support for ConTeXt.
8732 (reftex-format-ref-function, reftex-format-cite-function):
8733 Fix custom type.
8734 (reftex-cite-key-separator): New variable.
8735
8736 * textmodes/reftex.el (reftex-syntax-table-for-bib)
8737 (reftex-mode): Do not derive `reftex-syntax-table-for-bib' from
8738 `reftex-syntax-table' because parens have to retain their paren
8739 syntax in order for parsing of BibTeX entries like @book(...) to
8740 work.
8741 (reftex-in-comment): Do not error out if `comment-start-skip' is
8742 not set. Deal correctly with escaped comment characters.
8743 (reftex-tie-multifile-symbols): Add doc string.
8744 Initialize `reftex-ref-style-list'.
8745 (reftex-untie-multifile-symbols): Add doc string.
8746 (reftex-add-index-macros): Doc fix.
8747 (reftex-ref-style-activate, reftex-ref-style-toggle)
8748 (reftex-ref-style-list): New functions.
8749 (reftex-mode-menu): Use them. Adapt to new structure of
8750 `reftex-ref-style-alist'.
8751 (reftex-select-with-char): Kill the RefTeX Select buffer when
8752 done.
8753 (reftex-remove-if): New function.
8754 (reftex-erase-all-selection-and-index-buffers)
8755 (reftex-mode-menu): Reference styles are now computed from
8756 `reftex-ref-style-alist'. Fix typo.
8757 (reftex-report-bug): New function.
8758 (reftex-uniquify, reftex-uniquify-by-car): Replace O(n^2)
8759 algorithms with O(n log n). Introduce optional argument SORT (not
8760 yet used).
8761
8762 2012-09-30 Fabián Ezequiel Gallina <fgallina@cuca>
8763
8764 Enhancements for triple-quote string syntax.
8765 * progmodes/python.el (python-syntax-propertize-function):
8766 Match both quote cases in one regexp.
8767 (python-syntax-stringify): Handle matches properly.
8768
8769 2012-09-30 Juri Linkov <juri@jurta.org>
8770
8771 * arc-mode.el (archive-summarize): Let-bind `buffer-file-truename'
8772 to nil around the call to `insert' to prevent
8773 directory time modification by lock_file. (Bug#2295)
8774 * tar-mode.el (tar-summarize-buffer): Idem.
8775
8776 2012-09-30 Juri Linkov <juri@jurta.org>
8777
8778 * facemenu.el (list-colors-sort): Add option "Luminance".
8779 (list-colors-sort-key): Implement it.
8780
8781 * vc/diff-mode.el (diff-refine-removed):
8782 * vc/ediff-init.el (ediff-fine-diff-A):
8783 * vc/smerge-mode.el (smerge-refined-removed):
8784 Change background color "#ffaaaa" to "#ffbbbb". (Bug#10181)
8785
8786 2012-09-30 Jan Djärv <jan.h.d@swipnet.se>
8787
8788 * term/ns-win.el (x-file-dialog): New function.
8789
8790 2012-09-30 Juanma Barranquero <lekktu@gmail.com>
8791
8792 * ido.el (ido-max-directory-size): Default to nil; the current
8793 default is small for POSIX systems, and impractical on Windows 7
8794 now that lstat returns directory sizes for NTFS.
8795
8796 2012-09-30 Martin Rudalics <rudalics@gmx.at>
8797
8798 In buffer display functions handle window-height/window-width
8799 alist entries. Suggested by Juri Linkov as fix for Bug#1806.
8800 * window.el (window--display-buffer): New argument ALIST.
8801 Obey window-height and window-width alist entries.
8802 (window--try-to-split-window): New argument ALIST.
8803 Bind window-combination-limit to t when the window's size shall be
8804 changed and window-combination-limit equals `window-size'.
8805 (display-buffer-in-atom-window)
8806 (display-buffer-in-major-side-window)
8807 (display-buffer-in-side-window, display-buffer-same-window)
8808 (display-buffer-reuse-window, display-buffer-pop-up-frame)
8809 (display-buffer-pop-up-window, display-buffer-below-selected)
8810 (display-buffer-at-bottom, display-buffer-in-previous-window)
8811 (display-buffer-use-some-window): Adjust all callers of
8812 window--display-buffer and window--try-to-split-window.
8813 (fit-frame-to-buffer): New option.
8814 (fit-window-to-buffer): Can resize frames if fit-frame-to-buffer
8815 is non-nil.
8816 (display-buffer-in-major-side-window): Evaluate window-height /
8817 window-width alist entries.
8818
8819 * help.el (temp-buffer-resize-frames)
8820 (temp-buffer-resize-regexps): Remove options.
8821 (temp-buffer-resize-mode): Adjust doc-string.
8822 (resize-temp-buffer-window): Don't consult
8823 temp-buffer-resize-regexps. Use fit-frame-to-buffer instead of
8824 temp-buffer-resize-frames.
8825
8826 * dired.el (dired-mark-pop-up):
8827 Call display-buffer-below-selected with a fit-window-to-buffer alist
8828 entry.
8829
8830 2012-09-30 Chong Yidong <cyd@gnu.org>
8831
8832 * server.el (server-host): Document the security implications.
8833 (server-auth-key): Doc fix.
8834
8835 * startup.el (initial-buffer-choice): Doc fix.
8836
8837 * minibuffer.el (minibuffer-local-filename-syntax): Doc fix.
8838
8839 * simple.el (delete-trailing-whitespace): Avoid an unnecessary
8840 restriction change.
8841
8842 * bindings.el (goto-map): Bind M-g TAB to move-to-column.
8843
8844 * help-fns.el (help-fns--obsolete): Fix last change.
8845
8846 2012-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
8847
8848 * winner.el (winner-mode-map): Obey winner-dont-bind-my-keys here.
8849 (minor-mode-map-alist): Remove redundant code.
8850
8851 * vc/pcvs.el (cvs-cleanup-collection): Keep entries that are currently
8852 visited in a buffer.
8853 (cvs-insert-visited-file): New function.
8854 (find-file-hook): Use it.
8855
8856 * vc/pcvs-info.el (cvs-fileinfo-pp): Don't use non-existent faces.
8857
8858 * vc/log-edit.el (log-edit-font-lock-keywords): Ignore case to
8859 chose face.
8860 (log-edit-empty-buffer-p): Don't require a space after a header.
8861
8862 * vc/ediff-util.el (ediff-diff-at-point): Don't assume point-min==1.
8863
8864 * tutorial.el (help-with-tutorial): Use minibuffer-with-setup-hook.
8865
8866 * textmodes/text-mode.el (paragraph-indent-minor-mode): Make it
8867 a proper minor-mode.
8868
8869 * textmodes/tex-mode.el (tex-mode-map): Don't bind paren keys.
8870
8871 2012-09-29 Glenn Morris <rgm@gnu.org>
8872
8873 * winner.el (winner-mode): Remove variable (let define-minor-mode
8874 handle it).
8875 (winner-dont-bind-my-keys, winner-boring-buffers, winner-mode-hook):
8876 Doc fixes.
8877 (winner-mode-leave-hook): Rename to winner-mode-off-hook.
8878 (winner-mode): Use define-minor-mode.
8879
8880 * vc/vc-sccs.el (vc-sccs-registered): Use the progn trick to get
8881 the full definition in loaddefs, rather than duplicating it.
8882
8883 * help-macro.el (three-step-help): No need to autoload defcustom.
8884
8885 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
8886 (inferior-lisp-program, inferior-lisp-load-command)
8887 (inferior-lisp-prompt, inferior-lisp-mode-hook):
8888 No need to autoload defcustoms.
8889
8890 * hippie-exp.el (hippie-expand-try-functions-list)
8891 (hippie-expand-verbose, hippie-expand-dabbrev-skip-space)
8892 (hippie-expand-dabbrev-as-symbol, hippie-expand-no-restriction)
8893 (hippie-expand-max-buffers, hippie-expand-ignore-buffers)
8894 (hippie-expand-only-buffers): No need to autoload defcustoms.
8895 * progmodes/vhdl-mode.el (vhdl-line-expand):
8896 Explicitly load hippie-exp, so it does not get autoloaded
8897 while hippie-expand-try-functions-list is let-bound.
8898
8899 2012-09-28 Glenn Morris <rgm@gnu.org>
8900
8901 * emacs-lisp/cl.el (flet): Fix case of obsolescence message.
8902
8903 * emacs-lisp/bytecomp.el (byte-compile-cl-file-p):
8904 Only "cl.el" counts as cl these days.
8905
8906 2012-09-28 Juri Linkov <juri@jurta.org>
8907
8908 Display archive errors in the echo area instead of inserting
8909 to the file buffer.
8910
8911 * arc-mode.el (archive-extract-by-stdout): Change arg STDERR-FILE
8912 to STDERR-TEST that can be a regexp matching a successful output.
8913 Create a temporary file and redirect stderr to it. Search for
8914 STDERR-TEST in the stderr output and display it in the echo area
8915 if no match is found.
8916 (archive-extract-by-file): New function like
8917 `archive-extract-by-stdout' but extracting archives to files
8918 and looking for successful matches in stdout. Function body is
8919 mostly copied from `archive-rar-extract'.
8920 (archive-rar-extract): Use `archive-extract-by-file'.
8921 (archive-7z-extract): Use `archive-extract-by-stdout'. (Bug#10347)
8922
8923 2012-09-28 Leo Liu <sdl.web@gmail.com>
8924
8925 * pcomplete.el (pcomplete-show-completions):
8926 Use minibuffer-message to make pcomplete usable in minibuffer.
8927
8928 * ido.el (ido-set-matches-1): Fix 2012-09-11 change.
8929
8930 2012-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
8931
8932 * type-break.el: Use lexical-binding.
8933 (type-break-mode): Use define-minor-mode.
8934
8935 * emacs-lisp/pcase.el (pcase--mark-used): New.
8936 (pcase--u1): Use it (bug#12512).
8937
8938 * custom.el (load-theme): Set buffer-file-name so the load is recorded
8939 in load-history with the right file name.
8940
8941 2012-09-28 Tassilo Horn <tsdh@gnu.org>
8942
8943 * doc-view.el (doc-view-current-cache-doc-pdf): New function.
8944 (doc-view-doc->txt, doc-view-convert-current-doc): Use it.
8945 (doc-view-get-bounding-box): Make bounding box slicing work for
8946 ODF and DVI documents.
8947
8948 2012-09-28 Glenn Morris <rgm@gnu.org>
8949
8950 * type-break.el (type-break-mode, type-break-interval)
8951 (type-break-good-rest-interval, type-break-keystroke-threshold):
8952 No need to autoload.
8953 (type-break-good-rest-interval, type-break-keystroke-threshold):
8954 Add :set-after.
8955
8956 2012-09-28 Chong Yidong <cyd@gnu.org>
8957
8958 * progmodes/verilog-mode.el (verilog-auto-inst-interfaced-ports):
8959 Add :version tag.
8960
8961 2012-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
8962
8963 * json.el (json-encode-char): Codes 127-160 aren't "ASCII printable".
8964
8965 2012-09-27 Glenn Morris <rgm@gnu.org>
8966
8967 * faces.el (x-display-name): Declare (for without-x builds).
8968
8969 * linum.el (linum-format): Don't autoload it. Improve :type.
8970
8971 * progmodes/tcl.el: Don't require outline when compiling.
8972 (outline-regexp, outline-level): Declare.
8973 * textmodes/sgml-mode.el: Don't require outline when compiling.
8974 (outline-regexp, outline-heading-end-regexp, outline-level): Declare.
8975
8976 * term.el (term-ansi-reset):
8977 Try setting term-ansi-face-already-done to nil. (Bug#11785)
8978
8979 * vc/vc.el (vc-next-action): Only gripe about committing read-only
8980 files for RCS and SCCS. (Bug#9781)
8981
8982 2012-09-27 Chong Yidong <cyd@gnu.org>
8983
8984 * progmodes/verilog-mode.el (verilog-mode-release-emacs): Fix last
8985 change; value should be t.
8986
8987 2012-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
8988
8989 * image-mode.el: Use lexical-binding.
8990 (image-mode-winprops): Use t to stand for the window of
8991 a buffer that's not displayed.
8992 * doc-view.el (doc-view-new-window-function): Handle the new
8993 t in winprops.
8994 (doc-view-enlarge): Make it a real nop if the size is not changed.
8995 (doc-view-display): Handle the case where the buffer is not (yet?)
8996 displayed in any window.
8997 (doc-view-saved-settings): New var.
8998 (doc-view-mode): Use it.
8999 (doc-view-fallback-mode): Set it.
9000
9001 * minibuf-eldef.el: Make it possible to replace (default ...) with [...].
9002 Set lexical-binding.
9003 (minibuffer-eldef-shorten-default): New var.
9004 (minibuffer-default-in-prompt-regexps): Use it for new default.
9005 (minibuf-eldef-setup-minibuffer): Add replacement functionality.
9006
9007 2012-09-26 Juanma Barranquero <lekktu@gmail.com>
9008
9009 * international/uni-bidi.el:
9010 * international/uni-category.el:
9011 * international/uni-name.el:
9012 * international/uni-numeric.el: Regenerate.
9013
9014 2012-09-26 Tomohiro Matsuyama <tomo@cx4a.org>
9015 Stefan Monnier <monnier@iro.umontreal.ca>
9016
9017 * profiler.el: New file.
9018
9019 2012-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
9020
9021 * emacs-lisp/testcover.el (testcover-after): Add gv-expander.
9022 (testcover-reinstrument): Simplify with CSE.
9023
9024 2012-09-26 Juanma Barranquero <lekktu@gmail.com>
9025
9026 * window.el (temp-buffer-window-setup): Fix typo in docstring.
9027
9028 2012-09-25 Wilson Snyder <wsnyder@wsnyder.org>
9029
9030 * verilog-mode.el (verilog-auto-ascii-enum, verilog-auto-inout)
9031 (verilog-auto-input, verilog-auto-insert-lisp)
9032 (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
9033 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-undef)
9034 (verilog-auto-unused, verilog-auto-wire)
9035 (verilog-forward-or-insert-line): Fix AUTOs with no trailing
9036 newline. Reported by Andrew Jones.
9037 (verilog-auto-inst) Support expanding $clog2 in AUTOINST.
9038 Reported by Brad Dobbie.
9039 (verilog-batch-delete-trailing-whitespace):
9040 Create verilog-batch-delete-trailing-whitespace.
9041 Reported by Brad Dobbie.
9042 (verilog-auto-inout-param): Support AUTOINOUTPARAM for copying
9043 parameters from another module. Reported by Dan Katz.
9044 (verilog-auto, verilog-auto-assign-modport)
9045 (verilog-auto-inout-modport): Add AUTOASSIGNMODPORT and
9046 AUTOINOUTMODPORT for UVM interface module shell generation.
9047 Reported by Brad Dobbie.
9048 (verilog-auto-inst-interfaced-ports): Make default nil, as more
9049 standard behavior.
9050 (verilog-auto): Fix AUTO parameters with parenthesis arguments.
9051 Reported by Matt Martin.
9052
9053 2012-09-25 Martin Rudalics <rudalics@gmx.at>
9054
9055 * window.el (window--resize-child-windows): When resizing child
9056 windows proportionally, process them in reverse order to
9057 preserve the "when splitting a window the new one gets the odd
9058 line" behavior.
9059 (window--resize-root-window-vertically): When resizing the
9060 minibuffer window try to affect only windows at the bottom of the
9061 frame. (Bug#12419)
9062
9063 2012-09-25 Chong Yidong <cyd@gnu.org>
9064
9065 * subr.el (declare): Doc fix.
9066
9067 * help-fns.el (help-fns--obsolete): Handle macros properly.
9068
9069 2012-09-25 Chong Yidong <cyd@gnu.org>
9070
9071 * bookmark.el (bookmark-jump-noselect): Use a declare form to mark
9072 this function obsolete.
9073
9074 * calendar/cal-x.el (calendar-two-frame-setup)
9075 (calendar-only-one-frame-setup, calendar-one-frame-setup):
9076 * calendar/calendar.el (american-calendar, european-calendar)
9077 (calendar-for-loop):
9078 * comint.el (comint-dynamic-simple-complete)
9079 (comint-dynamic-complete-as-filename, comint-unquote-filename):
9080 * desktop.el (desktop-load-default):
9081 * dired-x.el (dired-omit-here-always)
9082 (dired-hack-local-variables, dired-default-directory):
9083 * emacs-lisp/derived.el (derived-mode-class):
9084 * emacs-lisp/timer.el (timer-set-time-with-usecs):
9085 * emacs-lock.el (toggle-emacs-lock):
9086 * epa.el (epa-display-verify-result):
9087 * epg.el (epg-sign-keys, epg-start-sign-keys)
9088 (epg-passphrase-callback-function):
9089 * eshell/esh-util.el (eshell-for):
9090 * eshell/eshell.el (eshell-remove-from-window-buffer-names)
9091 (eshell-add-to-window-buffer-names):
9092 * files.el (locate-file-completion):
9093 * imenu.el (imenu-example--create-c-index)
9094 (imenu-example--create-lisp-index)
9095 (imenu-example--lisp-extract-index-name)
9096 (imenu-example--name-and-position):
9097 * international/mule-cmds.el (princ-list):
9098 * international/mule-diag.el (decode-codepage-char):
9099 * international/mule-util.el (detect-coding-with-priority):
9100 * iswitchb.el (iswitchb-read-buffer):
9101 * mail/mailalias.el (mail-complete):
9102 * mail/sendmail.el (mail-sent-via):
9103 * mouse.el (mouse-popup-menubar-stuff, mouse-popup-menubar)
9104 (mouse-major-mode-menu):
9105 * password-cache.el (password-read-and-add):
9106 * pcomplete.el (pcomplete-parse-comint-arguments):
9107 * progmodes/sh-script.el (sh-maybe-here-document):
9108 * replace.el (query-replace-regexp-eval):
9109 * savehist.el (savehist-load):
9110 * simple.el (choose-completion-delete-max-match):
9111 * term.el (term-dynamic-simple-complete):
9112 * vc/ediff-init.el (ediff-check-version):
9113 * vc/ediff-wind.el (ediff-choose-window-setup-function-automatically):
9114 * vc/vc.el (vc-diff-switches-list):
9115 * view.el (view-return-to-alist-update): Likewise.
9116
9117 * subr.el (eval-next-after-load, makehash, insert-string)
9118 (assoc-ignore-representation, assoc-ignore-case): Use declare to
9119 mark obsolete.
9120 (mode-line-inverse-video): Variable deleted.
9121
9122 * international/mule-util.el (string-to-sequence): Remove.
9123
9124 * calendar/calendar.el (calendar-version):
9125 * calendar/icalendar.el (icalendar-extract-ical-from-buffer)
9126 (icalendar-convert-diary-to-ical):
9127 * cus-edit.el (custom-mode):
9128 * ansi-color.el (ansi-color-unfontify-region):
9129 * international/latin1-disp.el (latin1-char-displayable-p):
9130 * progmodes/cwarn.el (turn-on-cwarn-mode):
9131 * progmodes/which-func.el (which-func-update-1):
9132 Use define-obsolete-function-alias.
9133
9134 * net/newst-backend.el (newsticker-cache-filename):
9135 * net/newst-treeview.el (newsticker-groups-filename):
9136 Fix incorrect obsolescence declaration.
9137
9138 * allout.el (allout-passphrase-hint-string): Likewise.
9139 (allout-init): Use a declare form to mark obsolete.
9140
9141 * emacs-lisp/byte-run.el (make-obsolete): Doc fix; emphasize that
9142 this applies to functions.
9143
9144 * iswitchb.el (iswitchb-read-buffer): Move code of
9145 iswitchb-define-mode-map here, and delete that obsolete function.
9146
9147 * net/snmp-mode.el (snmp-font-lock-keywords-3): Don't use obsolete
9148 font-lock-reference-face.
9149
9150 2012-09-25 Glenn Morris <rgm@gnu.org>
9151
9152 * buff-menu.el (Buffer-menu-name-width, Buffer-menu-size-width):
9153 Doc fixes.
9154
9155 * eshell/em-term.el (eshell-term-name):
9156 Default to term-term-name. (Bug#12485)
9157
9158 2012-09-24 Fabián Ezequiel Gallina <fgallina@cuca>
9159
9160 * progmodes/python.el (python-shell-send-buffer): Better handling
9161 of "if __name__ == '__main__':" conditionals when sending the buffer.
9162
9163 2012-09-24 Glenn Morris <rgm@gnu.org>
9164
9165 * eshell/esh-cmd.el (eshell-find-alias-function):
9166 Tighten up file-name regexp. (Bug#12499)
9167
9168 2012-09-24 Fabián Ezequiel Gallina <fgallina@cuca>
9169
9170 Enhancements for triple-quote string syntax.
9171 * progmodes/python.el (python-quote-syntax): Remove.
9172 (python-syntax-propertize-function): New value.
9173 (python-syntax-count-quotes, python-syntax-stringify):
9174 New functions.
9175
9176 2012-09-24 Chong Yidong <cyd@gnu.org>
9177
9178 * mail/supercite.el (sc-version): Remove obsolete function.
9179 (sc-describe): Don't mark as obsolete, since it is bound.
9180 (sc-submit-bug-report): Remove.
9181
9182 * vc/log-edit.el (cvs-changelog-full-paragraphs)
9183 (cvs-commit-buffer-require-final-newline): Remove.
9184 (log-edit-require-final-newline)
9185 (log-edit-changelog-full-paragraphs): Default to t.
9186
9187 * vc/pcvs-defs.el (cvs-diff-buffer-name, cvs-diff-ignore-marks)
9188 * vc/vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
9189 * vc/vc.el (vc-checkout-carefully): Likewise.
9190
9191 * vc/emerge.el (emerge-mode): Make it an obsolete alias.
9192 (emerge-version): Remove.
9193
9194 * progmodes/compile.el (compile-internal): Remove.
9195 (compilation-parse-errors-function): Fix typo.
9196
9197 * international/mule.el (set-char-table-default): Remove.
9198 (set-coding-priority, make-coding-system, generic-char-p)
9199 (charset-list, charset-bytes, charset-id): Use declare to mark
9200 functions as obsolete.
9201
9202 * vc/pcvs-defs.el (cvs-buffer-name-alist)
9203 (cvs-invert-ignore-marks): Remove references to obsolete vars.
9204 * vc/vc-hooks.el (vc-default-registered): Don't use
9205 vc-master-templates.
9206
9207 * font-lock.el (font-lock-reference-face):
9208 Use define-obsolete-variable-alias.
9209
9210 * generic-x.el (rul-generic-mode): Use font-lock-constant-face.
9211 * calendar/calendar.el (calendar-font-lock-keywords):
9212 * calendar/diary-lib.el (diary-font-lock-keywords)
9213 (diary-fancy-font-lock-keywords):
9214 * textmodes/reftex-sel.el (reftex-insert-docstruct):
9215 * textmodes/reftex-index.el (reftex-insert-index):
9216 * textmodes/reftex-cite.el (reftex-format-bib-entry):
9217 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
9218 * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
9219 * progmodes/prolog.el (prolog-font-lock-keywords):
9220 * progmodes/idlwave.el (idlwave-idl-keywords):
9221 * progmodes/ada-mode.el (ada-font-lock-keywords):
9222 * net/snmp-mode.el (snmp-font-lock-keywords-3): Likewise.
9223
9224 2012-09-24 Glenn Morris <rgm@gnu.org>
9225
9226 * mail/emacsbug.el (report-emacs-bug): Include `lsb_release -d'.
9227
9228 2012-09-23 Fabián Ezequiel Gallina <fgallina@cuca>
9229
9230 * progmodes/python.el (python-indent-line): More consistent cursor
9231 movement behavior.
9232
9233 2012-09-23 Stefan Merten <smerten@oekonux.de>
9234
9235 * textmodes/rst.el: Fix compiler warning.
9236
9237 2012-09-23 Roland Winkler <winkler@gnu.org>
9238
9239 * textmodes/bibtex.el (bibtex-autokey-transcriptions):
9240 Transcribe also LaTeX hyphenation.
9241 (bibtex-reformat): Bug fix. Do not quote twice the elements of
9242 bibtex-reformat-previous-options.
9243
9244 2012-09-23 Roland Winkler <winkler@gnu.org>
9245
9246 * proced.el (proced-renice-command): New variable.
9247 (proced-marked-processes): New function.
9248 (proced-with-processes-buffer): New macro.
9249 (proced-send-signal): Use them.
9250 (proced-renice): New command bound to r.
9251
9252 2012-09-23 Roland Winkler <winkler@gnu.org>
9253
9254 * ibuf-ext.el (ibuffer-switch-to-saved-filter-groups): If list
9255 ibuffer-saved-filter-groups has one element, shortcut the call of
9256 completing-read. (Bug#12331)
9257
9258 2012-09-23 Chong Yidong <cyd@gnu.org>
9259
9260 * bindings.el (mode-line-toggle-read-only):
9261 * bs.el (bs-toggle-readonly):
9262 * buff-menu.el (Buffer-menu-toggle-read-only):
9263 * dired.el (dired-toggle-read-only):
9264 * ibuffer.el (ibuffer-do-toggle-read-only): Use read-only-mode.
9265
9266 2012-09-23 Chong Yidong <cyd@gnu.org>
9267
9268 * image.el (image-type-available-p): Adapt to init-image-library
9269 argument changes.
9270
9271 2012-09-22 Juri Linkov <juri@jurta.org>
9272
9273 * dired.el (dired-mode-map): Add [remap read-only-mode] for
9274 `dired-toggle-read-only'. (Bug#12462)
9275
9276 2012-09-22 Martin Rudalics <rudalics@gmx.at>
9277
9278 * subr.el (temp-output-buffer-show): New function.
9279 (with-output-to-temp-buffer): Call temp-output-buffer-show
9280 instead of internal-temp-output-buffer-show.
9281
9282 2012-09-22 Chong Yidong <cyd@gnu.org>
9283
9284 * files.el (ctl-x-map): Bind C-x C-q to read-only-mode
9285 (Bug#12462).
9286
9287 * repeat.el (repeat): Doc fix (Bug#12348).
9288
9289 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix
9290 (Bug#10909).
9291
9292 * simple.el (shell-command-on-region): Doc fix.
9293 (read-only-mode): Doc fix.
9294
9295 2012-09-22 Eli Zaretskii <eliz@gnu.org>
9296
9297 * emacs-lisp/timer.el (run-with-idle-timer)
9298 (timer-activate-when-idle): Warn against reinvoking an idle timer
9299 from within its own timer action. (Bug#12447)
9300
9301 2012-09-22 Martin Rudalics <rudalics@gmx.at>
9302
9303 * cus-start.el (window-combination-limit): Add new optional
9304 values.
9305 * window.el (temp-buffer-window-show)
9306 (window--try-to-split-window): Handle new values of
9307 window-combination-limit (Bug#1806).
9308 (split-window): Test window-combination-limit for t instead of
9309 non-nil.
9310 (display-buffer-at-bottom): New buffer display action function.
9311 * help.el (temp-buffer-resize-regexps): New option.
9312 (temp-buffer-resize-mode): Rewrite doc-string.
9313 (resize-temp-buffer-window): Obey temp-buffer-resize-regexps.
9314 Don't resize reused window. Suggested by Glenn Morris.
9315
9316 2012-09-22 Stefan Merten <smerten@oekonux.de>
9317
9318 * textmodes/rst.el: Revamp section title faces.
9319 (rst-official-version)
9320 (rst-package-emacs-version-alist): Sync with official version
9321 V1.4.0.
9322 (rst-faces-defaults, rst-set-level-default)
9323 (rst-level-face-max, rst-level-face-base-color)
9324 (rst-level-face-base-light, rst-level-face-format-light)
9325 (rst-level-face-step-light, rst-define-level-faces): Obsolete.
9326 (rst-adornment-faces-alist): Match new setup.
9327 (rst-level-1, rst-level-2, rst-level-3, rst-level-4)
9328 (rst-level-5, rst-level-6): New faces.
9329
9330 2012-09-22 Chong Yidong <cyd@gnu.org>
9331
9332 * simple.el (undo): Handle indirect buffers (Bug#8207).
9333
9334 2012-09-21 Leo Liu <sdl.web@gmail.com>
9335
9336 IDO: Disable match re-ordering for buffer switching.
9337 * ido.el (ido-buffer-disable-smart-matches): New variable.
9338 (ido-set-matches-1): Use it. (Bug#2042)
9339
9340 2012-09-21 Jose Marino <marinoj@nso.edu> (tiny change)
9341
9342 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
9343 Fix 2011-05-17 change. (Bug#12418)
9344
9345 2012-09-21 Leo Liu <sdl.web@gmail.com>
9346
9347 * subr.el (ignore-errors): Mention with-demoted-errors in doc-string.
9348
9349 2012-09-21 Glenn Morris <rgm@gnu.org>
9350
9351 * emacs-lisp/shadow.el (load-path-shadows-font-lock-keywords):
9352 Be more robust about locating simple.el.
9353
9354 2012-09-21 Glenn Morris <rgm@gnu.org>
9355
9356 * mail/emacsbug.el (report-emacs-bug): Trap load-path-shadows errors.
9357
9358 2012-09-21 Joel Bion <jpbion@westvi.com> (tiny change)
9359
9360 * pcmpl-gnu.el (pcmpl-gnu-tarfile-regexp): Add tar.xz. (Bug#12382)
9361
9362 2012-09-20 Juri Linkov <juri@jurta.org>
9363
9364 * replace.el (query-replace-read-from): Use `read-regexp' instead
9365 of `read-from-minibuffer' when `regexp-flag' is non-nil.
9366 (occur-read-primary-args): Use `read-regexp' instead of
9367 `read-string'.
9368 (multi-occur-in-matching-buffers): Use `read-regexp' instead of
9369 `read-from-minibuffer'.
9370 * isearch.el (isearch-occur): Use `read-regexp' instead of
9371 `read-string'.
9372 * dired.el (dired-read-regexp): Use `read-regexp' instead of
9373 `read-from-minibuffer'.
9374 * progmodes/grep.el (grep-read-regexp): Use `read-regexp' instead
9375 of `read-string'. (Bug#7567)
9376
9377 * replace.el (read-regexp): Rename DEFAULT-VALUE arg to DEFAULTS
9378 and allow accepting a list of strings prepended to a list of
9379 standard default values. Doc fix. (Bug#12321)
9380
9381 * replace.el (read-regexp): Add HISTORY arg. (Bug#7567)
9382
9383 * replace.el (read-regexp): Don't add ": " when PROMPT already
9384 ends with a colon and space. (Bug#12321)
9385
9386 2012-09-20 Tassilo Horn <tsdh@gnu.org>
9387
9388 * doc-view.el (doc-view-display): Better fix for the cl-assertion
9389 error.
9390
9391 2012-09-20 Stefan Merten <smerten@oekonux.de>
9392
9393 * textmodes/rst.el: Integrate support for `imenu' and `which-function'.
9394 Fixes feature request bug#11711.
9395 (rst-mode): Create `imenu-create-index-function'.
9396 (rst-get-stripped-line): Delete after refactoring.
9397 (rst-section-tree, rst-section-tree-rec)
9398 (rst-section-tree-point): Refactor and document properly.
9399 (rst-imenu-find-adornments-for-position)
9400 (rst-imenu-convert-cell, rst-imenu-create-index):
9401 New function.
9402
9403 2012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
9404
9405 * emacs-lisp/macroexp.el (macroexp--obsolete-warning): New function.
9406 (macroexp--expand-all): Use it.
9407 (macroexp--funcall-and-return): Remove by folding it into its sole
9408 caller (macroexp--warn-and-return).
9409 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete):
9410 Use macroexp--obsolete-warning.
9411
9412 * calc/calc.el: Fix last change by removing the whole chunk, since it
9413 was only needed back when Calc was not bundled.
9414
9415 2012-09-20 Martin Rudalics <rudalics@gmx.at>
9416
9417 * emacs-lisp/debug.el (debug): Restore assignment to
9418 debugger-old-buffer removed on 2012-09-08.
9419
9420 2012-09-20 Juri Linkov <juri@jurta.org>
9421
9422 * dired-aux.el (dired-diff): Remove (require 'diff) since
9423 `diff-latest-backup-file' is now autoloaded.
9424
9425 2012-09-20 Chong Yidong <cyd@gnu.org>
9426
9427 * vc/diff.el (diff-latest-backup-file): Autoload.
9428
9429 2012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
9430
9431 * calc/calc.el: Remove redundant autoload shape check.
9432 (sel-mode): Don't defvar.
9433 (calc-get-stack-element): Add `sel-mode' arg instead.
9434 (calc-top, calc-top-list): Pass it this additional argument.
9435 * calc/calc-store.el (calc-store-map):
9436 * calc/calc-map.el (calc-apply, calc-reduce, calc-map)
9437 (calc-map-equation, calc-outer-product, calc-inner-product):
9438 * calc/calc-aent.el (calc-alg-entry): Don't bind sel-mode.
9439
9440 * emacs-lisp/macroexp.el (macroexp--expand-all): Fix last change.
9441
9442 2012-09-19 Juri Linkov <juri@jurta.org>
9443
9444 * dired-aux.el (dired-diff): Add (require 'diff) because
9445 `diff-latest-backup-file' is not autoloaded.
9446 (dired-do-chxxx, dired-do-chmod): Set `no-error-if-not-filep' arg
9447 of `dired-get-filename' to t to not report error when there is
9448 no default file on the current line.
9449
9450 2012-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
9451
9452 * emacs-lisp/macroexp.el (macroexp--funcall-if-compiled): Rename from
9453 macroexp--eval-if-compile.
9454 (macroexp--funcall-and-return, macroexp--warn-and-return): New funs.
9455 (macroexp--expand-all): Use them (bug#12371).
9456
9457 * doc-view.el (doc-view-guess-paper-size)
9458 (doc-view-scale-bounding-box): Fix unbound `caddr'.
9459
9460 2012-09-19 Tassilo Horn <tsdh@gnu.org>
9461
9462 New feature: set optimal slice from BoundingBox information.
9463 * doc-view.el (doc-view-mode-map): Add keybinding.
9464 (doc-view-menu): Add menu entry.
9465 (doc-view-set-slice): Adapt docstring.
9466 (doc-view-get-bounding-box, doc-view-guess-paper-size)
9467 (doc-view-scale-bounding-box)
9468 (doc-view-set-slice-from-bounding-box): New functions.
9469 (doc-view-paper-sizes): New defvar.
9470
9471 2012-09-19 Glenn Morris <rgm@gnu.org>
9472
9473 * emacs-lisp/macroexp.el (byte-compile-warn-obsolete)
9474 (byte-compile-log-warning): Autoload. (Bug#12371)
9475
9476 * calendar/calendar.el (calendar-american-month-header)
9477 (calendar-european-month-header, calendar-iso-month-header)
9478 (calendar-month-header): New options.
9479 (calendar-set-date-style): Set calendar-month-header. Redraw calendar.
9480 (calendar-generate-month): Use calendar-month-header. (Bug#9510)
9481
9482 2012-09-19 Jan Djärv <jan.h.d@swipnet.se>
9483
9484 * startup.el (command-line-ns-option-alist): Add -g and --geometry.
9485
9486 2012-09-18 Juri Linkov <juri@jurta.org>
9487
9488 * dired-aux.el (dired-diff): Restore original functionality of
9489 getting the default value, but keep new feature of using the
9490 latest existing backup file (`diff-latest-backup-file').
9491
9492 2012-09-18 Juri Linkov <juri@jurta.org>
9493
9494 * dired.el (dired-mark): If the region is active in Transient Mark
9495 mode, mark all files in the active region. Doc fix.
9496 (dired-unmark, dired-flag-file-deletion, dired-unmark-backward):
9497 Doc fix. (Bug#10624)
9498
9499 2012-09-18 Juri Linkov <juri@jurta.org>
9500
9501 * dired-aux.el (dired-do-chxxx, dired-do-chmod): Default file
9502 attributes for M-n are pulled from the file at point.
9503 (dired-do-chgrp, dired-do-chown, dired-do-touch): Doc fix.
9504 Suggested by Drew Adams. (Bug#10624)
9505
9506 2012-09-18 Dmitry Gutov <dgutov@yandex.ru>
9507
9508 * progmodes/ruby-mode.el (ruby-brace-to-do-end): Don't add extra
9509 whitespace after "end".
9510 (ruby-do-end-to-brace): Collapse block to one line if it fits
9511 within fill-column.
9512
9513 2012-09-18 Martin Rudalics <rudalics@gmx.at>
9514
9515 * emacs-lisp/debug.el (debugger-bury-or-kill): Fix customization
9516 value.
9517 (debug): Don't remove debugger window when debugger is expected
9518 to be back.
9519
9520 2012-09-18 Chong Yidong <cyd@gnu.org>
9521
9522 * custom.el (defface): Doc fix.
9523
9524 * cus-edit.el (custom-unlispify-remove-prefixes): Add warning.
9525
9526 2012-09-18 Martin Blais <blais@furius.ca> (tiny change)
9527
9528 * progmodes/compile.el (compilation-start): Use compilation-always-kill
9529 to initialize query-on-exit; then test that instead (bug#12288).
9530
9531 2012-09-17 Stefan Merten <smerten@oekonux.de>
9532
9533 * textmodes/rst.el: Add support for `testcover'.
9534 (rst-defcustom-testcover, rst-testcover-add-compose)
9535 (rst-testcover-add-1value): New functions.
9536 (rst-portable-mark-active-p): Replace by `use-region-p'.
9537 (rst-update-section, rst-classify-adornment)
9538 (rst-find-title-line): Mark `1value' forms.
9539 (rst-classify-adornment): Remove superfluous form.
9540 (rst-update-section, rst-get-adornments-around)
9541 (rst-adornment-complete-p, rst-get-next-adornment)
9542 (rst-adjust, rst-promote-region)
9543 (rst-display-adornments-hierarchy, rst-straighten-adornments)
9544 (rst-find-pfx-in-region, rst-section-tree-rec)
9545 (rst-section-tree-point, rst-toc-insert, rst-toc-insert-node)
9546 (rst-toc-node, rst-toc, rst-forward-section)
9547 (rst-iterate-leftmost-paragraphs)
9548 (rst-iterate-leftmost-paragraphs-2, rst-enumerate-region)
9549 (rst-bullet-list-region)
9550 (rst-convert-bullets-to-enumeration, rst-font-lock-keywords)
9551 (rst-compile-find-conf, rst-compile)
9552 (rst-repeat-last-character): Fix style.
9553
9554 2012-09-17 Chong Yidong <cyd@gnu.org>
9555
9556 * comint.el (comint--complete-file-name-data): Don't add a space
9557 if the status is `sole'; that adds a gratuitous space in the
9558 completion-cycling case (Bug#12092).
9559
9560 * pcomplete.el (pcomplete-completions-at-point): Likewise.
9561
9562 2012-09-17 Richard Stallman <rms@gnu.org>
9563
9564 * mail/rmailmm.el (rmail-mime-toggle-raw): Do rmail-mime-insert
9565 only in the mime-shown mode, not in raw mode.
9566 (rmail-mime): Toggle off mime by displaying the message without
9567 mime processing. (Bug#12305)
9568
9569 * mail/rmail.el (rmail-retry-failure):
9570 Turn off mime processing first. (Bug#12037)
9571
9572 * epa-mail.el (epa-mail-encrypt): Fix bug when a name has no key.
9573
9574 2012-09-17 Chong Yidong <cyd@gnu.org>
9575
9576 * shell.el (shell-file-name-chars, shell-file-name-quote-list)
9577 (shell-dynamic-complete-functions): Convert to defcustom.
9578 (shell-prompt-pattern, shell-completion-fignore): Doc fix.
9579
9580 * bookmark.el (bookmark-bmenu-toggle-filenames): Doc fixes.
9581 * comint.el (comint-prompt-read-only):
9582 * custom.el (defcustom):
9583 * hi-lock.el (hi-lock-mode):
9584 * ibuffer.el (ibuffer-formats):
9585 * ielm.el (ielm-prompt-read-only):
9586 * novice.el (disable-command):
9587 * saveplace.el (toggle-save-place):
9588 * speedbar.el (speedbar-supported-extension-expressions):
9589 * startup.el (auto-save-list-file-prefix, init-file-user)
9590 (after-init-hook, inhibit-startup-echo-area-message):
9591 * strokes.el (strokes-help):
9592 * time-stamp.el (time-stamp):
9593 * calendar/calendar.el (calendar, diary-file):
9594 * calendar/diary-lib.el (diary-mail-entries, diary)
9595 (diary-list-entries-hook):
9596 * calendar/holidays.el (holidays, calendar-holidays):
9597 * calendar/lunar.el (lunar-phases):
9598 * calendar/solar.el (sunrise-sunset):
9599 * emulation/edt.el (edt-load-keys):
9600 * emulation/viper.el (viper-mode):
9601 * eshell/em-alias.el (eshell-command-aliases-list):
9602 * eshell/esh-util.el (eshell-convert-numeric-arguments):
9603 * international/ogonek.el (ogonek-information):
9604 * net/tramp-cmds.el (tramp-bug):
9605 * net/quickurl.el (quickurl-reread-hook-postfix):
9606 * play/decipher.el (decipher-font-lock-keywords):
9607 * progmodes/cc-styles.el (c-set-style):
9608 * progmodes/idlw-shell.el (idlwave-shell-prompt-pattern):
9609 * progmodes/inf-lisp.el (inferior-lisp-prompt):
9610 * progmodes/octave-mod.el (octave-mode):
9611 * progmodes/sql.el (sql-mode, sql-interactive-mode, sql-password):
9612 * progmodes/verilog-mode.el (verilog-read-defines):
9613 * textmodes/two-column.el (2C-mode): Likewise.
9614
9615 2012-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
9616
9617 * mail/mailabbrev.el (mail-abbrev-expand-hook): Work for a mail aliasee
9618 that holds many addresses.
9619
9620 2012-09-16 Chong Yidong <cyd@gnu.org>
9621
9622 * align.el (align-areas): Call the indication function with
9623 positions instead of markers for arguments (Bug#12343).
9624
9625 * files.el (parse-colon-path): Use split-string (Bug#12351).
9626
9627 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
9628 (display-buffer-function): Mark as obsolete.
9629
9630 * progmodes/compile.el (compilation-parse-errors): Accept list
9631 values similar to font-lock-keywords (Bug#12136).
9632 Suggested by Oleksandr Manzyuk.
9633 (compilation-error-regexp-alist): Doc fix.
9634
9635 2012-09-15 Glenn Morris <rgm@gnu.org>
9636
9637 * version.el (emacs-bzr-version-bzr): New function.
9638 (emacs-bzr-get-version): Add optional EXTERNAL argument.
9639
9640 * vc/vc-bzr.el (vc-bzr-working-revision): For lightweight local
9641 checkouts, check the parent dirstate matches the branch.
9642 Add "--tree" to "bzr revno" arguments. Don't try to shorten the
9643 empty string.
9644
9645 * version.el (emacs-bzr-version): Doc fix.
9646 (emacs-bzr-version-dirstate): New function.
9647 (emacs-bzr-get-version): For lightweight checkouts, if the parent
9648 is local try and check that it matches the branch. If not, just
9649 use dirstate information. (Bug#12441)
9650
9651 2012-09-14 Juri Linkov <juri@jurta.org>
9652
9653 * dired-aux.el (dired-do-chmod): Use `eq' to detect empty input.
9654 (Bug#12399)
9655
9656 2012-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
9657
9658 * emacs-lisp/advice.el (ad-prognify): Remove, use macroexp-progn.
9659
9660 * emacs-lisp/edebug.el: Miscellaneous cleanup.
9661 Remove obsolete byte-compiler hack that tried to silence some warnings.
9662 (edebug-submit-bug-report): Remove.
9663 (edebug-get-buffer-window, edebug-sit-for, edebug-input-pending-p):
9664 Remove aliases, use the un-prefixed name instead.
9665 (edebug-pop-to-buffer): Consider other frames.
9666 (edebug-original-read):: Make it more obvious that it's always defined.
9667 (edebug--make-form-data-entry, edebug--form-data-name)
9668 (edebug--form-data-begin, edebug--form-data-end): Rename from the
9669 single-dashed name, and implement with cl-defstruct.
9670 (edebug-set-form-data-entry): Use the standard accessors.
9671 (edebug-make-top-form-data-entry): Use push.
9672 (edebug-no-match): Drop useless `funcall'.
9673 (mapcar, mapconcat, mapatoms, apply, funcall): Don't add debug specs
9674 to functions.
9675 (defsubst, dont-compile, eval-when-compile, eval-and-compile)
9676 (delay-mode-hooks, with-temp-file, with-temp-message, ad-dolist)
9677 (with-syntax-table, push, pop, 1value, noreturn, defadvice)
9678 (easy-menu-define, with-custom-print): Remove redundant specs.
9679 (edebug-outside-overriding-local-map)
9680 (edebug-outside-overriding-terminal-local-map): Remove, unused.
9681 (edebug--display): Bind unread-command-events directly to nil rather
9682 than binding it to unread-command-events and later setting it to nil.
9683 (edebug--display): Kill edebug-eval-buffer here...
9684 (edebug--recursive-edit): ...rather than here.
9685 Bind standard-output and standard-input.
9686 (edebug-eval): Check cl-macroexpand-all is fboundp.
9687 (edebug-temp-display-freq-count): Fix last change.
9688
9689 * emacs-lisp/easymenu.el (easy-menu-define): Add `debug' spec.
9690 * subr.el (noreturn, 1value): Add `debug' spec.
9691 * emacs-lisp/advice.el: Require cl-lib.
9692 (ad-copy-tree): Remove, use copy-tree instead.
9693 (ad-dolist): Remove use dolist or cl-dolist instead.
9694 (ad-do-return): Remove, use cl-return instead.
9695 (defadvice): Add `debug' spec.
9696
9697 2012-09-13 Juri Linkov <juri@jurta.org>
9698
9699 * dired-aux.el (dired-do-chxxx): Use `eq' to detect empty input.
9700 (Bug#12399)
9701
9702 2012-09-13 Glenn Morris <rgm@gnu.org>
9703
9704 * calc/calc.el (math-compose-expr):
9705 * calc/calc-ext.el (math-compose-expr):
9706 * progmodes/cc-defs.el (cl-macroexpand-all):
9707 * progmodes/cc-langs.el (delete-duplicates, mapcan)
9708 (cl-macroexpand-all): Update declarations.
9709
9710 * vc/vc.el: No need to require ediff.
9711 (ediff-load-version-control): Declare.
9712 (ediff-vc-internal): Fix declaration.
9713 (vc-version-ediff): Require ediff.
9714
9715 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
9716
9717 Use a more backwards-compatible timer format (Bug#12430).
9718 * emacs-lisp/timer.el (timer): PSECS is now at the end, rather than
9719 being right after USECS, as that better supports old code that
9720 inadvisedly looked directly at the timer vector.
9721
9722 2012-09-13 Kenichi Handa <handa@gnu.org>
9723
9724 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
9725 ("Chinese-CNS", "Chinese-EUC-TW"): Add chinese-gbk to
9726 `coding-priority' property of these language environment.
9727
9728 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
9729
9730 Fix glitches caused by addition of psec to timers (Bug#12430).
9731 * image.el (image-animate-timer):
9732 * time.el (display-time-world-timer):
9733 Use timer--function and timer--args rather than raw access to
9734 timer vector.
9735
9736 2012-09-13 Glenn Morris <rgm@gnu.org>
9737
9738 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
9739 If not compiling a file, try using load-file-name.
9740
9741 2012-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
9742
9743 * emacs-lisp/edebug.el (edebug-outside-unread-command-events):
9744 Fix last change.
9745 (edebug-update-eval-list): Use `push'.
9746
9747 * emacs-lisp/edebug.el: Use lexical-binding.
9748 Remove the "edebug-" prefix from non-dynamically-scoped variables.
9749 Mark unused args with underscore.
9750 (edebug-save-restriction, edebug-outside-excursion): Use `declare'.
9751 (edebug-form-data): Use defvar-local.
9752 (edebug-make-before-and-after-form, edebug-make-after-form):
9753 Use backquote.
9754 (edebug-args, edebug-value, edebug-after-index, edebug-arg-mode):
9755 Not dynamically scoped any more.
9756 (edebug--enter-trace): Add arguments `function' and `args'.
9757 Rename from edebug-enter-trace.
9758 (edebug-enter): Call it accordingly. Bind edebug-function explicitly.
9759 (edebug--update-coverage): Add `after-index' and `value' args.
9760 Rename from edebug-update-coverage.
9761 (edebug-slow-after): Call it accordingly.
9762 (edebug--recursive-edit): Add arg `arg-mode'. Rename from
9763 edebug-recursive-edit.
9764 (edebug--display): Call it accordingly. Add args `value',
9765 `offset-index', and `arg-mode'. Rename from edebug-display.
9766 (edebug-debugger, edebug): Call it accordingly.
9767 (edebug-eval-display-list): Use dolist.
9768
9769 2012-09-12 Juri Linkov <juri@jurta.org>
9770
9771 * info.el (Info-search): Don't check for isearch-mode and
9772 isearch-regexp before let-binding search-spaces-regexp to
9773 Info-search-whitespace-regexp.
9774 (Info-isearch-search): Let-bind Info-search-whitespace-regexp to
9775 search-whitespace-regexp if isearch-lax-whitespace or
9776 isearch-regexp-lax-whitespace is non-nil.
9777 (Info-mode): Don't set local variable search-whitespace-regexp.
9778 http://lists.gnu.org/archive/html/emacs-devel/2012-08/msg00811.html
9779
9780 2012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
9781
9782 * emacs-lisp/debug.el (debugger-outer-unread-command-char, debug)
9783 (debugger-env-macro): Remove support for unread-command-char.
9784
9785 * subr.el (set-temporary-overlay-map): Minimize slightly the impact of
9786 the temporary map re-appearing on emulation-mode-map-alists.
9787
9788 * emacs-lisp/edebug.el (def-edebug-form-spec): Remove, it's been broken
9789 since 22.1.
9790
9791 * ehelp.el (with-electric-help): Accept functions in
9792 electric-help-form-to-execute.
9793 (electric-help-execute-extended, electric-help-ctrl-x-prefix): Use it.
9794 And replace unread-command-char -> unread-command-events.
9795
9796 2012-09-12 Michael Albinus <michael.albinus@gmx.de>
9797
9798 Sync with Tramp 2.2.6.
9799
9800 * net/tramp.el (tramp-accept-process-output): Don't use
9801 JUST-THIS-ONE in the XEmacs case.
9802
9803 * net/trampver.el: Update release number.
9804
9805 2012-09-12 Martin Rudalics <rudalics@gmx.at>
9806
9807 * emacs-lisp/debug.el (debugger-previous-window-height):
9808 New variable.
9809 (debug): When debugger-jumping-flag is non-nil try to restore
9810 height of debugger window. (Bug#8789)
9811
9812 2012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
9813
9814 * emacs-lisp/edebug.el (edebug-enter): Don't mess with
9815 overriding-local-map and pre/post-command-hook here.
9816 (edebug-recursive-edit): Do it here instead (bug#12345).
9817 (edebug-outside-unread-command-char): Remove all uses of
9818 unread-command-char.
9819
9820 * emacs-lisp/debug.el (debug): Don't bind debug-on-error since
9821 inhibit-debugger is bound instead.
9822
9823 2012-09-11 Bastien Guerry <bzg@gnu.org>
9824
9825 * subr.el (set-temporary-overlay-map): Add a docstring.
9826 (Bug#12346)
9827
9828 2012-09-11 Bastien Guerry <bzg@gnu.org>
9829
9830 * minibuffer.el (completion-table-subvert): Fix docstring.
9831 (Bug#12347)
9832
9833 2012-09-11 Bastien Guerry <bzg@gnu.org>
9834
9835 * help-fns.el (describe-variable): Fix typo. (Bug#12346)
9836
9837 2012-09-10 Michael R. Mauger <mmaug@yahoo.com>
9838
9839 * progmodes/sql.el: Version 3.1
9840 (sql-db2-escape-newlines): New variable.
9841 (sql-escape-newlines-filter): Use it.
9842
9843 2012-09-10 Juanma Barranquero <lekktu@gmail.com>
9844
9845 * custom.el (custom-theme-load-confirm): Remove unneeded assignment.
9846
9847 2012-09-10 Dan Nicolaescu <dann@gnu.org>
9848
9849 * vc/diff-mode.el (diff-mode-menu):
9850 Bind diff-remove-trailing-whitespace.
9851
9852 2012-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
9853
9854 * emacs-lisp/lisp-mode.el (emacs-list-byte-code-comment-re): New var.
9855 (emacs-lisp-byte-code-comment, emacs-lisp-byte-code-syntax-propertize)
9856 (emacs-lisp-byte-code-mode): New functions.
9857 (eval-sexp-add-defvars): Don't skip defvars in column >0.
9858 (eval-defun-2): Remove bogus interactive spec.
9859 (lisp-indent-line): Remove redundant whole-exp code, now done in
9860 indent-according-to-mode.
9861 (save-match-data): Remove redundant indent data.
9862
9863 * emacs-lisp/benchmark.el (benchmark-run, benchmark-run-compiled):
9864 Use `declare'.
9865
9866 2012-09-09 Juri Linkov <juri@jurta.org>
9867
9868 * replace.el (replace-regexp-lax-whitespace): New defcustom.
9869 (replace-lax-whitespace, query-replace-regexp)
9870 (query-replace-regexp-eval, replace-regexp): Doc fix.
9871 (perform-replace, replace-highlight): Let-bind
9872 isearch-lax-whitespace to replace-lax-whitespace and
9873 isearch-regexp-lax-whitespace to replace-regexp-lax-whitespace.
9874
9875 * isearch.el (isearch-query-replace): Let-bind
9876 replace-lax-whitespace to isearch-lax-whitespace and
9877 replace-regexp-lax-whitespace to
9878 isearch-regexp-lax-whitespace. (Bug#10885)
9879
9880 2012-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
9881
9882 * eshell/em-unix.el (eshell/sudo): Explicitly drop return value.
9883
9884 2012-09-09 Alan Mackenzie <acm@muc.de>
9885
9886 * progmodes/cc-engine.el (c-state-cache-init):
9887 Initialise c-state-semi-nonlit-pos-cache\(-limit\)? properly.
9888 (c-record-parse-state-state):
9889 Record c-state-semi-nonlit-pos-cache\(-limit\)?.
9890
9891 2012-09-09 Andreas Schwab <schwab@linux-m68k.org>
9892
9893 * register.el (register-separator): Rename from
9894 separator-register. All uses changed. Doc fix.
9895 (register): Fix version.
9896
9897 2012-09-09 Chong Yidong <cyd@gnu.org>
9898
9899 * replace.el (query-replace-map): Bind four new symbols for
9900 requesting window scrolling.
9901
9902 * subr.el (y-or-n-p): Handle the window-scrolling bindings in
9903 query-replace-map (Bug#8948).
9904
9905 * custom.el (custom-theme-load-confirm): Use y-or-n-p.
9906
9907 * emacs-lisp/map-ynp.el (map-y-or-n-p): Don't bind scrolling keys
9908 since they are now in query-replace-map.
9909
9910 * window.el (scroll-other-window-down): Make the arg optional.
9911
9912 2012-09-09 Chong Yidong <cyd@gnu.org>
9913
9914 * files.el (hack-local-variables-confirm): Use quit-window to kill
9915 the *Local Variables* buffer.
9916
9917 2012-09-08 Dmitry Gutov <dgutov@yandex.ru>
9918
9919 * progmodes/ruby-mode.el (ruby-toggle-block): Guess the current block,
9920 not just expect to be at its beginning. Adjust callees.
9921 Succeed when do-end block has no space before the pipe character.
9922 (ruby-brace-to-do-end): When the original block is one-liner,
9923 convert to multiline. Reindent the result.
9924
9925 2012-09-08 Jambunathan K <kjambunathan@gmail.com>
9926
9927 * register.el (register): New group.
9928 (separator-register): New user option.
9929 (increment-register): Route it to `append-to-register', if
9930 register contains text. Implication is that `C-x r +' can now be
9931 used for appending to a text register (bug#12217).
9932 (append-to-register, prepend-to-register): Add separator based on
9933 `separator-register'.
9934
9935 2012-09-08 Alan Mackenzie <acm@muc.de>
9936
9937 AWK Mode: make auto-newline work when there's "==" in the pattern.
9938 * progmodes/cc-cmds.el (c-point-syntax): Handle virtual semicolons
9939 correctly.
9940 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5A.3):
9941 Test more rigorously for "=" token.
9942
9943 2012-09-08 Dmitry Gutov <dgutov@yandex.ru>
9944
9945 * progmodes/ruby-mode.el (ruby-match-expression-expansion):
9946 Only fail when reached LIMIT.
9947
9948 2012-09-08 Chong Yidong <cyd@gnu.org>
9949
9950 * dired.el (dired-mode-map): Don't bind M-=.
9951
9952 * dired-aux.el (dired-diff): Use backup file as default.
9953
9954 2012-09-08 Drew Adams <drew.adams@oracle.com>
9955
9956 * subr.el (add-to-history): Fix delete usage (Bug#12314).
9957
9958 2012-09-08 Chong Yidong <cyd@gnu.org>
9959
9960 * subr.el (syntax-after, syntax-class): Doc fix.
9961
9962 2012-09-08 Martin Rudalics <rudalics@gmx.at>
9963
9964 * window.el (display-buffer-in-previous-window): New buffer
9965 display action function.
9966
9967 * emacs-lisp/debug.el (debugger-bury-or-kill): New option.
9968 (debugger-previous-window): New variable.
9969 (debug): Rewrite using display-buffer-in-previous-window,
9970 quit-restore-window and debugger-bury-or-kill. (Bug#8789)
9971
9972 2012-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
9973
9974 * emacs-lisp/byte-run.el (defun): Tweak message. Simplify code.
9975
9976 2012-09-07 Matt McClure <mlm@aya.yale.edu> (tiny change)
9977
9978 * progmodes/python.el (python-shell-send-string):
9979 When default-directory is remote, create temp file on remote
9980 filesystem.
9981 (python-shell-send-file): When file is remote, pass local view of
9982 file paths to remote Python interpreter. (Bug#12340)
9983
9984 2012-09-07 Chong Yidong <cyd@gnu.org>
9985
9986 * window.el (switch-to-buffer): Doc fix (Bug#12181).
9987
9988 * files.el (after-find-file): Don't fail on a read-only buffer if
9989 require-final-newline is `visit' or `visit-save' (Bug#11156).
9990
9991 * subr.el (read-char-choice): Allow quitting via ESC ESC.
9992
9993 * userlock.el (ask-user-about-supersession-threat):
9994 Use read-char-choice (Bug#12093).
9995
9996 2012-09-07 Chong Yidong <cyd@gnu.org>
9997
9998 * subr.el (buffer-narrowed-p): New function.
9999
10000 * ses.el (ses-widen):
10001 * simple.el (count-words--buffer-message):
10002 * net/browse-url.el (browse-url-of-buffer): Use it.
10003
10004 * simple.el (count-words-region): Don't signal an error if there
10005 is a non-nil prefix arg and the mark is not set.
10006
10007 * help.el (describe-key-briefly): Allow the message to be seen
10008 when invoked from the minibuffer (Bug#7014).
10009
10010 2012-09-07 Dmitry Gutov <dgutov@yandex.ru>
10011
10012 * progmodes/ruby-mode.el (ruby-end-of-defun)
10013 (ruby-beginning-of-defun): Simplify, allow indentation before
10014 block beginning and end keywords.
10015 (ruby-beginning-of-defun): Only consider 3 keywords defun beginners.
10016 (ruby-end-of-defun): Expect that the point is at the beginning of
10017 the defun.
10018
10019 2012-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
10020
10021 * emacs-lisp/cl-macs.el (cl--do-arglist): Understand _ on &key args
10022 (bug#12367).
10023 (cl--make-usage-args): Strip _ from argument names.
10024
10025 2012-09-06 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
10026
10027 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize): Don't use
10028 obsolete alias speedbar-key-map.
10029 (vhdl-doc-variable, vhdl-doc-mode): Use called-interactively-p.
10030 (vhdl-index-menu-init): Don't use obsolete variable
10031 font-lock-maximum-size.
10032
10033 2012-09-06 Chong Yidong <cyd@gnu.org>
10034
10035 * frame.el (window-system-version): Mark as obsolete.
10036
10037 * speedbar.el (speedbar-update-flag, speedbar-mode): Remove uses
10038 of obsolete variable speedbar-key-map.
10039
10040 2012-09-06 Juri Linkov <juri@jurta.org>
10041
10042 * replace.el (replace-lax-whitespace): New defcustom.
10043 (query-replace, query-replace-regexp, query-replace-regexp-eval)
10044 (replace-string, replace-regexp): Mention it in docstrings.
10045 (perform-replace, replace-highlight): Let-bind
10046 isearch-lax-whitespace and isearch-regexp-lax-whitespace according
10047 to the values of replace-lax-whitespace and regexp-flag.
10048 Don't let-bind search-whitespace-regexp. (Bug#10885)
10049
10050 * isearch.el (isearch-query-replace): Let-bind
10051 replace-lax-whitespace instead of let-binding
10052 replace-search-function and replace-re-search-function.
10053 (isearch-lazy-highlight-search): Let-bind isearch-lax-whitespace
10054 and isearch-regexp-lax-whitespace to lazy-highlight variables.
10055 (isearch-toggle-symbol): Set isearch-regexp to nil
10056 in isearch-word mode (like in isearch-toggle-word).
10057
10058 2012-09-06 Juri Linkov <juri@jurta.org>
10059
10060 * replace.el (replace-search-function)
10061 (replace-re-search-function): Set default values to nil.
10062 (perform-replace): Let-bind isearch-related variables based on
10063 replace-related values, call `isearch-search-fun' and let-bind
10064 the result to `search-function'. Remove code that sets
10065 `search-function' and `search-string' separately for
10066 `delimited-flag'.
10067 (replace-highlight): Add new argument `delimited-flag' and
10068 rename other arguments to the names used in `perform-replace'.
10069 Let-bind `isearch-word' to the argument `delimited-flag'.
10070 (Bug#10885, bug#10887)
10071
10072 2012-09-07 Dmitry Gutov <dgutov@yandex.ru>
10073
10074 * progmodes/ruby-mode.el (ruby-indent-beg-re): Add pieces from
10075 ruby-beginning-of-indent, simplify, allow all keywords to have
10076 indentation before them.
10077 (ruby-beginning-of-indent): Adjust for above. Search until the
10078 found point is not inside a string or comment.
10079 (ruby-font-lock-keywords): Allow symbols to start with "@"
10080 character, give them higher priority than variables.
10081 (ruby-syntax-propertize-function)
10082 (ruby-font-lock-syntactic-keywords): Remove the "not comments"
10083 matchers. Expression expansions are not comments when inside a
10084 string, and there comment syntax status is irrelevant.
10085 (ruby-match-expression-expansion): New function. Check that
10086 expression expansion is inside a string, and it's not escaped.
10087 (ruby-font-lock-keywords): Use it.
10088
10089 2012-09-05 Martin Rudalics <rudalics@gmx.at>
10090
10091 * help.el (temp-buffer-max-height): New default value.
10092 (temp-buffer-resize-frames): New option.
10093 (resize-temp-buffer-window): Optionally resize frame.
10094
10095 * window.el (fit-frame-to-buffer-bottom-margin): New option.
10096 (fit-frame-to-buffer): New function.
10097
10098 2012-09-05 Glenn Morris <rgm@gnu.org>
10099
10100 * emulation/cua-rect.el (cua--init-rectangles):
10101 * textmodes/picture.el (picture-mode-map):
10102 * play/blackbox.el (blackbox-mode-map): Remap right-char and left-char
10103 like forward-char and backward-char. (Bug#12317)
10104
10105 2012-09-05 Leo Liu <sdl.web@gmail.com>
10106
10107 * progmodes/flymake.el (flymake-warning-re): New variable.
10108 (flymake-parse-line): Use it.
10109
10110 2012-09-05 Glenn Morris <rgm@gnu.org>
10111
10112 * calendar/holidays.el (holiday-christian-holidays):
10113 Rename an entry. (Bug#12289)
10114
10115 2012-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
10116
10117 * progmodes/sh-script.el (sh-font-lock-paren): Don't burp at BOB
10118 (bug#12222).
10119
10120 2012-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
10121
10122 * loadup.el: Load macroexp. Remove hack.
10123 * emacs-lisp/macroexp.el (macroexp--eval-if-compile): New function.
10124 (macroexp--expand-all): Use it to get better warnings.
10125 (macroexp--backtrace, macroexp--trim-backtrace-frame)
10126 (internal-macroexpand-for-load): New functions.
10127 (macroexp--pending-eager-loads): New var.
10128 (emacs-startup-hook): New hack to replace one in loadup.el.
10129 * emacs-lisp/cl-macs.el (cl--compiler-macro-list*)
10130 (cl--compiler-macro-cXXr): Move to top, before they can be used.
10131 (cl-psetf): Simplify.
10132 (cl-defstruct): Add indent rule.
10133
10134 2012-09-04 Lars Ingebrigtsen <larsi@gnus.org>
10135
10136 * mail/smtpmail.el (smtpmail-send-it): Prefer the From: header
10137 over `user-mail-address' for the SMTP MAIL FROM envelope.
10138 (smtpmail-via-smtp): Ditto.
10139
10140 2012-09-04 Dmitry Gutov <dgutov@yandex.ru>
10141
10142 * progmodes/ruby-mode.el: Clean up keybindings.
10143 (ruby-mode-map): Don't bind ruby-electric-brace,
10144 ruby-beginning-of-defun, ruby-end-of-defun, ruby-mark-defun,
10145 backward-kill-word, reindent-then-newline-and-indent.
10146 (ruby-mark-defun): Remove.
10147 (ruby-electric-brace): Remove. Obsoleted by electric-indent-chars.
10148 (ruby-mode): Set local beginning-of-defun-function and
10149 end-of-defun-function values.
10150
10151 2012-09-03 Martin Rudalics <rudalics@gmx.at>
10152
10153 * window.el (temp-buffer-window-setup-hook)
10154 (temp-buffer-window-show-hook): New hooks.
10155 (temp-buffer-window-setup, temp-buffer-window-show)
10156 (with-temp-buffer-window): New functions.
10157 (fit-window-to-buffer): Remove unused optional argument OVERRIDE.
10158 (special-display-popup-frame): Make sure the window used shows BUFFER.
10159
10160 * help.el (temp-buffer-resize-mode): Fix doc-string.
10161 (resize-temp-buffer-window): New optional argument WINDOW.
10162
10163 * files.el (recover-file, save-buffers-kill-emacs):
10164 * dired.el (dired-mark-pop-up): Use with-temp-buffer-window.
10165
10166 2012-09-02 Michael Albinus <michael.albinus@gmx.de>
10167
10168 * eshell/em-unix.el (eshell/sudo): When we have an ad-hoc
10169 remote definition of `default-directory', ensure we can connect.
10170
10171 2012-09-02 Juri Linkov <juri@jurta.org>
10172
10173 Toggle whitespace matching mode with M-s SPC.
10174 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00008.html
10175
10176 * isearch.el (search-whitespace-regexp): Doc fix.
10177 Remove cons cell customization.
10178 (isearch-mode-map): Bind "\M-s " to isearch-toggle-lax-whitespace.
10179 (isearch-lax-whitespace, isearch-regexp-lax-whitespace):
10180 New variables.
10181 (isearch-forward, isearch-forward-regexp): Doc fix.
10182 (isearch-toggle-lax-whitespace): New command.
10183 (search-forward-lax-whitespace, search-backward-lax-whitespace)
10184 (re-search-forward-lax-whitespace)
10185 (re-search-backward-lax-whitespace): New functions.
10186 (isearch-whitespace-regexp): Remove function.
10187 (isearch-query-replace): Let-bind replace-search-function and
10188 replace-re-search-function.
10189 (isearch-occur): Let-bind search-spaces-regexp according to the
10190 value of isearch-lax-whitespace and isearch-regexp-lax-whitespace.
10191 (isearch-quote-char): Check isearch-regexp-lax-whitespace in the
10192 condition for C-q SPC.
10193 (isearch-search-fun-default): Use new functions mentioned above.
10194 (isearch-search-forward, isearch-search-backward): Remove functions.
10195 (isearch-search): Don't let-bind search-spaces-regexp.
10196 (isearch-lazy-highlight-space-regexp): Remove variable.
10197 (isearch-lazy-highlight-lax-whitespace)
10198 (isearch-lazy-highlight-regexp-lax-whitespace): New variables.
10199 (isearch-lazy-highlight-new-loop): Use them.
10200 (isearch-lazy-highlight-search): Don't let-bind search-spaces-regexp.
10201
10202 2012-09-02 Chong Yidong <cyd@gnu.org>
10203
10204 * dired.el (dired-mode-map): Menu string fixes (Bug#11616).
10205
10206 2012-09-02 Glenn Morris <rgm@gnu.org>
10207
10208 * simple.el (undo): Tweak message in undo-only case. (Bug#12283)
10209
10210 2012-09-01 Glenn Morris <rgm@gnu.org>
10211
10212 * term.el: Tidy up menu definitions.
10213 (term-mode-map): Use easymenu for In/Out, Complete menus.
10214 (term-pager-break-map): Initialize in the defvar.
10215 (term-terminal-menu, term-signals-menu): Define with easymenu.
10216 (term-terminal-menu): Also show it in line-mode. (Bug#11957)
10217 (term-pager-menu): New, extracted from term-process-pager.
10218 (term-mode, term-char-mode, term-process-pager): Use easymenu-add.
10219 (term-update-mode-line): Propertize line/char and page items.
10220 (term-process-pager): Move keymap initialization elsewhere.
10221
10222 2012-09-01 Martin Rudalics <rudalics@gmx.at>
10223
10224 * window.el (switch-to-prev-buffer): Handle additional values of
10225 BURY-OR-KILL argument. Don't switch in minibuffer window.
10226 (switch-to-next-buffer): Don't switch in minibuffer window.
10227 (quit-restore-window): New function based on quit-window.
10228 Handle additional values of former KILL argument.
10229 (quit-window): Call quit-restore-window with appropriate
10230 interpretation of KILL argument.
10231 (display-buffer-below-selected): New buffer display action
10232 function.
10233
10234 2012-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
10235
10236 * minibuffer.el (completion-at-point-functions): Complete docstring
10237 (bug#12254).
10238
10239 2012-09-01 Paul Eggert <eggert@cs.ucla.edu>
10240
10241 Better seed support for (random).
10242 * play/5x5.el, play/animate.el, play/cookie1.el, play/dissociate.el:
10243 * play/doctor.el, play/dunnet.el, play/gomoku.el, play/landmark.el:
10244 * play/mpuz.el, play/tetris.el, play/zone.el:
10245 * calc/calc-comb.el (math-init-random-base):
10246 * play/blackbox.el (bb-init-board):
10247 * play/life.el (life):
10248 * server.el (server-use-tcp):
10249 * type-break.el (type-break):
10250 Remove unnecessary call to (random t).
10251 * net/sasl.el (sasl-unique-id-function):
10252 Change (random t) to (random), now that the latter is more random.
10253 * play/life.el (life-initialized): Remove no-longer-needed var.
10254
10255 2012-08-31 Alp Aker <alp.tekin.aker@gmail.com>
10256
10257 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
10258 Consider frame's buffer predicate when choosing the buffer.
10259 (Bug#12081)
10260
10261 2012-08-30 Richard Stallman <rms@gnu.org>
10262
10263 * simple.el (special-mode-map): Delete binding for `z'.
10264
10265 2012-08-30 Andreas Schwab <schwab@linux-m68k.org>
10266
10267 * progmodes/compile.el (compilation-always-kill): Doc fix.
10268
10269 2012-08-30 Chong Yidong <cyd@gnu.org>
10270
10271 * window.el (display-buffer-reuse-frames): Make the obsolescence
10272 message more informative.
10273
10274 2012-08-30 Glenn Morris <rgm@gnu.org>
10275
10276 * paren.el (show-paren-delay):
10277 Add a :set function. Doc fix. (Bug#12297)
10278
10279 2012-08-29 Martin Blais <blais@furius.ca> (tiny change)
10280
10281 * progmodes/compile.el (compilation-always-kill): New var.
10282 (compilation-start): Use it.
10283
10284 2012-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
10285
10286 * simple.el (read-only-mode): Move from files.el for bootstrapping.
10287 * files.el (read-only-mode): Move to simple.el.
10288
10289 * files.el (read-only-mode): New minor mode.
10290 (toggle-read-only): Use it and mark obsolete.
10291 (find-file--read-only):
10292 * vc/vc.el (vc-next-action, vc-checkout):
10293 * vc/vc-cvs.el (vc-cvs-checkout):
10294 * obsolete/vc-mcvs.el (vc-mcvs-update):
10295 * ffap.el (ffap--toggle-read-only): Update callers.
10296
10297 2012-08-29 Michael Albinus <michael.albinus@gmx.de>
10298
10299 * eshell/esh-ext.el (eshell-external-command): Do not examine
10300 remote shell scripts.
10301 See <https://bugs.launchpad.net/ubuntu/+source/emacs23/+bug/1035790>.
10302
10303 * net/tramp-sh.el (tramp-remote-path): Add "/sbin" and
10304 "/usr/local/sbin".
10305
10306 2012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
10307
10308 * emacs-lisp/cl-lib.el (buffer-string): Fix setter macro (bug#12293).
10309
10310 2012-08-28 Leo Liu <sdl.web@gmail.com>
10311
10312 * progmodes/sh-script.el (sh-dynamic-complete-functions): Adapt to
10313 completion-at-point. (Bug#12220)
10314
10315 * skeleton.el (skeleton-untabify): Change to nil (bug#12223).
10316
10317 * progmodes/sh-script.el (sh-indent-comment): Change to t (bug#12267).
10318
10319 2012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
10320
10321 * files.el (safe-local-eval-forms): Fix before-save-hook entry to
10322 be buffer-local; add delete-trailing-whitespace (bug#12259).
10323
10324 2012-08-28 Jeremy Moore <jmoore@ieee.org> (tiny change)
10325
10326 * progmodes/hideif.el (hif-compress-define-list):
10327 Fix typo. (Bug#11951)
10328
10329 2012-08-28 Dan Nicolaescu <dann@gnu.org>
10330
10331 * progmodes/hideshow.el (hs-block-end-regexp): Restore lost
10332 buffer local setting.
10333
10334 * net/rcirc.el (rcirc-split-message): Fix for buffer-local
10335 rcirc-encode-coding-system.
10336
10337 2012-08-28 Leo Liu <sdl.web@gmail.com>
10338
10339 * net/rcirc.el (rcirc-split-message): New function.
10340 (rcirc-send-message): Use it. (Bug#12051)
10341
10342 2012-08-28 Juri Linkov <juri@jurta.org>
10343
10344 * info.el (Info-fontify-node): Hide empty lines at the end of
10345 the node. (Bug#12272)
10346
10347 2012-08-27 Drew Adams <drew.adams@oracle.com>
10348
10349 * dired.el (dired-pop-to-buffer): Make window start at beginning
10350 of buffer (Bug#12281).
10351
10352 2012-08-26 Chong Yidong <cyd@gnu.org>
10353
10354 * window.el (special-display-regexps, special-display-frame-alist)
10355 (special-display-buffer-names, special-display-function)
10356 (display-buffer-reuse-frames): Mark as obsolete.
10357
10358 * progmodes/compile.el: Don't use display-buffer-reuse-frames.
10359
10360 * help.el (help-print-return-message): Don't treat
10361 display-buffer-reuse-frames specially.
10362
10363 2012-08-26 Chong Yidong <cyd@gnu.org>
10364
10365 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
10366 New variable, replacing gdb-frame-parameters.
10367 (gdb-frame-io-buffer, gdb-frame-breakpoints-buffer)
10368 (gdb-frame-threads-buffer, gdb-frame-memory-buffer)
10369 (gdb-frame-disassembly-buffer, gdb-frame-stack-buffer)
10370 (gdb-frame-locals-buffer, gdb-frame-registers-buffer): Use it.
10371 (def-gdb-frame-for-buffer): Macro deleted. It is easier to define
10372 the functions directly with gdb-display-buffer-other-frame-action.
10373 (gdb-display-breakpoints-buffer, gdb-display-threads-buffer)
10374 (gdb-display-memory-buffer, gdb-display-disassembly-buffer)
10375 (gdb-display-stack-buffer, gdb-display-locals-buffer)
10376 (gdb-display-registers-buffer): Define directly.
10377 (def-gdb-display-buffer): Macro deleted.
10378 (gdb-display-buffer): Remove second and third args, callers don't
10379 use them. Defer to the default display-buffer behavior, apart
10380 from making windows dedicated.
10381 (gdb-setup-windows): Don't call display-buffer unnecessarily.
10382
10383 * progmodes/gud.el (gud-display-line): Just use display-buffer.
10384
10385 * window.el (display-buffer-pop-up-frame): Handle a
10386 pop-up-frame-parameters alist entry.
10387 (display-buffer): Document it.
10388
10389 2012-08-26 Chong Yidong <cyd@gnu.org>
10390
10391 * isearch.el (search-whitespace-regexp): Make string and nil
10392 values apply to both ordinary and regexp search. Allow a cons
10393 cell value to distinguish between the two.
10394 (isearch-whitespace-regexp, isearch-search-forward)
10395 (isearch-search-backward): New functions.
10396 (isearch-occur, isearch-search-fun-default, isearch-search)
10397 (isearch-lazy-highlight-new-loop): Use them.
10398 (isearch-forward, isearch-forward-regexp): Doc fix.
10399
10400 2012-08-26 Chong Yidong <cyd@gnu.org>
10401
10402 * faces.el (help-argument-name): Always inherit from italic
10403 (Bug#12213).
10404
10405 2012-08-25 Martin Rudalics <rudalics@gmx.at>
10406
10407 * window.el (window--even-window-heights): Even heights when
10408 WINDOW and the selected window form a vertical combination.
10409 (display-buffer-use-some-window): Provide that window used gets
10410 sized back by quit-window. (Bug#11880) and (Bug#12091)
10411
10412 2012-08-24 Paul Eggert <eggert@cs.ucla.edu>
10413
10414 Fix file time stamp problem with bzr and CVS (Bug#12001).
10415 * vc/vc-cvs.el (vc-cvs-parse-entry): Ignore subsecond information
10416 in the file's time stamp, since the version control system loses
10417 that information.
10418
10419 2012-08-22 Juri Linkov <juri@jurta.org>
10420
10421 * info.el (Info-fontify-node): Hide the suffix of the
10422 Info file name in the header line. (Bug#12187)
10423
10424 2012-08-22 Glenn Morris <rgm@gnu.org>
10425
10426 * calendar/cal-tex.el (cal-tex-weekly-common):
10427 Restore leading blank page.
10428
10429 2012-08-22 Le Wang <l26wang@gmail.com>
10430
10431 * misc.el (forward-to-word, backward-to-word): Activate or extend
10432 the region under `shift-select-mode'. (Bug#12231)
10433
10434 2012-08-22 Bastien Guerry <bzg@gnu.org>
10435
10436 * progmodes/executable.el (executable-prefix): Set to "#!" instead
10437 of "#! ". http://www.in-ulm.de/~mascheck/various/shebang/#details
10438 gives details on why the space is never needed.
10439
10440 2012-08-22 Martin Rudalics <rudalics@gmx.at>
10441
10442 * window.el (walk-window-tree, window-with-parameter):
10443 New optional argument MINIBUF to control whether these functions
10444 should run on the minibuffer window.
10445 (window-at-side-list): Don't operate on minibuffer window.
10446 (window-in-direction): Simplify and rewrite doc-string.
10447 (window--size-ignore): Rename to window--size-ignore-p.
10448 Update callers.
10449 (display-buffer-in-atom-window, window--major-non-side-window)
10450 (window--major-side-window, display-buffer-in-major-side-window)
10451 (delete-side-window, display-buffer-in-side-window):
10452 New functions.
10453 (window--side-check, window-deletable-p, delete-window)
10454 (delete-other-windows, split-window): Handle side windows and
10455 atomic windows appropriately.
10456 (window--display-buffer): Call display-buffer-record-window also
10457 when the window buffer did not change.
10458
10459 2012-08-22 Christopher Schmidt <christopher@ch.ristopher.com>
10460
10461 * help-fns.el (help-fns--key-bindings):
10462 Abbreviate non-symbol remap targets. (Bug#12174)
10463
10464 2012-08-22 Martin Rudalics <rudalics@gmx.at>
10465
10466 * dired.el (dired-mark-remembered): Don't clobber point.
10467 (Bug#11795)
10468
10469 2012-08-22 Glenn Morris <rgm@gnu.org>
10470
10471 * progmodes/bug-reference.el (bug-reference): New custom group.
10472 (bug-reference-bug-regexp): Make it a defcustom.
10473
10474 2012-08-22 Daiki Ueno <ueno@unixuser.org>
10475
10476 * progmodes/js.el (js-indent-level, js-expr-indent-offset)
10477 (js-paren-indent-offset, js-square-indent-offset)
10478 (js-curly-indent-offset): Add :safe (Bug#12257).
10479
10480 2012-08-22 Edward O'Connor <hober0@gmail.com>
10481
10482 * json.el (json-key-format): Add error properties.
10483 (json-encode-key): New function.
10484 (json-encode-hash-table, json-encode-alist, json-encode-plist):
10485 Use json-encode-key.
10486
10487 2012-08-22 Glenn Morris <rgm@gnu.org>
10488
10489 * calendar/cal-tex.el (cal-tex-longday): New function, replacing...
10490 (cal-tex-leftday, cal-tex-rightday): Remove functions.
10491 (cal-tex-weekly-common, cal-tex-cursor-filofax-2week):
10492 Update for above change.
10493
10494 2012-08-21 Andreas Schwab <schwab@linux-m68k.org>
10495
10496 * cus-face.el (custom-face-attributes): Fix customize type for the
10497 :underline attribute. (Bug#11805)
10498
10499 2012-08-21 Martin Rudalics <rudalics@gmx.at>
10500
10501 * window.el (window-point-1, set-window-point-1): Remove.
10502 (window-in-direction, record-window-buffer)
10503 (set-window-buffer-start-and-point, split-window-below)
10504 (window--state-get-1, display-buffer-record-window):
10505 Replace calls to window-point-1 and set-window-point-1 by calls to
10506 window-point and set-window-point respectively.
10507
10508 2012-08-21 Glenn Morris <rgm@gnu.org>
10509
10510 * calendar/cal-tex.el (cal-tex-weekly-common): New function.
10511 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week):
10512 Use it.
10513
10514 * calendar/cal-tex.el (cal-tex-rightday): Add optional funcname arg.
10515 (cal-tex-shortday): New function.
10516 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week)
10517 (cal-tex-cursor-filofax-daily): Use the above.
10518
10519 * calendar/cal-tex.el (cal-tex-leftday, cal-tex-rightday):
10520 New functions.
10521 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
10522 (cal-tex-cursor-filofax-week): Use them.
10523
10524 * calendar/cal-tex.el (cal-tex-lefthead, cal-tex-righthead):
10525 New constants.
10526 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
10527 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use them.
10528
10529 * calendar/cal-tex.el (cal-tex-preamble): Generate new buffers.
10530 (cal-tex-end-document): Don't rely on buffer name.
10531
10532 * calendar/cal-tex.el (cal-tex-cursor-filofax-year):
10533 Use cal-tex-vspace.
10534 (cal-tex-vspace, cal-tex-hspace, cal-tex-em, cal-tex-bf)
10535 (cal-tex-Huge-bf, cal-tex-large-bf): Use cal-tex-cmd.
10536 (cal-tex-scriptsize, cal-tex-huge, cal-tex-Huge, cal-tex-large):
10537 Use cal-tex-arg.
10538
10539 * calendar/cal-tex.el (cal-tex-cursor-filofax-year)
10540 (cal-tex-cursor-week, cal-tex-cursor-week2)
10541 (cal-tex-cursor-week-iso, cal-tex-cursor-week-at-a-glance)
10542 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
10543 (cal-tex-cursor-filofax-daily, cal-tex-cursor-day)
10544 (cal-tex-insert-preamble, cal-tex-b-document)
10545 (cal-tex-e-document, cal-tex-b-center, cal-tex-e-center):
10546 Improve cal-tex-cmd usage.
10547
10548 * calendar/cal-tex.el (cal-tex-filofax-paper): New function.
10549 (cal-tex-cursor-filofax-year, cal-tex-cursor-filofax-2week)
10550 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use it.
10551 (cal-tex-weekly-paper): New function.
10552 (cal-tex-cursor-week, cal-tex-cursor-week2)
10553 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
10554 (cal-tex-cursor-day): Use it.
10555
10556 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance)
10557 (cal-tex-cursor-filofax-week): Remove leading blank page.
10558
10559 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
10560 Add autoload cookie. For now at least, don't use color, since
10561 no other cal-tex function does.
10562
10563 * calendar/cal-tex.el (cal-tex-cursor-week-iso)
10564 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
10565 (cal-tex-cursor-filofax-daily): Correct start date for diary entries.
10566
10567 2012-08-21 Juri Linkov <juri@jurta.org>
10568
10569 * info.el (Info-file-attributes): New variable.
10570 (info-insert-file-contents): Add file attributes to
10571 `Info-file-attributes'. Clear the caches `Info-index-nodes' and
10572 `Info-toc-nodes' when previous modtime of the Info file is less
10573 than new modtime.
10574 (Info-toc-nodes, Info-index-nodes): Move definitions up to the top
10575 of info.el. (Bug#12230)
10576
10577 2012-08-20 Glenn Morris <rgm@gnu.org>
10578
10579 * calendar/diary-lib.el (diary-include-files, diary-sexp-entry):
10580 * calendar/holidays.el (calendar-holiday-list):
10581 Report errors with display-warning rather than beep'n'sleep.
10582
10583 2012-08-20 Michael Albinus <michael.albinus@gmx.de>
10584
10585 * net/tramp.el (tramp-accept-process-output): Accept only output
10586 from PROC. Otherwise, process filters and sentinels might be
10587 confused. (Bug#12145)
10588
10589 2012-08-20 Chong Yidong <cyd@gnu.org>
10590
10591 * descr-text.el (describe-text-properties-1): Use overlays-in to
10592 report on empty overlays (Bug#3322).
10593
10594 2012-08-20 Glenn Morris <rgm@gnu.org>
10595
10596 * mail/rmailout.el (rmail-output-read-file-name):
10597 Trap and report errors in rmail-output-file-alist elements.
10598
10599 * font-lock.el (font-lock-add-keywords): Doc fix (quote face names
10600 since most non-font-lock faces are not also variables).
10601
10602 2012-08-20 Edward Reingold <reingold@iit.edu>
10603
10604 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
10605 New function. (Bug12160)
10606
10607 2012-08-19 Glenn Morris <rgm@gnu.org>
10608
10609 * mail/rmailout.el (rmail-output-read-file-name):
10610 Fix previous change (when the alist is nil or does not match).
10611
10612 2012-08-19 Chong Yidong <cyd@gnu.org>
10613
10614 * xml.el (xml-escape-string): Don't refer to xml-entity-alist
10615 (Bug#12228).
10616
10617 2012-08-18 Chong Yidong <cyd@gnu.org>
10618
10619 * simple.el (yank-handled-properties): New defcustom.
10620 (yank-excluded-properties): Add font-lock-face and category.
10621 (yank): Doc fix.
10622
10623 * subr.el (remove-yank-excluded-properties):
10624 Obey yank-handled-properties. The special handling of font-lock-face
10625 and category is now done this way, instead of being hard-coded.
10626 (insert-for-yank-1): Remove font-lock-face handling.
10627 (yank-handle-font-lock-face-property)
10628 (yank-handle-category-property): New function.
10629
10630 2012-08-17 Glenn Morris <rgm@gnu.org>
10631
10632 * mail/rmailout.el (rmail-output-read-file-name):
10633 Check rmail-output-file-alist against the full message body
10634 in the correct rmail buffer. (Bug#12214)
10635
10636 2012-08-17 Michael Albinus <michael.albinus@gmx.de>
10637
10638 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
10639 Eliminate superfluous prompt. (Bug#12203)
10640
10641 2012-08-17 Chong Yidong <cyd@gnu.org>
10642
10643 * mouse.el (mouse-appearance-menu): If x-select-font returns a
10644 font spec, set the font directly (Bug#3228).
10645
10646 2012-08-17 Martin Rudalics <rudalics@gmx.at>
10647
10648 * window.el (delete-window): Fix last fix.
10649
10650 2012-08-16 Martin Rudalics <rudalics@gmx.at>
10651
10652 * window.el (window-valid-p): Move to window.c.
10653 (window-child, window-child-count, window-last-child)
10654 (window-normalize-window, window-combined-p)
10655 (window-combinations, window-atom-root, window-min-size)
10656 (window-sizable, window-sizable-p, window-size-fixed-p)
10657 (window-min-delta, window-max-delta, window--resizable)
10658 (window--resizable-p, window-resizable, window-total-size)
10659 (window-full-height-p, window-full-width-p, window-body-size)
10660 (window-at-side-p, adjust-window-trailing-edge, maximize-window)
10661 (minimize-window, window-deletable-p, delete-window)
10662 (delete-other-windows, set-window-buffer-start-and-point)
10663 (next-buffer, previous-buffer, split-window, balance-windows-2)
10664 (set-window-text-height, window-buffer-height)
10665 (fit-window-to-buffer, shrink-window-if-larger-than-buffer)
10666 (truncated-partial-width-window-p): Minor code adjustments.
10667 In doc-strings state whether the argument window has to denote a
10668 live, valid or any window.
10669
10670 2012-08-16 Phil Sainty <psainty@orcon.net.nz> (tiny change)
10671
10672 * progmodes/subword.el (subword-forward-function)
10673 (subword-backward-function, subword-forward-regexp)
10674 (subword-backward-regexp): New variables.
10675 (subword-forward, subword-forward-internal, subword-backward-internal):
10676 Use new variables, eg so that different "word" definitions
10677 can be easily used. (Bug#11411)
10678
10679 2012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
10680
10681 * vc/vc-mtn.el (vc-mtn-revision-completion-table): Handle completion
10682 for composite selectors.
10683 * vc/vc.el (vc-diff-build-argument-list-internal): Don't prevent
10684 operation just because we can't find a previous revision.
10685
10686 2012-08-15 Chong Yidong <cyd@gnu.org>
10687
10688 * frame.el (set-frame-font): Accept font objects.
10689
10690 2012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
10691
10692 * textmodes/tex-mode.el (tex-insert-quote): ~ is a space (bug#12137).
10693
10694 2012-08-15 Wolfgang Jenkner <wjenkner@inode.at>
10695
10696 * man.el (Man-overstrike-face, Man-underline-face)
10697 (Man-reverse-face): Remove variables.
10698 (Man-overstrike, Man-underline, Man-reverse): New faces.
10699 (Man-fontify-manpage): Use them instead of the variables.
10700 (Man-cleanup-manpage): Comment change.
10701 (Man-ansi-color-map): New variable.
10702 (Man-fontify-manpage): Use it.
10703 Call ansi-color-apply-on-region to replace ad hoc code (bug#12147).
10704
10705 Implement ANSI SGR parameters 22-27 (bug#12146).
10706 * ansi-color.el (ansi-colors): Doc fix.
10707 (ansi-color-context, ansi-color-context-region): Doc fix.
10708 (ansi-color--find-face): New function.
10709 (ansi-color-apply, ansi-color-apply-on-region): Use it.
10710 Rename the local variable `face' to `codes' since it is now a list of
10711 ansi codes. Doc fix.
10712 (ansi-color-get-face): Remove.
10713 (ansi-color-parse-sequence): New function, derived from
10714 ansi-color-get-face.
10715 (ansi-color-apply-sequence): Use it. Rewrite, and support ansi
10716 codes 22-27.
10717
10718 2012-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
10719
10720 * subr.el (read-passwd): Allow use from a minibuffer.
10721
10722 2012-08-14 Eli Zaretskii <eliz@gnu.org>
10723
10724 * tooltip.el (tooltip-identifier-from-point): Don't treat tokens
10725 inside comments and strings as identifiers.
10726
10727 * progmodes/gud.el (gud-tooltip-print-command): Quote the
10728 expression to evaluate. This allows to evaluate expressions with
10729 embedded whitespace.
10730 (gud-tooltip-tips): Add a blank before the newline in the
10731 message-box text, for the benefit of message-box emulation on
10732 MS-Windows.
10733
10734 * progmodes/gdb-mi.el (gdb-tooltip-print): Don't ignore error
10735 messages from GDB, pop them up in a tooltip to give feedback to
10736 user.
10737 (gdb-tooltip-print-1): Quote the expression to evaluate.
10738 This allows to evaluate expressions with embedded whitespace.
10739 (gdb-inferior-io--init-proc): Don't send "-inferior-tty" command
10740 if the TTY name is nil or empty (which happens when communicating
10741 with the inferior via pipes, e.g. on MS-Windows).
10742 (gdb-internals): If GDB sends a "&\n" empty debugging message,
10743 don't send that to the GUD buffer.
10744
10745 2012-08-14 Glenn Morris <rgm@gnu.org>
10746
10747 * emacs-lisp/bytecomp.el (byte-compile-setq-default):
10748 Optimize away setq-default with no args, as for setq. (Bug#12195)
10749
10750 2012-08-14 Chong Yidong <cyd@gnu.org>
10751
10752 * minibuffer.el (read-file-name): Doc fix (Bug#10881).
10753
10754 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Doc fix
10755 (Bug#12085).
10756
10757 2012-08-14 Glenn Morris <rgm@gnu.org>
10758
10759 * emacs-lisp/bytecomp.el (byte-recompile-file): Doc fix.
10760
10761 2012-08-14 Michael Albinus <michael.albinus@gmx.de>
10762
10763 * net/tramp-sh.el (tramp-open-shell): Cache the shell name.
10764 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
10765 Use cached shell name.
10766
10767 2012-08-14 Fabián Ezequiel Gallina <fgallina@cuca>
10768
10769 * progmodes/python.el (python-shell-send-string):
10770 (python-shell-send-setup-code): Do not use `format' with `message'.
10771
10772 2012-08-14 Dmitry Gutov <dgutov@yandex.ru>
10773
10774 * progmodes/ruby-mode.el: Improve percent literals (bug#6286).
10775 (ruby-percent-literal-beg-re): New constant.
10776 (ruby-syntax-general-delimiters-goto-beg): Rename to
10777 `ruby-syntax-enclosing-percent-literal', improve literal type check.
10778 (ruby-syntax-propertize-general-delimiters): Rename to
10779 `ruby-syntax-propertize-percent-literal', it's a shorter and more
10780 popular term. Adjust comments everywhere.
10781 (ruby-syntax-propertize-percent-literal): Only propertize when not
10782 inside a simple string or comment. When the literal is unclosed,
10783 leave the text after it unpropertized.
10784 (ruby-syntax-methods-before-regexp): New constant.
10785 (ruby-syntax-propertize-function): Use it to recognize regexps.
10786 Don't look at the text after regexp, just use the whitelist.
10787
10788 2012-08-14 Andreas Schwab <schwab@linux-m68k.org>
10789
10790 * emacs-lisp/bytecomp.el (byte-recompile-file): When LOAD is
10791 non-nil always load the compiled file if it exists. (Bug#12197)
10792
10793 2012-08-14 Chong Yidong <cyd@gnu.org>
10794
10795 * hi-lock.el (hi-lock-mode): Do not unilaterally enable font lock.
10796 (hi-lock-set-pattern): When deciding whether to use font lock or
10797 overlays, look at font-lock-mode instead of font-lock-fontified
10798 (Bug#12168).
10799 (hi-lock-mode, hi-lock-line-face-buffer, hi-lock-unface-buffer)
10800 (hi-lock-face-buffer, hi-lock-face-phrase-buffer): Doc fix.
10801
10802 2012-08-14 Daiki Ueno <ueno@unixuser.org>
10803
10804 * subr.el (internal--after-with-selected-window): Fix typo
10805 (Bug#12193).
10806
10807 2012-08-14 Fabián Ezequiel Gallina <fgallina@cuca>
10808
10809 Use `completion-table-dynamic' for completion functions.
10810 * progmodes/python.el
10811 (python-shell-completion--do-completion-at-point)
10812 (python-shell-completion--get-completions):
10813 Remove functions.
10814 (python-shell-completion-complete-at-point): New function.
10815 (python-completion-complete-at-point): Use it.
10816
10817 2012-08-13 Jambunathan K <kjambunathan@gmail.com>
10818
10819 * vc/vc-dir.el (vc-dir-hide-state): New command (bug#12159).
10820 (vc-dir-hide-up-to-date): Route it to `vc-dir-hide-state'.
10821
10822 2012-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
10823
10824 * subr.el (function-get): Refine `autoload' arg so it can also
10825 autoload functions for gv.el (bug#12191).
10826 * emacs-lisp/edebug.el (get-edebug-spec): Adjust so it only
10827 autoloads macros.
10828
10829 * color.el (color-xyz-to-lab, color-lab-to-xyz, color-cie-de2000):
10830 Prefer pcase-let over destructuring-bind.
10831 * vc/diff-mode.el (diff-remove-trailing-whitespace): Same.
10832 Also, remove whitespace as we go, rather than after accumulating the
10833 various places.
10834
10835 * subr.el (internal--before-with-selected-window)
10836 (internal--after-with-selected-window): Fix typo seleted->selected.
10837 (with-selected-window): Adjust callers.
10838 Reported by Dmitry Gutov <dgutov@yandex.ru>.
10839
10840 2012-08-13 Bastien Guerry <bzg@gnu.org>
10841
10842 * window.el (special-display-popup-frame): Minor docstring
10843 enhancement. (Bug#12172)
10844
10845 2012-08-13 Andreas Schwab <schwab@linux-m68k.org>
10846
10847 * tar-mode.el (tar-header-data-end): Only ignore size for files of
10848 type 1-6.
10849 (tar-header-block-summarize, tar-get-descriptor): Handle pax
10850 extended headers.
10851
10852 * files.el (hack-local-variables-filter): Remove useless eval.
10853
10854 2012-08-13 Martin Rudalics <rudalics@gmx.at>
10855
10856 * subr.el (with-selected-window): Fix last change.
10857
10858 2012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
10859
10860 * subr.el (internal--before-with-seleted-window)
10861 (internal--after-with-seleted-window): New functions.
10862 (with-selected-window): Use them, to replace dependency on
10863 tty-top-frame.
10864
10865 2012-08-12 Nobuyoshi Nakada <nobu@ruby-lang.org>
10866
10867 * progmodes/ruby-mode.el (ruby-mode-map): Remove unnecessary
10868 binding for `newline'.
10869 (ruby-move-to-block): When moving backward, stop at block opening,
10870 not indentation.
10871 * progmodes/ruby-mode.el (ruby-brace-to-do-end)
10872 (ruby-do-end-to-brace, ruby-toggle-block): New functions.
10873 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
10874 `ruby-toggle-block'.
10875
10876 2012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
10877
10878 * ibuffer.el (ibuffer-do-toggle-read-only):
10879 * dired.el (dired-toggle-read-only):
10880 * buff-menu.el (Buffer-menu-toggle-read-only):
10881 * bindings.el (mode-line-toggle-read-only):
10882 * bs.el (bs-toggle-readonly): Call toggle-read-only interactively.
10883
10884 2012-08-12 Andreas Schwab <schwab@linux-m68k.org>
10885
10886 * descr-text.el (describe-char): Put the overlays over the
10887 "displayed as" character.
10888
10889 2012-08-12 Jay Belanger <jay.p.belanger@gmail.com>
10890
10891 * calc/calc-units.el (math-default-units-table): Give an
10892 initial value.
10893 (math-put-default-units): Add options to put composite units and
10894 unit systems in the default units table.
10895 (calc-convert-units): Send composite units to
10896 `math-put-default-units' when appropriate.
10897
10898 2012-08-11 Glenn Morris <rgm@gnu.org>
10899
10900 * emacs-lisp/copyright.el (copyright-update-directory): Logic fix.
10901
10902 * tutorial.el (help-with-tutorial):
10903 * emacs-lisp/copyright.el (copyright-update-directory):
10904 * emacs-lisp/autoload.el (autoload-find-generated-file)
10905 (autoload-find-file): Disable local eval: (for insurance).
10906
10907 * files.el (hack-local-variables-filter): If an eval: form is not
10908 known to be safe, and enable-local-variables is :safe, then ignore
10909 the form totally, as is done for non-eval forms. (Bug#12155)
10910 This is CVE-2012-3479.
10911
10912 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
10913
10914 * emacs-lisp/rx.el (rx-constituents): Don't define as constant.
10915 (rx-form): Simplify.
10916
10917 2012-08-09 Dmitry Gutov <dgutov@yandex.ru>
10918
10919 * progmodes/ruby-mode.el (ruby-expr-beg, ruby-parse-partial):
10920 ?, _, and : are symbol constituents, ! is not (but kinda should be).
10921 (ruby-syntax-propertize-heredoc): Use ruby-singleton-class-p.
10922 (ruby-syntax-propertize-function): Adjust for changes in
10923 `ruby-syntax-propertize-heredoc'.
10924
10925 2012-08-09 Nobuyoshi Nakada <nobu@ruby-lang.org>
10926
10927 * progmodes/ruby-mode.el (ruby-mode-map): Remove deprecated
10928 binding (use `M-;' instead).
10929 (ruby-singleton-class-p): New function.
10930 (ruby-expr-beg, ruby-in-here-doc-p) Use it.
10931
10932 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
10933
10934 * emacs-lisp/cl-macs.el (cl-loop): Improve debug spec.
10935
10936 2012-08-10 Chong Yidong <cyd@gnu.org>
10937
10938 * progmodes/python.el (python-shell-get-process-name): Don't mess
10939 with same-window-buffer-names.
10940
10941 * eshell/eshell.el (eshell-add-to-window-buffer-names)
10942 (eshell-remove-from-window-buffer-names): Make obsolete.
10943 (eshell-buffer-name, eshell-unload-hook): Don't use them.
10944 (eshell): Just use pop-to-buffer-same-window instead.
10945
10946 2012-08-10 Chong Yidong <cyd@gnu.org>
10947
10948 * bindings.el: Bind M-= back to count-words-region.
10949
10950 * simple.el (count-words-region): Accept a prefix arg for acting
10951 on the entire buffer.
10952 (count-words--buffer-message): New helper function.
10953
10954 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
10955
10956 * term/x-win.el (x-menu-bar-open): Always pass last-nonmenu-event.
10957 * subr.el (eventp): `nil' is not an event, and eventp is not hot.
10958 (event-start, event-end): Use posn-at-point to return a more
10959 informative posn.
10960 (posnp): New function.
10961 * mouse.el (popup-menu-normalize-position): Use it.
10962
10963 2012-08-10 Masatake YAMATO <yamato@redhat.com>
10964
10965 * mouse.el (popup-menu-normalize-position): New function.
10966 (popup-menu): Use `popup-menu-normalize-position' to normalize
10967 the form for POSITION argument.
10968
10969 * term/x-win.el (x-menu-bar-open):
10970 Use the value returend from (posn-at-point) as position
10971 passed to `popup-menu'.
10972
10973 2012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
10974
10975 * calc/calccomp.el (math-compose-expr): Add extra argument
10976 indicating that parentheses should be put around products in
10977 denominators. Give multiplication precedence over division during
10978 composition.
10979
10980 2012-08-09 Chong Yidong <cyd@gnu.org>
10981
10982 * man.el (Man-switches, Man-sed-command, Man-awk-command)
10983 (Man-mode-hook, Man-cooked-hook, Man-untabify-command-args)
10984 (Man-untabify-command, manual-program): Convert to defcustom
10985 (Bug#10429).
10986
10987 * vc/add-log.el (change-log-mode): Bind comment-start to nil.
10988
10989 * descr-text.el (describe-char): Don't insert extra newlines
10990 (Bug#10127).
10991
10992 * vc/log-view.el (log-view-diff): Use use-region-p (Bug#10133).
10993 (log-view-diff-changeset, log-view-minor-wrap): Likewise.
10994
10995 * align.el (align-region): Delete temporary markers (Bug#10047).
10996 Plus some code cleanups.
10997
10998 2012-08-09 Fabián Ezequiel Gallina <fgallina@cuca>
10999
11000 * progmodes/python.el (python-pdbtrack-tracked-buffer)
11001 (python-pdbtrack-buffers-to-kill, python-shell-internal-buffer)
11002 (python-shell-internal-last-output): Use make-local-variable
11003 instead of make-variable-buffer-local.
11004
11005 2012-08-09 Fabián Ezequiel Gallina <fgallina@cuca>
11006
11007 * progmodes/python.el: Enhancements to forward-sexp.
11008 (python-nav-forward-sexp): Rename from
11009 python-nav-forward-sexp-function.
11010 (python-nav--forward-sexp, python-nav--backward-sexp):
11011 New functions.
11012
11013 2012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
11014
11015 * calc/calc-menu.el (calc-modes-menu): Add entries for matrix
11016 modes and simplification modes.
11017
11018 2012-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
11019
11020 * delsel.el (delete-selection-pre-hook): Don't propagate the
11021 file-supersession signals (bug#12161).
11022
11023 2012-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
11024
11025 * emacs-lisp/cl.el (cl-map-keymap-recursively, cl-map-intervals)
11026 (cl-map-extents): Add compatibility aliases (bug#12135).
11027
11028 2012-08-08 Michael Albinus <michael.albinus@gmx.de>
11029
11030 * net/tramp-sh.el (tramp-find-file-exists-command): Protect the
11031 tests by `ignore-error'.
11032 (tramp-find-shell): Open also a new shell, when cache is already
11033 set. Reported by Carsten Bormann <cabo@tzi.org>. (Bug#12148)
11034
11035 2012-08-08 Juri Linkov <juri@jurta.org>
11036
11037 * bookmark.el: Add `defaults' property to the bookmark record.
11038 (bookmark-current-buffer): Doc fix.
11039 (bookmark-make-record): Add `defaults' property with default values
11040 to the bookmark record.
11041 (bookmark-minibuffer-read-name-map): Remove key binding "\C-u"
11042 with `bookmark-insert-current-bookmark'.
11043 (bookmark-set): Get `defaults' property from the bookmark record
11044 and use it in `read-from-minibuffer'.
11045 (bookmark-insert-current-bookmark): Remove function.
11046
11047 * info.el (Info-bookmark-make-record): Add `defaults' property
11048 with values of canonical Info node name, the current Info file
11049 name and the current Info node name. (Bug#12107)
11050
11051 2012-08-08 Juri Linkov <juri@jurta.org>
11052
11053 * files.el (basic-save-buffer): Use `buffer-name' as the default
11054 of `read-file-name' when buffer is not visiting a file (bug#12128).
11055
11056 2012-08-08 Juri Linkov <juri@jurta.org>
11057
11058 * info.el (Info-isearch-search): Doc fix.
11059 (Info-search): Change search-failed message from "initial node" to
11060 "end of node" (bug#12078).
11061 (Info-isearch-search): Change `isearch-string-state' to
11062 `isearch--state-string'.
11063
11064 2012-08-08 Glenn Morris <rgm@gnu.org>
11065
11066 * language/persian.el: Remove file.
11067 * language/misc-lang.el: Move unique part of persian.el here.
11068 * loadup.el: Remove language/persian.
11069
11070 2012-08-08 Óscar Fuentes <ofv@wanadoo.es>
11071
11072 * vc/diff-mode.el (diff-remove-trailing-whitespace): New function.
11073
11074 2012-08-08 Fabián Ezequiel Gallina <fgallina@cuca>
11075
11076 * progmodes/python.el: Fix defsubst warning.
11077 (python-syntax-context) Rename from python-info-ppss-context.
11078 (python-syntax-context-type): Rename from
11079 python-info-ppss-context-type.
11080 (python-syntax-comment-or-string-p): Rename from
11081 python-info-ppss-comment-or-string-p.
11082
11083 2012-08-08 Jay Belanger <jay.p.belanger@gmail.com>
11084
11085 * calc/calc-misc.el (calc-record-why): Don't record a message twice.
11086
11087 2012-08-07 Andreas Schwab <schwab@linux-m68k.org>
11088
11089 * emacs-lisp/lisp-mode.el (eval-defun-1): Handle standard value of
11090 a defcustom that is quoted with backquote.
11091
11092 * calc/calc-prog.el (math-do-defmath): Use backquote forms.
11093 Fix handling of interactive spec when the body uses return.
11094 (math-do-arg-check, math-define-function-body): Use backquote forms.
11095 * calc/calc-ext.el (math-defcache): Likewise.
11096 * calc/calc-rewr.el (math-rwfail, math-rweval): Likewise.
11097 * allout.el (allout-new-exposure): Likewise.
11098 * calc/calcalg2.el (math-tracing-integral): Likewise.
11099 * info.el (Info-last-menu-item): Likewise.
11100 * emulation/vip.el (vip-loop): Likewise.
11101 * textmodes/artist.el (artist-funcall): Likewise.
11102 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle):
11103 Construct menu-item directly.
11104
11105 * progmodes/autoconf.el (font-lock-syntactic-keywords):
11106 Don't declare.
11107
11108 2012-08-07 Chong Yidong <cyd@gnu.org>
11109
11110 * simple.el (deactivate-mark): Preserve text properties when
11111 saving the primary selection (Bug#8384).
11112
11113 2012-08-07 Kevin Ryde <user42@zip.com.au>
11114
11115 * woman.el (woman0-if): Quietly treat ".if v" as false (Bug#12109).
11116 (woman-parse-numeric-value): On a bad .IP line, issue a warning
11117 and continue processing (Bug#12110).
11118
11119 2012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
11120
11121 * progmodes/cperl-mode.el (cperl-mode): Yet another fix for
11122 syntax-propertize-function (bug#10095).
11123
11124 2012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
11125
11126 * help-fns.el (help-fns--key-bindings, help-fns--signature)
11127 (help-fns--parent-mode, help-fns--obsolete): New funs, extracted from
11128 describe-function-1.
11129 (describe-function-1): Use them. Move compiler macro after sig.
11130 (help-fns--compiler-macro): Use function-get. Assume we're already in
11131 standard-output. Adjust layout to new call order.
11132
11133 * emacs-lisp/cl-macs.el (cl--sm-macroexpand): Fix handling of
11134 re-binding a symbol that has a symbol-macro (bug#12119).
11135
11136 2012-08-06 Mohsen BANAN <libre@mohsen.1.banan.byname.net>
11137
11138 * language/persian.el: New file. (Bug#11812)
11139 * loadup.el: Add language/persian.el.
11140
11141 2012-08-06 Chong Yidong <cyd@gnu.org>
11142
11143 * window.el (window--maybe-raise-frame): New function.
11144 (window--display-buffer): Split off from here.
11145 (display-buffer-reuse-window, display-buffer-pop-up-frame)
11146 (display-buffer-pop-up-window, display-buffer-use-some-window):
11147 Obey an inhibit-switch-frame action alist entry.
11148 (display-buffer): Update doc.
11149
11150 * replace.el (occur-after-change-function): Avoid losing focus by
11151 using the inhibit-switch-frame display parameter (Bug#12139).
11152
11153 2012-08-06 Fabián Ezequiel Gallina <fgallina@cuca>
11154
11155 Make internal shell process buffer names start with space.
11156 * progmodes/python.el (python-shell-make-comint): Add optional
11157 argument INTERNAL.
11158 (run-python-internal): Use it.
11159 (python-shell-internal-get-or-create-process): Check for new
11160 internal buffer names.
11161
11162 2012-08-06 Glenn Morris <rgm@gnu.org>
11163
11164 * eshell/esh-ext.el (eshell/addpath): Use dolist and mapconcat.
11165 Do less getting and setting of environment variables.
11166
11167 2012-08-05 Chong Yidong <cyd@gnu.org>
11168
11169 * proced.el (proced): Add substitution string to docstring to
11170 trigger autoloading of the proced library on C-h f (Bug#1768).
11171
11172 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
11173 Don't show defvars which have no second argument (Bug#8638).
11174
11175 * imenu.el (imenu-generic-expression): Move documentation here
11176 from imenu--generic-function.
11177 (imenu--generic-function): Refer to imenu-generic-expression.
11178
11179 2012-08-05 Vegard Øye <vegard_oye@hotmail.com> (tiny change)
11180
11181 * emulation/viper-init.el (viper-deflocalvar): Add docstring and
11182 indentation declaration.
11183 (viper-loop): Add indentation declaration (Bug#7025).
11184
11185 2012-08-05 Chong Yidong <cyd@gnu.org>
11186
11187 * help-fns.el (describe-variable): Add hyperlink for
11188 directory-local variables files. Improve buffer-local and
11189 permanent-local reporting; suggested by MON KEY (Bug#6644).
11190
11191 * help-mode.el (help-dir-local-var-def): New button type.
11192
11193 * files.el (kill-buffer-hook): Provide a defvar.
11194
11195 2012-08-05 Glenn Morris <rgm@gnu.org>
11196
11197 * eshell/esh-ext.el (eshell/addpath):
11198 Also update eshell-path-env. (Bug#12013)
11199
11200 2012-08-05 Chong Yidong <cyd@gnu.org>
11201
11202 * wdired.el (wdired-mode, wdired-change-to-wdired-mode): Doc fixes.
11203
11204 * fringe.el (fringe-styles): Add docstring.
11205 (fringe--check-mode): New function.
11206 (set-fringe-mode, set-fringe-style): Use it.
11207 (fringe-mode, set-fringe-style): Doc fixes (Bug#6480).
11208
11209 * files.el (set-auto-mode): Fix invalid setq call.
11210
11211 2012-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
11212
11213 * isearch.el: Misc simplification; use defstruct.
11214 (isearch-mode-map): Dense maps now work like sparse ones.
11215 (isearch--state): New defstruct.
11216 (isearch-string-state, isearch-message-state, isearch-point-state)
11217 (isearch-success-state, isearch-forward-state)
11218 (isearch-other-end-state, isearch-word-state, isearch-error-state)
11219 (isearch-wrapped-state, isearch-barrier-state)
11220 (isearch-case-fold-search-state, isearch-pop-fun-state): Remove,
11221 replaced by defstruct's accessors.
11222 (isearch--set-state): Rename from isearch-top-state and change
11223 calling convention.
11224 (isearch-push-state): Use new isearch--get-state.
11225 (isearch-toggle-word): Disable regexp when enabling word.
11226 (isearch-message-prefix): Remove unused arg _c-q-hack.
11227 (isearch-message-suffix): Remove unused arg _ellipsis.
11228
11229 2012-08-04 Andreas Schwab <schwab@linux-m68k.org>
11230
11231 * simple.el (list-processes--refresh): For a server use :host or
11232 :local as the address.
11233 (list-processes): Doc fix.
11234
11235 2012-08-04 Michal Nazarewicz <mina86@mina86.com>
11236
11237 * lisp/mpc.el: Support password in host argument.
11238 (mpc--proc-connect): Parse and use new password element.
11239 Set mpc-proc variable instead of returning process.
11240 (mpc-proc): Adjust accordingly.
11241
11242 2012-08-03 Eli Zaretskii <eliz@gnu.org>
11243
11244 * whitespace.el (whitespace-display-mappings): Use Unicode
11245 codepoints, instead of emacs-mule codepoints. See
11246 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-07/msg00366.html
11247 for the details.
11248
11249 * files.el (file-truename): Don't skip symlink-chasing part on
11250 windows-nt. Incorporate the resolution of 8+3 short aliases on
11251 Windows into the loop that recursively chases symlinks.
11252 Compare directory and its parent case-insensitively on MS-Windows and
11253 MS-DOS.
11254
11255 2012-08-03 Chong Yidong <cyd@gnu.org>
11256
11257 * menu-bar.el (menu-bar-tools-menu): Remove PCL-CVS.
11258
11259 * sort.el (sort-regexp-fields): Doc fix.
11260
11261 2012-08-03 Tassilo Horn <tsdh@gnu.org>
11262
11263 * textmodes/reftex.el (reftex-compile-variables): Make keyvals
11264 labels regex position point at the expected place.
11265
11266 2012-08-03 MON KEY <monkey@sandpframing.com>
11267
11268 * net/imap.el (imap-interactive-login, imap-authenticate)
11269 (imap-mailbox-lsub, imap-mailbox-list)
11270 (imap-mailbox-status-asynch, imap-mailbox-acl-delete)
11271 (imap-fetch, imap-message-flag-permanent-p, imap-envelope-from)
11272 (imap-parse-response): Doc fix.
11273
11274 2012-08-03 João Távora <joaotavora@gmail.com>
11275
11276 * textmodes/tex-mode.el (latex-forward-sexp): Terminate the loop
11277 if sexp scanning does not move point (Bug#5734).
11278
11279 2012-08-02 Tassilo Horn <tsdh@gnu.org>
11280
11281 * textmodes/reftex-vars.el (reftex-default-label-alist-entries):
11282 Add listings, minted, and ctable packages.
11283 (reftex-label-alist-builtin): Move listings, minted, and ctable
11284 entries before LaTeX.
11285 (reftex-label-alist): Docfix.
11286
11287 2012-08-02 Bastien Guerry <bzg@gnu.org>
11288
11289 * replace.el (occur): Fix docstring (bug#12122).
11290
11291 2012-08-02 Glenn Morris <rgm@gnu.org>
11292
11293 * emacs-lisp/authors.el (authors-renamed-files-alist): Add ms-w32.h.
11294
11295 2012-08-02 Paul Eggert <eggert@cs.ucla.edu>
11296
11297 Obsolete alias inactivate-current-input-method-function (Bug#10150).
11298 * international/mule-cmds.el: Create
11299 inactivate-current-input-method-function as an obsolete alias for
11300 deactivate-current-input-method-function. See Katsumi Yamaoka in
11301 <http://bugs.gnu.org/10150#46>.
11302
11303 2012-08-01 Jay Belanger <jay.p.belanger@gmail.com>
11304
11305 * calc/calc-mode.el (calc-set-simplify-mode): Use `cond' instead
11306 of nested `if's.
11307
11308 2012-08-01 Glenn Morris <rgm@gnu.org>
11309
11310 * progmodes/autoconf.el (autoconf-definition-regexp):
11311 Add AH_TEMPLATE, adjust submatch numbering.
11312 (autoconf-font-lock-keywords, autoconf-imenu-generic-expression)
11313 (autoconf-current-defun-function): Update for above change.
11314 (autoconf-current-defun-function): First skip to end of current word.
11315
11316 2012-08-01 Rupert Swarbrick <rswarbrick@gmail.com> (tiny change)
11317
11318 * calendar/cal-html.el (cal-html-insert-agenda-days):
11319 Fix typo. (Bug#12018)
11320
11321 2012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
11322
11323 Shell processes: enhancements to startup and CEDET compatibility.
11324 * progmodes/python.el (python-shell-send-setup-max-wait): Delete var.
11325 (python-shell-make-comint): accept-process-output at startup.
11326 (run-python-internal): Set inferior-python-mode-hook to nil.
11327 (python-shell-internal-get-or-create-process): Call sit-for.
11328 (python-preoutput-result): Add obsolete alias.
11329 (python-shell-internal-send-string): Use it.
11330 (python-shell-send-setup-code): Remove call to
11331 accept-process-output.
11332
11333 2012-07-31 Andreas Schwab <schwab@linux-m68k.org>
11334
11335 * buff-menu.el (list-buffers-noselect): Use prefix-numeric-value.
11336 (Bug#12108)
11337
11338 2012-07-31 Jay Belanger <jay.p.belanger@gmail.com>
11339
11340 * calc-mode.el (calc-basic-simplification-mode): Rename from
11341 `calc-limited-simplification-mode'.
11342 (calc-alg-simplification-mode): New function.
11343 (calc-set-simplify-mode): Adjust message.
11344
11345 * calc.el (calc-set-mode-line): Adjust mode line display for
11346 basic simplification mode.
11347
11348 * calc-help.el (calc-m-prefix-help): Update help message.
11349
11350 * calc-ext.el (calc-init-extensions): Add bindings and autoloads
11351 for `calc-basic-simplify-mode' and `calc-alg-simplify-mode'.
11352
11353 2012-07-31 Bastien Guerry <bzg@gnu.org>
11354
11355 * man.el (man): Fix comment. (bug#12101)
11356
11357 2012-07-31 Martin Rudalics <rudalics@gmx.at>
11358
11359 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
11360 Don't return a non-nil value when no suitable buffer was found.
11361
11362 2012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
11363
11364 * progmodes/python.el (run-python-internal): Disable font lock for
11365 internal shells.
11366
11367 2012-07-30 Stefan Merten <smerten@oekonux.de>
11368
11369 * textmodes/rst.el: Silence `checkdoc-ispell'.
11370 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
11371 (rst-official-version, rst-official-cvs-rev)
11372 (rst-package-emacs-version-alist): Update to upstream V1.3.1.
11373 (rst-mode-map): New key binding.
11374
11375 2012-07-30 Paul Eggert <eggert@cs.ucla.edu>
11376
11377 Update .PHONY listings in makefiles.
11378 * Makefile.in (.PHONY): Add all, doit, custom-deps, finder-data,
11379 autoloads, update-subdirs, updates, bzr-update, update-authors,
11380 compile-onefile, compile-calc, backup-compiled-files,
11381 compile-after-backup, compile-one-process, mh-autoloads,
11382 bootstrap-clean, distclean, maintainer-clean.
11383
11384 2012-07-29 Jay Belanger <jay.p.belanger@gmail.com>
11385
11386 * calc/calc.el (calc-simplify-mode): Make 'alg the default value.
11387 (calc-set-mode-line): Don't display "AlgSimp ".
11388
11389 * calc/calc-mode.el (calc-alg-simplify-mode): Remove function.
11390 (calc-lim-simplify-mode): New function.
11391 (calc-set-simplify-mode): Default to 'alg.
11392 (calc-default-simplify-mode): Make algebraic simplifications
11393 the default.
11394
11395 * calc/calc-ext.el (calc-init-extensions): Remove binding for
11396 `calc-alg-simplify-mode'. Add binding for `calc-lim-simplify-mode'.
11397
11398 * calc/calc-help.el (calc-m-prefix-help): Change messages to
11399 indicate new simplification modes.
11400
11401 * calc/README: Mention new default simplification mode.
11402
11403 * calc/calc.el (math-normalize-error): New variable.
11404 (math-normalize): Set `math-normalize-error' to t
11405 when there's an error.
11406
11407 * calc/calc-alg.el (math-simplify): Don't simplify when
11408 `math-normalize' returns an error.
11409
11410 2012-07-29 Eli Zaretskii <eliz@gnu.org>
11411
11412 * international/mule-cmds.el (set-locale-environment): Revert last
11413 change, since display-graphic-p returns nil when this function is
11414 called during startup. Instead...
11415
11416 * term/w32console.el (terminal-init-w32console): ...setup the
11417 keyboard and terminal encoding for TTY sessions here. (Bug#12082)
11418
11419 2012-07-29 Juri Linkov <juri@jurta.org>
11420
11421 * simple.el (goto-line): Don't display default line number in the
11422 prompt because it should be displayed by `read-number' (bug#9952).
11423 Add the current line number to the defaults of `goto-line' to
11424 allow its easier modification by users with `M-n' (bug#9201).
11425
11426 * subr.el (read-number): Support multiple default values like in
11427 other minibuffer reading functions. Replace `read' with
11428 `string-to-number' for consistency with `number-to-string'.
11429
11430 2012-07-29 Paul Eggert <eggert@cs.ucla.edu>
11431
11432 deactive->inactive, inactivate->deactivate spelling fixes (Bug#10150)
11433 * emulation/viper-init.el (viper-deactivate-input-method-action):
11434 Rename from viper-inactivate-input-method-action.
11435 (viper-deactivate-input-method):
11436 Rename from viper-inactivate-input-method.
11437 * follow.el (follow-inactive-menu): Rename from follow-deactive-menu.
11438 * international/mule-cmds.el (deactivate-input-method):
11439 Rename from inactivate-input-method.
11440 Also run input-method-deactivate-hook.
11441 (deactivate-current-input-method-function):
11442 Rename from inactivate-current-input-method-function.
11443 (input-method-deactivate-hook): New hook.
11444 (input-method-inactivate-hook): Mark obsolete.
11445 (inactivate-input-method): Mark obsolete.
11446
11447 * international/quail.el (quail-activate):
11448 Also run quail-deactivate-hook.
11449 (quail-deactivate): Rename from quail-inactivate.
11450 * international/robin.el (robin-activate):
11451 Also run robin-deactivate-hook.
11452 (robin-deactivate): Rename from robin-inactivate.
11453
11454 2012-07-29 Chong Yidong <cyd@gnu.org>
11455
11456 * simple.el (indicate-copied-region): New function.
11457 (kill-ring-save): Split off from here.
11458
11459 * rect.el (copy-rectangle-as-kill): Call indicate-copied-region.
11460 (kill-rectangle): Set deactivate-mark to t on read-only error.
11461
11462 * register.el (copy-to-register, copy-rectangle-to-register):
11463 Deactivate the mark, and use indicate-copied-region (Bug#10056).
11464 (append-to-register, prepend-to-register): Call indicate-copied-region.
11465
11466 2012-07-29 Juri Linkov <juri@jurta.org>
11467
11468 * simple.el (async-shell-command-buffer): New defcustom.
11469 (shell-command): Use it. (Bug#4719)
11470
11471 2012-07-28 Eli Zaretskii <eliz@gnu.org>
11472
11473 * international/mule-cmds.el (set-locale-environment): In a
11474 console session on MS-Windows, set up keyboard and terminal
11475 encoding from the OEM codepage, not the ANSI codepage.
11476 (Bug#12055)
11477
11478 2012-07-28 Chong Yidong <cyd@gnu.org>
11479
11480 * progmodes/gdb-mi.el (gdb-place-breakpoints): Fix the call to
11481 gdb-get-location.
11482
11483 2012-07-28 Leo Liu <sdl.web@gmail.com>
11484
11485 * progmodes/cc-menus.el (cc-imenu-objc-function): Avoid leaving nil in
11486 the alist (bug#12029).
11487
11488 2012-07-28 Eli Zaretskii <eliz@gnu.org>
11489
11490 * makefile.w32-in (custom-deps, finder-data, updates, compile)
11491 (compile-always, compile-first)
11492 ($(lisp)/calendar/cal-loaddefs.el)
11493 ($(lisp)/calendar/diary-loaddefs.el)
11494 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
11495 ($(lisp)/net/tramp-loaddefs.el, bootstrap)
11496 ($(lisp)/progmodes/cc-mode.elc): Depend on $(lisp)subdirs.el,
11497 instead of on update-subdirs.
11498 (bootstrap-clean): Delete $(lisp)/subdirs.el.
11499
11500 2012-07-28 Chong Yidong <cyd@gnu.org>
11501
11502 * vc/vc.el (vc-root-diff, vc-print-root-log): Prompt for a
11503 directory if vc-deduce-backend returns nil (Bug#7350).
11504
11505 * simple.el (delete-trailing-lines): New option.
11506 (delete-trailing-whitespace): Obey it (Bug#11879).
11507
11508 2012-07-28 David Engster <deng@randomsample.de>
11509
11510 * xml.el (xml-node-name, xml-parse-file, xml-parse-region):
11511 Explanation of new 'symbol-qnames feature in doc-strings.
11512 (xml-maybe-do-ns): Return expanded names as plain symbols if
11513 'symbol-qnames was provided in XML-NS argument (Bug#11916).
11514 (xml-parse-tag-1): Deal with new definition of PARSE-NS argument.
11515
11516 2012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
11517
11518 Consistent completion in inferior python with emacs -nw.
11519 * progmodes/python.el (inferior-python-mode): Replace "<tab>"
11520 binding in inferior-python-mode-map with "\t".
11521 (python-shell-completion-complete-at-point)
11522 (python-completion-complete-at-point): Remove interactive spec.
11523
11524 2012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
11525
11526 * calc/calccomp.el (math-compose-expr): Undo previous change.
11527
11528 2012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
11529
11530 * progmodes/python.el (python-mode-map): Add keybinding for
11531 run-python.
11532 (python-shell-make-comint): Fix pop-to-buffer call.
11533 (run-python): Autoload. New arg SHOW.
11534 (python-shell-get-or-create-process): Do not pop python process
11535 buffer.
11536
11537 2012-07-27 Michael Albinus <michael.albinus@gmx.de>
11538
11539 * notifications.el (notifications-on-action-signal)
11540 (notifications-on-closed-signal): Use also the bus address for the map.
11541 (notifications-notify, notifications-close-notification)
11542 (notifications-get-capabilities): Add optional argument BUS.
11543
11544 2012-07-27 Tassilo Horn <tsdh@gnu.org>
11545
11546 * textmodes/reftex-vars.el (reftex-label-alist-builtin):
11547 Add support for the lstlisting and minted environments, and for the
11548 ctable macro.
11549 * textmodes/reftex.el (reftex-compile-variables): Also recognize
11550 labels written in keyvals syntax.
11551
11552 2012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
11553
11554 * calc/calccomp.el (math-compose-expr): Use parentheses when
11555 there is a product in the denominator of a fraction.
11556
11557 2012-07-26 Eli Zaretskii <eliz@gnu.org>
11558
11559 * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
11560 ($(lisp)/calendar/diary-loaddefs.el)
11561 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
11562 ($(lisp)/net/tramp-loaddefs.el): Depend on update-subdirs.
11563 Fixes failures in parallel bootstrap because subdirs.el is being
11564 rewritten while the autoload files are built at the same time,
11565 which needs to load subdirs.el.
11566
11567 2012-07-26 Martin Rudalics <rudalics@gmx.at>
11568
11569 * mouse.el (popup-menu): Fix doc-string and re-indent code.
11570 (mouse-drag-line): Don't exit tracking when a switch-frame or
11571 switch-window event occurs (Bug#12006).
11572
11573 2012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
11574
11575 * mouse.el (popup-menu): Fix last change.
11576
11577 2012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
11578
11579 Autoload from Lisp with more care. Follow aliases when looking for
11580 function properties.
11581 * subr.el (autoloadp): New function.
11582 (symbol-file): Use it.
11583 (function-get): New function.
11584 * emacs-lisp/macroexp.el (macroexp--expand-all): Use function-get and
11585 autoload-do-load.
11586 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function)
11587 (lisp-indent-function):
11588 * emacs-lisp/gv.el (gv-get):
11589 * emacs-lisp/edebug.el (get-edebug-spec, edebug-basic-spec):
11590 * emacs-lisp/byte-opt.el (byte-optimize-form):
11591 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
11592 * emacs-lisp/autoload.el (make-autoload, autoload-print-form):
11593 Use function-get.
11594 * emacs-lisp/cl.el: Don't propagate function properties any more.
11595
11596 * speedbar.el (speedbar-add-localized-speedbar-support):
11597 * emacs-lisp/disass.el (disassemble-internal):
11598 * desktop.el (desktop-load-file):
11599 * help-fns.el (help-function-arglist, find-lisp-object-file-name)
11600 (describe-function-1):
11601 * emacs-lisp/find-func.el (find-function-noselect):
11602 * emacs-lisp/elp.el (elp-instrument-function):
11603 * emacs-lisp/advice.el (ad-has-proper-definition):
11604 * apropos.el (apropos-safe-documentation, apropos-macrop):
11605 * emacs-lisp/debug.el (debug-on-entry):
11606 * emacs-lisp/cl-macs.el (cl-compiler-macroexpand):
11607 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
11608 * calc/calc.el (name): Use autoloadp & autoload-do-load.
11609
11610 2012-07-25 Alp Aker <alp.tekin.aker@gmail.com>
11611
11612 * international/mule-cmds.el (ucs-insert): Mark it as an obsolete
11613 function, not an obsolete variable (Bug#12046).
11614
11615 2012-07-25 Andreas Schwab <schwab@linux-m68k.org>
11616
11617 * faces.el (face-spec-reset-face): Fix last change. (Bug#12042)
11618
11619 2012-07-25 Christopher Schmidt <christopher@ch.ristopher.com>
11620
11621 * emacs-lisp/pp.el (pp-display-expression): Select old selected
11622 window only if it is still live (Bug#12034).
11623
11624 2012-07-25 Martin Rudalics <rudalics@gmx.at>
11625
11626 * subr.el (redirect-frame-focus): Add advertised calling
11627 convention (Bug#12030).
11628
11629 2012-07-25 Paul Eggert <eggert@cs.ucla.edu>
11630
11631 Prefer typical American spelling for "acknowledgment".
11632 * vc/add-log.el (change-log-acknowledgment): Rename from
11633 change-log-acknowledgement, with an alias for the old name.
11634
11635 2012-07-25 Jay Belanger <jay.p.belanger@gmail.com>
11636
11637 * calc-alg.el (math-simplify-divide): Don't cross multiply
11638 in an equation when the lhs is a variable.
11639
11640 2012-07-24 Julien Danjou <julien@danjou.info>
11641
11642 * net/netrc.el (netrc-find-service-number, netrc-store-data):
11643 Remove, unused.
11644
11645 2012-07-23 Eli Zaretskii <eliz@gnu.org>
11646
11647 * startup.el (command-line): Don't display an empty user name in
11648 the error message about non-existent home directory, when
11649 init-file-user was set to an empty string. See
11650 http://lists.gnu.org/archive/html/bug-gnu-emacs/2012-07/msg00835.html
11651 for the details and context.
11652
11653 2012-07-22 Vincent Belaïche <vincentb1@users.sourceforge.net>
11654
11655 * ses.el (ses-cell-formula-aset): New macro.
11656 (ses-cell-references-aset): New macro.
11657 (ses-cell-p): New function.
11658 (ses-rename-cell): Do no longer rely on complex operations like
11659 ses-cell-set-formula or ses-set-cell to change the cell and handle
11660 the undo at the same time, but rather use lower level new macros
11661 `ses-cell-formula-aset' and `ses-cell-references-aset' and handle
11662 the undo directly. Refresh the mode line.
11663
11664 2012-07-21 Leo Liu <sdl.web@gmail.com>
11665
11666 * progmodes/cc-cmds.el (c-defun-name):
11667 Use match-string-no-properties instead for consistency.
11668
11669 2012-07-20 Leo Liu <sdl.web@gmail.com>
11670
11671 * progmodes/cc-cmds.el (c-defun-name): Handle objc selectors properly.
11672 (Bug#7879)
11673
11674 * progmodes/cc-langs.el (c-symbol-start): Include char _ (bug#11986).
11675
11676 2012-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
11677
11678 * userlock.el, emacs-lisp/map-ynp.el: Declare part of `emacs' package.
11679 * progmodes/bug-reference.el, misearch.el: Provide themselves
11680 (bug#11915).
11681
11682 * progmodes/cperl-mode.el (cperl-unwind-to-safe): Don't inf-loop at end
11683 of narrowed buffer (bug#11966).
11684
11685 2012-07-20 Vincent Belaïche <vincentb1@users.sourceforge.net>
11686
11687 * ses.el (ses-rename-cell): Set new name also in reference list of
11688 cells of which the renamed cell depends.
11689
11690 2012-07-20 Masatake YAMATO <yamato@redhat.com>
11691
11692 * term/x-win.el (x-menu-bar-open): Use `frame-parameter'
11693 to check whether menu-bar is shown or not. If not shown,
11694 show the menu-bar as a popup menu instead of using tmm.
11695 * mouse.el (popup-menu): Accept `point' as `position' argument.
11696
11697 2012-07-20 Dmitry Gutov <dgutov@yandex.ru>
11698
11699 * progmodes/ruby-mode.el (ruby-parse-partial): No error when end
11700 up inside string symbol literal (bug#11923).
11701
11702 2012-07-20 Eli Zaretskii <eliz@gnu.org>
11703
11704 * startup.el (fancy-startup-text): Read the whole tutorial, not
11705 just its first 256 bytes. Prevents gibberish in display of the
11706 tutorial title.
11707
11708 2012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
11709
11710 Drop idle buffer compaction due to an absence of the
11711 proved efficiency.
11712 * compact.el: Remove.
11713
11714 2012-07-19 Sam Steingold <sds@gnu.org>
11715
11716 * vc/vc-dispatcher.el (vc-compilation-mode): Add, based on
11717 vc-bzr-pull & vc-bzr-merge-branch.
11718 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch): Use it.
11719 (vc-bzr-error-regexp-alist): Rename from vc-bzr-error-regex-alist
11720 for consistency with compilation-error-regexp-alist.
11721 * vc/vc-git.el (vc-git-error-regexp-alist): Add.
11722 (vc-git-pull, vc-git-merge-branch): Call vc-compilation-mode.
11723 * vc/vc-hg.el (vc-hg-error-regexp-alist): Add.
11724 (vc-hg-pull, vc-hg-merge-branch): Call vc-compilation-mode.
11725
11726 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
11727
11728 * emacs-lisp/chart.el: Use lexical-binding.
11729 (chart-emacs-storage): Don't hardcode the list of entries.
11730
11731 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
11732
11733 Next round of tweaks caused by Fgarbage_collect changes.
11734 * emacs-lisp/chart.el (chart-emacs-storage): Adjust again.
11735
11736 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
11737
11738 Compact buffers when idle.
11739 * compact.el: New file.
11740
11741 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
11742
11743 * subr.el (eventp): Presume that if it looks vaguely like an event,
11744 it's an event (bug#10190).
11745
11746 2012-07-19 Fabián Ezequiel Gallina <fgallina@cuca>
11747
11748 Enhancements to ppss related code (thanks Stefan).
11749 * progmodes/python.el (python-indent-context)
11750 (python-indent-calculate-indentation, python-indent-dedent-line)
11751 (python-indent-electric-colon, python-nav-forward-block)
11752 (python-mode-abbrev-table)
11753 (python-info-assignment-continuation-line-p): Simplify checks
11754 for ppss context.
11755 (python-info-continuation-line-p): Cleanup.
11756 (python-info-ppss-context): Do not catch 'quote.
11757 (python-info-ppss-context-type)
11758 (python-info-ppss-comment-or-string-p): Simplify.
11759
11760 2012-07-18 Fabián Ezequiel Gallina <fgallina@cuca>
11761
11762 * progmodes/python.el: Enhancements to eldoc support.
11763 (python-info-current-symbol): New function.
11764 (python-eldoc-at-point): Use python-info-current-symbol.
11765 (python-info-current-defun): Fix cornercase on first defun scan.
11766 (python-eldoc--get-doc-at-point): Use python-info-current-symbol
11767 and signal error when no inferior python process is available.
11768
11769 2012-07-18 Dmitry Gutov <dgutov@yandex.ru>
11770
11771 * vc/vc-git.el (vc-git-state): Don't call `vc-git-registered',
11772 assume it's always t.
11773 (vc-git-registered): Remove caching, the function is only called
11774 once.
11775 (vc-git-branches): Use `vc-git--call' instead of `call-process'.
11776
11777 2012-07-18 Chong Yidong <cyd@gnu.org>
11778
11779 * subr.el (last-input-char, last-command-char): Remove (Bug#9195).
11780
11781 * simple.el (count-words): Report on narrowing (Bug#9959).
11782
11783 * bindings.el: Bind M-= to count-words.
11784
11785 * faces.el (face-spec-reset-face): Handle reverse video (Bug#4238).
11786
11787 2012-07-18 Masatake YAMATO <yamato@redhat.com>
11788
11789 * progmodes/sh-script.el (sh-imenu-generic-expression):
11790 Capture a function with `function' keyword and without parentheses
11791 like "function FOO" (bug#11856).
11792
11793 2012-07-18 Tassilo Horn <tassilo@member.fsf.org>
11794
11795 * window.el (split-window-sensibly): Make WINDOW argument
11796 optional.
11797
11798 2012-07-18 Chong Yidong <cyd@gnu.org>
11799
11800 * subr.el (keyboard-translate): Doc fix (Bug#7261).
11801
11802 * isearch.el (isearch-mode-map): Handle C-x 8 key translations,
11803 and make C-x 8 RET exit isearch (Bug#11439).
11804
11805 * international/iso-transl.el: Move isearch-mode-map key
11806 definitions to isearch.el.
11807
11808 2012-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
11809
11810 * emacs-lisp/eieio.el: Adapt further to gv.el (bug#11970).
11811 (eieio-defclass): Use gv-define-setter when possible.
11812
11813 2012-07-18 Dmitry Antipov <dmantipov@yandex.ru>
11814
11815 Reflect recent changes in Fgarbage_collect.
11816 * emacs-lisp/chart.el (chart-emacs-storage): Change to
11817 reflect new format of data returned by Fgarbage_collect.
11818
11819 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
11820
11821 New utility functions + python-info-ppss-context fix (Bug#11910).
11822 * progmodes/python.el (python-info-beginning-of-block-statement-p)
11823 (python-info-ppss-comment-or-string-p): New functions.
11824 (python-info-ppss-context): Small fix for string check.
11825
11826 2012-07-17 Juri Linkov <juri@jurta.org>
11827
11828 * dired-aux.el (dired-do-async-shell-command): Doc fix.
11829 (dired-do-async-shell-command): Don't add `*' at the end of the
11830 command (Bug#11815).
11831 (dired-do-shell-command): Doc fix.
11832 (dired-shell-stuff-it): Strip the trailing "&" and ";" if any.
11833 Join the individual commands using either "&" or ";" as the
11834 separator depending on the values of these trailing characters.
11835 At the end re-add the trailing "&". (Bug#10598)
11836
11837 * simple.el (async-shell-command): Sync the interactive spec with
11838 `shell-command'. Doc fix.
11839 (shell-command): Doc fix.
11840
11841 2012-07-17 Juri Linkov <juri@jurta.org>
11842
11843 * descr-text.el (describe-char): Fix format args. (Bug#10129)
11844
11845 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
11846
11847 Final renames and doc fixes for movement commands (bug#11899).
11848 * progmodes/python.el (python-nav-beginning-of-statement):
11849 Rename from python-nav-statement-start.
11850 (python-nav-end-of-statement): Rename from
11851 python-nav-statement-end.
11852 (python-nav-beginning-of-block): Rename from
11853 python-nav-block-start.
11854 (python-nav-end-of-block): Rename from python-nav-block-end.
11855
11856 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
11857
11858 * progmodes/python.el (python-shell-send-string-no-output):
11859 Allow accept-process-output to quit, keeping shell process ready for
11860 future interactions (Bug#11868).
11861
11862 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
11863
11864 * emacs-lisp/cl-macs.el (cl-progv): Use a properly prefixed var name.
11865
11866 * emacs-lisp/elint.el (elint-find-args-in-code):
11867 Use help-function-arglist, so as to handle lexical byte-code.
11868
11869 * progmodes/sh-script.el (sh-syntax-propertize-function): Fix last
11870 change (bug#11826).
11871
11872 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
11873
11874 * progmodes/cc-engine.el (c-forward-sws, c-backward-sws):
11875 Avoid spuriously marking the buffer as modified because of c-is-sws.
11876
11877 * progmodes/sh-script.el (sh-syntax-propertize-function): Mark "${#VAR"
11878 as not-a-comment (bug#11946).
11879
11880 * emacs-lisp/macroexp.el (macroexp-let2): Use more informative names
11881 for uninterned vars.
11882
11883 * xt-mouse.el (xterm-mouse-translate-1, xterm-mouse-event-read):
11884 Use read-event since we don't really want to read chars but bytes.
11885
11886 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Highlight not only
11887 $$..$$ but also $..$ using regexps (bug#11953).
11888 Use tex-verbatim for \url and \path.
11889 (tex-font-lock-keywords): Define as defconst like the others.
11890 (tex-common-initialization): Don't use font-lock-syntax-table any more.
11891
11892 2012-07-16 René Kyllingstad <Rene@Kyllingstad.com> (tiny change)
11893
11894 * international/mule-cmds.el (ucs-insert): Make it an obsolete
11895 alias for insert-char.
11896
11897 2012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
11898
11899 * progmodes/python.el: Simplified imenu implementation.
11900 (python-nav-jump-to-defun): Remove command.
11901 (python-mode-map): Use `imenu' instead.
11902 (python-nav-list-defun-positions-cache)
11903 (python-imenu-include-defun-type, python-imenu-make-tree)
11904 (python-imenu-subtree-root-label, python-imenu-index-alist):
11905 Remove vars.
11906 (python-nav-list-defun-positions, python-nav-read-defun)
11907 (python-imenu-tree-assoc, python-imenu-make-element-tree)
11908 (python-imenu-make-tree, python-imenu-create-index):
11909 Remove functions.
11910 (python-mode): Update to interact with imenu by setting
11911 `imenu-extract-index-name-function' only.
11912
11913 2012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
11914
11915 * progmodes/python.el: Enhancements to navigation commands.
11916 (python-nav-backward-sentence)
11917 (python-nav-forward-sentence): Remove.
11918 (python-nav-backward-statement, python-nav-forward-statement)
11919 (python-nav-statement-start, python-nav-statement-end)
11920 (python-nav-backward-block, python-nav-forward-block)
11921 (python-nav-block-start, python-nav-block-end)
11922 (python-nav-forward-sexp-function)
11923 (python-info-current-line-comment-p)
11924 (python-info-current-line-empty-p): New functions.
11925 (python-indent-context): Use `python-nav-statement-start'.
11926
11927 2012-07-16 Michael Albinus <michael.albinus@gmx.de>
11928
11929 * eshell/em-ls.el (eshell/ls): Use `apply'.
11930
11931 * eshell/em-unix.el (eshell/su, eshell/sudo): Apply Tramp's ad-hoc
11932 multi-hops, instead of Tramp internals.
11933
11934 * vc/ediff.el (ediff-directories): Add trailing space to prompts.
11935
11936 * vc/ediff-diff.el (ediff-same-file-contents): Handle the case,
11937 when F1 and F2 are located on different hosts.
11938
11939 2012-07-14 Chong Yidong <cyd@gnu.org>
11940
11941 * xt-mouse.el: Implement extended mouse coordinates (Bug#10642).
11942 (xterm-mouse-translate): Move code into xterm-mouse-translate-1.
11943 (xterm-mouse-translate-extended, xterm-mouse-translate-1)
11944 (xterm-mouse--read-event-sequence-1000)
11945 (xterm-mouse--read-event-sequence-1006): New functions. For old
11946 mouse protocol, handle M-mouse-X events correctly.
11947 (xterm-mouse-event): New arg specifying mouse protocol.
11948 (turn-on-xterm-mouse-tracking-on-terminal)
11949 (turn-off-xterm-mouse-tracking-on-terminal): Send DEC 1006
11950 sequence to toggle extended coordinates on newer XTerms.
11951 This appears to be harmless on terminals which do not support this.
11952
11953 2012-07-14 Leo Liu <sdl.web@gmail.com>
11954
11955 Add fringe bitmap indicators for flymake. (Bug#11253)
11956 * progmodes/flymake.el (flymake-highlight-line): Use fringe bitmaps.
11957 (flymake-make-overlay): New arg BITMAP.
11958 (flymake-error-bitmap, flymake-warning-bitmap)
11959 (flymake-fringe-indicator-position): New user variables.
11960
11961 * fringe.el: New bitmap exclamation-mark.
11962
11963 2012-07-14 Jan Djärv <jan.h.d@swipnet.se>
11964
11965 * progmodes/cc-cmds.el (c-defun-name): Recognize Objective-C methods
11966 also (Bug#7879).
11967
11968 2012-07-14 Chong Yidong <cyd@gnu.org>
11969
11970 * electric.el (electric-pair-post-self-insert-function): Fix pair
11971 insertion in empty-region case (Bug#11520).
11972
11973 2012-07-14 Chong Yidong <cyd@gnu.org>
11974
11975 * bindings.el: Consolidate ctl-x-r-map bindings.
11976 Bind copy-rectangle-as-kill to C-x r w.
11977
11978 * rect.el, register.el: Move bindings to bindings.el.
11979
11980 2012-07-14 Reuben Thomas <rrt@sc3d.org>
11981
11982 * rect.el (copy-rectangle-as-kill): New command (Bug#739).
11983
11984 2012-07-13 Andreas Schwab <schwab@linux-m68k.org>
11985
11986 * emacs-lisp/cl.el (labels): Remove spurious quote. (Bug#11938)
11987
11988 2012-07-13 Juanma Barranquero <lekktu@gmail.com>
11989
11990 * bindings.el (top): Use `mapc' instead of `mapcar'.
11991
11992 * loadup.el (top): Remove bogus `if' choice (brought by 2008-06-21T01:38:39Z!monnier@iro.umontreal.ca).
11993
11994 2012-07-13 Michael Albinus <michael.albinus@gmx.de>
11995
11996 * progmodes/sql.el (sql-comint): Suppress the check for program on
11997 remote hosts. Reported by Francis Devereux <francis@devrx.org>.
11998 (Bug#11908)
11999
12000 2012-07-13 Chong Yidong <cyd@gnu.org>
12001
12002 * bindings.el: Assign a non-nil permanent-local property to
12003 per-buffer variables which lack a default value (Bug#11930).
12004
12005 * help-fns.el (describe-variable): In the "automatically becomes
12006 local" notice, take note of permanent-local variables.
12007
12008 2012-07-13 Chong Yidong <cyd@gnu.org>
12009
12010 * files.el (toggle-read-only): Doc fix and code cleanup. New arg
12011 to allow printing the message when called from Lisp.
12012
12013 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
12014 Remove toggle-read-only.
12015
12016 * bs.el (bs-toggle-readonly):
12017 * buff-menu.el (Buffer-menu-toggle-read-only):
12018 Remove with-no-warnings around toggle-read-only.
12019
12020 * ffap.el (ffap--toggle-read-only): Accept a list of buffers.
12021 Remove with-no-warnings around toggle-read-only.
12022 (ffap-read-only, ffap-read-only-other-window)
12023 (ffap-read-only-other-frame): Callers changed.
12024
12025 * help-mode.el: Don't require view package.
12026 (help-mode-finish): Set buffer-read-only instead of calling
12027 toggle-read-only.
12028
12029 * bindings.el (mode-line-toggle-read-only):
12030 * dired.el (dired-toggle-read-only):
12031 * ibuffer.el (ibuffer-do-toggle-read-only): Call toggle-read-only
12032 with non-nil second arg.
12033
12034 * emacs-lisp/eieio-custom.el (eieio-customize-object):
12035 * vc/ediff.el (ediff-set-read-only-in-buf-A): Set buffer-read-only
12036 directly.
12037
12038 2012-07-12 Eli Zaretskii <eliz@gnu.org>
12039
12040 * emacs-lisp/bytecomp.el (byte-recompile-directory): Use cl-incf,
12041 not incf.
12042
12043 2012-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
12044
12045 More CL cleanups and reduction of use of cl.el.
12046 * woman.el, winner.el, vc/vc-rcs.el, vc/vc-hooks.el, vc/vc-hg.el:
12047 * vc/vc-git.el, vc/vc-dir.el, vc/vc-bzr.el, vc/vc-annotate.el:
12048 * textmodes/tex-mode.el, textmodes/sgml-mode.el, tar-mode.el:
12049 * strokes.el, ses.el, server.el, progmodes/js.el, progmodes/gdb-mi.el:
12050 * progmodes/flymake.el, progmodes/ebrowse.el, progmodes/compile.el:
12051 * play/tetris.el, play/snake.el, play/pong.el, play/landmark.el:
12052 * play/hanoi.el, play/decipher.el, play/5x5.el, nxml/nxml-mode.el:
12053 * net/secrets.el, net/quickurl.el, midnight.el, mail/footnote.el:
12054 * image-dired.el, ibuffer.el, ibuf-macs.el, ibuf-ext.el, hexl.el:
12055 * eshell/eshell.el, eshell/esh-io.el, eshell/esh-ext.el:
12056 * eshell/esh-cmd.el, eshell/em-ls.el, eshell/em-hist.el:
12057 * eshell/em-cmpl.el, eshell/em-banner.el:
12058 * calendar/parse-time.el: Use cl-lib.
12059 * wid-browse.el, wdired.el, vc/vc.el, vc/vc-mtn.el, vc/vc-cvs.el:
12060 * vc/vc-arch.el, tree-widget.el, textmodes/texinfo.el:
12061 * textmodes/refill.el, textmodes/css-mode.el, term/tvi970.el:
12062 * term/ns-win.el, term.el, shell.el, ps-samp.el:
12063 * progmodes/perl-mode.el, progmodes/pascal.el, progmodes/gud.el:
12064 * progmodes/glasses.el, progmodes/etags.el, progmodes/cwarn.el:
12065 * play/gamegrid.el, play/bubbles.el, novice.el, notifications.el:
12066 * net/zeroconf.el, net/xesam.el, net/snmp-mode.el, net/mairix.el:
12067 * net/ldap.el, net/eudc.el, net/browse-url.el, man.el:
12068 * mail/mailheader.el, mail/feedmail.el: Don't use CL.
12069 * ibuf-ext.el (ibuffer-mark-old-buffers): Use float-time.
12070 * eshell/esh-opt.el (eshell-eval-using-options): Quote code with
12071 `lambda' rather than with `quote'.
12072 (eshell-do-opt): Adjust accordingly.
12073 (eshell-process-option): Simplify.
12074 * eshell/esh-var.el:
12075 * eshell/em-script.el: Require `esh-opt' for eshell-eval-using-options.
12076 * emacs-lisp/pcase.el (pcase--dontcare-upats, pcase--let*)
12077 (pcase--expand, pcase--u1): Rename pcase's internal `dontcare' pattern
12078 to `pcase--dontcare'.
12079 * emacs-lisp/cl.el (labels): Mark obsolete.
12080 (cl--letf, letf): Move to cl-lib.
12081 (cl--letf*, letf*): Remove.
12082 * emacs-lisp/cl-lib.el (cl-nth-value): Use defalias.
12083 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Add indent rule.
12084 (cl-progv): Rewrite.
12085 (cl--letf, cl-letf): Move from cl.el.
12086 (cl-letf*): New macro.
12087 * emacs-lisp/cl-extra.el (cl--progv-before, cl--progv-after): Remove.
12088
12089 2012-07-11 Michael Albinus <michael.albinus@gmx.de>
12090
12091 * net/ange-ftp.el (ange-ftp-cf1): Update the files cache.
12092
12093 2012-07-11 Chong Yidong <cyd@gnu.org>
12094
12095 * vc/log-edit.el (log-edit-vc-backend): New variable.
12096 (log-edit): Doc fix.
12097
12098 * vc/vc-dispatcher.el (vc-log-edit): New args. Use PARAMS
12099 argument of log-edit to set up all local variables.
12100 (vc-start-logentry): New optional arg specifying VC backend.
12101
12102 * vc/vc.el (vc-checkin): Use it.
12103 (vc-deduce-fileset): Handle Log Edit buffers.
12104 (vc-diff): Make first argument optional too.
12105
12106 * vc/log-view.el (log-view-vc-fileset, log-view-vc-backend): Doc fix.
12107
12108 2012-07-10 Michael Albinus <michael.albinus@gmx.de>
12109
12110 * eshell/esh-ext.el (eshell-remote-command): Remove remote part of
12111 command, just in case. The function is not needed anymore.
12112 (eshell-external-command): Do not call `eshell-remote-command'.
12113
12114 2012-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
12115
12116 Reduce use of (require 'cl).
12117 * vc/smerge-mode.el, vc/pcvs.el, vc/pcvs-util.el, vc/pcvs-info.el:
12118 * vc/diff-mode.el, vc/cvs-status.el, uniquify.el, scroll-bar.el:
12119 * register.el, progmodes/sh-script.el, net/gnutls.el, net/dbus.el:
12120 * msb.el, mpc.el, minibuffer.el, international/ucs-normalize.el:
12121 * international/quail.el, info-xref.el, imenu.el, image-mode.el:
12122 * font-lock.el, filesets.el, edmacro.el, doc-view.el, bookmark.el:
12123 * battery.el, avoid.el, abbrev.el: Use cl-lib.
12124 * vc/pcvs-parse.el, vc/pcvs-defs.el, vc/log-view.el, vc/log-edit.el:
12125 * vc/diff.el, simple.el, pcomplete.el, lpr.el, comint.el, loadhist.el:
12126 * jit-lock.el, international/iso-ascii.el, info.el, frame.el, bs.el:
12127 * emulation/crisp.el, electric.el, dired.el, cus-dep.el, composite.el:
12128 * calculator.el, autorevert.el, apropos.el: Don't require CL.
12129 * emacs-lisp/bytecomp.el (byte-recompile-directory, display-call-tree)
12130 (byte-compile-unfold-bcf, byte-compile-check-variable):
12131 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
12132 (byte-compile-nilconstp):
12133 * emacs-lisp/autoload.el (make-autoload): Use pcase.
12134 * face-remap.el (text-scale-adjust): Simplify pcase patterns.
12135
12136 * emacs-lisp/gv.el (cond): Make it a valid place.
12137 (if): Simplify slightly.
12138
12139 * emacs-lisp/pcase.el (pcase): Accept self-quoting exps as "upatterns".
12140 (pcase--self-quoting-p): New function.
12141 (pcase--u1): Use it.
12142
12143 2012-07-10 Glenn Morris <rgm@gnu.org>
12144
12145 * emacs-lisp/authors.el (authors-fixed-entries):
12146 (authors-renamed-files-alist): Update for configure.in -> configure.ac.
12147
12148 2012-07-09 Paul Eggert <eggert@cs.ucla.edu>
12149
12150 Rename configure.in to configure.ac (Bug#11603).
12151 * emacs-lisp/authors.el (authors-canonical-file-name):
12152 * progmodes/autoconf.el (autoconf-mode):
12153 Prefer configure.ac to configure.in.
12154
12155 2012-07-08 Chong Yidong <cyd@gnu.org>
12156
12157 * mouse.el (mouse-drag-line): Rewrite the track-mouse loop.
12158 Implement the mouse-1-click-follows-link handling properly.
12159
12160 * info.el (Info-link-keymap): Use follow-link mechanism for
12161 header-line links (Bug#374).
12162
12163 * simple.el (deactivate-mark): Do not set the primary selection
12164 if another program has acquired it (Bug#11772).
12165
12166 2012-07-07 Kevin Ryde <user42@zip.com.au>
12167
12168 * woman.el (woman-strings): Fix double-quote handling (Bug#1151).
12169 (woman-decode-region): Replace escaped-escapes without destroying
12170 bold or underline (Bug#11552).
12171 (woman2-process-escapes): Handle nofill regions (Bug#11591).
12172
12173 2012-07-07 Chong Yidong <cyd@gnu.org>
12174
12175 * simple.el (yank-pop-change-selection): Doc fix (Bug#11361).
12176 (interprogram-cut-function, interprogram-paste-function):
12177 Mention that we typically mean the clipboard.
12178
12179 2012-07-06 Glenn Morris <rgm@gnu.org>
12180
12181 * kmacro.el (kmacro-call-macro): Restore repeat message. (Bug#11817)
12182
12183 * files.el (toggle-read-only): Restrict message to interactive use.
12184
12185 2012-07-06 Michael Albinus <michael.albinus@gmx.de>
12186
12187 * net/tramp.el (tramp-restricted-shell-hosts-alist): New defcustom.
12188
12189 * net/tramp-sh.el (tramp-maybe-open-connection): Handle it.
12190
12191 2012-07-06 Glenn Morris <rgm@gnu.org>
12192
12193 * Makefile.in (compile-one-process): Rename from "recompile".
12194
12195 * Makefile.in (bzr-update): "compile" is the same as "recompile
12196 autoloads", but parallelizable, so use that instead.
12197
12198 2012-07-06 Dmitry Gutov <dgutov@yandex.ru>
12199
12200 * window.el (quit-window): Always restore window height when
12201 it's saved in quit-restore parameter (Bug#11810).
12202
12203 2012-07-06 Glenn Morris <rgm@gnu.org>
12204
12205 * simple.el (kill-whole-line): Doc tweak.
12206
12207 2012-07-06 Eli Zaretskii <eliz@gnu.org>
12208
12209 * files.el (file-relative-name): Compare file names
12210 case-insensitively if on MS-Windows or MS-DOS, or if
12211 read-file-name-completion-ignore-case is non-nil. Don't use
12212 case-fold-search for this purpose. (Bug#11827)
12213
12214 2012-07-17 Andreas Schwab <schwab@linux-m68k.org>
12215
12216 * calendar/cal-dst.el (calendar-current-time-zone):
12217 Return calendar-current-time-zone-cache if non-nil.
12218
12219 2012-07-17 Masatake YAMATO <yamato@redhat.com>
12220 2012-07-06 Andreas Schwab <schwab@linux-m68k.org>
12221
12222 * calendar/cal-dst.el (calendar-current-time-zone):
12223 Return calendar-current-time-zone-cache if non-nil.
12224
12225 2012-07-06 Glenn Morris <rgm@gnu.org>
12226
12227 * Makefile.in (cvs-update): Remove old alias.
12228
12229 2012-07-05 Michael Albinus <michael.albinus@gmx.de>
12230
12231 Sync with Tramp 2.2.6-pre.
12232
12233 * net/tramp.el (tramp-drop-volume-letter): Provide an XEmacs
12234 compatible declaration.
12235
12236 * net/tramp-cmds.el (tramp-append-tramp-buffers):
12237 Protect `list-load-path-shadows' call.
12238
12239 * net/tramp-compat.el (top): Require packages, which aren't
12240 autoloaded anymore for XEmacs. Protect call of
12241 `tramp-file-name-handler' by `tramp-compat-funcall', pacifying the
12242 compiler. Do not require tramp-util.el and tramp-vc.el anymore,
12243 it hurts at least for SXEmacs.
12244 (tramp-compat-temporary-file-directory): In XEmacs, there is no
12245 standard-value for `temporary-file-directory'.
12246
12247 * net/tramp-sh.el (tramp-do-directory-files-and-attributes-with-stat):
12248 Redirect stderr to /dev/null.
12249 (tramp-sh-handle-write-region): uid and gid can be floats.
12250 Reported by Russell Sim <russell.sim@gmail.com>.
12251 (tramp-sh-handle-vc-registered): Hide errors.
12252 (tramp-vc-file-name-handler): Use dummy results for `process-file'
12253 and `start-file-process'.
12254 (tramp-maybe-open-connection): Check also whether `non-essential'
12255 is bound.
12256
12257 2012-07-04 Chong Yidong <cyd@gnu.org>
12258
12259 * xml.el (xml--parse-buffer): Use xml-syntax-table.
12260 (xml-parse-tag): Likewise, and avoid changing entity tables.
12261 (xml-syntax-table): Define from scratch, making sure not to give
12262 x2000 and other Unicode spaces whitespace syntax, since those are
12263 not spaces in XML.
12264 (xml-parse-fragment): Delete unused function.
12265 (xml-name-start-char-re, xml-name-char-re, xml-name-re)
12266 (xml-names-re, xml-nmtoken-re, xml-nmtokens-re, xml-char-ref-re)
12267 (xml-entity-ref, xml-pe-reference-re)
12268 (xml-reference-re,xml-att-value-re, xml-tokenized-type-re)
12269 (xml-notation-type-re, xml-enumeration-re, xml-enumerated-type-re)
12270 (xml-att-type-re, xml-default-decl-re, xml-att-def-re)
12271 (xml-entity-value-re): Use syntax references in regexps where
12272 possible; no need to define inside a let-binding.
12273 (xml-parse-dtd): Use xml-pe-reference-re.
12274 (xml-entity-or-char-ref-re): New defconst.
12275 (xml-parse-string, xml-substitute-special): Use it.
12276
12277 2012-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
12278
12279 * files.el (locate-dominating-file): Allow `name' to be a predicate.
12280 (find-file--read-only): New function.
12281 (find-file-read-only, find-file-read-only-other-window)
12282 (find-file-read-only-other-frame): Use it.
12283 (insert-file-contents-literally): Don't `fset'.
12284 (get-free-disk-space): Use locate-dominating-file.
12285
12286 * emacs-lisp/bytecomp.el (byte-compile): Don't signal an error if the
12287 function is already compiled.
12288
12289 * xml.el (xml-name-regexp): Remove, redundant. Use xml-name-re.
12290
12291 2012-07-03 Michael Albinus <michael.albinus@gmx.de>
12292
12293 * vc/ediff-diff.el (ediff-same-file-contents): Fix it for remote
12294 files on the same host.
12295
12296 2012-07-03 Andreas Schwab <schwab@linux-m68k.org>
12297
12298 * help-fns.el (describe-function-1): Only call
12299 help-fns--autoloaded-p when we have a file name. (Bug#11848)
12300
12301 2012-07-03 Chong Yidong <cyd@gnu.org>
12302
12303 * xml.el: Protect parser against XML bombs.
12304 (xml-entity-expansion-limit): New variable.
12305 (xml-parse-string, xml-substitute-special): Use it.
12306 (xml-parse-dtd): Avoid infloop if the DTD is not terminated.
12307
12308 2012-07-03 Glenn Morris <rgm@gnu.org>
12309
12310 * progmodes/bug-reference.el (bug-reference-bug-regexp):
12311 Allow linking to specific messages in debbugs reports (eg 123#5).
12312
12313 2012-07-02 Chong Yidong <cyd@gnu.org>
12314
12315 * xml.el: Fix entity and character reference expansion, allowing
12316 them to expand into markup as per XML spec.
12317 (xml-default-ns): New variable.
12318 (xml-entity-alist): Use XML spec definitions for lt and amp.
12319 (xml-parse-region): Make first two arguments optional.
12320 Discard text properties.
12321 (xml-parse-tag-1): New function, spun off from xml-parse-tag.
12322 All callers changed.
12323 (xml-parse-tag): Call xml-parse-tag-1. For backward
12324 compatibility, this function should not modify buffer contents.
12325 (xml-parse-tag-1): Fix opening-tag regexp.
12326 (xml-parse-string): Rewrite, handling entity and character
12327 references properly.
12328 (xml--entity-replacement-text): Signal an error if a parameter
12329 entity is undefined.
12330
12331 2012-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
12332
12333 * comint.el (comint-output-filter): Filter out repeated prompts.
12334
12335 * net/ange-ftp.el (ange-ftp-expand-file-name): Use ange-ftp-ftp-name
12336 and file-name-absolute-p.
12337 (ange-ftp-file-exists-p): Use ange-ftp-file-exists-p for
12338 internal calls.
12339
12340 2012-07-02 Paul Eggert <eggert@cs.ucla.edu>
12341
12342 Spelling fixes.
12343 * emacs-lisp/bytecomp.el (byte-compile--reify-function):
12344 Rename from byte-compile--refiy-function. All uses changed.
12345
12346 2012-07-01 Chong Yidong <cyd@gnu.org>
12347
12348 * xml.el (xml--parse-buffer): New function. Move most of
12349 xml-parse-region here.
12350 (xml-parse-region): Copy region into a temporary buffer, since
12351 parameter entity substitution requires changing buffer contents.
12352 Use xml--parse-buffer.
12353 (xml-parse-file): Use xml--parse-buffer.
12354 (xml-parse-dtd): Make parameter entity substitution work right.
12355 Use proper regexps for ELEMENT declarations (Bug#7172).
12356
12357 2012-06-30 Glenn Morris <rgm@gnu.org>
12358
12359 * comint.el (follow-comint-scroll-to-bottom): Fix declaration.
12360
12361 * net/secrets.el, net/tramp-gvfs.el, net/xesam.el, net/zeroconf.el:
12362 Remove outdated and unnecessary dbus declarations.
12363
12364 2012-06-30 Eli Zaretskii <eliz@gnu.org>
12365
12366 * emacs-lisp/timer.el (timer-until): Subtract results of
12367 float-time, instead of taking float-time of the result of
12368 time-subtract, since float-time signals an error for negative time
12369 arguments.
12370
12371 2012-06-30 Chong Yidong <cyd@gnu.org>
12372
12373 * xml.el (xml-*-re): Convert defvars into defconsts, and
12374 eval-and-compile them so eval-and-compile works on derivatives.
12375 (xml--entity-replacement-text): Use eval-and-comple.
12376
12377 2012-06-30 Michael Albinus <michael.albinus@gmx.de>
12378
12379 * vc/vc-git.el (vc-git-registered): Use cache property
12380 `git-registered'.
12381 (vc-git-mode-line-string): Call `vc-working-revision' instead of
12382 `vc-git-working-revision' in order to benefit from the cache.
12383 (vc-git-root): Use cache property `git-root'. (Bug#11757)
12384
12385 2012-06-30 Dmitry Gutov <dgutov@yandex.ru>
12386
12387 * vc/vc-hooks.el (vc-before-save): Clear cache if file has been
12388 removed (likely outside Emacs). (Bug#11757)
12389
12390 2012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
12391
12392 * emacs-lisp/cl-lib.el: Require macroexp.
12393
12394 2012-06-30 Chong Yidong <cyd@gnu.org>
12395
12396 * xml.el: Implement XML parameter entities.
12397 (xml-parameter-entity-alist): New variable.
12398 (xml-parse-region, xml-parse-fragment): Preserve previous values
12399 of xml-entity-alist and xml-parameter-entity-alist, so that
12400 repeated calls on different documents do not change them.
12401 (xml-parse-tag): Fix doctype regexp.
12402 (xml--entity-replacement-text): New function.
12403 (xml-parse-dtd): Use it. Don't handle system entities; doing that
12404 properly requires url retrieval which is unimplemented.
12405 (xml-escape-string): Doc fix.
12406
12407 2012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
12408
12409 * emacs-lisp/cl-lib.el (cl-pushnew): Use macroexp-let2.
12410
12411 2012-06-29 Dmitry Antipov <dmantipov@yandex.ru>
12412
12413 * fringe.el (fringe-mode): Doc fix.
12414
12415 2012-06-29 Michael Albinus <michael.albinus@gmx.de>
12416
12417 * net/ange-ftp.el (ange-ftp-get-passwd): Throw if `non-essential'
12418 is non-nil.
12419 (ange-ftp-ignore-errors-if-non-essential): New defmacro.
12420 (ange-ftp-file-name-all-completions): Use it. (Bug#11808)
12421
12422 2012-06-29 Andreas Schwab <schwab@linux-m68k.org>
12423
12424 * calendar/cal-dst.el (calendar-current-time-zone):
12425 Return calendar-current-time-zone-cache if non-nil.
12426
12427 2012-06-29 Masatake YAMATO <yamato@redhat.com>
12428
12429 * progmodes/which-func.el (which-func-format):
12430 Add mouse-face. (Bug#11698)
12431
12432 2012-06-29 Leo Liu <sdl.web@gmail.com>
12433
12434 * textmodes/enriched.el (enriched-next-annotation): Use eq (Bug#11528).
12435
12436 2012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
12437
12438 * minibuffer.el (minibuffer-confirm-exit-commands):
12439 Add completion-at-point (bug#11725).
12440
12441 2012-06-29 Glenn Morris <rgm@gnu.org>
12442
12443 * progmodes/f90.el (f90-font-lock-keywords-2):
12444 Add some preprocessor elements. (Bug#10499)
12445
12446 2012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
12447
12448 * progmodes/cperl-mode.el (cperl-update-syntaxification):
12449 Use syntax-propertize (bug#11739).
12450
12451 2012-06-28 Juanma Barranquero <lekktu@gmail.com>
12452
12453 * emacs-lisp/cl-lib.el (cl-pushnew): Don't capture X (bug#11811).
12454
12455 2012-06-28 Julien Danjou <julien@danjou.info>
12456
12457 * term.el (term-handle-colors-array): Use a set of new faces to
12458 color the terminal. Also uses :inverse-video property.
12459 (term-default-fg-color): Set to nil by default, deprecate in favor
12460 of `term-face'.
12461 (term-default-bg-color): Set to nil by default, deprecate in favor
12462 of `term-face'.
12463 (term-current-face): Use `term-face' by default.
12464 (term-bold-attribute): Variable deleted.
12465
12466 2012-06-28 Glenn Morris <rgm@gnu.org>
12467
12468 * simple.el (completion-list-mode-finish):
12469 Don't use toggle-read-only. (Since completion-list-mode has
12470 a special mode-class, it wasn't doing anything extra anyway.)
12471
12472 2012-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
12473
12474 Make inlining of other-mode interpreted functions work (bug#11799).
12475 * emacs-lisp/bytecomp.el (byte-compile--refiy-function): New fun.
12476 (byte-compile): Use it to fix compilation of lexical-binding closures.
12477 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Compile the
12478 function, if needed.
12479
12480 2012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
12481
12482 * help-mode.el (help-make-xrefs): Don't just withstand
12483 cyclic-variable-indirection but any error in documentation-property.
12484
12485 * loadup.el (purify-flag): Pre-grow the hash-table to reduce the
12486 memory use.
12487 * bindings.el (bindings--define-key): New function.
12488 * vc/vc-hooks.el, replace.el, menu-bar.el, international/mule-cmds.el:
12489 * emacs-lisp/lisp-mode.el, buff-menu.el, bookmark.el:
12490 * bindings.el: Use it to purecopy define-key bindings.
12491
12492 * textmodes/rst.el (rst-adornment-faces-alist): Avoid copy-list.
12493
12494 * emacs-lisp/cl.el (flet): Mark obsolete.
12495 * emacs-lisp/cl-macs.el (cl-flet*): New macro.
12496 * vc/vc-rcs.el (vc-rcs-annotate-command, vc-rcs-parse):
12497 * progmodes/js.el (js-c-fill-paragraph):
12498 * progmodes/ebrowse.el (ebrowse-switch-member-buffer-to-sibling-class)
12499 (ebrowse-switch-member-buffer-to-derived-class):
12500 * play/5x5.el (5x5-solver): Use cl-flet.
12501
12502 * emacs-lisp/cl.el: Use lexical-binding. Fix flet (bug#11780).
12503 (cl--symbol-function): New macro.
12504 (cl--letf, cl--letf*): Use it.
12505
12506 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
12507 Strip "toggle-" if any.
12508
12509 2012-06-27 Glenn Morris <rgm@gnu.org>
12510
12511 * info.el (Info-default-directory-list): Move here from paths.el.
12512 * paths.el: Remove file, which is now empty.
12513 * loadup.el: No longer load "paths".
12514
12515 * custom.el (custom-initialize-delay): Doc fix.
12516
12517 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
12518 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
12519 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
12520 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
12521 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
12522 * eshell/em-xtra.el: Replace eshell-defgroup with "(progn (defgroup".
12523 * eshell/eshell.el (eshell-defgroup): Remove alias.
12524
12525 2012-06-27 Chong Yidong <cyd@gnu.org>
12526
12527 * help.el (help-enable-auto-load): New variable.
12528
12529 * help-fns.el (help-fns--autoloaded-p): New function.
12530 (describe-function-1): Refer to a function as "autoloaded" if it
12531 was autoloaded at any time in the past. Perform autoloading if
12532 help-enable-auto-load is non-nil.
12533
12534 2012-06-26 Eli Zaretskii <eliz@gnu.org>
12535
12536 * makefile.w32-in (compile, compile-always): Depend on
12537 update-subdirs, not on subdirs.el. Otherwise, several different
12538 sub-targets of 'bootstrap' running in parallel could
12539 simultaneously write to subdirs.el, producing a garbled file.
12540
12541 2012-06-26 Sam Steingold <sds@gnu.org>
12542
12543 * files.el (file-name-base): New convenience function.
12544 * autoinsert.el, cus-dep.el, doc-view.el, image-dired.el:
12545 * woman.el, eshell/esh-cmd.el, progmodes/ada-xref.el:
12546 * progmodes/cc-defs.el, progmodes/cperl-mode.el:
12547 * progmodes/flymake.el, progmodes/gud.el, progmodes/idlwave.el:
12548 * textmodes/ispell.el, textmodes/reftex-ref.el:
12549 * textmodes/tex-mode.el: Use it.
12550 Did not touch cedet and org because they are maintained elsewhere.
12551
12552 2012-06-26 Martin Rudalics <rudalics@gmx.at>
12553
12554 * calendar/calendar.el (calendar-exit): Don't try to delete or
12555 iconify last frame. See:
12556 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00372.html
12557
12558 2012-06-25 Jim Diamond <Jim.Diamond@AcadiaU.ca> (tiny change)
12559
12560 * server.el (server-process-filter): Remember dir in the
12561 process's `server-client-directory' properties.
12562
12563 2012-06-24 Chong Yidong <cyd@gnu.org>
12564
12565 * xml.el (xml-parse-tag): Correctly handle comment embedded in
12566 non-tag text.
12567
12568 2012-06-23 Juanma Barranquero <lekktu@gmail.com>
12569
12570 * makefile.w32-in (COMPILE_FIRST): Synch with changes in 2012-06-22T21:24:54Z!monnier@iro.umontreal.ca.
12571
12572 2012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
12573
12574 * help-fns.el (describe-variable): Don't croak when doc is not found.
12575 * vc/pcvs.el (cvs-retrieve-revision): Avoid toggle-read-only.
12576 * menu-bar.el (menu-bar-line-wrapping-menu): Purecopy a tiny bit more.
12577 * emacs-lisp/syntax.el (syntax-ppss): Simplify with new `if' place.
12578 * emacs-lisp/smie.el (smie-next-sexp): CSE.
12579 * emacs-lisp/macroexp.el (macroexp-let2): Fix edebug spec and avoid
12580 ((lambda ..) ..).
12581 * emacs-lisp/eieio.el (eieio-oref, slot-value): Use simpler defsetf.
12582
12583 2012-06-23 Chong Yidong <cyd@gnu.org>
12584
12585 * info.el (Info-mouse-follow-link): Accept symbol values of
12586 link-args. Select window; suggested by Gerhard Kahl (Bug#11672).
12587 (Info-fontify-node): Use Info-link-keymap for all navigation
12588 buttons, with link-args property to perform the desired action.
12589 (Info-link-keymap): Doc fix.
12590 (Info-next-link-keymap, Info-prev-link-keymap)
12591 (Info-up-link-keymap): Delete now-unused keymaps.
12592
12593 2012-06-23 Chong Yidong <cyd@gnu.org>
12594
12595 * mouse.el (mouse-drag-track): Deactivate the mark before popping.
12596
12597 * progmodes/python.el (python-skeleton-define): Mark abbrevs as
12598 system abbrevs.
12599
12600 * ansi-color.el (ansi-color-apply-on-region): Doc fix.
12601
12602 2012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
12603
12604 * emacs-lisp/cl-macs.el (cl--make-usage-args): Handle improper lists
12605 (bug#11719).
12606
12607 * minibuffer.el (completion--twq-try): Try to fail more gracefully when
12608 the requote function doesn't work properly (bug#11714).
12609
12610 2012-06-23 Glenn Morris <rgm@gnu.org>
12611
12612 * pcmpl-rpm.el (pcmpl-rpm-packages): Give status messages.
12613
12614 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
12615
12616 Further GV/CL cleanups.
12617 * emacs-lisp/gv.el (gv-get): Autoload functions to find their
12618 gv-expander.
12619 (gv--defun-declaration): New function.
12620 (defun-declarations-alist): Use it.
12621 (gv-define-modify-macro, gv-pushnew!, gv-inc!, gv-dec!): Remove.
12622 (gv-place): Autoload.
12623 * emacs-lisp/cl.el (cl--dotimes, cl--dolist): Remember subr.el's
12624 original definition of dotimes and dolist.
12625 * emacs-lisp/cl-macs.el (cl-expr-access-order): Remove unused.
12626 (cl-dolist, cl-dotimes): Use `dolist' and `dotimes'.
12627 * emacs-lisp/cl-lib.el: Move gv handlers from cl-macs to here.
12628 (cl-fifth, cl-sixth, cl-seventh, cl-eighth)
12629 (cl-ninth, cl-tenth): Move gv handler to the function's definition.
12630 * emacs-lisp/cl-extra.el (cl-subseq, cl-get, cl-getf): Move gv handler
12631 to the function's definition.
12632 * Makefile.in (COMPILE_FIRST): Re-order to speed it up by about 50%.
12633 * window.el:
12634 * files.el:
12635 * faces.el:
12636 * env.el: Don't use CL.
12637
12638 2012-06-22 Paul Eggert <eggert@cs.ucla.edu>
12639
12640 Support higher-resolution time stamps (Bug#9000).
12641
12642 * calendar/time-date.el (with-decoded-time-value): New arg
12643 PICO-SYMBOL in VARLIST. It's optional, for backward compatibility.
12644 (encode-time-value): New optional arg PICO. New type 3.
12645 (time-to-seconds) [!float-time]: Support the new picoseconds
12646 component if it's used.
12647 (seconds-to-time, time-subtract, time-add):
12648 Support ps-resolution time stamps as well.
12649
12650 * emacs-lisp/timer.el (timer): New component psecs. All uses changed.
12651 (timerp): Timer vectors now have length 9, not 8.
12652 (timer--time): Support new-style (4-part) time stamps.
12653 (timer-next-integral-multiple-of-time): Time stamps now have
12654 picosecond resolution, so take a bit more care about rounding.
12655 (timer-relative-time, timer-inc-time): New optional arg psecs.
12656 (timer-set-time-with-usecs): Set psecs to 0.
12657 (timer--activate): Check psecs component, too.
12658
12659 * proced.el (proced-time-lessp): Support ps-resolution stamps.
12660
12661 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
12662
12663 * icomplete.el (icomplete-minibuffer-setup, icomplete-completions):
12664 Move the non-essential binding to the post/pre-command-hook where it is
12665 more obviously correct.
12666
12667 * subr.el (read-passwd): Don't use a history at all.
12668 * savehist.el (savehist-save): Remove password saved accidentally
12669 because of the above bug.
12670
12671 2012-06-22 Bastien Guerry <bzg@gnu.org>
12672
12673 * files.el (toggle-read-only): Display a message telling whether
12674 the buffer is read-only or not (bug#11726).
12675
12676 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
12677
12678 * emacs-lisp/gv.el: New file.
12679 * subr.el (push, pop): Extend to generalized variables.
12680 * loadup.el (macroexp): Unload if preloaded and uncompiled (bug#11657).
12681 * emacs-lisp/cl-lib.el (cl-pop, cl-push, cl--set-nthcdr): Remove.
12682 * emacs-lisp/cl-macs.el: Require gv. Use gv-define-setter,
12683 gv-define-simple-setter, and gv-define-expander.
12684 Remove setf-methods defined in gv. Rename cl-setf -> setf.
12685 (cl-setf, cl-do-pop, cl-get-setf-method): Remove.
12686 (cl-letf, cl-letf*, cl-define-modify-macro, cl-defsetf)
12687 (cl-define-setf-expander, cl-struct-setf-expander): Move to cl.el.
12688 (cl-remf, cl-shiftf, cl-rotatef, cl-callf, cl-callf2): Rewrite with
12689 gv-letplace.
12690 (cl-defstruct): Don't define setf-method any more.
12691 * emacs-lisp/cl.el (flet): Don't autoload.
12692 (cl--letf, letf, cl--letf*, letf*, cl--gv-adapt)
12693 (define-setf-expander, defsetf, define-modify-macro)
12694 (cl-struct-setf-expander): Move from cl-lib.el.
12695 * emacs-lisp/syntax.el:
12696 * emacs-lisp/ewoc.el:
12697 * emacs-lisp/smie.el:
12698 * emacs-lisp/cconv.el:
12699 * emacs-lisp/timer.el: Rename cl-setf -> setf, cl-push -> push.
12700 (timer--time): Use gv-define-simple-setter.
12701 * emacs-lisp/macroexp.el (macroexp-let2): Rename from macroexp-let²
12702 to avoid coding-system problems in subr.el. Adjust all users.
12703 (macroexp--maxsize, macroexp-small-p): New functions.
12704 * emacs-lisp/bytecomp.el (byte-compile-file): Don't use cl-letf.
12705 * scroll-bar.el (scroll-bar-mode):
12706 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
12707 (normal-erase-is-backspace-mode): Don't use the `eq' place.
12708 * winner.el (winner-configuration, winner-make-point-alist)
12709 (winner-set-conf, winner-get-point, winner-set): Don't abuse letf.
12710 * files.el (locate-file-completion-table): Avoid list*.
12711
12712 2012-06-22 Chong Yidong <cyd@gnu.org>
12713
12714 * dired-aux.el (dired-do-create-files): Doc fix (Bug#11327).
12715 (dired-create-files): Doc fix (Bug#11329).
12716 (dired-do-copy): Doc fix (Bug#11334).
12717 (dired-mark-read-string): Doc fix (Bug#11553).
12718
12719 * dired.el (dired-recursive-copies, dired-recursive-deletes):
12720 Doc fix (Bug#11326).
12721 (dired-make-relative): Doc fix (Bug#11332). Remove unused arg.
12722 (dired-dwim-target): Doc fix.
12723
12724 * wdired.el (wdired-mode): Doc fix.
12725
12726 2012-06-22 Glenn Morris <rgm@gnu.org>
12727
12728 * pcmpl-rpm.el (pcmpl-rpm-cache): New option.
12729 (pcmpl-rpm-cache-stamp-file): New constant.
12730 (pcmpl-rpm-cache-time, pcmpl-rpm-packages): New variables.
12731 (pcmpl-rpm-packages): Optionally cache list of packages.
12732
12733 * pcmpl-rpm.el (pcmpl-rpm): New group.
12734 (pcmpl-rpm-query-options): New option.
12735 (pcmpl-rpm-packages): No need to inline it.
12736 Use pcmpl-rpm-query-options.
12737
12738 * calendar/calendar.el (calendar-in-read-only-buffer):
12739 Avoid some needless mode changes.
12740
12741 2012-06-21 Chong Yidong <cyd@gnu.org>
12742
12743 * desktop.el (desktop-read): Don't prompt if daemon (Bug#11674).
12744 (desktop-path): Remove . from the default value (Bug#10977).
12745 (desktop-read): Use user-emacs-directory if desktop-path is nil.
12746
12747 2012-06-20 Chong Yidong <cyd@gnu.org>
12748
12749 * term.el (term-send-raw-meta): Make C-M-<char> keys work (Bug#8172).
12750
12751 2012-06-20 David Röthlisberger <david@rothlis.net> (tiny change)
12752
12753 * ido.el (ido-switch-buffer, ido-find-file): Fix up doc of C-j
12754 (bug#11201).
12755
12756 2012-06-20 Chong Yidong <cyd@gnu.org>
12757
12758 * term.el (term-window-width): Handle the case of a missing right
12759 fringe (Bug#8837).
12760 (term-check-size): Use window-text-height (Bug#5445).
12761 (term-mode): Use define-derived-mode. Minor cleanups.
12762 Set font-lock-defaults (Bug#7692).
12763 (term-move-columns, term-insert-char, term-emulate-terminal)
12764 (term-erase-in-line, term-insert-spaces): Use font-lock-face.
12765
12766 2012-06-20 Michael Albinus <michael.albinus@gmx.de>
12767
12768 * net/ange-ftp.el (ange-ftp-get-passwd):
12769 Bind `enable-recursive-minibuffers'.
12770 (ange-ftp-get-process): Throw if `non-essential' is non-nil.
12771
12772 2012-06-19 David Röthlisberger <david@rothlis.net> (tiny change)
12773
12774 * ido.el (ido-find-file): Mention C-d binding in docstring (bug#11244).
12775
12776 2012-06-19 Glenn Morris <rgm@gnu.org>
12777
12778 * progmodes/python.el (python-mode): Derive from prog-mode.
12779
12780 2012-06-19 Kevin Gallagher <Kevin.Gallagher@boeing.com>
12781
12782 * emulation/edt.el (edt-default-menu-bar-update-buffers)
12783 (edt-user-menu-bar-update-buffers): New functions.
12784 (edt-default-emulation-setup, edt-user-emulation-setup): Use them.
12785
12786 2012-06-19 Chong Yidong <cyd@gnu.org>
12787
12788 * subr.el (with-selected-window): Preserve the selected window's
12789 terminal's top-frame (Bug#4702).
12790
12791 * window.el (save-selected-window): Likewise.
12792
12793 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
12794
12795 * progmodes/python.el (python-rx-constituents): Move backquote.
12796 (python-skeleton-define, python-define-auxiliary-skeleton):
12797 Use `declare'.
12798
12799 2012-06-18 Michael Albinus <michael.albinus@gmx.de>
12800
12801 * minibuffer.el (read-file-name-default): Revert the patch from
12802 2012-06-17.
12803
12804 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
12805
12806 * emacs-lisp/pcase.el (pcase--expand): Warn for unused pattern.
12807 (pcase--u1, pcase--q1): Don't use apply-partially.
12808
12809 2012-06-18 Glenn Morris <rgm@gnu.org>
12810
12811 * progmodes/python.el (python-proc, python-buffer)
12812 (python-send-receive, python-send-string): Fix obsolete versions.
12813
12814 2012-06-18 Martin Rudalics <rudalics@gmx.at>
12815
12816 * window.el (special-display-p): Completely remove stringp
12817 check. Suggested by Andreas Schwab <schwab@linux-m68k.org>.
12818
12819 2012-06-17 Michael Albinus <michael.albinus@gmx.de>
12820
12821 * minibuffer.el (read-file-name-default): Bind `non-essential' to `t'.
12822
12823 * net/tramp.el (tramp-file-name-handler): Catch 'non-essential.
12824
12825 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-start-process):
12826 * net/tramp-sh.el (tramp-maybe-open-connection):
12827 Throw if `non-essential' is non-nil.
12828
12829 2012-06-17 Martin Rudalics <rudalics@gmx.at>
12830
12831 * window.el (special-display-p): Signal an error if BUFFER-NAME
12832 is not a string (Bug#11713).
12833
12834 2012-06-17 Paul Eggert <eggert@cs.ucla.edu>
12835
12836 * progmodes/python.el (python-info-beginning-of-backslash):
12837 Rename from python-info-beginning-of-backlash, as a spelling fix.
12838
12839 2012-06-17 Chong Yidong <cyd@gnu.org>
12840
12841 * term.el (term-emulate-terminal): If term-check-size is called,
12842 move point to the process mark without resetting point (Bug#4635).
12843
12844 2012-06-17 Glenn Morris <rgm@gnu.org>
12845
12846 * international/mule-cmds.el (mule-menu-keymap)
12847 (set-language-environment, set-locale-environment): Doc tweaks.
12848
12849 2012-06-16 Aurelien Aptel <aurelien.aptel@gmail.com>
12850
12851 * cus-face.el (custom-face-attributes): Add wave-style underline
12852 attribute.
12853 * faces.el (set-face-attribute): Update docstring to describe
12854 wave-style underline attribute.
12855
12856 2012-06-16 Chong Yidong <cyd@gnu.org>
12857
12858 * term/xterm.el (terminal-init-xterm): Discard input before
12859 querying background mode (Bug#10959).
12860
12861 2012-06-16 Stefan Merten <smerten@oekonux.de>
12862
12863 * textmodes/rst.el: Added and corrected some comments.
12864 (rst-re-alist-def): Improve symbol syntax.
12865 (rst-mode-syntax-table): Correct syntax entries.
12866 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
12867 (rst-official-version, rst-official-cvs-rev): Update version
12868 information.
12869
12870 2012-06-15 Juanma Barranquero <lekktu@gmail.com>
12871
12872 * makefile.w32-in (COMPILE_FIRST): Synch with makefile.in changes
12873 in 2008-06-22T13:57:28Z!monnier@iro.umontreal.ca.
12874
12875 2012-06-15 Fabián Ezequiel Gallina <fgallina@cuca>
12876
12877 * progmodes/python.el: New python.el merge.
12878 (python-guess-indent): Obsolete var.
12879 (python-indent-guess-indent-offset): New defcustom.
12880 (python-indent): Obsolete var.
12881 (python-indent-offset): New defcustom.
12882 (python-python-command, python-jython-command): Delete var.
12883 (python-shell-interpreter): New defcustom.
12884 (python-pdbtrack-do-tracking-p): Delete var.
12885 (python-pdbtrack-activate): New defcustom.
12886 (python-use-skeletons): Obsolete var.
12887 (python-skeleton-autoinsert): New defcustom.
12888 (inferior-python-filter-regexp, python-continuation-offset)
12889 (python-honour-comment-indentation, python-indent-string-contents)
12890 (python-jython-packages, python-mode-hook)
12891 (python-pdbtrack-minor-mode-string, python-remove-cwd-from-path)
12892 (python-shell-prompt-alist)
12893 (python-source-modes): Delete defcustoms.
12894 (python-check-buffer-name, python-eldoc-setup-code)
12895 (python-eldoc-string-code, python-ffap-setup-code)
12896 (python-ffap-string-code, python-fill-comment-function)
12897 (python-fill-decorator-function, python-fill-paren-function)
12898 (python-fill-string-function, python-imenu-include-defun-type)
12899 (python-imenu-make-tree, python-imenu-subtree-root-label)
12900 (python-pdbtrack-stacktrace-info-regexp, python-shell-buffer-name)
12901 (python-shell-compilation-regexp-alist)
12902 (python-shell-completion-module-string-code)
12903 (python-shell-completion-pdb-string-code)
12904 (python-shell-completion-setup-code)
12905 (python-shell-completion-string-code)
12906 (python-shell-enable-font-lock, python-shell-exec-path)
12907 (python-shell-extra-pythonpaths)
12908 (python-shell-internal-buffer-name, python-shell-interpreter-args)
12909 (python-shell-process-environment)
12910 (python-shell-prompt-block-regexp)
12911 (python-shell-prompt-output-regexp)
12912 (python-shell-prompt-pdb-regexp, python-shell-prompt-regexp)
12913 (python-shell-send-setup-max-wait, python-shell-setup-codes)
12914 (python-shell-virtualenv-path): New defcustoms.
12915 (brm-menu, eldoc-documentation-function, inferior-python-mode-map)
12916 (inferior-python-mode-syntax-table, python--prompt-regexp)
12917 (python-buffer, python-command python-python-command)
12918 (python-default-template, python-imports, python-indent-index)
12919 (python-indent-list, python-indent-list-length)
12920 (python-mode-running, python-pdbtrack-is-tracking-p)
12921 (python-preoutput-continuation, python-preoutput-leftover)
12922 (python-preoutput-result, python-preoutput-skip-next-prompt)
12923 (python-prev-dir/file, python-recursing)
12924 (python-saved-check-command, python-version-checked)
12925 (python-which-func-length-limit)
12926 (view-return-to-alist): Delete vars.
12927 (python-check-custom-command, python-dotty-syntax-table)
12928 (python-imenu-index-alist, python-indent-current-level)
12929 (python-indent-dedenters, python-indent-levels)
12930 (python-nav-beginning-of-defun-regexp)
12931 (python-nav-list-defun-positions-cache)
12932 (python-pdbtrack-buffers-to-kill, python-pdbtrack-tracked-buffer)
12933 (python-shell-internal-buffer)
12934 (python-skeleton-available): New vars.
12935 (def-python-skeleton): Delete macro.
12936 (python-skeleton-define): New macro.
12937 (python-define-auxiliary-skeleton, python-rx): New macros.
12938 (python-insert-class): Delete command.
12939 (python-skeleton-class): New command.
12940 (python-insert-def): Delete command.
12941 (python-skeleton-def): New command.
12942 (python-insert-for): Delete command.
12943 (python-skeleton-for): New command.
12944 (python-insert-if): Delete command.
12945 (python-skeleton-if): New command.
12946 (python-insert-try/except, python-insert-try/finally): Delete commands.
12947 (python-skeleton-try): New command.
12948 (python-insert-while): Delete command.
12949 (python-skeleton-while): New command.
12950 (python-backspace): Delete command.
12951 (python-indent-dedent-line-backspace): New command.
12952 (python-electric-colon): Delete command.
12953 (python-indent-electric-colon): New command.
12954 (python-guess-indent): Delete command.
12955 (python-indent-guess-indent-offset): New command.
12956 (python-shift-left): Delete command.
12957 (python-indent-shift-left): New command.
12958 (python-shift-right): Delete command.
12959 (python-indent-shift-right): New command.
12960 (python-find-function): Delete command.
12961 (python-nav-jump-to-defun): New command.
12962 (python-next-statement): Delete command.
12963 (python-nav-forward-sentence): New command.
12964 (python-previous-statement): Delete command.
12965 (python-nav-backward-sentence): New command.
12966 (python-fill-paragraph): Delete command.
12967 (python-fill-paragraph-function): New command.
12968 (python-send-buffer): Delete command.
12969 (python-shell-send-buffer): New command.
12970 (python-send-defun): Delete command.
12971 (python-shell-send-defun): New command.
12972 (python-send-region, python-send-region-and-go): Delete commands.
12973 (python-shell-send-region)
12974 (python-shell-switch-to-shell): New commands.
12975 (python-send-string): Delete command.
12976 (python-shell-send-string): New command.
12977 (python-switch-to-python): Delete command.
12978 (python-shell-switch-to-shell): New command.
12979 (python-describe-symbol): Delete command.
12980 (python-eldoc-at-point): New command.
12981 (python--set-prompt-regexp, python-args-to-list)
12982 (python-after-info-look, python-check-version)
12983 (python-check-comint-prompt, python-find-imports)
12984 (python-execute-file, turn-off-pdbtrack, turn-on-pdbtrack)
12985 (python-unload-function, python-expand-template)
12986 (python-maybe-jython, python-preoutput-filter)
12987 (python-pdbtrack-get-source-buffer)
12988 (python-pdbtrack-grub-for-buffer, python-pdbtrack-overlay-arrow)
12989 (python-pdbtrack-toggle-stack-tracking)
12990 (python-pdbtrack-track-stack-file, python-initial-text)
12991 (python-first-word, python-comment-line-p, python-send-command)
12992 (python-setup-brm, python-sentinel, python-set-proc)
12993 (python-skip-out, python-input-filter, python-outdent-p)
12994 (python-outline-level, python-backslash-continuation-line-p)
12995 (python-end-of-block, python-end-of-statement, python-mark-block)
12996 (python-beginning-of-block, python-beginning-of-statement)
12997 (python-blank-line-p, python-beginning-of-string)
12998 (python-open-block-statement-p): Delete functions.
12999 (python-indent-line, python-indent-line-1): Delete functions.
13000 (python-indent-line): New function.
13001 (python-indentation-levels): Delete function.
13002 (python-indent-calculate-levels): New function.
13003 (python-proc): Delete function.
13004 (python-shell-get-process): New function.
13005 (python-send-receive): Delete function.
13006 (python-shell-send-string-no-output): New function.
13007 (python-module-path): Delete function.
13008 (python-ffap-module-path): New function.
13009 (python-completion-at-point)
13010 (python-symbol-completions): Delete functions.
13011 (python-completion-complete-at-point): New function.
13012 (python-load-file): Delete function.
13013 (python-shell-send-file): New function.
13014 (python-calculate-indentation): Delete function.
13015 (python-indent-calculate-indentation): New function.
13016 (python-skip-comments/blanks): Delete function.
13017 (python-util-forward-comment): New function.
13018 (python-continuation-line-p): Delete function.
13019 (python-info-continuation-line-p): New function.
13020 (python-which-func, python-current-defun): Delete function.
13021 (python-info-current-defun): New function.
13022 (python-beginning-of-defun): Delete function.
13023 (python-nav-beginning-of-defun): New function.
13024 (python-close-block-statement-p)
13025 (python-block-end-p): Delete function.
13026 (python-info-closing-block): New function.
13027 (python-comint-output-filter-function)
13028 (python-eldoc--get-doc-at-point, python-end-of-defun-function)
13029 (python-fill-comment, python-fill-decorator, python-fill-paren)
13030 (python-fill-string, python-imenu-make-element-tree)
13031 (python-imenu-make-tree, python-imenu-tree-assoc)
13032 (python-indent-context, python-indent-dedent-line)
13033 (python-indent-line-function)
13034 (python-indent-post-self-insert-function)
13035 (python-indent-toggle-levels)
13036 (python-info-assignment-continuation-line-p)
13037 (python-info-beginning-of-backlash)
13038 (python-info-block-continuation-line-p)
13039 (python-info-closing-block-message)
13040 (python-info-line-ends-backslash-p)
13041 (python-info-looking-at-beginning-of-defun)
13042 (python-info-ppss-context, python-info-ppss-context-type)
13043 (python-nav-list-defun-positions, python-nav-read-defun)
13044 (python-nav-sentence-end, python-nav-sentence-start)
13045 (python-pdbtrack-comint-output-filter-function)
13046 (python-pdbtrack-set-tracked-buffer)
13047 (python-shell-calculate-exec-path)
13048 (python-shell-calculate-process-environment)
13049 (python-shell-completion--do-completion-at-point)
13050 (python-shell-completion--get-completions)
13051 (python-shell-completion-complete-at-point)
13052 (python-shell-completion-complete-or-indent)
13053 (python-shell-get-or-create-process)
13054 (python-shell-get-process-name)
13055 (python-shell-internal-get-or-create-process)
13056 (python-shell-internal-get-process-name)
13057 (python-shell-internal-send-string, python-shell-make-comint)
13058 (python-shell-parse-command, python-shell-send-setup-code)
13059 (python-skeleton-add-menu-items)
13060 (python-util-clone-local-variables, python-util-position)
13061 (run-python-internal, python-indentation-levels)
13062 (python-nav-beginning-of-defun)
13063 (python-completion-complete-at-point): New functions.
13064 (run-python): Change arguments. New API requirements.
13065
13066 2012-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
13067
13068 * emacs-lisp/cl-lib.el (cl--defsubst-expand): Autoload inliner
13069 (bug#11649).
13070
13071 * emacs-lisp/macroexp.el (macroexp--compiler-macro): New function.
13072 (macroexp--expand-all): Use it.
13073
13074 * emacs-lisp/cl-macs.el (cl--transform-function-property): Remove.
13075 (cl-define-setf-expander, cl-deftype, cl-define-compiler-macro):
13076 Use `cl-function' instead.
13077
13078 2012-06-14 Juanma Barranquero <lekktu@gmail.com>
13079
13080 * makefile.w32-in (COMPILE_FIRST): Remove subr.el.
13081 Suggested by Stefan Monnier while discussing bug#11657.
13082
13083 2012-06-14 Sam Steingold <sds@gnu.org>
13084
13085 * files.el (abort-if-file-too-large): Use `file-size-human-readable'.
13086
13087 2012-06-14 Andreas Schwab <schwab@linux-m68k.org>
13088
13089 * play/doctor.el (doctor-doc): Remove parameter and use
13090 doctor-sent instead of sent.
13091 (doctor-read-print): Use doctor-sent instead of sent. (Bug#11708)
13092
13093 2012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
13094
13095 * files.el: Require cl-lib.
13096 (file-name-non-special): Replace case -> cl-case.
13097
13098 * emacs-lisp/cl-macs.el (cl-defstruct): Don't add print-func.
13099
13100 * emacs-lisp/edebug.el (edebug-read-function): Remove old incorrect
13101 mapping from #' to function*.
13102
13103 2012-06-13 Chong Yidong <cyd@gnu.org>
13104
13105 * mouse.el (mouse-drag-track): Do not set the mark if the user
13106 releases the mouse without selecting anything (Bug#11588).
13107
13108 2012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
13109
13110 * textmodes/tex-mode.el (latex-indent): Recognize tex-verbatim at EOB
13111 as well (bug#11646).
13112
13113 * loadup.el: Count byte-code functions as well.
13114
13115 * emacs-lisp/byte-opt.el (featurep): Move compiler-macro...
13116 * emacs-lisp/bytecomp.el (featurep): ...here (bug#11692).
13117
13118 * emacs-lisp/autoload.el (make-autoload): Accept nil doc-string-elt
13119 (bug#11649). Add cl-defun and cl-defmacro.
13120
13121 2012-06-13 Drew Adams <drew.adams@oracle.com>
13122
13123 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
13124 Fix last change.
13125
13126 2012-06-13 Michael Albinus <michael.albinus@gmx.de>
13127
13128 * net/dbus.el (dbus-call-method): Use timeout for `read-event'.
13129 Otherwise, it blocks in batch mode.
13130
13131 2012-06-13 Juanma Barranquero <lekktu@gmail.com>
13132
13133 * help-mode.el (bookmark-make-record-default): Declare.
13134
13135 2012-06-13 Chong Yidong <cyd@gnu.org>
13136
13137 * emacs-lisp/package.el (list-packages): Compute a list of
13138 packages that are newly-available since the last list-packages
13139 invocation.
13140 (package-menu--new-package-list): New var.
13141 (package-menu--generate, package-menu--print-info)
13142 (package-menu--status-predicate, package-menu-mark-install):
13143 Handle new status label "new".
13144
13145 2012-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
13146
13147 * emacs-lisp/cl-macs.el (cl-remf): Fix error in recent
13148 conversion to backquotes.
13149
13150 2012-06-12 Chong Yidong <cyd@gnu.org>
13151
13152 * emacs-lisp/edebug.el (edebug-inhibit-emacs-lisp-mode-bindings):
13153 Rename from gud-inhibit-global-bindings.
13154
13155 * emacs-lisp/eieio.el (eieio-pre-method-execution-hooks): Doc fix.
13156
13157 * nxml/nxml-glyph.el (nxml-glyph-set-functions): Rename abnormal
13158 hook from nxml-glyph-set-hook.
13159
13160 * progmodes/cwarn.el (cwarn-mode): Remove redundant variable
13161 declaration.
13162
13163 * progmodes/pascal.el (pascal-toggle-completions): Doc fix.
13164
13165 * textmodes/bibtex.el (bibtex-string-file-path, bibtex-file-path):
13166 Convert to defcustom.
13167
13168 2012-06-12 Drew Adams <drew.adams@oracle.com>
13169
13170 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
13171 New functions.
13172 (help-mode): Use them.
13173
13174 2012-06-11 Glenn Morris <rgm@gnu.org>
13175
13176 * progmodes/fortran.el (fortran-font-lock-keywords-3):
13177 Use preprocessor face for directives.
13178 (fortran-directive-re): Doc fix.
13179
13180 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
13181
13182 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Fix error in recent
13183 conversion to backquotes (bug#11652).
13184
13185 Fix compiler-expansion of CL's cXXr functions (bug#11673).
13186 * emacs-lisp/cl-lib.el (cl--defalias): New function.
13187 (cl-values, cl-values-list, cl-copy-seq, cl-svref, cl-first)
13188 (cl-second, cl-rest, cl-endp, cl-third, cl-fourth): Use it.
13189 (cl-plusp, cl-minusp, cl-fifth, cl-sixth, cl-seventh, cl-eighth)
13190 (cl-ninth, cl-tenth): Mark them as inlinable.
13191 (cl-caaar, cl-caadr, cl-cadar, cl-caddr, cl-cdaar, cl-cdadr)
13192 (cl-cddar, cl-cdddr, cl-caaaar, cl-caaadr, cl-caadar, cl-caaddr)
13193 (cl-cadaar, cl-cadadr, cl-caddar, cl-cadddr, cl-cdaaar, cl-cdaadr)
13194 (cl-cdadar, cl-cdaddr, cl-cddaar, cl-cddadr, cl-cdddar, cl-cddddr):
13195 Add a compiler-macro declaration to use cl--compiler-macro-cXXr.
13196 (cl-list*, cl-adjoin): Don't put an autoload manually.
13197 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin)
13198 (cl--compiler-macro-list*): Add autoload cookie.
13199 (cl--compiler-macro-cXXr): New function.
13200
13201 * help-fns.el (help-fns--compiler-macro): New function extracted from
13202 describe-function-1; follow aliases and use `compiler-macro' property.
13203 (describe-function-1): Use it.
13204
13205 2012-06-11 Chong Yidong <cyd@gnu.org>
13206
13207 * startup.el (fancy-splash-head): Use splash.svg even if librsvg
13208 is uninstalled, if imagemagick is installed.
13209
13210 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
13211
13212 * emacs-lisp/cl-lib.el: Use lexical-binding.
13213 (cl-map-extents, cl-maclisp-member): Remove.
13214 (cl--set-elt, cl--set-nthcdr, cl--set-buffer-substring)
13215 (cl--set-substring, cl--block-wrapper, cl--block-throw)
13216 (cl--compiling-file, cl--mapcar-many, cl--do-subst): Use "cl--" prefix.
13217 * emacs-lisp/cl-extra.el: Use lexical-binding.
13218 (cl--mapcar-many, cl--map-keymap-recursively, cl--map-intervals)
13219 (cl--map-overlays, cl--set-frame-visible-p, cl--progv-save)
13220 (cl--progv-before, cl--progv-after, cl--finite-do, cl--set-getf)
13221 (cl--do-remf, cl--do-prettyprint): Use "cl--" prefix.
13222 * emacs-lisp/cl-seq.el: Use lexical-binding.
13223 (cl--parsing-keywords, cl--check-key, cl--check-test-nokey)
13224 (cl--check-test, cl--check-match): Use "cl--" prefix and backquotes.
13225 (cl--alist, cl--sublis-rec, cl--nsublis-rec, cl--tree-equal-rec):
13226 * emacs-lisp/cl-macs.el (cl--lambda-list-keywords): Use "cl--" prefix.
13227 * edmacro.el (edmacro-mismatch): Simplify to remove dependence on
13228 CL's internals.
13229
13230 2012-06-11 Michael Albinus <michael.albinus@gmx.de>
13231
13232 Sync with Tramp 2.2.6-pre.
13233
13234 * net/tramp-cache.el (tramp-dump-connection-properties): Let-bind
13235 `print-length' and `print-level' to nil, in order to avoid
13236 truncation. Reported by Christopher Schmidt
13237 <christopher@ristopher.com>.
13238
13239 * net/tramp-cmds.el (tramp-cleanup-connection): Delete also process.
13240
13241 * net/tramp-compat.el (tramp-compat-condition-case-unless-debug):
13242 New defmacro.
13243 (tramp-compat-copy-directory): Add optional argument
13244 COPY-CONTENTS. It is not handled yet.
13245
13246 * net/tramp-ftp.el (tramp-disable-ange-ftp): Fix docstring.
13247 (tramp-ftp-file-name-p): Simplify.
13248
13249 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name):
13250 * net/tramp-gw.el (tramp-gw-open-connection): Add hop to
13251 connection vector.
13252
13253 * net/tramp-sh.el (tramp-copy-size-limit): Fix docstring.
13254 (tramp-methods): Do not use `tramp-password-end-of-line'.
13255 (tramp-completion-function-alist-putty): Handle UNIX case.
13256 (tramp-remote-path): Add "/opt/bin", "/opt/sbin" and "/opt/local/bin".
13257 (tramp-do-file-attributes-with-stat)
13258 (tramp-do-directory-files-and-attributes-with-stat) Return uid and
13259 gid as real numbers. They could run out of integer range on cygwin.
13260 (tramp-do-copy-or-rename-file-out-of-band): Better trace format.
13261 (tramp-sh-handle-expand-file-name): Handle hops.
13262 (tramp-open-connection-setup-interactive-shell):
13263 Use `tramp-cleanup'. Move check for busyboxes ...
13264 (tramp-find-shell): ... here. Simplify implementation.
13265 Set "remote-shell" property also for alternative shells.
13266 (tramp-remote-coding-commands): Check "test -c /dev/stdout".
13267 If failing, a regular file would be written otherwise.
13268 Reported by Dmitry Kurochkin <dmitry.kurochkin@gmail.com>.
13269 (tramp-find-inline-encoding): Cache the coding commands in the
13270 process cache. Apply test command on the remote side, if defined.
13271 (tramp-find-inline-compress): Cache the compress commands in the
13272 process cache.
13273 (tramp-compute-multi-hops): Save `tramp-default-proxies-alist'
13274 when requested. Handle hops.
13275 (tramp-current-connection): New defvar.
13276 (tramp-maybe-open-connection): Use `tramp-cleanup'.
13277 Throw `suppress', if there was a failed connection shortly before.
13278 Handle user interrupt. (Bug#10187)
13279 (tramp-get-inline-compress, tramp-get-inline-coding):
13280 Read connection properties from the process cache.
13281
13282 * net/tramp-smb.el (tramp-smb-server-version)
13283 (tramp-smb-wrong-passwd-regexp, tramp-smb-actions-with-tar):
13284 New defconsts.
13285 (tramp-smb-prompt): Extend for powershell prompt.
13286 (tramp-smb-file-name-handler-alist): Add handlers for
13287 `process-file', `shell-command' and `start-file-process'.
13288 (tramp-smb-winexe-program, tramp-smb-winexe-shell-command)
13289 (tramp-smb-winexe-shell-command-switch): New defcustoms.
13290 (tramp-smb-file-name-p): Simplify.
13291 (tramp-smb-action-with-tar, tramp-smb-handle-process-file)
13292 (tramp-smb-kill-winexe-function, tramp-smb-call-winexe)
13293 (tramp-smb-shell-quote-argument): New defuns.
13294 (tramp-smb-handle-copy-directory): Add COPY-CONTENTS argument.
13295 Implement using "tar". By this, time-stamps are preserved.
13296 (tramp-smb-handle-copy-file): Handle also the case of directories.
13297 (tramp-smb-do-file-attributes-with-stat)
13298 (tramp-smb-get-file-entries, tramp-smb-get-cifs-capabilities):
13299 Use `tramp-get-connection-buffer').
13300 (tramp-smb-handle-rename-file): Use "rename", when source and
13301 target are on the same share.
13302 (tramp-smb-maybe-open-connection): Handle wrong passwords.
13303 Use `tramp-smb-server-version'.
13304 (tramp-smb-wait-for-output): Remove prompt.
13305
13306 * net/tramp.el (top): Require 'cl.
13307 (tramp-methods, tramp-rsh-end-of-line):
13308 Remove `tramp-password-end-of-line' from docstring.
13309 (tramp-save-ad-hoc-proxies): New defcustom.
13310 (tramp-completion-function-alist): Adapt docstring.
13311 (tramp-default-password-end-of-line): Remove defcustom.
13312 (tramp-shell-prompt-pattern): Allow "[]" style prompts. (Bug#11065)
13313 (tramp-user-regexp, tramp-file-name-regexp-unified)
13314 (tramp-file-name-regexp-url): Extend regexp by hop separator.
13315 (tramp-postfix-hop-format, tramp-postfix-hop-regexp)
13316 (tramp-remote-file-name-spec-regexp): New defconst.
13317 (tramp-file-name-structure): Extend structure for hops.
13318 (tramp-get-method-parameter): Move up.
13319 (tramp-file-name-p, tramp-dissect-file-name)
13320 (with-parsed-tramp-file-name): Handle hops.
13321 (tramp-file-name-hop): New defun.
13322 (tramp-make-tramp-file-name): New optional arg HOP.
13323 (tramp-message-show-progress-reporter-message): New defvar.
13324 (tramp-with-progress-reporter): Use it. We cannot use
13325 `tramp-message-show-message' here, because this suppresses also
13326 error buffers.
13327 (tramp-error-with-buffer): Suppress buffer view, if
13328 `tramp-message-show-message' is nil.
13329 Use `tramp-get-connection-buffer'.
13330 (tramp-cleanup): New defun.
13331 (tramp-rfn-eshadow-update-overlay): Let-bind `non-essential' to `t'.
13332 (tramp-file-name-handler): If `debug-on-error' is set, propagate
13333 an error unchanged.
13334 (tramp-completion-handle-file-name-all-completions): Handle hops.
13335 Fix an error when called from ido.
13336 (tramp-completion-dissect-file-name): Use better local variable
13337 name. Add hop to the vector.
13338 (tramp-handle-insert-file-contents): Use progress-reporter for the
13339 whole scenario.
13340 (tramp-action-password): Let-bind `enable-recursive-minibuffers'
13341 to `t'.
13342 (tramp-check-for-regexp): Simplify search.
13343 (tramp-enter-password): Remove it. Move implementation ...
13344 (tramp-action-password): ... here.
13345 (tramp-mode-string-to-int, tramp-local-host-p)
13346 (tramp-make-tramp-temp-file, tramp-read-passwd)
13347 (tramp-clear-passwd, tramp-time-less-p, tramp-time-diff):
13348 Set tramp-autoload cookie.
13349
13350 * net/trampver.el: Update release number.
13351
13352 2012-06-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
13353 Michael Albinus <michael.albinus@gmx.de>
13354
13355 * net/tramp.el (tramp-set-completion-function): Fix docstring.
13356 (tramp-parse-group, tramp-parse-file)
13357 (tramp-parse-shostkeys-sknownhosts): New defuns.
13358 (tramp-parse-rhosts, tramp-parse-rhosts-group, tramp-parse-shosts)
13359 (tramp-parse-shosts-group, tramp-parse-sconfig)
13360 (tramp-parse-sconfig-group, tramp-parse-shostkeys)
13361 (tramp-parse-sknownhosts, tramp-parse-hosts)
13362 (tramp-parse-hosts-group, tramp-parse-passwd, tramp-parse-netrc):
13363 Use them.
13364 (tramp-parse-passwd-group, tramp-parse-netrc-group)
13365 (tramp-parse-putty-group): Don't narrow.
13366 (tramp-parse-putty): Make a loop.
13367 (tramp-file-name-handler): Catch the `suppress' signal.
13368
13369 2012-06-11 Chong Yidong <cyd@gnu.org>
13370
13371 * image.el (imagemagick-register-types): Put the ImageMagick entry
13372 at the end of image-type-file-name-regexps.
13373
13374 2012-06-11 Johan Bockgård <bojohan@gnu.org>
13375
13376 * emacs-lisp/pcase.el (pcase-UPAT, pcase-QPAT): New edebug specs.
13377 (pcase, pcase-let*, pcase-dolist): Use them.
13378
13379 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
13380
13381 * emacs-lisp/pcase.el (pcase--let*): New function.
13382 (pcase-let*): Use it. Use pcase--memoize to avoid repeated expansions.
13383 (pcase--expand): Use macroexp-let².
13384
13385 2012-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
13386
13387 * emacs-lisp/timer.el, emacs-lisp/syntax.el, emacs-lisp/smie.el:
13388 * emacs-lisp/ewoc.el, emacs-lisp/cconv.el, emacs-lisp/bytecomp.el:
13389 * emacs-lisp/byte-opt.el, emacs-lisp/autoload.el: Convert to cl-lib.
13390 * emacs-lisp/easymenu.el, emacs-lisp/easy-mmode.el:
13391 * emacs-lisp/derived.el: Use pcase instead of `cl'.
13392 * emacs-lisp/cl-lib.el: Get rid of special cl-macs auto load.
13393
13394 2012-06-10 Glenn Morris <rgm@gnu.org>
13395
13396 * mail/rmail.el (rmail-yank-current-message): Leave point at
13397 correct position. (Bug#11660)
13398
13399 2012-06-10 Chong Yidong <cyd@gnu.org>
13400
13401 * allout-widgets.el: Fix code header.
13402
13403 2012-06-10 Chong Yidong <cyd@gnu.org>
13404
13405 * cus-edit.el (customize-changed-options-previous-release):
13406 Bump to 24.1.
13407
13408 2012-06-09 Andreas Schwab <schwab@linux-m68k.org>
13409
13410 * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200.
13411
13412 2012-06-09 Chong Yidong <cyd@gnu.org>
13413
13414 * ebuff-menu.el (electric-buffer-list): Preserve header line.
13415
13416 2012-06-09 Martin Rudalics <rudalics@gmx.at>
13417
13418 * window.el (special-display-popup-frame): Don't use
13419 window--display-buffer (Bug#11651).
13420
13421 2012-06-09 Eli Zaretskii <eliz@gnu.org>
13422
13423 Fix parallel builds: make sure loaddefs.el is not being written
13424 while Lisp files are compiled.
13425 (compile): Don't depend on 'mh-autoloads'.
13426 (compile-CMD, compile-SH): Depend on 'autoloads'.
13427 (bootstrap): Don't depend on 'autoloads' and 'mh-autoloads'.
13428
13429 * makefile.w32-in (BIG_STACK_DEPTH): Enlarge to 2200. (Bug#11649)
13430
13431 2012-06-09 Chong Yidong <cyd@gnu.org>
13432
13433 * face-remap.el (face-remap-add-relative, face-remap-set-base)
13434 (buffer-face-set, buffer-face-toggle, buffer-face-mode-invoke):
13435 Doc fixes (Bug#11225).
13436
13437 2012-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
13438
13439 * emacs-lisp/macroexp.el (macroexp--expand-all): Only autoload
13440 a function if there's a clear indication that it has a compiler-macro.
13441 * emacs-lisp/byte-run.el (defun-declarations-alist, defmacro, defun)
13442 (macro-declarations-alist): Add arglist to declaration functions.
13443 (defun-declarations-alist): Add `obsolete' and `compiler-macro'.
13444 * emacs-lisp/cl-seq.el (cl-member, cl-assoc):
13445 * emacs-lisp/cl-lib.el (cl-list*, cl-adjoin):
13446 * emacs-lisp/cl-extra.el (cl-get): Use the new `declare' statement.
13447 Also add autoload to find the compiler macro.
13448 * emacs-lisp/cl-macs.el (eql) [compiler-macro]: Remove.
13449 (cl--compiler-macro-member, cl--compiler-macro-assoc)
13450 (cl--compiler-macro-adjoin, cl--compiler-macro-list*)
13451 (cl--compiler-macro-get): New functions, replacing calls to
13452 cl-define-compiler-macro.
13453 (cl-typep) [compiler-macro]: Use macroexp-let².
13454
13455 2012-06-08 Nick Dokos <nicholas.dokos@hp.com> (tiny change)
13456
13457 * calendar/icalendar.el (icalendar--parse-vtimezone): Import TZID
13458 string properly, fixes Bug#11473.
13459
13460 2012-06-08 Chong Yidong <cyd@gnu.org>
13461
13462 * faces.el (set-face-attribute): Doc fix.
13463 (modify-face): Don't use :bold and :italic.
13464 (error, warning, success): Tweak definitions.
13465
13466 * cus-edit.el (custom-modified, custom-invalid, custom-rogue)
13467 (custom-modified, custom-set, custom-changed, custom-themed)
13468 (custom-saved, custom-button, custom-button-mouse)
13469 (custom-button-pressed, custom-state, custom-comment-tag)
13470 (custom-variable-tag, custom-group-tag-1, custom-group-tag)
13471 (custom-group-subtitle): Use new-style face specs.
13472 (custom-invalid-face, custom-rogue-face, custom-modified-face)
13473 (custom-set-face, custom-changed-face, custom-saved-face)
13474 (custom-button-face, custom-button-pressed-face)
13475 (custom-documentation-face, custom-state-face)
13476 (custom-comment-face, custom-comment-tag-face)
13477 (custom-variable-tag-face, custom-variable-button-face)
13478 (custom-face-tag-face, custom-group-tag-face-1)
13479 (custom-group-tag-face): Remove obsolete face alias.
13480
13481 * epa.el (epa-validity-high, epa-validity-medium)
13482 (epa-validity-low, epa-mark, epa-field-name, epa-string)
13483 (epa-field-name, epa-field-body):
13484 * font-lock.el (font-lock-comment-face, font-lock-string-face)
13485 (font-lock-keyword-face, font-lock-builtin-face)
13486 (font-lock-function-name-face, font-lock-variable-name-face)
13487 (font-lock-type-face, font-lock-constant-face):
13488 * ido.el (ido-first-match, ido-only-match, ido-subdir)
13489 (ido-virtual, ido-indicator, ido-incomplete-regexp):
13490 * speedbar.el (speedbar-button-face, speedbar-file-face)
13491 (speedbar-directory-face, speedbar-tag-face)
13492 (speedbar-selected-face, speedbar-highlight-face)
13493 (speedbar-separator-face):
13494 * whitespace.el (whitespace-newline, whitespace-space)
13495 (whitespace-hspace, whitespace-tab, whitespace-trailing)
13496 (whitespace-line, whitespace-space-before-tab)
13497 (whitespace-space-after-tab, whitespace-indentation)
13498 (whitespace-empty):
13499 * emulation/cua-base.el (cua-global-mark):
13500 * eshell/em-prompt.el (eshell-prompt):
13501 * net/newst-plainview.el (newsticker-new-item-face)
13502 (newsticker-old-item-face, newsticker-immortal-item-face)
13503 (newsticker-obsolete-item-face, newsticker-date-face)
13504 (newsticker-statistics-face, newsticker-default-face):
13505 * net/newst-reader.el (newsticker-feed-face)
13506 (newsticker-extra-face, newsticker-enclosure-face):
13507 * net/newst-treeview.el (newsticker-treeview-face)
13508 (newsticker-treeview-new-face, newsticker-treeview-old-face)
13509 (newsticker-treeview-immortal-face)
13510 (newsticker-treeview-obsolete-face)
13511 (newsticker-treeview-selection-face):
13512 * net/rcirc.el (rcirc-my-nick, rcirc-other-nick)
13513 (rcirc-bright-nick, rcirc-server, rcirc-timestamp)
13514 (rcirc-nick-in-message, rcirc-nick-in-message-full-line)
13515 (rcirc-prompt, rcirc-track-keyword, rcirc-url, rcirc-keyword):
13516 * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
13517 (nxml-outline-active-indicator, nxml-outline-ellipsis):
13518 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
13519 (mpuz-text):
13520 * progmodes/vera-mode.el (vera-font-lock-number)
13521 (vera-font-lock-function, vera-font-lock-interface):
13522 * textmodes/table.el (table-cell): Use new-style face specs, and
13523 don't use the old :bold and :italic attributes.
13524
13525 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
13526 (ebrowse-member-attribute, ebrowse-default, ebrowse-file-name)
13527 (ebrowse-member-class, ebrowse-progress): Likewise.
13528 (ebrowse-tree-mark-face, ebrowse-root-class-face)
13529 (ebrowse-file-name-face, ebrowse-default-face)
13530 (ebrowse-member-attribute-face, ebrowse-member-class-face)
13531 (ebrowse-progress-face): Remove obsolete faces.
13532
13533 * progmodes/flymake.el (flymake-errline, flymake-warnline):
13534 Inherit from error and warning faces respectively.
13535
13536 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
13537 Likewise.
13538 (flyspell-incorrect-face, flyspell-duplicate-face):
13539 Remove obsolete aliases.
13540
13541 2012-06-08 Michael Albinus <michael.albinus@gmx.de>
13542
13543 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
13544 Avoid infloop.
13545
13546 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
13547
13548 * startup.el (argv, argi): Make lexically scoped.
13549 * emacs-lisp/float-sup.el (pi): Use internal-make-var-non-special.
13550 * emacs-lisp/cl-macs.el: Use lexical-binding.
13551 Rename cl-bind-* to cl--bind-*.
13552 * files.el: Don't require `cl' since it doesn't use it.
13553 * emacs-lisp/pcase.el, emacs-lisp/macroexp.el: Add coding cookie.
13554
13555 2012-06-08 Juanma Barranquero <lekktu@gmail.com>
13556
13557 * textmodes/texinfmt.el: Fix bug#11640 (reverts part of 2008-07-31T05:33:56Z!dann@ics.uci.edu).
13558 (texinfo-format-printindex): Use `texinfo-sort-region' in all platforms,
13559 instead of calling external sort utility.
13560 (texinfo-sort-region, texinfo-sort-startkeyfun): Restore functions.
13561
13562 2012-06-08 Eli Zaretskii <eliz@gnu.org>
13563
13564 * descr-text.el (describe-char): Mention how to insert the
13565 character, if the current input method doesn't support it.
13566 See the discussion in this thread for the details:
13567 http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00533.html.
13568
13569 2012-06-08 Sam Steingold <sds@gnu.org>
13570
13571 * bindings.el (global-map): Bind XF86Forward to next-buffer and
13572 XF86Back to previous-buffer.
13573 (minibuffer-local-map): Bind them to next-history-element and
13574 previous-history-element respectively.
13575 * help-mode.el (help-mode-map): Bind them to help-go-forward and
13576 help-go-back respectively.
13577 * info.el (Info-mode-map): Bind them to Info-history-forward and
13578 Info-history-back respectively.
13579 These are the keys next to Up on the ThinkPad keyboard.
13580
13581 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
13582
13583 Get rid of cl-lexical-let, keeping only lexical-let for compatibility.
13584 * emacs-lisp/cl-macs.el: Provide itself.
13585 (cl--labels-convert-cache): New var.
13586 (cl--labels-convert): New function.
13587 (cl-flet, cl-labels): New implementation with new semantics, relying on
13588 lexical-binding.
13589 * emacs-lisp/cl.el: Mark compatibility aliases as obsolete.
13590 (cl-closure-vars, cl--function-convert-cache)
13591 (cl--function-convert): Move from cl-macs.el.
13592 (lexical-let, lexical-let*, flet, labels): Move from cl-macs.el and
13593 rename by removing the "cl-" prefix.
13594 * emacs-lisp/macroexp.el (macroexp-unprogn): New function.
13595
13596 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
13597
13598 * emacs-lisp/cl.el (cl-macroexpand, cl-macro-environment)
13599 (cl-macroexpand-all, cl-not-hash-table, cl-builtin-gethash)
13600 (cl-builtin-remhash, cl-builtin-clrhash, cl-builtin-maphash)
13601 (cl-map-keymap, cl-copy-tree, cl-gethash, cl-puthash, cl-remhash)
13602 (cl-clrhash, cl-maphash, cl-make-hash-table, cl-hash-table-p)
13603 (cl-hash-table-count): Add old compatibility aliases.
13604
13605 * emacs-lisp/cl-macs.el (cl-macro-environment): Remove var.
13606 Use macroexpand-all-environment instead.
13607 (cl--old-macroexpand): New var.
13608 (cl--sm-macroexpand): New function.
13609 (cl-symbol-macrolet): Use it during macro expansion.
13610 (cl--function-convert-cache): New var.
13611 (cl--function-convert): New function, extracted from
13612 cl-macroexpand-all.
13613 (cl-lexical-let): Use it.
13614
13615 * emacs-lisp/cl-lib.el (cl-macro-environment): Remove decl.
13616 (cl-macroexpand): Move to cl-macs.el and rename to cl--sm-macroexpand.
13617 (cl-member): Remove old alias.
13618
13619 * emacs-lisp/cl-extra.el (cl-map-keymap, cl-copy-tree)
13620 (cl-not-hash-table, cl-builtin-gethash, cl-builtin-remhash)
13621 (cl-builtin-clrhash, cl-builtin-maphash, cl-gethash, cl-puthash)
13622 (cl-remhash, cl-clrhash, cl-maphash, cl-make-hash-table)
13623 (cl-hash-table-p, cl-hash-table-count): Move to cl.el.
13624 (cl-macroexpand-cmacs): Remove var.
13625 (cl-macroexpand-all, cl-macroexpand-body): Remove funs.
13626 Use macroexpand-all instead.
13627
13628 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
13629
13630 * emacs-lisp/macroexp.el (macroexp-progn, macroexp-let*, macroexp-if)
13631 (macroexp-let², macroexp--const-symbol-p, macroexp-const-p)
13632 (macroexp-copyable-p): New functions and macros.
13633 * emacs-lisp/edebug.el (edebug-unwrap):
13634 * emacs-lisp/disass.el (disassemble-internal): Use macroexp-progn.
13635 * emacs-lisp/pcase.el: Use macroexp-let*, macroexp-if, ...
13636 (pcase--let*): Remove.
13637 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p)
13638 (byte-compile-constp): Remove. Use macroexp--const-symbol-p and
13639 macroexp-const-p instead.
13640 * emacs-lisp/byte-opt.el: Use macroexp-const-p and macroexp-progn.
13641
13642 * emacs-lisp/cl-macs.el: Clean up the name space by using "cl--"
13643 instead of "cl-" for internal definitions. Use macroexp-const-p.
13644 (cl-old-bc-file-form): Remove var.
13645 (cl-const-exprs-p): Remove fun.
13646 (cl-labels, cl-macrolet): Use backquote.
13647 (cl-lexical-let): Use cl-symbol-macrolet. Don't use cl-defun-expander.
13648 (cl-defun-expander, cl-byte-compile-compiler-macro): Remove fun.
13649 (cl-define-setf-expander): Rename from cl-define-setf-method.
13650 * emacs-lisp/cl.el: Adjust alias for define-setf-method.
13651
13652 * international/mule-cmds.el: Don't require CL.
13653 (view-hello-file): Don't use `letf'.
13654
13655 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
13656
13657 * tmm.el (tmm-prompt): Use string-prefix-p.
13658 (tmm-completion-delete-prompt): Don't affect current-buffer outside.
13659 (tmm-add-prompt): Use minibuffer-completion-help.
13660 (tmm-delete-map): Remove.
13661
13662 * subr.el (kbd): Make it its own function.
13663
13664 2012-06-07 Stefan Merten <smerten@oekonux.de>
13665
13666 * textmodes/rst.el: Use `eval-when-compile' for requiring `cl.el'.
13667 Silence compiler warnings. Fix versions.
13668 (rst-position-if, rst-position, rst-some, rst-signum): New functions.
13669 (rst-shift-region, rst-adornment-level, rst-compute-tabs)
13670 (rst-indent-line, rst-shift-region, rst-forward-line): Use them.
13671 (rst-package-emacs-version-alist): Correct Emacs version to
13672 represent major merge with upstream.
13673 (rst-transition, rst-adornment, rst-compile-toolsets): Fix versions.
13674
13675 2012-06-06 Glenn Morris <rgm@gnu.org>
13676
13677 * mail/emacsbug.el (report-emacs-bug): Add relevant EMACS env-vars.
13678 Only print environment variables if set.
13679
13680 2012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
13681
13682 * emacs-lisp/macroexp.el: Don't require CL since we don't use it.
13683 (macroexp--cons): Rename from maybe-cons.
13684 (macroexp--accumulate): Rename from macroexp-accumulate.
13685 (macroexp--all-forms): Rename from macroexpand-all-forms.
13686 (macroexp--all-clauses): Rename from macroexpand-all-clauses.
13687 (macroexp--expand-all): Rename from macroexpand-all-1.
13688
13689 2012-06-06 Sam Steingold <sds@gnu.org>
13690
13691 * calendar/calendar.el (calendar-in-read-only-buffer):
13692 Call `special-mode' to enable the standard read-only keybindings.
13693
13694 2012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
13695
13696 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't spam the output
13697 with "loading" messages (bug#11635).
13698
13699 2012-06-06 Michael Albinus <michael.albinus@gmx.de>
13700
13701 * files.el (enable-remote-dir-locals): New option.
13702 (hack-dir-local-variables): Use it. (Bug#1933, Bug#6731)
13703
13704 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
13705 Ensure, that the temp directory is local.
13706
13707 * net/tramp-sh.el (tramp-sh-handle-write-region): Let-bind
13708 `temporary-file-directory'.
13709
13710 * progmodes/python.el (python-send-region): Ensure, that the
13711 temporary file is created also in the remote case.
13712
13713 2012-06-06 Glenn Morris <rgm@gnu.org>
13714
13715 * vc/vc-rcs.el (vc-rcs-rcs2log-program): New.
13716 (vc-rcs-update-changelog): Use it.
13717
13718 * emacs-lisp/authors.el (authors-fixed-entries): Remove vcdiff.
13719
13720 * vc/vc-sccs.el (vc-sccs-write-revision): New function.
13721 (vc-sccs-workfile-unchanged-p): Use vc-sccs-write-revision.
13722 (vc-sccs-diff): Replace use of the external vcdiff script.
13723
13724 2012-06-05 Glenn Morris <rgm@gnu.org>
13725
13726 * ledit.el: Move to obsolete/.
13727
13728 2012-06-05 Sam Steingold <sds@gnu.org>
13729
13730 * calendar/calendar.el (calendar-exit): Reinstate the 2012-03-28
13731 patch (Bug#11140).
13732
13733 2012-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
13734
13735 * emacs-lisp/cust-print.el: Move to obsolete.
13736
13737 * emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during
13738 compiler-macro expansion.
13739
13740 Add native compiler-macro support.
13741 * emacs-lisp/macroexp.el (macroexpand-all-1):
13742 Support compiler-macros directly. Properly follow aliases and apply
13743 the compiler macros more thoroughly.
13744 * emacs-lisp/cl.el: Don't copy compiler-macro properties any more since
13745 macroexpand now properly follows aliases.
13746 * emacs-lisp/cl-macs.el (toplevel, cl-define-compiler-macro)
13747 (cl-compiler-macroexpand): Use new prop.
13748 * emacs-lisp/byte-opt.el (featurep): Optimize earlier.
13749
13750 * emacs-lisp/cl-lib.el (custom-print-functions): Add alias.
13751
13752 2012-06-05 Martin Rudalics <rudalics@gmx.at>
13753
13754 * window.el (get-lru-window, get-mru-window, get-largest-window):
13755 New argument NOT-SELECTED to avoid picking the selected window.
13756 (window--display-buffer-1, window--display-buffer-2): Replace by
13757 new function window--display-buffer
13758 (display-buffer-same-window, display-buffer-reuse-window)
13759 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
13760 Use window--display-buffer.
13761 (display-buffer-use-some-window): Remove temporary dedication
13762 hack by calling get-lru-window and get-largest-window with
13763 NOT-SELECTED argument non-nil. Call window--display-buffer.
13764
13765 2012-06-05 Glenn Morris <rgm@gnu.org>
13766
13767 * vc/vc-sccs.el (vc-sccs-workfile-unchanged-p):
13768 Replace external vcdiff script.
13769
13770 2012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
13771
13772 * emacs-lisp/cl-lib.el (cl-values, cl-values-list): Fix up last change.
13773
13774 2012-06-04 Chong Yidong <cyd@gnu.org>
13775
13776 * image.el (imagemagick-types-inhibit): Revert last change.
13777 Add INFO and M.
13778 (imagemagick-enabled-types): Remove CIN and EPS*.
13779
13780 2012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
13781
13782 * emacs-lisp/cl-lib.el: Rename from cl.el.
13783 * emacs-lisp/cl.el: New compatibility file.
13784 * emacs-lisp/cl-lib.el, emacs-lisp/cl-seq.el, emacs-lisp/cl-macs.el:
13785 * emacs-lisp/cl-extra.el: Rename all top-level functions and variables
13786 to obey the "cl-" prefix.
13787 * emacs-lisp/macroexp.el (macroexpand-all-1): Adjust to new name.
13788
13789 2012-06-03 Glenn Morris <rgm@gnu.org>
13790
13791 * emacs-lisp/authors.el (authors-aliases): Addition.
13792
13793 * cus-start.el (tool-bar-style, tool-bar-max-label-size):
13794 Fix :version.
13795
13796 2012-06-03 Stefan Merten <smerten@oekonux.de>
13797
13798 * textmodes/rst.el: Add comments.
13799 (rst-transition, rst-adornment): New faces.
13800 (rst-adornment-faces-alist): Make default safe to reevaluate.
13801 Fixes
13802 http://sourceforge.net/tracker/?func=detail&atid=422030&aid=3479603&group_id=38414.
13803 Improve customization tags.
13804 (rst-define-level-faces): Clarify meaning.
13805
13806 2012-06-03 Chong Yidong <cyd@gnu.org>
13807
13808 * progmodes/compile.el (compilation-mode-line-fail)
13809 (compilation-mode-line-run, compilation-mode-line-exit):
13810 New faces.
13811 (compilation-start, compilation-handle-exit): Use them (Bug#11032).
13812
13813 2012-06-03 Jack Duthen <duthen.mac.01@gmail.com> (tiny change)
13814
13815 * progmodes/which-func.el (which-func-update-ediff-windows):
13816 New function. Use it in ediff-select-hook (Bug#11478).
13817
13818 2012-06-03 Chong Yidong <cyd@gnu.org>
13819
13820 * bindings.el: Remove explicit help text from format-mode-line.
13821 It is now supplied by mode-line-default-help-echo.
13822 (mode-line-front-space, mode-line-end-spaces)
13823 (mode-line-misc-info): New variables.
13824 (mode-line-modes, mode-line-position): Move the default value to
13825 the variable definition.
13826 (mode-line-default-help-echo): New defcustom.
13827 (mode-line-mule-info-help-echo, mode-line-read-only-help-echo)
13828 (mode-line-modified-help-echo): New functions.
13829 (mode-line-mule-info, mode-line-modified): Use them.
13830 (mode-line-eol-desc, propertized-buffer-identification):
13831 Consistency fixes for help text.
13832 (mode-line-coding-system-map): Allow using mouse-3 to invoke
13833 set-buffer-file-coding-system (Bug#289).
13834 (mode-line-mule-info-help-echo): Update help text.
13835
13836 2012-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
13837
13838 * simple.el (execute-extended-command): Set real-this-command
13839 (bug#11506).
13840
13841 2012-06-02 Chong Yidong <cyd@gnu.org>
13842
13843 Remove incorrect uses of "modeline" in comments, docstrings, and
13844 function/variable names (Bug#10329).
13845
13846 * cus-edit.el (mode-line):
13847 * dframe.el (dframe-mouse-hscroll):
13848 * emacs-lisp/re-builder.el:
13849 * emacs-lisp/easy-mmode.el (define-minor-mode):
13850 * frame.el (set-frame-name):
13851 * help.el (lookup-minor-mode-from-indicator):
13852 * net/rcirc.el (rcirc-activity-string, rcirc-short-buffer-name):
13853 * progmodes/cc-cmds.el (c-toggle-auto-newline)
13854 (c-toggle-hungry-state):
13855 * progmodes/antlr-mode.el (antlr-language-alist):
13856 * progmodes/idlw-shell.el (idlwave-shell-electric-stop-line-face):
13857 * progmodes/vhdl-mode.el (vhdl-mode):
13858 * progmodes/which-func.el (which-func, which-func-cleanup-function):
13859 * term/ns-win.el (ns-face-at-pos):
13860 * term/sup-mouse.el (sup-mouse-report):
13861 * textmodes/flyspell.el (flyspell-mode-line-string):
13862 * textmodes/ispell.el (ispell-highlight-face):
13863 * textmodes/reftex-global.el:
13864 * vc/vc-arch.el (vc-arch-mode-line-string):
13865 * vc/vc-cvs.el (vc-cvs-mode-line-string):
13866 * vc/vc-git.el (vc-git-mode-line-string):
13867 * vc/vc-hooks.el (vc-display-status)
13868 (vc-default-mode-line-string):
13869 * vc/vc-mtn.el (vc-mtn-mode-line-string): Doc fixes.
13870
13871 * ansi-color.el (ansi-color-faces-vector): Change default faces.
13872
13873 * dired.el (dired-sort-set-mode-line): Rename from
13874 dired-sort-set-modeline. All callers changed.
13875
13876 * eshell/esh-mode.el (eshell-status-in-mode-line): Rename from
13877 eshell-status-in-modeline.
13878
13879 * foldout.el (foldout-mode-line-string): Rename from
13880 foldout-modeline-string. All callers changed.
13881 (foldout-update-mode-line): Rename from foldout-update-modeline.
13882
13883 * subr.el (redraw-modeline): Make into obsolete alias.
13884
13885 * calendar/timeclock.el (timeclock-mode-line-display): Rename from
13886 timeclock-modeline-display. Make old name an alias.
13887 (timeclock-update-mode-line): Likewise. All callers changed.
13888 (timeclock-mode-line-display): No need to check before using
13889 add-hook.
13890 (timeclock-relative, timeclock-day-over-hook)
13891 (timeclock-use-elapsed, timeclock-mode-string)
13892 (timeclock-mode-line-display): Doc fix, "modeline" -> "mode line".
13893
13894 * emulation/crisp.el (crisp-mode-mode-line-string): Rename from
13895 crisp-mode-modeline-string.
13896
13897 * play/solitaire.el (solitaire-build-mode-line): Rename from
13898 solitaire-build-modeline. All callers changed.
13899
13900 * play/zone.el (zone-hiding-mode-line): Rename from
13901 zone-hiding-modeline. All callers changed.
13902 (zone): Remove unusued `modeline-hidden-level' property.
13903
13904 * progmodes/xscheme.el (xscheme-mode-line-initialize): Rename from
13905 xscheme-modeline-initialize. All callers changed.
13906
13907 * strokes.el (strokes-lighter): Rename from
13908 strokes-modeline-string.
13909
13910 * textmodes/sgml-mode.el (html-face-tag-alist)
13911 (html-tag-face-alist): Use mode-line face instead of obsolete
13912 alias modeline.
13913
13914 2012-06-02 Stefan Merten <smerten@oekonux.de>
13915
13916 * textmodes/rst.el: Always require `cl'.
13917 (rst-mode-map): Fix meaning of C-M-a / C-M-e.
13918
13919 2012-06-02 Chong Yidong <cyd@gnu.org>
13920
13921 * image.el (imagemagick-enabled-types): Rename from
13922 imagemagick-types-enable. Add many more types.
13923 (imagemagick-types-inhibit): Change default to nil.
13924 (imagemagick-filter-types): Caller changed.
13925
13926 2012-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
13927
13928 * emacs-lisp/cl-macs.el: Use backquotes.
13929 (cl-transform-function-property): Use eval-and-compile rather than
13930 abusing `require'.
13931 (defstruct): Use declare-function instead of with-no-warnings.
13932
13933 * emacs-lisp/bytecomp.el: Fix last change (bug#11594).
13934 (byte-compile-output-docform): Re-add the print-circle bindings.
13935 (byte-compile-fix-header): Use #$ just because it's shorter.
13936 (byte-compile-output-file-form): Remove defun/defmacro.
13937
13938 2012-06-01 Martin Rudalics <rudalics@gmx.at>
13939
13940 * simple.el (choose-completion): Remove now obsolete binding for
13941 owindow.
13942
13943 2012-06-01 Michael Albinus <michael.albinus@gmx.de>
13944
13945 * net/tramp.el (tramp-check-for-regexp): Search from buffer end,
13946 in order to avoid "Stack overflow in regexp matcher".
13947
13948 2012-05-31 Glenn Morris <rgm@gnu.org>
13949
13950 * image.el: For clarity, call imagemagick-register-types at
13951 top-level, rather than relying on a custom :initialize.
13952 (imagemagick-types-enable): New option. (Bug#11557)
13953 (imagemagick-filter-types): New function. (Bug#7406)
13954 (imagemagick-register-types): Use imagemagick-filter-types.
13955 If disabling support, remove elements altogether rather
13956 than using an impossible regexp.
13957 (imagemagick-types-inhibit): Give it the default init function.
13958
13959 2012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
13960
13961 * emacs-lisp/bytecomp.el (byte-compile-fix-header):
13962 Handle arbitrary file name lengths (Bug#11585).
13963
13964 2012-05-31 Martin Rudalics <rudalics@gmx.at>
13965
13966 * desktop.el (desktop-read): Clear previous and next buffers for
13967 all windows and bury *Messages* buffer (bug#11556).
13968
13969 2012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
13970
13971 Add `declare' for `defun'. Align `defmacro's with it.
13972 * emacs-lisp/easy-mmode.el (define-minor-mode)
13973 (define-globalized-minor-mode): Don't autoload the var definitions.
13974 * emacs-lisp/byte-run.el: Use lexical-binding.
13975 (defun-declarations-alist, macro-declarations-alist): New vars.
13976 (defmacro, defun): Use them.
13977 (make-obsolete, define-obsolete-function-alias)
13978 (make-obsolete-variable, define-obsolete-variable-alias):
13979 Use `declare'.
13980 (macro-declaration-function): Mark obsolete.
13981 * emacs-lisp/autoload.el: Use lexical-binding.
13982 (make-autoload): Add `expansion' arg. Rely more on macro expansion.
13983
13984 2012-05-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
13985
13986 * textmodes/ispell.el (ispell-with-no-warnings):
13987 Define as a macro.
13988 (ispell-kill-ispell, ispell-change-dictionary):
13989 Use `called-interactively-p' for Emacs instead of obsolete
13990 `interactive-p'.
13991
13992 2012-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
13993
13994 * emacs-lisp/byte-run.el (defmacro, defun): Move from C.
13995 (macro-declaration-function): Move var from C code.
13996 (macro-declaration-function): Define function with defalias.
13997 * emacs-lisp/macroexp.el (macroexpand-all-1):
13998 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
13999 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't handle
14000 defun/defmacro any more.
14001 * emacs-lisp/bytecomp.el (byte-compile-arglist-signature):
14002 Provide fallback for unknown arglist.
14003 (byte-compile-arglist-warn): Change calling convention.
14004 (byte-compile-output-file-form): Move print-vars binding.
14005 (byte-compile-output-docform): Simplify accordingly.
14006 (byte-compile-file-form-defun, byte-compile-file-form-defmacro)
14007 (byte-compile-defmacro-declaration): Remove.
14008 (byte-compile-file-form-defmumble): Generalize to defalias.
14009 (byte-compile-output-as-comment): Return byte-positions.
14010 Simplify callers accordingly.
14011 (byte-compile-lambda): Use `assert'.
14012 (byte-compile-defun, byte-compile-defmacro): Remove.
14013 (byte-compile-file-form-defalias):
14014 Use byte-compile-file-form-defmumble.
14015 (byte-compile-defalias-warn): Remove.
14016
14017 2012-05-29 Stefan Merten <smerten@oekonux.de>
14018
14019 * textmodes/rst.el: Silence `checkdoc-ispell' errors where
14020 possible. Fix authors. Improve comments. Improve loading of `cl'.
14021
14022 (rst-mode-abbrev-table): Merge definition.
14023 (rst-mode): Make sure `font-lock-defaults' is buffer local.
14024 (rst-define-key, rst-deprecated-keys, rst-call-deprecated): Refactor.
14025
14026 2012-05-29 Ulf Jasper <ulf.jasper@web.de>
14027
14028 * calendar/icalendar.el
14029 (icalendar-export-region): Export UID properly.
14030
14031 2012-05-29 Leo Liu <sdl.web@gmail.com>
14032 * calendar/icalendar.el (icalendar-import-format):
14033 Add `icalendar-import-format-uid' (Bug#11525).
14034 (icalendar-import-format-uid): New.
14035 (icalendar--parse-summary-and-rest, icalendar--format-ical-event):
14036 Export UID.
14037
14038 2012-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
14039
14040 * emacs-lisp/pcase.el (pcase--expand): Accept different sets of vars in
14041 different alternative patterns.
14042 (pcase-codegen): Be more careful to preserve identity.
14043 (pcase--u1): Don't forget to mark vars as used.
14044
14045 * emacs-lisp/bytecomp.el (byte-compile-constp): Treat #'v as a constant.
14046 (byte-compile-close-variables): Bind byte-compile--outbuffer here...
14047 (byte-compile-from-buffer): ...rather than here.
14048
14049 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Don't re-preprocess
14050 functions from byte-compile-function-environment.
14051
14052 2012-05-29 Troels Nielsen <bn.troels@gmail.com>
14053
14054 * window.el (window-deletable-p): Avoid deleting the root window
14055 of a frame with an active minibuffer.
14056
14057 2012-05-29 Martin Rudalics <rudalics@gmx.at>
14058
14059 * simple.el (choose-completion): Use quit-window (Bug#11567).
14060
14061 2012-05-29 Chong Yidong <cyd@gnu.org>
14062
14063 * whitespace.el (whitespace-cleanup): Fix usage of
14064 whitespace-empty-at-bob-regexp (Bug#11492).
14065
14066 2012-05-29 Aaron S. Hawley <aaron.s.hawley@gmail.com>
14067
14068 * vc/vc.el (vc-revert, vc-rollback): Dont kill vc-diff buffer on
14069 revert (Bug#11488).
14070
14071 2012-05-29 Juri Linkov <juri@jurta.org>
14072
14073 * isearch.el (isearch-mode-map): Bind `M-s _' to
14074 `isearch-toggle-symbol'. Bind `M-s c' to
14075 `isearch-toggle-case-fold'.
14076 (search-map): Bind `M-s _' to `isearch-forward-symbol'.
14077 (isearch-forward): Add `M-s _' to the docstring.
14078 (isearch-forward-symbol, isearch-toggle-case-fold)
14079 (isearch-symbol-regexp): New functions. (Bug#11381)
14080
14081 2012-05-29 Juri Linkov <juri@jurta.org>
14082
14083 * isearch.el (isearch-word): Add docstring. (Bug#11381)
14084 (isearch-occur, isearch-search-and-update): If `isearch-word' is
14085 a function, call it to get the regexp.
14086 (isearch-message-prefix): If `isearch-word' holds a symbol, use its
14087 property `isearch-message-prefix' instead of the string "word ".
14088 (isearch-search-fun-default): For the case of `isearch-word',
14089 return a lambda that calls re-search-forward/re-search-backward
14090 with a regexp returned by `word-search-regexp' or by the function
14091 in `isearch-word'.
14092
14093 2012-05-29 Juri Linkov <juri@jurta.org>
14094
14095 * isearch.el (isearch-search-fun-default): New function.
14096 (isearch-search-fun): Move default part to the new function
14097 `isearch-search-fun-default'.
14098 (isearch-search-fun-function): Set the default value to
14099 `isearch-search-fun-default'. (Bug#11381)
14100
14101 * comint.el (comint-history-isearch-end):
14102 Use `isearch-search-fun-default'.
14103 (comint-history-isearch-search): Use `isearch-search-fun-default'
14104 and remove spacial case for `isearch-word'.
14105 (comint-history-isearch-wrap): Remove spacial case for
14106 `isearch-word'.
14107
14108 * hexl.el (hexl-isearch-search-function):
14109 Use `isearch-search-fun-default'.
14110
14111 * info.el (Info-isearch-search): Use `isearch-search-fun-default'.
14112 Use `word-search-regexp' for `isearch-word'.
14113
14114 * misearch.el (multi-isearch-search-fun):
14115 Use `isearch-search-fun-default'.
14116
14117 * simple.el (minibuffer-history-isearch-search):
14118 Use `isearch-search-fun-default' and remove spacial case for
14119 `isearch-word'.
14120 (minibuffer-history-isearch-wrap): Remove spacial case for
14121 `isearch-word'.
14122
14123 * textmodes/reftex-global.el (reftex-isearch-wrap-function):
14124 Remove spacial case for `isearch-word'.
14125 (reftex-isearch-isearch-search): Use `isearch-search-fun-default'.
14126
14127 2012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
14128
14129 Decrease XEmacs incompatibilities.
14130 * textmodes/flyspell.el (flyspell-check-pre-word-p):
14131 Use `string-match'.
14132 (flyspell-delete-region-overlays): Use alternative definition for
14133 XEmacs.
14134 (flyspell-delete-all-overlays): Use `flyspell-delete-region-overlays'.
14135 (flyspell-word): Use `process-kill-without-query' if XEmacs.
14136 (flyspell-mode-on): Use `interactive-p' if XEmacs.
14137 (flyspell-incorrect-face, flyspell-duplicate-face): Do not use
14138 `define-obsolete-face-alias' under XEmacs, but old method.
14139
14140 * textmodes/ispell.el (ispell-with-no-warnings): XEmacs alternative
14141 `with-no-warnings' definition or Emacs alias.
14142 (ispell-command-loop, ispell-message): Use `ispell-with-no-warnings'.
14143 (ispell-word): Do not use `region-p' if XEmacs.
14144
14145 2012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
14146
14147 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
14148 Check for `ispell-dictionary-base-alist' instead of full
14149 `ispell-dictionary-alist'.
14150 (ispell-init-process): Show spellchecker when starting new Ispell
14151 process.
14152
14153 2012-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
14154
14155 * progmodes/vhdl-mode.el: Sync with upstream 3.33.28.
14156 http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
14157
14158 2012-05-27 Juanma Barranquero <lekktu@gmail.com>
14159
14160 * version.el (motif-version-string, gtk-version-string)
14161 (ns-version-string): Declare.
14162
14163 2012-05-27 Juri Linkov <juri@jurta.org>
14164
14165 * emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
14166 after the `eval-defun-1' specialcaseing
14167 like in `edebug-eval-defun' (bug#10181).
14168
14169 * emacs-lisp/edebug.el (edebug-eval-defun): Set `face-documentation'
14170 like in `eval-defun-1'.
14171
14172 2012-05-27 Eli Zaretskii <eliz@gnu.org>
14173
14174 * mail/sendmail.el (mail-yank-region):
14175 Recognize rmail-yank-current-message in addition to insert-buffer.
14176 Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
14177 a *mail* buffer created through rmail-start-mail with sendmail as
14178 mail-user-agent.
14179
14180 2012-05-27 Chong Yidong <cyd@gnu.org>
14181
14182 * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
14183 Default to 256 (Bug#11267).
14184
14185 * help.el (describe-mode): Doc fix.
14186
14187 2012-05-26 Glenn Morris <rgm@gnu.org>
14188
14189 * w32-fns.el (w32-init-info): Remove.
14190 * paths.el (Info-default-directory-list): Add w32-init-info equivalent.
14191
14192 * info.el (info-initialize): For self-contained NS builds, put the
14193 included info/ directory at the front. (Bug#2791)
14194
14195 * paths.el (Info-default-directory-list): Make it a defcustom,
14196 mainly so that we can use custom-initialize-delay.
14197
14198 2012-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
14199
14200 * subr.el (buffer-has-markers-at): Mark obsolete.
14201
14202 * subr.el (lambda): Use declare.
14203
14204 * emacs-lisp/lisp-mode.el (lambda):
14205 * emacs-lisp/edebug.el (lambda): Move properties to its definition.
14206
14207 2012-05-26 Aaron S. Hawley <aaron.s.hawley@gmail.com>
14208
14209 * thingatpt.el (forward-same-syntax): Handle no ARG case. (Bug#11560)
14210
14211 2012-05-26 Glenn Morris <rgm@gnu.org>
14212
14213 * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
14214
14215 2012-05-25 Glenn Morris <rgm@gnu.org>
14216
14217 * paths.el: Remove no-byte-compile.
14218 * loadup.el: No need to load paths.el uncompiled.
14219
14220 * image.el (imagemagick-types-inhibit): Doc fix.
14221
14222 * version.el: Remove no-byte-compile and associated formatting.
14223 * loadup.el: No need to load version.el uncompiled. AFAICS, this
14224 is ancient code from when there was an "inc-vers.el".
14225
14226 2012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
14227
14228 * progmodes/gdb-mi.el: Minor style changes.
14229 (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
14230 Turn into minor modes.
14231 (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
14232 (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
14233 (gdb-shell): Remove unneeded let-binding.
14234 (gdb-get-many-fields): Eliminate O(n²) behavior.
14235
14236 2012-05-25 Eli Zaretskii <eliz@gnu.org>
14237
14238 * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
14239 platforms that don't link in fontset.c.
14240
14241 2012-05-25 Juri Linkov <juri@jurta.org>
14242
14243 Use the same diff color scheme as in modern VCSes (bug#10181).
14244
14245 * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
14246 to avoid confusion with `diff-added' that now uses green colors.
14247 (diff-removed): Use shades of red.
14248 (diff-added): Use shades of green.
14249 (diff-changed): Leave just the yellow color.
14250 (diff-use-changed-face): New variable.
14251 (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
14252 how to highlight context diff changes.
14253 (diff-refine-change): Use shades of yellow.
14254 (diff-refine-removed): New face that uses shades of red.
14255 (diff-refine-added): New face that uses shades of green.
14256 (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
14257 `diff-refine-removed' in the call to `smerge-refine-subst'
14258 depending on the value of `diff-use-changed-face'.
14259
14260 * vc/smerge-mode.el (smerge-mine): Use shades of red.
14261 (smerge-other): Use shades of green.
14262 (smerge-base): Use shades of yellow.
14263 (smerge-refined-change): Empty face.
14264 (smerge-refined-removed): New face that uses shades of red.
14265 (smerge-refined-added): New face that uses shades of green.
14266 (smerge-refine-subst): Rename arg `props' to `props-c'. Add new
14267 args `props-r' and `props-a', and use them. Doc fix.
14268 (smerge-refine): Evaluate `smerge-use-changed-face' and depending
14269 on its value use different faces `smerge-refined-change',
14270 `smerge-refined-removed', `smerge-refined-added' in the call to
14271 `smerge-refine-subst'.
14272
14273 * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
14274 Add face condition `min-colors 88' with shades of red.
14275 (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
14276 `min-colors 88' with shades of green.
14277 (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
14278 `min-colors 88' with shades of yellow.
14279
14280 2012-05-24 Glenn Morris <rgm@gnu.org>
14281
14282 * paths.el (prune-directory-list, remote-shell-program): Move to...
14283 * files.el (prune-directory-list, remote-shell-program): ...here.
14284 For the latter, delay initialization, prefer ssh, just search PATH.
14285
14286 * paths.el (term-file-prefix): Move to faces.el (the only user).
14287 * faces.el (term-file-prefix): Move here, make it a defcustom.
14288
14289 * paths.el (news-directory, news-path, news-inews-program):
14290 Move to gnus/nnspool.el.
14291
14292 * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
14293
14294 * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
14295 * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
14296 Make the latter a defcustom, with a delayed initialization.
14297
14298 * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
14299 These were deleted from Gnus itself late 2010.
14300
14301 2012-05-22 Juanma Barranquero <lekktu@gmail.com>
14302
14303 * progmodes/which-func.el (which-func-ff-hook):
14304 Check against user-error, not error.
14305
14306 * emacs-lisp/edebug.el (top): Do not load or set up loading of
14307 cl-specs.el, which no longer exists.
14308
14309 2012-05-22 Glenn Morris <rgm@gnu.org>
14310
14311 * info.el (info-emacs-bug): New command.
14312 * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
14313 * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
14314
14315 2012-05-21 Glenn Morris <rgm@gnu.org>
14316
14317 * makefile.w32-in (update-subdirs-SH):
14318 * Makefile.in (update-subdirs): Update for moved update-subdirs.
14319
14320 2012-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
14321
14322 * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
14323
14324 * progmodes/compile.el (compilation-error-regexp-alist-alist):
14325 Simplify Maven regexp, and make sure the file can't start with a space
14326 (bug#11517).
14327
14328 2012-05-21 Glenn Morris <rgm@gnu.org>
14329
14330 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
14331 Scrap superfluous subshells.
14332
14333 2012-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
14334
14335 * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
14336 (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
14337
14338 2012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
14339
14340 * calc/calc.el (calc-ensure-consistent-units): New variable.
14341
14342 * calc/calc-units.el (math-consistent-units-p)
14343 (math-check-unit-consistency): New functions.
14344 (calc-quick-units, calc-convert-units):
14345 Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
14346 is non-nil.
14347 (calc-extract-units): Fix typo.
14348
14349 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
14350
14351 * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
14352
14353 * textmodes/flyspell.el: Commenting style, plus code simplifications.
14354 (flyspell-default-deplacement-commands): Don't spell check after
14355 repeated window/frame switches (e.g. triggered by mouse-movement).
14356 (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
14357 (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
14358 (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
14359 (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
14360 Remove unused vars.
14361 (flyspell-get-casechars, flyspell-get-not-casechars):
14362 Simplify; Don't bother removing a ] just to add it back.
14363 * textmodes/ispell.el (ispell-program-name): Use executable-find.
14364
14365 2012-05-18 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
14366
14367 * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
14368 New functions.
14369 (math-function-table): Add support for more C functions.
14370
14371 2012-05-18 Agustín Martín Domingo <agustin.martin@hispalinux.es>
14372
14373 * textmodes/flyspell.el (flyspell-check-pre-word-p)
14374 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
14375 Protect delay handling for otherchars against empty otherchars.
14376
14377 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
14378
14379 * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
14380 their respective macro declarations.
14381 * skeleton.el (define-skeleton):
14382 * progmodes/compile.el (define-compilation-mode):
14383 * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
14384 (define-ibuffer-filter):
14385 * emacs-lisp/generic.el (define-generic-mode):
14386 * emacs-lisp/easy-mmode.el (define-minor-mode)
14387 (define-globalized-minor-mode):
14388 * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
14389 * emacs-lisp/byte-run.el (defsubst):
14390 * custom.el (deftheme): Add doc-string metadata.
14391
14392 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
14393
14394 * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
14395
14396 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
14397
14398 * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
14399
14400 * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
14401 * emacs-lisp/cl-macs.el: Idem.
14402 * emacs-lisp/cl-specs.el: Remove.
14403
14404 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
14405
14406 Minor renaming of internal CL functions and variables.
14407 * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
14408 (cl--position): Rename from cl-position.
14409 (cl--delete-duplicates): Rename from cl-delete-duplicates.
14410 * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
14411 (cl--random-state): Rename from *random-state*.
14412
14413 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
14414
14415 * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
14416 parens around the arg list (bug#11499).
14417
14418 2012-05-17 Juri Linkov <juri@jurta.org>
14419
14420 * isearch.el (word-search-regexp, word-search-backward)
14421 (word-search-forward, word-search-backward-lax)
14422 (word-search-forward-lax): Move functions from search.c
14423 (bug#10145, bug#11381).
14424
14425 2012-05-16 Agustín Martín Domingo <agustin.martin@hispalinux.es>
14426
14427 * textmodes/flyspell.el (flyspell-check-pre-word-p)
14428 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
14429 Delay for otherchars as for normal word components.
14430
14431 2012-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
14432
14433 * minibuffer.el (completion--sifn-requote): Fix last change.
14434 (minibuffer-local-must-match-filename-map):
14435 Move define-obsolete-variable-alias before its var.
14436
14437 2012-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
14438
14439 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
14440
14441 * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
14442 behavior.
14443 (completion--string-equal-p): New function.
14444 (completion--twq-all): Use it to get better assertion failure data.
14445
14446 Only handle ".." and '..' quoting in shell-mode (bug#11466).
14447 * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
14448 (shell--requote-argument): New functions.
14449 (shell-completion-vars): Use them.
14450 (shell--parse-pcomplete-arguments): Rename from
14451 shell-parse-pcomplete-arguments.
14452 * comint.el (comint-word): Obey comint-file-name-quote-list. Simplify.
14453 (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
14454 Obey comint-file-name-quote-list.
14455
14456 * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
14457 (smie-indent-keyword): Use it.
14458
14459 2012-05-14 Stefan Merten <smerten@oekonux.de>
14460
14461 * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
14462
14463 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
14464
14465 * net/rlogin.el (rlogin-mode-map): Fix last change.
14466
14467 2012-05-14 Jason L. Wright <jason.wright@inl.gov> (tiny change)
14468
14469 * mail/smtpmail.el (smtpmail-send-command): Send the command and
14470 the following \r\n using a single `process-send-string', since the
14471 Lotus SMTP server refuses to accept any commands if they are sent
14472 with two `process-send-string's (Bug#11444).
14473
14474 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
14475
14476 * shell.el (shell-parse-pcomplete-arguments):
14477 Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
14478
14479 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
14480
14481 * image-mode.el: Fit to width/height for rotated images (Bug#11431).
14482 (image-transform-scale, image-transform-right-angle-fudge): New vars.
14483 (image-transform-width, image-transform-fit-width): New functions.
14484 (image-transform-properties): Use them.
14485 (image-transform-check-size): New function.
14486 (image-toggle-display-image): Use it (for testing).
14487 (image-transform-set-rotation): Reduce angle mod 360.
14488 Delete obsolete comment.
14489
14490 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
14491
14492 * image-mode.el: Fix scaling (bug#11399).
14493 (image-transform-resize): Doc fix.
14494 (image-transform-properties): Default scale is 1 and height should
14495 be an integer.
14496
14497 2012-05-13 Johan Bockgård <bojohan@gnu.org>
14498
14499 * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
14500 than hard-coding `car', to fix misbehavior when moving forward.
14501
14502 2012-05-13 Chong Yidong <cyd@gnu.org>
14503
14504 * emacs-lisp/tabulated-list.el (tabulated-list-format)
14505 (tabulated-list-entries, tabulated-list-padding)
14506 (tabulated-list-sort-key): Make permanent-local.
14507
14508 * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
14509 (electric-buffer-list): Put electric buffer menu
14510 command descriptions in this docstring, instead of the docstring
14511 of electric-buffer-menu-mode. Code cleanups.
14512 (electric-buffer-menu-mode): Use define-derived-mode. Rename from
14513 Electric-buffer-menu-mode.
14514 (electric-buffer-update-highlight): Minor code cleanup.
14515
14516 2012-05-13 Michael Albinus <michael.albinus@gmx.de>
14517
14518 * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
14519 (Bug#11447)
14520
14521 2012-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
14522
14523 Move define-obsolete-variable-alias before the var's definition.
14524 * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
14525 * tooltip.el (tooltip-hook):
14526 * textmodes/reftex-toc.el (reftex-toc-map):
14527 * textmodes/reftex-sel.el (reftex-select-label-map)
14528 (reftex-select-bib-map):
14529 * textmodes/reftex-index.el (reftex-index-map)
14530 (reftex-index-phrases-map):
14531 * speedbar.el (speedbar-syntax-table, speedbar-key-map):
14532 * progmodes/meta-mode.el (meta-mode-map):
14533 * novice.el (disabled-command-hook):
14534 * loadhist.el (unload-hook-features-list):
14535 * frame.el (blink-cursor):
14536 * files.el (find-file-not-found-hooks, write-file-hooks)
14537 (write-contents-hooks):
14538 * emulation/tpu-edt.el (GOLD-map):
14539 * emacs-lock.el (emacs-lock-from-exiting):
14540 * emacs-lisp/generic.el (generic-font-lock-defaults):
14541 * emacs-lisp/chart.el (chart-map):
14542 * dos-fns.el (register-name-alist):
14543 * dired-x.el (dired-omit-files-p):
14544 * desktop.el (desktop-enable):
14545 * cus-edit.el (custom-mode-hook):
14546 * buff-menu.el (buffer-menu-mode-hook):
14547 * bookmark.el (bookmark-read-annotation-text-func)
14548 (bookmark-exit-hooks):
14549 * allout.el (allout-mode-deactivate-hook)
14550 (allout-exposure-change-hook, allout-structure-added-hook)
14551 (allout-structure-deleted-hook, allout-structure-shifted-hook):
14552 * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
14553 (dirtrack-debug): Move call to define-obsolete-variable-alias so it
14554 comes before the corresponding variable's definition.
14555
14556 2012-05-12 Chong Yidong <cyd@gnu.org>
14557
14558 * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
14559 (Buffer-menu-mouse-select): Restore function (Bug#11459).
14560 (Buffer-menu-mode-map): Bind it.
14561 (Buffer-menu--pretty-name): Add a mouse-face property.
14562
14563 2012-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
14564
14565 * progmodes/prolog.el: Use SMIE. Cleanup regexp setup.
14566 (prolog-upper-case-string, prolog-lower-case-string)
14567 (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
14568 (prolog-use-smie, prolog-smie-grammar): New vars.
14569 (prolog-smie-forward-token, prolog-smie-backward-token)
14570 (prolog-smie-rules): New funs.
14571 (prolog-comment-indent): Remove.
14572 (prolog-mode-variables): Use default comment indentation instead.
14573 Setup SMIE.
14574 (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
14575 (prolog-mode): Don't call them any more.
14576 (prolog-electric-colon, prolog-electric-dash)
14577 (prolog-edit-menu-insert-move): Use indent-according-to-mode.
14578
14579 * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
14580
14581 * minibuffer.el (completion--twq-all): Again, allow case differences.
14582
14583 * term.el: Move keymap initialization code to be more idiomatic.
14584 (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
14585 (term-terminal-menu): Move initialization into declaration.
14586 (term-escape-char): Let the user set it in her .emacs.
14587
14588 * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
14589 Provide SMIE-based indentation (not enabled by default yet).
14590 (sh-mode-map): Don't bind electric keys.
14591 Use electric-pair-mode instead of skeleton-pair.
14592 (sh-assignment-regexp): Fit within 80 columns.
14593 (sh-indent-supported): Specify actual shell name instead of boolean.
14594 (sh--maybe-here-document): New fun, from sh-maybe-here-document.
14595 (sh-maybe-here-document): Use it. Make obsolete.
14596 (sh-electric-here-document-mode) New minor mode.
14597 (sh-mode): Use it. Don't set sh-indent-supported-here here.
14598 (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
14599 (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
14600 (sh-smie-rc-grammar, sh-use-smie): New vars.
14601 (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
14602 (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
14603 (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
14604 (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
14605 (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
14606 (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
14607 (sh-set-shell): Use smie-setup if requested.
14608
14609 * term.el (term-set-escape-char): Properly set term-escape-char.
14610 See http://stackoverflow.com/questions/10524656.
14611
14612 2012-05-10 Chong Yidong <cyd@gnu.org>
14613
14614 * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
14615 Use url-generic-parse-url, and handle host names and Windows
14616 filenames properly.
14617 (ffap-url-unwrap-remote): Use url-generic-parse-url.
14618 (ffap-url-unwrap-remote): Accept list values, specifying a list of
14619 URL schemes to work on.
14620 (ffap--toggle-read-only): New function.
14621 (ffap-read-only, ffap-read-only-other-window)
14622 (ffap-read-only-other-frame): Use it.
14623 (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
14624 necessary for ffap-url-unwrap-remote.
14625
14626 2012-05-10 Dave Abrahams <dave@boostpro.com>
14627
14628 * cus-start.el (create-lockfiles): Add it.
14629
14630 2012-05-09 Chong Yidong <cyd@gnu.org>
14631
14632 * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
14633 (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
14634
14635 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
14636
14637 * shell.el (shell-completion-vars): Fix last change (bug#11348).
14638
14639 2012-05-09 Chong Yidong <cyd@gnu.org>
14640
14641 * ansi-color.el (ansi-color-process-output): Check for validity of
14642 comint-last-output-start before using it. This avoids a bad
14643 interaction with gdb-mi's input/output buffer.
14644
14645 2012-05-09 Glenn Morris <rgm@gnu.org>
14646
14647 * files.el (dir-locals-read-from-file):
14648 Mention dir-locals in any error message.
14649
14650 2012-05-09 Chong Yidong <cyd@gnu.org>
14651
14652 * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
14653 package (Bug#11410).
14654
14655 * emacs-lisp/package.el (package-buffer-info): Avoid putting local
14656 variables into description.
14657
14658 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
14659
14660 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
14661 shell-delimiter-argument-list (bug#11348).
14662 (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
14663
14664 2012-05-09 Juanma Barranquero <lekktu@gmail.com>
14665
14666 * textmodes/rst.el: Silence byte-compiler warnings.
14667 (rst-re-alist, rst-reset-section-caches): Move around.
14668 (rst-re): Use `characterp', not `char-valid-p'.
14669 (font-lock-beg, font-lock-end): Declare.
14670
14671 * progmodes/idlw-shell.el (specs): Remove reference to deleted
14672 variable `idlwave-shell-activate-alt-keybindings' and simplify.
14673
14674 * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
14675
14676 2012-05-08 Glenn Morris <rgm@gnu.org>
14677
14678 * files.el (auto-mode-alist): Treat ".make" like ".mk".
14679
14680 2012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
14681
14682 * vc/log-edit.el: Add GNU coding standards highlighting.
14683 (log-edit-font-lock-gnu-style)
14684 (log-edit-font-lock-gnu-keywords): New vars.
14685 (log-edit-font-lock-keywords): New fun.
14686 (log-edit-mode): Don't fold case in font-lock.
14687 (log-edit-font-lock-keywords): Do not assume case-folding.
14688
14689 * imenu.el: Misc cleanup. Make docstrings out of comments.
14690 Use lexical-binding.
14691 (imenu--index-alist, imenu--last-menubar-index-alist)
14692 (imenu-menubar-modified-tick): Use defvar-local.
14693 (imenu--split-menu): Remove unused var.
14694 (imenu--cleanup-seen): Declare as global.
14695 (imenu--cleanup): Use dolist.
14696
14697 * subr.el (defvar-local): Add debug spec and doc-string position.
14698
14699 2012-05-08 Glenn Morris <rgm@gnu.org>
14700
14701 * language/burmese.el, language/cham.el, language/czech.el:
14702 * language/english.el, language/georgian.el, language/greek.el:
14703 * language/japanese.el, language/khmer.el, language/korean.el:
14704 * language/lao.el, language/misc-lang.el, language/romanian.el:
14705 * language/sinhala.el, language/slovak.el, language/tai-viet.el:
14706 * language/thai.el, language/utf-8-lang.el:
14707 Remove no-byte-compile setting.
14708
14709 * play/zone.el (zone-pgm-stress): Don't pollute kill-ring. (Bug#11388)
14710
14711 2012-05-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
14712
14713 * progmodes/make-mode.el (makefile-browse):
14714 Remove unnecessary interactive. (Bug#11324)
14715
14716 2012-05-07 Glenn Morris <rgm@gnu.org>
14717
14718 * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
14719
14720 * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
14721
14722 2012-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
14723
14724 * loadup.el: Preload newcomment.el.
14725 * newcomment.el: Move autoload-only code to toplevel.
14726
14727 * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
14728 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
14729 Handle new :right-align column property.
14730 (tabulated-list-print-col): Idem, plus use `display' text-property to
14731 try and preserve alignment for variable pitch fonts.
14732
14733 2012-05-07 Chong Yidong <cyd@gnu.org>
14734
14735 * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
14736 (tabulated-list-use-header-line): New var.
14737 (tabulated-list-init-header): Use it.
14738 (tabulated-list-print-fake-header): New function.
14739 (tabulated-list-print): Use it.
14740 (tabulated-list-sort-button-map): Add non-header-line commands.
14741 (tabulated-list-init-header): Add column name property to basic
14742 labels as well.
14743 (tabulated-list-col-sort): Handle non-header-line button case.
14744 (tabulated-list--sort-by-column-name): Fix a corner case.
14745
14746 * buff-menu.el (list-buffers--refresh):
14747 Handle Buffer-menu-use-header-line.
14748
14749 2012-05-06 Chong Yidong <cyd@gnu.org>
14750
14751 * buff-menu.el: Convert to Tabulated List mode.
14752 (Buffer-menu-buffer+size-width): Make obsolete.
14753 (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
14754 (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
14755 (Buffer-menu-mode): Derive from tabulated-list-mode. Move command
14756 documentation into docstring of buffer-menu.
14757 (Buffer-menu-toggle-files-only): Add an informative message.
14758 (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
14759 (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
14760 (Buffer-menu-unmark, Buffer-menu-backup-unmark)
14761 (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
14762 (Buffer-menu-execute, Buffer-menu-select)
14763 (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
14764 (Buffer-menu-bury): Use Tabulated List machinery.
14765 (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
14766 (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
14767 Delete.
14768 (list-buffers--refresh): New function.
14769 (list-buffers-noselect): Use it.
14770 (tabulated-list-entry-size->, Buffer-menu--pretty-name)
14771 (Buffer-menu--pretty-file-name): New helper functions.
14772
14773 * loadup.el: Preload tabulated-list.
14774
14775 * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
14776 tabulated-list-sort-column.
14777 (tabulated-list-init-header): Add the initial aligning space even
14778 if tabulated-list-padding is zero.
14779
14780 2012-05-06 Christopher Schmidt <christopher@ch.ristopher.com>
14781
14782 * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
14783 whose cdr is not a cons cell correctly (bug#11038).
14784
14785 2012-05-06 Chong Yidong <cyd@gnu.org>
14786
14787 * emacs-lisp/tabulated-list.el (tabulated-list-format):
14788 Accept additional plist in column descriptors.
14789 (tabulated-list-init-header): Obey it.
14790 (tabulated-list-get-entry): New function.
14791 (tabulated-list-put-tag): Use it. Use string-width instead of
14792 length.
14793 (tabulated-list--column-number): New function.
14794 (tabulated-list-print): Use it.
14795 (tabulated-list-print-col): New function.
14796 Set `tabulated-list-column-name' property on each column's text.
14797 (tabulated-list-print-entry): Use it.
14798 (tabulated-list-delete-entry, tabulated-list-set-col):
14799 New functions.
14800 (tabulated-list-sort-column): New command (Bug#11337).
14801
14802 * buff-menu.el (list-buffers): Move C-x C-b binding from
14803 buff-menu.el to bindings.el.
14804
14805 * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
14806 :advertised-binding feature.
14807
14808 2012-05-06 Troels Nielsen <bn.troels@gmail.com> (tiny change)
14809
14810 * progmodes/compile.el (compilation-internal-error-properties):
14811 Calculate start position correctly when end-col is set but
14812 end-line is not (Bug#11382).
14813
14814 2012-05-06 Wolfgang Jenkner <wjenkner@inode.at>
14815
14816 * man.el (Man-unindent): Use text-property-default-nonsticky to
14817 prevent untabify from inheriting face properties (Bug#11408).
14818
14819 2012-05-05 Stefan Merten <smerten@oekonux.de>
14820
14821 * textmodes/rst.el: Major merge with upstream development up to
14822 Docutils SVN r7399 / rst.el V1.2.1.
14823
14824 Clarify maintainership and authors.
14825
14826 (rst-extract-version, rst-cvs-header, rst-cvs-rev)
14827 (rst-cvs-timestamp, rst-svn-rev, rst-svn-timestamp)
14828 (rst-official-version, rst-official-cvs-rev, rst-version)
14829 (rst-package-emacs-version-alist): New functions and variables
14830 for version information.
14831
14832 (rst-bullets, rst-uri-schemes, rst-adornment-chars)
14833 (rst-max-inline-length, rst-re-alist-def, rst-re-alist)
14834 (rst-mode-syntax-table, rst-mode): New and corrected functions
14835 and variables representing reStructuredText features.
14836
14837 (rst-re): New function for reStructuredText regexes. Use in
14838 many places.
14839
14840 (rst-deprecated-keys, rst-call-deprecated, rst-define-key)
14841 (rst-mode-map): Rebind keys.
14842
14843 (rst-mode-lazy, rst-font-lock-keywords)
14844 (rst-font-lock-extend-region)
14845 (rst-font-lock-extend-region-internal)
14846 (rst-font-lock-extend-region-extend)
14847 (rst-font-lock-find-unindented-line-limit)
14848 (rst-font-lock-find-unindented-line-match)
14849 (rst-adornment-level, rst-font-lock-adornment-level)
14850 (rst-font-lock-adornment-match)
14851 (rst-font-lock-handle-adornment-pre-match-form)
14852 (rst-font-lock-handle-adornment-matcher): Major revision of
14853 font-locking. Integrate with other code. Use `jit-lock-mode'.
14854
14855 (rst-preferred-adornments, rst-adjust-hook)
14856 (rst-new-adornment-down, rst-preferred-bullets)
14857 (rst-preferred-bullets, rst-indent, rst-indent-width)
14858 (rst-indent-field, rst-indent-literal-normal)
14859 (rst-indent-literal-minimized, rst-indent-comment): Change,
14860 extend and improve customization.
14861
14862 (rst-line-homogeneous-p, rst-line-homogeneous-nodent-p)
14863 (rst-normalize-cursor-position, rst-get-decoration)
14864 (rst-straighten-deco-spacing, rst-re-bullets, rst-re-items)
14865 (rst-rstrip, rst-toc-insert-find-delete-contents)
14866 (rst-shift-fill-region, rst-compute-bullet-tabs)
14867 (rst-debug-print-tabs, rst-debug-mark-found)
14868 (rst-shift-region-guts, rst-shift-region-right)
14869 (rst-shift-region-left, rst-use-char-classes)
14870 (rst-font-lock-keywords-function)
14871 (rst-font-lock-indentation-point)
14872 (rst-font-lock-find-unindented-line-begin)
14873 (rst-font-lock-find-unindented-line-end)
14874 (rst-font-lock-find-unindented-line)
14875 (rst-font-lock-adornment-point, rst-font-lock-level)
14876 (rst-adornment-level-alist): Remove functions and variables.
14877
14878 (rst-compare-adornments, rst-get-adornment-match)
14879 (rst-suggest-new-adornment, rst-get-adornments-around)
14880 (rst-adornment-complete-p, rst-get-next-adornment)
14881 (rst-adjust-adornment, rst-display-adornments-hierarchy)
14882 (rst-straighten-adornments): Standardize function names to
14883 use "adornment" instead of "decoration". Correct callers.
14884 Similar standardizing in many places.
14885
14886 (rst-update-section, rst-adjust, rst-promote-region)
14887 (rst-enumerate-region, rst-bullet-list-region)
14888 (rst-repeat-last-character): Correct use of `interactive'.
14889
14890 (rst-classify-adornment, rst-find-all-adornments)
14891 (rst-get-hierarchy, rst-adjust-adornment, rst-toc-update)
14892 (rst-find-leftmost-column, rst-repeat-last-character):
14893 Refactor functions.
14894
14895 (rst-find-title-line, rst-reset-section-caches)
14896 (rst-get-adornments-around, rst-adjust-adornment-work)
14897 (rst-arabic-to-roman, rst-roman-to-arabic)
14898 (rst-insert-list-pos, rst-insert-list-new-item)
14899 (rst-insert-list-continue, rst-insert-list, rst-forward-line):
14900 New functions.
14901
14902 (rst-all-sections, rst-section-hierarchy)
14903 (rst-arabic-to-roman, rst-initial-enums, rst-initial-items):
14904 New variables.
14905
14906 (rst-toc-return-wincfg, rst-toc-quit-window): Use window
14907 configuration instead of only buffer. Change where necessary.
14908
14909 (rst-line-tabs, rst-compute-tabs, rst-indent-line)
14910 (rst-shift-region, rst-adaptive-fill): New functions for
14911 indentation and filling.
14912
14913 (rst-comment-line-break, rst-comment-indent)
14914 (rst-comment-insert-comment, rst-comment-region)
14915 (rst-uncomment-region): New functions for handling comments.
14916
14917 (rst-compile): Quote shell arguments.
14918
14919 (rst-compile-pdf-preview, rst-compile-slides-preview):
14920 Delete temporary files after use.
14921
14922 2012-05-05 Glenn Morris <rgm@gnu.org>
14923
14924 * calendar/cal-html.el: Optionally include holidays in the output.
14925 Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
14926 (cal-html-holidays): New option.
14927 (cal-html-css-default): Add holiday entry.
14928 (holiday-in-range): Autoload it.
14929 (cal-html-htmlify-entry): Add optional class argument.
14930 (cal-html-htmlify-list): Add optional holidays argument.
14931 (cal-html-insert-agenda-days): Include holidays in the output.
14932 (cal-html-one-month): Maybe include holidays.
14933
14934 * calendar/holidays.el (holiday-in-range):
14935 Move here from cal-tex-list-holidays.
14936 * calendar/cal-tex.el (cal-tex-list-holidays):
14937 Make it an obsolete alias for holiday-in-range. Update all callers.
14938
14939 2012-05-05 Chong Yidong <cyd@gnu.org>
14940
14941 * select.el (xselect--encode-string): Always use utf-8 for TEXT on
14942 Nextstep.
14943
14944 2012-05-05 Ransom Williams <auvergnerw@gmail.com> (tiny change)
14945
14946 * files.el (file-auto-mode-skip): New var.
14947 (set-auto-mode-1): Use it.
14948
14949 2012-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
14950
14951 * repeat.el: Use lexical-binding.
14952 (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
14953 (repeat-undo-count): Remove.
14954 (repeat):
14955 * progmodes/octave-mod.el (octave-abbrev-start):
14956 * progmodes/f90.el (f90-abbrev-start):
14957 * face-remap.el (text-scale-adjust):
14958 * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
14959
14960 * emacs-lisp/pcase.el (pcase--let*): New function.
14961 (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
14962 a bit more.
14963 (pcase--split-pred): Be more clever about ruling out overlap between
14964 a predicate and some constant pattern.
14965 (pcase--q1): Use `null' instead of (eq foo nil).
14966
14967 * subr.el (setq-local, defvar-local): New macros.
14968 (kbd): Redefine as an alias.
14969 (with-selected-window): Leave unrelated frames alone.
14970 (set-temporary-overlay-map): New function.
14971
14972 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
14973
14974 * subr.el (user-error): New function.
14975 * window.el (switch-to-buffer):
14976 * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
14977 (smerge-match-conflict):
14978 * simple.el (previous-matching-history-element)
14979 (next-matching-history-element, goto-history-element, undo-more)
14980 (undo-start):
14981 * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
14982 (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
14983 (next-file, tags-loop-scan, list-tags, complete-tag):
14984 * progmodes/compile.el (compilation-loop):
14985 * mouse.el (mouse-minibuffer-check):
14986 * man.el (Man-bgproc-sentinel, Man-goto-page):
14987 * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
14988 (Info-history-forward, Info-follow-reference, Info-menu)
14989 (Info-extract-menu-item, Info-extract-menu-counting)
14990 (Info-forward-node, Info-backward-node, Info-next-menu-item)
14991 (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
14992 (Info-next-reference, Info-prev-reference, Info-index)
14993 (Info-index-next, Info-follow-nearest-node)
14994 (Info-copy-current-node-name):
14995 * imenu.el (imenu--make-index-alist)
14996 (imenu-default-create-index-function, imenu-add-to-menubar):
14997 * files.el (basic-save-buffer, recover-file):
14998 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
14999 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
15000 (checkdoc-message-text, checkdoc-defun):
15001 * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
15002 * cus-edit.el (customize-changed-options, customize-rogue)
15003 (customize-saved, custom-variable-set, custom-variable-mark-to-save)
15004 (custom-variable-mark-to-reset-standard)
15005 (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
15006 (custom-file):
15007 * completion.el (check-completion-length):
15008 * comint.el (comint-search-arg)
15009 (comint-previous-matching-input-string-position)
15010 (comint-previous-matching-input)
15011 (comint-replace-by-expanded-history-before-point, comint-send-input)
15012 (comint-copy-old-input, comint-backward-matching-input)
15013 (comint-goto-process-mark, comint-set-process-mark):
15014 * calendar/calendar.el (calendar-cursor-to-date): Use it.
15015 * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
15016
15017 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
15018
15019 * dabbrev.el (dabbrev--ignore-case-p): New function.
15020 (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
15021 Use it.
15022
15023 * files.el (automount-dir-prefix): Mark as obsolete.
15024
15025 2012-05-04 Glenn Morris <rgm@gnu.org>
15026
15027 * patcomp.el, play/bruce.el: Move to obsolete/.
15028
15029 2012-05-04 Paul Eggert <eggert@cs.ucla.edu>
15030
15031 Fix minor Y10k bugs.
15032 * arc-mode.el (archive-unixdate):
15033 * autoinsert.el (auto-insert-alist):
15034 * calc/calc-forms.el (math-this-year):
15035 * emacs-lisp/copyright.el (copyright-current-year)
15036 (copyright-update-year, copyright):
15037 * tar-mode.el (tar-clip-time-string):
15038 * time.el (display-time-update):
15039 Don't assume years have 4 digits.
15040
15041 2012-05-04 Chong Yidong <cyd@gnu.org>
15042
15043 * dos-w32.el (file-name-buffer-file-type-alist)
15044 (direct-print-region-use-command-dot-com):
15045 * ffap.el (ffap-menu-regexp):
15046 * find-file.el (ff-special-constructs):
15047 * follow.el (follow-debug):
15048 * forms.el (forms--debug):
15049 * iswitchb.el (iswitchb-all-frames):
15050 * ido.el (ido-all-frames):
15051 * emacs-lisp/timer.el (timer-max-repeats):
15052 * mail/feedmail.el (feedmail-mail-send-hook)
15053 (feedmail-mail-send-hook-queued):
15054 * mail/footnote.el (footnote-signature-separator):
15055 * mail/mailabbrev.el (mail-alias-separator-string)
15056 (mail-abbrev-mode-regexp):
15057 * mail/rmail.el (rmail-speedbar-match-folder-regexp):
15058 * progmodes/idlwave.el (idlwave-libinfo-file)
15059 (idlwave-default-completion-case-is-down)
15060 (idlwave-library-routines): Convert defvars to defcustoms.
15061
15062 * mail/rmail.el (rmail-decode-mime-charset):
15063 * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
15064 (idlwave-shell-fix-inserted-breaks)
15065 (idlwave-shell-activate-alt-keybindings)
15066 (idlwave-shell-use-breakpoint-glyph):
15067 * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
15068
15069 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
15070
15071 * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
15072
15073 2012-05-03 Wilson Snyder <wsnyder@wsnyder.org>
15074
15075 * progmodes/verilog-mode.el (font-lock-keywords):
15076 Fix mis-highligting auto. Reported by Craig Barner.
15077 (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
15078 defines from global name space. Reported by Dan Dever.
15079 (verilog-auto-reset, verilog-auto-reset-widths)
15080 (verilog-auto-tieoff): Support using unbased numbers for
15081 AUTORESET and AUTOTIEOFF.
15082 (verilog-submit-bug-report): Update variable list.
15083 (verilog-read-auto-params): Fix AUTOINPUT regexps containing
15084 parenthesis from not matching. Reported by Michael Rytting.
15085 (verilog-auto-template-lint): Fix hash error when linting modules
15086 with no used templates.
15087 (verilog-warn, verilog-warn-error)
15088 (verilog-warn-fatal): When non-interactive report multiple
15089 warnings before exiting. Suggested by Brad Dobbie.
15090 (verilog-auto-template-lint, verilog-auto-template-warn-unused)
15091 (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
15092 to report unused template errors. Reported by Brad Dobbie.
15093 (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
15094 nets, bug438. Reported by Vns Blore.
15095 (verilog-auto-inout-module, verilog-auto-reg)
15096 (verilog-read-decls, verilog-read-sub-decls-sig)
15097 (verilog-signals-edit-wire-reg, verilog-signals-with):
15098 Fix passing of Verilog data types in ANSI input/output ports
15099 such as "output logic" into the AUTOs. Special case "wire" and
15100 "reg" for backwards compatibility presuming Verilog 2001.
15101 (verilog-auto-ascii-enum): Add "auto enum" as alias.
15102 (verilog-preprocess): Fix replication of preprocess output.
15103 Reported by Brad Dobbie.
15104 (verilog-auto-inst-interfaced-ports):
15105 Create verilog-auto-inst-interfaced-ports, bug429.
15106 Reported by Julian Gorfajn.
15107 (verilog-after-save-font-hook)
15108 (verilog-before-save-font-hook): New variable.
15109 (verilog-modi-cache-results, verilog-save-font-mod-hooked)
15110 (verilog-save-font-mods): Wrap disabling fontification, reported
15111 by David Rogoff.
15112 (verilog-do-indent, verilog-pretty-declarations-auto)
15113 (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
15114 Reported by Pierre-David Pfister.
15115 (verilog-set-auto-endcomments): Fix endtask auto comments outside
15116 of class declarations, bug292. Reported by Kevin Heilman.
15117 (verilog-read-decls): Fix 'parameter type' not appearing in
15118 AUTOINSTPARAM, bug340. Reported by Jonathan Greenlaw.
15119 (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
15120 AUTOINPUTs, bug411. Reported by Jonathan Greenlaw.
15121 (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
15122 Reported by David Kravitz.
15123
15124 2012-05-03 Michael McNamara <mac@mail.brushroad.com>
15125
15126 * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
15127 assignment with tests in ifs and for loops.
15128 (verilog-extended-complete-re, verilog-complete-reg): Change so
15129 that DPI inport functions don't look like fuction declarations.
15130 (verilog-pretty-expr): Don't line up assignment
15131 operations to the test and increment in if and for loops
15132 (verilog-extended-complete-re, verilog-complete-reg): Change so
15133 that DPI inport functions don't look like fuction declarations.
15134
15135 2012-05-03 Kenichi Handa <handa@m17n.org>
15136
15137 * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
15138 decoding, and show a warning message without signaling an error
15139 (Bug#11282).
15140
15141 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
15142
15143 * emacs-lisp/bytecomp.el
15144 (byte-compile-file-form-custom-declare-variable): Compile all elements,
15145 since cconv.el might have introduced :fun-body, internal-make-closure,
15146 and friends for bytecomp to handle (bug#11391).
15147 * custom.el (defcustom): Avoid ((λ ..) ..).
15148
15149 2012-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
15150
15151 * subr.el (read-passwd): Better clean after ourselves (bug#11392).
15152
15153 2012-05-02 Juanma Barranquero <lekktu@gmail.com>
15154
15155 * notifications.el (dbus-debug):
15156 * term/linux.el (gpm-mouse-enable):
15157 * term/screen.el (xterm-register-default-colors): Declare.
15158
15159 2012-05-02 Chong Yidong <cyd@gnu.org>
15160
15161 * cus-start.el (gc-cons-percentage, exec-suffixes)
15162 (dos-display-scancodes, dos-hyper-key, dos-super-key)
15163 (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
15164 (make-cursor-line-fully-visible, void-text-area-pointer)
15165 (font-list-limit): Add customization data.
15166
15167 * allout.el (allout-exposure-change-functions)
15168 (allout-structure-added-functions)
15169 (allout-structure-deleted-functions)
15170 (allout-structure-shifted-functions): Rename abnormal hooks from
15171 *-hook, and convert to defcustoms.
15172 (allout-after-copy-or-kill-hook, allout-post-undo-hook):
15173 Convert to defcustoms.
15174 (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
15175
15176 * allout-widgets.el: Hook callers changed.
15177
15178 2012-05-02 Eli Zaretskii <eliz@gnu.org>
15179
15180 * mail/rmail.el (rmail-yank-current-message): Use the encoding of
15181 the yanked message in preference to the default value of
15182 buffer-file-coding-system.
15183
15184 2012-05-02 Martin Rudalics <rudalics@gmx.at>
15185
15186 * window.el (display-buffer--action-function-custom-type):
15187 Fix entry.
15188
15189 2012-05-02 Alan Mackenzie <acm@muc.de>
15190
15191 * progmodes/cc-defs.el (c-version): Update to 5.32.3.
15192
15193 2012-05-01 Glenn Morris <rgm@gnu.org>
15194
15195 * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
15196
15197 * eshell/esh-cmd.el (eshell-debug-command): Doc fix. Add :set.
15198
15199 * cus-edit.el (custom-variable-documentation): Simplify with format.
15200
15201 2012-05-01 Aaron S. Hawley <aaron.s.hawley@gmail.com>
15202 Stefan Monnier <monnier@iro.umontreal.ca>
15203
15204 * simple.el (suggest-key-bindings, execute-extended-command):
15205 Move from keyboard.c.
15206
15207 2012-05-01 Chong Yidong <cyd@gnu.org>
15208
15209 * follow.el: Eliminate advice.
15210 (set-process-filter, process-filter, sit-for): Advice deleted.
15211 (follow-mode-off-hook): Obsolete hook removed.
15212 (follow-avoid-tail-recenter-p, follow-process-filter-alist):
15213 Vars deleted.
15214 (follow-auto): Use a :set function.
15215 (follow-mode): Rewritten. Don't advise process filters.
15216 (follow-switch-to-current-buffer-all, follow-scroll-up)
15217 (follow-scroll-down): Assume follow-mode is bound.
15218 (follow-comint-scroll-to-bottom)
15219 (follow-align-compilation-windows): New functions.
15220 (follow--window-sorter): New function.
15221 (follow-all-followers): Use it to explicitly sort windows by their
15222 positions; don't make assumptions about next-window order.
15223 (follow-windows-start-end, follow-delete-other-windows-and-split)
15224 (follow-calc-win-start): Doc fix.
15225 (follow-windows-aligned-p, follow-select-if-visible): Don't call
15226 vertical-motion unnecessarily.
15227 (follow-adjust-window): New function.
15228 (follow-post-command-hook): Use it.
15229 (follow-call-set-process-filter, follow-call-process-filter)
15230 (follow-intercept-process-output, follow-tidy-process-filter-alist)
15231 (follow-stop-intercept-process-output, follow-generic-filter):
15232 Functions deleted.
15233 (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
15234 (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
15235 New functions, replacing advice on scroll-bar-* commands.
15236 (follow-mwheel-scroll): New function (Bug#4112).
15237
15238 * comint.el (comint-adjust-point): New function.
15239 (comint-postoutput-scroll-to-bottom): Use it.
15240 Call follow-comint-scroll-to-bottom for Follow mode buffers.
15241
15242 2012-05-01 Glenn Morris <rgm@gnu.org>
15243
15244 * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
15245 * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
15246 * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
15247 * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
15248 * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
15249 Remove no-byte-compile setting.
15250
15251 2012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
15252
15253 * minibuffer.el (completion-table-with-quoting): Fix compatibility
15254 all-completions code to not return a number in the last cdr.
15255
15256 2012-04-30 Leo Liu <sdl.web@gmail.com>
15257
15258 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
15259 read-only error.
15260
15261 2012-04-29 Chong Yidong <cyd@gnu.org>
15262
15263 * follow.el (follow-calc-win-end): Rewrite to handle partial
15264 screen lines correctly (Bug#8390).
15265 (follow-avoid-tail-recenter): Minor cleanup.
15266
15267 2012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
15268
15269 Avoid the obsolete `assoc' package.
15270 * speedbar.el (speedbar-refresh): Avoid adelete.
15271 (speedbar-file-lists): Simplify and avoid aput.
15272 * man.el (Man--sections, Man--refpages): New vars, replacing
15273 Man-sections-alist and Man-refpages-alist.
15274 (Man-build-section-alist, Man-build-references-alist):
15275 Use them; avoid aput.
15276 (Man--last-section, Man--last-refpage): New vars.
15277 (Man-follow-manual-reference): Use them.
15278 Use the `default' arg of completing-read.
15279 (Man-goto-section): Idem. Move prompt to the `interactive' spec.
15280
15281 2012-04-27 Chong Yidong <cyd@gnu.org>
15282
15283 * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
15284
15285 * startup.el (x-apply-session-resources): New function.
15286
15287 * term/ns-win.el (ns-initialize-window-system):
15288 * term/w32-win.el (w32-initialize-window-system):
15289 * term/x-win.el (x-initialize-window-system): Use it to properly
15290 set menu-bar-mode and other vars from X resources, even if the
15291 initial frame is not a window-system frame (Bug#2299).
15292
15293 * subr.el (read-key): Avoid running filter function when setting
15294 up temporary tool bar entries (Bug#9922).
15295
15296 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
15297
15298 * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
15299 (Bug#11344)
15300
15301 2012-04-27 Chong Yidong <cyd@gnu.org>
15302
15303 * select.el (xselect--encode-string): New function, split from
15304 xselect-convert-to-string.
15305 (xselect-convert-to-string): Use it.
15306 (xselect-convert-to-filename, xselect-convert-to-os)
15307 (xselect-convert-to-host, xselect-convert-to-user): Ensure that
15308 returned strings are properly encoded (Bug#11315).
15309
15310 2012-04-27 Chong Yidong <cyd@gnu.org>
15311
15312 * simple.el (delete-active-region): Move to killing custom group.
15313
15314 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
15315
15316 * progmodes/which-func.el (which-func-current): Quote %
15317 characters for mode-line processing.
15318
15319 2012-04-27 Chong Yidong <cyd@gnu.org>
15320
15321 * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
15322 reaching eob (Bug#11286).
15323
15324 2012-04-27 Eli Zaretskii <eliz@gnu.org>
15325
15326 * progmodes/gdb-mi.el (gdb-control-level): New variable.
15327 (gdb): Make it buffer-local and init to zero.
15328 (gdb-control-commands-regexp): New variable.
15329 (gdb-send): Don't wrap in "-interpreter-exec console" if
15330 gdb-control-level is positive. Increment gdb-control-level
15331 whenever the command matches gdb-control-commands-regexp, and
15332 decrement it each time the command is "end". (Bug#11279)
15333
15334 2012-04-27 Martin Rudalics <rudalics@gmx.at>
15335
15336 * window.el (adjust-window-trailing-edge, enlarge-window)
15337 (shrink-window, window-resize):
15338 * mouse.el (mouse-drag-line): Fix resizing of minibuffer
15339 windows (Bug#11276).
15340
15341 2012-04-27 Chong Yidong <cyd@gnu.org>
15342
15343 * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
15344 fix "missing prefix" warning. All callers changed.
15345
15346 2012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
15347
15348 * emacs-lisp/assoc.el: Move to obsolete/.
15349
15350 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
15351
15352 * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
15353
15354 * term/ns-win.el (ns-define-service):
15355 * progmodes/pascal.el (pascal-goto-defun):
15356 * progmodes/js.el (js--read-tab):
15357 * progmodes/etags.el (tags-lazy-completion-table):
15358 * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
15359 * emacs-lisp/ewoc.el (ewoc--wrap):
15360 * emacs-lisp/assoc.el (aput, adelete, amake):
15361 * doc-view.el (doc-view-convert-current-doc):
15362 * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
15363
15364 2012-04-26 Chong Yidong <cyd@gnu.org>
15365
15366 * image.el (image-type-from-buffer): Only return supported image
15367 type (Bug#9045).
15368
15369 * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
15370 value, for symmetry with diff-end-of-hunk.
15371 (diff-split-hunk, diff-find-source-location)
15372 (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
15373 (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
15374 (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
15375 compute the relevant hunk or file properly (Bug#6005).
15376 (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
15377
15378 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
15379
15380 * vc/vc-mtn.el:
15381 * vc/vc-hg.el:
15382 * vc/vc-git.el:
15383 * vc/vc-dir.el:
15384 * vc/vc-cvs.el:
15385 * vc/vc-bzr.el:
15386 * vc/vc-arch.el:
15387 * vc/vc.el: Replace lexical-let by lexical-binding.
15388 * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
15389 * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
15390 * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
15391
15392 2012-04-26 Chong Yidong <cyd@gnu.org>
15393
15394 * vc/diff-mode.el (diff-undo): New command (Bug#5302).
15395 (diff-mode-shared-map): Bind it to / and [remap undo].
15396
15397 * vc/ediff-wind.el (ediff-setup-windows-default): New function.
15398 (ediff-window-setup-function): Use it as the default, to set up
15399 windows based on whether the current frame is graphical (Bug#2138).
15400 (ediff-choose-window-setup-function-automatically): Make obsolete.
15401
15402 * vc/ediff-init.el: Always define ediff-pixel-width/height.
15403
15404 2012-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
15405
15406 * ffap.el: Remove old code for obsolete package.
15407 (ffap-complete-as-file-p): Remove.
15408
15409 Use completion-table-with-quoting for comint and pcomplete.
15410 * comint.el (comint--unquote&requote-argument)
15411 (comint--unquote-argument, comint--requote-argument): New functions.
15412 (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
15413 (comint-quote-filename): Use regexp-opt-charset.
15414 (comint--common-suffix, comint--common-quoted-suffix)
15415 (comint--table-subvert): Remove.
15416 (comint-unquote-function, comint-requote-function): New vars.
15417 (comint--complete-file-name-data): Use them with
15418 completion-table-with-quoting.
15419 * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
15420 * pcomplete.el (pcomplete-arg-quote-list)
15421 (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
15422 (pcomplete-unquote-argument-function): Default to non-nil.
15423 (pcomplete-unquote-argument): Simplify.
15424 (pcomplete--common-quoted-suffix): Remove.
15425 (pcomplete-requote-argument-function): New var.
15426 (pcomplete--common-suffix): New function.
15427 (pcomplete-completions-at-point): Use completion-table-with-quoting
15428 and completion-table-subvert.
15429
15430 * minibuffer.el: Use completion-table-with-quoting for read-file-name.
15431 (minibuffer--double-dollars): Preserve properties.
15432 (completion--sifn-requote): New function.
15433 (completion--file-name-table): Rewrite using it and c-t-with-quoting.
15434
15435 * minibuffer.el: Add support for completion of quoted/escaped data.
15436 (completion-table-with-quoting, completion-table-subvert): New funs.
15437 (completion--twq-try, completion--twq-all): New functions.
15438 (completion--nth-completion): New function.
15439 (completion-try-completion, completion-all-completions): Use it.
15440
15441 2012-04-25 Leo Liu <sdl.web@gmail.com>
15442
15443 * progmodes/python.el (python-pdbtrack-get-source-buffer):
15444 Use compilation-message if available to find real filename.
15445
15446 2012-04-25 Chong Yidong <cyd@gnu.org>
15447
15448 * vc/diff-mode.el (diff-setup-whitespace): New function.
15449 (diff-mode): Use it.
15450
15451 * vc/diff.el (diff-sentinel):
15452 * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
15453 Whitespace mode variables based on diff style (Bug#8612).
15454
15455 2012-04-25 Leo Liu <sdl.web@gmail.com>
15456
15457 * progmodes/python.el (python-send-region): Add suffix .py to the
15458 temp file.
15459
15460 * files.el (auto-mode-alist): Use javascript-mode instead.
15461
15462 2012-04-25 Alex Harsanyi <AlexHarsanyi@gmail.com>
15463
15464 Sync with soap-client repository. Support SOAP simpleType (Bug#10331).
15465
15466 * net/soap-client.el (soap-resolve-references-for-sequence-type)
15467 (soap-resolve-references-for-array-type): Hack to prevent self
15468 references, see Bug#9.
15469 (soap-parse-envelope): Report the contents of the 'detail' node
15470 when receiving a fault reply.
15471 (soap-parse-envelope): Report the contents of the entire 'detail' node.
15472
15473 * net/soap-inspect.el (soap-sample-value-for-simple-type)
15474 (soap-inspect-simple-type): New function.
15475
15476 * net/soap-client.el (soap-simple-type): New struct.
15477 (soap-default-xsd-types, soap-default-soapenc-types)
15478 (soap-decode-basic-type, soap-encode-basic-type):
15479 support unsignedInt and double basic types.
15480 (soap-resolve-references-for-simple-type)
15481 (soap-parse-simple-type, soap-encode-simple-type): New function.
15482 (soap-parse-schema): Parse xsd:simpleType declarations.
15483
15484 * net/soap-client.el (soap-default-xsd-types)
15485 (soap-default-soapenc-types): Add integer, byte and anyURI types.
15486 (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
15487 the local name of "soapenc:Array".
15488 (soap-decode-basic-type, soap-encode-basic-type): Support encoding
15489 decoding integer, byte and anyURI xsd types.
15490
15491 2012-04-25 Chong Yidong <cyd@gnu.org>
15492
15493 * cus-edit.el (custom-buffer-create-internal): Update header text.
15494
15495 2012-04-25 Eli Zaretskii <eliz@gnu.org>
15496
15497 * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
15498 settings on 'system-type', not on 'window-system'. On MS-Windows,
15499 set interactive-mode on in GDB.
15500
15501 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
15502
15503 * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
15504 (ruby-syntax-propertize-regexp): Remove.
15505 (ruby-syntax-propertize-function): Split regexp into chunks.
15506 Match following code directly.
15507
15508 2012-04-24 Dmitry Gutov <dgutov@yandex.ru>
15509
15510 * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
15511 (ruby-syntax-propertize-regexp): New function.
15512 (ruby-syntax-propertize-function): Use it to handle regexp not preceded
15513 by a special keyword.
15514
15515 * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
15516 (ruby-syntax-general-delimiters-goto-beg)
15517 (ruby-syntax-propertize-general-delimiters): New functions.
15518 (ruby-syntax-propertize-function): Use them to handle GDL.
15519 (ruby-font-lock-keywords): Move old handling of GDL...
15520 (ruby-font-lock-syntactic-keywords): .. to here.
15521 (ruby-calculate-indent): Adjust indentation for GDL.
15522
15523 2012-04-24 Michael Albinus <michael.albinus@gmx.de>
15524
15525 * notifications.el (top): Remove unneeded declarations.
15526 (notifications-specification-version): Change to "1.2".
15527 (notifications-interface, notifications-notify-method)
15528 (notifications-close-notification-method): Fix docstring.
15529 (notifications-get-capabilities-method): New defconst.
15530 (notifications-notify): Add :action-items, :resident and
15531 :transient hints. Change "image_data" to "image-data" and
15532 "image_path" to "image-path".
15533 (notifications-get-capabilities): New defun.
15534
15535 2012-04-24 Leo Liu <sdl.web@gmail.com>
15536
15537 * progmodes/python.el: Move hideshow setup to the end.
15538
15539 2012-04-24 Martin Rudalics <rudalics@gmx.at>
15540
15541 * window.el (handle-select-window): Clear echo area since this is
15542 no more done by read_char (Bug#11304).
15543
15544 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
15545
15546 * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
15547 and `/ M' to filter-derived-mode.
15548 * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
15549 (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
15550 (ibuffer-mark-by-mode): Use default rather than initial-input.
15551 (ibuffer-filter-by-derived-mode): Autoload and require-match.
15552
15553 2012-04-24 Ivan Andrus <darthandrus@gmail.com> (tiny change)
15554
15555 * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
15556 (ibuffer-filter-by-derived-mode): New filter.
15557 * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
15558
15559 2012-04-23 Andreas Politz <politza@fh-trier.de>
15560
15561 * subr.el (accept-change-group): Fix arg usage (Bug#6095).
15562
15563 2012-04-23 Chong Yidong <cyd@gnu.org>
15564
15565 * cus-edit.el (customize-apropos, customize-apropos-options):
15566 Disable matching of non-option variables (Bug#11176).
15567 (customize-option, customize-option-other-window)
15568 (customize-changed-options): Doc fix.
15569 (customize-apropos-options, customize-apropos-faces)
15570 (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
15571
15572 * apropos.el (apropos-read-pattern): Make prompt less cryptic.
15573 Fix word list splitting (Bug#11132).
15574 (apropos-symbol, apropos-keybinding, apropos-label)
15575 (apropos-property, apropos-function-button)
15576 (apropos-variable-button, apropos-misc-button): New faces.
15577 (apropos-symbol-face, apropos-keybinding-face)
15578 (apropos-label-face, apropos-property-face, apropos-match-face):
15579 Variables removed (Bug#8396).
15580 (apropos-library-button, apropos-format-plist, apropos-print)
15581 (apropos-print-doc, apropos-describe-plist): Callers changed.
15582
15583 2012-04-23 Michael Albinus <michael.albinus@gmx.de>
15584
15585 * net/xesam.el (xesam-mode-map): Use let-bound map in
15586 initialization. (Bug#11292)
15587
15588 2012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
15589
15590 Preserve ispell session localwords when switching back to
15591 original buffer.
15592
15593 * textmodes/ispell.el (ispell-buffer-session-localwords):
15594 New buffer-local variable to hold buffer session localwords.
15595 (ispell-kill-ispell): Add option 'clear to delete session
15596 localwords.
15597 (ispell-command-loop, ispell-change-dictionary)
15598 (ispell-buffer-local-words): Preserve session localwords when
15599 needed.
15600
15601 * textmodes/flyspell.el (flyspell-process-localwords)
15602 (flyspell-do-correct): Preserve session localwords when needed.
15603
15604 2012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
15605
15606 * textmodes/ispell.el (ispell-insert-word) Remove unneeded function
15607 using obsolete `translation-table-for-input'.
15608 (ispell-word, ispell-process-line, ispell-complete-word):
15609 Use plain `insert' instead of removed `ispell-insert-word'.
15610
15611 2012-04-22 Chong Yidong <cyd@gnu.org>
15612
15613 * cus-edit.el (custom-variable-menu)
15614 (custom-variable-reset-saved, custom-face-menu)
15615 (custom-face-reset-saved): If there is no saved value, make the
15616 "reset-saved" operation bring back the default (Bug#9509).
15617 (custom-face-state): Properly detect themed faces.
15618
15619 * faces.el (face-spec-set): Stop supporting deprecated form of
15620 third arg.
15621
15622 2012-04-22 Michael Albinus <michael.albinus@gmx.de>
15623
15624 Move functions from C to Lisp. Make non-blocking method calls
15625 the default. Implement further D-Bus standard interfaces.
15626
15627 * net/dbus.el (dbus-message-internal): Declare function.
15628 Remove unneeded function declarations.
15629 (defvar dbus-message-type-invalid, dbus-message-type-method-call)
15630 (dbus-message-type-method-return, dbus-message-type-error)
15631 (dbus-message-type-signal): Declare variables. Remove local
15632 definitions.
15633 (dbus-interface-dbus, dbus-interface-peer)
15634 (dbus-interface-introspectable, dbus-interface-properties)
15635 (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
15636 Adapt docstring.
15637 (dbus-interface-objectmanager): New defconst.
15638 (dbus-call-method, dbus-call-method-asynchronously)
15639 (dbus-send-signal, dbus-method-return-internal)
15640 (dbus-method-error-internal, dbus-register-service)
15641 (dbus-register-signal, dbus-register-method): New defuns, moved
15642 from dbusbind.c
15643 (dbus-call-method-handler, dbus-setenv)
15644 (dbus-get-all-managed-objects, dbus-managed-objects-handler):
15645 New defuns.
15646 (dbus-call-method-non-blocking): Make it an obsolete function.
15647 (dbus-unregister-object, dbus-unregister-service)
15648 (dbus-handle-event, dbus-register-property)
15649 (dbus-property-handler): Obey the new structure of
15650 `bus-registered-objects'.
15651 (dbus-introspect): Use `dbus-call-method'. Use a timeout.
15652 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
15653 Use `dbus-call-method'.
15654
15655 2012-04-22 Chong Yidong <cyd@gnu.org>
15656
15657 * cus-edit.el (custom-commands, custom-reset-menu)
15658 (Custom-reset-standard): Tweak labels.
15659 (custom-reset-button-menu): Change default to t.
15660 (custom-buffer-create-internal): For the custom-reset-button-menu
15661 case, put the revert button first.
15662 (custom-group-subtitle): New face.
15663 (custom-group-value-create): Align docstring to a specific column.
15664
15665 * wid-edit.el (widget-documentation-link-add): Don't handle
15666 indentation in this function.
15667 (widget-documentation-string-indent-to): New function.
15668 (widget-documentation-string-value-create): Use it.
15669
15670 * autorevert.el (auto-revert):
15671 * epg-config.el (epg):
15672 * ibuffer.el (ibuffer):
15673 * mpc.el (mpc):
15674 * ses.el (ses):
15675 * eshell/eshell.el (eshell):
15676 * net/ange-ftp.el (ange-ftp):
15677 * progmodes/ebnf2ps.el (postscript):
15678 * progmodes/flymake.el (flymake):
15679 * progmodes/prolog.el (prolog):
15680 * progmodes/verilog-mode.el (verilog-mode):
15681 * progmodes/which-func.el (which-func):
15682 * term/xterm.el (xterm):
15683 * textmodes/picture.el (picture):
15684 * textmodes/tildify.el (tildify):
15685 * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
15686 customization buffers.
15687
15688 2012-04-22 Alan Mackenzie <acm@muc.de>
15689
15690 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
15691 Adding a ) can hide the resulting (..) from searches. Fix it.
15692 Bound the backward search to the position of the existing (.
15693
15694 2012-04-21 Juanma Barranquero <lekktu@gmail.com>
15695
15696 * progmodes/verilog-mode.el (verilog-mode): Check whether
15697 which-func-modes is t before adding verilog-mode.
15698 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
15699
15700 2012-04-21 Leo Liu <sdl.web@gmail.com>
15701
15702 * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
15703
15704 2012-04-21 Michael Vehrs <Michael.Burschik@gmx.de>
15705
15706 * woman.el: Add support for "T{ T}" tbl syntax, and fix the
15707 filling of the last column of a table (Bug#5635).
15708 (woman-find-next-control-line): New arg, specifying an additional
15709 regexp component for the control line.
15710 (woman2-roff-buffer): Use it.
15711 (woman-break-table): New function.
15712 (woman2-TS): Use it.
15713
15714 2012-04-21 Chong Yidong <cyd@gnu.org>
15715
15716 * woman.el (woman-set-buffer-display-table, woman-decode-region)
15717 (woman-horizontal-escapes, woman-negative-vertical-space)
15718 (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
15719 (WoMan-warn-ignored): Use ?\s instead of ?\ .
15720
15721 2012-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
15722
15723 * minibuffer.el (completion-file-name-table): Complete user names.
15724
15725 2012-04-20 Leo Liu <sdl.web@gmail.com>
15726
15727 * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
15728 and pcase-let*.
15729
15730 2012-04-20 Chong Yidong <cyd@gnu.org>
15731
15732 * server.el (server-execute): Respect initial-buffer-choice if it
15733 is a string and there are no files to open (Bug#2825).
15734 (server-create-window-system-frame, server-create-tty-frame):
15735 Don't switch buffers here.
15736 (server-process-filter): Only try to open a window system frame if
15737 compiled with graphical support (Bug#8314).
15738
15739 2012-04-20 Dan Nicolaescu <dann@gnu.org>
15740
15741 * battery.el (battery-echo-area-format): Display remaining time
15742 for sysfs backend too (Bug#11269).
15743 (battery-linux-sysfs): Fix conditional for the charge.
15744
15745 2012-04-20 Chong Yidong <cyd@gnu.org>
15746
15747 * progmodes/gdb-mi.el (gdb): Revert previous change.
15748 (gdb-inferior-io--init-proc): New function.
15749 (gdb-init-1): Use it.
15750 (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
15751 responsible for allocating a new pty and hooking it to gdb when
15752 the old pty gets an EIO due to process exit.
15753 (gdb-delchar-or-quit): New command. Bind it in gdb-mi buffers.
15754 (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
15755 (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
15756
15757 2012-04-20 Eli Zaretskii <eliz@gnu.org>
15758
15759 * window.el (window-min-size, window-sizable, window-min-delta)
15760 (window-max-delta, window--resizable, window-resizable)
15761 (window-total-size, window-full-height-p, window-full-width-p)
15762 (window-in-direction, window--resize-mini-window, window-resize)
15763 (window--resize-child-windows-normal)
15764 (window--resize-child-windows, window--resize-siblings)
15765 (window--resize-this-window, adjust-window-trailing-edge)
15766 (enlarge-window, shrink-window): Doc fixes.
15767
15768 2012-04-20 Chong Yidong <cyd@gnu.org>
15769
15770 * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
15771 New function to call delete-process on the gdb-inferior buffer's pty.
15772 (gdb-reset): Use it, instead of relying on kill-buffer to kill the
15773 pty process (Bug#11273).
15774 (gdb-update): New arg to suppress talking to the gdb process.
15775 (gdb-done-or-error): Use it.
15776 (gdb-stopped-functions): Rename from gdb-stopped-hooks.
15777 (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
15778 sentinel not being called.
15779
15780 * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
15781
15782 * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
15783
15784 2012-04-20 Glenn Morris <rgm@gnu.org>
15785
15786 * net/network-stream.el (open-network-stream): Doc fix.
15787
15788 2012-04-20 Chong Yidong <cyd@gnu.org>
15789
15790 * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
15791
15792 2012-04-20 Alan Mackenzie <acm@muc.de>
15793
15794 Ensure searching for keywords is case sensitive.
15795
15796 * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
15797 (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
15798 (c-defun-name, c-mark-function, c-cpp-define-name)
15799 (c-comment-indent, c-scan-conditionals, c-indent-defun)
15800 (c-context-line-break): Bind case-fold-search to nil.
15801
15802 * progmodes/cc-mode.el (c-font-lock-fontify-region):
15803 Bind case-fold-search to nil.
15804
15805 2012-04-20 Chong Yidong <cyd@gnu.org>
15806
15807 * mail/sendmail.el (mail-bury): Call return action with the right
15808 Rmail buffer (Bug#11242).
15809
15810 * server.el (server-process-filter): Handle corner case where both
15811 tty and nowait options are present (Bug#11102).
15812
15813 2012-04-20 Eli Zaretskii <eliz@gnu.org>
15814
15815 * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
15816 (top level): Put into the executable the ident-style '$Id:' tag on
15817 windows-nt as well.
15818
15819 2012-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
15820
15821 * electric.el (electric-indent-post-self-insert-function): Check that
15822 electric-indent-mode is enabled in current buffer.
15823
15824 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
15825
15826 * imenu.el (imenu-progress-message): Restore; it is "used" in
15827 erc/erc-imenu.el and net/snmp-mode.el.
15828
15829 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
15830
15831 * avoid.el (mouse-avoidance-mode): Mark unused arg.
15832 (mouse-avoidance-nudge-mouse): Remove unused binding.
15833
15834 * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
15835
15836 * descr-text.el (describe-char):
15837 * progmodes/python.el (python-describe-symbol):
15838 Don't call `toggle-read-only', set `buffer-read-only'.
15839
15840 * imenu.el (imenu-default-goto-function): Mark unused args.
15841 (imenu-progress-message): Remove obsolete macro; all callers changed.
15842
15843 * subr.el (keymap-canonicalize): Remove unused binding.
15844 (read-passwd): Mark unused arg.
15845
15846 * tutorial.el (tutorial--display-changes): Remove unused binding.
15847 (tutorial--save-tutorial-to): Remove unused variable.
15848
15849 * emacs-lisp/package.el (define-package, package-menu-mark-delete)
15850 (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
15851 (package-generate-autoloads, package-menu--generate)
15852 (package-menu--find-upgrades): Remove unused bindings.
15853
15854 * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
15855 (cua-restrict-prefix-rectangle): Doc fixes. Remove unused bindings.
15856 (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
15857 (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
15858 (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
15859 (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
15860 (cua--rectangle-aux-replace, cua--left-fill-rectangle)
15861 (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
15862 (cua-delete-char-rectangle): Mark unused args.
15863 (cua-align-rectangle): Remove unused binding.
15864
15865 * mail/rmail.el (compilation--message->loc)
15866 (epa--find-coding-system-for-mime-charset): Declare.
15867
15868 * net/dbus.el (dbus-register-service): Declare.
15869 (dbus-name-owner-changed-handler): Remove unused binding.
15870
15871 * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
15872 (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
15873 (nxml-scan-backward-within): Mark unused arg.
15874 (nxml-dynamic-markup-word): Remove unused binding.
15875
15876 * mouse.el (mouse-menu-major-mode-map):
15877 * emacs-lisp/authors.el (authors-scan-change-log)
15878 (authors-add-to-author-list):
15879 * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
15880 * emacs-lisp/smie.el (smie-auto-fill):
15881 * mail/sendmail.el (mail-bury):
15882 * mail/unrmail.el (unrmail):
15883 * net/tls.el (open-tls-stream):
15884 * textmodes/picture.el (picture-mouse-set-point):
15885 Remove unused bindings.
15886
15887 2012-04-19 Michael Albinus <michael.albinus@gmx.de>
15888
15889 * net/tramp.el (tramp-action-password): Let-bind
15890 `enable-recursive-minibuffers' to t.
15891
15892 2012-04-18 Sam Steingold <sds@gnu.org>
15893
15894 * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
15895 instead of 'string to accommodate values like [f11].
15896 Always use `vconcat' instead of `concat' on it, like in `gud-def'.
15897 * progmodes/gdb-mi.el: Likewise.
15898
15899 2012-04-18 Leo Liu <sdl.web@gmail.com>
15900
15901 * abbrev.el (edit-abbrevs): Move point to the abbrev table of
15902 current buffer.
15903 (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
15904 LOCAL is nil.
15905
15906 2012-04-18 Chong Yidong <cyd@gnu.org>
15907
15908 * simple.el (line-move): Use forward-line if in batch mode
15909 (Bug#11053).
15910
15911 2012-04-18 Christopher Schmidt <christopher@ch.ristopher.com>
15912
15913 * files.el (after-find-file): Do not try to add a final newline if
15914 the buffer is read-only (Bug#11156).
15915
15916 2012-04-17 Richard Stallman <rms@gnu.org>
15917
15918 * mail/rmail.el (rmail-start-mail):
15919 Pass (rmail-mail-return...) for the return-action.
15920 Pass (rmail-yank-current-message...) for the yank-action.
15921 (rmail-yank-current-message): New function.
15922 (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
15923 (rmail-reply): Likewise.
15924 (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
15925
15926 * mail/sendmail.el (mail-bury): Choose the first rmail-mode
15927 buffer, not the last. Reject temp buffers. Use the rmail-mode
15928 buffer, not newbuf.
15929
15930 2012-04-17 Juanma Barranquero <lekktu@gmail.com>
15931
15932 * server.el (server-ensure-safe-dir): Simplify.
15933
15934 2012-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
15935
15936 * emacs-lisp/smie.el: Provide smarter auto-filling.
15937 (smie-auto-fill): New function.
15938 (smie-setup): Use it.
15939
15940 * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
15941
15942 2012-04-17 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
15943
15944 * newcomment.el (comment-inline-offset): New custom var (bug#11090).
15945 (comment-indent): Use it.
15946
15947 2012-04-17 Vincent Belaïche <vincentb1@users.sourceforge.net>
15948
15949 * ses.el: The overall change is to add cell renaming, that is
15950 setting fancy names for cell symbols other than name matching
15951 "\\`[A-Z]+[0-9]+\\'" regexp .
15952 (ses-localvars): Add ses--renamed-cell-symb-list.
15953 (ses-create-cell-variable): New defun.
15954 (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
15955 (ses-relocate-formula): Relocate formulas only for cells the
15956 symbols of which are not renamed, i.e. symbols whose names do not
15957 match regexp "\\`[A-Z]+[0-9]+\\'".
15958 (ses-relocate-all): Relocate values only for cells the symbols of
15959 which are not renamed.
15960 (ses-load): Create cells variables as the (ses-cell ...) are read,
15961 in order to check row col consistency with cell symbol name only
15962 for cells that are not renamed.
15963 (ses-replace-name-in-formula): New defun.
15964 (ses-rename-cell): New defun.
15965
15966 2012-04-17 Peter Oliver <bzr@mavit.org.uk> (tiny change)
15967
15968 * progmodes/perl-mode.el (perl-indent-parens-as-block):
15969 New option (bug#11118).
15970 (perl-calculate-indent): Respect it.
15971
15972 2012-04-17 Glenn Morris <rgm@gnu.org>
15973
15974 * dired-aux.el (dired-mark-read-string): Doc fix.
15975
15976 2012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
15977
15978 * dired-aux.el (dired-mark-read-string): Offer optional completion.
15979 (dired-do-chxxx): Complete chown, chgrp over users, groups. (Bug#7900)
15980
15981 2012-04-17 Glenn Morris <rgm@gnu.org>
15982
15983 * mouse.el (mouse-drag-track):
15984 * speedbar.el (speedbar-frame-mode):
15985 Use auto-hscroll-mode rather than the alias automatic-hscrolling.
15986
15987 2012-04-16 Leo Liu <sdl.web@gmail.com>
15988
15989 * progmodes/python.el: Trivial cleanup.
15990
15991 2012-04-16 Glenn Morris <rgm@gnu.org>
15992
15993 * vc/vc.el (vc-string-prefix-p):
15994 * vc/pcvs-util.el (cvs-string-prefix-p):
15995 * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
15996 * mpc.el (mpc-string-prefix-p):
15997 Make all of these into obsolete aliases for string-prefix-p.
15998 Update callers.
15999 * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
16000
16001 * textmodes/two-column.el: Move custom options to the start.
16002 (frame-width): Remove compat definition.
16003 (2C-associate-buffer, 2C-dissociate):
16004 Use with-current-buffer rather than save-excursion.
16005 (2C-dissociate): Force a mode-line update.
16006 (2C-autoscroll): Use ignore-errors.
16007
16008 * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
16009 Autoload trivia.
16010
16011 * emacs-lisp/cl-extra.el (*random-state*):
16012 Remove unnecessary declaration.
16013
16014 * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
16015
16016 * play/cookie1.el (cookie-snarf):
16017 Give an explicit error if input file cannot be read.
16018
16019 * play/yow.el (yow-file): Use expand-file-name rather than concat.
16020
16021 * progmodes/perl-mode.el (c-macro-expand):
16022 Remove unnecessary autoload (it is in loaddefs.el).
16023
16024 * textmodes/picture.el (picture-desired-column)
16025 (picture-update-desired-column): Convert comments to doc-strings.
16026 (picture-substitute): Remove function.
16027 (picture-mode-map): Initialize in the defvar.
16028
16029 * woman.el: Remove eval-after-load for tar-mode.
16030 * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
16031 (woman-tar-extract-file): Autoload it.
16032
16033 * frame.el (automatic-hscrolling): Make this alias obsolete.
16034
16035 2012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
16036
16037 * textmodes/ispell.el (ispell-set-spellchecker-params): Post-process
16038 `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
16039 (ispell-dictionary-base-alist): Revert to original XEmacs
16040 friendly version for default. [:alpha:] will be added in
16041 `ispell-set-spellchecker-params' if needed.
16042
16043 2012-04-16 Chong Yidong <cyd@gnu.org>
16044
16045 * image.el (imagemagick--file-regexp): New variable.
16046 (imagemagick-register-types): Use it.
16047 (imagemagick-types-inhibit): Add :set function. Allow new value
16048 of t to inhibit all types.
16049
16050 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
16051 so we can preload it.
16052
16053 * loadup.el (fboundp): Preload regexp-opt, needed by
16054 imagemagick-register-types.
16055
16056 2012-04-15 Chong Yidong <cyd@gnu.org>
16057
16058 * frame.el (scrolling): Remove nearly unused customization group.
16059
16060 * scroll-all.el (scroll-all-mode): Move to windows group.
16061
16062 2012-04-15 Chong Yidong <cyd@gnu.org>
16063
16064 * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
16065
16066 2012-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
16067
16068 Avoid the use of ((lambda ...) ...) in lexical-binding code.
16069 * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
16070
16071 2012-04-15 Glenn Morris <rgm@gnu.org>
16072
16073 * simple.el (process-file-side-effects): Doc fix.
16074
16075 2012-04-15 Glenn Morris <rgm@gnu.org>
16076
16077 * international/mule-cmds.el (set-language-environment): Doc fix.
16078
16079 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
16080
16081 * server.el (server-auth-key, server-generate-key): Doc fixes.
16082 (server-get-auth-key): Doc fix. Use `string-match-p'.
16083 (server-start): Reflow docstring.
16084
16085 2012-04-14 Lars Ingebrigtsen <larsi@gnus.org>
16086
16087 * server.el (server-generate-key): `called-interactively-p'
16088 requires a parameter.
16089
16090 2012-04-14 Michal Nazarewicz <mina86@mina86.com>
16091
16092 * server.el (server-auth-key): New variable.
16093 (server-generate-key, server-get-auth-key): New function.
16094 (server-start): Use the new variable and functions to allow
16095 setting a permanent server key (bug#9423).
16096
16097 2012-04-14 Leo Liu <sdl.web@gmail.com>
16098
16099 * vc/diff-mode.el (diff-file-prev/next): Fix typo.
16100
16101 2012-04-14 Paul Eggert <eggert@cs.ucla.edu>
16102
16103 Spelling fixes.
16104 * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
16105 Emacs uses American spelling.
16106
16107 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
16108
16109 * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
16110 (emacs-lock--exit-locked-buffer): Return the locked buffer. Doc fix.
16111 (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
16112 (emacs-lock--kill-buffer-query-functions): Run new hook. (Bug#11017)
16113
16114 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
16115
16116 * progmodes/which-func.el (which-func-modes): Change default.
16117
16118 2012-04-14 Kim F. Storm <storm@cua.dk>
16119
16120 * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
16121 exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
16122
16123 2012-04-14 Chong Yidong <cyd@gnu.org>
16124
16125 * custom.el (custom-theme-set-variables): Doc fix.
16126
16127 2012-04-14 Glenn Morris <rgm@gnu.org>
16128
16129 * international/mule.el (set-auto-coding-for-load): Doc fix.
16130
16131 2012-04-14 Alan Mackenzie <acm@muc.de>
16132
16133 * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
16134 imenu work again for Objective C Mode. Correct the *-index values,
16135 these having been disturbed by a previous change in 2011-08.
16136
16137 * progmodes/cc-engine.el (c-before-change-check-<>-operators):
16138 Correct two search limits.
16139
16140 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
16141
16142 * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
16143
16144 2012-04-14 Andreas Schwab <schwab@linux-m68k.org>
16145
16146 * international/characters.el: Fix sorting.
16147
16148 2012-04-14 Eli Zaretskii <eliz@gnu.org>
16149
16150 * international/characters.el: Add more missing Latin case pairs.
16151
16152 2012-04-14 Glenn Morris <rgm@gnu.org>
16153
16154 * files.el (dir-locals-set-class-variables): Doc fix.
16155
16156 2012-04-14 Eli Zaretskii <eliz@gnu.org>
16157
16158 * international/characters.el: Add set-case-syntax-pair call for
16159 LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
16160 counterpart. (Bug#11209)
16161
16162 * simple.el (shell-command-on-region): Doc fix. (Bug#11208)
16163
16164 2012-04-14 Glenn Morris <rgm@gnu.org>
16165
16166 * calendar/holidays.el (calendar-check-holidays): Doc fix.
16167
16168 2012-04-14 Eli Zaretskii <eliz@gnu.org>
16169
16170 * textmodes/ispell.el (ispell-dictionary-base-alist):
16171 Add data for Hebrew.
16172
16173 2012-04-14 Chong Yidong <cyd@gnu.org>
16174
16175 * net/rcirc.el (rcirc-cmd-quit):
16176 Revert 2012-03-18 change (Bug#11192).
16177
16178 2012-04-14 Glenn Morris <rgm@gnu.org>
16179
16180 * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
16181
16182 2012-04-14 Eli Zaretskii <eliz@gnu.org>
16183
16184 * minibuffer.el (completion-in-region-mode-map):
16185 Bind completion-help-at-point to M-? rather than ?. (Bug#11182)
16186
16187 2012-04-13 Vivek Dasmohapatra <vivek@etla.org>
16188
16189 * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
16190
16191 2012-04-13 Masatake YAMATO <yamato@redhat.com>
16192
16193 * minibuffer.el (minibuffer-local-filename-syntax): New variable
16194 to allow `C-M-f' and `C-M-b' to move to the nearest path
16195 separator (bug#9511).
16196
16197 2012-04-13 Lars Ingebrigtsen <larsi@gnus.org>
16198
16199 * avoid.el: Require cl when compiling. And also move the
16200 `provide' to the end.
16201
16202 2012-04-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
16203
16204 * avoid.el (mouse-avoidance-banish-position): New variable.
16205 (mouse-avoidance-banish-destination): Use it (bug#10165).
16206
16207 2012-04-13 Leo Liu <sdl.web@gmail.com>
16208
16209 * progmodes/which-func.el (which-func-modes): Add objc-mode.
16210
16211 2012-04-13 Ken Brown <kbrown@cornell.edu>
16212
16213 * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
16214 this is no longer needed now that cygstart understands file:// URLs.
16215 (browse-url-filename-alist): For the same reason, don't modify
16216 file:// URLs on Cygwin.
16217
16218 2012-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
16219
16220 * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
16221 the region on shift if the binding is already shifted (bug#11221).
16222
16223 2012-04-12 Glenn Morris <rgm@gnu.org>
16224
16225 * mail/mailpost.el: Move to obsolete/.
16226
16227 2012-04-12 Drew Adams <drew.adams@oracle.com>
16228
16229 * imenu.el (imenu--generic-function): Ignore invisible definitions
16230 (bug#10123).
16231
16232 2012-04-12 Vivek Dasmohapatra <vivek@etla.org>
16233
16234 * hexl.el (hexl-bits): New variable.
16235 (hexl-options): Mention the variable in the doc string.
16236 (hexl-rulerise, hexl-line-displen): New functions.
16237 (hexl-mode): Mention the new variable.
16238 (hexl-mode, hexl-current-address, hexl-current-address):
16239 Use the displen.
16240 (hexl-ascii-start-column): New function.
16241 (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
16242 (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
16243
16244 2012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
16245
16246 * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
16247 '("-i" ENCODING), in 2 separate command-line arguments, to specify
16248 the encoding, as expected by hunspell.
16249
16250 2012-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
16251
16252 * battery.el (battery--linux-sysfs-regexp): New const.
16253 (battery-status-function): Use it. Remove yeeloong special case.
16254 (battery-yeeloong-sysfs): Remove.
16255 (battery-echo-area-format): Remove yeeloong special case.
16256
16257 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
16258
16259 * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
16260 Reported by Noah Friedman.
16261
16262 * subr.el (read-passwd): Use read-string.
16263
16264 2012-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
16265
16266 * vcursor.el (vcursor-move): Increase the priority of the overlay
16267 (bug#9663).
16268
16269 2012-04-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
16270
16271 * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
16272 (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
16273
16274 2012-04-11 William Stevenson <yhvh2000@gmail.com>
16275
16276 * textmodes/artist.el (artist-mode): Convert artist-mode to use
16277 define-minor-mode (bug#10760).
16278
16279 2012-04-11 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
16280
16281 * progmodes/grep.el (rgrep): Tweak the find command line so
16282 that directories matching `grep-find-ignored-files' won't be
16283 pruned (bug#10351).
16284
16285 2012-04-11 Chong Yidong <cyd@gnu.org>
16286
16287 * startup.el (command-line): Remove support for long-obsolete
16288 variable font-lock-face-attributes.
16289
16290 2012-04-11 Glenn Morris <rgm@gnu.org>
16291
16292 * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
16293
16294 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
16295
16296 * window.el (window--state-get-1): Obey window-point-insertion-type.
16297
16298 2012-04-11 Lennart Borgman <lennart.borgman@gmail.com>
16299
16300 * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
16301 to previous function when point is on the first character of a
16302 function. Take care of that in `narrow-to-defun' (bug#6157).
16303
16304 2012-04-11 Glenn Morris <rgm@gnu.org>
16305
16306 * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
16307 not just file-errors.
16308
16309 * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
16310 (vc-bzr-sha1): Use internal sha1.
16311
16312 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
16313
16314 * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
16315
16316 2012-04-10 Sébastien Gross <seb@chezwam.org> (tiny change)
16317
16318 * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
16319 that start in the middle of the line (bug#10496).
16320
16321 2012-04-10 Dan Nicolaescu <dann@gnu.org>
16322
16323 * battery.el (battery-linux-proc-acpi): Only one battery is
16324 discharged at a time, but that seems to confuse battery.el when
16325 computing `rate-type' for the battery not being discharged
16326 (bug#10332).
16327
16328 2012-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
16329
16330 * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
16331
16332 * international/quail.el: Use dolist and simplify.
16333 (quail-define-package, quail-update-keyboard-layout)
16334 (quail-define-rules): Use dolist.
16335 (quail-insert-kbd-layout, quail-get-translation): CSE.
16336
16337 * tmm.el: Use dolist, remove left over hook.
16338 (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
16339 Use dolist.
16340 (calendar-load-hook): Don't mess with it.
16341
16342 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
16343 Use derived-mode-p. Run the diff asynchronously.
16344
16345 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
16346
16347 * obsolete/mouse-sel.el: Add an Obsolete-since header.
16348
16349 2012-04-10 Juanma Barranquero <lekktu@gmail.com>
16350
16351 * misc.el: Display absolute path of loaded DLLs (bug#10424).
16352 (list-dynamic-libraries--loaded): New function.
16353 (list-dynamic-libraries--refresh): Use it.
16354
16355 2012-04-10 Nathan Weizenbaum <nweiz@google.com>
16356
16357 * progmodes/python.el (python-fill-paragraph):
16358 Make python-fill-region in a multiline string work when font-lock is
16359 disabled (bug#7018).
16360
16361 2012-04-10 Laimonas Vėbra <laimonas.vebra@gmail.com> (tiny change)
16362
16363 * language/european.el (cp775): Add oem/legacy (en)coding on
16364 DOS/MS Windows for the Baltic languages. There are still plenty
16365 of texts written in this encoding/codepage (bug#6519).
16366
16367 2012-04-10 Glenn Morris <rgm@gnu.org>
16368
16369 * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
16370 Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
16371
16372 2012-04-10 Florian Adamsky <florian@adamsky.it> (tiny change)
16373
16374 * recentf.el (recentf-dialog-mode-map): Add two keybindings for
16375 next-line "n" and previous-line "p" in order to make recentf more
16376 consistent with ibuffer, dired or org-mode (bug#9387).
16377
16378 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
16379
16380 * image.el (put-image): Return the overlay created instead of the
16381 optional input string (bug#7834). Note that this may break code
16382 that is (for some reason or other) depending on `put-image'
16383 returning the string.
16384
16385 * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
16386
16387 * simple.el (zap-to-char): Allow zapping using input methods
16388 (bug#1580).
16389
16390 * textmodes/fill.el (fill-region): Leave point and mark where they
16391 were before filling (bug#5399).
16392
16393 2012-04-09 Glenn Morris <rgm@gnu.org>
16394
16395 * version.el (emacs-bzr-get-version):
16396 Handle lightweight checkouts of local branches.
16397
16398 2012-04-09 Andreas Schwab <schwab@linux-m68k.org>
16399
16400 * international/characters.el: Recover lost case pairs. (Bug#11209)
16401
16402 2012-04-09 Chong Yidong <cyd@gnu.org>
16403
16404 * custom.el (custom-variable-p): Return nil for non-symbol
16405 arguments instead of signaling an error.
16406 (user-variable-p): Obsolete alias for custom-variable-p.
16407
16408 * apropos.el (apropos-variable):
16409 * files-x.el (read-file-local-variable):
16410 * simple.el (set-variable):
16411 * woman.el (woman-mini-help):
16412 * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
16413
16414 2012-04-09 Glenn Morris <rgm@gnu.org>
16415
16416 * startup.el (normal-top-level): Don't look for leim-list.el
16417 in places where it will not be found. (Bug#910)
16418
16419 * international/mule-cmds.el (set-default-coding-systems):
16420 * files.el (normal-mode):
16421 Remove guarded calls to ucs-set-table-for-input. (Bug#9821)
16422 This function was removed with ucs-tables.el in 2008.
16423
16424 2012-04-08 Eli Zaretskii <eliz@gnu.org>
16425
16426 * textmodes/ispell.el (ispell-check-version): For hunspell, set
16427 ispell-encoding8-command to "-i", without a trailing space.
16428 (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
16429 separate command-line arguments, to specify the encoding, since
16430 that's how hunspell expects it.
16431
16432 2012-04-08 Glenn Morris <rgm@gnu.org>
16433
16434 * loadup.el: Load bindings before cus-start.
16435 This reduces somewhat the number of "rogue" settings in emacs -Q.
16436
16437 2012-04-07 Glenn Morris <rgm@gnu.org>
16438
16439 * version.el (emacs-bzr-get-version): New function.
16440 (emacs-bzr-version): New variable.
16441 * loadup.el (emacs-bzr-version): Set it. (Bug#8054)
16442 * mail/emacsbug.el (report-emacs-bug): Include bzr version.
16443
16444 2012-04-07 Eli Zaretskii <eliz@gnu.org>
16445
16446 * international/uni-bidi.el, international/uni-category.el:
16447 * international/uni-combining.el, international/uni-decimal.el:
16448 * international/uni-decomposition.el, international/uni-digit.el:
16449 * international/uni-lowercase.el, international/uni-mirrored.el:
16450 * international/uni-name.el, international/uni-numeric.el:
16451 * international/uni-titlecase.el, international/uni-uppercase.el:
16452 Update for Unicode 6.1.
16453
16454 2012-04-07 Eli Zaretskii <eliz@gnu.org>
16455
16456 * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
16457
16458 2012-04-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
16459
16460 * window.el (shrink-window): Mention the `window-min-height'
16461 variable in the doc string.
16462
16463 2012-04-05 Bastien Guerry <bzg@altern.org>
16464
16465 * color.el (color-lighten-name): Fix typo.
16466
16467 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
16468
16469 * server.el (server--on-display-p): New function.
16470 (server--on-display-p): Use it.
16471
16472 2012-04-04 Gábor Vida <vidagabor@gmail.com> (tiny change)
16473
16474 * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
16475 (bug#11145).
16476
16477 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
16478
16479 * comint.el (comint--common-quoted-suffix): Check string boundary
16480 before comparing (bug#11158).
16481 * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
16482
16483 2012-04-04 Chong Yidong <cyd@gnu.org>
16484
16485 * minibuffer.el (completion-extra-properties): Doc fix.
16486
16487 * subr.el (delayed-warnings-hook): Doc fix.
16488
16489 2012-04-04 Daiki Ueno <ueno@unixuser.org>
16490
16491 * epa.el (epa--select-keys): Bind C-c C-c to finish the key
16492 selection (Bug#11159).
16493 (epa-insert-keys): Inform that the default public key will be
16494 exported if no key is selected.
16495
16496 2012-04-04 Richard Stallman <rms@gnu.org>
16497
16498 * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
16499
16500 2012-04-03 Chong Yidong <cyd@gnu.org>
16501
16502 * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
16503 mail-insert-file, not its obsolete alias mail-attach-file.
16504
16505 2012-04-03 Michael Albinus <michael.albinus@gmx.de>
16506
16507 * notifications.el (notifications-notify): Fix docstring.
16508
16509 2012-04-02 Glenn Morris <rgm@gnu.org>
16510
16511 * emacs-lisp/authors.el (authors-aliases): Another addition.
16512
16513 2012-04-02 Michael Albinus <michael.albinus@gmx.de>
16514
16515 * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
16516 `tramp-compat-call-process' instead of `tramp-local-call-process'.
16517 Reported by Magnus Henoch <magnus.henoch@gmail.com>.
16518
16519 2012-04-01 Chong Yidong <cyd@gnu.org>
16520
16521 * files.el (file-in-directory-p): Rename from file-subdir-of-p.
16522 Handle root directory properly.
16523 (copy-directory): Caller changed.
16524
16525 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
16526 * net/tramp.el (tramp-file-name-for-operation): Callers changed.
16527
16528 2012-03-31 Glenn Morris <rgm@gnu.org>
16529
16530 * term/xterm.el (xterm-extra-capabilities): Doc fix.
16531
16532 * language/indian.el ("Devanagari"): Fix typo. (Bug#11103)
16533
16534 * calendar/calendar.el (calendar-window-list)
16535 (calendar-hide-window): Restore. (Bug#11140)
16536 (calendar-exit): Use calendar-window-list, calendar-hide-window again.
16537
16538 * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
16539
16540 2012-03-30 Thierry Volpiatto <thierry.volpiatto@gmail.com>
16541
16542 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
16543 Check if file is a symlink (Bug#10489).
16544
16545 * files.el (copy-directory): Likewise.
16546
16547 2012-03-30 Chong Yidong <cyd@gnu.org>
16548
16549 * image.el (imagemagick-types-inhibit)
16550 (imagemagick-register-types): Doc fix.
16551
16552 2012-03-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
16553
16554 * textmodes/ispell.el (ispell-get-extended-character-mode):
16555 Disable extended-char-mode for hunspell. hunspell does not support it
16556 and treats ~word as ordinary words in pipe mode.
16557
16558 2012-03-30 Glenn Morris <rgm@gnu.org>
16559
16560 * tutorial.el (help-with-tutorial): Ensure local variables don't
16561 happen to make the buffer read-only. (Bug#11127)
16562
16563 2012-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
16564
16565 * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
16566 (perl-calculate-indent): Return `noindent' in strings.
16567
16568 2012-03-28 Sam Steingold <sds@gnu.org>
16569
16570 * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
16571 instead of the broken adhockery which does not prevent calendar
16572 buffers from being displayed at random after exit.
16573 (calendar-window-list, calendar-hide-window): Remove the broken
16574 adhockery.
16575
16576 2012-03-28 Glenn Morris <rgm@gnu.org>
16577
16578 * replace.el (query-replace-map): Doc fix.
16579
16580 2012-03-28 Andreas Schwab <schwab@linux-m68k.org>
16581
16582 * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
16583 contents. (Bug#11109)
16584
16585 2012-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
16586
16587 * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
16588 (bug#11077).
16589 (avl-tree--check, avl-tree--check-node): New funs.
16590
16591 2012-03-27 Martin Rudalics <rudalics@gmx.at>
16592
16593 * window.el (switch-to-visible-buffer): New option.
16594 (switch-to-prev-buffer, switch-to-next-buffer):
16595 Observe switch-to-visible-buffer. Make sure that checking for a window
16596 showing a buffer already is done on the same frame.
16597
16598 2012-03-27 Glenn Morris <rgm@gnu.org>
16599
16600 * startup.el (mail-host-address): Doc fix.
16601
16602 2012-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
16603
16604 * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
16605 than 197 variables.
16606
16607 2012-03-26 Ami Fischman <ami@fischman.org>
16608
16609 * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
16610
16611 2012-03-26 Glenn Morris <rgm@gnu.org>
16612
16613 * files.el (save-buffers-kill-emacs): Doc fix.
16614
16615 * startup.el (normal-top-level, command-line, command-line-1):
16616 Give them doc strings.
16617
16618 2012-03-25 Eli Zaretskii <eliz@gnu.org>
16619
16620 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
16621 of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
16622
16623 2012-03-25 Chong Yidong <cyd@gnu.org>
16624
16625 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
16626 theme if it was previously enabled before (Bug#11031).
16627
16628 * cus-theme.el (custom-theme-write-faces): Retrieve current face
16629 spec with custom-face-get-current-spec if its :shown-value is not
16630 determined yet (Bug#9337).
16631 (customize-create-theme, custom-theme-revert): Doc fixes.
16632
16633 * button.el (button-at): Minor addition to docstring.
16634
16635 2012-03-24 Simon Leinen <simon.leinen@gmail.com>
16636
16637 * vc/vc.el (vc-merge): Fix a prompt.
16638
16639 2012-03-24 Chong Yidong <cyd@gnu.org>
16640
16641 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
16642 point (Bug#9623).
16643
16644 * button.el (button-at): Minor addition to docstring.
16645
16646 2012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
16647
16648 * newcomment.el (comment-choose-indent): No space after BOL.
16649
16650 2012-03-22 Sam Steingold <sds@gnu.org>
16651
16652 * window.el (switch-to-prev-buffer): Revert last patch because the
16653 bug turned out to be an advertised feature (Elisp manual 28.14).
16654
16655 2012-03-22 Glenn Morris <rgm@gnu.org>
16656
16657 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
16658 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
16659
16660 2012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
16661
16662 * net/network-stream.el (network-stream-open-starttls): Make error
16663 message under Windows be less misleading.
16664
16665 2012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
16666
16667 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
16668 understands (bug#9942).
16669
16670 2012-03-22 Chong Yidong <cyd@gnu.org>
16671
16672 * simple.el (end-of-visible-line): Handle return value of
16673 next-single-property-change properly (Bug#9371).
16674
16675 2012-03-22 Kenichi Handa <handa@m17n.org>
16676
16677 * international/quail.el (quail-insert-kbd-layout): Fix previous
16678 change. To avoid unwanted bidi reordering, use
16679 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
16680
16681 2012-03-21 Dmitry Gutov <dgutov@yandex.ru>
16682
16683 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
16684 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
16685 (ruby-beginning-of-indent): Be more careful with the difference
16686 between word-boundary and symbol boundary.
16687 (ruby-mode-syntax-table): Make : a symbol constituent.
16688
16689 2012-03-21 Andreas Politz <politza@fh-trier.de>
16690
16691 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
16692
16693 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
16694
16695 * progmodes/etags.el (tags-completion-at-point-function):
16696 Improve last fix.
16697
16698 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
16699
16700 2012-03-21 Sam Steingold <sds@gnu.org>
16701
16702 * progmodes/etags.el (tags-completion-at-point-function):
16703 Avoid the error when point is inside the pattern.
16704
16705 2012-03-21 John Yates <john@yates-sheets.org> (tiny change)
16706
16707 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
16708 line (Bug#10855).
16709
16710 2012-03-21 Drew Adams <drew.adams@oracle.com>
16711
16712 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
16713
16714 2012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
16715
16716 * ido.el (ido-set-current-directory, ido-read-internal)
16717 (ido-choose-completion-string, ido-completion-help): Handle nil
16718 value of ido-completion-buffer (Bug#11008).
16719
16720 2012-03-21 Sam Steingold <sds@gnu.org>
16721
16722 * window.el (switch-to-prev-buffer): Do not switch to a visible
16723 window previous buffer, just like with the frame previous buffers.
16724
16725 2012-03-21 Chong Yidong <cyd@gnu.org>
16726
16727 * faces.el (make-face, make-empty-face, copy-face):
16728 * face-remap.el (face-remap-add-relative, face-remap-set-base):
16729 Doc fixes.
16730
16731 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
16732
16733 * wid-edit.el (widget-complete-field): Remove (bug#11051).
16734 (widget-complete): Remove broken use of it.
16735
16736 2012-03-20 Chong Yidong <cyd@gnu.org>
16737
16738 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
16739 Use string-width and truncate-string-width to handle arbitrary
16740 characters.
16741
16742 2012-03-20 Tassilo Horn <tassilo@member.fsf.org>
16743
16744 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
16745 to draw rectangles, not squares. (Regression introduced by revno
16746 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
16747
16748 2012-03-18 Chong Yidong <cyd@gnu.org>
16749
16750 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
16751 it is not yet defined (for temacs).
16752
16753 2012-03-18 Leo Liu <sdl.web@gmail.com>
16754
16755 * net/rcirc.el (rcirc-cmd-quit): Allow quitting all servers with
16756 prefix.
16757
16758 2012-03-17 Eli Zaretskii <eliz@gnu.org>
16759
16760 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
16761 (ispell-choices-win-default-height, ispell-silently-savep)
16762 (ispell-dictionary-alist, ispell-encoding8-command)
16763 (ispell-check-version, ispell-aspell-find-dictionary)
16764 (ispell-valid-dictionary-list, ispell-words-keyword)
16765 (ispell-get-word, ispell-internal-change-dictionary)
16766 (ispell-region, ispell-skip-region-list)
16767 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
16768 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
16769 (ispell-message-text-end, ispell-message)
16770 (ispell-buffer-local-parsing): Doc fix.
16771
16772 2012-03-13 Jambunathan K <kjambunathan@gmail.com>
16773
16774 * htmlfontify.el: Add support for code block fontification for ODT
16775 export (Bug #9914).
16776 (hfy-optimisations): Define new option
16777 `body-text-only'
16778 (hfy-fontify-buffer): Honor above setting.
16779 (hfy-begin-span, hfy-end-span): New routines factored out form
16780 `hfy-fontify-buffer'.
16781 (hfy-begin-span-handler, hfy-end-span-handler): New variables
16782 that permit insertion of custom tags.
16783 (hfy-fontify-buffer): Use above handlers.
16784 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
16785 (hfy-face-to-css): Re-defined to be a variable.
16786 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
16787 over multiple runs. This is made possible by having the caller let
16788 bind a special variable `hfy-user-sheet-assoc'.
16789 (htmlfontify-string): New defun.
16790 (hfy-compile-face-map): Make sure that the last char in the
16791 buffer is correctly fontified.
16792 (hfy-face-resolve-face): Whitespace only change.
16793
16794 2012-03-17 Eli Zaretskii <eliz@gnu.org>
16795
16796 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
16797 message more clear.
16798
16799 2012-03-16 Leo Liu <sdl.web@gmail.com>
16800
16801 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
16802
16803 2012-03-16 Alan Mackenzie <acm@muc.de>
16804
16805 Further optimize the handling of large macros.
16806
16807 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
16808 limit to a call of `c-literal-limits'.
16809 (c-determine-+ve-limit): New function.
16810 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
16811 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
16812 In CASE 5B, restrict a search limit to 500.
16813 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
16814
16815 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
16816 Restrict macro bounds to +-500 from after-change's BEG END.
16817
16818 2012-03-16 Leo Liu <sdl.web@gmail.com>
16819
16820 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
16821
16822 2012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
16823
16824 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
16825 `special-mode' setting of `buffer-read-only'. (Bug#11010)
16826
16827 2012-03-16 Glenn Morris <rgm@gnu.org>
16828
16829 * view.el (view-buffer, view-buffer-other-window)
16830 (view-buffer-other-frame): Doc fixes re special mode-class.
16831
16832 * subr.el (eval-after-load): If named feature is provided not from
16833 a file, run after-load forms. (Bug#10946)
16834
16835 * calendar/calendar.el (calendar-insert-at-column):
16836 Handle non-unit-width characters a bit better. (Bug#10978)
16837
16838 2012-03-15 Chong Yidong <cyd@gnu.org>
16839
16840 * emacs-lisp/ring.el (ring-extend): New function.
16841 (ring-insert+extend): Extend the ring correctly (Bug#11019).
16842
16843 * comint.el (comint-read-input-ring)
16844 (comint-add-to-input-history): Grow comint-input-ring lazily.
16845
16846 2012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
16847
16848 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
16849 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
16850
16851 * imenu.el: Fix multiple inheritance breakage (bug#9199).
16852 (imenu-add-to-menubar): Don't add a redundant index.
16853 (imenu-update-menubar): Handle a dynamically composed keymap.
16854
16855 2012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
16856
16857 * mail/sendmail.el (mail-encode-header):
16858 Bind rfc2047-encode-encoded-words to nil.
16859
16860 2012-03-13 Glenn Morris <rgm@gnu.org>
16861
16862 * calendar/calendar.el (calendar-string-spread):
16863 Handle non-unit-width characters a bit better. (Bug#10978)
16864
16865 2012-03-13 Leo Liu <sdl.web@gmail.com>
16866
16867 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
16868 directory and file as argument (Bug#10822).
16869
16870 2012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
16871
16872 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
16873 For dynamically generated code, follow $PC.
16874 (gdb-disassembly-handler-custom): Handle no function name case.
16875
16876 2012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
16877
16878 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
16879 * emulation/ws-mode.el (ws-query-replace):
16880 * sort.el (sort-regexp-fields):
16881 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
16882
16883 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
16884
16885 * dabbrev.el: Fix cycle completion order (bug#10963).
16886 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
16887 (dabbrev-completion): Don't use an obarray; provide
16888 a cycle-sort-function.
16889
16890 2012-03-12 Leo Liu <sdl.web@gmail.com>
16891
16892 * simple.el (kill-new): Use equal-including-properties for comparison.
16893 (kill-do-not-save-duplicates): Doc fix.
16894
16895 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
16896
16897 * dabbrev.el: Fix cycle completion (bug#10963).
16898 Use lexical binding and wrap to 80 columns.
16899 (dabbrev-completion): Delay computing the list of completions.
16900
16901 2012-03-12 Kenichi Handa <handa@m17n.org>
16902
16903 * international/quail.el (quail-insert-kbd-layout): Surround each
16904 row by LRO and PDF instead of inserting many LRMs. Pad the left
16905 and right of each non-spacing marks. Insert invisible space
16906 between lower and upper characters to prevent composition.
16907
16908 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
16909
16910 * minibuffer.el (minibuffer-complete): Don't get confused when the
16911 function is run twice via different commands (bug#10958).
16912 (complete-with-action): Fix docstring.
16913
16914 2012-03-12 Chong Yidong <cyd@gnu.org>
16915
16916 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
16917 (nxml-completion-at-point-function): New function.
16918 (nxml-mode): Use it.
16919 (nxml-bind-meta-tab-to-complete-flag): Default to t.
16920
16921 * emacs-lisp/package.el (package-unpack, package-unpack-single):
16922 Load generated autoloads file before byte compiling (Bug#10970).
16923 (package--make-autoloads-and-compile): New helper fun.
16924
16925 2012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
16926
16927 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
16928
16929 2012-03-11 Michael Albinus <michael.albinus@gmx.de>
16930
16931 * autorevert.el (auto-revert-handler): Ensure, that
16932 file-readable-p is applied only for local files or in
16933 auto-revert-tail-mode.
16934
16935 2012-03-11 Andreas Schwab <schwab@linux-m68k.org>
16936
16937 * server.el (server-eval-at): Handle non-tcp connections.
16938 Decode result string.
16939
16940 * server.el (server-msg-size): New constant.
16941 (server-reply-print): New function.
16942 (server-eval-and-print): Use it.
16943 (server-eval-at): Use server-quote-arg and server-unquote-arg.
16944 Handle -print-nonl.
16945
16946 2012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
16947
16948 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
16949 (Bug#10987).
16950
16951 2012-03-11 Chong Yidong <cyd@gnu.org>
16952
16953 * simple.el (goto-line): Doc fix (Bug#9938).
16954
16955 * subr.el (save-window-excursion): Doc fix (Bug#9979).
16956
16957 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
16958 when finished (Bug#10963).
16959
16960 2012-03-11 Martin Rudalics <rudalics@gmx.at>
16961
16962 * window.el (split-window-below): Fix bug in case where
16963 split-window-keep-point is nil (Bug#10971).
16964
16965 2012-03-11 Juri Linkov <juri@jurta.org>
16966
16967 * replace.el (replace-highlight): Set isearch-word to nil
16968 unconditionally. (Bug#10887)
16969
16970 2012-03-10 Eli Zaretskii <eliz@gnu.org>
16971
16972 * net/mairix.el (mairix-replace-invalid-chars): Rename from
16973 mairix-replace-illegal-chars; all callers changed. Don't remove
16974 ^, ~, and = characters: they are meaningful in mairix search specs.
16975 (mairix-widget-create-query): Add usage information about mairix
16976 search forms: negating words, searching for substrings, etc.
16977
16978 2012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
16979
16980 * international/fontset.el (font-encoding-alist): Add an entry for
16981 ksx1001 (Bug#5667).
16982
16983 2012-03-10 Richard Stallman <rms@gnu.org>
16984
16985 * mail/sendmail.el (mail-encode-header):
16986 Set rfc2047-encode-encoded-words.
16987
16988 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
16989
16990 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
16991 view buffer means not swapped.
16992 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
16993 (rmail-write-region-annotate): Error if real text has disappeared.
16994
16995 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
16996
16997 2012-03-10 Chong Yidong <cyd@gnu.org>
16998
16999 * emulation/cua-rect.el (cua--init-rectangles):
17000 * emulation/cua-base.el (cua--init-keymaps):
17001 Add delete-forward-char to remappings (Bug#9666).
17002
17003 2012-03-10 Martin Rudalics <rudalics@gmx.at>
17004
17005 * speedbar.el (speedbar-unhighlight-one-tag-line):
17006 Avoid unhighlighting due to frame switching (Bug#10275).
17007
17008 2012-03-10 Chong Yidong <cyd@gnu.org>
17009
17010 * minibuffer.el (completion-in-region, completion-help-at-point):
17011 Give the completion field overlay a high priority (Bug#6830).
17012
17013 * dired.el (dired-goto-file): Recognize absolute file name
17014 listings (Bug#7126).
17015 (dired-goto-file-1): New helper function.
17016 (dired-toggle-read-only): Inhibit warnings.
17017
17018 2012-03-09 Michael Albinus <michael.albinus@gmx.de>
17019
17020 * net/dbus.el (dbus-property-handler): Return empty array if
17021 there are no properties.
17022
17023 2012-03-09 Leo Liu <sdl.web@gmail.com>
17024
17025 * savehist.el (savehist-printable): Stricter check for string
17026 value (Bug#10937).
17027
17028 2012-03-09 Eli Zaretskii <eliz@gnu.org>
17029
17030 * mail/smtpmail.el (smtpmail-send-it):
17031 Bind coding-system-for-write to *-unix, so that FCC files are kept in
17032 valid mbox format.
17033
17034 2012-03-09 Glenn Morris <rgm@gnu.org>
17035
17036 * files.el (dir-locals-find-file):
17037 Don't check result is regular, readable.
17038 (dir-locals-read-from-file): Demote errors.
17039
17040 2012-03-08 Eli Zaretskii <eliz@gnu.org>
17041
17042 * international/quail.el (quail-insert-kbd-layout):
17043 Insert invisible LRM characters before each character in a keyboard
17044 layout cell, to prevent their reordering by bidi display engine.
17045 For details, see the discussion in
17046 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
17047
17048 2012-03-08 Alan Mackenzie <acm@muc.de>
17049
17050 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
17051 the starting position; make it extend the marked region when
17052 invoked repeatedly - all under appropriate circumstances.
17053 Fixes bugs #5525, #10906.
17054
17055 2012-03-08 Glenn Morris <rgm@gnu.org>
17056
17057 * files.el (locate-dominating-file, dir-locals-find-file):
17058 Undo 2012-03-06 change.
17059
17060 2012-03-07 Eli Zaretskii <eliz@gnu.org>
17061
17062 * international/quail.el (quail-help):
17063 Force bidi-paragraph-direction be left-to-right. See discussion in
17064 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
17065 for the reason.
17066
17067 2012-03-07 Michael Albinus <michael.albinus@gmx.de>
17068
17069 Avoid superfluous registering of signals. (Bug#10807)
17070
17071 * notifications.el (notifications-on-action-object)
17072 (notifications-on-close-object): New defvars.
17073 (notifications-on-action-signal, notifications-on-closed-signal):
17074 Unregister the signal if not needed any longer.
17075 (notifications-notify): Register `notifications-action-signal' or
17076 `notifications-closed-signal', if :on-action or :on-close has been
17077 passed as argument.
17078
17079 2012-03-07 Chong Yidong <cyd@gnu.org>
17080
17081 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
17082 non-X platforms.
17083
17084 2012-03-06 Glenn Morris <rgm@gnu.org>
17085
17086 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
17087 (x-disown-selection-internal, x-get-selection-internal):
17088 Doc fix (add arglist signatures). (Bug#10783)
17089
17090 2012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
17091
17092 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
17093 Handle breakpoints with no "type".
17094
17095 2012-03-06 Glenn Morris <rgm@gnu.org>
17096
17097 * files.el (locate-dominating-file): Add optional predicate argument.
17098 (dir-locals-find-file): Make use of above change.
17099
17100 2012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
17101
17102 * info.el (Info-insert-dir): Also try "dir.gz".
17103
17104 2012-03-06 Glenn Morris <rgm@gnu.org>
17105
17106 * files.el (dir-locals-find-file):
17107 Ignore non-readable or non-regular files. (Bug#10928)
17108
17109 * files.el (locate-dominating-file): Doc fix.
17110
17111 2012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
17112
17113 * calendar/calendar.el (calendar-set-mode-line):
17114 `getenv' returns a string. (Bug#10951)
17115
17116 2012-03-05 Leo Liu <sdl.web@gmail.com>
17117
17118 * simple.el (backward-delete-char-untabify): Constrain point to
17119 field (Bug#10939).
17120
17121 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
17122
17123 2012-03-05 Chong Yidong <cyd@gnu.org>
17124
17125 * simple.el (count-words): If called from Lisp, return the word
17126 count, for symmetry with `count-lines'. Arglist changed.
17127 (count-words--message): Args changed. Consolidate counting code
17128 from count-words and count-words-region.
17129 (count-words-region): Caller changed.
17130 (count-lines-region): Make it an obsolete alias.
17131
17132 2012-03-04 Tassilo Horn <tassilo@member.fsf.org>
17133
17134 * saveplace.el (save-place-to-alist)
17135 (save-place-ignore-files-regexp): Allow value nil to disable this
17136 feature.
17137
17138 2012-03-04 Chong Yidong <cyd@gnu.org>
17139
17140 * faces.el (face-spec-reset-face): For the default face, reset the
17141 attributes to default values (Bug#10748).
17142
17143 2012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
17144
17145 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
17146 previous patch: Check `message-send-mail-function', and not the
17147 default function (bug#10897).
17148
17149 2012-03-04 Michael Albinus <michael.albinus@gmx.de>
17150
17151 * notifications.el (notifications-on-action-signal)
17152 (notifications-on-closed-signal): Check for unique service name of
17153 incoming event. Fix error in removing entry.
17154 (top): Register for signals with wildcard service name.
17155 (notifications-notify): Use daemon unique service name for map entries.
17156
17157 2012-03-04 Chong Yidong <cyd@gnu.org>
17158
17159 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
17160
17161 2012-03-04 Glenn Morris <rgm@gnu.org>
17162
17163 * abbrev.el (copy-abbrev-table, abbrev-table-p)
17164 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
17165 (expand-abbrev, define-abbrev-table): Doc fixes.
17166
17167 2012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
17168
17169 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
17170 `message-default-send-mail-function' and not `send-mail-function'
17171 when doing the prompting for `sendmail-query-once' before sending
17172 in Message buffers (bug#10897).
17173
17174 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
17175 This is inconsistent with all the other stream functions, which leave
17176 the setting up to the higher levels (if so wanted) (bug#10931).
17177
17178 2012-03-02 Alan Mackenzie <acm@muc.de>
17179
17180 Depessimize the handling of very large macros.
17181
17182 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
17183 (c-macro-cache-syntactic): New variables to implement a one
17184 element macro cache.
17185 (c-invalidate-macro-cache): New function.
17186 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
17187 Adapt to use the new cache.
17188 (c-state-safe-place): Use better the cache of safe positions.
17189 (c-state-semi-nonlit-pos-cache)
17190 (c-state-semi-nonlit-pos-cache-limit):
17191 New variables for...
17192 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
17193 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
17194 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
17195 Use c-state-semi-safe-place.
17196
17197 * progmodes/cc-langs.el (c-get-state-before-change-functions):
17198 Add c-invalidate-macro-cache to the C, C++, Obj entries.
17199
17200 2012-03-02 Michael Albinus <michael.albinus@gmx.de>
17201
17202 * jka-compr.el (jka-compr-call-process):
17203 Apply `file-accessible-directory-p' only when the default directory is
17204 not remote.
17205
17206 2012-03-01 Michael Albinus <michael.albinus@gmx.de>
17207
17208 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
17209 access of FILE2, if FILE1 does not exist.
17210
17211 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
17212 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
17213
17214 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
17215 Add "PAGER=" to `process-environment'.
17216
17217 2012-03-01 Michael R. Mauger <mmaug@yahoo.com>
17218
17219 * progmodes/sql.el: Bug fix
17220 (sql-get-login-ext): Save login values in globals.
17221 (sql-get-login): Use new version of `sql-get-login-ext'.
17222 (sql-interactive-mode): Set global `sql-connection' to nil.
17223 (sql-connect): Set global values for connection.
17224 (sql-product-interactive): Save global values as buffer local.
17225
17226 2012-02-29 Leo Liu <sdl.web@gmail.com>
17227
17228 * abbrev.el (define-abbrevs): Reset sys to nil.
17229
17230 2012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
17231
17232 * files.el (file-equal-p): Rename from `files-equal-p'.
17233 Return nil when one or both files don't exist.
17234 (file-subdir-of-p): Now only top directory must exists,
17235 return nil if it doesn't.
17236 (copy-directory): No need to test with `file-subdir-of-p' after
17237 creating dir.
17238 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
17239 to `file-equal-p'.
17240
17241 2012-02-28 Glenn Morris <rgm@gnu.org>
17242
17243 * shell.el (shell-mode):
17244 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
17245 * play/landmark.el (landmark-font-lock-face-O):
17246 * play/handwrite.el (handwrite):
17247 * play/gomoku.el (gomoku-O):
17248 * net/browse-url.el (browse-url-browser-display):
17249 * international/mule.el (define-charset):
17250 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
17251 * filesets.el (filesets-find-file-delay):
17252 * eshell/em-xtra.el (eshell-xtra):
17253 * eshell/em-unix.el (eshell-grep):
17254 * emulation/viper.el (viper-mode):
17255 * emacs-lisp/regexp-opt.el (regexp-opt-group):
17256 * emacs-lisp/easymenu.el (easy-menu-define):
17257 * calendar/timeclock.el (timeclock-use-display-time):
17258 * bs.el (bs-mode):
17259 * bookmark.el (bookmark-save-flag):
17260 Doc fix (standardize possessive apostrophe usage).
17261
17262 2012-02-27 Chong Yidong <cyd@gnu.org>
17263
17264 * emulation/viper-cmd.el (viper-intercept-ESC-key):
17265 Fix key-binding lookup for ESC key (Bug#9146).
17266
17267 * font-lock.el (font-lock-specified-p): Rename from
17268 font-lock-spec-present. Callers changed.
17269
17270 2012-02-27 Daniel Hackney <dan@haxney.org>
17271
17272 * emacs-lisp/package.el (package-compute-transaction):
17273 Handle holding a package version to t in package-load-list.
17274
17275 2012-02-26 Michael Albinus <michael.albinus@gmx.de>
17276
17277 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
17278 (tramp-get-inode, tramp-get-device): Use cached values.
17279
17280 2012-02-26 Alan Mackenzie <acm@muc.de>
17281
17282 Check there is a font-lock specification before doing initial
17283 fontification.
17284
17285 * font-core.el (font-lock-mode): Move the conditional from
17286 :after-hook to font-lock-initial-fontify.
17287 (font-lock-default-function): Move the check for a specification
17288 to font-lock-spec-present.
17289
17290 * font-lock.el (font-lock-initial-fontify): Call ...
17291 (font-lock-spec-present): New function.
17292
17293 2012-02-26 Jim Blandy <jimb@red-bean.com>
17294
17295 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
17296 (gdb-send): Apply it to the operand of the '-interpreter-exec
17297 console' command, so that we can pass arguments with (say) quotes
17298 in them. Store exact string sent in gdb-debug-log (Bug#10765).
17299
17300 2012-02-26 Chong Yidong <cyd@gnu.org>
17301
17302 * help-fns.el (describe-function-1): Clarify description of
17303 remapping (Bug#10844).
17304
17305 * files.el (files-equal-p): Doc fix.
17306 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
17307 and quit the loop once a mismatch is found.
17308
17309 2012-02-25 Juanma Barranquero <lekktu@gmail.com>
17310
17311 * bs.el (bs--show-with-configuration): Don't throw an error
17312 if the window cannot be split; otherwise, subsequent calls to
17313 bs-show fail, restoring a stale window config. (Bug#10882)
17314
17315 2012-02-25 Jan Djärv <jan.h.d@swipnet.se>
17316
17317 * term/ns-win.el (global-map): Bind ns-drag-file to
17318 ns-find-file (Bug#5855, Bug#10050).
17319
17320 2012-02-25 Andreas Schwab <schwab@linux-m68k.org>
17321
17322 * calendar/parse-time.el (parse-time-string): Allow extractor to
17323 return nil.
17324
17325 2012-02-25 Michael Albinus <michael.albinus@gmx.de>
17326
17327 * net/tramp.el (tramp-file-name-for-operation):
17328 Add `files-equal-p' and `file-subdir-of-p'.
17329
17330 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
17331 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
17332 Add COPY-CONTENTS argument.
17333
17334 2012-02-25 Chong Yidong <cyd@gnu.org>
17335
17336 Add custom groups for VC backends, for consistency with vc-bzr.
17337
17338 * vc/vc-arch.el (vc-arch):
17339 * vc/vc-cvs.el (vc-cvs):
17340 * vc/vc-git.el (vc-git):
17341 * vc/vc-hg.el (vc-hg):
17342 * vc/vc-mtn.el (vc-mtn):
17343 * vc/vc-rcs.el (vc-rcs):
17344 * vc/vc-sccs.el (vc-sccs):
17345 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
17346 All relevant defcustoms reassigned.
17347
17348 2012-02-25 Chong Yidong <cyd@gnu.org>
17349
17350 * newcomment.el (comment-styles): Add autoload (Bug#10868).
17351
17352 * term/x-win.el (x-initialize-window-system): Reduce default for
17353 x-selection-timeout to 5 seconds (Bug#8869).
17354
17355 2012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
17356
17357 * files.el (files-equal-p, file-subdir-of-p): New functions.
17358 (copy-directory): Error when trying to copy a directory on itself.
17359 Add missing copy-contents arg to tramp handler.
17360 * dired-aux.el (dired-copy-file-recursive): Same.
17361 (dired-create-files): Modify destination when source is equal to
17362 dest when copying files.
17363 Return also when dest is a subdir of source. (Bug#10489)
17364
17365 2012-02-24 Michael Albinus <michael.albinus@gmx.de>
17366
17367 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
17368 (Bug#10874)
17369
17370 2012-02-23 Alan Mackenzie <acm@muc.de>
17371
17372 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
17373 parameter "after-hook:" to allow the expansion to run code after
17374 the execution of the mode hooks.
17375
17376 * font-lock.el (font-lock-initial-fontify): New function extracted
17377 from font-lock-mode-internal.
17378
17379 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
17380 :after-hook.
17381
17382 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
17383
17384 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
17385 (completion--cache-all-sorted-completions): New function.
17386 (completion-all-sorted-completions): Use it.
17387 (completion--do-completion, minibuffer-force-complete):
17388 Use it to re-instate the flush hook.
17389
17390 * icomplete.el (icomplete-completions): Replace last fix with a better
17391 one (bug#10850).
17392
17393 2012-02-23 Dmitry Gutov <dgutov@yandex.ru>
17394
17395 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
17396 when it might call us back infinitely (bug#10797).
17397
17398 2012-02-23 Glenn Morris <rgm@gnu.org>
17399
17400 * minibuffer.el (completion-category-overrides): Doc fix.
17401
17402 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
17403
17404 * minibuffer.el (completion-table-with-context): Fix inf-loop.
17405 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
17406
17407 2012-02-23 Glenn Morris <rgm@gnu.org>
17408
17409 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
17410 (authors-obsolete-files-regexps, authors-ignored-files)
17411 (authors-ambiguous-files, authors-renamed-files-alist):
17412 Add more entries.
17413
17414 2012-02-23 Juri Linkov <juri@jurta.org>
17415
17416 * isearch.el (isearch-occur): Sync interactive spec with occur's
17417 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
17418
17419 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
17420
17421 2012-02-22 Juri Linkov <juri@jurta.org>
17422
17423 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
17424 (ucs-insert): Doc fix. Check for hex digits in the string.
17425 Don't display `nil' in the error message. (Bug#10857)
17426
17427 2012-02-22 Alan Mackenzie <acm@muc.de>
17428
17429 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
17430
17431 2012-02-22 Glenn Morris <rgm@gnu.org>
17432
17433 * ffap.el (ffap-c-path):
17434 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
17435
17436 2012-02-22 Chong Yidong <cyd@gnu.org>
17437
17438 * custom.el (load-theme): Doc fix.
17439
17440 2012-02-22 Glenn Morris <rgm@gnu.org>
17441
17442 * dired-x.el (dired-guess-shell-alist-default):
17443 Remove escape sequences from nroff output. (Bug#172)
17444
17445 2012-02-21 Glenn Morris <rgm@gnu.org>
17446
17447 * vc/emerge.el (emerge-defvar-local):
17448 Set `permanent-local' property rather than unused `preserved'.
17449
17450 * textmodes/picture.el (picture-delete-char): New alias.
17451 (picture-mode-map): Use it. (Bug#10860)
17452 (picture-mode): Doc fix.
17453
17454 2012-02-21 Juanma Barranquero <lekktu@gmail.com>
17455
17456 * newcomment.el (uncomment-region-default): Remove unused binding.
17457
17458 2012-02-21 Glenn Morris <rgm@gnu.org>
17459
17460 * textmodes/picture.el (picture-motion, picture-motion-reverse)
17461 (picture-self-insert, picture-tab-chars): Doc fix.
17462 (picture-mode-map): Fix C-a, C-e.
17463
17464 2012-02-20 Glenn Morris <rgm@gnu.org>
17465
17466 * emacs-lisp/authors.el (authors-aliases): Add another entry.
17467
17468 2012-02-20 Leo Liu <sdl.web@gmail.com>
17469
17470 * icomplete.el (icomplete-completions): Check FROM arg before
17471 passing to substring (Bug#10850).
17472
17473 2012-02-19 Chong Yidong <cyd@gnu.org>
17474
17475 * comint.el: Require ansi-color.
17476 (comint-output-filter-functions): Add ansi-color-process-output.
17477
17478 * ansi-color.el: Don't set comint-output-filter-functions; it is
17479 now in the initial value defined in comint.el.
17480 (ansi-color-apply-face-function): New variable.
17481 (ansi-color-apply-on-region): Use it.
17482 (ansi-color-apply-overlay-face): New function.
17483
17484 * shell.el (shell): No need to require ansi-color.
17485 (shell-mode): Use ansi-color-apply-face-function to highlight
17486 color escapes using font-lock-face property (Bug#10835).
17487
17488 2012-02-19 Chong Yidong <cyd@gnu.org>
17489
17490 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
17491 mode-line formats (Bug#10839).
17492
17493 2012-02-18 Glenn Morris <rgm@gnu.org>
17494
17495 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
17496
17497 * mail/undigest.el (unforward-rmail-message): Doc fix.
17498
17499 * saveplace.el (save-place-ignore-files-regexp): Add :version.
17500
17501 2012-02-18 Eli Zaretskii <eliz@gnu.org>
17502
17503 * international/characters.el (script-list): Sync with the latest
17504 Unicode Character Database.
17505
17506 2012-02-18 Andreas Schwab <schwab@linux-m68k.org>
17507
17508 * international/titdic-cnv.el: Remove duplicate coding tag.
17509 * language/cham.el: Likewise.
17510 * language/tai-viet.el: Likewise.
17511
17512 2012-02-18 Glenn Morris <rgm@gnu.org>
17513
17514 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
17515 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
17516 (calendar-bahai-all-holidays-flag, calendar-other-dates):
17517 * calendar/diary-lib.el (diary-abbreviated-year-flag):
17518 * calendar/holidays.el (holiday-bahai-holidays)
17519 (calendar-holidays, list-holidays):
17520 Use utf-8 Bahá'í in doc-strings, menus, etc.
17521
17522 2012-02-17 Tassilo Horn <tassilo@member.fsf.org>
17523
17524 * saveplace.el (save-place-ignore-files-regexp): New variable
17525 allowing for excluding files from saving their location of point.
17526 The default value matches the temporary commit message editing
17527 files from Git, SVN, Bazaar, and Mercurial.
17528 (save-place-to-alist): Use it.
17529
17530 2012-02-17 Lawrence Mitchell <wence@gmx.li>
17531 Stefan Monnier <monnier@iro.umontreal.ca>
17532
17533 * newcomment.el (uncomment-region-default): Don't leave extra space
17534 when an arg is provided (bug#8150).
17535
17536 2012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
17537
17538 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
17539
17540 2012-02-17 Glenn Morris <rgm@gnu.org>
17541
17542 * net/socks.el: Require network-stream. (Bug#10599)
17543
17544 2012-02-17 Kenichi Handa <handa@m17n.org>
17545
17546 * international/charprop.el:
17547 * international/uni-name.el:
17548 * international/uni-old-name.el:
17549 * international/uni-comment.el: Regenerate.
17550
17551 2012-02-16 Glenn Morris <rgm@gnu.org>
17552
17553 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
17554 Interactively in calendar buffer, give an error if not on a date.
17555
17556 2012-02-15 Glenn Morris <rgm@gnu.org>
17557
17558 * shell.el (shell-delimiter-argument-list):
17559 Revert 2011-02-17 change. (Bug#8027)
17560
17561 2012-02-15 Chong Yidong <cyd@gnu.org>
17562
17563 * minibuffer.el (completion-at-point-functions): Doc fix.
17564
17565 * custom.el (defcustom): Doc fix; note use of defvar.
17566
17567 2012-02-15 Glenn Morris <rgm@gnu.org>
17568
17569 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
17570 Doc fixes.
17571
17572 2012-02-14 Glenn Morris <rgm@gnu.org>
17573
17574 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
17575
17576 2012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
17577
17578 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
17579 way the ports list is computed.
17580 (smtpmail-query-smtp-server): Prompt the user for a port number if
17581 we can't connect to any of the standard ports (bug#10810).
17582
17583 2012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
17584
17585 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
17586
17587 2012-02-13 Glenn Morris <rgm@gnu.org>
17588
17589 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
17590
17591 2012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
17592
17593 * net/gnutls.el (gnutls-trustfiles): New variable.
17594 (gnutls-negotiate): Use it.
17595
17596 2012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
17597
17598 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
17599 does its stuff if Gnus is running.
17600
17601 2012-02-13 Alan Mackenzie <acm@muc.de>
17602
17603 Fix a loop in c-set-fl-decl-start.
17604
17605 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
17606 c-backward-syntactic-ws actually moves backwards.
17607
17608 2012-02-13 Leo Liu <sdl.web@gmail.com>
17609
17610 * net/rcirc.el (rcirc-markup-attributes): Move point to the
17611 beginning so that all \C-o chars are removed.
17612
17613 2012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
17614
17615 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
17616
17617 2012-02-12 Alan Mackenzie <acm@muc.de>
17618
17619 Fix infinite loop with long macros.
17620 * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
17621
17622 2012-02-12 Chong Yidong <cyd@gnu.org>
17623
17624 * window.el (display-buffer): Doc fix (Bug#10785).
17625
17626 2012-02-12 Glenn Morris <rgm@gnu.org>
17627
17628 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
17629 (x-disown-selection-internal, x-get-selection-internal):
17630 Sync docs with the xselect.c versions.
17631
17632 * allout-widgets.el: Add missing license notice.
17633
17634 2012-02-11 Glenn Morris <rgm@gnu.org>
17635
17636 * select.el (x-get-selection-internal, x-own-selection-internal)
17637 (x-disown-selection-internal):
17638 * x-dnd.el (x-get-selection-internal): Update declarations.
17639
17640 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
17641
17642 * window.el (window-sides-slots):
17643 * tool-bar.el (tool-bar-position):
17644 * term/xterm.el (xterm-extra-capabilities):
17645 * ses.el (ses-self-reference-early-detection):
17646 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
17647 (verilog-auto-wire-type)
17648 (verilog-auto-delete-trailing-whitespace)
17649 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
17650 (verilog-auto-tieoff-declaration):
17651 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
17652 (sql-oracle-statement-starters, sql-oracle-scan-on):
17653 * progmodes/prolog.el (prolog-align-comments-flag)
17654 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
17655 (prolog-left-indent-regexp, prolog-paren-indent-p)
17656 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
17657 (prolog-types, prolog-mode-specificators)
17658 (prolog-determinism-specificators, prolog-directives)
17659 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
17660 (prolog-electric-dot-flag)
17661 (prolog-electric-dot-full-predicate-template)
17662 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
17663 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
17664 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
17665 (prolog-program-switches, prolog-prompt-regexp)
17666 (prolog-debug-on-string, prolog-debug-off-string)
17667 (prolog-trace-on-string, prolog-trace-off-string)
17668 (prolog-zip-on-string, prolog-zip-off-string)
17669 (prolog-use-standard-consult-compile-method-flag)
17670 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
17671 (prolog-imenu-max-lines, prolog-info-predicate-index)
17672 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
17673 (prolog-char-quote-workaround):
17674 * progmodes/cc-vars.el (c-defun-tactic):
17675 * net/tramp.el (tramp-encoding-command-interactive)
17676 (tramp-local-end-of-line):
17677 * net/soap-client.el (soap-client):
17678 * net/netrc.el (netrc-file):
17679 * net/gnutls.el (gnutls):
17680 * minibuffer.el (completion-category-overrides)
17681 (completion-cycle-threshold)
17682 (completion-pcm-complete-word-inserts-delimiters):
17683 * man.el (Man-name-local-regexp):
17684 * mail/feedmail.el (feedmail-display-full-frame):
17685 * international/characters.el (glyphless-char-display-control):
17686 * eshell/em-ls.el (eshell-ls-date-format):
17687 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
17688 (lisp-lambda-list-keyword-parameter-indentation)
17689 (lisp-lambda-list-keyword-parameter-alignment):
17690 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
17691 * dired-x.el (dired-omit-verbose):
17692 * cus-theme.el (custom-theme-allow-multiple-selections):
17693 * calc/calc.el (calc-highlight-selections-with-faces)
17694 (calc-lu-field-reference, calc-lu-power-reference)
17695 (calc-note-threshold):
17696 * battery.el (battery-mode-line-limit):
17697 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
17698 (archive-7z-update):
17699 * allout.el (allout-prefixed-keybindings)
17700 (allout-unprefixed-keybindings)
17701 (allout-inhibit-auto-fill-on-headline)
17702 (allout-flattened-numbering-abbreviation):
17703 * allout-widgets.el (allout-widgets-auto-activation)
17704 (allout-widgets-icons-dark-subdir)
17705 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
17706 (allout-widgets-theme-dark-background)
17707 (allout-widgets-theme-light-background)
17708 (allout-widgets-item-image-properties-emacs)
17709 (allout-widgets-item-image-properties-xemacs)
17710 (allout-widgets-run-unit-tests-on-load)
17711 (allout-widgets-time-decoration-activity)
17712 (allout-widgets-hook-error-post-time)
17713 (allout-widgets-track-decoration):
17714 Add missing :version tags to new defcustoms and defgroups.
17715
17716 * progmodes/sql.el (sql-ansi-statement-starters)
17717 (sql-oracle-statement-starters): Add custom type.
17718
17719 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
17720 (prolog-system-version): Give it a type.
17721
17722 2012-02-11 Eli Zaretskii <eliz@gnu.org>
17723
17724 * term/pc-win.el (x-select-text, x-selection-owner-p)
17725 (x-own-selection-internal, x-disown-selection-internal)
17726 (x-get-selection-internal): Sync doc strings and argument lists
17727 with xselect.c, common-win.el and x-win.el. (Bug#10783)
17728
17729 2012-02-11 Leo Liu <sdl.web@gmail.com>
17730
17731 * progmodes/python.el (python-end-of-statement): Fix infinite
17732 loop. (Bug#10788)
17733
17734 2012-02-10 Glenn Morris <rgm@gnu.org>
17735
17736 * international/mule-cmds.el (unify-8859-on-encoding-mode)
17737 (unify-8859-on-decoding-mode): Properly mark as obsolete.
17738
17739 2012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
17740
17741 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
17742 about SMTP before checking the From header.
17743
17744 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
17745 into own function for reuse by emacsbug.el.
17746
17747 2012-02-10 Leo Liu <sdl.web@gmail.com>
17748
17749 * subr.el (condition-case-unless-debug): Rename from
17750 condition-case-no-debug. All callers changed.
17751 (with-demoted-errors): Fix caller.
17752
17753 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
17754 * nxml/rng-valid.el (rng-do-some-validation):
17755 * emacs-lisp/package.el (package-refresh-contents)
17756 (package-menu-execute):
17757 * desktop.el (desktop-create-buffer):
17758 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
17759
17760 2012-02-10 Glenn Morris <rgm@gnu.org>
17761
17762 * textmodes/bibtex.el:
17763 Add missing :version tags for new/changed defcustoms.
17764
17765 * files.el (remote-file-name-inhibit-cache): Doc fixes.
17766
17767 2012-02-09 Lars Ingebrigtsen <larsi@rusty>
17768
17769 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
17770 (smtpmail-via-smtp): Use it, or fall back on the From address.
17771 (smtpmail-send-it): Ditto.
17772
17773 2012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
17774
17775 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
17776 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
17777 (byte-compile-tmp-var): New const.
17778 (byte-compile-defvar): Use it to minimize .elc size.
17779 Just use `defvar' rather than simulate it (bug#10761).
17780
17781 2012-02-09 Glenn Morris <rgm@gnu.org>
17782
17783 * files.el (rename-uniquely): Doc fix. (Bug#3806)
17784
17785 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
17786 Add :version tags.
17787
17788 * progmodes/compile.el (compilation-error-screen-columns)
17789 (compilation-first-column, compilation-filter-start): Doc fixes.
17790
17791 * vc/log-view.el (log-view-toggle-entry-display):
17792 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
17793
17794 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
17795 (report-emacs-bug-can-use-xdg-email):
17796 (report-emacs-bug-insert-to-mailer): Doc fixes.
17797 (report-emacs-bug): Message fix.
17798
17799 * net/browse-url.el (browse-url-can-use-xdg-open)
17800 (browse-url-xdg-open): Doc fixes.
17801
17802 * electric.el (electric-indent-mode, electric-pair-mode)
17803 (electric-layout-rules, electric-layout-mode): Doc fixes.
17804 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
17805
17806 2012-02-08 Martin Rudalics <rudalics@gmx.at>
17807
17808 * server.el (server-unselect-display): Don't inadvertently kill
17809 the current buffer. (Bug#10729)
17810
17811 2012-02-08 Glenn Morris <rgm@gnu.org>
17812
17813 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
17814 (sql-list-table): Doc fixes.
17815
17816 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
17817 Comment out (does nothing).
17818
17819 * completion.el (dynamic-completion-mode):
17820 * dirtrack.el (dirtrack-debug-mode):
17821 * electric.el (electric-layout-mode):
17822 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
17823 * face-remap.el (text-scale-mode, buffer-face-mode):
17824 * iimage.el (iimage-mode):
17825 * image-mode.el (image-transform-mode):
17826 * minibuffer.el (completion-in-region-mode):
17827 * scroll-lock.el (scroll-lock-mode):
17828 * simple.el (next-error-follow-minor-mode):
17829 * tar-mode.el (tar-subfile-mode):
17830 * tooltip.el (tooltip-mode):
17831 * vcursor.el (vcursor-use-vcursor-map):
17832 * wid-browse.el (widget-minor-mode):
17833 * emulation/tpu-edt.el (tpu-edt-mode):
17834 * emulation/tpu-extras.el (tpu-cursor-free-mode):
17835 * international/iso-ascii.el (iso-ascii-mode):
17836 * language/thai-util.el (thai-word-mode):
17837 * mail/supercite.el (sc-minor-mode):
17838 * net/goto-addr.el (goto-address-mode):
17839 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
17840 * progmodes/cwarn.el (cwarn-mode):
17841 * progmodes/flymake.el (flymake-mode):
17842 * progmodes/glasses.el (glasses-mode):
17843 * progmodes/hideshow.el (hs-minor-mode):
17844 * progmodes/pascal.el (pascal-outline-mode):
17845 * textmodes/enriched.el (enriched-mode):
17846 * vc/smerge-mode.el (smerge-mode):
17847 Doc fixes (minor mode argument).
17848
17849 2012-02-07 Eli Zaretskii <eliz@gnu.org>
17850
17851 * ls-lisp.el (ls-lisp-sanitize): New function.
17852 (ls-lisp-insert-directory): Use it to fix or remove any elements
17853 in file-alist with missing attributes. (Bug#4673)
17854
17855 2012-02-07 Alan Mackenzie <acm@muc.de>
17856
17857 Fix spurious recognition of c-in-knr-argdecl.
17858
17859 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
17860 putative K&R region.
17861
17862 2012-02-07 Alan Mackenzie <acm@muc.de>
17863
17864 * progmodes/cc-engine.el (c-forward-objc-directive):
17865 Prevent looping in "#pragma mark @implementation".
17866
17867 2012-02-07 Michael Albinus <michael.albinus@gmx.de>
17868
17869 * notifications.el (notifications-on-closed-signal): Make `reason'
17870 optional. (Bug#10744)
17871
17872 2012-02-07 Glenn Morris <rgm@gnu.org>
17873
17874 * emacs-lisp/easy-mmode.el (define-minor-mode):
17875 Doc fixes for the macro and the mode it defines.
17876
17877 * image.el (imagemagick-types-inhibit): Doc fix.
17878
17879 * cus-start.el (imagemagick-render-type): Add it.
17880
17881 2012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
17882
17883 * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
17884 Set the default at load time, too, so that `font-lock-fontify-buffer'
17885 can be called without setting up the entire mode first. This fixes
17886 a bug in `mm-inline-text' with C MIME parts.
17887
17888 2012-02-06 Chong Yidong <cyd@gnu.org>
17889
17890 * simple.el (list-processes--refresh): Delete exited processes
17891 (Bug#8094).
17892
17893 * comint.el (comint-next-prompt): next-single-char-property-change
17894 and prev-single-char-property-change never return nil (Bug#8657).
17895
17896 * custom.el (defcustom): Doc fix (Bug#9711).
17897
17898 2012-02-05 Chong Yidong <cyd@gnu.org>
17899
17900 * cus-edit.el (custom-variable-reset-backup): Quote the value
17901 before storing it in the customized-value property (Bug#6712).
17902 (custom-display): Add a customization type tag.
17903 (custom-buffer-create-internal): Improve tooltip message.
17904
17905 * wid-edit.el (widget-field-value-get): New optional arg to
17906 suppress trailing whitespace truncation.
17907 (character): Use it (Bug#2689).
17908
17909 2012-02-05 Andreas Schwab <schwab@linux-m68k.org>
17910
17911 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
17912 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
17913
17914 2012-02-05 Chong Yidong <cyd@gnu.org>
17915
17916 * cus-edit.el (custom-variable-value-create): For mismatched
17917 types, show the current value (Bug#7600).
17918
17919 * custom.el (defcustom): Doc fix.
17920
17921 2012-02-05 Glenn Morris <rgm@gnu.org>
17922
17923 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
17924
17925 2012-02-05 Juanma Barranquero <lekktu@gmail.com>
17926
17927 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
17928 (pp-buffer): Use `ignore-errors', `looking-at-p'.
17929 (pp-last-sexp): Use `looking-at-p'.
17930
17931 2012-02-04 Glenn Morris <rgm@gnu.org>
17932
17933 * files.el (revert-buffer):
17934 Doc fix (mention revert-buffer-in-progress-p).
17935
17936 * emacs-lisp/ert-x.el (ert-simulate-command):
17937 Check deferred-action-list (which is obsolete) is bound.
17938
17939 * subr.el (with-wrapper-hook): Doc fixes.
17940
17941 * simple.el (filter-buffer-substring-functions)
17942 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
17943
17944 2012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
17945
17946 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
17947 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
17948
17949 2012-02-04 Leo Liu <sdl.web@gmail.com>
17950
17951 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
17952
17953 2012-02-04 Glenn Morris <rgm@gnu.org>
17954
17955 * image.el (image-extension-data): Add obsolete alias.
17956
17957 * isearch.el (isearch-update): Doc fix.
17958
17959 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
17960
17961 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
17962
17963 2012-02-03 Glenn Morris <rgm@gnu.org>
17964
17965 * image.el (image-animated-p): Doc fix. Use image-animated-types.
17966 (image-animate-timeout): Doc fix.
17967
17968 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
17969
17970 2012-02-02 Glenn Morris <rgm@gnu.org>
17971
17972 * server.el (server-auth-dir): Doc fix.
17973 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
17974
17975 * subr.el (run-mode-hooks): Doc fix.
17976
17977 2012-02-02 Juri Linkov <juri@jurta.org>
17978
17979 * image-mode.el (image-toggle-display-image): Remove tautological
17980 `major-mode' from the `derived-mode-p' test.
17981
17982 2012-02-02 Kenichi Handa <handa@m17n.org>
17983
17984 * composite.el (compose-region): Cancel previous change.
17985
17986 2012-02-02 Kenichi Handa <handa@m17n.org>
17987
17988 * composite.el (compose-region, compose-string): Signal error for
17989 a null string component (Bug#6988).
17990
17991 2012-02-01 Chong Yidong <cyd@gnu.org>
17992
17993 * view.el (view-buffer-other-window, view-buffer-other-frame):
17994 Handle special modes like view-buffer (Bug#10650).
17995 (view-buffer): Simplify.
17996
17997 * frame.el (set-frame-font): Tweak meaning of third argument.
17998
17999 * dynamic-setting.el (font-setting-change-default-font):
18000 Use set-frame-font (Bug#9982).
18001
18002 2012-02-01 Glenn Morris <rgm@gnu.org>
18003
18004 * progmodes/compile.el (compilation-internal-error-properties):
18005 Respect compilation-first-column in the "*compilation*" buffer.
18006
18007 * emacs-lisp/easy-mmode.el (define-minor-mode):
18008 Relax :variable's test for a named function.
18009
18010 2012-01-31 Alan Mackenzie <acm@muc.de>
18011
18012 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
18013 off by one error.
18014
18015 2012-01-31 Chong Yidong <cyd@gnu.org>
18016
18017 * frame.el (set-frame-font): New arg ALL-FRAMES.
18018
18019 * menu-bar.el (menu-set-font): Use set-frame-font.
18020
18021 * faces.el (face-spec-reset-face): Don't apply unspecified
18022 attribute values to the default face.
18023
18024 2012-01-31 Juanma Barranquero <lekktu@gmail.com>
18025
18026 * progmodes/cwarn.el (cwarn): Remove dead link.
18027 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
18028 Remove * from defcustom docstrings.
18029 (turn-on-cwarn-mode): Make obsolete.
18030 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
18031 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
18032
18033 2012-01-31 Glenn Morris <rgm@gnu.org>
18034
18035 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
18036 Fix :variable handling of mode a symbol not equal to modefun.
18037 Allow named functions to be used as the cdr of :variable.
18038
18039 2012-01-30 Glenn Morris <rgm@gnu.org>
18040
18041 * emacs-lisp/authors.el (authors-fixed-entries):
18042 Remove reference to deleted file rnewspost.el.
18043
18044 2012-01-29 Juanma Barranquero <lekktu@gmail.com>
18045
18046 * window.el (window-with-parameter): Remove unused variable `windows'.
18047 (window--side-check): Remove unused variable `code'.
18048 (window--resize-siblings): Remove unused variable `first'.
18049 (adjust-window-trailing-edge): Remove unused variable `failed'.
18050 (window-deletable-p, window--delete): Remove unused variable `buffer'.
18051 Use `let', not `let*'.
18052 (balance-windows-2): Remove unused variable `found'.
18053 (window--state-put-2): Remove unused variable `splits'.
18054 (window-state-put): Remove unused variable `selected'.
18055 (same-window-p): Use `string-match-p'.
18056 (display-buffer-assq-regexp): Remove unused variable `value'.
18057 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
18058 Mark argument ALIST as ignored.
18059 (pop-to-buffer): Remove unused variable `old-window'.
18060
18061 2012-01-29 Eli Zaretskii <eliz@gnu.org>
18062
18063 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
18064 and .lzma compressed files.
18065
18066 2012-01-29 Chong Yidong <cyd@gnu.org>
18067
18068 * frame.el (window-system-default-frame-alist): Doc fix.
18069
18070 * dynamic-setting.el (font-setting-change-default-font): Don't
18071 change the default face if SET-FONT argument is non-nil (Bug#9982).
18072
18073 2012-01-29 Samuel Bronson <naesten@gmail.com>
18074
18075 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
18076
18077 2012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
18078
18079 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
18080 breakpoints in files outside current directory (Bug#6098).
18081
18082 2012-01-29 Chong Yidong <cyd@gnu.org>
18083
18084 * progmodes/python.el: Require ansi-color at top-level.
18085
18086 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
18087 Define and use in Emacs Lisp mode (Bug#9360).
18088 (lisp-mode-abbrev-table): Add doc.
18089 (lisp-mode-variables): Don't set local-abbrev-table.
18090 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
18091
18092 2012-01-28 Roland Winkler <winkler@gnu.org>
18093
18094 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
18095
18096 2012-01-28 Roland Winkler <winkler@gnu.org>
18097
18098 * textmodes/bibtex.el (bibtex-entry-alist): New function.
18099 (bibtex-set-dialect): Use it. Either set global values of
18100 dialect-dependent variables or bind these variables buffer-locally
18101 (Bug#10254).
18102 (bibtex-mode): Call bibtex-set-dialect via
18103 hack-local-variables-hook.
18104 (bibtex-dialect): Update docstring.
18105 Add safe-local-variable predicate.
18106 (bibtex-entry-alist, bibtex-field-alist): Initialize via
18107 bibtex-set-dialect.
18108 (bibtex-mode-map): Define menu for each dialect.
18109 (bibtex-entry): Fix docstring.
18110
18111 2012-01-28 Chong Yidong <cyd@gnu.org>
18112
18113 * eshell/esh-arg.el (eshell-quote-argument): New function.
18114
18115 * eshell/esh-ext.el (eshell-invoke-batch-file):
18116 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
18117 first arg to eshell-parse-command (Bug#10523).
18118
18119 2012-01-28 Drew Adams <drew.adams@oracle.com>
18120
18121 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
18122 `default-directory' is non-nil.
18123
18124 2012-01-28 Eli Zaretskii <eliz@gnu.org>
18125
18126 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
18127 line that displays system-configuration-options. (Bug#9924)
18128
18129 2012-01-28 Drew Adams <drew.adams@oracle.com>
18130
18131 * descr-text.el (describe-char): Show information about POS, in
18132 addition to information about the character at POS. Improve and
18133 update the doc string. Change "code point" to "code point in
18134 charset", to avoid confusion with the character's Unicode code
18135 point shown above that. (Bug#10129)
18136
18137 2012-01-28 Eli Zaretskii <eliz@gnu.org>
18138
18139 * descr-text.el (describe-char): Show the raw character, not only
18140 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
18141 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
18142 for the reasons.
18143
18144 2012-01-28 Phil Hagelberg <phil@hagelb.org>
18145
18146 * emacs-lisp/package.el (package-install):
18147 Run package-refresh-contents if there is no archive yet (Bug#9798).
18148
18149 2012-01-28 Chong Yidong <cyd@gnu.org>
18150
18151 * emacs-lisp/package.el (package-maybe-load-descriptor):
18152 New function, split from package-maybe-load-descriptor.
18153 (package-maybe-load-descriptor): Use it.
18154 (package-download-transaction): Fully load required packages
18155 inside the loop, so that `require' calls work (Bug#10593).
18156 (package-install): No need to call package-initialize now.
18157
18158 2012-01-28 Chong Yidong <cyd@gnu.org>
18159
18160 * simple.el (deactivate-mark): Doc fix (Bug#8614).
18161
18162 * tooltip.el (tooltip-mode): Doc fix.
18163 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
18164
18165 * frame.el (set-cursor-color): Doc fix (Bug#352).
18166
18167 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
18168 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
18169
18170 * cus-edit.el (custom-buffer-create-internal): Fix search button
18171 action (Bug#10542).
18172 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
18173
18174 2012-01-27 Eduard Wiebe <usenet@pusto.de>
18175
18176 * dired.el (dired-mark-files-regexp):
18177 Include any subdirectory components. (Bug#10445)
18178
18179 2012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
18180
18181 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
18182 Handle [host]:port syntax. (Bug#10533)
18183
18184 2012-01-27 Alex Harsanyi <harsanyi@mac.com>
18185
18186 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
18187
18188 2012-01-26 Glenn Morris <rgm@gnu.org>
18189
18190 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
18191 * term.el (term-raw-escape-map): Use Control-X-prefix.
18192 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
18193
18194 2012-01-25 Martin Rudalics <rudalics@gmx.at>
18195
18196 * window.el (window-state-get, window--state-get-1): Don't deal
18197 with fixed-sizeness of windows. Simplify code.
18198
18199 2012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
18200
18201 * window.el (window--state-get-1, window--state-put-2):
18202 Don't save and restore the mark.
18203
18204 2012-01-25 Chong Yidong <cyd@gnu.org>
18205
18206 * custom.el (custom-variable-p): Doc fix.
18207
18208 2012-01-25 Glenn Morris <rgm@gnu.org>
18209
18210 * dired.el (dired-goto-file): Handle some of the more common
18211 characters that `ls -b' escapes. (Bug#10596)
18212
18213 * progmodes/compile.el (compilation-next-error-function):
18214 Respect compilation-first-column in the "*compilation*" buffer.
18215 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
18216
18217 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
18218
18219 2012-01-24 Glenn Morris <rgm@gnu.org>
18220
18221 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
18222
18223 2012-01-24 Julien Danjou <julien@danjou.info>
18224
18225 * color.el (color-rgb-to-hsl): Fix value computing.
18226 (color-hue-to-rgb): New function.
18227 (color-hsl-to-rgb): New function.
18228 (color-clamp, color-saturate-hsl, color-saturate-name)
18229 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
18230 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
18231
18232 2012-01-24 Glenn Morris <rgm@gnu.org>
18233
18234 * vc/vc-rcs.el (vc-rcs-create-tag):
18235 * vc/vc-sccs.el (vc-sccs-create-tag):
18236 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
18237
18238 2012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
18239
18240 * eshell/esh-util.el (eshell-read-hosts-file):
18241 Skip comment lines. (Bug#10549)
18242
18243 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
18244
18245 2012-01-23 Juanma Barranquero <lekktu@gmail.com>
18246
18247 * subr.el (display-delayed-warnings): Doc fix.
18248 (collapse-delayed-warnings): New function to collapse identical
18249 adjacent warnings.
18250 (delayed-warnings-hook): Add it.
18251
18252 2012-01-22 Michael Albinus <michael.albinus@gmx.de>
18253
18254 * net/tramp.el (tramp-action-login): Set connection property "login-as".
18255
18256 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
18257 (tramp-default-user-alist): Don't add "pscp".
18258 (tramp-do-copy-or-rename-file-out-of-band): Use connection
18259 property "login-as", if set. (Bug#10530)
18260
18261 2012-01-21 Michael Albinus <michael.albinus@gmx.de>
18262
18263 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
18264 "plink1" and "psftp". (Bug#10530)
18265
18266 2012-01-21 Kenichi Handa <handa@m17n.org>
18267
18268 * international/mule-cmds.el (prefer-coding-system): Show a
18269 warning message if the default value of file-name-coding-system
18270 was not changed.
18271
18272 2012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
18273
18274 * windmove.el (windmove-reference-loc):
18275 Fix windmove-reference-loc miscalculation.
18276
18277 2012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
18278
18279 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
18280 default unit.
18281
18282 2012-01-21 Glenn Morris <rgm@gnu.org>
18283
18284 * international/mule.el (auto-coding-alist): Add .tbz.
18285
18286 * files.el (local-enable-local-variables): Doc fix.
18287 (inhibit-local-variables-regexps): Rename from
18288 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
18289 Doc fix. Add some extensions from auto-coding-alist.
18290 (inhibit-local-variables-suffixes):
18291 Rename from inhibit-first-line-modes-suffixes. Doc fix.
18292 (inhibit-local-variables-p):
18293 New function, extracted from set-auto-mode-1.
18294 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
18295 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
18296 (hack-local-variables): Doc fix. Make the mode-only case
18297 respect enable-local-variables and friends.
18298 Respect inhibit-local-variables-regexps for file-locals, but
18299 not for directory-locals.
18300 (set-visited-file-name):
18301 Take account of inhibit-local-variables-regexps.
18302 Whether it applies may change as the file name is changed.
18303 * jka-cmpr-hook.el (jka-compr-install):
18304 * jka-compr.el (jka-compr-uninstall):
18305 Update for inhibit-first-line-modes-suffixes name change.
18306
18307 2012-01-20 Martin Rudalics <rudalics@gmx.at>
18308
18309 * help-macro.el (make-help-screen): Temporarily restore original
18310 binding for minor-mode-map-alist (Bug#10454).
18311
18312 2012-01-19 Julien Danjou <julien@danjou.info>
18313
18314 * color.el (color-name-to-rgb): Use the white color to find the max
18315 color component value and return correctly computed values.
18316 (color-name-to-rgb): Add missing float conversion for max value.
18317
18318 2012-01-19 Martin Rudalics <rudalics@gmx.at>
18319
18320 * window.el (window--state-get-1, window-state-get): Do not use
18321 special state value for window-persistent-parameters.
18322 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
18323 (window--state-put-2): Reset all window parameters to nil before
18324 assigning values of persistent parameters.
18325
18326 2012-01-18 Alan Mackenzie <acm@muc.de>
18327
18328 Eliminate sluggishness and hangs in fontification of "semicolon
18329 deserts".
18330
18331 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
18332 Change value 10000 -> 3000.
18333 (c-state-safe-place): Reformulate so it doesn't stack up an
18334 infinite number of wrong entries in c-state-nonlit-pos-cache.
18335 (c-determine-limit-get-base, c-determine-limit): New functions to
18336 determine backward search limits disregarding literals.
18337 (c-find-decl-spots): Amend commenting.
18338 (c-cheap-inside-bracelist-p): New function which detects "={".
18339
18340 * progmodes/cc-fonts.el
18341 (c-make-font-lock-BO-decl-search-function): Give a limit to a
18342 backward search.
18343 (c-font-lock-declarations): Fix an occurrence of point being
18344 undefined. Check additionally for point being in a bracelist or
18345 near a macro invocation without a semicolon so as to avoid a
18346 fruitless time consuming search for a declarator. Give a more
18347 precise search limit for declarators using the new
18348 c-determine-limit.
18349
18350 2012-01-18 Glenn Morris <rgm@gnu.org>
18351
18352 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
18353 (set-auto-mode): Doc fixes.
18354
18355 2012-01-17 Glenn Morris <rgm@gnu.org>
18356
18357 * isearch.el (search-nonincremental-instead): Fix doc typo.
18358
18359 * dired.el (dired-insert-directory): Handle newlines in directory name.
18360 (dired-build-subdir-alist): Unescape newlines in directory name.
18361
18362 2012-01-17 Michael Albinus <michael.albinus@gmx.de>
18363
18364 * net/tramp.el (tramp-local-end-of-line): New defcustom.
18365 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
18366 (tramp-action-terminal): Use it. (Bug#10530)
18367
18368 2012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
18369
18370 * minibuffer.el (completion--replace): Strip properties (bug#10062).
18371
18372 2012-01-16 Martin Rudalics <rudalics@gmx.at>
18373
18374 * window.el (window-state-ignored-parameters): Remove variable.
18375 (window--state-get-1): Rename argument MARKERS to IGNORE.
18376 Handle persistent window parameters. Make copy of clone-of
18377 parameter only if requested. (Bug#10348)
18378 (window--state-put-2): Install a window parameter only if it has
18379 a non-nil value or an existing parameter shall be overwritten.
18380
18381 2012-01-15 Michael Albinus <michael.albinus@gmx.de>
18382
18383 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
18384
18385 2012-01-14 Eli Zaretskii <eliz@gnu.org>
18386
18387 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
18388 don't pass the (nil) value of `upnode' to string-match.
18389
18390 2012-01-14 Chong Yidong <cyd@gnu.org>
18391
18392 * startup.el (command-line): Fix X resource class for cursorColor.
18393 Fix values recognized by the cursorBlink resource.
18394
18395 2012-01-14 Paul Eggert <eggert@cs.ucla.edu>
18396
18397 * epg.el (epg--make-temp-file): Avoid permission race condition
18398 when running on old Emacs versions (bug#10403).
18399
18400 2012-01-14 Glenn Morris <rgm@gnu.org>
18401
18402 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
18403
18404 2012-01-13 Alan Mackenzie <acm@muc.de>
18405
18406 Fix filling for when filladapt mode is enabled.
18407
18408 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
18409 c-mask-paragraph, pass in `fill-paragraph' rather than
18410 `fill-region-as-paragraph'. (This is a reversion of a previous
18411 change.)
18412 * progmodes/cc-mode.el (c-basic-common-init):
18413 Make fill-paragraph-handle-comment buffer local and set it to nil.
18414
18415 2012-01-13 Glenn Morris <rgm@gnu.org>
18416
18417 * dired.el (dired-switches-escape-p): New function.
18418 (dired-insert-directory): Use dired-switches-escape-p.
18419 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
18420
18421 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
18422
18423 2012-01-12 Glenn Morris <rgm@gnu.org>
18424
18425 * mail/sendmail.el (mail-mode): Update paragraph-separate for
18426 changes in adaptive-fill-regexp. (Bug#10276)
18427
18428 2012-01-11 Alan Mackenzie <acm@muc.de>
18429
18430 Fix Emacs bug #10463 - put `widen's around the critical spots.
18431
18432 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
18433 widen around each invocation of c-state-pp-to-literal. Remove an
18434 unused let variable.
18435
18436 2012-01-11 Glenn Morris <rgm@gnu.org>
18437
18438 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
18439 Doc fix.
18440
18441 2012-01-10 Chong Yidong <cyd@gnu.org>
18442
18443 * net/network-stream.el (network-stream-open-starttls):
18444 Avoid emitting a confusing error message when the server gives a bad
18445 response to the capability command.
18446
18447 2012-01-10 Glenn Morris <rgm@gnu.org>
18448
18449 * mail/unrmail.el (unrmail): Tweak previous change.
18450
18451 2012-01-09 Chong Yidong <cyd@gnu.org>
18452
18453 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
18454
18455 2012-01-08 Alan Mackenzie <acm@muc.de>
18456
18457 Optimize font locking in long enum definitions.
18458
18459 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
18460 arm to a cond form to handle enums.
18461 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
18462 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
18463
18464 2012-01-07 Paul Eggert <eggert@cs.ucla.edu>
18465
18466 * files.el (move-file-to-trash): Preserve default file modes on error.
18467 (Bug#10401)
18468
18469 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
18470
18471 * faces.el (set-face-attribute): Clarify the meaning of the nil
18472 frame (bug#10294).
18473
18474 * subr.el (with-selected-frame): Mention that the selected frame
18475 is restored (bug#9980).
18476
18477 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
18478 (bug#9759).
18479
18480 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
18481 (password-read): Don't autoload unused function.
18482
18483 2012-01-07 Juanma Barranquero <lekktu@gmail.com>
18484
18485 * progmodes/which-func.el (which-func-mode): Turn into a
18486 non-interactive function and mark as obsolete (bug#10428).
18487
18488 2012-01-06 Chong Yidong <cyd@gnu.org>
18489
18490 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
18491 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
18492 functions, along with 1 and -1.
18493
18494 2012-01-06 Eli Zaretskii <eliz@gnu.org>
18495
18496 * time.el (display-time-load-average)
18497 (display-time-default-load-average): Doc fixes. See the thread
18498 starting at
18499 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
18500 for the details.
18501
18502 2012-01-06 Glenn Morris <rgm@gnu.org>
18503
18504 * mail/unrmail.el (unrmail): Give an explicit error if the input file
18505 has no messages. (Bug#10377)
18506
18507 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
18508 than Info-edit. (Bug#10385)
18509
18510 * time.el (display-time-load-average, display-time-next-load-average):
18511 Doc fixes.
18512
18513 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
18514 local setting of buffer-read-only to the input buffer. (Bug#10419)
18515
18516 * calendar/calendar.el (calendar-mode):
18517 Locally set scroll-margin to 0. (Bug#10379)
18518
18519 2012-01-06 Ulrich Mueller <ulm@gentoo.org>
18520
18521 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
18522
18523 2012-01-05 Glenn Morris <rgm@gnu.org>
18524
18525 * eshell/em-unix.el (diff-no-select): Autoload it.
18526 (eshell/diff): Use diff-no-select. (Bug#10420)
18527
18528 2012-01-05 Chong Yidong <cyd@gnu.org>
18529
18530 * shell.el (shell-dynamic-complete-functions): Revert last change.
18531 (shell-command-completion-function): New function.
18532 (shell-completion-vars): Use it to implement
18533 shell-completion-execonly (Bug#10417).
18534
18535 * custom.el (enable-theme): Don't set custom-safe-themes.
18536
18537 * cus-theme.el (custom-theme-merge-theme):
18538 Ignore custom-enabled-themes and custom-safe-themes.
18539
18540 2012-01-05 Michael R. Mauger <mmaug@yahoo.com>
18541
18542 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
18543 first prompt in `sql-interacive-mode'.
18544 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
18545 keywords.
18546 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
18547 (sql-product-interactive): Bug fix: Set `sql-buffer' in
18548 context of original buffer. Invoke `sql-login-hook'.
18549
18550 2012-01-04 Eli Zaretskii <eliz@gnu.org>
18551
18552 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
18553 letters in cite-prefix.
18554
18555 2012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
18556
18557 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
18558
18559 2012-01-03 Chong Yidong <cyd@gnu.org>
18560
18561 * shell.el (shell-dynamic-complete-functions):
18562 Put pcomplete-completions-at-point, so as to try
18563 comint-filename-completion first (Bug#10417).
18564
18565 2012-01-02 Richard Stallman <rms@gnu.org>
18566
18567 * battery.el (battery-status-function):
18568 Detect when to use battery-yeeloong-sysfs.
18569 (battery-echo-area-format): Add string for Yeeloong.
18570 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
18571 (battery-yeeloong-sysfs): New function.
18572
18573 2012-01-02 Chong Yidong <cyd@gnu.org>
18574
18575 * dirtrack.el (dirtrack-list): Eliminate unused third element.
18576 (dirtrack): Merge code for handling relative filenames in prompt
18577 from shell-dir-cookie-watcher.
18578 (dirtrack-debug-message): New arg to avoid excess format calls.
18579
18580 * shell.el (shell-dir-cookie-re): Variable deleted.
18581 (shell-dir-cookie-watcher): Function deleted.
18582 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
18583 with dirtrack-mode.
18584
18585 2012-01-01 Eli Zaretskii <eliz@gnu.org>
18586
18587 * term/w32-win.el (dynamic-library-alist) <gnutls>:
18588 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
18589 libgnutls-26.dll.
18590
18591 2011-12-31 Andreas Schwab <schwab@linux-m68k.org>
18592
18593 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
18594
18595 2011-12-31 Eli Zaretskii <eliz@gnu.org>
18596
18597 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
18598 headers of non-MIME messages, when rmail-enable-mime is non-nil.
18599
18600 2011-12-29 Michael Albinus <michael.albinus@gmx.de>
18601
18602 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
18603 also for alternative shells.
18604 (tramp-open-connection-setup-interactive-shell): Check, whether
18605 the shell is a busybox.
18606 (tramp-send-command): Don't suppress multiple prompts for
18607 busyboxes, it hurts.
18608
18609 2011-12-28 Chong Yidong <cyd@gnu.org>
18610
18611 * progmodes/gdb-mi.el (gdb-get-source-file-list)
18612 (gdb-get-source-file): Move mode line update to
18613 gdb-get-source-file (Bug#10087).
18614
18615 2011-12-25 Chong Yidong <cyd@gnu.org>
18616
18617 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
18618 gud-gdb-marker-filter without taking it as an argument.
18619 (gud-gdb-run-command-fetch-lines): Caller changed.
18620 (gud-gdb-completion-function): New variable.
18621 (gud-gdb-completion-at-point): Use it.
18622 (gud-gdb-completions-1): Split from gud-gdb-completions.
18623
18624 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
18625 function as separate arguments.
18626 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
18627 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
18628 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
18629 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
18630 (gdb-stopped, def-gdb-auto-update-trigger)
18631 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
18632 (gdb-get-changed-registers, gdb-get-main-selected-frame):
18633 Callers changed.
18634 (gud-gdbmi-completions): New function.
18635 (gdb): Use it for generating the completion table.
18636
18637 2011-12-24 Alan Mackenzie <acm@muc.de>
18638
18639 Introduce a mechanism to widen the region used in context font
18640 locking. Use this to protect declarations from losing their contexts.
18641
18642 * progmodes/cc-langs.el (c-before-font-lock-functions):
18643 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
18644 (c-before-context-fontification-functions): New defvar, a list of
18645 functions to be run just before context (etc.) font locking.
18646
18647 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
18648 New, functionality extracted from
18649 c-neutralize-syntax-in-and-mark-CPP.
18650 (c-in-after-change-fontification): New variable.
18651 (c-after-change): Set c-in-after-change-fontification.
18652 (c-set-fl-decl-start): Rejig its interface, so it can be called
18653 from both after-change and context fontifying.
18654 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
18655 New functions.
18656 (c-standard-font-lock-fontify-region-function): New variable.
18657 (c-font-lock-fontify-region): New function.
18658
18659 2011-12-24 Juri Linkov <juri@jurta.org>
18660
18661 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
18662 (Bug#10348)
18663
18664 2011-12-23 Michael Albinus <michael.albinus@gmx.de>
18665
18666 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
18667 existence of source file. (Bug#10325)
18668
18669 2011-12-23 Alan Mackenzie <acm@muc.de>
18670
18671 Fix unstable fontification inside templates.
18672
18673 * progmodes/cc-langs.el (c-before-font-lock-functions):
18674 Newly created from the singular version. The (c c++ objc) entry now
18675 additionally has c-set-fl-decl-start. The other languages (apart
18676 from AWK) have that as a single entry.
18677
18678 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
18679 The functionality for "local" declarations has been extracted to
18680 c-set-fl-decl-start.
18681
18682 * progmodes/cc-mode.el (c-common-init, c-after-change):
18683 Changes due to pluralisation of c-before-font-lock-functions.
18684 (c-set-fl-decl-start): New function, extracted from
18685 c-font-lock-enclosing-decls and enhanced.
18686
18687 2011-12-23 Juanma Barranquero <lekktu@gmail.com>
18688
18689 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
18690
18691 2011-12-22 Juri Linkov <juri@jurta.org>
18692
18693 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
18694
18695 2011-12-22 Chong Yidong <cyd@gnu.org>
18696
18697 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
18698
18699 2011-12-21 Drew Adams <drew.adams@oracle.com>
18700
18701 * files.el (file-remote-p): Fix docstring. (Bug#10319)
18702
18703 2011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
18704
18705 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
18706
18707 2011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
18708
18709 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
18710 highlighting and support. Fix up comments for capitalization.
18711 (cfengine-mode-debug): New var.
18712 (cfengine3-mode): Change the modeline indicator to "CFE3".
18713 (cfengine3-font-lock-keywords): Improve defun highlighting.
18714 (cfengine2-actions): Rename from `cfengine-actions'.
18715 (cfengine2-font-lock-keywords): Rename from
18716 `cfengine-font-lock-keywords'.
18717 (cfengine2-imenu-expression): Rename from
18718 `cfengine-imenu-expression'.
18719 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
18720 (cfengine2-beginning-of-defun): Rename from
18721 `cfengine-beginning-of-defun'.
18722 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
18723 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
18724 (cfengine2-mode): Rename from `cfengine-mode'. Change the
18725 modeline indicator to "CFE2".
18726 (cfengine-mode): Defalias to `cfengine-auto-mode'.
18727 (cfengine-mode-abbrevs): Mark obsolete.
18728
18729 2011-12-21 Chong Yidong <cyd@gnu.org>
18730
18731 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
18732 filename argument.
18733
18734 2011-12-20 Martin Rudalics <rudalics@gmx.at>
18735
18736 * window.el (window-normalize-buffer-to-display): Remove.
18737 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
18738
18739 2011-12-19 Chong Yidong <cyd@gnu.org>
18740
18741 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
18742 Don't signal an error in a predicate function; return non-nil.
18743 (vc-dir-mark-file): Move the error here.
18744 (vc-dir-mark-unmark): If acting on the region, keep going if one
18745 of the entries cannot be marked/unmarked.
18746 (vc-dir-mark-all-files): If current entry is a directory, mark
18747 only child files, as documented.
18748
18749 2011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
18750
18751 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
18752 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
18753 addition.
18754
18755 2011-12-18 Jan Djärv <jan.h.d@swipnet.se>
18756
18757 * term/ns-win.el (ns-get-selection-internal)
18758 (ns-store-selection-internal): Declare.
18759 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
18760 Declare as obsolete.
18761 (ns-get-pasteboard, ns-paste-secondary):
18762 Use ns-get-selection-internal.
18763 (ns-set-pasteboard, ns-copy-including-secondary):
18764 Use ns-store-selection-internal.
18765
18766 2011-12-17 Chong Yidong <cyd@gnu.org>
18767
18768 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
18769 (vc-deduce-fileset): Doc fix.
18770
18771 2011-12-16 Andreas Schwab <schwab@linux-m68k.org>
18772
18773 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
18774
18775 2011-12-13 Sam Steingold <sds@gnu.org>
18776
18777 * man.el (Man-getpage-in-background): When running under a
18778 window-system, ignore $MANWIDTH and $COLUMNS.
18779
18780 2011-12-15 Kenichi Handa <handa@m17n.org>
18781
18782 * language/ethio-util.el: Change coding tag to utf-8-emacs.
18783 (setup-ethiopic-environment-internal): Comment out key-binding for
18784 ethio-toggle-punctuation.
18785
18786 2011-12-13 Alan Mackenzie <acm@muc.de>
18787
18788 Add the switch statement to AWK Mode.
18789
18790 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
18791 "default" to the keywords regexp.
18792
18793 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
18794 expression as the rest.
18795 (c-nonlabel-token-key): Allow string literals for AWK.
18796 Refactor for the other modes.
18797
18798 Large brace-block initialisation makes CC Mode slow: Fix.
18799 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
18800 routines. Limit backward searching in c-font-lock-enclosing.decl.
18801
18802 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
18803 pp-state and literal type in addition to the limits.
18804 (c-state-safe-place): New defun, extracted from c-state-literal-at.
18805 (c-state-literal-at): Use the above new defun.
18806 (c-slow-in-literal, c-fast-in-literal): Remove.
18807 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
18808
18809 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
18810 being in a literal. Add a limit for backward searching.
18811
18812 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
18813 c-slow-in-literal.
18814
18815 2011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
18816
18817 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
18818
18819 2011-12-13 Martin Rudalics <rudalics@gmx.at>
18820
18821 * window.el (delete-other-windows): Use correct frame in call to
18822 window-with-parameter.
18823
18824 2011-12-12 Daniel Pfeiffer <occitan@t-online.de>
18825
18826 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
18827 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
18828 (makefile-gmake-statements, makefile-makepp-statements):
18829 Use it and add new makepp keywords.
18830 (makefile-makepp-font-lock-keywords): Add new patterns.
18831 (makefile-match-function-end): Match new [...] and [[...]].
18832
18833 2011-12-11 Juanma Barranquero <lekktu@gmail.com>
18834
18835 * ses.el (ses-call-printer-return, ses-cell-property-get)
18836 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
18837 (ses-create-cell-variable, ses-reset-header-string)
18838 (ses-cell-set-formula, ses-repair-cell-reference-all)
18839 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
18840 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
18841 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
18842 (ses-aset-with-undo, ses-load, ses-truncate-cell)
18843 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
18844 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
18845 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
18846 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
18847 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
18848 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
18849 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
18850 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
18851
18852 2011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
18853
18854 * ses.el: The overall change is to add cell renaming, that is
18855 setting fancy names for cell symbols other than name matching
18856 "\\`[A-Z]+[0-9]+\\'" regexp .
18857 (ses-create-cell-variable): New defun.
18858 (ses-relocate-formula): Relocate formulas only for cells the
18859 symbols of which are not renamed, i.e. symbols whose names do not
18860 match regexp "\\`[A-Z]+[0-9]+\\'".
18861 (ses-relocate-all): Relocate values only for cells the symbols of
18862 which are not renamed.
18863 (ses-load): Create cells variables as the (ses-cell ...) are read,
18864 in order to check row col consistency with cell symbol name only
18865 for cells that are not renamed.
18866 (ses-replace-name-in-formula): New defun.
18867 (ses-rename-cell): New defun.
18868
18869 2011-12-11 Chong Yidong <cyd@gnu.org>
18870
18871 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
18872 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
18873
18874 2011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
18875
18876 * window.el (other-window): Fix docstring.
18877
18878 2011-12-10 Eli Zaretskii <eliz@gnu.org>
18879
18880 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
18881 `from' or `to' address before taking its substring.
18882 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
18883 encoded name is chopped in the middle of the encoded string, and
18884 thus displayed encoded.
18885
18886 2011-12-10 Juanma Barranquero <lekktu@gmail.com>
18887
18888 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
18889
18890 2011-12-10 Eli Zaretskii <eliz@gnu.org>
18891
18892 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
18893 to use texinfo-update-node and commands that call it if the
18894 Texinfo file uses @node lines without next/prev/up pointers.
18895 Correct outdated description about texinfo-master-menu.
18896 (texinfo-all-menus-update, texinfo-master-menu)
18897 (texinfo-update-node, texinfo-every-node-update)
18898 (texinfo-multiple-files-update): Doc fix. Warn against updating
18899 all the @node lines.
18900 (texinfo-master-menu): Only call texinfo-update-node if the prefix
18901 argument is numeric. Explain better in the doc string what the
18902 function really does.
18903 (texinfo-insert-master-menu-list): Improve the error message
18904 displayed if there's no menu in the Top node.
18905 (Bug#2975) See also this thread:
18906 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
18907
18908 2011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
18909
18910 * speedbar.el (speedbar-supported-extension-expressions):
18911 Add .adb and .ads, commonly used for Ada source code (bug#10256).
18912
18913 2011-12-09 Juanma Barranquero <lekktu@gmail.com>
18914
18915 * printing.el (pr-mode-alist):
18916 * simple.el (filter-buffer-substring-functions)
18917 (completion-list-insert-choice-function):
18918 * window.el (window-with-parameter, window-atom-root)
18919 (window-sides-slots, window-size-fixed, window-min-delta)
18920 (window-max-delta, window--resize-mini-window)
18921 (window--resize-child-windows-normal, window-tree)
18922 (delete-other-windows, quit-window, split-window)
18923 (display-buffer-record-window, special-display-buffer-names)
18924 (special-display-regexps, special-display-popup-frame)
18925 (same-window-p, split-window-sensibly)
18926 (display-buffer-overriding-action, display-buffer-alist)
18927 (display-buffer-base-action, display-buffer, switch-to-buffer)
18928 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
18929 (fit-window-to-buffer, recenter-positions)
18930 (mouse-autoselect-window-state, mouse-autoselect-window-select):
18931 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
18932 and remove unneeded backslashes in docstrings.
18933
18934 2011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
18935
18936 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
18937
18938 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
18939 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
18940 end in ".mk".
18941 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
18942 when reading the makefile (bug#10116).
18943
18944 2011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
18945
18946 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
18947 (bug#10116).
18948
18949 2011-12-06 Glenn Morris <rgm@gnu.org>
18950
18951 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
18952
18953 2011-12-06 Chong Yidong <cyd@gnu.org>
18954
18955 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
18956
18957 2011-12-06 Juanma Barranquero <lekktu@gmail.com>
18958
18959 * textmodes/table.el (table-shorten-cell): Fix typo.
18960
18961 2011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
18962
18963 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
18964
18965 2011-12-05 Eli Zaretskii <eliz@gnu.org>
18966
18967 * descr-text.el (describe-char): Fix display of strong
18968 right-to-left characters and directional embeddings and overrides.
18969
18970 * simple.el (what-cursor-position): Fix display of codepoints of
18971 strong right-to-left characters.
18972
18973 2011-12-05 Chong Yidong <cyd@gnu.org>
18974
18975 * faces.el (read-color): Doc fix.
18976
18977 2011-12-05 Glenn Morris <rgm@gnu.org>
18978
18979 * align.el (align--set-marker): Add doc-string.
18980 Don't try to move something that is not a marker. (Bug#10216)
18981
18982 2011-12-04 Glenn Morris <rgm@gnu.org>
18983
18984 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
18985 overly zealous deletion of trailing whitespace.
18986
18987 2011-12-04 Juanma Barranquero <lekktu@gmail.com>
18988
18989 * server.el (server-delete-client): On Windows, do not try to delete
18990 the only terminal.
18991 (server-process-filter): On Windows, treat requests for a tty frame as
18992 if they were for a GUI frame if the running server is in GUI mode.
18993
18994 2011-12-03 Glenn Morris <rgm@gnu.org>
18995
18996 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
18997
18998 2011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
18999
19000 * electric.el: Streamline electric-indent's hook.
19001 (electric-indent-chars): Revert to simple list.
19002 (electric-indent-functions): New var.
19003 (electric-indent-post-self-insert-function): Use it.
19004
19005 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
19006 there's no inferior buffer (bug#10196).
19007 (prolog-consult-compile): Don't use toggle-read-only.
19008
19009 2011-12-02 Michael Albinus <michael.albinus@gmx.de>
19010
19011 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
19012 interrupt. (Bug#10187)
19013
19014 2011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
19015
19016 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
19017 (bug#9160).
19018
19019 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
19020 (bug#10191).
19021
19022 2011-12-02 Juri Linkov <juri@jurta.org>
19023
19024 * info.el (Info-search): Display "end of manual" when Isearch
19025 reaches the end of single-file Info manual. (Bug#9918)
19026
19027 2011-12-02 Eli Zaretskii <eliz@gnu.org>
19028
19029 * isearch.el (isearch-message-prefix): Run the input method part
19030 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
19031
19032 2011-12-02 Juri Linkov <juri@jurta.org>
19033
19034 * isearch.el (isearch-occur): Use `word-search-regexp' for
19035 `isearch-word'.
19036 (isearch-search-and-update): Add condition for `isearch-word' and
19037 call `word-search-regexp'. (Bug#10145)
19038
19039 2011-12-01 Glenn Morris <rgm@gnu.org>
19040
19041 * eshell/em-hist.el (eshell-hist-initialize):
19042 Handle eshell-history-size nil and HISTSIZE set or unset.
19043 (eshell-history-file-name, eshell-history-size): Fix custom type.
19044
19045 2011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
19046
19047 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
19048
19049 2011-12-01 Michael McNamara <mac@mail.brushroad.com>
19050
19051 * progmodes/verilog-mode.el (verilog-pretty-expr):
19052 Rework verilog-pretty-expr to handle new assignment operators in system
19053 verilog, such as += *= and the like.
19054 (verilog-assignment-operator-re): Regular expression to find the
19055 assigment operator in a verilog assignment.
19056 (verilog-assignment-operation-re): Regular expression to find an
19057 assignment statement for pretty-expr.
19058 (verilog-in-attribute-p): Query returns true if point is in an
19059 attribute context; used to skip these for expression line up from
19060 pretty-expr.
19061 (verilog-in-parameter-p): Query returns true if point is in an
19062 parameter definition context; used to skip these for expression
19063 line up from pretty-expr.
19064 (verilog-in-parenthesis-p): Query returns true if point is in a
19065 parenthetical expression, specifically ( ) but not [ ] or { };
19066 used by pretty-expr.
19067 (verilog-just-one-space): If there is no space, don't add one.
19068 (verilog-get-lineup-indent-2): Specifically skip just attribute
19069 contexts for expression lineup, rather than skipping all
19070 parenthetical expressions.
19071 (verilog-calculate-indent): Fix comment, and fix indent.
19072 (verilog-do-indent): Indent declarations in lists (suggested by
19073 Joachim Lechner).
19074 (verilog-mode-abbrev-table): Populate abbrev mode with the various
19075 skeleton items.
19076 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
19077 by Alain Mellan).
19078
19079 2011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
19080
19081 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
19082 parameters with embedded comments. Reported by Ray Stevens.
19083 (verilog-calc-1, verilog-fork-wait-re, verilog-forward-sexp)
19084 (verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
19085 Reported by Tim Holt.
19086 (verilog-auto): Fix AUTOing a upper module then AUTOing module
19087 instantiated by upper module causing wrong expansion until AUTOed a
19088 second time. Reported by K C Buckenmaier.
19089 (verilog-diff-auto): Fix showing .* as a difference when
19090 `verilog-auto-star-save' off. Reported by Dan Dever.
19091 (verilog-auto-reset, verilog-read-always-signals)
19092 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
19093 temporary signals in reset list if
19094 verilog-auto-reset-blocking-in-non is nil, and match assignment
19095 style to each signal's assignment type, bug381.
19096 Reported by Thomas Esposito.
19097 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
19098 (verilog-uvm-statement-re): Support UVM indentation and
19099 highlighting, with old OVM keywords only.
19100 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
19101 Support AUTOTIEOFF creating non-wire data types.
19102 Suggested by Jonathan Greenlaw.
19103 (verilog-auto-insert-lisp, verilog-delete-to-paren)
19104 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
19105 (verilog-inject-sense, verilog-read-inst-pins)
19106 (verilog-read-sub-decls, verilog-read-sub-decls-line):
19107 Fix mismatching parenthesis inside commented out code when deleting
19108 AUTOINST, bug383. Reported by Jonathan Greenlaw.
19109 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
19110 non-numeric vector width. Reported by Alex Reed.
19111 (verilog-auto-ascii-enum): Add "onehot" option to work around not
19112 detecting signals with parameter widths. Reported by Alex Reed.
19113 (verilog-auto-delete-trailing-whitespace):
19114 With `verilog-auto-delete-trailing-whitespace' remove trailing
19115 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
19116 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
19117 Fix verilog-scan-cache corruption when running user AUTO expansion
19118 hooks that call indentation routines.
19119 (verilog-simplify-range-expression): Fix typo ignoring lower case
19120 identifiers.
19121 (verilog-delete-auto): Fix delete-autos to also remove user created
19122 automatics, as long as they start with AUTO.
19123 (verilog-batch-diff-auto, verilog-diff-auto)
19124 (verilog-diff-function): Add `verilog-diff-auto' and bind to
19125 "C-c?" to report differences in AUTO expansion, ignoring spaces.
19126 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
19127 (verilog-in-paren-quick, verilog-re-search-backward-quick)
19128 (verilog-re-search-forward-quick, verilog-syntax-ppss):
19129 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
19130 is disabled and its cache will get corrupt, causing AUTOS not to
19131 expand. Instead use only -quick functions.
19132 (verilog-scan-region): Fix scanning over escaped quotes.
19133 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
19134 (verilog-re-search-backward-quick)
19135 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
19136 related functions now ignore strings, to fix misparsing of strings
19137 with magic comments embedded in them.
19138 (verilog-read-auto-template):
19139 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
19140 Reported by Brad Dobbie.
19141 (verilog-read-auto-template):
19142 Fix 'verilog-auto-inst-template-numbers' with comments.
19143 Reported by Brad Dobbie.
19144 (verilog-auto-inst, verilog-auto-inst-param)
19145 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
19146 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
19147 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
19148 debugging templates without merge conflicts, bug357.
19149 Reported by Brad Dobbie.
19150 (verilog-read-auto-template):
19151 Fix verilog-auto-inst-template-numbers with multiple templates.
19152 Reported by Brad Dobbie.
19153 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
19154 abbrevs so user won't be asked to save.
19155 (verilog-read-auto-lisp-present): Fix to start at beginning of
19156 buffer in case called outside of verilog-auto.
19157 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
19158 to "X-2". Reported by Matthew Myers.
19159 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
19160 all inputs from module templates. Reported by Leith Johnson.
19161 (verilog-module-inside-filename-p): Fix locating programs as with
19162 modules.
19163 (verilog-auto-inst-port): Fix vl-width expressions when using
19164 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
19165 (verilog-decls-get-regs, verilog-decls-get-signals,
19166 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
19167 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
19168 verilog-read-decls): Combine reg and wire structures into one var
19169 structure to represent SystemVerilog concepts.
19170 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
19171 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
19172 (verilog-auto-wire-type, verilog-insert-definition):
19173 Add verilog-auto-wire-type and AUTOLOGIC to support using
19174 SystemVerilog "logic" keyword instead of "wire"/"reg".
19175 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
19176 to declares outputs that also have assignments (presumably in an
19177 ifdef or generate if so there's not a driver conflict).
19178 Reported by Matthew Myers.
19179 (verilog-auto-declare-nettype, verilog-insert-definition):
19180 Add verilog-auto-declare-nettype to fix declarations using
19181 `default_nettype none. Reported by Julian Gorfajn.
19182 (verilog-read-always-signals-recurse, verilog-read-decls)
19183 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
19184 malformed end statement, bug325. Reported by Joshua Wise and
19185 Andrew Drake.
19186 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
19187 (verilog-inst-comment-re): Fix not deleting Interfaced comment
19188 when expanding .* in interfaces, bug320.
19189 Reported by Pierre-David Pfister.
19190 (verilog-read-module-name): Fix import statements between module
19191 name and open parenthesis, bug317.
19192 Reported by Pierre-David Pfister.
19193 (verilog-simplify-range-expression): Fix simplification of
19194 multiplications inside AUTOWIRE connections, bug303.
19195 (verilog-auto-inst-port): Support parameter expansion in
19196 multidimensional arrays.
19197 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
19198 after "assert property". Reported by Julian Gorfajn.
19199 (verilog-simplify-range-expression): Fix "couldn't merge" errors
19200 with multiplication, bug303.
19201 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
19202 Reported by Jan Frode Lonnum.
19203
19204 2011-11-30 Juanma Barranquero <lekktu@gmail.com>
19205
19206 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
19207 (hfy-shell-file-name, hfy-shell):
19208 * international/fontset.el (x-decompose-font-name): Fix typos.
19209
19210 2011-11-29 Ken Brown <kbrown@cornell.edu>
19211
19212 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
19213 (gdb-version): Remove defvar.
19214 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
19215 (gdb-gud-context-command, gdb-non-stop-handler)
19216 (gdb-current-context-command, gdb-stopped): Use it.
19217 (gdb-init-1): Enable pretty printing here.
19218 (gdb-non-stop-handler): Don't enable pretty-printing here.
19219 Check to see if the target supports non-stop mode; if not, turn off
19220 non-stop mode. Use the following.
19221 (gdb-check-target-async): New defun.
19222 (gud-watch, gdb-stopped): Fix whitespace.
19223 (gdb-get-source-file): Don't try to display the source file if
19224 `gdb-main-file' is nil.
19225
19226 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
19227
19228 * align.el: Try to generate fewer markers (bug#10047).
19229 (align--set-marker): New macro.
19230 (align-region): Use it.
19231
19232 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
19233
19234 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
19235
19236 2011-11-29 Chong Yidong <cyd@gnu.org>
19237
19238 * indent.el (indent-for-tab-command, indent-according-to-mode):
19239 Doc fix.
19240 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
19241
19242 2011-11-29 Michael Albinus <michael.albinus@gmx.de>
19243
19244 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
19245 aware of remote file names. (Bug#10124)
19246
19247 2011-11-29 Chong Yidong <cyd@gnu.org>
19248
19249 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
19250
19251 2011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
19252
19253 * files.el (find-file): Don't use force-same-window (bug#10144).
19254 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
19255 use pop-to-buffer if the selected window can't be used.
19256 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
19257
19258 2011-11-28 Eli Zaretskii <eliz@gnu.org>
19259
19260 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
19261 special-mode-map.
19262
19263 2011-11-28 Chong Yidong <cyd@gnu.org>
19264
19265 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
19266
19267 2011-11-27 Nick Roberts <nickrob@snap.net.nz>
19268
19269 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
19270 gdb-get-source-file-list on gdb-create-source-file-list.
19271
19272 2011-11-26 Eli Zaretskii <eliz@gnu.org>
19273
19274 * whitespace.el (whitespace-newline): Use a different foreground
19275 color for 16-color light-background displays.
19276
19277 2011-11-24 Chong Yidong <cyd@gnu.org>
19278
19279 * window.el (display-buffer--special-action): Doc fix.
19280
19281 2011-11-25 Juanma Barranquero <lekktu@gmail.com>
19282
19283 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
19284 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
19285 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
19286 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
19287 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
19288 (avl-tree-stack-first):
19289 * emacs-lisp/cconv.el (cconv--analyse-use):
19290 * net/gnutls.el (gnutls-negotiate): Fix typos.
19291
19292 2011-11-24 Glenn Morris <rgm@gnu.org>
19293
19294 * lpr.el (lpr-windows-system, lpr-lp-system):
19295 * mail/binhex.el (binhex-begin-line):
19296 * progmodes/grep.el (grep-history, grep-find-history):
19297 * textmodes/flyspell.el:
19298 * vc/pcvs-defs.el (cvs-global-menu):
19299 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
19300 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
19301 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
19302
19303 * net/tls.el: Fix case of "GnuTLS".
19304
19305 * paths.el (rmail-file-name): Format doc-string for make-docfile.
19306
19307 * version.el (emacs-build-system): Give it a doc-string.
19308
19309 2011-11-24 Juri Linkov <juri@jurta.org>
19310
19311 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
19312
19313 2011-11-24 Glenn Morris <rgm@gnu.org>
19314
19315 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
19316 if called on a non-mime message just toggle the headers. (Bug#8006)
19317
19318 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
19319
19320 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
19321 (allout-lead-with-comment-string, allout-structure-deleted-hook)
19322 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
19323 (allout-rebullet-heading, allout-open-sibtopic)
19324 (allout-toggle-current-subtree-encryption)
19325 (allout-toggle-subtree-encryption, allout-encrypt-string)
19326 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
19327 (allout-distinctive-bullets-string, allout-auto-activation):
19328 * window.el (window-normalize-buffer-to-display):
19329 * progmodes/verilog-mode.el (verilog-batch-indent):
19330 * textmodes/bibtex.el (bibtex-field-braces-opt)
19331 (bibtex-field-strings-opt):
19332 * vc/cvs-status.el (cvs-tree-merge):
19333 Fix typos.
19334
19335 2011-11-23 Michael Albinus <michael.albinus@gmx.de>
19336
19337 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
19338 `non-essential' to t, in order to avoid remote connections.
19339
19340 2011-11-23 Eli Zaretskii <eliz@gnu.org>
19341
19342 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
19343 On MS-DOS and MS-Windows, compare with loaddefs.el
19344 case-insensitively.
19345
19346 2011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
19347
19348 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
19349
19350 2011-11-23 Glenn Morris <rgm@gnu.org>
19351
19352 * paths.el (rmail-file-name): Reformat the doc-string so that it
19353 is picked up.
19354
19355 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
19356 (rmail-auto-file): Ignore case in the "special" field names,
19357 as mail-fetch-field does for all others.
19358
19359 * mail/rmail.el (rmail-forward):
19360 * mail/rmailkwd.el (rmail-set-label):
19361 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
19362 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
19363
19364 * mail/rmail.el (rmail-current-message): Doc fix.
19365
19366 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
19367
19368 2011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
19369
19370 * server.el (server-eval-and-print): Allow C-g (bug#6585).
19371
19372 2011-11-22 Glenn Morris <rgm@gnu.org>
19373
19374 * mail/rmailmm.el (test-rmail-mime-handler)
19375 (test-rmail-mime-bulk-handler)
19376 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
19377
19378 2011-11-21 Juri Linkov <juri@jurta.org>
19379
19380 * calc/calc.el (calc-read-key-sequence):
19381 Let-bind `input-method-function' to nil. (Bug#10018)
19382
19383 2011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
19384
19385 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
19386 Tell the caller that the next line needs recomputation, even
19387 though it doesn't start a sexp (bug#10094).
19388
19389 2011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
19390
19391 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
19392
19393 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
19394
19395 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
19396 Use force-same-window.
19397
19398 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
19399
19400 * descr-text.el (describe-char-unicode-data):
19401 * json.el (json-string-escape):
19402 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
19403 (Footnote-unicode, Footnote-style-p):
19404 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
19405
19406 2011-11-20 Chong Yidong <cyd@gnu.org>
19407
19408 * window.el (replace-buffer-in-windows): Restore interactive spec.
19409
19410 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
19411
19412 * electric.el (electric-indent-mode): Fix last change (too optimistic).
19413
19414 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
19415 (byte-compile-global-not-obsolete-vars): New var.
19416 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
19417 Use it.
19418 (byte-compile-warn-obsolete): Align text with the one in *Help*.
19419
19420 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
19421
19422 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
19423 * progmodes/pascal.el (electric-pascal-equal):
19424 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
19425 * xml.el (xml-substitute-special): Fix typos.
19426
19427 2011-11-20 Glenn Morris <rgm@gnu.org>
19428
19429 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
19430 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
19431 Doc fixes.
19432 (rmail-decode-mime-charset): Mark as obsolete.
19433
19434 * mail/rmailsum.el (rmail-message-regexp-p-1):
19435 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
19436 Before using mime functions, check they are set. (Bug#10077)
19437
19438 2011-11-19 Juri Linkov <juri@jurta.org>
19439
19440 * info.el (Info-finder-find-node): Use `package--builtins' instead
19441 of `package-alist'. Use node names formed by the pattern "Keyword "
19442 and the keyword name.
19443
19444 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
19445
19446 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
19447
19448 2011-11-19 Juri Linkov <juri@jurta.org>
19449
19450 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
19451 that calls `revert-buffer' on all Info buffers. (Bug#9915)
19452 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
19453 `old-history', `old-history-forward'. Add let-binding
19454 `window-selected'. Remove calls to `kill-buffer',
19455 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
19456 before calling `Info-find-node', so `Info-find-node-2' will reread
19457 the Info file. Restore window positions only when `window-selected'
19458 is non-nil.
19459
19460 2011-11-19 Juri Linkov <juri@jurta.org>
19461
19462 * isearch.el (isearch-lazy-highlight-new-loop):
19463 Remove condition `(not isearch-error)'. (Bug#9918)
19464
19465 * misearch.el (multi-isearch-search-fun): Add condition
19466 `(not bound)' to ignore lazy-highlighting search.
19467 Add the search-failed message "end of multi" when the end of
19468 multi-sequence is reached. Uncapitalize the search-failed
19469 message "Repeat for next buffer".
19470
19471 * info.el (Info-search): Add the search-failed message
19472 "end of the manual" when the end of the manual is reached
19473 in Isearch mode.
19474
19475 2011-11-19 Juri Linkov <juri@jurta.org>
19476
19477 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
19478 Use non-destructive `remove' instead of `delete' because
19479 `Info-history-list' stored to `Info-isearch-initial-history-list' in
19480 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
19481
19482 2011-11-19 Juri Linkov <juri@jurta.org>
19483
19484 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
19485 to nil instead of binding `search-ring' and `regexp-search-ring'.
19486 (Bug#9185)
19487
19488 2011-11-19 Eli Zaretskii <eliz@gnu.org>
19489
19490 * simple.el (line-move): Force movement by logical lines for any
19491 hscrolled window, not only when auto-hscroll-mode is on.
19492 (line-move-visual): Update doc string to that effect. (Bug#10076)
19493
19494 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
19495
19496 * language/european.el (macintosh): Define as alias for mac-roman.
19497
19498 2011-11-19 Eli Zaretskii <eliz@gnu.org>
19499
19500 * mail/rmailmm.el (rmail-mime-display-header)
19501 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
19502 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
19503 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
19504 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
19505 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
19506 of a raw aref.
19507 (rmail-mime-entity-segment): To get past the tagline, move forward
19508 2 more lines, to account for the 2 empty lines that precede and
19509 follow the line with the buttons.
19510 (rmail-mime-update-tagline): Move one more line, to get past the
19511 empty line that follows the buttons in the tagline. (Bug#9520)
19512
19513 2011-11-19 Martin Rudalics <rudalics@gmx.at>
19514
19515 * window.el (window-max-delta-1, window-min-delta-1)
19516 (window-min-size-1, window-state-get-1, window-state-put-1)
19517 (window-state-put-2): Use "window--" prefix.
19518
19519 2011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
19520
19521 * emacs-lisp/smie.el: Improve warnings and conflict detection.
19522 (smie-warning-count): New var.
19523 (smie-set-prec2tab): Use it.
19524 (smie-bnf->prec2): Improve warnings. Add docstring.
19525 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
19526 (smie-bnf--set-class): New function.
19527 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
19528 corner case.
19529
19530 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
19531 (compilation-error-properties, compilation-move-to-column):
19532 Handle compilation-first-column while in the target buffer.
19533
19534 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
19535 Don't hardcode point-min==1.
19536
19537 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
19538 (eshell-rewrite-for-command): Remove workaround.
19539 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
19540 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
19541 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
19542
19543 * files-x.el (modify-file-local-variable): Obey commenting conventions.
19544
19545 2011-11-17 Glenn Morris <rgm@gnu.org>
19546
19547 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
19548 Ignore buffer-local generated-autoload-file if it is the same
19549 as the global value. (Bug#10049)
19550
19551 2011-11-17 Juanma Barranquero <lekktu@gmail.com>
19552
19553 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
19554 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
19555 (reftex-toc-previous-heading, reftex-toc-max-level)
19556 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
19557 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
19558 (reftex-toc-do-promote, reftex-toc-promote-prepare)
19559 (reftex-toc-promote-action, reftex-toc-extract-section-number)
19560 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
19561 (reftex-toc-rename-label, reftex-toc-visit-location)
19562 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
19563 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
19564 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
19565 leaving "*toc*" only for references to the buffer.
19566
19567 2011-11-17 Martin Rudalics <rudalics@gmx.at>
19568
19569 * window.el (window-resize, delete-window, split-window):
19570 Replace window-splits by window-combination-resize.
19571 * cus-start.el (window-splits): Replace by window-combination-resize.
19572
19573 2011-11-17 Glenn Morris <rgm@gnu.org>
19574
19575 * progmodes/sh-script.el (sh-font-lock-keywords-var):
19576 Make bash entry derive from sh entry, not shell entry.
19577
19578 2011-11-16 Michael Albinus <michael.albinus@gmx.de>
19579
19580 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
19581 local file name.
19582
19583 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
19584
19585 * menu-bar.el (menu-bar-file-menu):
19586 * printing.el (pr-ps-utility):
19587 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
19588 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
19589 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
19590 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
19591 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
19592 (icalendar--convert-cyclic-to-ical)
19593 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
19594 (icalendar--convert-ical-to-diary)
19595 (icalendar--convert-recurring-to-diary)
19596 (icalendar--convert-non-recurring-all-day-to-diary)
19597 (icalendar-import-format-sample):
19598 * progmodes/idlw-shell.el (idlwave-shell-mode):
19599 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
19600 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
19601 (vhdl-ps-print-init): Fix typos.
19602
19603 2011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
19604
19605 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
19606 FSF and collapse date sequence, obscure author/maintainer email address
19607 better, remove extra version line, track relocation of author's webpage.
19608
19609 * progmodes/python.el (python-pdbtrack-input-prompt)
19610 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
19611 regular python pdb prompts. Adjustments shamelessly taken exactly as
19612 suggested in EmacsWiki page (tiny change):
19613 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
19614
19615 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
19616
19617 * expand.el (expand-pos, expand-index, expand-point):
19618 Remove redundant info from docstring.
19619 (expand-add-abbrevs): Doc fix.
19620 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
19621 (expand-sample-perl-mode-expand-list): Fix typos.
19622
19623 * net/dbus.el (dbus-event-member-name):
19624 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
19625 * term/pc-win.el (msdos-create-frame-with-faces):
19626 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
19627
19628 2011-11-16 Martin Rudalics <rudalics@gmx.at>
19629
19630 * window.el (split-window, window-state-get-1)
19631 (window-state-put-1, window-state-put-2): Rename occurrences of
19632 window-nest to window-combination-limit.
19633 * cus-start.el (window-nest): Rename to window-combination-limit.
19634
19635 2011-11-16 Chong Yidong <cyd@gnu.org>
19636
19637 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
19638 regexp (Bug#10033).
19639
19640 2011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
19641
19642 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
19643 `completing-read' will remove *Completions* and will preserve
19644 current-buffer for us.
19645 (tmm-add-prompt): Users of *Completions* will always (re)set its
19646 major mode.
19647 (tmm-old-comp-map): Remove.
19648
19649 2011-11-16 Glenn Morris <rgm@gnu.org>
19650
19651 * mail/rmailedit.el: Require rmailmm when compiling.
19652 (rmail-old-mime-state): New declaration.
19653 (rmail-edit-current-message): If editing a mime message,
19654 edit the "raw" message from the mbox buffer.
19655 (rmail-cease-edit): Handle mime messages. (Bug#9840)
19656
19657 2011-11-15 Glenn Morris <rgm@gnu.org>
19658
19659 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
19660 which wasn't being used. Add optional arg to force given state.
19661 (rmail-mime): Add optional arg to force given state.
19662
19663 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
19664
19665 * allout.el (allout-encryption-plaintext-sanitization-regexps):
19666 * frame.el (display-mm-dimensions-alist):
19667 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
19668 (outline-move-subtree-down):
19669 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
19670 (newsticker--treeview-do-get-node):
19671 * net/quickurl.el (quickurl-list-buffer-name):
19672 * progmodes/dcl-mode.el (dcl-mode):
19673 * progmodes/gdb-mi.el (gdb-mapcar*):
19674 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
19675
19676 2011-11-15 Glenn Morris <rgm@gnu.org>
19677
19678 * mail/rmail.el (rmail-file-coding-system): It's only ever used
19679 in a boolean sense, so just make it a boolean, and fix the doc.
19680 (rmail-show-mime-function, rmail-mime-feature)
19681 (rmail-require-mime-maybe): Doc fixes.
19682 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
19683
19684 * mail/rmailmm.el (rmail-show-mime): Doc fix.
19685
19686 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
19687
19688 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
19689 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
19690 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
19691 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
19692
19693 2011-11-15 Glenn Morris <rgm@gnu.org>
19694
19695 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
19696 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
19697 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
19698 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
19699 (rmail-mime, rmail-show-mime): Doc fixes.
19700
19701 * term/ns-win.el (mode-line-frame-identification):
19702 Leave it alone. (Bug#10051)
19703
19704 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
19705
19706 * mail/rmailout.el (rmail-output-to-rmail-buffer):
19707 Handle empty buffers. (Bug#9978)
19708
19709 2011-11-14 Juanma Barranquero <lekktu@gmail.com>
19710
19711 * international/mule.el (define-charset):
19712 * mail/rmailmm.el (rmail-mime-find-header-encoding):
19713 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
19714 * progmodes/verilog-mode.el (verilog-backward-token):
19715 * textmodes/ispell.el (lookup-words):
19716 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
19717
19718 2011-11-14 Glenn Morris <rgm@gnu.org>
19719
19720 * progmodes/executable.el
19721 (executable-make-buffer-file-executable-if-script-p):
19722 Handle file-modes returning nil.
19723
19724 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
19725 message - not necessary, and causes problems. (Bug#9831)
19726
19727 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
19728
19729 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
19730
19731 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
19732 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
19733 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
19734
19735 2011-11-12 Martin Rudalics <rudalics@gmx.at>
19736
19737 * window.el (window-resize, delete-window): Use window-splits
19738 variable instead of function.
19739 (window-state-get-1, window-state-put-2, window-state-put):
19740 Don't deal with windows' splits status.
19741
19742 2011-11-12 Glenn Morris <rgm@gnu.org>
19743
19744 * apropos.el (apropos-do-all, apropos-library, apropos-value)
19745 (apropos-documentation): Doc fixes.
19746
19747 2011-11-11 Juanma Barranquero <lekktu@gmail.com>
19748
19749 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
19750 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
19751
19752 2011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
19753
19754 * electric.el (electric-indent-post-self-insert-function): Make it
19755 possible for a char to only indent in some circumstances.
19756 (electric-indent-mode): Simplify.
19757
19758 2011-11-11 Martin Rudalics <rudalics@gmx.at>
19759
19760 * window.el (windows-with-parameter): Remove unused function.
19761 (windows-at-side): Rename to window-at-side-list.
19762 (window-check, window-atom-check, window-atom-check-1)
19763 (window-side-check, window-size-ignore, window-size-fixed-1)
19764 (window-in-direction-2): Prefix with "window--".
19765 (window-tree-1): Rename to window--subtree, fix doc-string.
19766
19767 2011-11-11 Glenn Morris <rgm@gnu.org>
19768
19769 * subr.el (eval-after-load): If FILE is already loaded,
19770 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
19771
19772 2011-11-10 Glenn Morris <rgm@gnu.org>
19773
19774 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
19775 Call svn via vc-svn-command rather than vc-do-command.
19776 (vc-svn-command): Add --non-interactive. (Bug#9993)
19777 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
19778
19779 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
19780 Add toggle-read-only. (Bug#7292)
19781 * files.el (toggle-read-only): Mention that it should only
19782 be used interactively. (Bug#10006)
19783
19784 2011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
19785
19786 * progmodes/compile.el (compilation-error-regexp-alist-alist):
19787 Adjust regexp for OCaml warnings.
19788
19789 * electric.el (electric-pair-post-self-insert-function): Let user
19790 turn it off buffer-locally (bug#9932).
19791
19792 * progmodes/python.el (python-beginning-of-statement):
19793 Rewrite (bug#2703).
19794
19795 * progmodes/compile.el: Better handle TABs (bug#9749).
19796 (compilation-internal-error-properties)
19797 (compilation-next-error-function): Obey the target buffer's
19798 compilation-error-screen-columns.
19799
19800 2011-11-09 Juanma Barranquero <lekktu@gmail.com>
19801
19802 * progmodes/meta-mode.el: Remove obsolete comments.
19803 (meta-right-comment-regexp, meta-ignore-comment-regexp):
19804 Fix typos in docstrings.
19805
19806 2011-11-09 Martin Rudalics <rudalics@gmx.at>
19807
19808 * window.el (window-size-fixed-p): Rewrite doc-string.
19809 (window-resizable-p): Rename to window--resizable-p. Update callers.
19810 (window--resizable): New function. Make all callers of
19811 window-resizable call window--resizable instead.
19812 (window-resizable): Rewrite in terms of window--resizable.
19813
19814 2011-11-08 Glenn Morris <rgm@gnu.org>
19815
19816 * progmodes/delphi.el (delphi-mode-syntax-table):
19817 Let define-derived-mode define a proper syntax table. (Bug#9994)
19818
19819 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
19820
19821 * window.el: Stay away from defsubst.
19822 (window-list-no-nils): Remove.
19823 (window-state-get-1, window-state-get): Use backquote instead.
19824
19825 2011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
19826
19827 * emacs-lisp/find-func.el (find-function-read):
19828 Fix incorrect use of default argument in `completing-read'.
19829
19830 2011-11-08 Martin Rudalics <rudalics@gmx.at>
19831
19832 * window.el (display-buffer-function, special-display-function):
19833 Mention display-buffer-record-window but do not mention
19834 help-setup parameter in doc-strings.
19835 (window-min-delta): Fix doc-string typo.
19836
19837 2011-11-08 Chong Yidong <cyd@gnu.org>
19838
19839 * window.el (window-total-height, window-total-width): Doc fix.
19840 (window-body-size): Move from C.
19841 (window-body-height, window-body-width): Move to C.
19842
19843 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
19844
19845 * window.el: Make special-display like display-buffer-alist (bug#9532).
19846 (display-buffer--special-action): New function, morphed
19847 from display-buffer--special.
19848 (display-buffer): Use it to handle special-display-buffers at higher
19849 priority (just after display-buffer-alist).
19850 (display-buffer-fallback-action, display-buffer--other-frame-action)
19851 (pop-to-buffer-same-window): Remove display-buffer--special.
19852
19853 2011-11-07 Glenn Morris <rgm@gnu.org>
19854
19855 * calendar/cal-menu.el (cal-menu-set-date-title):
19856 Do nothing if not in a calendar. (Bug#9976)
19857
19858 2011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
19859
19860 * files.el (find-file): Always use selected-window.
19861
19862 2011-11-07 Martin Rudalics <rudalics@gmx.at>
19863
19864 * window.el (window-combinations): Make WINDOW argument
19865 mandatory. Rewrite doc-string.
19866 (walk-window-subtree, window-atom-check, window-min-delta)
19867 (window-max-delta, window--resize-this-window)
19868 (window--resize-root-window-vertically, window-tree)
19869 (balance-windows, window-state-put): Rewrite doc-strings as to
19870 not mention the term "subwindow".
19871 (window--resize-subwindows-skip-p): Rename to
19872 window--resize-child-windows-skip-p.
19873 (window--resize-subwindows-normal): Rename to
19874 window--resize-child-windows-normal.
19875 (window--resize-subwindows): Rename to
19876 window--resize-child-windows.
19877 (window-or-subwindow-p): Rename to window--in-subtree-p.
19878
19879 2011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
19880
19881 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
19882 Ensure that mbox format messages end in two newlines (Bug#9974).
19883
19884 2011-11-06 Chong Yidong <cyd@gnu.org>
19885
19886 * window.el (window-combination-p): Function deleted; its
19887 side-effect is not used in any existing code.
19888 (window-combinations, window-combined-p): Call window-*-child
19889 directly.
19890
19891 2011-11-05 Chong Yidong <cyd@gnu.org>
19892
19893 * window.el (window-valid-p): Rename from window-any-p.
19894 (window-size-ignore, window-state-get): Callers changed.
19895 (window-normalize-window): Rename from window-normalize-any-window.
19896 New arg LIVE-ONLY, replacing window-normalize-live-window.
19897 (window-normalize-live-window): Delete.
19898 (window-combination-p, window-combined-p, window-combinations)
19899 (walk-window-subtree, window-atom-root, window-min-size)
19900 (window-sizable, window-sizable-p, window-size-fixed-p)
19901 (window-min-delta, window-max-delta, window-resizable)
19902 (window-resizable-p, window-full-height-p, window-full-width-p)
19903 (window-current-scroll-bars, window-point-1, set-window-point-1)
19904 (window-at-side-p, window-in-direction, window-resize)
19905 (adjust-window-trailing-edge, maximize-window, minimize-window)
19906 (window-deletable-p, delete-window, delete-other-windows)
19907 (record-window-buffer, unrecord-window-buffer)
19908 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
19909 (quit-window, split-window, window-state-put)
19910 (set-window-text-height, fit-window-to-buffer)
19911 (shrink-window-if-larger-than-buffer): Callers changed.
19912
19913 2011-11-04 Eli Zaretskii <eliz@gnu.org>
19914
19915 * mail/rmail.el (rmail-simplified-subject): Decode subject with
19916 rfc2047-decode-string.
19917 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
19918 warnings.
19919
19920 * window.el (window-body-height, window-body-width): Mention in
19921 the doc string that the return values are in frame's canonical
19922 units. (Bug#9949)
19923
19924 2011-11-03 Alan Mackenzie <acm@muc.de>
19925
19926 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
19927 change in cc-engine.el.
19928
19929 2011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
19930
19931 * window.el (switch-to-buffer): Use `force-same-window' interactively.
19932
19933 2011-11-02 Martin Rudalics <rudalics@gmx.at>
19934
19935 * window.el (quit-window): Call unrecord-window-buffer after
19936 showing another buffer in the window. (Bug#9937)
19937 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
19938
19939 2011-11-02 Juanma Barranquero <lekktu@gmail.com>
19940
19941 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
19942 Accept status with more than 9 shelves. (Bug#9935)
19943 Reported by Colin D Bennett <colin@gibibit.com>.
19944
19945 2011-11-01 Martin Rudalics <rudalics@gmx.at>
19946
19947 * help.el (with-help-window): Don't reference
19948 temp-buffer-show-specifiers in doc-string.
19949
19950 2011-10-31 Andreas Schwab <schwab@linux-m68k.org>
19951
19952 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
19953 menu-item.
19954
19955 2011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19956
19957 * whitespace.el: New version 13.2.2.
19958 (whitespace-newline-mode): Disable properly. Reported by Sarah
19959 <EmacsWiki>.
19960
19961 2011-10-30 Ulf Jasper <ulf.jasper@web.de>
19962
19963 * net/newst-treeview.el: Remove "Time-stamp".
19964 (newsticker--group-manage-orphan-feeds): Do not call
19965 newsticker--treeview-tree-update.
19966 (newsticker-treeview-update, newsticker-treeview):
19967 Call newsticker--treeview-tree-update if necessary.
19968
19969 2011-10-30 Martin Rudalics <rudalics@gmx.at>
19970
19971 * window.el (window-iso-combination-p, window-iso-combined-p)
19972 (window-iso-combinations): Remove "iso-" infix.
19973 Suggested by Chong Yidong.
19974 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
19975 (window-max-delta-1, window-resize, window--resize-siblings)
19976 (window--resize-this-window, adjust-window-trailing-edge)
19977 (split-window, balance-windows-1)
19978 (shrink-window-if-larger-than-buffer):
19979 * calendar/calendar.el (calendar-generate-window):
19980 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
19981
19982 2011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
19983
19984 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
19985 in place (bug#9907).
19986 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
19987 (eshell-rewrite-if-command, eshell-rewrite-for-command)
19988 (eshell-structure-basic-command, eshell-rewrite-while-command)
19989 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
19990 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
19991 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
19992 (eshell-do-pipelines-synchronously, eshell-eval-command):
19993 Use backquotes and prefer setq to set.
19994 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
19995 (eshell-macrop): Use functionp.
19996 (eshell-do-eval): Handle multiple expressions in `while' body.
19997
19998 2011-10-30 Chong Yidong <cyd@gnu.org>
19999
20000 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
20001 instead of set-mark (Bug#9810).
20002
20003 2011-10-30 Chong Yidong <cyd@gnu.org>
20004
20005 * window.el (split-window-below, split-window-right): Rename from
20006 split-window-above-each-other and split-window-side-by-side
20007 respectively. All callers changed.
20008 (split-window-sensibly, split-window-sensibly): Use them.
20009 (split-window-keep-point): Doc fix.
20010
20011 * isearch.el: Add isearch-scroll property to split-window-below
20012 and split-window-right.
20013
20014 * follow.el (follow-mode):
20015 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
20016 * progmodes/ada-xref.el (ada-gdb-application):
20017 * emulation/vip.el (vip-buffer-in-two-windows):
20018 * image-dired.el (image-dired-dired-with-window-configuration):
20019 * dired-x.el (dired-do-find-marked-files):
20020 * dired.el (dired-pop-to-buffer):
20021 * bs.el (bs--show-with-configuration):
20022 * vc/emerge.el (emerge-setup-windows):
20023 * textmodes/two-column.el (2C-two-columns):
20024 * textmodes/reftex-toc.el (reftex-toc):
20025 * progmodes/gdb-mi.el (gdb-setup-windows):
20026 * progmodes/fortran.el (fortran-window-create):
20027 * net/newst-treeview.el (newsticker--treeview-window-init):
20028 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
20029 * emulation/tpu-edt.el (tpu-gold-map):
20030 * emulation/crisp.el (crisp-mode-map):
20031 * calendar/calendar.el (calendar-basic-setup): Callers changed.
20032
20033 2011-10-29 Chong Yidong <cyd@gnu.org>
20034
20035 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
20036
20037 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
20038
20039 * textmodes/flyspell.el (flyspell-word): Fix char offset for
20040 forged Ispell output (Bug#7904).
20041
20042 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
20043
20044 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
20045
20046 * doc-view.el: Avoid ugly errors about not finding nil.
20047 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
20048 (doc-view-dvipdf-program, doc-view-unoconv-program)
20049 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
20050 Avoid nil or absolute file name as default value.
20051 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
20052
20053 2011-10-28 Alan Mackenzie <acm@muc.de>
20054
20055 * progmodes/cc-defs.el (c-version): -> 5.32.2.
20056
20057 2011-10-28 Alan Mackenzie <acm@muc.de>
20058
20059 Amend the handling of c-beginning/end-of-defun in nested declaration
20060 scopes.
20061
20062 * progmodes/cc-vars.el (c-defun-tactic): Move here from
20063 cc-langs.el. Change it to a defcustom.
20064
20065 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
20066 cc-vars.el.
20067
20068 * progmodes/cc-engine.el (c-beginning-of-statement-1):
20069 Prevent "class foo : bar" being spuriously recognized as a label.
20070
20071 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
20072 Add parameter `inclusive' (to include enclosing braces in the region).
20073 (c-widen-to-enclosing-decl-scope): New function.
20074 (c-while-widening-to-decl-block): New macro.
20075 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
20076 outward for defun boundaries, and correspondingly change symbol
20077 `respect-enclosure' to `go-outward'.
20078 (c-declaration-limits): Change algorithm to report only the "innermost"
20079 defun's boundaries.
20080
20081 2011-10-28 Deniz Dogan <deniz@dogan.se>
20082
20083 * net/rcirc.el (rcirc-mode): Use hard newlines.
20084
20085 2011-10-28 Alan Mackenzie <acm@muc.de>
20086
20087 Amend to indent and fontify macros "which include their own semicolon"
20088 correctly, using the "virtual semicolon" mechanism.
20089
20090 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
20091
20092 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
20093 Recode to scan one line at a time rather than having \n and \r
20094 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
20095 (c-forward-label): Amend for virtual semicolons.
20096 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
20097
20098 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
20099 of the new C macros.
20100
20101 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
20102 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
20103 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
20104 (c-opt-cpp-macro-define): Make into a full language variable.
20105 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
20106 AWK Mode (including \n, \r) removed, no longer needed.
20107
20108 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
20109 Invoke c-make-macro-with-semi-re.
20110
20111 * progmodes/cc-vars.el (c-macro-with-semi-re):
20112 (c-macro-names-with-semicolon): New variables.
20113 (c-make-macro-with-semi-re): New function.
20114
20115 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
20116
20117 * vc/log-edit.el: Fill empty field rather than adding new one.
20118 (log-edit-add-field): New function.
20119 (log-edit-insert-changelog): Use it.
20120
20121 2011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
20122
20123 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
20124
20125 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
20126
20127 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
20128 (gdb--check-interpreter): New function.
20129 (gdb): Use it.
20130
20131 2011-10-27 Glenn Morris <rgm@gnu.org>
20132
20133 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
20134 (least-positive-float, least-negative-float)
20135 (least-positive-normalized-float, least-negative-normalized-float)
20136 (float-epsilon, float-negative-epsilon):
20137 Remove unnecessary declarations.
20138
20139 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
20140 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
20141 (least-positive-float, least-negative-float)
20142 (least-positive-normalized-float, least-negative-normalized-float)
20143 (float-epsilon, float-negative-epsilon): Add doc-strings,
20144 based on those in cl.texi.
20145
20146 * files.el (set-visited-file-name): If the major-mode changed,
20147 reload the local variables. (Bug#9796)
20148
20149 2011-10-27 Chong Yidong <cyd@gnu.org>
20150
20151 * subr.el (change-major-mode-after-body-hook): New hook.
20152 (run-mode-hooks): Run it.
20153
20154 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
20155 Use change-major-mode-before-body-hook.
20156
20157 * simple.el (fundamental-mode):
20158 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
20159 change introducing fundamental-mode-hook.
20160
20161 2011-10-26 Juanma Barranquero <lekktu@gmail.com>
20162
20163 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
20164
20165 2011-10-26 Michael Albinus <michael.albinus@gmx.de>
20166
20167 * ido.el (ido-file-name-all-completions-1): Do not require
20168 tramp.el explicitly. (Bug#7583)
20169
20170 2011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
20171
20172 * progmodes/octave-mod.el:
20173 * progmodes/octave-inf.el: Update maintainer.
20174
20175 2011-10-26 Chong Yidong <cyd@gnu.org>
20176
20177 * subr.el (with-wrapper-hook): Rewrite doc.
20178
20179 2011-10-25 Michael Albinus <michael.albinus@gmx.de>
20180
20181 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
20182 filenames "/method:foo:". (Bug#9793)
20183
20184 2011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
20185
20186 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
20187 (bug#9865).
20188
20189 2011-10-24 Glenn Morris <rgm@gnu.org>
20190
20191 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
20192
20193 2011-10-24 Michael Albinus <michael.albinus@gmx.de>
20194
20195 * notifications.el: Add the requirement of a running D-Bus session
20196 bus to the Commentary.
20197
20198 2011-10-24 Juri Linkov <juri@jurta.org>
20199
20200 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
20201 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
20202 (Bug#9364)
20203
20204 2011-10-24 Juri Linkov <juri@jurta.org>
20205
20206 * info.el (Info-following-node-name-re): Add newline to the list
20207 of allowed characters for leading space. (Bug#9824)
20208
20209 2011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
20210
20211 * progmodes/octave-inf.el (inferior-octave-mode-map):
20212 Fix C-c C-h binding.
20213 * progmodes/octave-mod.el (octave-help): Remove.
20214
20215 2011-10-23 Michael Albinus <michael.albinus@gmx.de>
20216
20217 Sync with Tramp 2.2.3.
20218
20219 * net/tramp-cache.el (top): Pacify byte-compiler using
20220 `init-file-user' and `site-run-file'.
20221
20222 * net/trampver.el: Update release number.
20223
20224 2011-10-23 Chong Yidong <cyd@gnu.org>
20225
20226 * files.el (toggle-read-only): Remove obsolete comment about
20227 version control.
20228
20229 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
20230 for toggle-read-only. Note that this hasn't called vc-next-action
20231 since 2008-05-02, though it wasn't documented at the time.
20232
20233 * vc/ediff-init.el (ediff-toggle-read-only-function):
20234 Use toggle-read-only.
20235
20236 2011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
20237
20238 Fix bug #9560, sporadic wrong indentation; improve instrumentation
20239 of c-parse-state.
20240
20241 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
20242 correct faulty logical expression.
20243 (c-parse-state-state, c-record-parse-state-state):
20244 (c-replay-parse-state-state): New defvar/defuns.
20245 (c-debug-parse-state): Use new functions.
20246
20247 2011-10-22 Martin Rudalics <rudalics@gmx.at>
20248
20249 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
20250 last fix. Use window-in-direction correctly.
20251
20252 2011-10-21 Chong Yidong <cyd@gnu.org>
20253
20254 * progmodes/idlwave.el (idlwave-mode):
20255 * progmodes/vera-mode.el (vera-mode): No need to set
20256 require-final-newline; that's done in prog-mode.
20257 Suggested by Stefan Monnier.
20258
20259 2011-10-21 Martin Rudalics <rudalics@gmx.at>
20260
20261 * mouse.el (mouse-drag-window-above)
20262 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
20263 (mouse-drag-mode-line-1, mouse-drag-header-line)
20264 (mouse-drag-vertical-line-rightward-window): Remove.
20265 (mouse-drag-line): New function.
20266 (mouse-drag-mode-line, mouse-drag-header-line)
20267 (mouse-drag-vertical-line): Call mouse-drag-line.
20268 * window.el (window-at-side-p, windows-at-side): New functions.
20269
20270 2011-10-21 Ulrich Mueller <ulm@gentoo.org>
20271
20272 * tar-mode.el (tar-grind-file-mode):
20273 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
20274
20275 2011-10-21 Chong Yidong <cyd@gnu.org>
20276
20277 * progmodes/idlwave.el (idlwave-mode):
20278 * progmodes/vera-mode.el (vera-mode):
20279 Use mode-require-final-newline.
20280
20281 2011-10-20 Glenn Morris <rgm@gnu.org>
20282
20283 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
20284
20285 2011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
20286
20287 * emulation/cua-base.el (cua-set-mark): Fix case of string.
20288
20289 2011-10-20 Chong Yidong <cyd@gnu.org>
20290
20291 * emulation/cua-base.el (cua-mode):
20292 * mail/footnote.el (footnote-mode):
20293 * mail/mailabbrev.el (mail-abbrevs-mode):
20294 * net/xesam.el (xesam-minor-mode):
20295 * progmodes/bug-reference.el (bug-reference-mode):
20296 * progmodes/cap-words.el (capitalized-words-mode):
20297 * progmodes/compile.el (compilation-minor-mode)
20298 (compilation-shell-minor-mode):
20299 * progmodes/gud.el (gud-tooltip-mode):
20300 * progmodes/hideif.el (hide-ifdef-mode):
20301 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
20302 * progmodes/subword.el (subword-mode):
20303 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
20304 * progmodes/which-func.el (which-function-mode):
20305 * term/tvi970.el (tvi970-set-keypad-mode):
20306 * term/vt100.el (vt100-wide-mode):
20307 * textmodes/flyspell.el (flyspell-mode):
20308 * textmodes/ispell.el (ispell-minor-mode):
20309 * textmodes/nroff-mode.el (nroff-electric-mode):
20310 * textmodes/paragraphs.el (use-hard-newlines):
20311 * textmodes/refill.el (refill-mode):
20312 * textmodes/reftex.el (reftex-mode):
20313 * textmodes/rst.el (rst-minor-mode):
20314 * textmodes/sgml-mode.el (html-autoview-mode)
20315 (sgml-electric-tag-pair-mode):
20316 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
20317 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
20318 * emulation/crisp.el (crisp-mode):
20319 * emacs-lisp/eldoc.el (eldoc-mode):
20320 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
20321 minor mode behavior.
20322
20323 2011-10-19 Juri Linkov <juri@jurta.org>
20324
20325 * descr-text.el (describe-char): Add #x2010 and #x2011 to
20326 the list of hard-coded chars with escape-glyph face.
20327
20328 2011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
20329
20330 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
20331
20332 2011-10-19 Michael Albinus <michael.albinus@gmx.de>
20333
20334 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
20335 running process.
20336
20337 2011-10-19 Glenn Morris <rgm@gnu.org>
20338
20339 * vc/vc-bzr.el (vc-bzr-after-dir-status):
20340 Ignore ignored files. (Bug#9726)
20341
20342 2011-10-19 Chong Yidong <cyd@gnu.org>
20343
20344 Doc fix for minor modes, stating that an omitted argument enables
20345 the mode unconditionally when called from Lisp.
20346
20347 * abbrev.el (abbrev-mode):
20348 * allout.el (allout-mode):
20349 * autoinsert.el (auto-insert-mode):
20350 * autoarg.el (autoarg-mode, autoarg-kp-mode):
20351 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
20352 (global-auto-revert-mode):
20353 * battery.el (display-battery-mode):
20354 * composite.el (global-auto-composition-mode)
20355 (auto-composition-mode):
20356 * delsel.el (delete-selection-mode):
20357 * desktop.el (desktop-save-mode):
20358 * dired-x.el (dired-omit-mode):
20359 * dirtrack.el (dirtrack-mode):
20360 * doc-view.el (doc-view-minor-mode):
20361 * double.el (double-mode):
20362 * electric.el (electric-indent-mode, electric-pair-mode):
20363 * emacs-lock.el (emacs-lock-mode):
20364 * epa-hook.el (auto-encryption-mode):
20365 * follow.el (follow-mode):
20366 * font-core.el (font-lock-mode):
20367 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
20368 * help.el (temp-buffer-resize-mode):
20369 * hilit-chg.el (highlight-changes-mode)
20370 (highlight-changes-visible-mode):
20371 * hi-lock.el (hi-lock-mode):
20372 * hl-line.el (hl-line-mode, global-hl-line-mode):
20373 * icomplete.el (icomplete-mode):
20374 * ido.el (ido-everywhere):
20375 * image-file.el (auto-image-file-mode):
20376 * image-mode.el (image-minor-mode):
20377 * iswitchb.el (iswitchb-mode):
20378 * jka-cmpr-hook.el (auto-compression-mode):
20379 * linum.el (linum-mode):
20380 * longlines.el (longlines-mode):
20381 * master.el (master-mode):
20382 * mb-depth.el (minibuffer-depth-indicate-mode):
20383 * menu-bar.el (menu-bar-mode):
20384 * minibuf-eldef.el (minibuffer-electric-default-mode):
20385 * mouse-sel.el (mouse-sel-mode):
20386 * msb.el (msb-mode):
20387 * mwheel.el (mouse-wheel-mode):
20388 * outline.el (outline-minor-mode):
20389 * paren.el (show-paren-mode):
20390 * recentf.el (recentf-mode):
20391 * reveal.el (reveal-mode, global-reveal-mode):
20392 * rfn-eshadow.el (file-name-shadow-mode):
20393 * ruler-mode.el (ruler-mode):
20394 * savehist.el (savehist-mode):
20395 * scroll-all.el (scroll-all-mode):
20396 * scroll-bar.el (scroll-bar-mode):
20397 * server.el (server-mode):
20398 * shell.el (shell-dirtrack-mode):
20399 * simple.el (auto-fill-mode, transient-mark-mode)
20400 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
20401 (line-number-mode, column-number-mode, size-indication-mode)
20402 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
20403 * strokes.el (strokes-mode):
20404 * time.el (display-time-mode):
20405 * t-mouse.el (gpm-mouse-mode):
20406 * tool-bar.el (tool-bar-mode):
20407 * tooltip.el (tooltip-mode):
20408 * type-break.el (type-break-mode-line-message-mode)
20409 (type-break-query-mode):
20410 * view.el (view-mode):
20411 * whitespace.el (whitespace-mode, whitespace-newline-mode)
20412 (global-whitespace-mode, global-whitespace-newline-mode):
20413 * xt-mouse.el (xterm-mouse-mode): Doc fix.
20414
20415 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
20416 Fix autogenerated docstring.
20417
20418 2011-10-19 Juri Linkov <juri@jurta.org>
20419
20420 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
20421 by checking environment variables "DESKTOP_SESSION" and
20422 "XDG_CURRENT_DESKTOP". (Bug#9779)
20423
20424 2011-10-19 Juri Linkov <juri@jurta.org>
20425
20426 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
20427 (browse-url-chromium-program, browse-url-chromium-arguments):
20428 New defcustoms.
20429 (browse-url-default-browser): Check for `browse-url-chromium' and
20430 call `browse-url-chromium-program'.
20431 (browse-url-chromium): New command. (Bug#9779)
20432
20433 2011-10-18 Juanma Barranquero <lekktu@gmail.com>
20434
20435 * facemenu.el (list-colors-duplicates): On Windows, detect more
20436 duplicates by assuming that only colors matching "^System" are
20437 special "system colors". (Bug#9722)
20438
20439 2011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
20440
20441 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
20442 to distinguish the author from the committer.
20443
20444 2011-10-18 Michael Albinus <michael.albinus@gmx.de>
20445
20446 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
20447
20448 2011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
20449
20450 * international/mule.el (sgml-html-meta-auto-coding-function):
20451 Add support for detecting encoding in HTML5 specified only as
20452 <meta charset="UTF-8">. Implementation just makes http-equiv and
20453 content-type parts from HTML4 encoding string optional. (Bug#9716)
20454
20455 2011-10-18 Glenn Morris <rgm@gnu.org>
20456
20457 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
20458
20459 2011-10-18 Chong Yidong <cyd@gnu.org>
20460
20461 * faces.el (cursor): Doc fix.
20462
20463 2011-10-17 Chong Yidong <cyd@gnu.org>
20464
20465 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
20466
20467 2011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
20468
20469 * dirtrack.el (dirtrack): Support shell buffers with path
20470 prefixes, e.g. tramp-based remote shells. (Bug#9647)
20471
20472 2011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
20473
20474 * json.el: Bump version to 1.3 and note change in History.
20475 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
20476
20477 2011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
20478
20479 * comint.el (comint-insert-input, comint-send-input)
20480 (comint-get-old-input-default, comint-backward-matching-input)
20481 (comint-next-prompt): Use nil instead of `input' for field property of
20482 past user input (bug#114).
20483
20484 * minibuffer.el (completion--replace): Inherit surrounding properties
20485 (bug#114).
20486 (minibuffer-complete-and-exit): Use it.
20487
20488 * comint.el (comint--table-subvert): Quote the all-completions output
20489 (bug#9160).
20490
20491 2011-10-17 Martin Rudalics <rudalics@gmx.at>
20492
20493 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
20494
20495 * menu-bar.el (menu-bar-file-menu): Add entry for making new
20496 window on right of selected. (Bug#9350) Reword other window
20497 entries and separate them from frame entries.
20498
20499 2011-10-15 Glenn Morris <rgm@gnu.org>
20500
20501 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
20502 Doc fixes.
20503
20504 2011-10-15 Chong Yidong <cyd@stupidchicken.com>
20505
20506 * net/network-stream.el (network-stream-open-starttls):
20507 Improve detection of failure due to lack of TLS support.
20508
20509 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
20510 putting the input text in front and in bold.
20511
20512 2011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
20513
20514 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
20515
20516 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
20517 empty buffer.
20518
20519 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
20520 unread-command-events rather than pushing yet-another event.
20521
20522 2011-10-14 Eli Zaretskii <eliz@gnu.org>
20523
20524 * mail/sendmail.el (sendmail-query-once): Improve the wording of
20525 the explanation of the possible choices. Make the options passed
20526 to completing-read shorter.
20527
20528 2011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
20529
20530 * textmodes/flyspell.el (flyspell-large-region): Make sure
20531 extended character mode is used if defined (Bug#1339).
20532
20533 2011-10-13 Eli Zaretskii <eliz@gnu.org>
20534
20535 * simple.el (what-cursor-position): Fix the display of the
20536 character info for LRE, LRO, RLE, and RLO characters by appending
20537 an invisible PDF.
20538
20539 2011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
20540
20541 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
20542 even in case of error; add debug spec; simplify data flow.
20543 (with-timeout-handler): Remove.
20544
20545 2011-10-12 Michael Albinus <michael.albinus@gmx.de>
20546
20547 Fix Bug#6019, Bug#9315.
20548
20549 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
20550 complete `buffer-file-name', the local file name part could look
20551 remotely (for example on VMS).
20552
20553 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
20554 `tramp-run-real-handler'.
20555 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
20556 already quoted by '"'.
20557
20558 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
20559 Let `file-name-handler-alist' be nil, the local file name part
20560 could look remotely (for example on VMS).
20561
20562 2011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
20563
20564 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
20565 from here...
20566 (flyspell-post-command-hook): ...to here.
20567
20568 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
20569
20570 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
20571 if not needed.
20572 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
20573 using completion. Protect against "slow" callers.
20574 Remove the "message hack".
20575
20576 2011-10-11 Juri Linkov <juri@jurta.org>
20577
20578 * isearch.el (isearch-lazy-highlight-word): New variable.
20579 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
20580 Use it. (Bug#9727)
20581
20582 2011-10-11 Glenn Morris <rgm@gnu.org>
20583
20584 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
20585 like f90-previous-statement does.
20586
20587 2011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
20588
20589 * eshell/eshell.el (eshell-command): History should be saved
20590 only in interactive use, to avoid error.
20591
20592 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
20593
20594 * minibuffer.el (completion-file-name-table): Fix last change,
20595 i.e. ignore normal errors but not the other ones.
20596
20597 2011-10-10 Martin Rudalics <rudalics@gmx.at>
20598
20599 * window.el (special-display-buffer-names)
20600 (special-display-regexps): Remove some remnants of earlier
20601 changes from doc-strings.
20602 (quit-windows-on): New function.
20603
20604 * vc/vc.el (vc-revert, vc-rollback):
20605 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
20606 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
20607 (Bug#6183) (Bug#7074) (Bug#7447)
20608
20609 2011-10-09 Martin Rudalics <rudalics@gmx.at>
20610
20611 * window.el (frame-auto-hide-function): Add version tag.
20612 (Bug#9699)
20613
20614 2011-10-09 Michael Albinus <michael.albinus@gmx.de>
20615
20616 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
20617 condition.
20618
20619 2011-10-09 Leo Liu <sdl.web@gmail.com>
20620
20621 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
20622 (Bug#9701)
20623
20624 2011-10-08 Glenn Morris <rgm@gnu.org>
20625
20626 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
20627 before the first code statement zero indent. (Bug#9690)
20628
20629 2011-10-08 Chong Yidong <cyd@stupidchicken.com>
20630
20631 * simple.el (count-words-region): Always count in the region.
20632 Report the number of lines and characters too.
20633 (count-words): New command, which counts in the buffer if the
20634 region is inactive, as count-words-region used to.
20635 (count-words--message): New function. Handle plurals.
20636 (count-lines-region): Make it an alias for count-words-region.
20637
20638 * bindings.el (esc-map): Replace count-lines-region with
20639 count-words-region.
20640
20641 2011-10-08 Martin Rudalics <rudalics@gmx.at>
20642
20643 * window.el (window--delete): Delete dedicated frame
20644 unconditionally when argument KILL is non-nil. (Bug#9699)
20645 (switch-to-buffer): Fix doc-string typo.
20646
20647 2011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
20648
20649 * eshell/eshell.el (eshell-command): Avoid using hooks.
20650
20651 2011-10-07 Chong Yidong <cyd@stupidchicken.com>
20652
20653 * bindings.el ([M-left],[M-right]): Bind to left-word and
20654 right-word respectively.
20655
20656 2011-10-07 Glenn Morris <rgm@gnu.org>
20657
20658 * cus-start.el (debug-on-quit): Fix custom type.
20659
20660 2011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
20661
20662 * subr.el (define-key-after): Clarify that the function is not
20663 useful for non-menu keymaps.
20664
20665 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
20666
20667 2011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
20668
20669 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
20670 in current minibuffer (Fix bug with recursive minibuffers).
20671
20672 2011-10-06 Chong Yidong <cyd@stupidchicken.com>
20673
20674 * progmodes/gdb-mi.el (gdb): Doc fix.
20675
20676 2011-10-05 Martin Rudalics <rudalics@gmx.at>
20677
20678 * window.el (frame-auto-hide-function): New option replacing
20679 frame-auto-delete. Suggested by Stefan Monnier.
20680 (window--delete): Call frame-auto-hide-function instead of
20681 investigating frame-auto-delete.
20682 (window-point-1, set-window-point-1): New functions.
20683 (window-in-direction, record-window-buffer, window-state-get-1)
20684 (display-buffer-record-window): Use window-point-1 instead of
20685 window-point.
20686 (set-window-buffer-start-and-point): Use set-window-point-1.
20687
20688 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
20689
20690 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
20691
20692 2011-10-05 Glenn Morris <rgm@gnu.org>
20693
20694 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
20695 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
20696
20697 2011-10-05 Leo Liu <sdl.web@gmail.com>
20698
20699 * subr.el (read-char-choice): Fix argument to buffer-live-p which
20700 works with buffer object.
20701
20702 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
20703
20704 * mpc.el (mpc-tool-bar-map): Add labels.
20705
20706 2011-10-04 Glenn Morris <rgm@gnu.org>
20707
20708 * calendar/holidays.el (calendar-check-holidays): Doc fix.
20709
20710 2011-10-04 Martin Rudalics <rudalics@gmx.at>
20711
20712 * window.el (window--delete): New function.
20713 (frame-auto-delete): Resuscitate option.
20714 (bury-buffer, replace-buffer-in-windows)
20715 (quit-window): Rewrite using window--delete.
20716 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
20717 Pass display-buffer-mark-dedicated to window--display-buffer-2
20718 (Bug#9639).
20719
20720 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
20721
20722 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
20723 returns a list (bug#9554). Add remote file name completion.
20724 * comint.el (comint--table-subvert): Curry and get quote&unquote
20725 functions as arguments.
20726 (comint--complete-file-name-data): Adjust call accordingly.
20727 * pcomplete.el (pcomplete--table-subvert): Remove.
20728 (pcomplete-completions-at-point): Use comint--table-subvert instead.
20729
20730 * minibuffer.el (completion-table-case-fold): Use currying.
20731 (completion--styles-type, completion--cycling-threshold-type):
20732 New constants.
20733 (completion-styles, completion-category-overrides)
20734 (completion-cycle-threshold): Use them.
20735 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
20736 completion-table-case-fold.
20737
20738 2011-10-03 Stephen Berman <stephen.berman@gmx.net>
20739
20740 * minibuffer.el (completion-category-overrides): Fix type of styles
20741 and add more user friendly tags (bug#9660).
20742
20743 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
20744
20745 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
20746 (mule-input-method-string): New widget.
20747 (default-input-method, language-info-custom-alist): Use it.
20748
20749 2011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
20750
20751 * pcomplete.el: Require comint.
20752 (pcomplete--common-suffix): Remove.
20753 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
20754 (pcomplete--table-subvert): Sync with comint--table-subvert.
20755 (pcomplete--entries): Use comint-completion-file-name-table.
20756 * comint.el (comint-unquote-filename): Simplify.
20757 (comint-completion-file-name-table): New function (bug#9616).
20758 (comint--complete-file-name-data): Use it.
20759
20760 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
20761 (pcmpl-gnu-tar-buffer): Remove.
20762 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
20763 around. Make sure pcomplete-suffix-list is only changed temporarily.
20764 Don't look inside the tar's file if it's too large.
20765
20766 2011-10-01 Chong Yidong <cyd@stupidchicken.com>
20767
20768 * cus-edit.el (custom-mode-map):
20769 * epa.el (epa-key-list-mode-map):
20770 * man.el (Man-mode-map):
20771 * startup.el (splash-screen-keymap):
20772 * simple.el (special-mode-map): Use scroll-up-command and
20773 scroll-down-command.
20774
20775 * progmodes/idlw-help.el (idlwave-help-mode-map):
20776 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
20777 * net/newst-plainview.el (newsticker-mode-map):
20778 * emulation/ws-mode.el (wordstar-mode-map):
20779 * emulation/vi.el (vi-com-map):
20780 * calc/calc-graph.el (calc-graph-show-dumb):
20781 * term/sun.el (terminal-init-sun):
20782 * term/ns-win.el (global-map):
20783 * progmodes/grep.el (grep-mode-map):
20784 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
20785 * mail/rmail.el (rmail-mode-map):
20786 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
20787
20788 * custom.el (custom-safe-themes, load-theme): Treat value of t for
20789 custom-safe-themes as special.
20790
20791 2011-10-01 Julien Danjou <julien@danjou.info>
20792
20793 * notifications.el (notifications-notify): Fix docstring.
20794
20795 2011-10-01 Per Starbäck <per@starback.se>
20796
20797 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
20798
20799 2011-09-30 Martin Rudalics <rudalics@gmx.at>
20800
20801 * startup.el (command-line-1): Fix last fix by inserting
20802 initial-scratch-message into *scratch* before displaying it.
20803 (Bug#9605) and (Bug#9636)
20804
20805 2011-09-29 Eli Zaretskii <eliz@gnu.org>
20806
20807 * simple.el (line-move): If auto-hscroll-mode is disabled and the
20808 window is hscrolled, move by logical lines. (Bug#9607)
20809 (line-move-visual): Update the doc string to the above effect.
20810
20811 2011-09-29 Martin Rudalics <rudalics@gmx.at>
20812
20813 * window.el (display-buffer-record-window): When WINDOW is the
20814 selected window use `point' instead of `window-point'. (Bug#9626)
20815
20816 * startup.el (command-line-1): Use insert-before-markers when
20817 inserting initial-scratch-message. (Bug#9605)
20818
20819 * help.el (help-window): Remove variable.
20820
20821 2011-09-29 Glenn Morris <rgm@gnu.org>
20822
20823 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
20824
20825 2011-09-29 Juanma Barranquero <lekktu@gmail.com>
20826
20827 * descr-text.el (describe-char-categories): Accept category
20828 descriptions more than one line long.
20829
20830 2011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
20831
20832 * simple.el (delete-trailing-whitespace): Fix last change.
20833
20834 * progmodes/perl-mode.el (perl-syntax-propertize-function):
20835 Don't confuse "y => 3" as the beginning of a `y' operation.
20836
20837 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
20838 object has more than 4 slots (bug#9613).
20839
20840 2011-09-28 Juanma Barranquero <lekktu@gmail.com>
20841
20842 * subr.el (with-output-to-temp-buffer):
20843 * net/quickurl.el (quickurl, quickurl-browse-url):
20844 Fix typos in docstrings.
20845
20846 2011-09-27 Eli Zaretskii <eliz@gnu.org>
20847
20848 * minibuffer.el (completion-styles)
20849 (completion-category-overrides): Cross reference each other in doc
20850 strings.
20851
20852 2011-09-27 Glenn Morris <rgm@gnu.org>
20853
20854 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
20855 to split-string. (Bug#9606)
20856
20857 2011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
20858
20859 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
20860 (bug#9615).
20861
20862 2011-09-27 Chong Yidong <cyd@stupidchicken.com>
20863
20864 * emacs-lisp/package.el (list-packages): Fix echo area message.
20865
20866 2011-09-27 Leo Liu <sdl.web@gmail.com>
20867
20868 * ido.el (ido-read-internal): Accept cons cell HIST arg.
20869
20870 2011-09-25 Michael Albinus <michael.albinus@gmx.de>
20871
20872 * net/dbus.el (dbus-unregister-object): Don't release services for
20873 registered signals. (Bug#9581)
20874
20875 2011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
20876
20877 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
20878 function that picks between cfengine 2 and 3 support
20879 automatically. Update docs accordingly.
20880
20881 2011-09-22 Kenichi Handa <handa@m17n.org>
20882
20883 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
20884 ZERO.
20885 (indian-itrans-v5-table-for-tamil): New variable.
20886 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
20887
20888 2011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
20889
20890 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
20891 that's true if the current command involved collapsing of text.
20892 It's reset to false at the beginning of the next command.
20893 (allout-post-command-business): Move the cursor to the beginning
20894 of entry if the cursor is hidden and collapsing activity just
20895 happened.
20896
20897 2011-09-24 Chong Yidong <cyd@stupidchicken.com>
20898
20899 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
20900 tracking (Bug#9541).
20901
20902 2011-09-24 Ulf Jasper <ulf.jasper@web.de>
20903
20904 * net/newst-reader.el (newsticker-html-renderer)
20905 (newsticker-show-news): Automatically load html rendering package
20906 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
20907 because w3m-fill-column is let-bound" and the error "Symbol's value
20908 as variable is void: w3m-fill-column".
20909
20910 2011-09-24 Michael Albinus <michael.albinus@gmx.de>
20911
20912 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
20913 Release services only if they are defined. (Bug#9581)
20914
20915 2011-09-23 Richard Stallman <rms@gnu.org>
20916
20917 * textmodes/paragraphs.el (forward-sentence): For backwards case,
20918 distinguish start of paragraph from start of its text.
20919
20920 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
20921
20922 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
20923 (rmail-generate-viewer-buffer): Put that hook on view buffer.
20924 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
20925
20926 2011-09-23 Andreas Schwab <schwab@linux-m68k.org>
20927
20928 * international/mule-diag.el (mule-diag): Insert a newline after
20929 each fontset description.
20930
20931 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
20932
20933 * simple.el (delete-trailing-whitespace):
20934 Document last change; simplify.
20935
20936 2011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
20937
20938 * simple.el (delete-trailing-whitespace): Also delete
20939 extra newlines at the end of the buffer.
20940
20941 * textmodes/picture.el: Make motion commands obey shift-select-mode.
20942 (picture-newline): Use forward-line so as to ignore fields.
20943
20944 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
20945
20946 * subr.el (with-wrapper-hook): Fix edebug spec.
20947
20948 2011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
20949
20950 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
20951 (bug#4538).
20952
20953 2011-09-23 Michael Albinus <michael.albinus@gmx.de>
20954
20955 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
20956 Fix nasty bug using wrong cached values.
20957
20958 2011-09-23 Alan Mackenzie <acm@muc.de>
20959
20960 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
20961
20962 2011-09-23 Chong Yidong <cyd@stupidchicken.com>
20963
20964 * window.el (pop-to-buffer): Ensure right window is selected if we
20965 chose another frame.
20966
20967 2011-09-22 Eli Zaretskii <eliz@gnu.org>
20968
20969 * simple.el (what-cursor-position): Use get-char-property-change
20970 and next-single-char-property-change, to be able to show display
20971 properties that come from overlays as well as text properties.
20972
20973 2011-09-22 Chong Yidong <cyd@stupidchicken.com>
20974
20975 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
20976
20977 * cmuscheme.el (run-scheme, switch-to-scheme):
20978 * cus-edit.el (customize-group, custom-buffer-create)
20979 (customize-browse):
20980 * info.el (info):
20981 * shell.el (shell):
20982 * mail/sendmail.el (mail):
20983 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
20984
20985 2011-09-22 Richard Stallman <rms@gnu.org>
20986
20987 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
20988 move back only to line beg, don't move back over blank lines.
20989
20990 2011-09-22 Michael Albinus <michael.albinus@gmx.de>
20991
20992 * files.el (copy-directory): Set directory attributes only in case
20993 they could be retrieved from the source directory. (Bug#9565)
20994
20995 2011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
20996
20997 * progmodes/hideshow.el (hs-looking-at-block-start-p)
20998 (hs-find-block-beginning, hs-hide-level-recursive):
20999 Ignore strings as well as comments. (Bug#9502)
21000
21001 2011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
21002
21003 * progmodes/sql.el (sql-comint-postgres):
21004 Convert port number to a string. (Bug#9566)
21005
21006 2011-09-22 Martin Rudalics <rudalics@gmx.at>
21007
21008 * window.el (quit-window): Undedicate window when switching to
21009 previous buffer. Reported by Thierry Volpiatto
21010 <thierry.volpiatto@gmail.com>.
21011 (special-display-popup-frame): When popping up a new frame reset
21012 its previous buffers to nil. Simplify code.
21013
21014 2011-09-21 Michael Albinus <michael.albinus@gmx.de>
21015
21016 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
21017 and process filter, as done also in `shell-command'.
21018
21019 2011-09-21 Martin Rudalics <rudalics@gmx.at>
21020
21021 * window.el (set-window-buffer-start-and-point):
21022 Call set-window-start with NOFORCE argument t.
21023 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
21024 (quit-window): Reword doc-string. Handle new format of
21025 quit-restore parameter. Don't delete window if it has a
21026 previous buffer we can show instead of the present one.
21027 (display-buffer-record-window): Rewrite using a new format for
21028 the quit-restore window parameter
21029 (special-display-popup-frame, display-buffer-same-window)
21030 (display-buffer-reuse-window, display-buffer-pop-up-frame)
21031 (display-buffer-pop-up-window, display-buffer-use-some-window):
21032 Adapt symbol passed to display-buffer-record-window.
21033 * help.el (help-window-setup): Handle new format of quit-restore
21034 parameter.
21035
21036 2011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
21037
21038 * faces.el (face-list): Fix docstring (bug#9564).
21039
21040 * window.el (display-buffer--action-function-custom-type):
21041 Don't include internal functions in the Custom interface.
21042
21043 2011-09-20 Juri Linkov <juri@jurta.org>
21044
21045 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
21046 (Info-forward-node, Info-backward-node, Info-next-preorder)
21047 (Info-last-preorder): Use it. (Bug#9528)
21048
21049 2011-09-20 Juri Linkov <juri@jurta.org>
21050
21051 * info.el (Info-last-preorder): Visit last menu item only when
21052 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
21053
21054 2011-09-20 Julien Danjou <julien@danjou.info>
21055
21056 * password-cache.el (password-cache-remove): Remove entries even if the
21057 value is nil, so that password with a nil value (negative caching) is
21058 possible to invalidate.
21059
21060 2011-09-20 Lawrence Mitchell <wence@gmx.li>
21061
21062 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
21063 all whitespace around breakpoint. (Bug#9553)
21064 (f90-find-breakpoint): Only break at whitespace inside a comment.
21065
21066 2011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
21067
21068 * minibuffer.el (completion-file-name-table): Keep track of errors.
21069 (completion-table-with-predicate): Handle the case where pred1 is nil.
21070 * pcomplete.el (pcomplete-completions-at-point): Simplify.
21071
21072 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
21073
21074 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
21075 (debugger-return-value): Signal an error if the debugging context does
21076 not await any return value.
21077
21078 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
21079 * image-mode.el (image-toggle-display-text)
21080 (image-toggle-display-image): Stay away from evil `intangible'.
21081
21082 2011-09-19 Leo Liu <sdl.web@gmail.com>
21083
21084 * replace.el (occur-revert-arguments): Make it permanent-local.
21085 (occur-mode): Don't call font-lock-defontify.
21086
21087 2011-09-19 Chong Yidong <cyd@stupidchicken.com>
21088
21089 * net/ldap.el (ldap-search-internal): Don't push empty search
21090 result (Bug#9508).
21091
21092 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
21093
21094 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
21095
21096 2011-09-19 Michael Albinus <michael.albinus@gmx.de>
21097
21098 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
21099 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
21100
21101 2011-09-18 Juri Linkov <juri@jurta.org>
21102
21103 * buff-menu.el (Buffer-menu-mode-map):
21104 * dired.el (dired-mode-map):
21105 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
21106 (lisp-interaction-mode-map):
21107 * emacs-lisp/package.el (package-menu-mode-map):
21108 * epa.el (epa-key-list-mode-map):
21109 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
21110 (menu-bar-options-menu):
21111 * outline.el (outline-mode-menu-bar-map):
21112 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
21113 * vc/vc-dir.el (vc-dir-menu-map):
21114 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
21115 Capitalize non-function content words in menu item strings.
21116
21117 * dired.el (dired-mode-map): Add menu item for
21118 `image-dired-dired-toggle-marked-thumbs'.
21119
21120 2011-09-18 Juri Linkov <juri@jurta.org>
21121
21122 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
21123 to `isearch-case-fold-search' and restore its original value
21124 after the `isearch-mode' call.
21125
21126 2011-09-18 Juri Linkov <juri@jurta.org>
21127
21128 * progmodes/grep.el (grep-process-setup): Don't check code for 1
21129 because `zgrep' returns 1 for successful matches (bug#9226).
21130
21131 2011-09-18 Juri Linkov <juri@jurta.org>
21132
21133 * info.el (Info-extract-menu-node-name): Check the second match
21134 for empty string (second test-case of bug#9528).
21135 (Info-last-preorder): Let-bind `Info-history' to nil to not add
21136 intermediate nodes to the history (first test-case of bug#9528).
21137
21138 2011-09-18 Juri Linkov <juri@jurta.org>
21139
21140 * info.el (Info-mode-syntax-table): New variable.
21141 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
21142
21143 2011-09-18 Juri Linkov <juri@jurta.org>
21144
21145 * info.el (Info-file-supports-index-cookies):
21146 Increment line-beginning-position's arg from 3 to 4 because makeinfo
21147 outputs one more line for long file names (bug#4142).
21148
21149 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
21150
21151 * newcomment.el (comment-normalize-vars): If prompting for
21152 comment-start, set comment-start-skip too (Bug#8424).
21153
21154 2011-09-18 Johan Bockgård <bojohan@gnu.org>
21155
21156 * icomplete.el: Fix previous fix of Bug#5849.
21157 (icomplete-mode): Don't set completion-show-inline-help.
21158 (icomplete-minibuffer-setup): Set completion-show-inline-help
21159 locally during icompletion.
21160
21161 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
21162
21163 * woman.el (woman2-process-escapes): Don't delete unrecognized
21164 escapes (Bug#7843).
21165
21166 * files.el (inhibit-first-line-modes-regexps): Add image files.
21167 (hack-local-variables-prop-line): Return nil for malformed
21168 prop-lines (Bug#9044).
21169
21170 2011-09-18 Michael Albinus <michael.albinus@gmx.de>
21171
21172 * net/tramp.el (top): Don't require 'shell.
21173 (tramp-methods): Fix docstring.
21174 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
21175 Return complete remote file name. Handle "smb" case.
21176 Use `tramp-tmpdir', if defined for the respective method.
21177 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
21178
21179 * net/tramp-compat.el (top): Require 'shell.
21180
21181 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
21182 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
21183 `tramp-current-host'.
21184 (tramp-get-remote-tmpdir): Remove.
21185
21186 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
21187 `tramp-tmpdir' entries.
21188 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
21189 (tramp-smb-handle-file-attributes): Ignore errors.
21190 (tramp-smb-wait-for-output): Check also for process end.
21191
21192 2011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
21193
21194 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
21195 when sending QUIT (bug#9312).
21196
21197 2011-09-17 Chong Yidong <cyd@stupidchicken.com>
21198
21199 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
21200 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
21201 occur-mode-display-occurrence.
21202 (occur-edit-mode): Add usage message.
21203 (occur-cease-edit): New command.
21204 (occur-after-change-function): Use text properties to find the
21205 position of the prefix text.
21206 (occur-engine): Set stickiness of prefix text properties.
21207
21208 2011-09-17 Glenn Morris <rgm@gnu.org>
21209
21210 * progmodes/etags.el (complete-tag):
21211 Fix call to completion-in-region. (Bug#9526)
21212
21213 2011-09-17 Juri Linkov <juri@jurta.org>
21214
21215 * textmodes/ispell.el (ispell-word): Add to the error message
21216 the word, ispell program name and current dictionary (bug#9121).
21217 (ispell-tex-arg-end): Capitalize "error" in the error message.
21218
21219 2011-09-17 Andreas Schwab <schwab@linux-m68k.org>
21220
21221 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
21222 check. (Bug#4251)
21223
21224 2011-09-17 Juri Linkov <juri@jurta.org>
21225
21226 * window.el (window-safe-min-height, window-safe-min-width):
21227 Fix typos (followup to bug#9522).
21228
21229 2011-09-17 Sven Joachim <svenjoac@gmx.de>
21230
21231 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
21232
21233 2011-09-16 Eli Zaretskii <eliz@gnu.org>
21234
21235 * simple.el (line-move): If goal-column is set, move by logical
21236 lines, not by display lines. (Bug#971)
21237 (next-line, previous-line, goal-column, line-move-visual): Doc fix
21238 to reflect the above change.
21239
21240 2011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
21241
21242 * image.el (imagemagick-register-types): Use regexp-opt.
21243
21244 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
21245
21246 * window.el (display-buffer-base-action): Rename from
21247 display-buffer-default-action. Make default value empty.
21248 (display-buffer-overriding-action): Convert to defvar.
21249 (display-buffer-fallback-action): New var.
21250
21251 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
21252
21253 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
21254 declaration.
21255 (package--add-to-archive-contents): If there is a duplicate entry
21256 with an older version, remove it.
21257 (package-menu-mark-delete, package-menu-mark-install)
21258 (package-menu-mark-unmark): Make unused args optional.
21259 (package-menu-mark-obsolete-for-deletion):
21260 Use package-menu-get-status instead of a regexp search.
21261 (package-menu-get-status): Use tabulated-list-entry.
21262 (package-menu-mark-upgrades): New command.
21263 (package-menu-mode-map): Bind it to U. Add it to menu bar.
21264 (package-menu-execute): Do installation before deletion.
21265 (package-menu-refresh, package-menu-execute): Use derived-mode-p
21266 instead of checking major-mode.
21267 (package-menu--find-upgrades): New function.
21268
21269 2011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
21270
21271 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
21272 passwords in the log buffer.
21273 (smtpmail-process-filter): Update the process marker so that the
21274 "broken by peer" status message is inserted in the right place.
21275
21276 2011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
21277
21278 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
21279 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
21280 bibtex-completion-at-point-function.
21281 (bibtex-completion-at-point-function): Use them.
21282
21283 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
21284
21285 * mpc.el (mpc-constraints-tag-lookup): New function.
21286 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
21287 also to browser "album|playlist".
21288
21289 2011-09-14 Juri Linkov <juri@jurta.org>
21290
21291 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
21292 (isearch-edit-string): Use length of `isearch-string' when
21293 `isearch-fail-pos' returns nil.
21294 (isearch-message): Remove duplicate code and call
21295 `isearch-fail-pos' with arg `t'.
21296
21297 2011-09-14 Chong Yidong <cyd@stupidchicken.com>
21298
21299 * replace.el (occur-mode-goto-occurrence): Don't force using other
21300 window (Bug#9499).
21301
21302 * dired-aux.el (dired-do-chmod): Don't provide initial input.
21303
21304 2011-09-14 Martin Rudalics <rudalics@gmx.at>
21305
21306 * window.el (display-buffer-window): Remove.
21307 (display-buffer-record-window): Use help-setup window parameter
21308 instead of variable display-buffer-window.
21309 (display-buffer-function, special-display-buffer-names)
21310 (special-display-function): Mention help-setup parameter instead
21311 of display-buffer-window in doc-string.
21312 * help.el (help-window-setup): New argument help-window.
21313 Use help-window-setup parameter instead of display-buffer-window.
21314 Reword some messages.
21315 (with-help-window): Pass window used for displaying the buffer
21316 to help-window-setup. Don't set display-buffer-window.
21317
21318 2011-09-13 Glenn Morris <rgm@gnu.org>
21319
21320 * emacs-lisp/debug.el (debugger-make-xrefs):
21321 Preserve point. (Bug#9462)
21322
21323 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
21324
21325 * window.el (window-deletable-p): Use next-frame.
21326
21327 2011-09-13 Martin Rudalics <rudalics@gmx.at>
21328
21329 * window.el (window-auto-delete): Remove.
21330 (window-deletable-p): Remove argument FORCE. Don't deal with
21331 dedication and previous buffers.
21332 (switch-to-prev-buffer): Don't delete window.
21333 (delete-windows-on): Delete a window's frame if and only if the
21334 window is dedicated.
21335 (replace-buffer-in-windows): Delete buffer's window or frame if
21336 and only if window is dedicated.
21337 (quit-window): Handle quit-restore as before last change.
21338 (bury-buffer): Delete window only if window-deletable-p returns t.
21339
21340 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
21341
21342 * window.el (window-deletable-p): Never delete the last frame on a
21343 given terminal.
21344
21345 2011-09-13 Glenn Morris <rgm@gnu.org>
21346
21347 * help.el (describe-key-briefly): Copy previous standard-output change.
21348
21349 2011-09-13 PJ Weisberg <pj@irregularexpressions.net>
21350
21351 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
21352
21353 2011-09-13 Glenn Morris <rgm@gnu.org>
21354
21355 * emacs-lisp/lisp-mode.el (lisp-indent-function):
21356 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
21357
21358 2011-09-12 Chong Yidong <cyd@stupidchicken.com>
21359
21360 * dired-aux.el (dired-mark-read-string): Don't return default
21361 value on empty input (Bug#9361).
21362 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
21363 Omit initial minibuffer contents.
21364 (dired-do-chmod): Signal an error on empty input.
21365 (dired-mark-read-string): Don't return default on empty input.
21366
21367 * files.el (file-modes-symbolic-to-number): Doc fix.
21368
21369 2011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
21370
21371 * international/mule-cmds.el (ucs-completions): Remove.
21372 (read-char-by-name): Use complete-with-action instead; add metadata.
21373
21374 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
21375
21376 * window.el (display-buffer--action-function-custom-type)
21377 (display-buffer--action-custom-type): New vars.
21378 (display-buffer-alist, display-buffer-default-action)
21379 (display-buffer-overriding-action): Add defcustom types.
21380
21381 * frame.el (delete-other-frames): Doc fix (Bug#276).
21382
21383 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
21384
21385 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
21386
21387 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
21388
21389 Change modes that used same-window-* vars to use switch-to-buffer.
21390
21391 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
21392 Use switch-to-buffer.
21393
21394 * cus-edit.el (customize-group, custom-buffer-create)
21395 (customize-browse, custom-buffer-create-other-window):
21396 Use switch-to-buffer or switch-to-buffer-other-window.
21397
21398 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
21399 (Info-prev, Info-up, Info-speedbar-goto-node)
21400 (info-display-manual): Use switch-to-buffer.
21401 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
21402
21403 * mail/sendmail.el (mail): Use switch-to-buffer.
21404 (mail-recover): Use switch-to-buffer-other-window.
21405
21406 * cmuscheme.el (run-scheme, switch-to-scheme):
21407 * ielm.el (ielm):
21408 * shell.el (shell):
21409 * net/rlogin.el (rlogin):
21410 * net/telnet.el (telnet, rsh):
21411 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
21412
21413 2011-09-11 Andreas Schwab <schwab@linux-m68k.org>
21414
21415 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
21416
21417 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
21418
21419 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
21420 so don't mention it (bug#9301).
21421 (dired-sort-toggle-or-edit): Clarify string further.
21422
21423 * faces.el (face-spec-set-match-display): Make `(type graphic)'
21424 match `x', `w32' and `ns', like the manual says (bug#9029).
21425
21426 * subr.el (eval-after-load): Doc string clarification (bug#9125).
21427 (process-kill-buffer-query-function): Mention the buffer name in
21428 the query.
21429
21430 * image-mode.el (image-next-line): The line parameter is mandatory
21431 (bug#9258).
21432
21433 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
21434 which can be useful (bug#9301).
21435
21436 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
21437
21438 * subr.el (match-string): Mention that the current buffer should
21439 be the same as the search was done in (bug#9282).
21440
21441 * facemenu.el: Disable the remove-* commands if the mark isn't
21442 active (bug#9162).
21443
21444 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
21445
21446 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
21447 of display-buffer.
21448 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
21449
21450 * replace.el (occur-mode-goto-occurrence)
21451 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
21452 and display-buffer.
21453
21454 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
21455 display-buffer.
21456
21457 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
21458 special-display and same-window variables.
21459 (mail-other-window): Use switch-to-buffer-other-window.
21460 (mail-other-frame): USe switch-to-buffer-other-frame.
21461
21462 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
21463 Use display-buffer-other-frame.
21464 (gdb-display-gdb-buffer): Use pop-to-buffer.
21465
21466 * progmodes/gud.el (gud-goto-info): Use info-other-window.
21467
21468 * progmodes/python.el: Don't set same-window-buffer-names.
21469
21470 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
21471
21472 * window.el (display-buffer-alist): Add *Python*.
21473
21474 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
21475
21476 * window.el (display-buffer-alist): Add entry for buffers
21477 previously handled same-window-*.
21478 (display-buffer-alist, display-buffer-default-action)
21479 (display-buffer-overriding-action): Mark as risky.
21480 (display-buffer-alist): Document action function changes.
21481 (display-buffer--same-window-action)
21482 (display-buffer--other-frame-action): New variables.
21483 (switch-to-buffer, display-buffer-other-frame): Use them.
21484 (display-buffer): Rename reuse-frame entry to reusable-frames.
21485 (display-buffer-reuse-selected-window): Function deleted.
21486 (display-buffer-reuse-window): Handle reusable-frames alist entry.
21487 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
21488 (display-buffer-special): New function.
21489 (display-buffer--maybe-pop-up-frame-or-window): Rename from
21490 display-buffer-reuse-or-pop-window. Split off special-display
21491 part into display-buffer-special.
21492 (display-buffer-use-some-window): Don't perform any special
21493 pop-up-frames handling.
21494 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
21495 (display-buffer--maybe-same-window): Rename from
21496 display-buffer-maybe-same-window.
21497
21498 * info.el: Don't set same-window-regexps.
21499 (info-setup): New function.
21500 (info-other-window, info): Call it.
21501
21502 * cus-edit.el: Don't set same-window-regexps.
21503 (customize-group): New argument.
21504 (customize-group-other-window): Use it.
21505 (customize-face, customize-face-other-window): Likewise.
21506 (custom-buffer-create-other-window): Use pop-to-buffer directly.
21507
21508 * net/rlogin.el:
21509 * net/telnet.el:
21510 * progmodes/gud.el: Don't set same-window-regexps.
21511
21512 * cmuscheme.el:
21513 * ielm.el:
21514 * shell.el:
21515 * mail/sendmail.el:
21516 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
21517
21518 2011-09-10 Juri Linkov <juri@jurta.org>
21519
21520 * isearch.el (isearch-edit-string): Remove obsolete mention of
21521 `C-w' (`isearch-yank-word-or-char') from docstring.
21522 (isearch-query-replace): Fix typo in docstring (bug#9466).
21523
21524 2011-09-10 Juri Linkov <juri@jurta.org>
21525
21526 * paren.el (show-paren-function): Don't show escaped parens.
21527 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
21528
21529 2011-09-10 Eli Zaretskii <eliz@gnu.org>
21530
21531 * mail/sendmail.el (mml-to-mime, mml-attach-file)
21532 (mm-default-file-encoding): Remove autoload forms, they are
21533 replaced with autoload cookies in mml.el and mm-encode.el.
21534 (mail-add-attachment): New command.
21535 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
21536 (mail-mode): Mention mail-insert-file and mail-add-attachment in
21537 the doc string.
21538 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
21539
21540 2011-09-10 Reuben Thomas <rrt@sc3d.org>
21541
21542 * simple.el (count-words-region): Use buffer if there's no region
21543 (bug#9429).
21544
21545 2011-09-09 Juri Linkov <juri@jurta.org>
21546
21547 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
21548 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
21549 (wdired-isearch-filter-read-only): New function. (Bug#6362)
21550
21551 2011-09-09 Alan Mackenzie <acm@muc.de>
21552
21553 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
21554 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
21555
21556 2011-09-09 Eli Zaretskii <eliz@gnu.org>
21557
21558 Fix for Savannah bug#9392.
21559 * simple.el (mail-encode-mml): New defvar.
21560
21561 * mail/rmail.el (mail-encode-mml): Add a defvar.
21562 (rmail-enable-mime-composing): Default to t.
21563 (rmail-forward): Use MIME method of forwarding only if both
21564 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
21565 Set mail-encode-mml non-nil if the MIME method was used.
21566
21567 * mail/sendmail.el (mml-to-mime): Add autoload form.
21568 (mail-encode-mml): Add a defvar.
21569 (mail-mode): Make mail-encode-mml buffer-local and initialize it
21570 to nil.
21571 (mail-send): If mail-encode-mml is non-nil, run the outgoing
21572 message through mml-to-mime, and reset mail-encode-mml to nil.
21573
21574 2011-09-09 Glenn Morris <rgm@gnu.org>
21575
21576 * woman.el (woman-if-body): When processing an .el block,
21577 do not delete the next .el block as well. (Bug#9447)
21578 (woman-special-characters): Add oq, cq, and hy characters.
21579
21580 2011-09-08 Martin Rudalics <rudalics@gmx.at>
21581
21582 * window.el (window-deletable-p): Make sure window is live before
21583 invoking window-prev-buffers.
21584
21585 2011-09-08 Leo Liu <sdl.web@gmail.com>
21586
21587 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
21588
21589 2011-09-08 Juri Linkov <juri@jurta.org>
21590
21591 * progmodes/compile.el (compilation-environment): Make it
21592 a defcustom (bug#8340).
21593
21594 2011-09-08 Martin Rudalics <rudalics@gmx.at>
21595
21596 * window.el (frame-auto-delete): Rename to window-auto-delete.
21597 Make it control auto-deletion of windows and/or frames.
21598 (window-deletable-p): New argument FORCE. Rewrite conditions
21599 for deleting window/frame. (Bug#9419)
21600 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
21601 Rewrite handling of case when window/frame can be deleted.
21602 (delete-windows-on): Call window-deletable-p with new FORCE
21603 argument t. (Bug#9456)
21604
21605 2011-09-07 Chong Yidong <cyd@stupidchicken.com>
21606
21607 * help-mode.el (help-mode): Restore autoload.
21608
21609 2011-09-07 Juri Linkov <juri@jurta.org>
21610
21611 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
21612 `compilation-environment'. Set buffer-local
21613 `compilation-environment' to `thisenv' later after (funcall mode).
21614 (Bug#8340)
21615
21616 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
21617 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
21618 instead of replacing its value. (Bug#8340)
21619
21620 2011-09-07 Juri Linkov <juri@jurta.org>
21621
21622 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
21623 based on text properties put by `grep-filter' instead of matching
21624 escape sequences.
21625 (grep-mode): Set buffer-local `compilation-error-screen-columns'
21626 to the value of `grep-error-screen-columns' (bug#9438).
21627
21628 2011-09-07 Juri Linkov <juri@jurta.org>
21629
21630 * simple.el (next-error-highlight, next-error-highlight-no-select):
21631 Doc fix (bug#9432).
21632
21633 2011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
21634
21635 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
21636 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
21637
21638 2011-09-07 Leo Liu <sdl.web@gmail.com>
21639
21640 * net/rcirc.el (rcirc-mode): Conditionally initialize
21641 rcirc-input-ring.
21642
21643 2011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
21644
21645 * emacs-lisp/find-func.el (find-function-C-source): Only set
21646 find-function-C-source-directory after checking that we found a source
21647 file there (bug#9440).
21648
21649 2011-09-06 Alan Mackenzie <acm@muc.de>
21650
21651 * isearch.el (isearch-other-meta-char): Wherever a key list is
21652 unread, "unread" the prefix arg, too. This fixes bug #8901.
21653
21654 2011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
21655
21656 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
21657
21658 2011-09-05 Juri Linkov <juri@jurta.org>
21659
21660 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
21661
21662 2011-09-05 Juri Linkov <juri@jurta.org>
21663
21664 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
21665 keeping point where processing of grep matches begins, and
21666 continue to delete remaining escape sequences from the same point.
21667 (grep-filter): Make leading zero optional in "0?1;31m" because
21668 git-grep emits "\033[1;31m" escape sequences unlike expected
21669 "\033[01;31m" as GNU Grep does (bug#9408).
21670 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
21671
21672 2011-09-05 Juri Linkov <juri@jurta.org>
21673
21674 * subr.el (y-or-n-p): Capitalize "yes".
21675
21676 2011-09-04 Michael Albinus <michael.albinus@gmx.de>
21677
21678 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
21679 `tramp-cache-unload-hook' where appropriate.
21680 (tramp-methods): Rename `tramp-remote-sh' to
21681 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
21682 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
21683
21684 * net/tramp-sh.el (top): Don't require 'shell.
21685 (tramp-methods): Add `tramp-remote-shell' and
21686 `tramp-remote-shell-args' entries.
21687 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
21688 (tramp-sh-handle-shell-command): Remove.
21689 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
21690 Use `tramp-remote-shell'.
21691
21692 2011-09-03 Chong Yidong <cyd@stupidchicken.com>
21693
21694 * mail/sendmail.el (sendmail-query-once-function): Delete.
21695 (sendmail-query-once): Save directly to send-mail-function.
21696 Update message-send-mail-function too.
21697
21698 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
21699
21700 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
21701
21702 * progmodes/python.el (python-mode-map): Use correct function to
21703 start python interpreter from menu-bar (as reported by Geert
21704 Kloosterman).
21705 (inferior-python-mode-map): Fix typo.
21706 (python-shell-map): Remove.
21707
21708 2011-09-03 Deniz Dogan <deniz@dogan.se>
21709
21710 * net/rcirc.el (rcirc-print): Simplify code for
21711 rcirc-scroll-show-maximum-output. There is no need to walk
21712 through all windows to find the right one.
21713
21714 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
21715
21716 * help.el (help-return-method): Doc fix.
21717
21718 2011-09-03 Martin Rudalics <rudalics@gmx.at>
21719
21720 * window.el (window-deletable-p): Don't return a non-nil value
21721 when there's a buffer that was shown in the window before.
21722 (Bug#9419)
21723 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
21724 Set window's previous buffers to nil.
21725
21726 2011-09-03 Eli Zaretskii <eliz@gnu.org>
21727
21728 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
21729 newline before and after the tag line, so it doesn't interfere
21730 with determining the paragraph direction of bidirectional text.
21731
21732 2011-09-03 Leo Liu <sdl.web@gmail.com>
21733
21734 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
21735
21736 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
21737
21738 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
21739 (pop-to-buffer): Change interactive spec. Pass second argument
21740 directly to display-buffer.
21741 (display-buffer): Fix interactive spec. Use functionp to
21742 distinguish between a function and a list of functions.
21743
21744 * abbrev.el (edit-abbrevs):
21745 * arc-mode.el (archive-extract):
21746 * autoinsert.el (auto-insert):
21747 * bookmark.el (bookmark-bmenu-list):
21748 * files.el (find-file):
21749 * view.el (view-buffer):
21750 * progmodes/compile.el (compilation-goto-locus):
21751 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
21752
21753 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
21754
21755 * window.el (display-buffer-alist): Doc fix.
21756 (display-buffer): Add docstring. Don't treat
21757 display-buffer-default specially.
21758 (display-buffer-reuse-selected-window)
21759 (display-buffer-same-window, display-buffer-maybe-same-window)
21760 (display-buffer-reuse-window, display-buffer-pop-up-frame)
21761 (display-buffer-pop-up-window)
21762 (display-buffer-reuse-or-pop-window)
21763 (display-buffer-use-some-window): New functions.
21764 (display-buffer-default-action): Use them.
21765 (display-buffer-default): Delete.
21766 (pop-to-buffer-1): Fix choice of actions.
21767
21768 2011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
21769
21770 * minibuffer.el (completion--insert-strings): Don't get confused by
21771 completion entries that end with an LF char.
21772
21773 2011-09-01 Eli Zaretskii <eliz@gnu.org>
21774
21775 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
21776
21777 2011-09-01 Chong Yidong <cyd@stupidchicken.com>
21778
21779 * window.el (display-buffer): Restore interactive spec.
21780 (display-buffer-same-window, display-buffer-other-window):
21781 New functions.
21782 (pop-to-buffer-1): New function. Use the above.
21783 (pop-to-buffer, pop-to-buffer-same-window): Use it.
21784 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
21785
21786 * view.el (view-buffer-other-window, view-buffer-other-frame):
21787 Just use pop-to-buffer.
21788
21789 2011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
21790
21791 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
21792
21793 2011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
21794
21795 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
21796
21797 2011-08-31 Richard Stallman <rms@gnu.org>
21798
21799 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
21800 of the separation of rmail-view-buffer from rmail-buffer.
21801 If you say no to "replace original", the decrypt is in the
21802 view buffer. If you say yes, the decrypt goes into the
21803 rmail buffer also.
21804
21805 2011-08-31 Martin Rudalics <rudalics@gmx.at>
21806
21807 * window.el (display-buffer-window): Rewrite doc-string.
21808 (display-buffer-record-window): New function.
21809 (display-buffer-macro-specifiers)
21810 (display-buffer-even-window-sizes, display-buffer-set-height)
21811 (display-buffer-set-width, display-buffer-in-window)
21812 (display-buffer-reuse-window, display-buffer-split-specifiers)
21813 (display-buffer-side-specifiers, display-buffer-split-window-1)
21814 (display-buffer-split-window, display-buffer-split-atom-window)
21815 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
21816 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
21817 (display-buffer-other-window-means-other-frame)
21818 (display-buffer-normalize-special)
21819 (display-buffer-normalize-default)
21820 (display-buffer-normalize-argument)
21821 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
21822 (display-buffer-normalize-specifiers, display-buffer-frame)
21823 (display-buffer-same-window, display-buffer-same-frame)
21824 (display-buffer-other-window)
21825 (display-buffer-same-frame-other-window)
21826 (display-buffer-other-frame, pop-to-buffer-same-window)
21827 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
21828 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
21829 (switch-to-buffer-same-frame)
21830 (switch-to-buffer-other-window-same-frame)
21831 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
21832 (display-buffer-alist-set-1, display-buffer-alist-set-2)
21833 (display-buffer-alist-set): Remove.
21834 (display-buffer-function, special-display-buffer-names)
21835 (special-display-regexps, special-display-function):
21836 In doc-string refer to display-buffer-window and quit-restore
21837 parameter.
21838 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
21839 (special-display-frame-alist, special-display-popup-frame)
21840 (same-window-buffer-names, same-window-regexps, same-window-p)
21841 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
21842 (split-window-preferred-function, split-height-threshold)
21843 (split-width-threshold, window-splittable-p)
21844 (split-window-sensibly, window--try-to-split-window)
21845 (window--frame-usable-p, even-window-heights)
21846 (window--even-window-heights, window--display-buffer-1)
21847 (window--display-buffer-2, display-buffer-other-frame):
21848 Restore old Emacs 23 code, order and doc-strings where applicable.
21849 (display-buffer-default, display-buffer-assq-regexp): New functions.
21850 (display-buffer-alist): Rewrite doc-string.
21851 (display-buffer-default-action)
21852 (display-buffer-overriding-action): New variables.
21853 (display-buffer, switch-to-buffer): Rewrite.
21854 (pop-to-buffer): Restore Emacs 23 behavior but use
21855 window-normalize-buffer-to-display.
21856 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
21857 Restore Emacs 23 behavior but use
21858 window-normalize-buffer-to-switch-to.
21859 (pop-to-buffer-same-window): Rewrite.
21860 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
21861 Rewrite using Emacs 23 options.
21862
21863 2011-08-31 Michael Albinus <michael.albinus@gmx.de>
21864
21865 * net/tramp.el (tramp-root-regexp): Remove.
21866 (tramp-completion-file-name-regexp-unified)
21867 (tramp-completion-file-name-regexp-separate)
21868 (tramp-completion-file-name-regexp-url): Don't use leading volume
21869 letter on w32 systems. (Bug#5303, Bug#9311)
21870 (tramp-drop-volume-letter): Simplify definition.
21871 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
21872
21873 2011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
21874
21875 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
21876 (bug#9356).
21877
21878 2011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
21879
21880 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
21881
21882 2011-08-29 Juri Linkov <juri@jurta.org>
21883
21884 * isearch.el (isearch-done): Don't display message "Mark saved"
21885 when arg `edit' is non-nil to prevent its flicker in the echo area.
21886
21887 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
21888
21889 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
21890 obsolete packages for deletion.
21891
21892 2011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
21893
21894 * help-mode.el (help-mode-map): Add special-mode-map to parent.
21895 (help-mode): Derive help-mode from special-mode. Don't invoke
21896 view-mode from help-mode.
21897 (help-xref-override-view-map): Remove.
21898 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
21899 view-mode is not used anymore.
21900
21901 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
21902
21903 * server.el (server-port): Doc fix.
21904
21905 * cus-theme.el (custom-theme-choose-mode): Inherit from
21906 special-mode (Bug#9124).
21907 (custom-theme-choose-mode-map): Add special-mode to parent.
21908
21909 2011-08-28 Alan Mackenzie <acm@muc.de>
21910
21911 * progmodes/cc-fonts.el
21912 (c-make-font-lock-BO-decl-search-function): New function.
21913 (c-basic-matchers-after - "Fontify the clauses after various
21914 keywords"): Extract the three keyword lists for the 3 erroneous
21915 constructs from the list of four, and use the new function above
21916 in place of an old one.
21917
21918 2011-08-28 Deniz Dogan <deniz@dogan.se>
21919
21920 * net/rcirc.el (rcirc-insert-prev-input)
21921 (rcirc-insert-next-input): Remove unused argument.
21922
21923 2011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
21924
21925 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
21926
21927 2011-08-27 Alan Mackenzie <acm@muc.de>
21928
21929 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
21930 handle function pointer parameters properly.
21931
21932 2011-08-27 Martin Rudalics <rudalics@gmx.at>
21933
21934 * window.el (display-buffer-reuse-window): Fix case where
21935 selected window was reused with non-nil OTHER-WINDOW argument.
21936 (Bug#9381)
21937
21938 2011-08-27 Deniz Dogan <deniz@dogan.se>
21939
21940 * net/rcirc.el (rcirc-check-auth-status): Adding support for
21941 oftc's NickServ messages.
21942
21943 2011-08-27 Glenn Morris <rgm@gnu.org>
21944
21945 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
21946
21947 2011-08-26 Chong Yidong <cyd@stupidchicken.com>
21948
21949 * emacs-lisp/package.el (package-install): Call package-initialize
21950 if called interactively.
21951
21952 2011-08-26 Leo Liu <sdl.web@gmail.com>
21953
21954 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
21955
21956 2011-08-25 Juri Linkov <juri@jurta.org>
21957
21958 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
21959 `search-whitespace-regexp' (bug#9364).
21960
21961 2011-08-25 Juri Linkov <juri@jurta.org>
21962
21963 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
21964 `regexp-search-ring' to their global values to protect from
21965 updating by `read-from-minibuffer' (bug#9185).
21966
21967 2011-08-25 Juri Linkov <juri@jurta.org>
21968
21969 * textmodes/ispell.el (ispell-command-loop): Add newline
21970 at the end of the "Use option `i'..." line.
21971
21972 2011-08-25 Juri Linkov <juri@jurta.org>
21973
21974 * battery.el (display-battery-mode): If `battery-status-function'
21975 or `battery-mode-line-format' is nil, display the message and set
21976 `display-battery-mode' to nil (bug#9363).
21977
21978 2011-08-25 Eli Zaretskii <eliz@gnu.org>
21979
21980 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
21981 bidi-string-mark-left-to-right; they are unnecessary now.
21982
21983 2011-08-25 Deniz Dogan <deniz@dogan.se>
21984
21985 * net/quickurl.el: Documentation typo fixes.
21986
21987 2011-08-25 Chong Yidong <cyd@stupidchicken.com>
21988
21989 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
21990
21991 2011-08-25 Glenn Morris <rgm@gnu.org>
21992
21993 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
21994
21995 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
21996 (smtpmail-via-smtp): Handle nil response from smtp.
21997
21998 2011-08-24 Juri Linkov <juri@jurta.org>
21999
22000 * proced.el (proced-marked): Inherit from `error' instead of
22001 `font-lock-warning-face'.
22002
22003 * ibuffer.el (ibuffer-marked-face): Change default face from
22004 `font-lock-warning-face' to `warning'.
22005 (ibuffer-deletion-face): Change default face from
22006 `font-lock-type-face' to `error'.
22007
22008 * battery.el (battery-update): Use the face `error' instead of
22009 `font-lock-warning-face' (bug#6117).
22010
22011 2011-08-24 Juri Linkov <juri@jurta.org>
22012
22013 * faces.el (success): Change face color from "Green3" to
22014 "ForestGreen" on light background (bug#9353).
22015
22016 2011-08-24 Chong Yidong <cyd@stupidchicken.com>
22017
22018 * window.el (quit-window): Rename from quit-restore-window.
22019 Use same arglist as old quit-window.
22020 (frame-auto-delete): Doc fix.
22021
22022 * view.el (view-mode-exit): Use quit-window.
22023
22024 2011-08-24 Juri Linkov <juri@jurta.org>
22025
22026 * isearch.el (isearch-ring-adjust1): Start visiting previous
22027 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
22028 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
22029 for empty search string (when the last search string is reused
22030 automatically) to adjust the isearch ring to the last element and
22031 prepare the correct index for further M-p commands (bug#9185).
22032
22033 2011-08-24 Kenichi Handa <handa@m17n.org>
22034
22035 * international/ucs-normalize.el: If decomposition property of
22036 CHAR is the default one (i.e. a list of CHAR itself), treat it as
22037 nil.
22038 (nfd, nfkd): Likewise.
22039
22040 2011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
22041
22042 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
22043 from process filters aren't reliably transmitted to the surrounding
22044 accept-process-output.
22045 (mpc-proc-check): New function.
22046 (mpc-proc-sync): Use it (bug#8293)
22047
22048 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
22049
22050 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
22051 Add compatibility functions (bug#9313).
22052
22053 2011-08-23 Eli Zaretskii <eliz@gnu.org>
22054
22055 * cus-start.el (all): Add entry for bidi-paragraph-direction.
22056
22057 * international/uni-bidi.el: Regenerate.
22058
22059 2011-08-23 Kenichi Handa <handa@m17n.org>
22060
22061 * international/charprop.el:
22062 * international/uni-bidi.el:
22063 * international/uni-category.el:
22064 * international/uni-combining.el:
22065 * international/uni-comment.el:
22066 * international/uni-decimal.el:
22067 * international/uni-decomposition.el:
22068 * international/uni-digit.el:
22069 * international/uni-lowercase.el:
22070 * international/uni-mirrored.el:
22071 * international/uni-name.el:
22072 * international/uni-numeric.el:
22073 * international/uni-old-name.el:
22074 * international/uni-titlecase.el:
22075 * international/uni-uppercase.el: Regenerate.
22076
22077 2011-08-23 Martin Rudalics <rudalics@gmx.at>
22078
22079 * help.el (help-window-setup): Fix message displayed when other
22080 window is reused. (Bug#9341)
22081
22082 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
22083
22084 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
22085 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
22086
22087 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
22088 Mark obsolete.
22089 * shell.el (shell-parse-pcomplete-arguments): New function.
22090 (shell-completion-vars): Use it instead (bug#9160).
22091
22092 2011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
22093
22094 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
22095 strings and comments (bug#9333).
22096
22097 * emacs-lisp/debug.el (debug-arglist): New function.
22098 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
22099 (debug-on-entry-1): Handle interpreted closures (bug#9120).
22100
22101 2011-08-22 Juri Linkov <juri@jurta.org>
22102
22103 * progmodes/compile.el (compilation-mode-font-lock-keywords):
22104 Revert regexp that highlights output switches to its old
22105 pre-2010-10-28 value and remove one `?' from it (bug#9319).
22106
22107 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
22108 to check for empty output (bug#9226).
22109
22110 2011-08-22 Chong Yidong <cyd@stupidchicken.com>
22111
22112 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
22113 symbol-constituent as the default, as that stops font-lock from
22114 working properly (Bug#8843).
22115
22116 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
22117
22118 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
22119 `coding-system-for-*' around the process open call to avoid
22120 auth-source side effects.
22121 (smtpmail-try-auth-methods): Expand the secret password.
22122 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
22123 probe hangs.
22124
22125 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
22126
22127 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
22128
22129 * emacs-lisp/find-func.el (find-function-noselect): New arg
22130 lisp-only.
22131
22132 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
22133 signal an error for built-in functions (Bug#6664).
22134
22135 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
22136
22137 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
22138 (smtpmail-try-auth-methods): Use it.
22139
22140 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
22141
22142 * font-lock.el (font-lock-fontify-region)
22143 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
22144 (font-lock-default-unfontify-buffer)
22145 (font-lock-default-fontify-region)
22146 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
22147
22148 * progmodes/compile.el (compilation-error-properties):
22149 Fix confusion between file struct and message struct (Bug#9319).
22150 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
22151 `ant' regexp.
22152
22153 * net/browse-url.el (browse-url-firefox): Don't call
22154 browse-url-firefox-sentinel unless using -remote (Bug#9328).
22155
22156 2011-08-20 Glenn Morris <rgm@gnu.org>
22157
22158 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
22159
22160 * tutorial.el (tutorial--default-keys): Update some default bindings.
22161
22162 * files.el (hack-local-variables): Fully ignore case for "mode:".
22163
22164 2011-08-20 Alan Mackenzie <acm@muc.de>
22165
22166 Resolve invalid use of a regexp in regexp-opt.
22167
22168 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
22169 detection for a java annotation.
22170
22171 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
22172 detection for a java annotation.
22173
22174 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
22175 handling for java.
22176 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
22177
22178 2011-08-20 Chong Yidong <cyd@stupidchicken.com>
22179
22180 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
22181 (Bug#9274).
22182
22183 2011-08-20 Alan Mackenzie <acm@muc.de>
22184
22185 Fontify CPP expressions correctly when starting in the middle of
22186 such a construct. Mainly for when jit-lock etc. starts a chunk
22187 here.
22188
22189 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
22190 variable.
22191 (c-make-font-lock-search-form): New function, extracted from
22192 c-make-font-lock-search-function.
22193 (c-make-font-lock-search-function): Use the above function.
22194 (c-make-font-lock-context-search-function): New function.
22195 (c-cpp-matchers): Enhance the preprocessor expression case with
22196 the above function
22197 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
22198 which takes an expression.
22199
22200 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
22201
22202 2011-08-20 Martin Rudalics <rudalics@gmx.at>
22203
22204 * window.el (display-buffer-reuse-window)
22205 (display-buffer-pop-up-window): Don't reuse or split a side
22206 window.
22207
22208 2011-08-19 Glenn Morris <rgm@gnu.org>
22209
22210 * files.el (hack-local-variables-prop-line, hack-local-variables):
22211 Downcase "Mode:". (Bug#9331)
22212
22213 2011-08-18 Chong Yidong <cyd@stupidchicken.com>
22214
22215 * international/characters.el: Add L and R categories.
22216
22217 * subr.el (bidi-string-mark-left-to-right): Rename from
22218 string-mark-left-to-right. Use category search.
22219
22220 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
22221
22222 2011-08-18 Juri Linkov <juri@jurta.org>
22223
22224 * faces.el (error, warning, success): New faces with definitions
22225 copied from old default values of `font-lock-warning-face',
22226 `compilation-warning', `compilation-info' (bug#6117).
22227
22228 * font-lock.el (font-lock-warning-face): Inherit from `error'.
22229
22230 * progmodes/compile.el (compilation-error): Inherit from `error'.
22231 (compilation-warning): Inherit from `warning'.
22232 (compilation-info): Inherit from `success'.
22233
22234 * dired.el (dired-marked): Inherit from `warning'.
22235 (dired-flagged): Inherit from `error'.
22236
22237 2011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
22238
22239 * mail/smtpmail.el (auth-source): Require to avoid problems with
22240 binding variables (bug#9298). Also clean up some unused
22241 autoloads.
22242
22243 * net/network-stream.el (network-stream-open-starttls):
22244 Support using starttls.el without using gnutls-cli.
22245
22246 2011-08-17 Juri Linkov <juri@jurta.org>
22247
22248 * progmodes/grep.el (rgrep): Handle the case when
22249 `grep-find-command' is a cons cell (bug#9278).
22250
22251 2011-08-17 Martin Rudalics <rudalics@gmx.at>
22252
22253 * window.el (display-buffer-pop-up-frame): Run frame creation
22254 function with BUFFER current (as special-display-popup-frame
22255 does). Reported by Drew Adams.
22256
22257 2011-08-17 Daiki Ueno <ueno@unixuser.org>
22258
22259 * epa-mail.el: Simplify GnuPG group expansion using
22260 epg-expand-group.
22261 (epa-mail-group-alist, epa-mail-group-modtime)
22262 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
22263 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
22264 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
22265 Remove.
22266
22267 2011-08-16 Feng Li <fengli@gmail.com> (tiny change)
22268
22269 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
22270
22271 2011-08-16 Alan Mackenzie <acm@muc.de>
22272
22273 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
22274 Correct, to avoid the inside of macros.
22275
22276 2011-08-16 Richard Stallman <rms@gnu.org>
22277
22278 * epa-mail.el: Handle GnuPG group definitions.
22279 (epa-mail-group-alist, epa-mail-group-modtime)
22280 (epa-mail-gnupg-conf-file): New variables.
22281 (epa-mail-parse-groups, epa-mail-sync-groups)
22282 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
22283 (epa-mail-expand-recipients): New functions.
22284 (epa-mail-encrypt): Call epa-mail-expand-recipients.
22285
22286 * mail/rmail.el (rmail-epa-decrypt): New command.
22287
22288 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
22289 Don't bind buffer-read-only, just inhibit-read-only.
22290 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
22291 (epa-decrypt-armor-in-region): Make error message clearer.
22292
22293 2011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
22294
22295 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
22296 and "a2b" to "ab" for `prefix'.
22297
22298 2011-08-14 Chong Yidong <cyd@stupidchicken.com>
22299
22300 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
22301 filter groups.
22302 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
22303 Fourquet (Bug#8804).
22304
22305 2011-08-12 Juanma Barranquero <lekktu@gmail.com>
22306
22307 * startup.el (argi): Declare as global variable (bug#9275).
22308
22309 2011-08-12 Chong Yidong <cyd@stupidchicken.com>
22310
22311 * subr.el (string-mark-left-to-right): Search the entire string
22312 for RTL script, not just the terminating character. Doc fix.
22313
22314 2011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
22315
22316 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
22317 New function.
22318 (js--regexp-literal, js-syntax-propertize-function): Remove.
22319 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
22320 (js-mode-map): Don't rebind electric keys.
22321 (js-insert-and-indent): Remove.
22322 (js-mode): Setup electric-layout and electric-indent instead.
22323
22324 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
22325
22326 2011-08-12 Daiki Ueno <ueno@unixuser.org>
22327
22328 * epa.el (epa-progress-callback-function): Fix the logic of
22329 displaying progress.
22330 * epa-file.el (epa-file-insert-file-contents): Make progress
22331 display more user-friendly.
22332 (epa-file-write-region): Ditto.
22333
22334 2011-08-10 Chong Yidong <cyd@stupidchicken.com>
22335
22336 * subr.el (string-mark-left-to-right): New function.
22337
22338 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
22339 Use string-mark-left-to-right.
22340 (list-buffers-noselect): Caller changed.
22341
22342 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
22343 Use string-mark-left-to-right.
22344 (tabulated-list-print): Recenter after moving point.
22345
22346 2011-08-10 Juri Linkov <juri@jurta.org>
22347
22348 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
22349 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
22350 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
22351
22352 2011-08-09 Chong Yidong <cyd@stupidchicken.com>
22353
22354 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
22355 (Bug#7554).
22356
22357 2011-08-09 Andreas Schwab <schwab@linux-m68k.org>
22358
22359 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
22360 character. (Bug#6594)
22361
22362 2011-08-08 Chong Yidong <cyd@stupidchicken.com>
22363
22364 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
22365 (image-dired--with-db-file): New macro.
22366 (image-dired-write-tags, image-dired-remove-tag)
22367 (image-dired-create-gallery-lists, image-dired-write-comments)
22368 (image-dired-get-comment, image-dired-mark-tagged-files)
22369 (image-dired-list-tags, image-dired-gallery-generate): Use it.
22370 (image-dired-gallery-generate): Use insert-file-contents.
22371
22372 * time.el (display-time-world-list, display-time-world-display):
22373 * time-stamp.el (time-stamp-string):
22374 * vc/add-log.el (add-change-log-entry): Use setenv instead of
22375 set-time-zone-rule (Bug#7337).
22376
22377 2011-08-08 Daiki Ueno <ueno@unixuser.org>
22378
22379 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
22380 (epg-error-to-string, epg-errors-to-string): New function.
22381 (epg-wait-for-completion): Reverse errors list.
22382 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
22383 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
22384 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
22385 (epg-sign-keys, epg-generate-key-from-file)
22386 (epg-generate-key-from-string): Format errors by using
22387 epg-errors-to-string (bug#9255).
22388 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
22389
22390 2011-08-07 Juri Linkov <juri@jurta.org>
22391
22392 * faces.el (list-faces-display): Remove extra angle bracket
22393 from `help-mode-map'.
22394
22395 * info.el (Info-history-toc-nodes): Doc fix.
22396
22397 * longlines.el (longlines-mode): Doc fix.
22398
22399 2011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
22400
22401 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
22402 of statements and in a few more cases (bug#9183).
22403
22404 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
22405 New functions.
22406 (cl-transform-lambda): Use them (bug#9239).
22407
22408 2011-08-05 Martin Rudalics <rudalics@gmx.at>
22409
22410 * window.el (display-buffer-same-window)
22411 (display-buffer-same-frame, display-buffer-other-window)
22412 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
22413 (pop-to-buffer-other-window)
22414 (pop-to-buffer-same-frame-other-window)
22415 (pop-to-buffer-other-frame): Make them defuns.
22416 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
22417
22418 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
22419
22420 * subr.el (make-composed-keymap): Move from C. Change calling
22421 convention, and improve docstring to bring attention to a subtle point.
22422 * minibuffer.el (completing-read-default): Adjust accordingly.
22423
22424 2011-08-03 Michael Albinus <michael.albinus@gmx.de>
22425
22426 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
22427 (tramp-open-shell): Use `tramp-shell-quote-argument'.
22428
22429 * net/trampver.el: Update release number.
22430
22431 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
22432
22433 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
22434 "in" (bug#9190).
22435
22436 2011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
22437
22438 * mail/sendmail.el (sendmail-query-once): Restore the current
22439 buffer after querying (bug#9074).
22440
22441 * dired.el (dired-flagged): Use different faces for marked and
22442 flagged files (bug#6117).
22443
22444 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
22445 (bug#4433).
22446
22447 * ido.el (ido-mode): Switch off the message if called
22448 non-interactively.
22449
22450 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
22451 before 587, since it appears that that's more likely to work for
22452 more people.
22453
22454 * cus-edit.el (custom-file): When running under emacs -q, always
22455 refuse to save the customizations, even if the .emacs file doesn't
22456 exist.
22457
22458 * info.el: Remove the `Info-beginning-of-buffer' function
22459 (bug#8325).
22460
22461 * net/network-stream.el (network-stream-open-starttls):
22462 Use `starttls-available-p' to see whether starttls.el can be used.
22463
22464 2011-08-01 Martin Rudalics <rudalics@gmx.at>
22465
22466 * window.el (display-buffer-in-window): Don't set dedicated status
22467 of window here (Bug#9215).
22468 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
22469 (display-buffer-pop-up-side-window)
22470 (display-buffer-in-side-window): Set dedicated status of window here.
22471
22472 2011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
22473
22474 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
22475 before binding generated-autoload-file.
22476
22477 2011-08-01 Deniz Dogan <deniz@dogan.se>
22478
22479 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
22480
22481 2011-07-30 Michael Albinus <michael.albinus@gmx.de>
22482
22483 Sync with Tramp 2.2.2.
22484
22485 * net/trampver.el: Update release number.
22486
22487 2011-07-30 Juri Linkov <juri@jurta.org>
22488
22489 * dired-aux.el (dired-touch-initial): Remove function.
22490 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
22491 current time, and `default' to the last modification time of the
22492 current marked file (bug#6887).
22493
22494 2011-07-28 Jose E. Marchesi <jemarch@gnu.org>
22495
22496 * simple.el (goto-line): Use string-to-number to provide a
22497 numeric argument to read-number (bug#9163).
22498
22499 2011-07-27 Michael Albinus <michael.albinus@gmx.de>
22500
22501 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
22502 connection process, it could be nil.
22503
22504 2011-07-27 Leo Liu <sdl.web@gmail.com>
22505
22506 Simplify url handling in rcirc-mode.
22507
22508 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
22509 (rcirc-browse-url-at-mouse): Remove.
22510 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
22511
22512 2011-07-26 Alan Mackenzie <acm@muc.de>
22513
22514 Fontify bitfield declarations properly.
22515
22516 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
22517 (c-symbol-chars): Now exported as a lang variable.
22518 (c-not-primitive-type-keywords): New lang variable.
22519
22520 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
22521 QT keyword "more" to prevent "more slots: ...." being spuriously
22522 parsed as a bitfield declaration.
22523
22524 * progmodes/cc-engine.el (c-beginning-of-statement-1):
22525 Refactor and enhance to handle bitfield declarations.
22526 (c-punctuation-in): New function.
22527 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
22528 declarations properly.
22529
22530 2011-07-26 Ulf Jasper <ulf.jasper@web.de>
22531
22532 * calendar/icalendar.el (icalendar--all-events): Take care of
22533 multiple vcalendars in a single file.
22534 (icalendar--convert-float-to-ical): Checkdoc fixes.
22535
22536 2011-07-25 Deniz Dogan <deniz@dogan.se>
22537
22538 * image.el (insert-image): Clarifying docstring.
22539
22540 2011-07-24 Michael Albinus <michael.albinus@gmx.de>
22541
22542 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
22543 `tramp-send-command-and-check' if there is no error.
22544 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
22545
22546 2011-07-22 Alan Mackenzie <acm@muc.de>
22547
22548 Prevent cc-langs.elc being loaded at run time.
22549
22550 * progmodes/cc-mode.el: Remove two autoload forms which loaded
22551 cc-langs.
22552
22553 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
22554 "(require 'cc-langs)". Quote a form so it will evaluate at
22555 (cc-mode's) compilation time.
22556
22557 2011-07-22 Michael Albinus <michael.albinus@gmx.de>
22558
22559 * net/tramp.el (tramp-file-name-handler): Avoid recursive
22560 loading. (Bug#9114)
22561
22562 2011-07-21 Martin Rudalics <rudalics@gmx.at>
22563
22564 * window.el (display-buffer-pop-up-window)
22565 (display-buffer-pop-up-side-window)
22566 (display-buffer-in-side-window): Call display-buffer-set-height
22567 and display-buffer-set-width after setting the new window's
22568 buffer so `fit-window-to-buffer' and friends work on the right buffer.
22569
22570 2011-07-20 Sam Steingold <sds@gnu.org>
22571
22572 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
22573 (etags-tags-included-tables): Call `convert-standard-filename' on
22574 the file names contained in TAGS so that windows Emacs can handle
22575 TAGS files created by cygwin ctags.
22576
22577 2011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
22578
22579 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
22580 which apparently didn't work.
22581
22582 2011-07-19 Roland Winkler <winkler@gnu.org>
22583
22584 * proced.el (proced-send-signal): For *Marked Processes* buffer
22585 put point at beginning of buffer.
22586
22587 2011-07-19 Stephen Berman <stephen.berman@gmx.net>
22588
22589 * proced.el (proced-format): Make header lines align with the text
22590 (bug#1779).
22591
22592 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
22593
22594 * view.el (view-buffer): Allow running in `special' modes if we're
22595 visiting a file (bug#8615).
22596
22597 2011-07-19 Martin Rudalics <rudalics@gmx.at>
22598
22599 * window.el (display-buffer-alist-of-strings-p)
22600 (display-buffer-alist-set-1, display-buffer-alist-set-2):
22601 New functions.
22602 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
22603 more accurately.
22604
22605 2011-07-18 Alan Mackenzie <acm@muc.de>
22606
22607 Fontify declarators properly when, e.g., a jit-lock chunk begins
22608 inside a declaration.
22609
22610 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
22611
22612 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
22613 New function.
22614 (c-complex-decl-matchers): Insert reference to
22615 c-font-lock-enclosing-decls.
22616
22617 * progmodes/cc-engine.el (c-backward-single-comment):
22618 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
22619 to nil around calls to (forward-comment -1).
22620
22621 2011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
22622
22623 * image.el (put-image): Doc typo fix.
22624
22625 * progmodes/etags.el (tags-search): Doc typo fix.
22626
22627 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
22628 password if we get errors 550 to 554.
22629
22630 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
22631
22632 * net/gnutls.el (gnutls-log-level): Remove.
22633
22634 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
22635 indentation character (bug#6380).
22636
22637 * files.el (buffer-offer-save): Made permanently local (bug#6241).
22638
22639 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
22640 to clarify what the problem is (bug#4291).
22641
22642 * simple.el (current-kill): Clarify what
22643 `interprogram-paste-function' does (bug#7500).
22644 (auto-fill-mode): Document `auto-fill-function' in relation to
22645 `auto-fill-mode' (bug#2470).
22646
22647 2011-07-16 Lawrence Mitchell <wence@gmx.li>
22648
22649 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
22650 method if slot is read-only (bug#9035).
22651
22652 2011-07-16 Martin Rudalics <rudalics@gmx.at>
22653
22654 * frame.el (select-frame-set-input-focus): New argument NORECORD.
22655 * window.el (pop-to-buffer): Select window used even if it was
22656 selected before, see discussion of (Bug#8615), (Bug#6954).
22657 Pass argument NORECORD on to select-frame-set-input-focus.
22658
22659 2011-07-15 Glenn Morris <rgm@gnu.org>
22660
22661 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
22662 Respect help-form.
22663
22664 2011-07-09 Lawrence Mitchell <wence@gmx.li>
22665
22666 * net/gnutls.el (gnutls-min-prime-bits): New variable.
22667 (gnutls-negotiate): Use it.
22668
22669 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
22670
22671 * net/gnutls.el (gnutls-negotiate):
22672 Upcase `gnutls-algorithm-priority'.
22673
22674 2011-07-15 Glenn Morris <rgm@gnu.org>
22675
22676 * jka-compr.el (jka-compr-verbose): Move from here...
22677 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
22678 Add missing :version tag.
22679 * info.el: No need to require jka-compr when compiling.
22680
22681 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
22682
22683 * net/gnutls.el (gnutls-algorithm-priority): New variable.
22684 (gnutls-negotiate): Use it.
22685
22686 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
22687
22688 * info.el (Info-beginning-of-buffer): New command.
22689 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
22690 announcing `b' as the key (bug#8325).
22691 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
22692
22693 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
22694
22695 * international/mule-cmds.el
22696 (describe-specified-language-support): Make the error message
22697 clearer (bug#8905).
22698
22699 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
22700
22701 * isearch.el (isearch-barrier): Add a doc string, since it's
22702 mentioned in a function doc string (bug#8678).
22703
22704 2011-07-15 Martin Rudalics <rudalics@gmx.at>
22705
22706 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
22707 buffer argument (Bug#9083) and self-identifying label argument.
22708
22709 2011-07-15 Glenn Morris <rgm@gnu.org>
22710
22711 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
22712
22713 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
22714
22715 * man.el (Man-fontify-manpage): Fix message when formatting the
22716 man page (bug#7929).
22717
22718 2011-07-14 Eli Zaretskii <eliz@gnu.org>
22719
22720 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
22721 argument LRM; if non-nil, append an invisible LRM character to the
22722 buffer name.
22723 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
22724 last argument non-nil, when formatting buffer names.
22725 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
22726 paragraph direction.
22727
22728 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
22729
22730 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
22731 the man page name (bug#7929).
22732
22733 * image.el (put-image): Mention the `put-image' overlay property
22734 (bug#7834).
22735
22736 * scroll-bar.el (set-scroll-bar-mode): Mention that
22737 `scroll-bar-mode' lists the values (bug#7772).
22738
22739 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
22740 command (bug#7729).
22741
22742 * rect.el (apply-on-rectangle): Return the point after the last
22743 operation.
22744 (string-rectangle): Go to the point after the last operation
22745 (bug#7522).
22746
22747 * printing.el (pr-toggle-region): Clarify the documentation
22748 slightly (bug#7493).
22749
22750 * time.el (display-time-update):
22751 Allow `display-time-mail-function' to return nil (bug#7158).
22752 Fix suggested by Detlev Zundel.
22753
22754 * vc/diff.el (diff): Clarify the order the file names are read
22755 (bug#7111).
22756
22757 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
22758 the doc string (bug#7015).
22759
22760 * font-lock.el (font-lock-maximum-decoration): Mention what
22761 numeric levels mean (bug#6935).
22762
22763 * startup.el (initial-buffer-choice): Don't mention the `none'
22764 selection, which is against policy.
22765
22766 2011-07-14 Martin Rudalics <rudalics@gmx.at>
22767
22768 * window.el (display-buffer-normalize-special):
22769 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
22770
22771 2011-07-14 Eli Zaretskii <eliz@gnu.org>
22772
22773 * subr.el (version<, version<=, version=): Mention "-CVS" and
22774 "-12345" alpha version numbers.
22775
22776 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
22777
22778 * bindings.el: Add advertised binding for set-mark-command
22779 (Bug#5772).
22780
22781 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
22782
22783 * bindings.el (mode-line-other-buffer):
22784 * bookmark.el (bookmark-bmenu-2-window):
22785 * bs.el (bs-cycle-next, bs-cycle-previous):
22786 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
22787 switch-to-buffer.
22788
22789 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
22790 Delete.
22791
22792 2011-07-14 Juanma Barranquero <lekktu@gmail.com>
22793
22794 * follow.el (follow-debug-message, follow-redisplay):
22795 * jka-cmpr-hook.el (with-auto-compression-mode):
22796 Fix typos in docstrings.
22797
22798 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
22799
22800 * subr.el (with-silent-modifications): Clarify somewhat what the
22801 macro inhibits (bug#6525).
22802
22803 * simple.el (eval-expression): Note what it does if called
22804 interactively (bug#6495).
22805
22806 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
22807
22808 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
22809 Use pop-to-buffer buffer-or-name if it is nil.
22810
22811 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
22812 Remove switch-to-buffer.
22813
22814 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
22815
22816 * files.el (make-directory): Clarify that an error will be raised
22817 if there's an error (bug#6397).
22818
22819 * startup.el (initial-buffer-choice): Add `none' as a choice
22820 (bug#6234).
22821
22822 * subr.el (add-hook): Clarify section about buffer-local hooks
22823 (bug#6218).
22824
22825 * dired.el (dired-flagged): Clarify doc string (bug#6117).
22826
22827 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
22828
22829 * tabify.el (untabify): Preserve the current column so that point
22830 doesn't move (bug#6032).
22831
22832 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
22833
22834 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
22835 Rewrite to avoid awkward possessive "s" (bug#5986).
22836
22837 2011-07-13 Glenn Morris <rgm@gnu.org>
22838
22839 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
22840 (dired-insert-directory): Give a message the first time
22841 if ls is found not to support --dired.
22842
22843 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
22844
22845 * simple.el (toggle-truncate-lines): Clarify what is toggled
22846 (bug#5580). Text by Drew Adams.
22847
22848 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
22849
22850 * simple.el (blink-matching-open): Make the error message from the
22851 last change less verbose.
22852
22853 2011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
22854
22855 * font-lock.el (font-lock-comment-face): Use the high contrast
22856 "yellow" color for font-lock-comment-face on low color terminals
22857 using a dark background color (bug#4221).
22858
22859 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
22860
22861 * dired.el (dired-insert-set-properties): Make the doc string
22862 reflect what it does now (bug#5325).
22863
22864 * simple.el (blink-matching-open): Say that we were unable to find
22865 the match within the limit, if we're limited (bug#5122).
22866
22867 * international/mule-cmds.el (prefer-coding-system): Add an
22868 example (bug#4869).
22869
22870 * progmodes/etags.el (tags-search): Document `file-list-form'
22871 (bug#4731).
22872
22873 2011-07-13 Lawrence Mitchell <wence@gmx.li>
22874
22875 * net/browse-url.el (browse-url-default-browser)
22876 (browse-url-browser-function): Make the default browser choice a
22877 bit more logical (bug#4300). Also clean up the doc string.
22878
22879 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
22880
22881 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
22882 binary endings (bug#4440).
22883
22884 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
22885
22886 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
22887 which can be pretty annoying (bug#8971).
22888
22889 * jka-compr.el (jka-compr-verbose): New variable, and use
22890 throughout (bug#8971).
22891
22892 * info.el (Info-find-file): Fall back on the installation
22893 directory if we can't find the info node anywhere else.
22894
22895 2011-07-13 Sergei Organov <osv@javad.com> (tiny change)
22896
22897 * vc/vc.el (vc-revert-file):
22898 Don't set file time-stamp in the past. (Bug#5181)
22899
22900 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
22901
22902 * files.el (after-find-file): Give a better error message when
22903 trying to find a symlink that points to a file that doesn't exist
22904 (bug#4398).
22905
22906 * progmodes/cc-vars.el: Remove (probably) misleading comment
22907 (bug#4396).
22908
22909 2011-07-12 Johan Bockgård <bojohan@gnu.org>
22910
22911 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
22912
22913 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
22914
22915 * mouse-sel.el: Hack restoring functionality, while keeping
22916 compatibility with 2010-07-03 changes to mouse selection.
22917 (mouse-sel-primary-overlay): New var.
22918 (mouse-sel-selection-alist): Use it.
22919 (mouse-sel-mode): Doc fix; remove points that are default features
22920 of mouse.el.
22921
22922 2011-07-12 Johan Bockgård <bojohan@gnu.org>
22923
22924 * progmodes/compile.el (compilation-error-regexp-alist-alist):
22925 Fix previous fix (bug#2490).
22926
22927 2011-07-12 Roland Winkler <winkler@gnu.org>
22928
22929 * textmodes/bibtex.el (bibtex-initialize):
22930 Use pop-to-buffer-same-window.
22931 (bibtex-search-entries): Fix interactive call.
22932
22933 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
22934
22935 * progmodes/compile.el (compilation-error-regexp-alist-alist):
22936 Fontise bytecomp Error lines more correctly (bug#2490).
22937 Fix suggested by Johan Bockgård.
22938
22939 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
22940
22941 * dired-x.el (dired-guess-default): Use `delete-dups'.
22942
22943 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
22944
22945 * dired.el (dired-mark-prompt):
22946 * dired-aux.el (dired-read-shell-command): Doc fix.
22947
22948 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
22949
22950 * mail/sendmail.el (sendmail-query-once):
22951 Use `customize-save-variable' unconditionally, now that it works under
22952 emacs -Q.
22953
22954 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
22955
22956 * cus-edit.el (custom-file): Take an optional no-error variable.
22957 (customize-save-variable): Set the variable, and give a warning if
22958 running under "emacs -q".
22959
22960 2011-07-11 Juanma Barranquero <lekktu@gmail.com>
22961
22962 * loadhist.el (unload-feature-special-hooks):
22963 Add `auto-coding-functions', `fill-nobreak-predicate' and
22964 `find-directory-functions' (bug#5327).
22965
22966 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
22967
22968 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
22969
22970 * cus-edit.el (custom-guess-name-alist): -alist variables should
22971 use the `alist' type (bug#3120). Suggested by Drew Adams.
22972
22973 * printing.el: Add documentation to all the `pr-toggle-' commands.
22974
22975 2011-07-11 Leo Liu <sdl.web@gmail.com>
22976
22977 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
22978 backends where it makes sense (bug#2623).
22979
22980 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
22981
22982 * dired-x.el (dired-guess-default): Remove duplicate shell command
22983 entries (bug#2028).
22984 (dired-guess-default): Fix grammar in doc string (bug#2028).
22985 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
22986
22987 * subr.el (remove-duplicates): New conveniency function.
22988
22989 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
22990
22991 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
22992 (bug#1526).
22993
22994 2011-07-10 Martin Rudalics <rudalics@gmx.at>
22995
22996 * window.el (display-buffer-normalize-default): Don't invert
22997 meaning of even-window-heights. Reported by Eli Zaretskii
22998 <eliz@gnu.org>.
22999
23000 2011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
23001
23002 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
23003
23004 2011-07-10 Chong Yidong <cyd@stupidchicken.com>
23005
23006 * window.el (display-buffer): Fix arguments to
23007 display-buffer-reuse-window in last change.
23008
23009 * faces.el (link): Use a less saturated blue on light backgrounds.
23010
23011 * startup.el (fancy-startup-text, fancy-about-text)
23012 (fancy-startup-tail): Use font-lock faces, for background safety.
23013
23014 2011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
23015
23016 * emulation/viper-cmd.el (viper-change-state-to-vi):
23017 Limit triggering of abbrev expansion (Bug#9038).
23018
23019 2011-07-09 Martin Rudalics <rudalics@gmx.at>
23020
23021 * window.el (display-buffer-default-specifiers): Remove.
23022 (display-buffer-macro-specifiers): Remove default specifiers.
23023 (display-buffer-alist): Default to nil.
23024 (display-buffer-reuse-window): New optional argument other-window.
23025 (display-buffer-pop-up-window): Allow splitting internal
23026 windows. Check whether a live window was created.
23027 (display-buffer-other-window-means-other-frame)
23028 (display-buffer-normalize-arguments): Rename to
23029 display-buffer-normalize-argument and rewrite. Set the
23030 other-window specifier.
23031 (display-buffer-normalize-special): New function.
23032 (display-buffer-normalize-options): Rename to
23033 display-buffer-normalize-default and rewrite.
23034 (display-buffer-normalize-options-inhibit): Remove.
23035 (display-buffer-normalize-specifiers): Rewrite.
23036 (display-buffer): Process other-window specifier and call
23037 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
23038 more faithfully.
23039 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
23040 (display-buffer-alist-set): Don't handle 'unset default values.
23041 (display-buffer-in-window, display-buffer-alist-set):
23042 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
23043 <tassilo@member.fsf.org>.
23044
23045 2011-07-09 Leo Liu <sdl.web@gmail.com>
23046
23047 * register.el (insert-register): Restore accidental change on
23048 2011-06-26. (Bug#9028)
23049
23050 2011-07-09 Glenn Morris <rgm@gnu.org>
23051
23052 * subr.el (remq): Handle the empty list. (Bug#9024)
23053
23054 2011-07-08 Andreas Schwab <schwab@linux-m68k.org>
23055
23056 * mail/sendmail.el (send-mail-function): No longer delay custom
23057 initialization.
23058 * custom.el (custom-initialize-delay): Doc fix.
23059
23060 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
23061
23062 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
23063
23064 2011-07-08 Michael Albinus <michael.albinus@gmx.de>
23065
23066 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
23067 human-friendly prompt.
23068
23069 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
23070
23071 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
23072 provided by a particular plugin.
23073
23074 2011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
23075
23076 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
23077 save customizations (with "emacs -Q"), just set the variable
23078 instead of erroring out.
23079
23080 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
23081
23082 2011-07-08 Juri Linkov <juri@jurta.org>
23083
23084 * arc-mode.el (archive-zip-expunge, archive-zip-update)
23085 (archive-zip-update-case): Use 7z if found by `executable-find'.
23086 The order of searching the available programs is the same as in
23087 `archive-zip-extract' (bug#8968).
23088
23089 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
23090
23091 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
23092 (menu-bar-options-menu): Tweak descriptions.
23093
23094 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
23095
23096 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
23097 menu items into verb phrases (bug#1421). Also refill to fit under
23098 80 columns.
23099
23100 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
23101
23102 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
23103 (Info-read-node-name): Doc fix (Bug#1084).
23104
23105 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
23106 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
23107 (end-of-sexp, beginning-of-sexp)
23108 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
23109 (forward-symbol, forward-same-syntax, word-at-point)
23110 (sentence-at-point): Doc fix (Bug#1144).
23111
23112 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
23113
23114 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
23115 should cover it (bug#1281).
23116
23117 * cus-edit.el (custom-show): Mark as obsolete.
23118
23119 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
23120 negotiation fails, then possibly try again with a non-encrypted
23121 connection (bug#9017).
23122
23123 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
23124 be used.
23125
23126 2011-07-07 Richard Stallman <rms@gnu.org>
23127
23128 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
23129 property, and handle its changed format.
23130 Look for the correct line number.
23131 Use file's line contents (but not past first =) to find
23132 correct line in message.
23133
23134 2011-07-07 Kenichi Handa <handa@m17n.org>
23135
23136 * international/characters.el (build-unicode-category-table):
23137 Delete it.
23138 (unicode-category-table): Set it by unicode-property-table-internal.
23139
23140 * international/mule-cmds.el (char-code-property-alist): Move to
23141 to src/chartab.c.
23142 (get-char-code-property): Call unicode-property-table-internal to
23143 load a file. Call get-unicode-property-internal where necessary.
23144 (put-char-code-property): Call unicode-property-table-internal to
23145 load a file. Call put-unicode-property-internal where necessary.
23146 put-unicode-property-internal where necessary.
23147 (char-code-property-description):
23148 Call unicode-property-table-internal to load a file.
23149
23150 * international/charprop.el:
23151 * international/uni-bidi.el:
23152 * international/uni-category.el:
23153 * international/uni-combining.el:
23154 * international/uni-comment.el:
23155 * international/uni-decimal.el:
23156 * international/uni-decomposition.el:
23157 * international/uni-digit.el:
23158 * international/uni-lowercase.el:
23159 * international/uni-mirrored.el:
23160 * international/uni-name.el:
23161 * international/uni-numeric.el:
23162 * international/uni-old-name.el:
23163 * international/uni-titlecase.el:
23164 * international/uni-uppercase.el: Regenerate.
23165
23166 * loadup.el: Load international/charprop.el before
23167 international/characters.
23168
23169 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
23170
23171 * window.el (next-buffer, previous-buffer): Signal an error if
23172 called from a minibuffer window.
23173
23174 * bindings.el: Revert 2011-07-04 change.
23175
23176 2011-07-06 Richard Stallman <rms@gnu.org>
23177
23178 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
23179 (rmail-mime-insert-bulk, rmail-mime-insert-text):
23180 Treat markers like ints.
23181 (rmail-mime-entity): Doc fix.
23182
23183 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
23184
23185 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
23186 defcustom again for backwards compatibility.
23187
23188 * simple.el (shell-command-on-region): Fill.
23189
23190 * dired-aux.el (dired-kill-line): Add a doc string.
23191
23192 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
23193 to "\\sw\\|\\s_" (bug#358).
23194
23195 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
23196 (dired-unmark-backward): Ditto.
23197 (dired-flag-backup-files): Ditto.
23198
23199 * dired-x.el (dired-mark-sexp): Ditto.
23200
23201 2011-07-06 Richard Stallman <rms@gnu.org>
23202
23203 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
23204 (rmail-mime-entity): New arg TRUNCATED.
23205 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
23206 New functions.
23207 (rmail-mime-save): Warn if entity is truncated.
23208 (rmail-mime-toggle-hidden): Likewise, for showing.
23209 (rmail-mime-process-multipart): Record when an entity is truncated.
23210
23211 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
23212 if ENTITY is a string.
23213
23214 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
23215
23216 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
23217 of faces when `M-C-x'-ing their definitions (bug#8378).
23218 Also clean up the code slightly.
23219
23220 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
23221 because that makes the colors go away.
23222
23223 * mail/sendmail.el (send-mail-function): Change the default to
23224 `sendmail-query-once'.
23225 (sendmail-query-once): Add an autoload cookie.
23226
23227 * net/network-stream.el (network-stream-open-starttls): Try using
23228 a plain connection even if the server offered STARTTLS, and we
23229 kinda wanted to use it, if Emacs doesn't have any STARTTLS
23230 capability. This should make smtpmail.el work in slightly more
23231 configurations.
23232
23233 2011-07-06 Michael Albinus <michael.albinus@gmx.de>
23234
23235 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
23236 New defun.
23237 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
23238
23239 2011-07-06 Michael R. Mauger <mmaug@yahoo.com>
23240
23241 * progmodes/sql.el: Version 3.0
23242 (sql-product-alist): Add product :completion-object,
23243 :completion-column, and :statement attributes.
23244 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
23245 (sql-mode-syntax-table): Mark all punctuation.
23246 (sql-font-lock-keywords-builder): Temporarily remove fallback on
23247 ansi keywords.
23248 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
23249 (sql-mode-oracle-font-lock-keywords): Improve.
23250 (sql-oracle-show-reserved-words): New function for development.
23251 (sql-product-font-lock): Simplify for source code buffers.
23252 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
23253 New functions.
23254 (sql-highlight-product): Set product specific syntax table.
23255 (sql-mode-map): Add statement movement functions.
23256 (sql-ansi-statement-starters, sql-oracle-statement-starters):
23257 New variable.
23258 (sql-statement-regexp, sql-beginning-of-statement)
23259 (sql-end-of-statement, sql-signum): New functions.
23260 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
23261 (sql-show-sqli-buffer): Bug fix.
23262 (sql-interactive-mode): Store connection data as buffer local.
23263 (sql-connect): Add NEW-NAME parameter. Redesign interaction
23264 with sql-interactive-mode.
23265 (sql-save-connection): Save buffer local settings.
23266 (sql-connection-menu-filter): Change menu entry name.
23267 (sql-product-interactive): Bug fix.
23268 (sql-preoutput-hold): New variable.
23269 (sql-interactive-remove-continuation-prompt): Bug fixes.
23270 (sql-debug-redirect): New variable.
23271 (sql-str-literal): New function.
23272 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
23273 Redesign.
23274 (sql-oracle-save-settings, sql-oracle-restore-settings)
23275 (sql-oracle-list-all, sql-oracle-list-table): New functions.
23276 (sql-completion-object, sql-completion-column)
23277 (sql-completion-sqlbuf): New variables.
23278 (sql-build-completions-1, sql-build-completions)
23279 (sql-try-completion): New functions.
23280 (sql-read-table-name): Use them.
23281 (sql-contains-names): New buffer local variable.
23282 (sql-list-all, sql-list-table): Use it.
23283 (sql-oracle-completion-types): New variable.
23284 (sql-oracle-completion-object, sql-sqlite-completion-object)
23285 (sql-postgres-completion-object): New functions.
23286
23287 2011-07-06 Glenn Morris <rgm@gnu.org>
23288
23289 * window.el (pop-to-buffer): Doc fix.
23290
23291 2011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
23292
23293 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
23294
23295 2011-07-06 Chong Yidong <cyd@stupidchicken.com>
23296
23297 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
23298
23299 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
23300
23301 2011-07-05 Chong Yidong <cyd@stupidchicken.com>
23302
23303 * button.el (button): Inherit from link face. Suggested by Dan
23304 Nicolaescu.
23305
23306 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
23307
23308 * progmodes/gdb-mi.el: Fit in 80 columns.
23309 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
23310 switch-to-buffer.
23311
23312 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
23313 if imenu is simply not configured (bug#8941).
23314
23315 2011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
23316
23317 * allout.el (allout-post-undo-hook): New allout outline-change
23318 event hook to signal undo activity.
23319 (allout-post-command-business): Run allout-post-undo-hook if an
23320 undo just occurred.
23321 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
23322 * allout-widgets.el (allout-widgets-after-undo-function):
23323 Ensure the integrity of the current item's decoration after it has been
23324 in the vicinity of an undo.
23325 (allout-widgets-mode): Include allout-widgets-after-undo-function
23326 on the new allout-post-undo-hook.
23327
23328 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
23329
23330 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
23331 Let define-derived-mode define it.
23332 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
23333 cycles of abbrev-table inheritance (bug#8998).
23334
23335 2011-07-05 Roland Winkler <winkler@gnu.org>
23336
23337 * textmodes/bibtex.el: Add support for biblatex.
23338 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
23339 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
23340 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
23341 (bibtex-entry-alist, bibtex-field-alist): New variables.
23342 (bibtex-entry-field-alist): Obsolete alias for
23343 bibtex-BibTeX-entry-alist.
23344 (bibtex-entry-alist, bibtex-field-alist): New widgets.
23345 (bibtex-set-dialect): New command.
23346 (bibtex-entry-type, bibtex-entry-head)
23347 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
23348 Bind via bibtex-set-dialect.
23349 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
23350 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
23351 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
23352 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
23353 Define via bibtex-set-dialect.
23354 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
23355 Obey bibtex-no-opt-remove-re.
23356 (bibtex-vec-push, bibtex-vec-incr): New functions.
23357 (bibtex-format-entry, bibtex-field-list)
23358 (bibtex-print-help-message, bibtex-validate)
23359 (bibtex-search-entries): Use new format of bibtex-entry-alist.
23360
23361 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
23362
23363 * progmodes/compile.el (compilation-goto-locus):
23364 * net/tramp-cmds.el (tramp-append-tramp-buffers):
23365 * bs.el (bs-cycle-next, bs-cycle-previous):
23366 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
23367 * bindings.el (mode-line-other-buffer):
23368 * autoinsert.el (auto-insert):
23369 * arc-mode.el (archive-extract):
23370 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
23371
23372 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
23373
23374 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
23375 Fix check of `emacs-lock-unlockable-modes'.
23376 Coerce true values of `emacs-lock--try-unlocking' to t.
23377
23378 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
23379
23380 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
23381 * emacs-lock.el: New file.
23382
23383 2011-07-05 Julien Danjou <julien@danjou.info>
23384
23385 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
23386 than `boundp' to check if face is set.
23387
23388 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
23389
23390 * register.el (registerv-make):
23391 * window.el (window-min-height): Fix typos in docstrings.
23392
23393 2011-07-05 Jan Djärv <jan.h.d@swipnet.se>
23394
23395 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
23396 Update doc string.
23397
23398 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
23399
23400 * server.el (server-execute): Catch quit and call
23401 `server-return-error' to pass the error back to emacsclient and
23402 close the connection (bug#8942).
23403
23404 2011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
23405
23406 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
23407 insecure exception for current topic. Also note that auto-saves
23408 are handled differently.
23409
23410 (allout-auto-save-temporarily-disabled, allout-just-did-undo):
23411 State variables for tracking auto-save inhibition situation.
23412
23413 (allout-write-contents-hook-handler): Rename from
23414 'allout-write-file-hook-handler', and describe how it depends on
23415 write-contents-functions sensitivity to non-nil value to prevent
23416 file write.
23417
23418 (allout-auto-save-hook-handler): Remove. auto-save does not check
23419 this in individual buffers, only in the starting buffer, so this
23420 is not the right way for us to inhibit auto-save in a buffer
23421 according to its condition.
23422
23423 (allout-mode): Use new allout-write-contents-hook-handler, and
23424 only with write-contents-functions. Remove auto-save provisions -
23425 they're implemented elsewhere.
23426
23427 (allout-before-change-handler): If undo is in progress, note that
23428 for attention of allout-post-command-business.
23429
23430 (allout-post-command-business): If the command we're following was
23431 an undo, check for change in the status of encrypted items and
23432 adjust auto-save inhibitions accordingly.
23433
23434 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
23435 according to whether there are or aren't any plain-text topics
23436 pending encryption.
23437
23438 (allout-inhibit-auto-save-info-for-decryption):
23439 Adjust buffer-saved-size and some allout state to inhibit auto-saves
23440 if there are plain-text topics pending encryption.
23441
23442 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
23443 buffer-saved-size and some allout state to not inhibit auto-saves
23444 if there are no longer any plain-text topics pending encryption.
23445
23446 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
23447 No longer provide for exemption of the current topic.
23448
23449 2011-07-04 Juri Linkov <juri@jurta.org>
23450
23451 Add 7z operations to delete and save changed members (bug#8968).
23452 * arc-mode.el (archive-7z-expunge, archive-7z-update):
23453 New defcustoms.
23454 (archive-7z-write-file-member): New function.
23455 (archive-7z-summarize): Fix the number of dashes in the
23456 listing output.
23457
23458 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
23459
23460 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
23461 (bug#8958).
23462
23463 2011-07-04 Chong Yidong <cyd@stupidchicken.com>
23464
23465 * bindings.el: Ignore next-buffer and previous-buffer in
23466 minibuffer-local-map.
23467
23468 * font-lock.el (font-lock-builtin-face): Change light background
23469 color to dark slate blue (Bug#6693).
23470
23471 2011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
23472
23473 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
23474
23475 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
23476
23477 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
23478 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
23479 Add switch-to-buffer.
23480
23481 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
23482
23483 * isearch.el (isearch-search-fun-function): Clarify further the
23484 meaning of the function returned.
23485
23486 2011-07-04 Michael Albinus <michael.albinus@gmx.de>
23487
23488 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
23489
23490 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
23491 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
23492 Use it.
23493 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
23494 `tramp-default-remote-path' does not exist.
23495 (tramp-send-command-and-read): New optional argument NOERROR.
23496 (tramp-open-connection-setup-interactive-shell)
23497 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
23498 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
23499 (tramp-process-sentinel): Flush also process' connection property.
23500 (tramp-sh-handle-start-file-process): Do not set process
23501 sentinel. It is done now ...
23502 (tramp-maybe-open-connection): ... here. (Bug#8929)
23503
23504 2011-07-04 MON KEY <monkey@sandpframing.com>
23505
23506 * play/animate.el (animate-string): Doc fixes and allow changing
23507 the buffer name (bug#5417).
23508
23509 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
23510
23511 * play/animate.el (animation-buffer-name): Rename from *animate*.
23512
23513 2011-07-04 Paul Eggert <eggert@cs.ucla.edu>
23514
23515 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
23516 This is simpler and helps future-proof the code.
23517 (timer-until): Use time-subtract and float-time.
23518 (timer--time-less-p): Use time-less-p.
23519
23520 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
23521
23522 * type-break.el (timep): Use the value of `float-time' to avoid a
23523 byte-compiler warning.
23524
23525 * server.el (server-eval-and-print): Return any result, even nil.
23526
23527 2011-07-03 Paul Eggert <eggert@cs.ucla.edu>
23528
23529 * type-break.el: Accept time formats that the builtins accept.
23530 (timep, type-break-time-difference): Accept any format that
23531 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
23532 This is simpler and helps future-proof the code.
23533 (type-break-time-difference): Round rather than ignoring
23534 subseconds components.
23535
23536 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
23537
23538 * info.el (Info-apropos-matches): Make non-interactive, since it
23539 doesn't seem to do anything useful as a command (bug#8829).
23540
23541 2011-07-03 Chong Yidong <cyd@stupidchicken.com>
23542
23543 * frame.el (frame-background-mode, frame-set-background-mode):
23544 Move from faces.el.
23545 (frame-default-terminal-background): New function.
23546
23547 * custom.el (custom-push-theme): Don't record faces in `changed'
23548 theme; this doesn't work correctly for per-frame face settings.
23549 (disable-theme): Use face-set-after-frame-default to reset faces.
23550 (custom--frame-color-default): New function.
23551
23552 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
23553
23554 * dired.el (dired-flagging-regexp): Remove unused variable
23555 (bug#8769).
23556
23557 2011-03-29 Kevin Ryde <user42@zip.com.au>
23558
23559 * progmodes/compile.el (compilation-error-regexp-alist-alist):
23560 `perl-Test2' extend to match possible "fail #N" rep count
23561 (bug#8377).
23562
23563 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
23564
23565 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
23566 `smtpmail-via-smtp' now returns the error instead of nil.
23567
23568 * isearch.el (isearch-search-fun-function): Clarify the doc string
23569 (bug#8101).
23570
23571 2011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
23572
23573 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
23574 unnecessary spaces (bug#8987).
23575
23576 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
23577
23578 * net/network-stream.el (open-network-stream): Use the
23579 :end-of-capability command thoughout.
23580
23581 2011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
23582
23583 * net/network-stream.el (open-network-stream): Add the
23584 :end-of-capability command parameter, used by pop3.el.
23585
23586 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
23587
23588 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
23589
23590 * fringe.el (fringe-query-style): Remove redundant text " (type ?
23591 for list)" (bug#6475).
23592
23593 * files.el (file-expand-wildcards): Ignore non-readable
23594 sub-directories while trying to find matches instead of signaling
23595 an error (bug#6297).
23596
23597 * man.el (Man-reference-regexp): Allow matching possible
23598 word-wrapped references (bug#6289).
23599
23600 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
23601 for consistency with the other vc buffers (bug#6197).
23602 (vc-checkin): Ditto.
23603
23604 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
23605
23606 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
23607
23608 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
23609
23610 * custom.el (defcustom): Clarify that :set is only used in the
23611 Customize user interface (bug#6089).
23612
23613 * progmodes/flymake.el (flymake-mode): If the buffer isn't
23614 associated with a file, refuse to run instead of erroring out
23615 (bug#6084).
23616
23617 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
23618 the doc string, since it appears that using `fill-column' always
23619 controls the width (bug#7845).
23620
23621 * simple.el (shell-command-on-region): Say where the error output
23622 went if `shell-command-default-error-buffer' is set (bug#6857).
23623
23624 2011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
23625
23626 * allout.el (allout-yank-processing): Adjust cursor position for
23627 backwards-deleted space.
23628
23629 (allout-rebullet-heading): Register changes with
23630 allout-exposure-changed-hook, so the modified topic is properly
23631 decorated.
23632
23633 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
23634
23635 * minibuffer.el (completion-in-region): Document PREDICATE
23636 (bug#7136).
23637
23638 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
23639 of keyword/argument pairs (bug#6904).
23640
23641 * replace.el (multi-occur):
23642 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
23643
23644 2011-07-02 Drew Adams <drew.adams@oracle.com>
23645
23646 * dired.el (dired-mark-if): Make the message about whether it's
23647 marking or unmarking clearer (bug#8523).
23648
23649 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
23650
23651 * disp-table.el (display-table-print-array): New function.
23652 (describe-display-table): Use it to print the vectors more pretty
23653 (Bug#8859).
23654
23655 2011-07-02 Martin Rudalics <rudalics@gmx.at>
23656
23657 * window.el (window-state-get-1): Don't assign clone numbers.
23658 Add clone-of item to list of window parameters.
23659 (window-state-put-2): Don't process clone numbers.
23660 (display-buffer-alist): Fix doc-string.
23661
23662 2011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
23663
23664 * subr.el (remq): Don't allocate if it's not needed.
23665 (keymap--menu-item-binding, keymap--menu-item-with-binding)
23666 (keymap--merge-bindings): New functions.
23667 (keymap-canonicalize): Use them to refine the canonicalization.
23668 * minibuffer.el (minibuffer-local-completion-map)
23669 (minibuffer-local-must-match-map): Move initialization from C.
23670 (minibuffer-local-filename-completion-map): Move initialization from C;
23671 don't inherit from anything here.
23672 (minibuffer-local-filename-must-match-map): Make obsolete.
23673 (completing-read-default): Use make-composed-keymap to combine
23674 minibuffer-local-filename-completion-map with either
23675 minibuffer-local-must-match-map or
23676 minibuffer-local-filename-completion-map.
23677
23678 2011-07-01 Glenn Morris <rgm@gnu.org>
23679
23680 * type-break.el (type-break-time-sum): Use dolist.
23681
23682 * textmodes/flyspell.el (flyspell-word-search-backward):
23683 Replace CL function.
23684
23685 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
23686
23687 * mouse.el (mouse--strip-first-event): New function.
23688 (function-key-map): Use it to map fringe clicks to normal clicks
23689 by default.
23690
23691 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
23692 (vc-bzr-revision-completion-table): Add support for annotate and date.
23693
23694 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
23695 inherit from parent.
23696
23697 2011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
23698
23699 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
23700 (dired-show-file-type): Doc fixup (bug#8818).
23701
23702 * dired.el (dired-mode): Fix up the doc string as suggested by
23703 Drew Adams (bug#8817).
23704
23705 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
23706 cookie, since the manual says that it should be possible to add
23707 this function to `find-file-hook' (bug#8709).
23708
23709 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
23710
23711 * progmodes/cfengine.el: Moved all cfengine3.el functionality
23712 here. Noted Ted Zlatanov as the maintainer.
23713 (cfengine-common-settings, cfengine-common-syntax): New functions
23714 to set up common things between `cfengine-mode' and
23715 `cfengine3-mode'.
23716 (cfengine3-mode): New mode.
23717 (cfengine3-defuns cfengine3-defuns-regex
23718 (cfengine3-class-selector-regex cfengine3-category-regex)
23719 (cfengine3-vartypes cfengine3-font-lock-keywords)
23720 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
23721 (cfengine3-indent-line): Add from cfengine3.el.
23722
23723 2011-07-01 Michael Albinus <michael.albinus@gmx.de>
23724
23725 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
23726
23727 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
23728
23729 2011-07-01 Martin Rudalics <rudalics@gmx.at>
23730
23731 * window.el (same-window-buffer-names, same-window-regexps)
23732 (same-window-p, special-display-frame-alist)
23733 (special-display-popup-frame, special-display-function)
23734 (special-display-buffer-names, special-display-regexps)
23735 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
23736 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
23737 (split-window-preferred-function, split-height-threshold)
23738 (split-width-threshold, even-window-heights)
23739 (display-buffer-mark-dedicated, window-splittable-p)
23740 (split-window-sensibly, window-safely-shrinkable-p):
23741 Un-obsolete.
23742 (display-buffer): Don't spread args with function specifier
23743 because special-display-popup-frame won't like it.
23744
23745 2011-07-01 Paul Eggert <eggert@cs.ucla.edu>
23746
23747 Time-stamp simplifications and fixes.
23748 These improve accuracy slightly, and future-proof the code
23749 against some potential changes to current-time format.
23750
23751 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
23752 by using time-since and float-time.
23753
23754 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
23755 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
23756 + NNN microseconds".
23757
23758 * type-break.el (type-break-time-sum): Rewrite using time-add.
23759
23760 * play/hanoi.el (hanoi-current-time-float): Remove.
23761 All uses replaced by float-time.
23762
23763 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
23764 This yields a more-accurate answer.
23765 (rng-time-to-float): Remove; no longer needed.
23766
23767 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
23768
23769 * calendar/timeclock.el (timeclock-seconds-to-time):
23770 Defalias to seconds-to-time, since they're the same thing.
23771
23772 * emacs-lisp/elp.el (elp-elapsed-time):
23773 * emacs-lisp/benchmark.el (benchmark-elapse):
23774 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
23775
23776 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
23777
23778 * window.el (bury-buffer): Don't iconify the only frame.
23779 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
23780 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
23781
23782 2011-07-01 Chong Yidong <cyd@stupidchicken.com>
23783
23784 * eshell/em-smart.el (eshell-smart-display-navigate-list):
23785 Add mouse-yank-primary.
23786
23787 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
23788
23789 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
23790
23791 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
23792
23793 * emacs-lisp/find-func.el (find-library--load-name): New fun.
23794 (find-library-name): Use it to find relative load names when provided
23795 absolute file name (bug#8803).
23796
23797 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
23798
23799 * textmodes/flyspell.el (flyspell-word): Consider words that
23800 differ only in case as potential doublons (bug#5687).
23801
23802 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
23803 Remove two rather uninteresting debugging-like messages to make
23804 debbugs.el more silent.
23805
23806 * comint.el (comint-password-prompt-regexp): Accept "Response" as
23807 a password-like phrase.
23808
23809 2011-06-30 Masatake YAMATO <yamato@redhat.com>
23810
23811 * progmodes/cc-guess.el: New file.
23812
23813 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
23814
23815 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
23816 derived from `c-basic-common-init'.
23817
23818 * progmodes/cc-mode.el (top-level): Require cc-guess.
23819 (c-basic-common-init): Use `cc-choose-style-for-mode'.
23820
23821 2011-06-30 Lawrence Mitchell <wence@gmx.li>
23822
23823 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
23824
23825 2011-06-30 Alan Mackenzie <acm@muc.de>
23826
23827 * progmodes/cc-engine.el (c-guess-continued-construct):
23828 Correct the handling of template-args-cont, particularly for when font
23829 lock is disabled. Name this case as "CASE G".
23830
23831 2011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
23832
23833 * allout.el (allout-yank-processing): Fix injection of extra space
23834 between bullet and non-whitespace character in first topic when
23835 pasting, ensuring that the actual spacing in the pasted topic
23836 following the bullet char is preserved. This extra space was
23837 causing pasted encrypted topics to get a decrypted status even
23838 when the content was actually still encrypted. Now the decryption
23839 status from before the paste is preserved.
23840
23841 (allout-flag-region): Set all allout overlays so they evaporate
23842 when reduced to zero length (evanescent), to prevent overlay
23843 leakage.
23844
23845 2011-06-30 Glenn Morris <rgm@gnu.org>
23846
23847 * w32-fns.el (w32-charset-info-alist): Declare.
23848
23849 * find-dired.el (find-grep-options): Simplify.
23850
23851 * term/ns-win.el (ns-set-resource): Declare.
23852
23853 * ses.el (row, col): Declare dynamic variables honestly.
23854
23855 * textmodes/reftex-parse.el (index-tags): Declare.
23856
23857 2011-06-30 Chong Yidong <cyd@stupidchicken.com>
23858
23859 * cus-edit.el (customize-push-and-save): New function.
23860
23861 * files.el (hack-local-variables-confirm): Use it.
23862
23863 * custom.el (load-theme): New arg NO-CONFIRM.
23864 Use customize-push-and-save (Bug#8720).
23865 (custom-enabled-themes): Doc fix.
23866
23867 * cus-theme.el (customize-create-theme)
23868 (custom-theme-merge-theme): Callers to load-theme changed.
23869
23870 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
23871
23872 * thingatpt.el (thing-at-point-short-url-regexp): Require that
23873 short URLs have at least one dot in them (bug #7614).
23874
23875 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
23876 nil, because using a pty is apparently too slow (bug #895).
23877
23878 2011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
23879
23880 * mail/sendmail.el (sendmail-query-once): New function.
23881 (sendmail-query-once-function): New variable.
23882
23883 2011-06-29 Glenn Morris <rgm@gnu.org>
23884
23885 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
23886
23887 * ses.el (top-level): Require cl when compiling.
23888 (ses-set-localvars): Fix error statement.
23889 Call it at compile time to silence a storm of warnings.
23890
23891 2011-06-29 Martin Rudalics <rudalics@gmx.at>
23892
23893 * window.el (normalize-live-buffer): Rename to
23894 window-normalize-buffer.
23895 (normalize-live-frame): Rename to window-normalize-frame.
23896 (normalize-any-window): Rename to window-normalize-any-window.
23897 (normalize-live-window): Rename to window-normalize-live-window.
23898 (make-window-atom): Rename to window-make-atom.
23899 (window-resize-reset): Rename to window--resize-reset.
23900 (window-resize-reset-1): Rename to window--resize-reset-1.
23901 (resize-mini-window): Rename to window--resize-mini-window.
23902 (resize-subwindows-skip-p): Rename to
23903 window--resize-subwindows-skip-p.
23904 (resize-subwindows-normal): Rename to
23905 window--resize-subwindows-normal.
23906 (resize-subwindows): Rename to window--resize-subwindows.
23907 (resize-other-windows): Rename to window--resize-siblings.
23908 (resize-this-window): Rename to window--resize-this-window.
23909 (resize-root-window): Rename to window--resize-root-window.
23910 (resize-root-window-vertically): Rename to
23911 window--resize-root-window-vertically.
23912 (normalize-buffer-to-display): Rename to
23913 window-normalize-buffer-to-display.
23914 (normalize-buffer-to-switch-to): Rename to
23915 window-normalize-buffer-to-switch-to.
23916 Correspondingly update all callers of the functions listed
23917 above.
23918 (display-buffer-alist, display-buffer-normalize-arguments)
23919 (display-buffer-normalize-options, display-buffer)
23920 (display-buffer-alist-set): Use "function" instead of
23921 "fun-with-args".
23922
23923 2011-06-28 Chong Yidong <cyd@stupidchicken.com>
23924
23925 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
23926 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
23927 debbugs.gnu.org. Mention acknowledgment email.
23928
23929 2011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
23930
23931 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
23932 buffer multibyteness, since it shouldn't matter.
23933
23934 2011-06-28 Martin Rudalics <rudalics@gmx.at>
23935
23936 * window.el (display-buffer-in-side-window): Handle dedicated
23937 windows as in display-buffer-reuse-window.
23938 (display-buffer-normalize-alist): Use value of override
23939 specifier.
23940 (display-buffer-normalize-specifiers): Use value of
23941 other-window-means-other-frame specifier.
23942 (display-buffer-alist): Rewrite some texts in widgets.
23943 (display-buffer): Spread arguments when calling function
23944 specified by fun-with-args.
23945
23946 2011-06-28 Deniz Dogan <deniz@dogan.se>
23947
23948 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
23949 Unnest `let'.
23950
23951 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
23952 selectors (Bug#5732).
23953 (css-proprietary-nmstart-re): Use `regexp-opt'.
23954
23955 2011-06-27 Jari Aalto <jari.aalto@cante.net>
23956
23957 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
23958 (eshell-ls-date-format): New defcustom.
23959 (eshell-ls-file): Use it.
23960
23961 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
23962
23963 * help-fns.el (describe-variable): Fix message for terminal-local vars.
23964
23965 2011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
23966
23967 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
23968 (ange-ftp-make-tmp-name): New arg.
23969 (ange-ftp-file-local-copy): Use it.
23970
23971 2011-06-27 Jambunathan K <kjambunathan@gmail.com>
23972
23973 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
23974 no-conversion (Bug#8870).
23975
23976 2011-06-27 Martin Rudalics <rudalics@gmx.at>
23977
23978 * window.el (window-right, window-left, window-child)
23979 (window-child-count, window-last-child)
23980 (window-iso-combination-p, walk-window-tree-1)
23981 (window-atom-check-1, window-tree-1, delete-window)
23982 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
23983 new naming conventions - window-vchild, window-hchild,
23984 window-next and window-prev are now called window-top-child,
23985 window-left-child, window-next-sibling and window-prev-sibling
23986 respectively.
23987 (resize-window-reset): Rename to window-resize-reset.
23988 (resize-window-reset-1): Rename to window-resize-reset-1.
23989 (resize-window): Rename to window-resize.
23990 (window-min-height, window-min-width)
23991 (resize-mini-window, resize-this-window, resize-root-window)
23992 (resize-root-window-vertically, adjust-window-trailing-edge)
23993 (enlarge-window, shrink-window, maximize-window)
23994 (minimize-window, delete-window, quit-restore-window)
23995 (split-window, balance-windows, balance-windows-area-adjust)
23996 (balance-windows-area, window-state-put-2)
23997 (display-buffer-even-window-sizes, display-buffer-set-height)
23998 (display-buffer-set-width, set-window-text-height)
23999 (fit-window-to-buffer): Rename all "resize-window" prefixed
24000 calls to use the "window-resize" prefix convention.
24001 (display-buffer-alist): Fix symbol for label specifier.
24002 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
24003 corresponding specifier.
24004 Reported by Juanma Barranquero <lekktu@gmail.com>.
24005
24006 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
24007
24008 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
24009 convention.
24010 (ses-call-printer): Does not pass an empty string to formatter when the
24011 cell is empty to keep from barking printer Calc math-format-value.
24012
24013 2011-06-27 Richard Stallman <rms@gnu.org>
24014
24015 * battery.el (battery-mode-line-limit): New variable.
24016 (battery-update): Handle it.
24017
24018 * mail/rmailmm.el (rmail-mime-process-multipart):
24019 Handle truncated messages.
24020
24021 2011-06-27 Glenn Morris <rgm@gnu.org>
24022
24023 * progmodes/flymake.el (flymake-err-line-patterns):
24024 Allow for column numbers in the ant/javac pattern. (Bug#8866)
24025
24026 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
24027
24028 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
24029 (ses--clean-!, ses--clean-_): New functions.
24030 (ses-range): Add configurability of readout order, and conversion
24031 to Calc vector.
24032
24033 * ses.el (ses-repair-cell-reference-all): New function.
24034 (ses-cell-symbol): Set macro as safe, so that it can be used in
24035 formulas.
24036
24037 * ses.el: Update cycle detection algorithm.
24038 (ses-localvars): Add ses--Dijkstra-attempt-nb and
24039 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
24040 (ses-set-localvars): New function.
24041 (ses-make-cell): Add property-list as a cell element.
24042 (ses-cell-property-get-fun, ses-cell-property-get)
24043 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
24044 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
24045 New functions.
24046 (ses-cell-property-set, ses-cell-property-pop)
24047 (ses-cell-property-get-handle): New macro.
24048 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
24049 New aliases, used for code readability.
24050 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
24051 cycle detection.
24052 (ses-self-reference-early-detection): New defcustom.
24053 (ses-formula-references): Robustify against self-referring cells.
24054 (ses-mode): Use ses-set-localvars.
24055 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
24056 before lauching the update processing.
24057 (ses-initialize-Dijkstra-attempt): New function.
24058 (ses-recalculate-cell): Update for cycle detection based on
24059 Dijkstra algorithm.
24060
24061 * ses.el: Fix commenting and indenting convention.
24062
24063 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
24064
24065 * bs.el (bs-cycle-next): Complete last change.
24066
24067 2011-06-27 Drew Adams <drew.adams@oracle.com>
24068
24069 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
24070
24071 2011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
24072
24073 * net/network-stream.el (network-stream-open-starttls):
24074 Don't re-get capabilities unless we've reestablished connection.
24075 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
24076
24077 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
24078 to binary to possibly avoid line encoding issues on Windows (among
24079 other things).
24080
24081 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
24082
24083 * net/network-stream.el (open-network-stream): Return an :error
24084 saying what the problem was, if possible.
24085
24086 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
24087 server.
24088
24089 * net/network-stream.el (network-stream-open-starttls): If we
24090 wanted to use STARTTLS, and the server offered it, but we weren't
24091 able to because we had no STARTTLS support, then close the connection.
24092 (open-network-stream): Return an :error element, if present.
24093
24094 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
24095
24096 * hl-line.el (hl-line-sticky-flag): Doc fix.
24097 (global-hl-line-sticky-flag): New option (Bug#8323).
24098 (global-hl-line-highlight): Obey it.
24099
24100 * vc/vc.el (vc-revert-show-diff): Default to t.
24101
24102 2011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
24103
24104 * allout-widgets.el (allout-widgets-post-command-business):
24105 Stop decorating intermediate isearch matches. They're not being
24106 undecorated when an isearch is continued past, and isearch
24107 automatically collapses them. This leads to "widget leaks", where
24108 decorated items accumulate in collapsed areas. Lines with lots of
24109 hidden widgets can slow down cursor travel, substantially.
24110 Too much complicated machinery would be needed to ensure undecoration,
24111 so we're doing without this nicety.
24112
24113 (allout-widgets-tally-string): Don't try to do a hash-table-count
24114 of allout-widgets-tally when it's nil. This eliminates spurious "Error
24115 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
24116 *Messages* when allout-widgets-maintain-tally is t.
24117
24118 2011-06-26 Martin Rudalics <rudalics@gmx.at>
24119
24120 * window.el (display-buffer-normalize-argument): Rename to
24121 display-buffer-normalize-arguments. Handle special meaning of
24122 LABEL argument. Respect special-display-function when popping up
24123 a new frame. Fix code searching for a window showing the buffer
24124 on another frame.
24125 (display-buffer-normalize-specifiers):
24126 Call display-buffer-normalize-arguments.
24127 (display-buffer-in-window): Don't undedicate the window if its
24128 buffer remains the same.
24129 Reported by Drew Adams <drew.adams@oracle.com>.
24130 (display-buffer-alist): Add choice for same-window macro
24131 specfier.
24132 (display-buffer): Mention special meaning of LABEL argument in
24133 doc-string. Fix quoting. Don't pop up a new frame even as
24134 fallback.
24135
24136 2011-06-26 Juanma Barranquero <lekktu@gmail.com>
24137
24138 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
24139 avoid deleting the current window in some cases (bug#8911).
24140
24141 2011-06-26 Andreas Schwab <schwab@linux-m68k.org>
24142
24143 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
24144 (Bug#8934)
24145
24146 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
24147
24148 * net/network-stream.el (network-stream-open-starttls):
24149 Use built-in TLS support if `gnutls-available-p' is true.
24150 (network-stream-open-tls): Ditto.
24151
24152 2011-06-26 Leo Liu <sdl.web@gmail.com>
24153
24154 * register.el (registerv): New struct.
24155 (registerv-make): New function.
24156 (jump-to-register, describe-register-1, insert-register):
24157 Support the jump-func, print-func and insert-func slot of a registerv
24158 struct. (Bug#8415)
24159
24160 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
24161
24162 * vc/vc.el (vc-revert-show-diff): New defcustom.
24163 (vc-diff-internal): New arg specifying diff buffer.
24164 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
24165 reuse an existing *vc-diff* buffer (Bug#8927).
24166
24167 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
24168
24169 2011-06-26 Glenn Morris <rgm@gnu.org>
24170
24171 * progmodes/f90.el (f90-critical-indent): New option.
24172 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
24173 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
24174 (f90-mode): Doc fix.
24175 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
24176 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
24177 (f90-beginning-of-block, f90-next-block, f90-indent-region)
24178 (f90-match-end): Handle block, critical.
24179
24180 2011-06-25 Glenn Morris <rgm@gnu.org>
24181
24182 * calendar/diary-lib.el (diary-included-files): Doc fix.
24183 (diary-include-files): New function, extracted from
24184 diary-include-other-diary-files and diary-mark-included-diary-files.
24185 (diary-include-other-diary-files, diary-mark-included-diary-files):
24186 Just call diary-include-files.
24187 (diary-mark-entries): Reset diary-included-files on first call.
24188
24189 * calendar/diary-lib.el (diary-mark-entries)
24190 (diary-mark-included-diary-files):
24191 Visit included diary-files in temp buffers.
24192
24193 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
24194 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
24195 (f90-start-block-re, f90-imenu-generic-expression)
24196 (f90-looking-at-program-block-start, f90-no-block-limit):
24197 Add support for submodules.
24198
24199 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
24200 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
24201
24202 2011-06-25 Eli Zaretskii <eliz@gnu.org>
24203
24204 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
24205 buffer-file-type before setting its value, to avoid disastrous
24206 global effects on decoding files for DOS/Windows systems. (Bug#8780)
24207
24208 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
24209
24210 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
24211
24212 * ses.el (ses-unload-function):
24213 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
24214
24215 * proced.el (proced-unload-function):
24216 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
24217
24218 2011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
24219
24220 * server.el (server-create-window-system-frame): Add parameters arg.
24221 (server-process-filter): Doc fix. Handle frame-parameters.
24222
24223 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
24224
24225 Fix bug#8730, bug#8781.
24226
24227 * loadhist.el (unload--set-major-mode): New function.
24228 (unload-feature): Use it.
24229
24230 * progmodes/python.el (python-after-info-look): Add autoload cookie.
24231 (python-unload-function): New function.
24232
24233 2011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
24234
24235 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
24236
24237 2011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
24238
24239 * net/browse-url.el (browse-url-firefox-program): Add icecat to
24240 the candidates list.
24241
24242 2011-06-24 Juanma Barranquero <lekktu@gmail.com>
24243
24244 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
24245
24246 2011-06-23 Richard Stallman <rms@gnu.org>
24247
24248 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
24249 (rmail-variables): Set next-error-move-function.
24250 (rmail-what-message): Take argument POS.
24251 (rmail-next-error-move): New function.
24252
24253 2011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
24254
24255 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
24256 messages for adjacent non-terminals.
24257
24258 2011-06-23 Richard Stallman <rms@gnu.org>
24259
24260 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
24261 (rmail-show-message-1): Preserve buffer modified flag.
24262 (rmail-start-mail): Don't specify use of rmail-mail-return;
24263 that's done by mail-bury now.
24264 (rmail-mail-return): Handle arg NEWBUF.
24265
24266 2011-06-23 Michael Albinus <michael.albinus@gmx.de>
24267
24268 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
24269 SIZE is a number.
24270
24271 2011-06-23 Martin Rudalics <rudalics@gmx.at>
24272
24273 * window.el (get-lru-window, get-mru-window)
24274 (get-largest-window): Never return a minibuffer window.
24275 (display-buffer-pop-up-window): Fix a bug that could lead to
24276 reusing the minibuffer window.
24277 (display-buffer): Pass original specifier argument to
24278 display-buffer-function instead of the normalized one.
24279 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
24280
24281 2011-06-22 Leo Liu <sdl.web@gmail.com>
24282
24283 * minibuffer.el (completing-read-function)
24284 (completing-read-default): Move from minibuf.c.
24285
24286 2011-06-22 Richard Stallman <rms@gnu.org>
24287
24288 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
24289 to Rmail even if not started by a special Rmail command.
24290
24291 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
24292 Copy the buffer currently showing just one message.
24293
24294 2011-06-22 Roland Winkler <winkler@gnu.org>
24295
24296 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
24297 (bibtex-clean-entry): First delete the old key so that a
24298 customized algorithm for generating the new key does not get
24299 confused by the old key.
24300 (bibtex-url): Obey regexp of first step.
24301 (bibtex-search-entries): Do not use add-to-list with local
24302 list-var.
24303
24304 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
24305
24306 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
24307 stored a user name, then query for the password first, instead of
24308 waiting for SMTP to give an error message and the trying again.
24309
24310 2011-06-22 Lawrence Mitchell <wence@gmx.li>
24311
24312 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
24313 BUFFER in call-process.
24314
24315 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
24316
24317 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
24318 QUIT twice.
24319 (smtpmail-try-auth-methods): Require user name and password from
24320 auth-source.
24321
24322 2011-06-22 Martin Rudalics <rudalics@gmx.at>
24323
24324 * window.el (display-buffer-default-specifiers)
24325 (display-buffer-alist): Remove entries for pop-up-frame-alist.
24326 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
24327 (split-window): Normalize SIDE argument (Bug#8916).
24328
24329 * frame.el (pop-up-frame-alist, pop-up-frame-function)
24330 (special-display-frame-alist, special-display-popup-frame):
24331 Remove duplicate declarations. These are now in window.el.
24332
24333 2011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
24334
24335 * mail/smtpmail.el (smtpmail-via-smtp):
24336 Set :use-starttls-if-possible so that we always use STARTTLS if the
24337 server supports it. SMTP servers that support STARTTLS commonly
24338 require it.
24339
24340 * net/network-stream.el (network-stream-open-starttls): Support
24341 upgrading to STARTTLS always, even if we don't have built-in support.
24342 (open-network-stream): Add the :always-query-capabilities keyword.
24343
24344 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
24345 upgrades with `open-network-stream', and rely solely on
24346 auth-source for all credentials. Big changes throughout the file,
24347 but in particular:
24348 (smtpmail-auth-credentials): Remove.
24349 (smtpmail-starttls-credentials): Remove.
24350 (smtpmail-via-smtp): Check for servers saying they want AUTH after
24351 MAIL FROM, too.
24352
24353 * net/network-stream.el (network-stream-open-starttls):
24354 Provide support for client certificates both for external and built-in
24355 STARTTLS.
24356 (auth-source): Require.
24357 (open-network-stream): Document the :client-certificate keyword.
24358 (network-stream-certificate): Change cert-cert to cert and
24359 cert-key to key.
24360
24361 2011-06-21 Michael Albinus <michael.albinus@gmx.de>
24362
24363 * net/tramp-cache.el (top): Don't load the persistency file when
24364 "emacs -Q" has been called.
24365
24366 2011-06-21 Tim Harper <timcharper@gmail.com>
24367
24368 * term/ns-win.el (ns-initialize-window-system):
24369 Set application-specific `ApplePressAndHoldEnabled' system
24370 resource to NO as it is not yet supported by the NS port.
24371
24372 2011-06-21 Juanma Barranquero <lekktu@gmail.com>
24373
24374 * misc.el (list-dynamic-libraries--refresh): Compute header here...
24375 (list-dynamic-libraries): ...not here.
24376
24377 2011-06-21 Leo Liu <sdl.web@gmail.com>
24378
24379 * subr.el (sha1): Implement sha1 using secure-hash.
24380
24381 2011-06-21 Martin Rudalics <rudalics@gmx.at>
24382
24383 * window.el (display-buffer-alist): In default value do not
24384 enforce searching a window on any but the selected frame.
24385 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
24386 (display-buffer-select-window): Remove function.
24387 (display-buffer-in-window): When a window on another frame gets
24388 reused, do not select it any more but just raise its frame if
24389 necessary (Bug#8851) and (Bug#8856).
24390 (display-buffer-normalize-options): Handle pop-up-frames related
24391 options more faithfully.
24392 (pop-to-buffer): Don't rely on `display-buffer' selecting the
24393 window if it is on another frame.
24394 (display-buffer-alist, display-buffer-default-specifiers):
24395 Don't make new frame unsplittable by default.
24396 (display-buffer-normalize-argument): Fix doc-string typo and use
24397 'same-frame-other-window instead of 'other-window when associating
24398 with display-buffer-macro-specifiers.
24399
24400 2011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
24401
24402 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
24403 New functions.
24404 (5x5-mode-map, 5x5-mode-menu): Bind them.
24405 (5x5-draw-grid): Tweak the solver's rendering.
24406
24407 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
24408
24409 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
24410 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
24411
24412 2011-06-21 Drew Adams <drew.adams@oracle.com>
24413
24414 * menu-bar.el: Use function variable instead of switch-to-buffer.
24415 (menu-bar-select-buffer-function): New variable.
24416 (menu-bar-update-buffers): Use it (bug#8876).
24417
24418 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
24419
24420 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
24421 variable's status.
24422
24423 2011-06-20 Jan Djärv <jan.h.d@swipnet.se>
24424
24425 * x-dnd.el (x-dnd-version-from-flags)
24426 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
24427 and long as number (Bug#8899).
24428 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
24429
24430 2011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
24431
24432 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
24433 (completion-try-completion, completion-all-completions): Compute the
24434 metadata argument if it's missing; make it optional (bug#8795).
24435
24436 * wid-edit.el: Use lex-bind and move towards completion-at-point.
24437 (widget-complete): Use new :completion-function property.
24438 (widget-completions-at-point): New function.
24439 (default): Use :completion-function instead of :complete.
24440 (widget-default-completions): Rename from widget-default-complete;
24441 Rewrite.
24442 (widget-string-complete, widget-file-complete, widget-color-complete):
24443 Remove functions.
24444 (file, symbol, function, variable, coding-system, color):
24445 * international/mule-cmds.el (default-input-method, charset)
24446 (language-info-custom-alist):
24447 * cus-edit.el (face): Use new property :completions.
24448
24449 * progmodes/pascal.el (pascal-completions-at-point): New function.
24450 (pascal-mode): Use it.
24451 (pascal-mode-map): Use completion-at-point.
24452 (pascal-toggle-completions): Make obsolete.
24453 (pascal-complete-word, pascal-show-completions):
24454 * progmodes/octave-mod.el (octave-complete-symbol):
24455 Redefine as obsolete alias.
24456 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
24457 Signal absence of completion info for old Octave,
24458 (inferior-octave-complete): Redefine as obsolete alias.
24459 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
24460 (meta-completions-at-point): Rename from meta-complete-symbol and
24461 adapt it for use on completion-at-point-functions.
24462 (meta-common-mode): Use it.
24463 (meta-looking-at-backward, meta-match-buffer): Remove.
24464 (meta-complete-symbol): Redefine as obsolete alias.
24465 (meta-common-mode-map): Use completion-at-point.
24466 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
24467 (makefile-mode-map): Use completion-at-point.
24468 (makefile-completions-at-point): Rename from makefile-complete and
24469 adapt it for use on completion-at-point-functions.
24470 (makefile-mode): Use it.
24471 (makefile-complete): Redefine as obsolete alias.
24472
24473 2011-06-20 Deniz Dogan <deniz@dogan.se>
24474
24475 * net/rcirc.el: Delete trailing whitespaces once and for all.
24476
24477 2011-06-20 Daniel Colascione <dan.colascione@gmail.com>
24478
24479 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
24480
24481 2011-06-19 Chong Yidong <cyd@stupidchicken.com>
24482
24483 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
24484
24485 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
24486
24487 2011-06-19 Martin Rudalics <rudalics@gmx.at>
24488
24489 * window.el (display-buffer-other-window-means-other-frame):
24490 Call display-buffer-normalize-alist.
24491 (display-buffer-normalize-specifiers-1): Rename to
24492 display-buffer-normalize-argument. New argument other-frame.
24493 Rewrite.
24494 (display-buffer-normalize-specifiers-2): Rename to
24495 display-buffer-normalize-options.
24496 (display-buffer-normalize-alist-1): New function.
24497 (display-buffer-normalize-specifiers-3): Rename to
24498 display-buffer-normalize-alist.
24499 Call display-buffer-normalize-alist-1.
24500 (display-buffer-normalize-options-inhibit): New variable.
24501 (display-buffer-normalize-specifiers): Rewrite calling
24502 display-buffer-normalize-alist,
24503 display-buffer-normalize-argument, and
24504 display-buffer-normalize-options. Don't call the latter if
24505 display-buffer-normalize-options-inhibit is non-nil.
24506 (frame-auto-delete): New option.
24507 (window-deletable-p): Use frame-auto-delete.
24508 (window-list-no-nils, window-state-ignored-parameters)
24509 (window-state-get-1, window-state-get, window-state-put-list)
24510 (window-state-put-1, window-state-put-2, window-state-put):
24511 New functions.
24512 (display-buffer-normalize-options): Move special-display-p group
24513 after pop-up-frame group (Bug#8851) and (Bug#8856).
24514
24515 2011-06-18 Chong Yidong <cyd@stupidchicken.com>
24516
24517 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
24518 groups (Bug#8776).
24519 (rx-submatch-n): New function.
24520 (rx): Document it.
24521
24522 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
24523 (Bug#8768).
24524
24525 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
24526
24527 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
24528
24529 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
24530 anytime existing face settings are present (Bug#8889).
24531
24532 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
24533 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
24534 Remove unused argument.
24535
24536 2011-06-18 Martin Rudalics <rudalics@gmx.at>
24537
24538 * window.el (display-buffer-default-specifiers):
24539 Remove pop-up-frame. Add pop-up-window-min-height,
24540 pop-up-window-min-width, and another reuse-window specifier
24541 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
24542 (display-buffer-normalize-specifiers-2):
24543 Handle split-height-threshold and split-width-threshold also when
24544 pop-up-windows is unset. Add a reuse-window specifier for the
24545 case popping up a new window fails.
24546 (special-display-popup-frame): Remove double quoting.
24547 (display-buffer-normalize-specifiers-1): Fix thinko.
24548
24549 2011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
24550
24551 * shell.el (shell-completion-vars): Set pcomplete-termination-string
24552 according to comint-completion-addsuffix.
24553
24554 * pcomplete.el: Convert to lexical binding and fix bug#8819.
24555 (pcomplete-suffix-list): Mark as obsolete.
24556 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
24557 pcomplete-seen in the closure.
24558 (pcomplete-comint-setup): Setup completion-at-point as well.
24559 (pcomplete--entries): New function.
24560 (pcomplete--env-regexp): New var.
24561 (pcomplete-entries): Rewrite to work with partial-completion and
24562 without relying on pcomplete-suffix-list.
24563 (pcomplete-pare-list): Remove, unused.
24564
24565 2011-06-17 Martin Rudalics <rudalics@gmx.at>
24566
24567 * window.el (display-buffer-alist): Set pop-up-window-min-height
24568 and pop-up-window-min-width in default value. Reported by
24569 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
24570 other-window-means-other-frame.
24571 (display-buffer-macro-specifiers): Comment out entry for
24572 other-window specifier.
24573 (display-buffer-other-window-means-other-frame): New function.
24574 (display-buffer-normalize-specifiers-1): New arguments
24575 buffer-name and label. Treat other-window case specially.
24576 (display-buffer-normalize-specifiers-2): Treat other-window case
24577 specially.
24578 (display-buffer-normalize-specifiers-3): New function.
24579 (display-buffer-normalize-specifiers):
24580 Call display-buffer-normalize-specifiers-3.
24581
24582 2011-06-17 Martin Rudalics <rudalics@gmx.at>
24583
24584 * window.el (same-window-p): Fix two typos introduced when
24585 adding with-no-warnings.
24586 (display-buffer-normalize-specifiers-1): Don't check
24587 pop-up-frames for 'unset initialization.
24588 (display-buffer-normalize-specifiers-2): Major rewrite using
24589 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
24590 (pop-up-frames, display-buffer-reuse-frames)
24591 (display-buffer-mark-dedicated): Don't initialize to 'unset.
24592 Suggested by David Engster <deng@randomsample.de>.
24593 (even-window-heights): Initialize to 'unset.
24594 (display-buffer-alist-set): Handle new 'unset initializations.
24595 (display-buffer-macro-specifiers): Don't pop up a new frame in the
24596 other window case.
24597
24598 2011-06-16 Martin Rudalics <rudalics@gmx.at>
24599
24600 * window.el (display-buffer-normalize-specifiers-1):
24601 Respect current value of pop-up-frames for most reasonable values of
24602 second argument of display-buffer (Bug#8865).
24603 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
24604 (switch-to-buffer-other-window-same-frame)
24605 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
24606 Adams (Bug#8875).
24607 (display-buffer): Don't check noninteractive when calling
24608 display-buffer-pop-up-frame.
24609 (display-buffer-pop-up-frame): Never pop up a frame in
24610 noninteractive mode (Bug#8857).
24611 (enlarge-window, shrink-window): Don't report an error when the
24612 window can't be resized as requested (Bug#8862).
24613
24614 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
24615
24616 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
24617
24618 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
24619
24620 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
24621
24622 2011-06-15 Alan Mackenzie <acm@muc.de>
24623
24624 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
24625 for declarators, disable knr checking to speed up for normal files.
24626 2: Refactor, replacing a sequence of nested if forms by a cond form.
24627
24628 2011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
24629
24630 * net/network-stream.el (open-network-stream): Add the keyword
24631 :always-query-capabilities for the case where you want to force a
24632 `plain' network connection, but the protocol still requires the
24633 capabilitiy command (i.e., SMTP and EHLO).
24634
24635 * subr.el (process-live-p): Rename from `process-alive-p' for
24636 consistency with other `-live-p' functions.
24637
24638 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
24639
24640 * window.el (same-window-buffer-names, same-window-regexps)
24641 (special-display-frame-alist, special-display-popup-frame)
24642 (special-display-function, special-display-buffer-names)
24643 (special-display-regexps, pop-up-frame-alist)
24644 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
24645 (pop-up-windows, split-window-preferred-function)
24646 (split-height-threshold, split-width-threshold, even-window-heights)
24647 (display-buffer-mark-dedicated): Don't encourage the use of
24648 display-buffer-alist from Elisp code.
24649
24650 2011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
24651
24652 * progmodes/python.el (python-mode): Derive from prog-mode.
24653 * progmodes/ps-mode.el (ps-mode):
24654 * progmodes/mixal-mode.el (mixal-mode):
24655 * progmodes/cfengine.el (cfengine-mode):
24656 * progmodes/ld-script.el (ld-script-mode): Likewise.
24657
24658 2011-06-15 Martin Rudalics <rudalics@gmx.at>
24659
24660 * window.el (display-buffer-alist): Trim default value to avoid
24661 popping up a new frame (Bug#8857) or reusing an arbitrary window
24662 on another frame.
24663 (display-buffer): Do not fall back on popping up a new frame in
24664 batch mode (Bug#8857).
24665
24666 2011-06-14 Chong Yidong <cyd@stupidchicken.com>
24667
24668 * cus-theme.el (describe-theme-1): Use custom-theme-p.
24669 (custom-theme-summary): New function.
24670 (customize-themes): Use it.
24671
24672 2011-06-13 Glenn Morris <rgm@gnu.org>
24673
24674 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
24675
24676 2011-06-13 Martin Rudalics <rudalics@gmx.at>
24677
24678 * help.el (help-window): Remove variable.
24679 (help-window-point-marker, temp-buffer-max-height)
24680 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
24681 (help-print-return-message): Don't set help-window.
24682 (resize-temp-buffer-window): Rewrite cod eand doc-string.
24683 (help-window-setup-finish): Remove.
24684 (help-window-display-message, help-window-setup)
24685 (with-help-window): Major rewrite based on new
24686 display-buffer-window variable.
24687
24688 * help-mode.el (help-mode-finish): Remove help-window related
24689 code.
24690
24691 * view.el (view-exits-all-viewing-windows): Remove reference to
24692 view-return-to-alist in doc-string.
24693 (view-return-to-alist): Make obsolete.
24694 (view-buffer): Call pop-to-buffer-same-window and remove
24695 undo-window code.
24696 (view-buffer-other-window): Call pop-to-buffer-other-window and
24697 simplify code. Ignore second argument.
24698 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
24699 simplify code. Ignore second argument.
24700 (view-return-to-alist-update): Make obsolete.
24701 (view-mode-enter): Rename second argument to QUIT-RESTORE.
24702 Rewrite using quit-restore window parameters.
24703 (view-mode-exit): Rename second argument to EXIT-ONLY.
24704 Rewrite using quit-restore-window.
24705 (View-exit, View-exit-and-edit, View-leave, View-quit)
24706 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
24707 appropriate arguments.
24708 (view-end-message): Use quit-restore window parameter.
24709
24710 * window.el (display-buffer-function): Rewrite doc-string.
24711 (display-buffer-window, display-buffer-alist): New variables.
24712 (display-buffer-split-specifiers)
24713 (display-buffer-side-specifiers)
24714 (display-buffer-macro-specifiers): New constants.
24715 (display-buffer-even-window-sizes, display-buffer-set-height)
24716 (display-buffer-set-width, display-buffer-select-window)
24717 (display-buffer-in-window, display-buffer-reuse-window)
24718 (display-buffer-split-window-1, display-buffer-split-window)
24719 (display-buffer-split-atom-window, display-buffer-pop-up-window)
24720 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
24721 (display-buffer-in-side-window, normalize-buffer-to-display)
24722 (display-buffer-normalize-specifiers-1)
24723 (display-buffer-normalize-specifiers-2)
24724 (display-buffer-normalize-specifiers, display-buffer-frame):
24725 New functions.
24726 (display-buffer): Major rewrite.
24727 (display-buffer-other-window, display-buffer-other-frame)
24728 (pop-to-buffer, switch-to-buffer-other-window)
24729 (switch-to-buffer-other-frame): Rewrite.
24730 (display-buffer-same-window, display-buffer-same-frame)
24731 (display-buffer-same-frame-other-window)
24732 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
24733 (pop-to-buffer-other-window)
24734 (pop-to-buffer-same-frame-other-window)
24735 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
24736 (switch-to-buffer-other-window-same-frame): New functions.
24737 (same-window-p, special-display-p): Rewrite disabling warnings.
24738 Make obsolete.
24739 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
24740 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
24741 Make obsolete
24742 (same-window-buffer-names, same-window-regexps)
24743 (special-display-frame-alist, special-display-popup-frame)
24744 (special-display-function, special-display-buffer-names)
24745 (special-display-regexps, pop-up-frame-alist)
24746 (pop-up-frame-function, split-window-preferred-function)
24747 (split-height-threshold, split-width-threshold)
24748 (even-window-heights): Make obsolete.
24749
24750 2011-06-12 Glenn Morris <rgm@gnu.org>
24751
24752 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
24753 Misc simplifications.
24754
24755 2011-06-12 Martin Rudalics <rudalics@gmx.at>
24756
24757 * window.el (window-safely-shrinkable-p): Restore function which
24758 was inadvertently removed in change from 2011-06-11. Declare as
24759 obsolete.
24760
24761 * calendar/calendar.el (calendar-generate-window):
24762 Use window-iso-combined-p instead of combination of one-window-p and
24763 window-safely-shrinkable-p.
24764
24765 2011-06-12 Glenn Morris <rgm@gnu.org>
24766
24767 * progmodes/fortran.el (fortran-mode-syntax-table):
24768 * progmodes/f90.el (f90-mode-syntax-table):
24769 Set % to punctuation. (Bug#8820)
24770 (f90-find-tag-default): Remove, no longer needed.
24771
24772 2011-06-12 Daniel Colascione <dan.colascione@gmail.com>
24773
24774 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
24775
24776 2011-06-11 Chong Yidong <cyd@stupidchicken.com>
24777
24778 * image.el (image-animated-p): Return animation delay in seconds.
24779 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
24780 (image-animate-timeout): Remove DELAY argument. Don't assume
24781 every subimage has the same delay; get it from image-animated-p.
24782 (image-animate): Caller changed.
24783
24784 2011-06-11 Michael Albinus <michael.albinus@gmx.de>
24785
24786 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
24787 to ignored backtrace functions.
24788
24789 2011-06-11 Glenn Morris <rgm@gnu.org>
24790
24791 * calendar/appt.el (appt-disp-window-function): Doc fix.
24792 (appt-check): Handle overlapping appointments. (Bug#8337)
24793
24794 2011-06-11 Martin Rudalics <rudalics@gmx.at>
24795
24796 * window.el (window-tree-1, window-tree): New functions, moving
24797 the latter to window.el.
24798 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
24799 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
24800 (bw-refresh-edges): Remove.
24801 (balance-windows-1, balance-windows-2): New functions.
24802 (balance-windows): Rewrite in terms of window tree functions,
24803 balance-windows-1 and balance-windows-2.
24804 (bw-adjust-window): Remove.
24805 (balance-windows-area-adjust): New function with functionality of
24806 bw-adjust-window but using resize-window.
24807 (set-window-text-height): Rewrite doc-string.
24808 Use normalize-live-window and resize-window.
24809 (enlarge-window-horizontally, shrink-window-horizontally):
24810 Rename argument to DELTA.
24811 (window-buffer-height): New function.
24812 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
24813 Rewrite using new window resize routines.
24814 (kill-buffer-and-window, mouse-autoselect-window-select):
24815 Use ignore-errors instead of condition-case.
24816 (quit-window): Call delete-frame instead of delete-windows-on
24817 for the only buffer on frame.
24818
24819 2011-06-10 Martin Rudalics <rudalics@gmx.at>
24820
24821 * loadup.el (top-level): Load window before files for the sake
24822 of replace-buffer-in-windows.
24823
24824 * files.el (read-buffer-to-switch)
24825 (switch-to-buffer-other-window)
24826 (switch-to-buffer-other-frame, display-buffer-other-frame):
24827 Move to window.el.
24828
24829 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
24830 (previous-buffer): Move to window.el.
24831
24832 * bindings.el (unbury-buffer): Move to window.el.
24833
24834 * window.el (delete-other-windows-vertically): Move after
24835 definition of delete-other-windows.
24836 (other-window, delete-windows-on, replace-buffer-in-windows):
24837 Move here from window.c.
24838 (record-window-buffer, unrecord-window-buffer)
24839 (set-window-buffer-start-and-point, switch-to-prev-buffer)
24840 (switch-to-next-buffer): New functions.
24841 (get-next-valid-buffer, last-buffer, next-buffer): Move here
24842 from simple.el. Call switch-to-next-buffer.
24843 (previous-buffer): Move here from simple.el.
24844 Call switch-to-prev-buffer.
24845 (bury-buffer): Move here from buffer.c. Switch to previous
24846 buffer when window cannot be deleted.
24847 (unbury-buffer): Move here from bindings.el.
24848 (ctl-x-map): Move binding for other-window from window.c to
24849 here.
24850 (read-buffer-to-switch, switch-to-buffer-other-window)
24851 (switch-to-buffer-other-frame): Move here from files.el.
24852 (normalize-buffer-to-switch-to): New functions.
24853 (switch-to-buffer): Move here from buffer.c.
24854 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
24855
24856 2011-06-10 Martin Rudalics <rudalics@gmx.at>
24857
24858 * window.el (window-min-height, window-min-width): Move here
24859 from window.c. Add defcustoms and rewrite doc-strings.
24860 (resize-mini-window, resize-window): New functions.
24861 (adjust-window-trailing-edge, enlarge-window, shrink-window):
24862 Move here from window.c.
24863 (maximize-window, minimize-window): New functions.
24864 (delete-window, delete-other-windows, split-window): Move here
24865 from window.c.
24866 (window-split-min-size): New function.
24867 (split-window-keep-point): Mention split-window-above-each-other
24868 instead of split-window-vertically.
24869 (split-window-above-each-other, split-window-vertically):
24870 Rename split-window-vertically to split-window-above-each-other
24871 and provide defalias for old definition.
24872 (split-window-side-by-side, split-window-horizontally):
24873 Rename split-window-horizontally to split-window-side-by-side
24874 and provide defalias for the old definition.
24875 (ctl-x-map): Move bindings for delete-window,
24876 delete-other-windows and enlarge-window here from window.c.
24877 Replace bindings for split-window-vertically and
24878 split-window-horizontally by bindings for
24879 split-window-above-each-other and split-window-side-by-side.
24880
24881 * cus-start.el (all): Remove entries for window-min-height and
24882 window-min-width. Add entries for window-splits and
24883 window-nest.
24884
24885 2011-06-09 Glenn Morris <rgm@gnu.org>
24886
24887 * calendar/appt.el (appt-mode-line): New function.
24888 (appt-check, appt-disp-window): Use it.
24889
24890 * files.el (hack-one-local-variable-eval-safep):
24891 Allow minor-modes with explicit +/-1 arguments.
24892
24893 2011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
24894
24895 * term/xterm.el (xterm): Add defgroup.
24896 (xterm-extra-capabilities): Add defcustom to supply known xterm
24897 capabilities, skip querying them, or query them (default).
24898 (terminal-init-xterm): Use it.
24899 (terminal-init-xterm-modify-other-keys): New function to set up
24900 modifyOtherKeys support to simplify `terminal-init-xterm'.
24901
24902 2011-06-09 Martin Rudalics <rudalics@gmx.at>
24903
24904 * window.el (resize-window-reset, resize-window-reset-1)
24905 (resize-subwindows-skip-p, resize-subwindows-normal)
24906 (resize-subwindows, resize-other-windows, resize-this-window)
24907 (resize-root-window, resize-root-window-vertically)
24908 (window-deletable-p, window-or-subwindow-p)
24909 (frame-root-window-p): New functions.
24910
24911 2011-06-09 Glenn Morris <rgm@gnu.org>
24912
24913 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
24914 (ange-ftp-get-files): Use it.
24915
24916 2011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
24917
24918 * mail/sendmail.el (mail-recover-1, mail-recover):
24919 * files.el (recover-file, recover-session):
24920 Handle dired-listing-switches not being just a single short option.
24921
24922 2011-06-09 Glenn Morris <rgm@gnu.org>
24923
24924 * calendar/appt.el (appt-display-message, appt-disp-window):
24925 Handle lists of appointments.
24926
24927 2011-06-08 Martin Rudalics <rudalics@gmx.at>
24928
24929 * window.el (one-window-p): Move down in code.
24930 Rewrite doc-string.
24931 (window-current-scroll-bars): Rewrite doc-string.
24932 Normalize live window argument.
24933 (walk-windows, get-window-with-predicate, count-windows):
24934 Rewrite doc-string. Use window-list-1.
24935 (window-in-direction-2, window-in-direction, get-mru-window):
24936 New functions.
24937
24938 2011-06-08 Reuben Thomas <rrt@sc3d.org>
24939
24940 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
24941 Doc fix (Bug#8713).
24942
24943 2011-06-08 Chong Yidong <cyd@stupidchicken.com>
24944
24945 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
24946
24947 2011-06-08 Juanma Barranquero <lekktu@gmail.com>
24948
24949 * loadhist.el (unload-feature-special-hooks):
24950 Add `comint-output-filter-functions'.
24951
24952 2011-06-08 Ivan Kanis <gnu@kanis.fr>
24953
24954 * calendar/appt.el (appt-check): Move some initializations into the let.
24955
24956 2011-06-08 Martin Rudalics <rudalics@gmx.at>
24957
24958 * window.el (window-height): Defalias to window-total-height.
24959 (window-width): Defalias to window-body-width.
24960
24961 2011-06-07 Chong Yidong <cyd@stupidchicken.com>
24962
24963 * image-mode.el (image-toggle-animation): New command.
24964 (image-mode-map): Bind it to RET.
24965 (image-mode): Update message.
24966 (image-toggle-display-image): Avoid a spurious cache flush.
24967 (image-transform-rotation): Doc fix.
24968 (image-transform-properties): Return quickly in the normal case.
24969 (image-animate-loop): Rename from image-animate-max-time.
24970
24971 * image.el (image-animate-max-time): Move to image-mode.el.
24972 (create-animated-image): Remove unnecessary function.
24973 (image-animate): Rename from image-animate-start. New arg.
24974 (image-animate-stop): Remove; just use image-animate-timer.
24975 (image-animate-timer): Use car-safe.
24976 (image-animate-timeout): Rename argument.
24977
24978 2011-06-07 Martin Rudalics <rudalics@gmx.at>
24979
24980 * window.el (get-lru-window, get-largest-window): Move here from
24981 window.c. Rename first argument to ALL-FRAMES.
24982 Rephrase doc-strings.
24983 (get-buffer-window-list): Rewrite using window-list-1.
24984 Rephrase doc-string.
24985 (window-safe-min-height, window-safe-min-width): New constants.
24986 (window-size-ignore, window-min-size, window-min-size-1)
24987 (window-sizable, window-sizable-p, window-size-fixed-1)
24988 (window-size-fixed-p, window-min-delta-1, window-min-delta)
24989 (window-max-delta-1, window-max-delta, window-resizable)
24990 (window-resizable-p, window-total-height, window-total-width)
24991 (window-body-width): New functions.
24992 (window-full-height-p, window-full-width-p): Rewrite using
24993 window-total-size.
24994 (window-body-height): Rewrite using window-body-size.
24995
24996 2011-06-06 Martin Rudalics <rudalics@gmx.at>
24997
24998 * window.el (window-right, window-left, window-child)
24999 (window-child-count, window-last-child, window-any-p)
25000 (normalize-live-buffer, normalize-live-frame)
25001 (normalize-any-window, normalize-live-window)
25002 (window-iso-combination-p, window-iso-combined-p)
25003 (window-iso-combinations)
25004 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
25005 (windows-with-parameter, window-with-parameter)
25006 (window-atom-root, make-window-atom, window-atom-check-1)
25007 (window-atom-check, window-side-check, window-check):
25008 New functions.
25009 (ignore-window-parameters, window-sides, window-sides-vertical)
25010 (window-sides-slots): New variables.
25011 (window-size-fixed): Move down in code. Minor doc-string fix.
25012
25013 2011-06-05 Andreas Schwab <schwab@linux-m68k.org>
25014
25015 * comint.el (comint-dynamic-complete-as-filename)
25016 (comint-dynamic-complete-filename): Correctly call
25017 completion-in-region.
25018
25019 2011-06-05 Deniz Dogan <deniz@dogan.se>
25020
25021 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
25022 in last change.
25023
25024 2011-06-05 Deniz Dogan <deniz@dogan.se>
25025
25026 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
25027 (rcirc): Use it to prompt for encryption.
25028
25029 2011-06-05 Roland Winkler <winkler@gnu.org>
25030
25031 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
25032 (bibtex-search-entries): New command bound to C-c C-a.
25033 (bibtex-display-entries): New function.
25034
25035 2011-06-05 Roland Winkler <winkler@gnu.org>
25036
25037 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
25038 (bibtex-insert-kill): After yanking insert newline if necessary.
25039 (bibtex-initialize): Call bibtex-string-files-init only once.
25040 (bibtex-mode): Do not call easy-menu-add.
25041 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
25042 (bibtex-yank): Set arg properly if nil.
25043
25044 2011-06-05 Roland Winkler <winkler@gnu.org>
25045
25046 * textmodes/bibtex.el (bibtex-search-entry-globally):
25047 New variable.
25048 (bibtex-search-entry): Use it.
25049
25050 2011-06-05 Roland Winkler <winkler@gnu.org>
25051
25052 * textmodes/bibtex.el (bibtex-entry-format): New option
25053 sort-fields.
25054 (bibtex-format-entry, bibtex-reformat): Honor this option.
25055 (bibtex-parse-entry): Return fields in proper order.
25056
25057 2011-06-05 Juanma Barranquero <lekktu@gmail.com>
25058
25059 * doc-view.el (doc-view-remove-if): Move computation of result out
25060 of `dolist' to silence misleading lexical-binding warning.
25061
25062 2011-06-04 Chong Yidong <cyd@stupidchicken.com>
25063
25064 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
25065 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
25066
25067 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
25068
25069 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
25070 "SunOS 5.10".
25071
25072 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
25073
25074 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
25075 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
25076 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
25077 (tramp-parse-putty):
25078 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
25079 (tramp-completion-function-alist-ssh)
25080 (tramp-completion-function-alist-telnet)
25081 (tramp-completion-function-alist-su)
25082 (tramp-completion-function-alist-putty): Set `tramp-autoload'
25083 cookie.
25084
25085 * net/tramp-ftp.el:
25086 * net/tramp-sh.el:
25087 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
25088 load "tramp.el" `tramp-set-completion-function'.
25089
25090 2011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
25091
25092 * shell.el: Require and use pcomplete.
25093 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
25094 (shell-completion-vars): Set pcomplete-default-completion-function.
25095
25096 2011-06-04 Deniz Dogan <deniz@dogan.se>
25097
25098 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
25099 `memq' (Bug#8799).
25100
25101 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
25102
25103 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
25104
25105 2011-06-02 Juanma Barranquero <lekktu@gmail.com>
25106
25107 * bs.el (bs--mark-unmark, bs--nth-wrapper):
25108 * mpc.el (mpc-select-extend, mpc-songpointer-context):
25109 * vc/log-view.el (log-view-beginning-of-defun):
25110 * vc/smerge-mode.el (smerge-apply-resolution-patch)
25111 (smerge-refine-forward, smerge-refine-chopup-region):
25112 Silence warning for unused `dotimes' counter variables.
25113
25114 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
25115
25116 * net/tramp.el (tramp-with-progress-reporter): Rename from
25117 with-progress-reporter. Use `declare'.
25118 * net/tramp-smb.el:
25119 * net/tramp-sh.el:
25120 * net/tramp-gvfs.el: Update all uses.
25121
25122 2011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
25123
25124 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
25125 buffer isn't killed before making it current.
25126
25127 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
25128
25129 Silence various byte-compiler warnings.
25130 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
25131 `access-type' and new obsolescence format.
25132 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
25133 new format.
25134 (byte-compile-check-variable): New `access-type' argument.
25135 Only warn if the access-type is obsolete.
25136 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
25137 (byte-compile-variable-set): Adjust callers.
25138 * help-fns.el (describe-variable): Adjust to new obsolescence format.
25139 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
25140 setting it as obsolete.
25141 * simple.el (minibuffer-completing-symbol):
25142 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
25143 access as obsolete.
25144 * minibuffer.el (minibuffer-completing-file-name): Don't make it
25145 obsolete yet.
25146 * international/quail.el (quail-mouse-choose-completion): Remove unused
25147 code referring to obsolete var.
25148 (quail-choose-completion-string): Remove.
25149 * server.el (server-clients-with, server-kill-buffer-query-function)
25150 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
25151 * proced.el (proced-send-signal):
25152 * emacs-lisp/lisp.el (lisp-complete-symbol):
25153 Replace completion-annotate-function with completion-extra-properties.
25154
25155 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
25156
25157 * simple.el (goto-line): Use read-number.
25158 (overriding-map-is-bound): Remove.
25159 (saved-overriding-map): Change default.
25160 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
25161 Take the map as argument.
25162 (universal-argument, negative-argument, digit-argument): Use it.
25163 (restore-overriding-map): Adjust.
25164 (do-auto-fill): Use fill-forward-paragraph.
25165 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
25166
25167 * minibuffer.el (minibuffer-inactive-mode-map): New var.
25168 (minibuffer-inactive-mode): New major mode.
25169 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
25170 the *Messages* buffer" hack.
25171 (mouse-popup-menubar): Don't burp if the event is a normal key.
25172
25173 Miscellaneous tweaks.
25174 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
25175 lexical scoping as in subr.el's dolist and dotimes.
25176 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
25177 Silence compiler warning.
25178 * thingatpt.el (forward-whitespace): Trivial coding style fix.
25179 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
25180 * international/ccl.el (ccl-compile): Trivial simplification.
25181 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
25182 * emacs-lisp/testcover.el (testcover-end): Remove spurious
25183 `printflag' argument.
25184 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
25185 Purecopy the whole obsolescence data.
25186
25187 2011-06-01 Leo Liu <sdl.web@gmail.com>
25188
25189 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
25190 improve doc-string as suggested by Marco Pessotto
25191 <melmothx@gmail.com>.
25192 (rcirc-print): Fix last change.
25193
25194 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
25195
25196 * minibuffer.el (complete-with-action): Return nil for the metadata and
25197 boundaries of non-functional tables.
25198 (completion-table-dynamic): Return nil for the metadata.
25199 (completion-table-with-terminator): Add default case, using
25200 complete-with-action.
25201 (completion--metadata): New function.
25202 (completion-all-sorted-completions, minibuffer-completion-help): Use it
25203 to try and avoid pathological performance problems.
25204 (completion--embedded-envvar-table): Return `category' metadata.
25205
25206 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
25207
25208 * subr.el (process-alive-p): New tiny convenience function.
25209
25210 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
25211
25212 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
25213 content but also its previous major mode.
25214
25215 2011-05-31 Helmut Eller <eller.helmut@gmail.com>
25216
25217 * emacs-lisp/debug.el (debug): Restore the previous content of the
25218 *Backtrace* buffer when we exit with C-M-c.
25219
25220 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
25221
25222 * minibuffer.el: Add metadata method to completion tables.
25223 (completion-category-overrides): New defcustom.
25224 (completion-metadata, completion--field-metadata)
25225 (completion-metadata-get, completion--styles)
25226 (completion--cycle-threshold): New functions.
25227 (completion-try-completion, completion-all-completions):
25228 Add `metadata' argument to choose completion-styles.
25229 (completion--do-completion): Use metadata to choose cycling.
25230 (completion-all-sorted-completions): Use metadata for sorting.
25231 Remove :completion-cycle-penalty which is not needed any more.
25232 (completion--try-word-completion): Add `metadata' argument.
25233 (minibuffer-completion-help): Check metadata for annotation function
25234 and sorting.
25235 (completion-file-name-table): Return `category' metadata.
25236 (minibuffer-completing-file-name): Make obsolete.
25237 * simple.el (minibuffer-completing-symbol): Make obsolete.
25238 * icomplete.el (icomplete-completions): Pass new `metadata' param to
25239 completion-try-completion.
25240
25241 2011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
25242
25243 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
25244
25245 2011-05-30 Leo Liu <sdl.web@gmail.com>
25246
25247 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
25248 (rcirc-print): Decode all incoming messages (bug#8744).
25249 (rcirc-decode-coding-system): Allow value nil for automatic coding
25250 system detection.
25251
25252 2011-06-01 Glenn Morris <rgm@gnu.org>
25253
25254 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
25255
25256 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
25257
25258 * image.el (image-animate-max-time): Allow nil and t values.
25259 Default to nil.
25260 (create-animated-image): Doc fix.
25261 (image-animate-start): Remove second arg; just use
25262 image-animate-max-time.
25263 (image-animate-timeout): Doc fix. Args changed.
25264
25265 * image-mode.el (image-toggle-display-image): Ensure that the
25266 image spec passed to the animate timer is the same object as in
25267 the buffer's display property (Bug#6981).
25268 (image-transform-properties): Doc fix.
25269
25270 * image.el (image-animate-max-time): Default to nil.
25271
25272 2011-05-29 Martin Rudalics <rudalics@gmx.at>
25273
25274 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
25275 entire buffer list (Bug#8184).
25276
25277 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
25278
25279 * image.el (imagemagick-types-inhibit)
25280 (imagemagick-register-types): Doc fix.
25281
25282 2011-05-29 Deniz Dogan <deniz@dogan.se>
25283
25284 * net/rcirc.el (rcirc): Use the user's stored encryption method by
25285 default.
25286
25287 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
25288
25289 * select.el: Don't perform clipboard-manager saving in hooks;
25290 leave the hooks empty.
25291
25292 2011-05-28 Leo Liu <sdl.web@gmail.com>
25293
25294 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
25295 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
25296 (occur-edit-mode): New major mode (Bug#8463).
25297 (occur-after-change-function): New function.
25298 (occur-engine): Give Occur tags a read-only property.
25299
25300 2011-05-28 Kevin Ryde <user42@zip.com.au>
25301
25302 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
25303
25304 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
25305
25306 * bindings.el (help-echo): Make the initial non-indicator dash
25307 empty on graphical terminals (Bug#7295).
25308
25309 * files.el (auto-mode-alist): Move config rule after the
25310 in-stripping one (Bug#8547).
25311
25312 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
25313
25314 * startup.el (normal-splash-screen): Remove gratuitous mode-line
25315 setting (Bug#8740).
25316
25317 2011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
25318
25319 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
25320 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
25321 (Bug#8539).
25322
25323 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
25324
25325 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
25326
25327 2011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
25328
25329 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
25330 (hs-hide-block-at-point, hs-find-block-beginning)
25331 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
25332 (Bug#8279).
25333
25334 2011-05-28 Glenn Morris <rgm@gnu.org>
25335
25336 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
25337
25338 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
25339
25340 * help-fns.el (describe-function-1): If the function is a derived
25341 major mode, print the parent mode.
25342
25343 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
25344 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
25345
25346 2011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
25347
25348 * minibuffer.el (completion--capf-wrapper): Check applicability before
25349 returning non-nil for non-exclusive completion data.
25350 * progmodes/etags.el (tags-completion-at-point-function):
25351 * info-look.el (info-lookup-completions-at-point): Mark as
25352 non-exclusive.
25353 (info-complete): Adjust accordingly.
25354
25355 * info-look.el: Convert to lexical-binding and completion-at-point.
25356 (info-lookup-completions-at-point): New function.
25357 (info-complete): Use it and completion-in-region.
25358
25359 2011-05-28 Drew Adams <drew.adams@oracle.com>
25360
25361 * isearch.el: Let M-e start with point at the first mismatched char.
25362 (isearch-fail-pos): New function.
25363 (isearch-edit-string): Use it.
25364
25365 2011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
25366
25367 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
25368
25369 2011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
25370
25371 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
25372 traversal functions for avl-trees.
25373 (avl-tree--stack): New struct.
25374 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
25375 (avl-tree-enter): Add optional `updatefun' arg.
25376 (avl-tree--do-enter): Add optional `updatefun' arg.
25377 Change return value.
25378 (avl-tree-delete): Add optional `test' and `nilflag' args.
25379 (avl-tree--do-delete): Add `test' and `nilflag' args.
25380 Change return value.
25381 (avl-tree-member): Add optional `nilflag'
25382 (avl-tree-member-p): New function.
25383 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
25384 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
25385 (avl-tree-stack-empty-p): New functions.
25386
25387 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
25388 avl-tree--del-balance1 and make it work both ways.
25389 (avl-tree--del-balance2): Remove.
25390 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
25391 make it work both ways.
25392 (avl-tree--enter-balance2): Remove.
25393 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
25394 New macros.
25395 (avl-tree--mapc, avl-tree-map): Add direction argument.
25396
25397 2011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
25398
25399 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
25400
25401 2011-05-27 Chong Yidong <cyd@stupidchicken.com>
25402
25403 * select.el: Support clipboard managers with built-in function
25404 x-clipboard-manager-save, via delete-frame-functions and
25405 kill-emacs-hook.
25406 (xselect-convert-to-targets): Add MULTIPLE target to list.
25407 (xselect-convert-to-save-targets): New function.
25408
25409 2011-05-27 Kenichi Handa <handa@m17n.org>
25410
25411 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
25412 let-binding rfc2047-encode-encoded-words to nil.
25413
25414 2011-05-27 Glenn Morris <rgm@gnu.org>
25415
25416 * mail/emacsbug.el: Don't require url-util.
25417
25418 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
25419
25420 * files.el (set-auto-mode):
25421 Also respect mode: entries at the end of the file. (Bug#8586)
25422
25423 2011-05-26 Glenn Morris <rgm@gnu.org>
25424
25425 * files.el (hack-local-variables-prop-line, hack-local-variables):
25426 Downcase mode names, as seems to be traditional.
25427 (hack-local-variables, hack-local-variables-apply): Doc fixes.
25428
25429 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
25430 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
25431
25432 2011-05-25 Julien Danjou <julien@danjou.info>
25433
25434 * textmodes/rst.el (rst-define-level-faces): Do not define face
25435 symbol if it is already defined.
25436
25437 2011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
25438
25439 * play/5x5.el (5x5-new-game, 5x5-randomize):
25440 Reset 5x5-solver-output to nil when a new grid is cast.
25441 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
25442 these debugging traces, as defmacro breaks the compiled code.
25443
25444 2011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
25445
25446 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
25447
25448 2011-05-24 Leo Liu <sdl.web@gmail.com>
25449
25450 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
25451 (vc-bzr-sha1): Adapt.
25452
25453 * sha1.el: Remove. Function `sha1' is now builtin.
25454
25455 * bindings.el: Provide sha1 feature.
25456
25457 2011-05-24 Kenichi Handa <handa@m17n.org>
25458
25459 * mail/sendmail.el: Require `rfc2047'.
25460 (mail-insert-from-field): Do not perform RFC2047 encoding.
25461 (mail-encode-header): New function.
25462 (sendmail-send-it): Set buffer-file-coding-system of the work
25463 buffer to the return value of select-message-coding-system.
25464 Call mail-encode-header.
25465
25466 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
25467
25468 2011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
25469
25470 * mail/supercite.el (sc-default-cite-frame):
25471 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
25472
25473 2011-05-24 Glenn Morris <rgm@gnu.org>
25474
25475 * progmodes/python.el (brm-menu): Declare.
25476
25477 * emulation/viper.el (viper-set-hooks): Declare.
25478
25479 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
25480 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
25481 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
25482 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
25483 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
25484 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
25485
25486 2011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
25487
25488 Add an :exit-function for completion-at-point.
25489
25490 * minibuffer.el (completion--done): New fun.
25491 (completion--do-completion): Use it. New arg `expect-exact'.
25492 (minibuffer-complete, minibuffer-complete-word): Don't output message,
25493 since completion--do-completion does it for us now.
25494 (minibuffer-force-complete): Use completion--done and
25495 completion--replace. Handle sole-completion case with more care.
25496 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
25497 (completion-extra-properties): New var.
25498 (completion-annotate-function): Make obsolete.
25499 (minibuffer-completion-help): Adjust accordingly.
25500 Use completion-list-insert-choice-function.
25501 (completion-at-point, completion-help-at-point):
25502 Bind completion-extra-properties.
25503 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
25504 * simple.el (completion-list-insert-choice-function): New var.
25505 (completion-setup-function): Preserve it.
25506 (choose-completion): Pay attention to it, shuffle the code a bit.
25507 (choose-completion-string): New arg `insert-function'.
25508
25509 * textmodes/bibtex.el: Convert to lexical binding.
25510 (bibtex-mode-map): Use completion-at-point.
25511 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
25512 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
25513 (bibtex-complete): Define as obsolete alias.
25514 (bibtex-complete-internal): Remove.
25515 (bibtex-format-entry): Remove unused sub-group in regexp.
25516 * shell.el (shell--command-completion-data)
25517 (shell-environment-variable-completion):
25518 * pcomplete.el (pcomplete-completions-at-point):
25519 * comint.el (comint--complete-file-name-data): Use :exit-function
25520 instead of completion-table-with-terminator so it also works for
25521 choose-completion.
25522
25523 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
25524
25525 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
25526
25527 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
25528 (bug#8710).
25529
25530 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
25531
25532 2011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
25533
25534 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
25535 customization variable and implement: If non-nil, auto-fill will
25536 be inhibited while on topic's header line.
25537
25538 2011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
25539
25540 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
25541 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
25542 always have a solution in grid size = 5 cases.
25543 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
25544 (5x5-solver-output, 5x5-log-buffer): New vars.
25545 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
25546 Make these variables buffer local to achieve 5x5 multi-session-ness.
25547 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
25548 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
25549 (5x5-solve-suggest): New funs.
25550 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
25551 randomize a grid so that we ensure that there is always a solution.
25552 (5x5-make-random-grid): Allow other movement than flipping.
25553
25554 2011-05-23 Kevin Ryde <user42@zip.com.au>
25555
25556 * emacs-lisp/advice.el (ad-read-advised-function):
25557 Use `function-called-at-point' as the default, if it has
25558 advice and passes PREDICATE.
25559
25560 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
25561
25562 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
25563 byte-compile-lambda if it's actually a lambda.
25564
25565 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
25566 Fix function quoting. Use backquote better.
25567
25568 2011-05-22 Yuanle Song <sylecn@gmail.com>
25569
25570 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
25571 matching (Bug#8516).
25572
25573 2011-05-22 Jari Aalto <jari.aalto@cante.net>
25574
25575 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
25576 different face (Bug#8178).
25577
25578 2011-05-22 Chong Yidong <cyd@stupidchicken.com>
25579
25580 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
25581 defface (Bug#8144).
25582
25583 2011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
25584
25585 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
25586 funcall as well (bug#8712). Warn when performing those conversions.
25587 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
25588
25589 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
25590
25591 2011-05-22 Glenn Morris <rgm@gnu.org>
25592
25593 * files.el (hack-local-variables-prop-line): Small simplifications.
25594 (hack-local-variables, hack-local-variables-prop-line):
25595 If MODE-ONLY, return the mode, rather than just `t'.
25596
25597 2011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
25598
25599 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
25600
25601 2011-05-21 Glenn Morris <rgm@gnu.org>
25602
25603 * files.el (hack-local-variables-prop-line, hack-local-variables):
25604 If only interested in the mode, don't bother doing the other stuff.
25605
25606 * image-mode.el (image-after-revert-hook):
25607 Redraw all frames on which the image is visible. (Bug#8567)
25608
25609 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
25610
25611 * wid-edit.el (widget-checklist-match-inline):
25612 Fix 2011-04-19 change. (Bug#8649)
25613
25614 2011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
25615
25616 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
25617 Also allow singlespace after single-letter capitals followed by a dot.
25618
25619 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
25620 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
25621
25622 2011-05-20 Nix <nix@esperi.org.uk>
25623
25624 * files.el (basic-save-buffer-2):
25625 Fix handling of break-hardlink-on-save with non-existent files.
25626
25627 2011-05-19 Deniz Dogan <deniz@dogan.se>
25628
25629 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
25630 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
25631
25632 2011-05-19 Glenn Morris <rgm@gnu.org>
25633
25634 * progmodes/f90.el (f90-type-def-re):
25635 Handle "type, bind(c)". (Bug#8691)
25636
25637 * emacs-lisp/autoload.el (batch-update-autoloads):
25638 Set autoload-excludes by parsing loadup.el rather than Makefiles.
25639
25640 2011-05-18 Michael Albinus <michael.albinus@gmx.de>
25641
25642 * net/tramp.el (tramp-process-actions): Set "first-password-request"
25643 property for the correct connection in case of multihops.
25644
25645 2011-05-18 Glenn Morris <rgm@gnu.org>
25646
25647 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
25648 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
25649
25650 Rationalize calendar handling of day and month abbrev-arrays.
25651 * calendar/calendar.el (calendar-customized-p): New function.
25652 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
25653 (calendar-day-name-array, calendar-month-name-array): Doc fix.
25654 Add :set function.
25655 (calendar-abbrev-length, calendar-day-abbrev-array)
25656 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
25657 (calendar-day-abbrev-array, calendar-month-abbrev-array):
25658 Elements may no longer be nil.
25659 (calendar-day-name, calendar-month-name):
25660 Update for changed nature of abbrev arrays.
25661 * calendar/diary-lib.el (diary-name-pattern):
25662 Update for changed nature of abbrev arrays.
25663 (diary-mark-entries-1): Update calendar-make-alist calls.
25664 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
25665 * calendar/cal-html.el (cal-html-day-abbrev-array):
25666 Simply inherit from calendar-day-abbrev-array.
25667
25668 2011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
25669
25670 * progmodes/grep.el (grep-mode): Disable default
25671 compilation-directory-matcher setting (bug#8684).
25672
25673 2011-05-17 Michael Albinus <michael.albinus@gmx.de>
25674
25675 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
25676 instead of "head" and "tail". There were problems with SunOS 5.9,
25677 and it performs better.
25678
25679 2011-05-17 Glenn Morris <rgm@gnu.org>
25680
25681 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
25682
25683 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
25684 Replace obsolete function.
25685
25686 * shell.el (pcomplete-parse-arguments-function): Declare.
25687
25688 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
25689 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
25690 (appt-check): Doc fixes.
25691 (appt-disp-window-function, appt-delete-window-function):
25692 Remove needless special case in custom :type.
25693 (appt-display-count): Default to 0, not nil.
25694 (appt-check): Reset appt-display-count to 0, not nil.
25695
25696 2011-05-17 Juanma Barranquero <lekktu@gmail.com>
25697
25698 * progmodes/python.el (python-font-lock-keywords):
25699 Add the Python 3.X keyword "nonlocal" (bug#8639).
25700
25701 2011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
25702
25703 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
25704
25705 2011-05-16 Kevin Ryde <user42@zip.com.au>
25706
25707 * info-look.el (makefile-automake-mode): New setups, looking in
25708 automake manual, then makefile-mode.
25709 (makefile-mode): Remove automake manual, have it just in
25710 makefile-automake-mode since there's various things different or
25711 not relevant to plain make.
25712 (makefile-mode): Remove "other-modes" non-existent automake-mode,
25713 believe a hypothetical automake-mode would go to makefile-mode,
25714 not the other way around.
25715
25716 2011-05-15 Chong Yidong <cyd@stupidchicken.com>
25717
25718 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
25719 hunk-end tags (Bug#8672).
25720
25721 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
25722 vc-annotate-show-diff-revision-at-line (Bug#8671).
25723
25724 2011-05-14 Glenn Morris <rgm@gnu.org>
25725
25726 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
25727 in the middle of an existing one with multiple authors. (Bug#8645)
25728 (change-log-font-lock-keywords): Also handle multiple author lines
25729 with leading tabs. (Bug#8644)
25730
25731 * calendar/appt.el (appt-check): Rename some local variables.
25732 Some simplification/reordering.
25733
25734 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
25735 (feedmail-sendmail-f-doesnt-sell-me-out)
25736 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
25737 (feedmail-debug-sit-for, feedmail-queue-express-hook)
25738 (feedmail-queue-runner-message-sender): Set :version.
25739 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
25740 (bbdb-dwim-net-address, vm-mail): Declare.
25741 (feedmail-binmail-gnulinuxish-template):
25742 Rename from feedmail-binmail-linuxish-template.
25743 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
25744 Use insert-buffer-substring.
25745
25746 2011-05-14 Bill Carpenter <bill@carpenter.org>
25747
25748 * mail/feedmail.el (feedmail-patch-level): Increase.
25749 (feedmail-debug): New custom group.
25750 (feedmail-confirm-outgoing-timeout)
25751 (feedmail-sendmail-f-doesnt-sell-me-out)
25752 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
25753 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
25754 (feedmail-sender-line, feedmail-from-line)
25755 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
25756 (feedmail-spray-this-address)
25757 (feedmail-spray-address-fiddle-plex-list)
25758 (feedmail-queue-use-send-time-for-date)
25759 (feedmail-queue-use-send-time-for-message-id)
25760 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
25761 (feedmail-buffer-eating-function):
25762 Doc fixes.
25763 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
25764 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
25765 (feedmail-message-action-scroll-down): New functions.
25766 (feedmail-queue-directory, feedmail-queue-draft-directory):
25767 Use expand-file-name.
25768 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
25769 Remove C-v help entry.
25770 (feedmail-queue-buffer-file-name): New variable.
25771 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
25772 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
25773 (feedmail-message-action-send-strong, feedmail-message-action-edit)
25774 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
25775 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
25776 (feedmail-message-action-toggle-spray)
25777 (feedmail-run-the-queue-no-prompts)
25778 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
25779 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
25780 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
25781 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
25782 (feedmail-envelope-deducer, feedmail-fiddle-from)
25783 (feedmail-fiddle-sender, feedmail-default-date-generator)
25784 (feedmail-fiddle-date, feedmail-fiddle-message-id)
25785 (feedmail-fiddle-spray-address)
25786 (feedmail-fiddle-list-of-spray-fiddle-plexes)
25787 (feedmail-fiddle-list-of-fiddle-plexes)
25788 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
25789 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
25790 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
25791 Change default. Doc fix.
25792 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
25793 (feedmail-binmail-linuxish-template): New constant.
25794 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
25795 Respect feedmail-sendmail-f-doesnt-sell-me-out.
25796 (feedmail-send-it): Add debug call.
25797 Use feedmail-queue-buffer-file-name, and
25798 feedmail-send-it-immediately-wrapper.
25799 (feedmail-message-action-send): Add debug call.
25800 Use feedmail-send-it-immediately-wrapper.
25801 (feedmail-queue-express-to-queue): Add debug call.
25802 Run feedmail-queue-express-hook.
25803 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
25804 (feedmail-message-action-help-blat):
25805 Rename from feedmail-queue-send-edit-prompt-help-first.
25806 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
25807 Check line-endings. Handle errors better.
25808 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
25809 Doc fix. Add debug call.
25810 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
25811 Use feedmail-queue-send-edit-prompt-inner.
25812 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
25813 (feedmail-queue-send-edit-prompt-inner): New function, extracted
25814 from feedmail-queue-send-edit-prompt.
25815 (feedmail-queue-send-edit-prompt-help)
25816 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
25817 (feedmail-tidy-up-slug): Add debug call.
25818 Respect feedmail-queue-slug-suspect-regexp.
25819 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
25820 (feedmail-dump-message-to-queue): Add debug call.
25821 Expand queue-directory.
25822 (feedmail-dump-message-to-queue): Change message slightly.
25823 Use feedmail-say-chatter.
25824 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
25825 (feedmail-send-it-immediately-wrapper): New function.
25826 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
25827 Insert empty string rather than newline. Handle full-frame case.
25828 Use catch/throw. Use feedmail-say-chatter.
25829 (feedmail-fiddle-from): Try mail-host-address.
25830 (feedmail-default-message-id-generator): Doc fix.
25831 Bind system-time-locale. Handle missing end.
25832 (feedmail-fiddle-x-mailer): Add debug call.
25833 Handle feedmail-x-mailer-line being nil.
25834 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
25835 Add debug call. Use buffer-substring-no-properties.
25836 (feedmail-say-debug, feedmail-say-chatter): New functions.
25837 (feedmail-find-eoh): Give an explicit error.
25838
25839 2011-05-13 Ulf Jasper <ulf.jasper@web.de>
25840
25841 * net/newst-treeview.el (newsticker-treeview-face): Change default
25842 family from helvetica to sans.
25843 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
25844 etc/images/newsticker.
25845
25846 * net/newst-reader.el (newsticker-feed-face): Change default
25847 family from helvetica to sans.
25848
25849 * net/newst-plainview.el (newsticker-new-item-face)
25850 (newsticker-old-item-face, newsticker-immortal-item-face)
25851 (newsticker-obsolete-item-face, newsticker-date-face)
25852 (newsticker-statistics-face): Change default family from
25853 helvetica to sans.
25854 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
25855 etc/images/newsticker.
25856
25857 * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
25858 (newsticker--process-auto-mark-filter-match): Tell user about
25859 auto-marking.
25860
25861 2011-05-13 Didier Verna <didier@xemacs.org>
25862
25863 Common Lisp indentation improvements on defmethod and lambda-lists.
25864 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
25865 TODO entries.
25866 (lisp-lambda-list-keyword-parameter-indentation)
25867 (lisp-lambda-list-keyword-parameter-alignment)
25868 (lisp-lambda-list-keyword-alignment): New customizable user options.
25869 (lisp-indent-defun-method): Improve docstring.
25870 (extended-loop-p): Fix comment.
25871 (lisp-indent-lambda-list-keywords-regexp): New variable.
25872 (lisp-indent-lambda-list): New function.
25873 (lisp-indent-259): Use it.
25874 (lisp-indent-defmethod): Support for more than one
25875 method qualifier and properly indent methods lambda-lists.
25876 (defgeneric): Provide a missing common-lisp-indent-function property.
25877
25878 2011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
25879
25880 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
25881 bounds for the empty string (bug#8667).
25882
25883 2011-05-13 Glenn Morris <rgm@gnu.org>
25884
25885 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
25886
25887 * mail/sendmail.el (sendmail-program): Try executable-find first.
25888 (sendmail-send-it): `sendmail-program' cannot be unbound.
25889
25890 * calendar/appt.el (appt-make-list): Simplify.
25891 (appt-time-msg-list): Doc fix.
25892 (appt-check): Change mode-line message at the time of the appointment.
25893
25894 2011-05-12 Andreas Schwab <schwab@linux-m68k.org>
25895
25896 * progmodes/ld-script.el (ld-script-keywords)
25897 (ld-script-builtins): Update keywords list.
25898
25899 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
25900
25901 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
25902
25903 * shell.el (shell-completion-vars): New function.
25904 (shell-mode):
25905 * simple.el (read-shell-command): Use it.
25906 (blink-matching-open): No need for " [...]" in minibuffer-message.
25907
25908 2011-05-12 Glenn Morris <rgm@gnu.org>
25909
25910 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
25911 (appt-check): Simplify.
25912
25913 2011-05-12 Eli Zaretskii <eliz@gnu.org>
25914
25915 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
25916 literal "/dev/null".
25917
25918 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
25919
25920 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
25921 Fix typo.
25922
25923 2011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
25924
25925 * progmodes/which-func.el (which-function):
25926 Use add-log-current-defun instead of add-log-current-defun-function,
25927 which might not be defined (Bug#8260).
25928
25929 2011-05-12 Glenn Morris <rgm@gnu.org>
25930
25931 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
25932 Let byte-compile-initial-macro-environment always take precedence.
25933
25934 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
25935
25936 * net/rcirc.el: Add support for SSL/TLS connections.
25937 (rcirc-server-alist): New field `encryption'.
25938 (rcirc): Check `encryption' settings.
25939 (rcirc-connect): New arg `encryption'. Use open-network-stream.
25940 Merge make-local-variable into `set'.
25941 (rcirc--connection-open-p): New function.
25942 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
25943 the process is not a network process (e.g. running gnutls-cli).
25944 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
25945 Make rcirc-(en|de)code-coding-system local here.
25946 (rcirc-mode): Merge make-local-variable into `set'.
25947 (rcirc-parent-buffer): Make permanent buffer-local.
25948 (rcirc-multiline-minor-mode): Don't do it here.
25949 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
25950 there's no server buffer.
25951
25952 2011-05-11 Glenn Morris <rgm@gnu.org>
25953
25954 * newcomment.el (comment-kill): Prefix "unused" local.
25955
25956 * term/w32console.el (get-screen-color): Declare.
25957
25958 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
25959 Handle symbol elements of byte-compile-initial-macro-environment.
25960
25961 2011-05-10 Leo Liu <sdl.web@gmail.com>
25962
25963 * bookmark.el (bookmark-bmenu-mode-map):
25964 Bind bookmark-bmenu-search to `/'.
25965
25966 * mail/footnote.el: Convert to utf-8 encoding.
25967 (footnote-unicode-string, footnote-unicode-regexp): New variable.
25968 (Footnote-unicode): New function.
25969 (footnote-style-alist): Add unicode style to the list.
25970 (footnote-style): Doc fix.
25971
25972 2011-05-10 Jim Meyering <meyering@redhat.com>
25973
25974 Fix doubled-word typos.
25975 * international/quail.el (quail-insert-kbd-layout): and and -> and
25976 * kermit.el: and and -> and
25977 * net/ldap.el (ldap-search-internal): to to -> to
25978 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
25979 * progmodes/js.el (js-mode): and and -> and
25980 * textmodes/artist.el (artist-move-to-xy): at at -> at
25981 (artist-draw-region-trim-line-endings): if if -> if
25982 And Safetyc -> Safety.
25983 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
25984
25985 2011-05-10 Glenn Morris <rgm@gnu.org>
25986 Stefan Monnier <monnier@iro.umontreal.ca>
25987
25988 * files.el (hack-one-local-variable-eval-safep):
25989 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
25990
25991 2011-05-10 Glenn Morris <rgm@gnu.org>
25992
25993 * calendar/diary-lib.el (diary-list-entries-hook)
25994 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
25995 (diary-nongregorian-marking-hook, diary-list-entries)
25996 (diary-include-other-diary-files, diary-mark-entries)
25997 (diary-mark-included-diary-files): Doc fixes.
25998
25999 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
26000
26001 * misc.el: Require tabulated-list.el during compilation.
26002
26003 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
26004
26005 * progmodes/compile.el (compilation-start):
26006 Run compilation-filter-hook for the async case too.
26007 (compilation-filter-hook): Doc fix.
26008
26009 2011-05-09 Deniz Dogan <deniz@dogan.se>
26010
26011 * wdired.el: Remove outdated installation comment. Fix usage
26012 comment.
26013
26014 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
26015
26016 * misc.el: Implement new command `list-dynamic-libraries'.
26017 (list-dynamic-libraries--loaded-only-p): New variable.
26018 (list-dynamic-libraries--refresh): New function.
26019 (list-dynamic-libraries): New command.
26020
26021 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
26022
26023 * progmodes/compile.el (compilation-error-regexp-alist-alist):
26024 Fix the ant regexp to handle end-line and end-column info from jikes.
26025 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
26026 higher priority to avoid clobbering by gnu.
26027
26028 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
26029
26030 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
26031 if the face has existing theme settings (Bug#8454).
26032
26033 2011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
26034
26035 * progmodes/perl-mode.el (perl-imenu-generic-expression):
26036 Only match variables declared via `my' or `our' (Bug#8261).
26037
26038 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
26039 special file names `.' and `..' (Bug#8259).
26040
26041 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
26042
26043 * progmodes/grep.el (grep-mode-font-lock-keywords):
26044 Remove buffer-changing entries.
26045 (grep-filter): New function.
26046 (grep-mode): Add it to compilation-filter-hook.
26047
26048 * progmodes/compile.el (compilation-filter-hook)
26049 (compilation-filter-start): New defvars.
26050 (compilation-filter): Call compilation-filter-hook prior to
26051 updating the process mark.
26052
26053 2011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
26054
26055 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
26056
26057 2011-05-07 Eli Zaretskii <eliz@gnu.org>
26058
26059 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
26060 mailclient-send-it even if window-system is nil. (Bug#8595)
26061
26062 * term/w32console.el (terminal-init-w32console):
26063 Call get-screen-color and use its output to set the frame
26064 background-mode. (Bug#8597)
26065
26066 2011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
26067
26068 Make bytecomp.el understand that defmethod defines funs (bug#8631).
26069 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
26070 New functions.
26071 (defgeneric, eieio--defmethod): Use them.
26072 (eieio-defgeneric): Remove.
26073 (defmethod): Call defgeneric in a way visible to the byte-compiler.
26074
26075 2011-05-07 Glenn Morris <rgm@gnu.org>
26076
26077 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
26078 Use let rather than let*.
26079 (timeclock-find-discrep): Remove unused local.
26080
26081 * calendar/diary-lib.el (diary-comment-start): Doc fix.
26082
26083 * calendar/appt.el (appt-time-msg-list): Doc fix.
26084
26085 2011-05-06 Noah Friedman <friedman@splode.com>
26086
26087 * apropos.el (apropos-print-doc): Only use
26088 emacs-lisp-docstring-fill-column when it is bound to an integer,
26089 per that variable's documentation.
26090
26091 2011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
26092
26093 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
26094 and warnings are not silently discarded (e.g. use -d instead of -P).
26095
26096 2011-05-06 Glenn Morris <rgm@gnu.org>
26097
26098 * calendar/appt.el (appt-message-warning-time): Doc fix.
26099 (appt-warning-time-regexp): New option.
26100 (appt-make-list): Respect appt-message-warning-time.
26101
26102 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
26103 New options.
26104 (diary-add-to-list): Strip comments from the displayed string.
26105 (diary-mode): Set comment-start and comment-end.
26106
26107 * vc/diff-mode.el (smerge-refine-subst): Declare.
26108 (diff-refine-hunk): Don't require smerge-mode when compiling.
26109
26110 2011-05-06 Juanma Barranquero <lekktu@gmail.com>
26111
26112 * simple.el (list-processes): Return nil as the docstring says.
26113
26114 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
26115
26116 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
26117 to "".
26118 (ange-ftp-write-region, ange-ftp-insert-file-contents)
26119 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
26120 determining of binary transfer. (Bug#7383)
26121
26122 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
26123
26124 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
26125 Fix port computation bug. (Bug#8618)
26126
26127 2011-05-05 Glenn Morris <rgm@gnu.org>
26128
26129 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
26130
26131 * simple.el (shell-dynamic-complete-functions)
26132 (comint-dynamic-complete-functions): Declare.
26133
26134 * net/network-stream.el (gnutls-negotiate):
26135 * simple.el (tabulated-list-print): Fix declarations.
26136
26137 * progmodes/gud.el (syntax-symbol, syntax-point):
26138 Remove unnecessary and incorrect declarations.
26139
26140 * emacs-lisp/check-declare.el (check-declare-scan):
26141 Handle byte-compile-initial-macro-environment in bytecomp.el.
26142
26143 2011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
26144
26145 Fix earlier half-done eieio-defmethod change (bug#8338).
26146 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
26147 Streamline and change calling convention.
26148 (defmethod): Adjust accordingly and simplify.
26149 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
26150 new eieio--defmethod.
26151 (slot-boundp): Minor CSE simplification.
26152
26153 2011-05-05 Milan Zamazal <pdm@zamazal.org>
26154
26155 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
26156 (glasses-make-readable): Use glasses-separate-capital-groups.
26157
26158 2011-05-05 Juanma Barranquero <lekktu@gmail.com>
26159
26160 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
26161 (warning-series): Doc fix.
26162 (display-warning): Don't try to create the buffer if we just found it.
26163
26164 2011-05-04 Chong Yidong <cyd@stupidchicken.com>
26165
26166 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
26167 (autoload-find-generated-file): New function.
26168 (generate-file-autoloads): Bind generated-autoload-file to
26169 buffer-file-name.
26170 (update-file-autoloads, update-directory-autoloads):
26171 Use autoload-find-generated-file. If called interactively, prompt for
26172 output file (Bug#7989).
26173 (batch-update-autoloads): Doc fix.
26174
26175 2011-05-04 Juanma Barranquero <lekktu@gmail.com>
26176
26177 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
26178
26179 2011-05-04 Glenn Morris <rgm@gnu.org>
26180
26181 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
26182 function, so it follows changes in calendar-date-style.
26183 (diary-fancy-date-matcher): New function.
26184 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
26185 (diary-fancy-font-lock-fontify-region-function):
26186 Use diary-fancy-date-pattern as a function.
26187
26188 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
26189 non-numbers for `year' etc pseudo-variables. (Bug#8583)
26190
26191 2011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
26192
26193 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
26194 instead of positional arguments. Allow :keylist and :crlfiles
26195 arguments.
26196 (open-gnutls-stream): Call it.
26197
26198 * net/network-stream.el (network-stream-open-starttls): Adjust to
26199 call `gnutls-negotiate' with :process and :hostname arguments.
26200
26201 2011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
26202
26203 * minibuffer.el (completion--message): New function.
26204 (completion--do-completion, minibuffer-complete)
26205 (minibuffer-force-complete, minibuffer-complete-word): Use it.
26206 (completion--do-completion): Don't ignore completion-auto-help when in
26207 icomplete-mode.
26208
26209 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
26210 internal encoding (e.g. tibetan zero is not whitespace).
26211 (global-whitespace-mode): Prefer save-current-buffer.
26212 (whitespace-trailing-regexp): Remove useless save-match-data.
26213 (whitespace-empty-at-bob-regexp): Minor simplification.
26214
26215 2011-05-03 Chong Yidong <cyd@stupidchicken.com>
26216
26217 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
26218
26219 2011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
26220
26221 * textmodes/ispell.el (ispell-add-per-file-word-list):
26222 Use `concat' to create string for insertion.
26223
26224 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
26225
26226 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
26227 Avoid open-line which runs post-self-insert-hook.
26228 (bibtex-fill-entry): Remove unused `end' var.
26229
26230 2011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
26231
26232 * textmodes/ispell.el (ispell-add-per-file-word-list):
26233 Protect against `nil' value of `comment-start' (Bug#8579).
26234
26235 2011-05-03 Leo Liu <sdl.web@gmail.com>
26236
26237 * isearch.el (isearch-yank-pop): New command.
26238 (isearch-mode-map): Bind it to `M-y'.
26239 (isearch-forward): Mention it.
26240
26241 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
26242
26243 * simple.el (minibuffer-complete-shell-command): Remove.
26244 (minibuffer-local-shell-command-map): Use completion-at-point.
26245 (read-shell-command): Setup completion vars here instead.
26246 (read-expression-map): Bind TAB to symbol completion.
26247
26248 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
26249 error directly rather via storing it into `results'.
26250
26251 2011-05-02 Leo Liu <sdl.web@gmail.com>
26252
26253 * vc/diff.el: Fix description.
26254
26255 2011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
26256
26257 * server.el (server-eval-at): New function.
26258
26259 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
26260
26261 * net/network-stream.el (open-network-stream): Take a :nowait
26262 parameter and pass it on to `make-network-process'.
26263 (network-stream-open-plain): Ditto.
26264
26265 2011-04-30 Andreas Schwab <schwab@linux-m68k.org>
26266
26267 * faces.el (face-spec-set-match-display): Don't match toolkit
26268 options on terminal frames.
26269
26270 2011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
26271
26272 * progmodes/pascal.el: Use lexical binding.
26273 (pascal-mode-map): Remove author preferences.
26274
26275 * pcomplete.el (pcomplete-std-complete): Don't abuse
26276 completion-at-point.
26277
26278 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
26279
26280 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
26281 removing code that has been dead since 1991 or so.
26282
26283 * startup.el (command-line): When warning about "_emacs", use a
26284 delayed warning to allow the user to filter it out.
26285
26286 2011-04-28 Deniz Dogan <deniz@dogan.se>
26287
26288 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
26289 user has not joined.
26290
26291 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
26292
26293 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
26294 aren't any completions at point.
26295
26296 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
26297
26298 * subr.el (display-delayed-warnings): New function.
26299 (delayed-warnings-hook): New variable.
26300
26301 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
26302
26303 * minibuffer.el (completion-at-point, completion-help-at-point):
26304 Don't presume that a given completion-at-point-function will always
26305 use the same calling convention.
26306
26307 * pcomplete.el (pcomplete-completions-at-point):
26308 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
26309 pcomplete-seen is non-nil.
26310 (pcomplete-comint-setup): Also recognize the new comint/shell
26311 completion functions.
26312 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
26313 pcomplete-seen is non-nil.
26314
26315 2011-04-27 Niels Giesen <niels.giesen@gmail.com>
26316
26317 * calendar/icalendar.el (diary-lib): Add require statement.
26318 (icalendar--create-uid): Read out a uid from a text-property on
26319 the first character in the entry. This allows for code to add its
26320 own uid to the entry.
26321 (icalendar--convert-float-to-ical): Add export of
26322 `diary-float'-entries save for those with the optional DAY
26323 argument.
26324
26325 2011-04-27 Daniel Colascione <dan.colascione@gmail.com>
26326
26327 * subr.el (shell-quote-argument): Use alternate escaping strategy
26328 when we spot a variable reference in a string.
26329
26330 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
26331
26332 * cus-start.el (all): Define customization for debug-on-event.
26333
26334 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
26335
26336 * subr.el (shell-quote-argument): Escape correctly under Windows.
26337
26338 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
26339
26340 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
26341
26342 2011-04-25 Michael Albinus <michael.albinus@gmx.de>
26343
26344 * net/tramp.el (tramp-process-actions): Add POS argument.
26345 Delete region between POS and (pos).
26346
26347 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
26348 Use `nil' position in `tramp-process-actions' call.
26349 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
26350
26351 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
26352 position in `tramp-process-actions' call.
26353
26354 * net/trampver.el: Update release number.
26355
26356 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
26357
26358 * custom.el (defcustom): Obey lexical-binding.
26359
26360 Fix octave-inf completion problems reported by Alexander Klimov.
26361 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
26362 Inherit from octave-mode-syntax-table.
26363 (inferior-octave-mode): Set info-lookup-mode.
26364 (inferior-octave-completion-at-point): New function.
26365 (inferior-octave-complete): Use it and completion-in-region.
26366 (inferior-octave-dynamic-complete-functions): Use it as well, and use
26367 comint-filename-completion.
26368 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
26369 symbol elements which shouldn't be word elements.
26370 (octave-font-lock-keywords, octave-beginning-of-defun)
26371 (octave-function-header-regexp): Adjust regexps accordingly.
26372 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
26373
26374 2011-04-25 Juanma Barranquero <lekktu@gmail.com>
26375
26376 * net/gnutls.el (gnutls-errorp): Declare before first use.
26377
26378 2011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
26379
26380 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
26381 verify-error, and verify-hostname-error parameters. Check whether
26382 default trustfile exists before going to use it. Add missing
26383 argument to gnutls-message-maybe call. Return value.
26384 Reported by Claudio Bley <claudio.bley@gmail.com>.
26385 (open-gnutls-stream): Add usage example.
26386
26387 * net/network-stream.el (network-stream-open-starttls): Give host
26388 parameter to `gnutls-negotiate'.
26389 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
26390 * subr.el (shell-quote-argument): Escape correctly under Windows.
26391
26392 2011-04-24 Daniel Colascione <dan.colascione@gmail.com>
26393
26394 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
26395 Use correct match group (bug#8438).
26396
26397 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
26398
26399 * emacs-lisp/package.el (package-built-in-p): Fix typo.
26400 (package-menu--generate): New arg specifying packages to show.
26401 (package-menu-refresh, package-menu-execute, list-packages):
26402 Callers changed.
26403 (package-show-package-list): New function, replacing deleted
26404 package--list-packages (renamed because it is non-internal).
26405
26406 * finder.el (finder-list-matches): Use package-show-package-list
26407 instead of deleted package--list-packages.
26408
26409 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
26410 Based on a previous implementation by Juanma Barranquero (Bug#8366).
26411 (vc-annotate-mode-map): Bind it to RET.
26412
26413 2011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
26414
26415 * progmodes/etags.el (next-file): Don't use set-buffer to change
26416 buffers (Bug#8478).
26417
26418 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
26419
26420 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
26421
26422 * apropos.el (apropos-label-face): Avoid variable-pitch face.
26423 (apropos-accumulator): Doc fix.
26424 (apropos-function, apropos-macro, apropos-command)
26425 (apropos-variable, apropos-face, apropos-group, apropos-widget)
26426 (apropos-plist): Add face property.
26427 (apropos-symbols-internal): Fix indentation.
26428 (apropos-print): Simplify help, and recognize apropos-multi-type.
26429 (apropos-print-doc): Use button-type-get to extract the button's
26430 face property. Fill docstring (Bug#8352).
26431
26432 2011-04-23 Juanma Barranquero <lekktu@gmail.com>
26433
26434 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
26435
26436 * play/mpuz.el (mpuz-silent): Doc fix.
26437 (mpuz-mode-map): Use mapc.
26438 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
26439 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
26440 Fix typos in docstrings.
26441
26442 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
26443 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
26444
26445 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
26446
26447 2011-04-23 Chong Yidong <cyd@stupidchicken.com>
26448
26449 * minibuffer.el (completion--do-completion): Avoid the "Next char
26450 not unique" prompt if icomplete-mode is enabled (Bug#5849).
26451
26452 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
26453 mouse-2 into unread-command-events, it is interpreted correctly.
26454
26455 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
26456 (image-toggle-display): Doc fix.
26457
26458 2011-04-23 Stephen Berman <stephen.berman@gmx.net>
26459
26460 * textmodes/page.el (what-page): Use line-number-at-pos to
26461 calculate line number (Bug#6825).
26462
26463 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
26464
26465 * eshell/esh-mode.el (find-tag-interactive): Declare function.
26466 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
26467 Pass argument NO-DEFAULT to `find-tag-interactive'.
26468
26469 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
26470
26471 Lexical-binding cleanup.
26472
26473 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
26474 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
26475 * progmodes/ada-prj.el (ada-prj-initialize-values)
26476 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
26477 (ada-prj-show-value):
26478 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
26479 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
26480 (antlr-invalidate-context-cache, antlr-options-menu-filter)
26481 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
26482 * progmodes/bug-reference.el (bug-reference-push-button):
26483 * progmodes/fortran.el (fortran-line-length):
26484 * progmodes/glasses.el (glasses-change):
26485 * progmodes/octave-mod.el (octave-fill-paragraph):
26486 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
26487 (python-pdbtrack-grub-for-buffer, python-sentinel):
26488 * progmodes/sql.el (sql-save-connection):
26489 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
26490 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
26491 Mark unused parameters.
26492
26493 * progmodes/compile.el (compilation--flush-directory-cache)
26494 (compilation--flush-parse, compile-internal): Mark unused parameters.
26495 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
26496 (compilation-next-error-function): Remove unused variable `timestamp'.
26497
26498 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
26499 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
26500
26501 * progmodes/dcl-mode.el (dcl-end-of-command):
26502 Remove unused variable `start'.
26503 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
26504 (dcl-option-value-basic, dcl-option-value-offset)
26505 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
26506 Mark unused parameters.
26507 (dcl-save-local-variable): Remove unused variable `val'.
26508 (mode): Declare.
26509
26510 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
26511 Mark unused parameters.
26512 (delphi-ignore-changes): Move before first use.
26513 (delphi-charset-token-at): Remove unused variable `start'.
26514 (delphi-else-start): Remove unused variable `if-count'.
26515 (delphi-comment-block-start, delphi-comment-block-end):
26516 Remove unused variable `kind'.
26517 (delphi-indent-line): Remove unused variable `new-point'.
26518
26519 * progmodes/ebrowse.el (ebrowse-files-list)
26520 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
26521 Mark unused parameters. Don't quote `lambda'.
26522 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
26523 Don't quote `lambda'.
26524 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
26525 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
26526 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
26527 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
26528 Use `ignore-errors'.
26529 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
26530 (ebrowse-view/find-file-and-search-pattern)
26531 (ebrowse-view/find-member-declaration/definition):
26532 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
26533 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
26534 Rename parameter PREFIX-ARG to PREFIX.
26535 (ebrowse-tags-read-name): Remove unused variables `start' and
26536 `member-info'.
26537 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
26538 to `tags-file'.
26539
26540 * progmodes/etags.el (local-find-tag-hook): Declare.
26541 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
26542 Mark unused parameters.
26543
26544 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
26545 (executable-interpret): Mark unused parameter.
26546
26547 * progmodes/flymake.el (flymake-process-sentinel)
26548 (flymake-after-change-function)
26549 (flymake-create-temp-with-folder-structure)
26550 (flymake-get-include-dirs-dot): Mark unused parameters.
26551 (flymake-safe-delete-directory): Remove unused variable `err'.
26552
26553 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
26554 (speedbar-timer-fn, speedbar-line-text)
26555 (speedbar-change-expand-button-char, speedbar-delete-subblock)
26556 (speedbar-center-buffer-smartly): Declare functions.
26557 (gdb-find-watch-expression): Remove unused variable `array'.
26558 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
26559 (gdb-starting): Mark unused parameters.
26560 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
26561 (gdb-table-string): Remove unused variable `res'.
26562 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
26563 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
26564 (gdb-display-buffer): Remove unused variable `cur-size'.
26565
26566 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
26567 allow lexical-binding compilation.
26568 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
26569 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
26570 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
26571 Mark unused parameters.
26572 (gud-gdb-marker-filter): Remove unused variable `match'.
26573 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
26574 lambda expressions and funcall them, instead of using `fset'.
26575
26576 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
26577 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
26578
26579 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
26580 variable `header-beg'; use `let'.
26581
26582 * progmodes/icon.el (indent-icon-exp): Remove unused variables
26583 `restart', `last-sexp' and `at-do'.
26584
26585 * progmodes/js.el (js--debug): Mark unused parameter.
26586 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
26587 (js--splice-into-items): Remove unused variable `item'.
26588 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
26589
26590 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
26591 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
26592 (makefile-complete): Remove unused variable `try'.
26593 (makefile-fill-paragraph, makefile-match-function-end):
26594 Mark unused parameters.
26595
26596 * progmodes/octave-inf.el (inferior-octave-complete):
26597 Remove unused variable `proc'.
26598 (inferior-octave-output-digest): Mark unused parameter.
26599
26600 * progmodes/perl-mode.el (perl-calculate-indent):
26601 Remove unused variable `err'.
26602
26603 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
26604 (prolog-indent-line): Mark unused parameters.
26605 (prolog-indent-line): Remove unused variable `beg'.
26606
26607 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
26608 (reporter-dont-compact-list): Declare.
26609
26610 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
26611 Remove unused variable `char'.
26612 (sh-debug): Mark unused parameter.
26613 (sh-get-indent-info): Remove unused variable `start'.
26614 (sh-calculate-indent): Remove unused variable `var'.
26615
26616 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
26617 (simula-electric-keyword): Remove unused variable `null'.
26618 (simula-search-backward, simula-search-forward): Remove unused
26619 variables `begin' and `end'.
26620
26621 * progmodes/vera-mode.el (vera-guess-basic-syntax):
26622 Remove unused variable `pos'.
26623 (vera-electric-tab, vera-comment-uncomment-region):
26624 Mark unused parameters.
26625 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
26626
26627 2011-04-22 Chong Yidong <cyd@stupidchicken.com>
26628
26629 * emacs-lisp/package.el (package--builtins, package-alist)
26630 (package-load-descriptor, package-built-in-p, package-activate)
26631 (define-package, package-installed-p)
26632 (package-compute-transaction, package-buffer-info)
26633 (package--push): Doc fix. Distinguish more clearly between
26634 version strings and version lists.
26635
26636 2011-04-21 Juanma Barranquero <lekktu@gmail.com>
26637
26638 Lexical-binding cleanup.
26639
26640 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
26641 (5x5-make-mutate-best):
26642 * play/fortune.el (fortune-in-buffer):
26643 * play/gomoku.el (gomoku-init-display):
26644 * play/solitaire.el (solitaire, solitaire-do-check):
26645 * play/tetris.el (tetris-default-update-speed-function):
26646 Mark unused parameters.
26647
26648 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
26649 (bubbles--shift): Remove unused variable `char-org'.
26650 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
26651 (bubbles--show-images): Remove unused variable `char'.
26652
26653 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
26654 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
26655 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
26656 (decipher-analyze-buffer): Use ?\s.
26657 (decipher-make-checkpoint): Remove unused variable `mapping'.
26658
26659 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
26660
26661 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
26662 Remove unused variable `result'; use `let'.
26663
26664 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
26665 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
26666 (gametree-children-shown-p, gametree-compute-reduced-score):
26667 Use `ignore-errors'.
26668
26669 * play/handwrite.el (ps-lpr-switches): Declare.
26670 (handwrite): Remove unused variables `pmin' and `lastp'.
26671
26672 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
26673
26674 * play/landmark.el (landmark-init-display)
26675 (landmark-update-naught-weights): Mark unused parameters.
26676 (landmark-y): Remove unused variable `noise'. Simplify.
26677 (landmark-human-plays): Remove unused variable `score'.
26678
26679 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
26680 (mpuz-try-proposal): Remove unused variable `game'.
26681
26682 * play/zone.el (life-patterns): Declare.
26683
26684 2011-04-20 Juanma Barranquero <lekktu@gmail.com>
26685
26686 * vc/vc.el (ediff-vc-internal): Declare function.
26687
26688 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
26689
26690 * shell.el: Use lexical-binding and std completion UI.
26691 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
26692 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
26693 comint-preoutput-filter-functions rather than on
26694 comint-output-filter-functions.
26695 (shell-command-completion, shell--command-completion-data)
26696 (shell-filename-completion, shell-environment-variable-completion)
26697 (shell-c-a-p-replace-by-expanded-directory): New functions.
26698 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
26699 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
26700 (shell-dynamic-complete-environment-variable): Use them.
26701 (shell-dynamic-complete-as-environment-variable)
26702 (shell-dynamic-complete-as-command): Remove.
26703 (shell-match-partial-variable): Match past point.
26704 * comint.el: Clean up use of completion-at-point-functions.
26705 (comint-completion-at-point): New function.
26706 (comint-mode): Use it completion-at-point-functions.
26707 (comint-dynamic-complete): Make it obsolete.
26708 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
26709 (comint-c-a-p-replace-by-expanded-history): New function.
26710 (comint-dynamic-complete-functions)
26711 (comint-replace-by-expanded-history): Use it.
26712 * minibuffer.el (completion-table-with-terminator): Allow dynamic
26713 termination strings. Try harder to avoid second try-completion.
26714 (completion-in-region-mode-map): Disable bindings that don't work yet.
26715
26716 * comint.el: Use lexical-binding. Require CL.
26717 (comint-dynamic-complete-functions): Use comint-filename-completion.
26718 (comint-completion-addsuffix): Tweak custom type.
26719 (comint-filename-completion, comint--common-suffix)
26720 (comint--common-quoted-suffix, comint--table-subvert)
26721 (comint--complete-file-name-data): New functions.
26722 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
26723 (comint-dynamic-list-filename-completions): Use them.
26724 (comint-dynamic-simple-complete): Make obsolete.
26725
26726 * minibuffer.el (completion-in-region-mode):
26727 Keep completion-in-region-mode--predicate global.
26728 (completion-in-region--postch):
26729 Assume completion-in-region-mode--predicate is not null.
26730
26731 * progmodes/flymake.el (flymake-start-syntax-check-process):
26732 Obey `dir'. Simplify.
26733
26734 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
26735 we're in VC after all.
26736
26737 2011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
26738
26739 * vc/vc.el (vc-diff-build-argument-list-internal)
26740 (vc-version-ediff, vc-ediff): New commands.
26741 (vc-version-diff): Use vc-diff-build-argument-list-internal.
26742
26743 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
26744
26745 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
26746 add sanity check.
26747
26748 * obsolete/erc-hecomplete.el: Make obsolete.
26749 * obsolete/: Standardize obsolescence info in the header.
26750
26751 2011-04-20 Glenn Morris <rgm@gnu.org>
26752
26753 * calendar/solar.el (solar-horizontal-coordinates):
26754 Use the longitude argument rather than `calendar-longitude'.
26755 (solar-date-next-longitude): Remove unused locals.
26756
26757 2011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
26758
26759 * whitespace.el: New version 13.2.1.
26760
26761 2011-04-20 felix <EmacsWiki> (tiny change)
26762
26763 * whitespace.el (global-whitespace-mode): Keep highlight when
26764 switching between major modes on a file.
26765
26766 2011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
26767
26768 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
26769 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
26770 multi-line comments as well.
26771
26772 2011-04-19 Juanma Barranquero <lekktu@gmail.com>
26773
26774 Lexical-binding cleanup.
26775
26776 * arc-mode.el (archive-mode-revert):
26777 * cmuscheme.el (scheme-interactively-start-process):
26778 * custom.el (custom-initialize-delay):
26779 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
26780 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
26781 * emacs-lock.el (emacs-lock-clear-sentinel):
26782 * ezimage.el (defezimage):
26783 * follow.el (follow-avoid-tail-recenter):
26784 * fringe.el (set-fringe-mode-1):
26785 * generic-x.el (bat-generic-mode-compile):
26786 * help-mode.el (help-info-variable, help-do-xref)
26787 (help-mode-revert-buffer):
26788 * help.el (view-emacs-todo):
26789 * iswitchb.el (iswitchb-completion-help):
26790 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
26791 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
26792 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
26793 * locate.el (locate-update):
26794 * longlines.el (longlines-encode-region)
26795 (longlines-after-change-function):
26796 * outline.el (outline-isearch-open-invisible):
26797 * ps-def.el (declare-function, charset-dimension, char-width)
26798 (encode-char):
26799 * ps-mule.el (ps-mule-plot-string):
26800 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
26801 (recentf-edit-list-select, recentf-edit-list-validate)
26802 (recentf-open-files-action):
26803 * rect.el (delete-whitespace-rectangle-line)
26804 (rectangle-number-line-callback):
26805 * register.el (window-configuration-to-register)
26806 (frame-configuration-to-register):
26807 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
26808 * select.el (xselect-convert-to-string, xselect-convert-to-length)
26809 (xselect-convert-to-targets, xselect-convert-to-delete)
26810 (xselect-convert-to-filename, xselect-convert-to-charpos)
26811 (xselect-convert-to-lineno, xselect-convert-to-colno)
26812 (xselect-convert-to-os, xselect-convert-to-host)
26813 (xselect-convert-to-user, xselect-convert-to-class)
26814 (xselect-convert-to-name, xselect-convert-to-integer)
26815 (xselect-convert-to-atom, xselect-convert-to-identity):
26816 * subr.el (declare, ignore, process-kill-without-query)
26817 (text-clone-maintain):
26818 * terminal.el (te-get-char, te-tic-sentinel):
26819 * tool-bar.el (tool-bar-make-keymap):
26820 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
26821 * type-break.el (type-break-mode, type-break-noninteractive-query):
26822 * view.el (View-back-to-mark):
26823 * wid-browse.el (widget-browse-action, widget-browse-widget)
26824 (widget-browse-widgets, widget-browse-sexp):
26825 * widget.el (define-widget-keywords):
26826 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
26827 Mark unused parameters.
26828
26829 * align.el (align-adjust-col-for-rule): Mark unused parameter.
26830 (align-areas): Remove unused variable `look'.
26831 (align-region): Remove unused variables `real-end' and `pos-list'.
26832
26833 * apropos.el (apropos-score-doc): Remove unused variable `i'.
26834
26835 * bindings.el (mode-line-modified, mode-line-remote):
26836 Mark unused parameters.
26837 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
26838
26839 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
26840 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
26841
26842 * comint.el (comint-history-isearch-pop-state)
26843 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
26844 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
26845 (comint-substitute-in-file-name): Doc fix.
26846
26847 * completion.el (cmpl-statistics-block): Mark unused parameter.
26848 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
26849 (save-completions-to-file, load-completions-from-file):
26850 Remove unused local variable `e'.
26851
26852 * composite.el (compose-chars): Remove unused variable `len'.
26853 (lgstring-insert-glyph): Remove unused variable `g'.
26854 (compose-glyph-string): Remove unused variables `ascent',
26855 `descent', `lbearing' and `rbearing'.
26856 (compose-glyph-string-relative): Remove unused variables
26857 `lbearing', `rbearing' and `wadjust'.
26858 (compose-gstring-for-graphic): Remove unused variables `header',
26859 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
26860 (compose-gstring-for-terminal): Remove unused variables `header'
26861 and `nchars'. Use `let', not `let*'.
26862
26863 * cus-edit.el (Custom-set, Custom-save, custom-reset)
26864 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
26865 (Custom-buffer-done, custom-buffer-create-internal)
26866 (custom-browse-visibility-action, custom-browse-group-tag-action)
26867 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
26868 (widget-magic-mouse-down-action, custom-toggle-parent)
26869 (custom-add-parent-links, custom-toggle-hide-variable)
26870 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
26871 (custom-toggle-hide-face, face, hook, custom-group-link-action)
26872 (custom-face-menu-create, custom-variable-menu-create, get)
26873 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
26874 (custom-reset-standard-save-and-update): Remove unused variable `value'.
26875 (customize-apropos): Remove unused variable `tests'.
26876 (custom-group-value-create): Remove unused variable `hidden-p'.
26877 (sort-fold-case): Declare.
26878
26879 * cus-theme.el (custom-reset-standard-faces-list)
26880 (custom-reset-standard-variables-list): Declare.
26881 (customize-create-theme, custom-theme-revert, custom-theme-write)
26882 (custom-theme-choose-mode, customize-themes, custom-theme-save):
26883 Mark unused parameters.
26884
26885 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
26886
26887 * delim-col.el (delimit-columns-max): Move defvar before first use.
26888
26889 * descr-text.el (describe-char-categories): Don't quote `lambda'.
26890 (describe-char): Don't quote `lambda'. Mark unused parameter.
26891
26892 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
26893 (auto-insert): Declare.
26894 (desktop-restore-file-buffer): Rename desktop-* parameters;
26895 mark unused ones.
26896 (desktop-create-buffer): Rename desktop-* parameters and bind them.
26897 (desktop-buffer): Rename desktop-* parameters.
26898
26899 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
26900 (dframe-reposition-frame-xemacs, dframe-help-echo)
26901 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
26902 Mark unused parameters.
26903
26904 * dired-aux.el (backup-extract-version-start, overwrite-query)
26905 (overwrite-backup-query, rename-regexp-query)
26906 (rename-non-directory-query): Declare.
26907 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
26908 (dired-add-entry): Remove unused variable `orig-file-name'.
26909 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
26910 Use parameter PRESERVE-TIME instead of accessing dynamic variable
26911 `dired-copy-preserve-time' directly.
26912 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
26913 (dired-insert-subdir-newpos): Rename unused variable `pos'.
26914
26915 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
26916 (dired-virtual-revert, dired-make-relative-symlink):
26917 Mark unused parameters.
26918 (manual-program): Declare.
26919 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
26920 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
26921 wrapped in `with-no-warnings' to avoid replacing one warning by another.
26922
26923 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
26924
26925 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
26926
26927 * echistory.el (electric-history-in-progress, Helper-return-blurb):
26928 Declare.
26929
26930 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
26931
26932 * electric.el (Electric-command-loop): Rename parameter
26933 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
26934
26935 * expand.el (expand-in-literal): Remove unused variable `here'.
26936
26937 * facemenu.el (facemenu-add-new-color):
26938 Remove unused variable `docstring'.
26939
26940 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
26941 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
26942 (face-attr-construct): Mark unused parameter. Doc fix.
26943 (read-color): Remove unused variable `hex-string'.
26944
26945 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
26946 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
26947 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
26948 (display-buffer-other-frame): Remove unused variable `old-window'.
26949 (kill-buffer-hook): Declare.
26950 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
26951 Mark unused parameters.
26952 (after-find-file): Pass 1 to `auto-save-mode', not t.
26953
26954 * files-x.el (auto-insert): Declare.
26955 (modify-file-local-variable-prop-line): Remove unused variable `val'.
26956
26957 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
26958 variable `buf'. Mark unused parameter.
26959 (find-lisp-insert-directory): Mark unused parameter.
26960
26961 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
26962 (format-encode-region): Remove unused variables `cur-buf' and `result'.
26963 (format-common-tail): Remove, unused.
26964 (format-deannotate-region): Remove unused variable `loc'.
26965 (format-annotate-region): Remove unused variable `p'.
26966 (format-annotate-single-property-change): Remove unused variables
26967 `default' and `tail'.
26968
26969 * forms.el (read-file-filter): Declare.
26970 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
26971
26972 * frame.el (frame-creation-function-alist): Mark unused parameter.
26973 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
26974
26975 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
26976 Remove unused parameters.
26977 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
26978 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
26979
26980 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
26981 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
26982 (hfy-prepare-tag-map): Mark unused parameters.
26983 (htmlfontify-buffer): Use `called-interactively-p'.
26984
26985 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
26986 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
26987 (ibuffer-do-occur): Mark unused parameters.
26988 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
26989 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
26990
26991 * ibuffer.el: Don't quote `lambda'.
26992 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
26993 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
26994 Mark unused parameters.
26995
26996 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
26997 (ido-completing-read): Mark unused parameters.
26998 (ido-copy-current-word): Mark unused parameters;
26999 remove unused variable `name'.
27000 (ido-sort-merged-list): Remove unused parameter `dirs'.
27001
27002 * ielm.el (ielm-input-sender): Mark unused parameter.
27003 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
27004 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
27005 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
27006 `ielm-string' as a dynamic variable accessible from the IELM prompt.
27007 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
27008
27009 * image-dired.el (image-dired-display-thumbs): Remove unused
27010 variables `curr-file' and `count'.
27011 (image-dired-remove-tag): Remove unused variable `start'.
27012 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
27013 variable `curr-file'
27014 (image-dired-rotate-original): Remove unused variable `temp-file'.
27015 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
27016 Remove unused variable `file'.
27017 (image-dired-gallery-generate): Remove unused variable `curr'.
27018 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
27019
27020 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
27021
27022 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
27023
27024 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
27025
27026 * isearch.el (minibuffer-history-symbol): Declare.
27027 (isearch-edit-string): Remove unused variable `err'.
27028 (isearch-message-prefix, isearch-message-suffix):
27029 Mark unused parameters.
27030
27031 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
27032
27033 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
27034
27035 * makesum.el (double-column): Remove unused variable `cnt'.
27036
27037 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
27038 (ido-ignore-item-temp-list): Declare.
27039
27040 * mouse-drag.el (mouse-drag-throw): Remove unused variables
27041 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
27042 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
27043 (mouse-drag-drag): Remove unused variables `mouse-delta' and
27044 `mouse-col-delta'.
27045
27046 * mouse-sel.el (mouse-extend-internal):
27047 Remove unused variable `orig-window-frame'.
27048
27049 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
27050 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
27051 Move declarations before first use.
27052 (pcomplete-opt): Mark unused parameters; doc fix.
27053
27054 * proced.el (proced-revert): Mark unused parameter.
27055 (proced-send-signal): Remove unused variable `err'.
27056
27057 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
27058 Rename parameter PREFIX-ARG to ARG.
27059 (ps-basic-plot-string, ps-basic-plot-whitespace):
27060 Mark unused parameters.
27061
27062 * replace.el (replace-count): Define.
27063 (occur-revert-function): Mark unused parameters.
27064 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
27065 (isearch-case-fold-search, isearch-string): Declare.
27066 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
27067 bind `case-fold-search'. Remove unused variables `beg' and `end',
27068 and simplify.
27069 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
27070 COUNT and bind `replace-count'.
27071 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
27072 to COUNT.
27073
27074 * savehist.el (print-readably, print-string-length): Declare.
27075
27076 * shadowfile.el (shadow-expand-cluster-in-file-name):
27077 Remove unused variable `cluster'.
27078 (shadow-copy-file): Remove unused variable `i'.
27079 (shadow-noquery, shadow-clusters, shadow-site-cluster)
27080 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
27081 (shadow-define-literal-group, shadow-define-regexp-group)
27082 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
27083
27084 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
27085 (shell): Use `called-interactively-p'.
27086 (shell-directory-tracker): Remove unused variable `chdir-failure'.
27087
27088 * simple.el (compilation-context-lines, comint-file-name-quote-list)
27089 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
27090 (delete-backward-char): Remove unused variable `ocol'.
27091 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
27092 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
27093 (event-apply-hyper-modifier, event-apply-shift-modifier)
27094 (event-apply-control-modifier, event-apply-meta-modifier):
27095 Mark unused parameters.
27096 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
27097 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
27098
27099 * speedbar.el (speedbar-ignored-directory-expressions)
27100 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
27101 (speedbar-find-file, speedbar-dir-follow)
27102 (speedbar-directory-buttons-follow, speedbar-tag-find)
27103 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
27104 (speedbar-buffers-line-directory, speedbar-buffer-click):
27105 Mark unused parameters.
27106 (speedbar-tag-file): Remove unused variable `mode'.
27107 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
27108
27109 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
27110
27111 * talk.el (talk): Remove unused variable `display'.
27112
27113 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
27114 (tar-write-region-annotate): Mark unused parameter.
27115
27116 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
27117 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
27118 Declare them, wrapped in `with-no-warnings' to avoid replacing one
27119 warning by another.
27120
27121 * time-stamp.el (time-stamp-string-preprocess):
27122 Remove unused variable `require-padding'.
27123
27124 * tree-widget.el (widget-glyph-enable): Declare.
27125 (tree-widget-action): Mark unused parameter.
27126
27127 * w32-fns.el (x-get-selection): Mark unused parameter.
27128 (autoload-make-program, generated-autoload-file): Declare.
27129
27130 * wdired.el (wdired-revert): Mark unused parameters.
27131 (wdired-xcase-word): Remove unused variable `err'.
27132
27133 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
27134 (whitespace-help-scroll): Remove unused variable `data-help'.
27135
27136 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
27137 (widget-image-insert, widget-after-change, default)
27138 (widget-default-format-handler, widget-default-notify)
27139 (widget-default-prompt-value, widget-info-link-action)
27140 (widget-url-link-action, widget-function-link-action)
27141 (widget-variable-link-action, widget-file-link-action)
27142 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
27143 (widget-field-prompt-internal, widget-field-action, widget-field-match)
27144 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
27145 (widget-insert-button-action, widget-delete-button-action, visibility)
27146 (widget-documentation-link-action, widget-documentation-string-action)
27147 (widget-const-prompt-value, widget-regexp-match, symbol)
27148 (widget-coding-system-prompt-value)
27149 (widget-key-sequence-value-to-external, sexp)
27150 (widget-sexp-value-to-internal, character, vector, cons)
27151 (widget-choice-prompt-value, widget-boolean-prompt-value)
27152 (widget-color--choose-action): Mark unused parameters.
27153 (widget-item-match-inline, widget-choice-match-inline)
27154 (widget-checklist-match, widget-checklist-match-inline)
27155 (widget-group-match): Rename parameter VALUES to VALS.
27156 (widget-field-value-set): Remove unused variable `size'.
27157 (widget-color-action): Remove unused variables `value' and `start'.
27158
27159 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
27160 variable `dir'. Doc fix.
27161 (windmove-find-other-window): Don't pass it.
27162
27163 * window.el (count-windows): Mark unused parameter.
27164 (bw-adjust-window): Remove unused variable `err'.
27165
27166 * woman.el (woman-file-name): Remove unused variable `default'.
27167 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
27168 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
27169 (global-font-lock-mode): Declare.
27170 (woman-decode-region): Mark unused parameter.
27171 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
27172
27173 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
27174 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
27175 (x-dnd-handle-moz-url): Remove unused variable `title'.
27176 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
27177
27178 * xml.el (xml-parse-tag, xml-parse-attlist):
27179 Remove unused variable `pos'.
27180
27181 2011-04-19 Glenn Morris <rgm@gnu.org>
27182
27183 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
27184 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
27185 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
27186 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
27187 * calendar/cal-html.el (cal-html-insert-minical):
27188 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
27189 (calendar-mark-date-pattern):
27190 Prefix "unused" locals.
27191
27192 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
27193 optional argument `style'.
27194
27195 * calendar/appt.el (appt-make-list):
27196 * calendar/cal-china.el (calendar-chinese-date-string):
27197 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
27198 (diary-hebrew-yahrzeit):
27199 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
27200 * calendar/calendar.el (calendar-generate-window):
27201 * calendar/time-date.el (time-to-days):
27202 Remove unused local variables.
27203
27204 2011-04-18 Chong Yidong <cyd@stupidchicken.com>
27205
27206 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
27207 glyphless-char-display table.
27208 (tabulated-list-glyphless-char-display): New var.
27209
27210 2011-04-18 Sam Steingold <sds@gnu.org>
27211
27212 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
27213 to acknowledgments.
27214
27215 2011-04-17 Glenn Morris <rgm@gnu.org>
27216
27217 * calendar/diary-lib.el (diary-sexp-entry):
27218 * calendar/holidays.el (holiday-sexp):
27219 Set debug-on-error rather than the removed stack-trace-on-error.
27220
27221 2011-04-16 Glenn Morris <rgm@gnu.org>
27222
27223 * progmodes/f90.el: Use lexical-binding.
27224 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
27225
27226 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
27227
27228 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
27229 (mail-mode): Setup mailalias completion here instead.
27230 * mail/mailalias.el: Use lexical-binding.
27231 (pattern, mailalias-done): Declare dynamic.
27232 (mail-completion-at-point-function): New function, from mail-complete.
27233 (mail-complete): Use it.
27234 (mail-completion-expand): New function.
27235 (mail-get-names): Use it.
27236 (mail-directory, mail-directory-process, mail-directory-stream):
27237 Don't use `pattern' for lexically bound arg.
27238
27239 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
27240
27241 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
27242 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
27243 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
27244
27245 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
27246 (byte-save-window-excursion, byte-temp-output-buffer-setup)
27247 (byte-interactive-p): Define them again, for use when inlining
27248 old code.
27249
27250 2011-04-15 Juanma Barranquero <lekktu@gmail.com>
27251
27252 * loadup.el: Use `string-to-number', not `string-to-int'.
27253
27254 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
27255
27256 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
27257 gud-gdb-complete-command.
27258 (gud-gdb-completions): New function, from gud-gdb-complete-command.
27259 (gud-gdb-completion-at-point): New function.
27260 (gud-gdb-completions): Remove.
27261
27262 2011-04-14 Michael Albinus <michael.albinus@gmx.de>
27263
27264 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
27265 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
27266 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
27267 whether `executable-find' is bound.
27268
27269 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
27270
27271 2011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
27272
27273 * minibuffer.el (completion-in-region-mode-predicate)
27274 (completion-in-region-mode--predicate): New vars.
27275 (completion-in-region, completion-in-region--postch)
27276 (completion-in-region-mode): Use them.
27277 (completion--capf-wrapper): Also return the hook function.
27278 (completion-at-point, completion-help-at-point):
27279 Adjust and provide a predicate.
27280
27281 Preserve arg names for advice of subr and lexical functions (bug#8457).
27282 * help-fns.el (help-function-arglist): Consolidate the subr and
27283 new-byte-code cases. Add argument `preserve-names' to extract names
27284 from the docstring when needed.
27285 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
27286 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
27287 (ad-arglist): Use help-function-arglist's new arg.
27288 (ad-definition-type): Use cond.
27289
27290 2011-04-13 Juanma Barranquero <lekktu@gmail.com>
27291
27292 * autorevert.el (auto-revert-handler):
27293 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
27294 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
27295 Don't quote lambda.
27296
27297 * image-mode.el (image-transform-set-scale):
27298 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
27299
27300 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
27301
27302 * net/network-stream.el (network-stream-open-starttls): Only do
27303 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
27304 Upgrades via gnutls-cli are too slow to be done opportunistically.
27305
27306 2011-04-12 Juanma Barranquero <lekktu@gmail.com>
27307
27308 * dframe.el (dframe-current-frame): Remove spurious quote.
27309
27310 2011-04-12 Glenn Morris <rgm@gnu.org>
27311
27312 * calendar/cal-tex.el (cal-tex-end-document):
27313 Try to automatically use latin1 input if needed.
27314
27315 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
27316 Don't try to cons a mark onto an empty element.
27317
27318 2011-04-11 Leo Liu <sdl.web@gmail.com>
27319
27320 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
27321 buffers.
27322 (ido-kill-buffer-at-head): Support killing virtual buffers.
27323
27324 2011-04-10 Chong Yidong <cyd@stupidchicken.com>
27325
27326 * minibuffer.el (completion-show-inline-help): New var.
27327 (completion--do-completion, minibuffer-complete)
27328 (minibuffer-force-complete, minibuffer-complete-word):
27329 Inhibit minibuffer messages if completion-show-inline-help is nil.
27330
27331 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
27332 to avoid interference from inline help (Bug#5849).
27333
27334 2011-04-10 Leo Liu <sdl.web@gmail.com>
27335
27336 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
27337 Fix typo.
27338
27339 2011-04-09 Chong Yidong <cyd@stupidchicken.com>
27340
27341 * image-mode.el (image-toggle-display-image): Signal an error if
27342 not in Image mode.
27343 (image-transform-mode, image-transform-resize)
27344 (image-transform-set-rotation): Doc fix.
27345 (image-transform-set-resize): Delete.
27346 (image-transform-set-scale, image-transform-fit-to-height)
27347 (image-transform-fit-to-width): Handle image-toggle-display-image
27348 and image-transform-resize directly.
27349
27350 2011-04-08 Sho Nakatani <lay.sakura@gmail.com>
27351
27352 * doc-view.el (doc-view-fit-width-to-window)
27353 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
27354 New functions for fitting the shown image to the Emacs window size.
27355 (doc-view-mode-map): Add bindings for the new functions.
27356
27357 2011-04-08 Juanma Barranquero <lekktu@gmail.com>
27358
27359 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
27360 Fix typo in docstring.
27361
27362 2011-04-08 Eli Zaretskii <eliz@gnu.org>
27363
27364 * files.el (file-size-human-readable): Produce one digit after
27365 decimal, like "ls -lh" does.
27366
27367 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
27368 the file size representation.
27369
27370 * simple.el (list-processes): If async subprocesses are not
27371 available, error out with a clear error message.
27372
27373 2011-04-08 Chong Yidong <cyd@stupidchicken.com>
27374
27375 * help.el (help-form-show): New function, to be called from C.
27376 Put help-form output in a buffer named differently than *Help*.
27377
27378 2011-04-08 Eli Zaretskii <eliz@gnu.org>
27379
27380 * files.el (file-size-human-readable): New function.
27381
27382 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
27383 computing the representation inline. Don't require `cl'.
27384
27385 2011-04-08 Glenn Morris <rgm@gnu.org>
27386
27387 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
27388
27389 * net/browse-url.el (browse-url-firefox):
27390 Test system-type, not system-configuration.
27391
27392 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
27393 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
27394 Use log-edit-empty-buffer-p. (Bug#7598)
27395
27396 * net/rlogin.el (rlogin-process-connection-type): Simplify.
27397 (rlogin-mode-map): Initialize in the defvar.
27398 (rlogin): Use ignore-errors.
27399
27400 * replace.el (occur-mode-map): Some fixes for menu items.
27401
27402 2011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
27403
27404 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
27405
27406 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
27407
27408 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
27409 issuing unused warnings.
27410
27411 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
27412 macro directly.
27413
27414 * simple.el: Lisp reimplement of list-processes. Based on an
27415 earlier reimplementation by Leo Liu, but using tabulated-list.el.
27416 (process-menu-mode): New major mode.
27417 (list-processes--refresh, list-processes):
27418 (process-menu-visit-buffer): New functions.
27419
27420 * files.el (save-buffers-kill-emacs): Don't assume any return
27421 value of list-processes, which is undocumented anyway.
27422
27423 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
27424
27425 * emacs-lisp/tabulated-list.el: New file.
27426
27427 * emacs-lisp/package.el: Use Tabulated List mode.
27428 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
27429 (package-menu-mode): Derive from tabulated-list-mode. Set up the
27430 table format using Tabulated List mode variables.
27431 (package--push): New macro, replacing package-list-maybe-add.
27432 (package-menu--generate): Use package--push. Renamed from
27433 package--generate-package-list.
27434 (package-menu-refresh, list-packages): Use it.
27435 (package-menu--print-info): Rename from package-print-package.
27436 Return insertion data instead of inserting it directly.
27437 (package-menu-describe-package, package-menu-execute):
27438 Use tabulated-list-get-id.
27439 (package-menu-mark-delete, package-menu-mark-install)
27440 (package-menu-mark-unmark, package-menu-backup-unmark)
27441 (package-menu-mark-obsolete-for-deletion):
27442 Use tabulated-list-put-tag.
27443 (package--list-packages, package-menu-revert)
27444 (package-menu-get-package, package-menu-get-version)
27445 (package-menu-sort-by-column): Functions deleted.
27446 (package-menu-package-list, package-menu-sort-key): Vars deleted.
27447 (package-menu--status-predicate, package-menu--version-predicate)
27448 (package-menu--name-predicate)
27449 (package-menu--description-predicate): Handle arguments in the
27450 Tabulated List format.
27451 (package-list-packages-no-fetch): Call list-packages.
27452
27453 2011-04-06 Juanma Barranquero <lekktu@gmail.com>
27454
27455 * files.el (after-find-file-from-revert-buffer): Remove variable.
27456 (after-find-file): Don't bind it.
27457 (revert-buffer-in-progress-p): New variable.
27458 (revert-buffer): Bind it.
27459 Pass nil for `after-find-file-from-revert-buffer'.
27460
27461 * saveplace.el (save-place-find-file-hook): Use new variable
27462 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
27463
27464 2011-04-06 Glenn Morris <rgm@gnu.org>
27465
27466 * Makefile.in (AUTOGEN_VCS): New variable.
27467 (autoloads): Use $AUTOGEN_VCS.
27468
27469 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
27470 * calendar/calendar.el (calendar-mode-map):
27471 Check for toolkit scroll bars. (Bug#8305)
27472
27473 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
27474
27475 * minibuffer.el (completion-in-region--postch)
27476 (completion-in-region-mode): Remove unnecessary messages.
27477
27478 2011-04-05 Juanma Barranquero <lekktu@gmail.com>
27479
27480 * font-lock.el (font-lock-refresh-defaults):
27481 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
27482 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
27483
27484 * info.el (Info-directory-list, Info-read-node-name-2)
27485 (Info-split-parameter-string): Doc fixes.
27486 (Info-virtual-nodes): Reflow docstring.
27487 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
27488 (Info-apropos-toc-nodes, info-finder, Info-get-token)
27489 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
27490 Fix typos in docstrings.
27491 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
27492 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
27493 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
27494 (Info-restore-desktop-buffer): Mark unused parameters.
27495 (Info-directory-find-file, Info-directory-find-node)
27496 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
27497 (Info-virtual-index-find-node, Info-apropos-find-file)
27498 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
27499 Mark unused parameters; fix typos in docstrings.
27500 (Info-virtual-index): Remove unused local variable `nodename'.
27501
27502 2011-04-05 Deniz Dogan <deniz@dogan.se>
27503
27504 * net/rcirc.el: Update my e-mail address.
27505 (rcirc-mode-map): Remove M-o binding.
27506
27507 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
27508
27509 * startup.el (command-line): Save the cursor's theme-face
27510 directly, instead of using face-override-spec.
27511
27512 * custom.el (load-theme): Minor optimization in assigning faces.
27513
27514 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
27515
27516 * help-fns.el (describe-variable): Complete all variables having
27517 documentation, including keywords.
27518 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
27519
27520 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
27521
27522 Convert to lexical-binding.
27523
27524 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
27525 (bs--get-marked-string, bs--get-modified-string)
27526 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
27527 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
27528 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
27529
27530 * ehelp.el (electric-help-execute-extended)
27531 (electric-help-ctrl-x-prefix):
27532 * hexl.el (hexl-revert-buffer-function):
27533 * linum.el (linum-after-change, linum-after-scroll):
27534 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
27535
27536 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
27537
27538 2011-04-04 Daiki Ueno <ueno@unixuser.org>
27539
27540 * epa-dired.el:
27541 * epa-mail.el:
27542 * epa-hook.el:
27543 * epa-file.el:
27544 * epa.el:
27545 * epg.el: Use lexical binding.
27546
27547 2011-04-03 Chong Yidong <cyd@stupidchicken.com>
27548
27549 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
27550
27551 * textmodes/flyspell.el (flyspell-word): Recognize default
27552 dictionary case for flyspell-mark-duplications-exceptions.
27553 Use regexp matching for languages.
27554 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
27555 default dictionary (Bug#7926).
27556
27557 2011-04-02 Chong Yidong <cyd@stupidchicken.com>
27558
27559 * emacs-lisp/package.el (package--with-work-buffer):
27560 Recognize https URLs.
27561
27562 * net/network-stream.el: Move from gnus/proto-stream.el.
27563 Change prefix to network-stream throughout.
27564 (open-protocol-stream): Merge into open-network-stream, leaving
27565 open-protocol-stream as an alias. Handle nil BUFFER args.
27566
27567 * subr.el (open-network-stream): Move to net/network-stream.el.
27568
27569 2011-04-02 Glenn Morris <rgm@gnu.org>
27570
27571 * find-dired.el (find-exec-terminator): New option.
27572 (find-ls-option): Test for -ls support.
27573 (find-ls-subdir-switches): Test for -b in find-ls-option.
27574 (find-dired, find-grep-dired): Doc fixes.
27575 (find-dired): Use find-exec-terminator.
27576
27577 * find-dired.el (find-ls-option, find-ls-subdir-switches)
27578 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
27579 (find-name-arg): Remove purecopy.
27580
27581 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
27582 (grep-compute-defaults): Check for `-exec COMMAND +' support.
27583 Set grep-find-use-xargs, grep-find-command, and grep-find-template
27584 accordingly. Don't add the null-device if not needed.
27585
27586 * files.el (save-some-buffers): Doc fix.
27587
27588 2011-04-02 Eli Zaretskii <eliz@gnu.org>
27589
27590 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
27591
27592 2011-04-01 Juanma Barranquero <lekktu@gmail.com>
27593
27594 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
27595 Use `dolist' rather than `mapcar'.
27596
27597 2011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
27598
27599 Add lexical binding.
27600
27601 * subr.el (apply-partially): Use new closures rather than CL.
27602 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
27603 (dolist, dotimes): Use slightly different expansion for lexical code.
27604 (functionp): Move to C.
27605 (letrec): New macro.
27606 (with-wrapper-hook): Use it and apply-partially instead of CL.
27607 (eval-after-load): Preserve lexical-binding.
27608 (save-window-excursion, with-output-to-temp-buffer): Turn them
27609 into macros.
27610
27611 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
27612
27613 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
27614 than the arglist.
27615 (help-add-fundoc-usage): Don't add `Not documented'.
27616 (help-function-arglist): Handle closures, subroutines, and new
27617 byte-code-functions.
27618 (help-make-usage): Remove leading underscores.
27619 (describe-function-1): Handle closures.
27620 (describe-variable): Use special-variable-p for completion.
27621
27622 * files.el (lexical-binding): Declare safe.
27623
27624 * emacs-lisp/pcase.el: Don't use destructuring-bind.
27625 (pcase--memoize): Rename from pcase-memoize. Change weakness.
27626 (pcase): Add `let' pattern.
27627 Change memoization so it actually works.
27628 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
27629 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
27630 <let>: New case.
27631
27632 * emacs-lisp/macroexp.el: Use lexical binding.
27633 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
27634 Don't convert ' to #' without checking that it's indeed quoting
27635 a lambda.
27636
27637 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
27638 Use eval-sexp-add-defvars.
27639 (eval-sexp-add-defvars): New fun.
27640
27641 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
27642
27643 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
27644 Don't autoload.
27645 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
27646 than the internal `byte-compile-lambda'.
27647 (defmethod): Don't hide code under quotes.
27648 (eieio-defmethod): New `code' argument.
27649
27650 * emacs-lisp/eieio-comp.el: Remove.
27651
27652 * emacs-lisp/edebug.el (edebug-eval-defun)
27653 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
27654 (edebug-toggle): Avoid `eval'.
27655
27656 * emacs-lisp/disass.el (disassemble-internal): Handle new
27657 `closure' objects.
27658 (disassemble-1): Handle new byte codes.
27659
27660 * emacs-lisp/cl.el (pushnew): Silence warning.
27661
27662 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
27663 (cl-byte-compile-throw): Remove.
27664 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
27665
27666 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
27667 closures.
27668
27669 * emacs-lisp/cconv.el: New file.
27670
27671 * emacs-lisp/bytecomp.el: Use lexical binding instead of
27672 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
27673 (byte-compile-initial-macro-environment):
27674 Handle declare-function here.
27675 (byte-compile--lexical-environment): New var.
27676 (byte-stack-ref, byte-stack-set, byte-discardN)
27677 (byte-discardN-preserve-tos): New lap codes.
27678 (byte-interactive-p): Don't use any more.
27679 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
27680 New macros.
27681 (byte-compile-lapcode): Use them and handle new lap codes.
27682 (byte-compile-obsolete): Remove.
27683 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
27684 (byte-compile-arglist-warn): Check late def of inlinable funs.
27685 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
27686 since they should have been expanded by now.
27687 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
27688 (byte-compile-from-buffer): Remove unused second arg.
27689 (byte-compile-preprocess): New function.
27690 (byte-compile-toplevel-file-form): New function to distinguish
27691 file-form calls from outside from file-form calls from hunk-handlers.
27692 (byte-compile-file-form): Simplify.
27693 (byte-compile-file-form-defsubst): Remove.
27694 (byte-compile-file-form-defmumble): Simplify now that
27695 byte-compile-lambda always returns a byte-code-function.
27696 (byte-compile): Preprocess.
27697 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
27698 Remove, not used any more.
27699 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
27700 (byte-compile-make-args-desc): New funs.
27701 (byte-compile-lambda): Handle lexical functions. Always return
27702 a byte-code-function.
27703 (byte-compile-reserved-constants): New var, to make up room for
27704 closed-over variables.
27705 (byte-compile-constants-vector): Obey it.
27706 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
27707 (byte-compile-macroexpand-declare-function): New function.
27708 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
27709 byte-code-functions.
27710 (byte-compile-form): Check obsolescence here.
27711 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
27712 (byte-compile-variable-ref): Remove.
27713 (byte-compile-dynamic-variable-op): New fun.
27714 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
27715 (byte-compile-variable-set): New funs.
27716 (byte-compile-discard): Add 2 args.
27717 (byte-compile-stack-ref, byte-compile-stack-set)
27718 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
27719 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
27720 macroexpand-all instead.
27721 (byte-compile-quote-form): Remove.
27722 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
27723 (byte-compile-bind, byte-compile-unbind): New funs.
27724 (byte-compile-let): Handle let* and lexical binding.
27725 (byte-compile-let*): Remove.
27726 (byte-compile-catch, byte-compile-unwind-protect)
27727 (byte-compile-track-mouse, byte-compile-condition-case):
27728 Handle a new :fun-body form, used for lexical scoping.
27729 (byte-compile-save-window-excursion)
27730 (byte-compile-with-output-to-temp-buffer): Remove.
27731 (byte-compile-defun): Simplify.
27732 (byte-compile-stack-adjustment): New fun.
27733 (byte-compile-out): Use it.
27734 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
27735
27736 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
27737 handler any more.
27738
27739 * emacs-lisp/byte-opt.el: Use lexical binding.
27740 (byte-inline-lapcode): Remove (to bytecomp).
27741 (byte-compile-inline-expand): Pay attention to inlining to/from
27742 lexically bound code.
27743 (byte-compile-unfold-lambda): Don't handle byte-code-functions
27744 any more.
27745 (byte-optimize-form-code-walker): Don't handle save-window-excursion
27746 any more and don't call compiler-macros.
27747 (byte-compile-splice-in-already-compiled-code): Remove.
27748 (byte-code): Don't inline any more.
27749 (disassemble-offset): Receive `bytes' as argument rather than via
27750 dynamic scoping.
27751 (byte-compile-tag-number): Declare before first use.
27752 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
27753 `return' even if make-spliceable.
27754 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
27755 obsolete interactive-p.
27756 (byte-optimize-lapcode): Optimize new lap-codes.
27757 Don't trip up on new form of `byte-constant' lap code.
27758
27759 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
27760
27761 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
27762
27763 * custom.el (custom-initialize-default, custom-declare-variable):
27764 Use `defvar'.
27765
27766 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
27767 New variables.
27768 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
27769 (COMPILE_FIRST): Add macroexp and cconv.
27770 * makefile.w32-in: Mirror changes in Makefile.in.
27771
27772 * vc/cvs-status.el:
27773 * vc/diff-mode.el:
27774 * vc/log-edit.el:
27775 * vc/log-view.el:
27776 * vc/smerge-mode.el:
27777 * textmodes/bibtex-style.el:
27778 * textmodes/css-mode.el:
27779 * startup.el:
27780 * uniquify.el:
27781 * minibuffer.el:
27782 * newcomment.el:
27783 * reveal.el:
27784 * server.el:
27785 * mpc.el:
27786 * emacs-lisp/smie.el:
27787 * doc-view.el:
27788 * dired.el:
27789 * abbrev.el: Use lexical binding.
27790
27791 2011-04-01 Eli Zaretskii <eliz@gnu.org>
27792
27793 * info.el (info-display-manual): New function.
27794
27795 2011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
27796
27797 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
27798
27799 2011-03-31 Tassilo Horn <tassilo@member.fsf.org>
27800
27801 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
27802 an entry for that server in rcirc-authinfo. (Bug#8385)
27803
27804 2011-03-31 Glenn Morris <rgm@gnu.org>
27805
27806 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
27807
27808 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
27809
27810 2011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
27811
27812 * progmodes/python.el (python-default-interpreter)
27813 (python-python-command-args, python-jython-command-args)
27814 (python-which-shell, python-which-args, python-which-bufname)
27815 (python-file-queue, python-comint-output-filter-function)
27816 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
27817 variables and functions.
27818
27819 2011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
27820
27821 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
27822 (completion-in-region-mode): New minor mode.
27823 (completion-in-region): Use it.
27824 (completion-in-region--data, completion-in-region-mode-map): New vars.
27825 (completion-in-region--postch): New function.
27826 (completion--capf-misbehave-funs, completion--capf-safe-funs):
27827 New vars.
27828 (completion--capf-wrapper): New function.
27829 (completion-at-point): Use it to track well-behavedness of
27830 hook functions.
27831 (completion-help-at-point): New command.
27832
27833 2011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
27834
27835 * vc/add-log.el (add-change-log-entry): Don't use whitespace
27836 syntax class to search for whitespace on a single line
27837 (Message-ID: <4D938140.4030905@redhat.com>).
27838
27839 2011-03-30 Leo Liu <sdl.web@gmail.com>
27840
27841 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
27842 New commands.
27843 (edit-abbrevs-map): Bind them here.
27844 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
27845
27846 2011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
27847
27848 * allout.el (allout-hide-by-annotation, allout-flag-region):
27849 Reduce possibility of overlay leakage by making them volatile.
27850
27851 * allout-widgets.el (allout-widgets-tally): Define as nil so the
27852 hash is not shared between buffers. Mode initialization is
27853 responsible for giving it a useful starting value.
27854 (allout-item-span): Reduce possibility of overlay leakage by
27855 making them volatile.
27856 (allout-widgets-count-buttons-in-region): Add diagnostic function
27857 for tracking down button overlay leaks.
27858
27859 2011-03-29 Leo Liu <sdl.web@gmail.com>
27860
27861 * ido.el (ido-read-internal): Use the default history var
27862 minibuffer-history if no HISTORY is specified.
27863
27864 2011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
27865
27866 * net/imap.el (imap-shell-open, imap-process-connection-type):
27867 Use imap-process-connection-type for 'shell' streams as well as
27868 Kerberos, SSL, other subprocesses.
27869
27870 2011-03-28 Leo Liu <sdl.web@gmail.com>
27871
27872 * abbrev.el (abbrev-table-empty-p): New function.
27873 (prepare-abbrev-list-buffer): Place empty abbrev tables after
27874 nonempty ones. (Bug#5937)
27875
27876 2011-03-27 Jan Djärv <jan.h.d@swipnet.se>
27877
27878 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
27879
27880 2011-03-27 Leo Liu <sdl.web@gmail.com>
27881
27882 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
27883 for foreground and background colors.
27884 (ansi-color-make-color-map): Adapt.
27885
27886 2011-03-25 Leo Liu <sdl.web@gmail.com>
27887
27888 * midnight.el (midnight-time-float): Remove. Note it calculates
27889 the microsecond component incorrectly and seconds-to-time does the
27890 same job.
27891 Remove redundant (require 'timer).
27892
27893 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
27894 (ido-completions): Remove unused arguments. (Bug#8329)
27895
27896 2011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
27897
27898 * minibuffer.el (completion--flush-all-sorted-completions):
27899 Remove itself from hook.
27900 (completion-at-point): Let the functions perform the completion
27901 immediately and return nil or t.
27902 * comint.el (comint-dynamic-complete-functions): Now identical to
27903 completion-at-point-functions.
27904 (comint-dynamic-list-input-ring): Remove unused var `index'.
27905 (comint--match-partial-filename, comint--unquote&expand-filename):
27906 New funs, split from comint-match-partial-filename.
27907 (comint-dynamic-complete): Use completion-at-point.
27908 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
27909
27910 2011-03-24 Drew Adams <drew.adams@oracle.com>
27911
27912 * thingatpt.el: Support `defun'.
27913
27914 2011-03-23 Leo Liu <sdl.web@gmail.com>
27915
27916 * abbrevlist.el: Move to obsolete/abbrevlist.el.
27917
27918 * help-mode.el (help-mode-finish): Tweak regexp.
27919
27920 2011-03-23 Glenn Morris <rgm@gnu.org>
27921
27922 * eshell/esh-opt.el (eshell-eval-using-options):
27923 Do not bind unused local variable `eshell-option-stub'.
27924
27925 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
27926
27927 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
27928
27929 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
27930 keymap variable in `with-no-warnings' to avoid a warning when the
27931 keymap has been already `defconst'ed.
27932
27933 2011-03-22 Leo Liu <sdl.web@gmail.com>
27934
27935 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
27936 encode all chars in abbrevs; otherwise use emacs-mule or
27937 utf-8-emacs. (Bug#8308)
27938
27939 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
27940
27941 * simple.el (backward-delete-char-untabify):
27942 Avoid warning about using `delete-backward-char'.
27943
27944 * image.el (image-type-file-name-regexps): Make it variable.
27945 `imagemagick-register-types' modifies it, and the user may want
27946 to add new extensions for known image types.
27947 (imagemagick-register-types): Throw error if not using ImageMagick.
27948
27949 2011-03-22 Leo Liu <sdl.web@gmail.com>
27950
27951 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
27952 located before rcirc-prompt-end-marker.
27953 (rcirc-complete): Error if point is not after rcirc prompt.
27954 Handle the case when table is nil.
27955 (rcirc-user-authenticated): Define to fix compiler warning.
27956
27957 2011-03-22 Chong Yidong <cyd@stupidchicken.com>
27958
27959 * custom.el (custom--inhibit-theme-enable): Make it affect only
27960 custom-theme-set-variables and custom-theme-set-faces.
27961 (provide-theme): Ignore custom--inhibit-theme-enable.
27962 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
27963 (custom-enabling-themes): Delete variable.
27964 (enable-theme): Accept only loaded themes as arguments.
27965 Ignore the special custom-enabled-themes variable.
27966 (custom-enabled-themes): Forbid themes from setting this.
27967 Eliminate use of custom-enabling-themes.
27968 (custom-push-theme): Quote "changed" custom var entry.
27969
27970 2011-03-21 Leo Liu <sdl.web@gmail.com>
27971
27972 * ido.el (ido-read-internal): Add ido-selected to history instead
27973 of user input.
27974
27975 2011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
27976
27977 * subr.el (deferred-action-list, deferred-action-function):
27978 Mark obsolete.
27979
27980 2011-03-21 Leo Liu <sdl.web@gmail.com>
27981
27982 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
27983 change on 2011-02-13 (bug#8309).
27984
27985 * minibuffer.el (read-file-name-function): Change default value.
27986 (read-file-name--defaults): Rename from read-file-name-defaults.
27987 (read-file-name-default): Rename from read-file-name.
27988 (read-file-name): Call read-file-name-function.
27989
27990 2011-03-21 Glenn Morris <rgm@gnu.org>
27991
27992 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
27993 Doc fixes.
27994
27995 2011-03-21 Chong Yidong <cyd@stupidchicken.com>
27996
27997 * cus-theme.el: Add missing provide statement.
27998 (customize-create-theme): Extract theme value correctly.
27999 (custom-theme-visit-theme): Autoload.
28000 (customize-create-theme): Prompt before inserting default faces.
28001
28002 2011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
28003
28004 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
28005 units and musical notes.
28006
28007 2011-03-20 Leo Liu <sdl.web@gmail.com>
28008
28009 * ido.el (ido-read-internal): Use completing-read-default.
28010 (ido-completing-read): Fix compatibility with completing-read.
28011
28012 2011-03-20 Christian Ohler <ohler@gnu.org>
28013
28014 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
28015 (ert-delete-all-tests): Use `called-interactively-p' rather than
28016 `interactive-p'.
28017 (ert--make-xrefs-region): Respect END.
28018
28019 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
28020
28021 * dired-aux.el (dired-create-directory): Signal an error if the
28022 directory already exists (Bug#8246).
28023
28024 * facemenu.el (list-colors-display): Call list-faces-display
28025 inside with-help-window.
28026 (list-colors-print): Use display property to align the final
28027 column, instead of checking window-width.
28028
28029 2011-03-19 Eli Zaretskii <eliz@gnu.org>
28030
28031 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
28032 windows-nt systems.
28033 (emerge-protect-metachars): Quote correctly for ms-dos and
28034 windows-nt systems.
28035
28036 2011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
28037
28038 * info.el (info-initialize): Replace all uses of `:' with
28039 path-separator for compatibility with non-Unix systems.
28040 Cache quoting of path-separator. (Bug#8258)
28041
28042 2011-03-19 Juanma Barranquero <lekktu@gmail.com>
28043
28044 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
28045 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
28046 (mouse-avoidance-mode): Fix typos in docstrings.
28047
28048 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
28049
28050 * startup.el (package-subdirectory-regexp): Move from package.el.
28051 Omit \\` and \\', and let callers add them.
28052
28053 * emacs-lisp/package.el (package-strip-version)
28054 (package-load-all-descriptors): Add \\` and \\' to
28055 package-subdirectory-regexp before using it.
28056 (package-untar-buffer): New arg DIR; ensure that file untars only
28057 into this expected directory. Remove superfluous delete-region.
28058 (package-unpack): Caller changed.
28059 (package-tar-file-info): Use package-subdirectory-regexp.
28060
28061 2011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
28062
28063 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
28064 diff-mode-shared-map (bug#8284).
28065 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
28066
28067 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
28068
28069 * calendar/time-date.el (format-seconds): Use assoc instead of
28070 assoc-string, since assoc-string doesn't exist in XEmacs.
28071
28072 2011-03-17 Juanma Barranquero <lekktu@gmail.com>
28073
28074 * custom.el (custom-known-themes): Reflow docstring.
28075 (custom-theme-load-path): Fix typo in docstring.
28076 (load-theme): Fix typo in error message.
28077 (custom-available-themes, custom-variable-theme-value):
28078 Use `let', not `let*'.
28079
28080 2011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
28081
28082 * calc/README: Mention inclusion of musical notes.
28083
28084 * calc/calc-units.el (calc-lu-quant): Rename from
28085 `calc-logunits-quantity'.
28086 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
28087 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
28088 (calc-db): Rename from `calc-dblevel'.
28089 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
28090 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
28091 (calc-np): Rename from `calc-nplevel'.
28092 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
28093 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
28094 (calc-lu-plus): Rename from `calc-logunits-add'.
28095 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
28096 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
28097 (calc-lu-minus): Rename from `calc-logunits-sub'.
28098 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
28099 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
28100 (calc-lu-times): Rename from `calc-logunits-mul'.
28101 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
28102 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
28103 (calc-lu-divide): Rename from `calc-logunits-div'.
28104 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
28105 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
28106
28107 * calc/calc-ext.el (calc-init-extensions): Update the names of the
28108 functions being autoloaded.
28109
28110 * calc/calc.el (calc-lu-power-reference): Rename from
28111 `calc-logunits-power-reference'.
28112 (calc-lu-field-reference): Rename from
28113 `calc-logunits-field-reference'.
28114
28115 * calc/calc-help.el (calc-l-prefix-help):
28116 Mention musical note functions.
28117
28118 2011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
28119
28120 * minibuffer.el (completion-all-sorted-completions):
28121 Use :completion-cycle-penalty text property if present.
28122
28123 2011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
28124
28125 * allout.el (allout-yank-processing): Adjust for new rebulleting
28126 regime so bullet being yanked is used without prompting the user
28127 for a choice.
28128
28129 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
28130
28131 * startup.el (command-line): Warn the user that _emacs is deprecated.
28132
28133 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
28134
28135 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
28136 (delphi-verbose, delphi-comment-face, delphi-string-face)
28137 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
28138 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
28139 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
28140 (delphi-new-comment-line, delphi-font-lock-defaults)
28141 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
28142 Fix typos in docstrings.
28143
28144 2011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
28145
28146 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
28147 Invert the roles of character and string values for INSTEAD, so a
28148 string is used for the more common case of a defaulting prompt.
28149
28150 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
28151
28152 * progmodes/ruby-mode.el (ruby-backward-sexp):
28153 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
28154 * play/gamegrid.el (gamegrid-make-face):
28155 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
28156 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
28157 * notifications.el (notifications-notify):
28158 * net/xesam.el (xesam-search-engines):
28159 * net/quickurl.el (quickurl-list-insert):
28160 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
28161
28162 2011-03-15 Chong Yidong <cyd@stupidchicken.com>
28163
28164 * startup.el (command-line): Update package subdirectory regexp.
28165
28166 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
28167
28168 * allout.el (allout-abbreviate-flattened-numbering)
28169 (allout-mode-deactivate-hook): Fix up obsolescence "date".
28170
28171 * subr.el (read-char-choice): Only show the cursor after the prompt,
28172 not after the answer.
28173
28174 2011-03-15 Kevin Ryde <user42@zip.com.au>
28175
28176 * help-fns.el (variable-at-point): Skip leading quotes, if any
28177 (bug#8253).
28178
28179 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
28180
28181 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
28182 warning message.
28183
28184 2011-03-14 Michael Albinus <michael.albinus@gmx.de>
28185
28186 * shell.el (shell): When called interactively, offer to change the
28187 shell file name on remote hosts.
28188
28189 2011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
28190
28191 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
28192 integration for LDAP parameters. The host, base, user or binddn,
28193 and secret tokens can be specified in a netrc file, for instance.
28194 This is optional because an `auth-source' parameter must be
28195 specified in the search attributes.
28196
28197 2011-03-13 Juanma Barranquero <lekktu@gmail.com>
28198
28199 * help.el (describe-mode): Link to the mode's definition (bug#8185).
28200
28201 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
28202
28203 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
28204 into declaration. Remove redundant and harmful binding.
28205
28206 2011-03-12 Eli Zaretskii <eliz@gnu.org>
28207
28208 * files.el (file-ownership-preserved-p): Pass `integer' as an
28209 explicit 2nd argument to `file-attributes'. If the file's owner
28210 is the Administrators group on Windows, and the current user is
28211 Administrator, consider that a match.
28212
28213 * server.el (server-ensure-safe-dir): Consider server directory
28214 safe on MS-Windows if its owner is the Administrators group while
28215 the current Emacs user is Administrator. Use `=' to compare
28216 numerical UIDs, since they could be integers or floats.
28217
28218 2011-03-12 Juanma Barranquero <lekktu@gmail.com>
28219
28220 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
28221
28222 2011-03-12 Michael Albinus <michael.albinus@gmx.de>
28223
28224 Sync with Tramp 2.2.1.
28225
28226 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
28227
28228 * net/trampver.el: Update release number.
28229
28230 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
28231
28232 * progmodes/compile.el (compilation--previous-directory): Fix up
28233 various nil/dead-marker mismatches (bug#8014).
28234 (compilation-directory-properties, compilation-error-properties):
28235 Don't call it at a position past the one we're about to change.
28236
28237 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
28238 Disable obsolescence warnings in the file that declares it.
28239
28240 2011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
28241
28242 * allout-widgets.el (allout-widgets-tally):
28243 Initialize allout-widgets-tally as a hash table rather than nil to
28244 prevent mode-line redisplay warnings. Also, clarify the module
28245 description and fix a comment typo.
28246
28247 2011-03-11 Juanma Barranquero <lekktu@gmail.com>
28248
28249 * help-fns.el (describe-variable): Don't complete keywords.
28250 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
28251
28252 2011-03-10 Chong Yidong <cyd@stupidchicken.com>
28253
28254 * emacs-lisp/package.el (package-version-join): Impose a standard
28255 string representation for pre/alpha/beta version lists.
28256 (package-unpack-single): Standardize the directory name by passing
28257 it through package-version-join.
28258 (package-strip-rcs-id): Accept any version string that does not
28259 signal an error in version-to-list.
28260
28261 2011-03-10 Michael Albinus <michael.albinus@gmx.de>
28262
28263 * simple.el (delete-trailing-whitespace): Return nil for the
28264 benefit of `write-file-functions'.
28265
28266 2011-03-10 Glenn Morris <rgm@gnu.org>
28267
28268 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
28269
28270 * vc/vc-git.el (vc-git-program): New option.
28271 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
28272 (vc-git--call): Use it.
28273
28274 * eshell/esh-util.el (eshell-condition-case): Doc fix.
28275
28276 * cus-edit.el (Custom-newline): If no button at point, look
28277 for a subgroup button at start-of-line. (Bug#2298)
28278
28279 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
28280
28281 2011-03-10 Julien Danjou <julien@danjou.info>
28282
28283 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
28284 `cursor-type' is nil.
28285
28286 2011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
28287
28288 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
28289
28290 2011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
28291
28292 * allout.el: Change so yank of distinctive-bullet items
28293 preserves the existing header prefix, rebulleting it if necessary,
28294 rather than replacing it. This is necessary for proper operation
28295 of cooperative addons like allout-widgets.
28296 (allout-make-topic-prefix, allout-rebullet-heading):
28297 Change SOLICIT arg to INSTEAD, and interpret additionally a string
28298 value as alternate bullet to be used, instead of prompting the user
28299 for a bullet character.
28300
28301 2011-03-09 Michael Albinus <michael.albinus@gmx.de>
28302
28303 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
28304 Do not use `tramp-file-name-port', because this returns also
28305 `tramp-default-port'.
28306
28307 2011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
28308
28309 * net/rcirc.el (rcirc-handler-001): Remove useless
28310 with-rcirc-process-buffer.
28311 (rcirc-check-auth-status): Swap arguments to string-match.
28312
28313 2011-03-09 Glenn Morris <rgm@gnu.org>
28314
28315 * shell.el (shell-mode):
28316 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
28317
28318 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
28319 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
28320
28321 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
28322
28323 * emacs-lisp/package.el (package-refresh-contents)
28324 (package-menu-execute): Use condition-case-no-debug.
28325
28326 2011-03-08 Michael Albinus <michael.albinus@gmx.de>
28327
28328 * simple.el (shell-command-to-string): Use `process-file'.
28329
28330 * emacs-lisp/package.el (package-tar-file-info): Handle also
28331 remote files.
28332
28333 * emacs-lisp/package-x.el (package-upload-buffer-internal):
28334 Use `equal' for upload base check.
28335
28336 2011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
28337
28338 * textmodes/texinfo.el (texinfo-environments):
28339 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
28340
28341 2011-03-08 Glenn Morris <rgm@gnu.org>
28342
28343 * cus-start.el (cursor-in-non-selected-windows):
28344 Fix :set quoting oddness. (Bug#8192)
28345
28346 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
28347 in some setf expressions. (Bug#2159)
28348
28349 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
28350
28351 * custom.el (custom-available-themes): Return themes in
28352 alphabetical order.
28353
28354 See ChangeLog.15 for earlier changes.
28355
28356 ;; Local Variables:
28357 ;; coding: utf-8
28358 ;; End:
28359
28360 Copyright (C) 2011-2013 Free Software Foundation, Inc.
28361
28362 This file is part of GNU Emacs.
28363
28364 GNU Emacs is free software: you can redistribute it and/or modify
28365 it under the terms of the GNU General Public License as published by
28366 the Free Software Foundation, either version 3 of the License, or
28367 (at your option) any later version.
28368
28369 GNU Emacs is distributed in the hope that it will be useful,
28370 but WITHOUT ANY WARRANTY; without even the implied warranty of
28371 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
28372 GNU General Public License for more details.
28373
28374 You should have received a copy of the GNU General Public License
28375 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.